@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2116, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --green: #217a0b;
    --green-bright: #45b817;
    --green-dark: #163d0c;
    --green-black: #0d2608;
    --green-soft: #eaf8e4;
    --cream: #f7faf5;
    --white: #fff;
    --ink: #152018;
    --muted: #5e6b60;
    --line: #dfe8dd;
    --danger: #9d2c2c;
    --shadow: 0 24px 60px rgba(26, 66, 14, .13);
    --shadow-soft: 0 12px 32px rgba(26, 66, 14, .08);
    --radius: 28px;
    --radius-sm: 18px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { margin: 0; padding: 0; scroll-behavior: smooth; scroll-padding-top: 150px; font-family: "Manrope", Arial, sans-serif; font-synthesis: none; }
body { margin: 0; padding: 0; color: var(--ink); background: var(--white); font-family: inherit; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.menu-open { overflow: hidden; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.75rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: 1.32rem; }
p { color: var(--muted); }
code { padding: .12em .35em; border-radius: .4em; background: #eef3ec; font-family: "Cascadia Mono", Consolas, monospace; font-size: .9em; word-break: break-all; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow-wide { max-width: 930px; }
.article-reading, .legal-reading { max-width: 820px; }
.section { padding: 112px 0; }
.section--compact { padding: 72px 0 112px; }
.section--soft { background: var(--cream); }
.section--dark { color: var(--white); background: radial-gradient(circle at 88% 18%, rgba(69,184,23,.22), transparent 27%), linear-gradient(135deg, #102b09, #193f0f 58%, #0f2c08); overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--green-dark); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #61c93b; outline-offset: 3px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
.eyebrow--light { color: #9de680; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(37, 76, 26, .09); background: rgba(255, 255, 255, .88); backdrop-filter: blur(18px); }
.utility-bar { color: #d9ead4; border-bottom: 1px solid rgba(255,255,255,.07); background: linear-gradient(90deg, #0d2608, #14370c 50%, #0d2608); }
.utility-bar__inner { display: flex; min-height: 60px; align-items: center; font-size: .78rem; font-weight: 850; }
.utility-cluster { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.utility-status { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.utility-status > span { width: 7px; height: 7px; background: #78dc50; border-radius: 50%; box-shadow: 0 0 0 4px rgba(120,220,80,.13); }
.utility-actions { display: flex; align-items: center; gap: 10px; }
.language-switch { display: inline-flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid rgba(207,235,198,.16); border-radius: 999px; background: rgba(255,255,255,.05); }
.language-switch a { display: inline-flex; min-height: 38px; align-items: center; gap: 6px; padding: 7px 11px; color: #c8ddc2; border-radius: 999px; font-size: .68rem; font-weight: 850; text-decoration: none; transition: .2s ease; }
.language-switch a:hover { color: #fff; background: rgba(255,255,255,.08); }
.language-switch a[aria-current="true"] { color: #15370d; background: #fff; box-shadow: 0 4px 13px rgba(0,0,0,.16); }
.language-flag { display: inline-block; width: 19px; height: 13px; flex: 0 0 auto; overflow: hidden; border: 1px solid rgba(16,45,9,.18); border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,.14); }
.language-flag--ru { background: linear-gradient(180deg, #fff 0 33.33%, #2864b4 33.33% 66.66%, #d52b1e 66.66%); }
.language-flag--en { background: linear-gradient(90deg, transparent 42%, #fff 42% 58%, transparent 58%), linear-gradient(transparent 32%, #fff 32% 68%, transparent 68%), linear-gradient(90deg, transparent 46%, #c8102e 46% 54%, transparent 54%), linear-gradient(transparent 41%, #c8102e 41% 59%, transparent 59%), #21468b; }
.utility-divider { width: 1px; height: 13px; background: rgba(207,235,198,.24); }
.utility-contact { display: inline-flex; min-height: 48px; align-items: center; gap: 18px; padding: 0 19px; border: 1px solid rgba(207,235,198,.16); border-radius: 999px; background: rgba(255,255,255,.055); }
.utility-message, .utility-email { display: inline-flex; min-height: 44px; align-items: center; color: #e0efdc; font-weight: 800; text-decoration: none; transition: color .2s ease; }
.utility-message { display: inline-flex; align-items: center; gap: 7px; }
.utility-message:hover, .utility-email:hover { color: #fff; }
.utility-message > span { color: #95e878; font-size: .78rem; }
.utility-email { color: #c9f2bb; font-weight: 900; }
.header-row { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand img { flex: 0 0 auto; }
.brand-logo { filter: drop-shadow(0 8px 9px rgba(26, 91, 15, .2)); transition: transform .2s ease, filter .2s ease; }
.brand:hover .brand-logo { filter: drop-shadow(0 10px 12px rgba(26, 91, 15, .25)); transform: rotate(-3deg) scale(1.04); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 1.15rem; letter-spacing: -.03em; }
.brand small { margin-top: 5px; color: #657064; font-size: .68rem; letter-spacing: .03em; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav > a { display: inline-flex; min-height: 48px; align-items: center; padding: 12px 11px; border-radius: 999px; color: #344136; font-size: .81rem; font-weight: 750; text-decoration: none; white-space: nowrap; transition: .2s ease; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--green); background: var(--green-soft); }
.main-nav > .nav-cta { margin-left: 7px; padding-inline: 23px; color: #fff; background: var(--green); box-shadow: 0 9px 22px rgba(39,140,13,.22); }
.main-nav > .nav-cta:hover, .main-nav > .nav-cta[aria-current="page"] { color: #fff; background: var(--green-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 14px; background: var(--green-soft); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--green-dark); transition: .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--green); box-shadow: 0 14px 28px rgba(39,140,13,.25); }
.button--primary:hover { background: var(--green-dark); box-shadow: 0 18px 32px rgba(39,140,13,.31); }
.button--ghost { color: var(--green-dark); border-color: #b9d7b0; background: #fff; }
.button--ghost:hover { border-color: var(--green); background: var(--green-soft); }
.button--white { color: var(--green-dark); background: #fff; box-shadow: 0 14px 28px rgba(0,0,0,.13); }
.button--full { width: 100%; border: 0; }
.button--download { gap: 9px; }
.button--download small { padding-left: 9px; color: #fff; border-left: 1px solid rgba(255,255,255,.35); font-size: .68rem; font-weight: 700; opacity: 1; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--green); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: #c6efb7; }

.hero { position: relative; min-height: 670px; padding: 30px 0 38px; overflow: hidden; background: radial-gradient(circle at 76% 35%, rgba(69,184,23,.16), transparent 30%), linear-gradient(180deg, #fff 0%, #f6fbf3 100%); }
.hero::before { content: ""; position: absolute; top: 35px; right: -80px; width: 430px; height: 430px; border: 1px solid rgba(69,184,23,.14); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr); align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; padding: 22px 0 55px; }
.hero h1 { max-width: 830px; margin-bottom: 28px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 700px; margin-bottom: 32px; color: #4e5d51; font-size: 1.19rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin: 31px 0 0; padding: 0; list-style: none; color: #536056; font-size: .86rem; font-weight: 700; }
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-row span { display: grid; width: 22px; height: 22px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-phone { position: relative; z-index: 3; width: min(330px, 72vw); filter: drop-shadow(0 35px 35px rgba(29,72,15,.25)); }
.hero-orbit { position: absolute; border-radius: 50%; }
.hero-orbit--one { width: 500px; height: 500px; border: 1px dashed rgba(39,140,13,.25); animation: spin 40s linear infinite; }
.hero-orbit--two { width: 380px; height: 380px; background: linear-gradient(135deg, rgba(69,184,23,.16), rgba(255,255,255,.7)); box-shadow: inset 0 0 0 1px rgba(39,140,13,.08); }
@keyframes spin { to { transform: rotate(360deg); } }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 13px 15px; border: 1px solid rgba(39,140,13,.14); border-radius: 17px; background: rgba(255,255,255,.93); box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.floating-card > span { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--green); border-radius: 11px; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.15; }
.floating-card strong { font-size: .85rem; }
.floating-card small { margin-top: 4px; color: #728073; font-size: .66rem; }
.floating-card--privacy { top: 19%; left: -5%; }
.floating-card--report { right: -3%; bottom: 19%; }

.proof-strip { position: relative; z-index: 4; border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; min-height: 112px; align-items: center; justify-content: center; gap: 13px; padding: 22px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--green); font-size: 2.3rem; line-height: 1; letter-spacing: -.05em; }
.proof-grid span { color: #617063; font-size: .82rem; font-weight: 700; line-height: 1.25; }

.section-heading { margin-bottom: 48px; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { max-width: 440px; margin-bottom: 5px; }
.feature-bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(220px, auto); gap: 18px; }
.feature-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.feature-card h3 { margin: 18px 0 10px; font-size: 1.5rem; }
.feature-card p { margin-bottom: 0; font-size: .94rem; }
.feature-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 15px; font-size: 1.25rem; font-weight: 900; }
.feature-card--large { grid-row: span 2; min-height: 470px; padding-right: 45%; background: linear-gradient(145deg, #f7fbf5, #fff); }
.feature-card--large > img { position: absolute; right: -20px; bottom: -155px; width: 195px; filter: drop-shadow(0 18px 25px rgba(32,70,20,.18)); }
.feature-card--green { color: #fff; border-color: var(--green); background: linear-gradient(135deg, var(--green), #3aa918); }
.feature-card--green p { color: #e5f9dc; }
.feature-card--green .feature-icon { color: #fff; background: rgba(255,255,255,.17); }

.showcase-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }
.showcase-copy h2 { max-width: 620px; }
.showcase-copy > p { max-width: 600px; color: #bdd0b9; font-size: 1.05rem; }
.check-list { display: grid; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; }
.check-list span { color: #98e67b; }
.check-list--light { color: #edf8e8; }
.showcase-phones { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 20px; min-height: 620px; }
.showcase-phones::before { content: ""; position: absolute; width: 510px; height: 510px; border-radius: 50%; background: rgba(69,184,23,.11); filter: blur(1px); }
.showcase-phones img { position: relative; z-index: 2; width: 240px; filter: drop-shadow(0 30px 32px rgba(0,0,0,.35)); }
.showcase-phones img:first-child { transform: translateY(55px) rotate(-2deg); }
.showcase-phones img:last-child { transform: translateY(-20px) rotate(2deg); }

.report-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.report-visual { position: relative; min-height: 600px; border-radius: 42px; background: linear-gradient(145deg, #e9f8e2, #f8fbf6); overflow: hidden; }
.report-visual > img { position: absolute; right: 8%; bottom: -130px; width: 255px; filter: drop-shadow(0 30px 35px rgba(30,80,15,.2)); }
.report-sheet { position: absolute; z-index: 2; top: 15%; left: 8%; width: 57%; padding: 34px; border: 1px solid rgba(39,140,13,.12); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); transform: rotate(-3deg); }
.report-sheet > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 25px; color: #fff; background: var(--green); border-radius: 14px; }
.report-sheet strong, .report-sheet small { display: block; }
.report-sheet strong { font-size: 1.4rem; }
.report-sheet small { margin-top: 7px; color: #788176; }
.report-lines { display: grid; gap: 11px; margin-top: 30px; }
.report-lines i { height: 8px; border-radius: 99px; background: #e7eee4; }
.report-lines i:nth-child(2) { width: 74%; }
.report-lines i:nth-child(4) { width: 58%; }
.report-grid > div:last-child > p { font-size: 1.04rem; }
.mini-steps { display: grid; gap: 13px; margin: 30px 0; }
.mini-steps div { display: flex; align-items: center; gap: 15px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.mini-steps b { color: var(--green); font-size: .78rem; letter-spacing: .08em; }
.mini-steps span { font-weight: 700; }

.article-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.article-card { display: flex; min-height: 300px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 8px 22px rgba(31,66,20,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.article-card:hover { transform: translateY(-4px); border-color: #b5dca8; box-shadow: var(--shadow-soft); }
.article-category { display: inline-flex; align-self: flex-start; padding: 7px 11px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: .68rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.article-card h2, .article-card h3 { margin: 20px 0 12px; font-size: 1.35rem; line-height: 1.2; }
.article-card h2 a, .article-card h3 a { text-decoration: none; }
.article-card h2 a:hover, .article-card h3 a:hover { color: var(--green); }
.article-card p { font-size: .9rem; }
.article-card > .text-link { margin-top: auto; }
.article-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid #edf1eb; font-size: .78rem; font-weight: 800; }
.article-card__footer span { color: #8a9389; }
.article-card__footer a { color: var(--green); text-decoration: none; }
.center-action { margin-top: 42px; text-align: center; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.news-card time { color: var(--green); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.news-card h3 { margin: 18px 0 12px; font-size: 1.35rem; line-height: 1.2; }
.news-card h3 a { text-decoration: none; }
.news-card p { font-size: .9rem; }
.contact-band { padding-top: 0; }
.contact-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 58px; color: #fff; border-radius: 36px; background: radial-gradient(circle at 80% 10%, rgba(255,255,255,.16), transparent 25%), linear-gradient(135deg, #278c0d, #1a6708); box-shadow: var(--shadow); }
.contact-band h2 { max-width: 650px; margin-bottom: 10px; }
.contact-band p { margin-bottom: 0; color: #d8f2ce; }
.contact-band__inner > div:last-child { display: flex; min-width: 220px; flex-direction: column; align-items: center; gap: 14px; }
.contact-email { color: #e8f9e2; font-size: .86rem; }

.page-hero, .legal-hero, .article-hero { position: relative; padding: 80px 0 90px; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(69,184,23,.12), transparent 27%), linear-gradient(180deg, #f7fbf5, #fff); }
.page-hero::after, .legal-hero::after, .article-hero::after { content: ""; position: absolute; right: -140px; bottom: -250px; width: 500px; height: 500px; border: 1px solid rgba(39,140,13,.14); border-radius: 50%; }
.page-hero--small { padding-bottom: 75px; }
.page-hero h1, .legal-hero h1, .article-hero h1 { position: relative; z-index: 2; max-width: 930px; margin-bottom: 24px; font-size: clamp(2.5rem, 5.2vw, 4.7rem); }
.page-hero p, .legal-hero > div > p { max-width: 800px; font-size: 1.08rem; }
.breadcrumbs { position: relative; z-index: 4; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; color: #718071; font-size: .78rem; font-weight: 700; }
.breadcrumbs a { color: var(--green); text-decoration: none; }
.breadcrumbs span:last-child { overflow: hidden; max-width: 330px; text-overflow: ellipsis; white-space: nowrap; }
.article-search { max-width: 620px; margin-top: 38px; }
.article-search > label { display: block; margin-bottom: 7px; font-size: .77rem; font-weight: 800; }
.article-search > div { position: relative; }
.article-search input { width: 100%; height: 58px; padding: 0 52px 0 18px; border: 1px solid #cdddc8; border-radius: 17px; outline: none; background: #fff; box-shadow: var(--shadow-soft); }
.article-search input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(69,184,23,.12); }
.article-search > div span { position: absolute; top: 13px; right: 18px; color: var(--green); font-size: 1.4rem; }
.article-search small { display: block; margin-top: 9px; color: #758074; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-card { display: flex; min-height: 95px; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-decoration: none; transition: .2s ease; }
.category-card:hover { transform: translateY(-2px); border-color: #add89f; box-shadow: var(--shadow-soft); }
.category-card > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 15px; font-size: 1.25rem; font-weight: 900; }
.category-card > div { display: flex; flex: 1; flex-direction: column; line-height: 1.25; }
.category-card strong { font-size: .93rem; }
.category-card small { margin-top: 5px; color: #7f8b80; font-size: .72rem; }
.category-card > b { color: var(--green); }
.article-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 70px 0 28px; }
.article-list-heading h2 { margin-bottom: 0; font-size: 2.5rem; }
.article-list-heading p { margin-bottom: 4px; font-size: .85rem; }
.search-empty { padding: 40px; text-align: center; border: 1px dashed #b9cdb3; border-radius: 20px; }
.category-symbol { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 24px; color: #fff; background: var(--green); border-radius: 20px; box-shadow: var(--shadow-soft); font-size: 1.6rem; }
.category-summary { display: flex; max-width: 530px; align-items: center; gap: 15px; margin-top: 28px; }
.category-summary strong { color: var(--green); font-size: 2.2rem; }
.category-summary span { color: #637064; font-size: .84rem; line-height: 1.35; }
.category-hero { padding: 42px 0 46px; }
.category-hero > .container { display: grid; grid-template-columns: 72px minmax(0, 1fr); column-gap: 24px; }
.category-hero .breadcrumbs { grid-column: 1 / -1; margin-bottom: 25px; }
.category-hero .category-symbol { grid-column: 1; grid-row: 2 / span 3; width: 64px; height: 64px; margin: 2px 0 0; border-radius: 19px; }
.category-hero h1, .category-hero > .container > p, .category-hero .category-summary { grid-column: 2; }
.category-hero h1 { margin: 0 0 15px; font-size: clamp(2.65rem, 4.6vw, 4.35rem); line-height: 1.04; }
.category-hero > .container > p { margin: 0; line-height: 1.65; }
.category-hero .category-summary { margin-top: 18px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 32px; }
.article-layout .article-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sidebar-card { position: sticky; top: 132px; padding: 28px; border-radius: 24px; color: #eaf8e5; background: var(--green-dark); }
.sidebar-card > span { color: #99e67c; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sidebar-card h2 { margin: 15px 0; font-size: 1.6rem; }
.sidebar-card p { color: #c8ddc1; font-size: .87rem; }
.sidebar-card a { color: #b8f0a4; font-size: .82rem; font-weight: 800; }

.article-hero { padding: 38px 0 44px; }
.article-hero--news { background: radial-gradient(circle at 78% 22%, rgba(69,184,23,.1), transparent 28%), #f7faf5; }
.article-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: center; gap: 42px; }
.article-hero__main { min-width: 0; }
.article-hero__main .breadcrumbs { margin-bottom: 19px; }
.article-hero__main h1 { margin: 14px 0 16px; font-size: clamp(2.55rem, 4.15vw, 3.85rem); line-height: 1.05; }
.article-hero__context { align-self: center; overflow: hidden; color: #fff; border: 1px solid rgba(39,140,13,.16); border-radius: 23px; background: var(--green-dark); box-shadow: var(--shadow); }
.article-hero__context > img { width: 100%; height: 150px; object-fit: cover; object-position: top; }
.article-hero__context > div { padding: 18px; }
.article-hero__context span { display: block; color: #9cdb87; font-size: .61rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.article-hero__context strong { display: block; margin-top: 10px; font-size: 1.05rem; line-height: 1.25; }
.article-hero__context p { margin: 9px 0 15px; color: #bdd1b7; font-size: .7rem; line-height: 1.55; }
.article-hero__context a { display: flex; align-items: center; justify-content: space-between; color: #caf8b9; font-size: .69rem; font-weight: 850; text-decoration: none; }
.article-hero__context a b { font-size: 1rem; transition: transform .2s ease; }
.article-hero__context a:hover b { transform: translateX(4px); }
.article-hero .article-category { margin-bottom: 0; }
.article-deck { max-width: 780px; color: #4d5e50; font-size: 1.06rem; line-height: 1.65; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; color: #7a857a; font-size: .76rem; font-weight: 700; }
.article-shell { display: grid; grid-template-columns: minmax(0, 780px) 280px; align-items: start; gap: 70px; padding-top: 46px; padding-bottom: 112px; }
.article-content { min-width: 0; font-size: 1.04rem; line-height: 1.85; }
.article-content h2 { margin: 62px 0 20px; font-size: clamp(1.65rem, 3vw, 2.35rem); scroll-margin-top: 132px; }
.article-content p { color: #435046; }
.article-content > p:first-child, .article-intro { color: #263429; font-size: 1.1rem; }
.article-note, .medical-box { margin: 0 0 40px; padding: 25px 27px; border: 1px solid #b9dcae; border-radius: 20px; background: var(--green-soft); }
.article-note strong, .medical-box strong { display: block; margin-bottom: 8px; color: var(--green-dark); }
.article-note p, .medical-box p { margin-bottom: 0; color: #38543b; }
.article-note .text-link { margin-top: 12px; }
.step-list { display: grid; gap: 16px; margin: 30px 0 35px; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.step-list li > span { display: grid; width: 45px; height: 45px; place-items: center; color: #fff; background: var(--green); border-radius: 14px; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.step-list p { margin: 6px 0 0; color: #334237; }
.mistake-list { display: grid; gap: 12px; margin: 24px 0 32px; padding: 0; list-style: none; }
.mistake-list li { position: relative; padding: 15px 18px 15px 48px; border: 1px solid #eadada; border-radius: 15px; color: #4a3c3c; background: #fffafa; }
.mistake-list li::before { content: "×"; position: absolute; left: 18px; color: #b64848; font-size: 1.3rem; font-weight: 900; }
.medical-box { margin-top: 55px; border-color: #d7ddc7; background: #f9faef; }
.medical-box a { display: inline-block; margin-top: 12px; color: var(--green); font-size: .86rem; font-weight: 800; }
.article-aside { position: sticky; top: 132px; display: grid; gap: 14px; }
.aside-box { padding: 23px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.aside-box > span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 15px; color: var(--green); background: var(--green-soft); border-radius: 13px; font-weight: 900; }
.aside-box strong { display: block; font-size: 1.04rem; }
.aside-box p { margin: 10px 0 15px; font-size: .78rem; line-height: 1.55; }
.aside-box a { color: var(--green); font-size: .76rem; font-weight: 800; }
.aside-box--green { color: #fff; border-color: var(--green); background: var(--green); }
.aside-box--green p { color: #e2f5db; }
.aside-box--green a { color: #fff; }
.related-section { padding: 80px 0; }
.article-cards--related { grid-template-columns: repeat(4, 1fr); }
.article-cards--related .article-card { min-height: 280px; }
.article-cards--related .article-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.news-list { display: grid; gap: 0; }
.news-row { display: grid; grid-template-columns: 150px minmax(0, 760px); gap: 45px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.news-row:first-child { padding-top: 0; }
.news-date { display: flex; flex-direction: column; color: var(--green); }
.news-date strong { font-size: 2.8rem; line-height: 1; }
.news-date span { margin-top: 7px; color: #718071; font-size: .76rem; }
.news-row h2 { margin: 18px 0 12px; font-size: 2rem; }
.news-row h2 a { text-decoration: none; }
.news-row p { max-width: 720px; }

.contact-layout { display: grid; grid-template-columns: 360px minmax(0, 660px); justify-content: center; align-items: start; gap: 70px; }
.contact-info { position: sticky; top: 132px; }
.contact-symbol { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 24px; color: #fff; background: var(--green); border-radius: 20px; box-shadow: var(--shadow-soft); font-size: 1.6rem; font-weight: 900; }
.contact-info h2 { margin-bottom: 14px; font-size: 1.9rem; word-break: break-word; }
.contact-info > p { font-size: .92rem; }
.contact-info dl { margin: 32px 0; border-top: 1px solid var(--line); }
.contact-info dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-info dt { color: #859085; font-size: .75rem; }
.contact-info dd { margin: 0; font-size: .82rem; font-weight: 700; }
.contact-info .contact-privacy { font-size: .78rem; }
.contact-info .contact-privacy a { color: var(--green); }
.contact-download-card { margin-top: 25px; padding: 21px; color: #fff; border-radius: 20px; background: var(--green-dark); }
.contact-download-card > span { color: #a4e38e; font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-download-card strong { display: block; margin: 12px 0 8px; font-size: .9rem; }
.contact-download-card p { color: #bdcfb8; font-size: .72rem; }
.contact-download-card a { color: #c7f6b6; font-size: .7rem; font-weight: 850; }
.contact-form-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 20px; }
.field label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 7px; font-size: .79rem; font-weight: 800; }
.field label small { color: #8b958c; font-weight: 500; }
.field label b { color: var(--green); }
.field input, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid #cbd9c7; border-radius: 14px; color: var(--ink); outline: none; background: #fcfefb; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(69,184,23,.11); background: #fff; }
.field > small { display: block; margin-top: 6px; color: #879187; font-size: .7rem; }
.consent-check { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: #59655b; font-size: .76rem; line-height: 1.55; }
.consent-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); }
.consent-check a { color: var(--green); }
.form-note { margin-bottom: 0; text-align: center; font-size: .69rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-success, .form-errors { margin-bottom: 25px; padding: 18px 20px; border-radius: 16px; }
.form-success { color: #194d11; border: 1px solid #b4dba8; background: #edf9e8; }
.form-errors { color: #762626; border: 1px solid #e4bcbc; background: #fff2f2; }
.form-success p, .form-errors p { margin-bottom: 0; color: inherit; }
.form-errors ul { margin: 8px 0 0; padding-left: 20px; }

.legal-hero { padding-bottom: 70px; }
.legal-shell { display: grid; grid-template-columns: 250px minmax(0, 800px); align-items: start; justify-content: center; gap: 70px; }
.legal-toc { position: sticky; top: 132px; display: grid; gap: 5px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-toc strong { margin-bottom: 9px; font-size: .83rem; }
.legal-toc a { display: flex; min-height: 44px; align-items: center; padding: 6px 0; color: #647066; font-size: .73rem; text-decoration: none; }
.legal-toc a:hover { color: var(--green); }
.legal-content { color: #354239; font-size: 1rem; line-height: 1.85; }
.legal-content h2 { margin: 50px 0 16px; font-size: 1.75rem; scroll-margin-top: 132px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: #455248; }
.legal-content a { color: var(--green); }
.legal-source { margin-top: 50px; padding: 24px; border: 1px solid #bdd9b5; border-radius: 18px; background: var(--green-soft); }
.legal-source strong { color: var(--green-dark); }
.legal-source p { margin: 8px 0 0; }

/* Branded product system */
.status-pill, .hero-badge-row > span, .capability-badges > b, .metric-pills > span, .report-badges > span, .download-home__facts > span, .article-trust-row > span, .footer-badges > span { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: .7rem; font-weight: 850; line-height: 1.2; }
.status-pill { padding: 7px 11px; color: var(--green); background: var(--green-soft); }
.hero-badge-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-badge-row > span { padding: 9px 13px; color: #35503a; border: 1px solid #cfe1ca; background: rgba(255,255,255,.8); }
.hero-proof-card { display: flex; max-width: 665px; align-items: flex-start; gap: 13px; margin-top: 25px; padding: 15px 18px; border: 1px solid #cfe3c9; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 9px 24px rgba(31,66,20,.06); }
.hero-proof-card__icon { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--green); border-radius: 10px; font-weight: 900; }
.hero-proof-card div { display: grid; gap: 3px; }
.hero-proof-card strong { font-size: .86rem; }
.hero-proof-card small { color: #68746a; font-size: .72rem; line-height: 1.5; }
.hero-version-badge { position: absolute; z-index: 5; right: 4%; top: 8%; display: flex; width: 94px; height: 94px; align-items: center; justify-content: center; flex-direction: column; color: #fff; border: 5px solid rgba(255,255,255,.88); border-radius: 50%; background: var(--green-dark); box-shadow: 0 16px 28px rgba(16,55,7,.25); font-size: 1.25rem; font-weight: 900; line-height: 1.1; transform: rotate(5deg); }
.hero-version-badge small { margin-top: 4px; max-width: 60px; text-align: center; font-size: .47rem; font-weight: 700; }

.journal-showcase { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)) 1.15fr; align-items: stretch; gap: 16px; }
.journal-screen-card { position: relative; min-height: 510px; padding: 20px 20px 0; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.journal-screen-card--accent { background: linear-gradient(160deg, #edf9e8, #fff 58%); }
.journal-screen-card > img { width: 205px; max-width: 94%; margin: 20px auto -190px; filter: drop-shadow(0 20px 24px rgba(27,65,16,.18)); }
.screen-caption { display: flex; align-items: center; gap: 11px; }
.screen-caption > span { display: grid; width: 37px; height: 37px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--green); border-radius: 11px; font-size: .63rem; font-weight: 900; }
.screen-caption > div { display: grid; line-height: 1.2; }
.screen-caption strong { font-size: .86rem; }
.screen-caption small { margin-top: 4px; color: #657268; font-size: .61rem; }
.journal-explainer { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 32px; color: #fff; border-radius: 28px; background: radial-gradient(circle at 90% 8%, rgba(115,224,72,.21), transparent 28%), linear-gradient(150deg, #173c0d, #102a09); }
.journal-explainer h3 { margin: 20px 0 14px; font-size: 1.65rem; }
.journal-explainer p { color: #bfd0ba; font-size: .9rem; }
.journal-explainer .check-list { color: #e8f5e4; font-size: .78rem; }
.journal-explainer .text-link { color: #bdf0aa; font-size: .78rem; }

.quick-entry-section { background: linear-gradient(180deg, #fff, #f5faf3); }
.detail-screen-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.detail-screen-grid figure { overflow: hidden; margin: 0; padding: 12px 12px 0; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-soft); }
.detail-screen-grid img { width: 100%; max-height: 490px; object-fit: cover; object-position: top; border-radius: 18px 18px 0 0; }
.detail-screen-grid figcaption { display: grid; gap: 4px; margin: 0 -12px; padding: 18px 20px 20px; border-top: 1px solid var(--line); background: #fff; }
.detail-screen-grid figcaption strong { font-size: .94rem; }
.detail-screen-grid figcaption span { color: #6b786d; font-size: .7rem; }

.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.capability-card { display: flex; min-height: 330px; flex-direction: column; align-items: flex-start; padding: 26px; color: var(--ink); border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 10px 26px rgba(31,66,20,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.capability-card:hover { transform: translateY(-4px); border-color: #b8dcae; box-shadow: var(--shadow-soft); }
.capability-card--primary { grid-column: span 2; background: linear-gradient(145deg, #fff, #edf9e8); }
.capability-card--green { color: #fff; border-color: transparent; background: linear-gradient(145deg, #2c930f, #1d650a); }
.capability-icon { display: grid; width: 49px; height: 49px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 15px; font-size: 1.2rem; font-weight: 900; }
.capability-card--green .capability-icon { color: #fff; background: rgba(255,255,255,.16); }
.capability-badges { display: flex; flex-wrap: wrap; gap: 5px; margin: 22px 0 5px; }
.capability-badges > b { padding: 6px 8px; color: #456348; background: #eef5ec; font-size: .59rem; letter-spacing: .02em; text-transform: uppercase; }
.capability-card--green .capability-badges > b { color: #e7f9e0; background: rgba(255,255,255,.13); }
.capability-card h3 { margin: 15px 0 12px; font-size: 1.42rem; }
.capability-card p { margin-bottom: 22px; font-size: .86rem; line-height: 1.65; }
.capability-card--green p { color: #ddf1d7; }
.capability-card > a { margin-top: auto; color: var(--green); font-size: .76rem; font-weight: 850; text-decoration: none; }
.capability-card--green > a { color: #d8ffc9; }
.capability-card--security { grid-column: 1 / -1; min-height: 280px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.38fr); align-items: stretch; gap: 34px; color: #fff; border-color: transparent; background: radial-gradient(circle at 88% 10%, rgba(126,224,68,.22), transparent 31%), linear-gradient(135deg, #0b3517 0%, #124d16 54%, #1e760f 100%); box-shadow: 0 24px 52px rgba(18,77,22,.17); }
.capability-card--security:hover { border-color: transparent; box-shadow: 0 30px 60px rgba(18,77,22,.22); }
.capability-card__lead { display: flex; flex-direction: column; align-items: flex-start; }
.capability-card--security .capability-icon { color: #fff; background: rgba(255,255,255,.14); }
.capability-card--security .capability-badges > b { color: #e8ffe0; background: rgba(255,255,255,.12); }
.capability-card--security h3 { max-width: 510px; font-size: clamp(1.55rem, 2.1vw, 2.15rem); }
.capability-card--security p { max-width: 590px; margin-bottom: 20px; color: #dcefd8; }
.capability-card__lead > a { margin-top: auto; color: #dcffcf; font-size: .78rem; font-weight: 850; text-decoration: none; }
.security-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.security-feature-grid > div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: start; min-height: 104px; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.security-feature-grid > div > b { display: grid; width: 38px; height: 38px; place-items: center; color: #153d17; border-radius: 12px; background: #d9ffc9; font-size: .7rem; }
.security-feature-grid span { display: grid; gap: 6px; }
.security-feature-grid strong { font-size: .93rem; }
.security-feature-grid small { color: #d7ead3; font-size: .72rem; line-height: 1.5; }

.statistics-section { overflow: hidden; background: #fff; }
.statistics-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 62px; }
.statistics-copy > p { max-width: 500px; font-size: 1.02rem; }
.metric-pills, .report-badges, .download-home__facts { display: flex; flex-wrap: wrap; gap: 7px; }
.metric-pills { margin: 25px 0; }
.metric-pills > span, .report-badges > span { padding: 7px 10px; color: #456047; border: 1px solid #d4e2d0; background: #fafcf9; }
.statistics-screens { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 11px; perspective: 1000px; }
.statistics-screens figure { margin: 0; padding: 9px 9px 14px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.statistics-screens figure:nth-child(even) { transform: translateY(34px); }
.statistics-screens img { border-radius: 15px; }
.statistics-screens figcaption { padding-top: 10px; color: #5c6b5e; text-align: center; font-size: .69rem; font-weight: 850; }

.medicine-section { background: linear-gradient(180deg, #f6faf4, #fff); overflow: hidden; }
.medicine-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 80px; }
.medicine-visual { position: relative; min-height: 650px; }
.medicine-visual::before { content: ""; position: absolute; inset: 6% 4%; border-radius: 50%; background: #dff3d7; }
.medicine-screen { position: absolute; z-index: 2; width: 250px; padding: 8px; border-radius: 28px; background: #fff; box-shadow: 0 30px 50px rgba(30,70,17,.2); }
.medicine-screen img { border-radius: 21px; }
.medicine-screen--one { left: 5%; bottom: 1%; transform: rotate(-4deg); }
.medicine-screen--two { top: 0; right: 7%; transform: rotate(4deg); }
.medicine-next { position: absolute; z-index: 4; right: 0; bottom: 13%; display: grid; grid-template-columns: 43px 1fr; column-gap: 11px; min-width: 220px; padding: 15px; border: 1px solid #cfe0ca; border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-soft); }
.medicine-next > span { grid-row: 1 / 3; display: grid; width: 43px; height: 43px; place-items: center; color: #fff; background: var(--green); border-radius: 13px; }
.medicine-next strong { font-size: .8rem; }
.medicine-next small { color: #718072; font-size: .65rem; }
.medicine-grid > div:last-child > p { font-size: 1rem; }
.medicine-features { display: grid; gap: 0; margin: 29px 0; border-top: 1px solid var(--line); }
.medicine-features > div { display: grid; grid-template-columns: 40px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.medicine-features b { color: var(--green); font-size: .7rem; letter-spacing: .08em; }
.medicine-features span { display: grid; }
.medicine-features strong { font-size: .85rem; }
.medicine-features small { margin-top: 3px; color: #738075; font-size: .7rem; line-height: 1.5; }

.privacy-badge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 29px 0; }
.privacy-badge-grid > span { display: flex; min-height: 76px; align-items: center; gap: 9px; padding: 13px; color: #d8ebd3; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055); font-size: .7rem; line-height: 1.3; }
.privacy-badge-grid b { color: #a5ef88; font-size: 1.5rem; }
.inline-links { display: flex; flex-wrap: wrap; gap: 25px; }
.report-badges { margin: 25px 0; }

.download-home { color: #fff; background: #10270b; }
.download-home__inner { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: 80px; padding: 60px; border: 1px solid rgba(255,255,255,.1); border-radius: 38px; background: radial-gradient(circle at 83% 5%, rgba(122,229,82,.18), transparent 25%), linear-gradient(135deg, #1d550f, #123509); box-shadow: var(--shadow); }
.download-home h2 { max-width: 740px; margin-bottom: 16px; }
.download-home p { max-width: 760px; color: #c7dbc1; }
.download-home__facts { margin: 25px 0; }
.download-home__facts > span { padding: 8px 11px; color: #e3f5de; background: rgba(255,255,255,.1); }
.download-home__qr { padding: 16px; color: var(--ink); border-radius: 25px; background: #fff; text-align: center; transform: rotate(2deg); }
.download-home__qr img { border-radius: 15px; }
.download-home__qr strong, .download-home__qr small { display: block; }
.download-home__qr strong { margin-top: 10px; font-size: .88rem; }
.download-home__qr small { color: #657268; font-size: .63rem; }

.topic-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.topic-link-card { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 23px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 8px 22px rgba(31,66,20,.04); }
.topic-link-card > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 15px; font-weight: 900; }
.topic-link-card small { color: var(--green); font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.topic-link-card h3 { margin: 10px 0; font-size: 1.05rem; line-height: 1.3; }
.topic-link-card h3 a { text-decoration: none; }
.topic-link-card p { font-size: .75rem; line-height: 1.55; }
.topic-link-card > div > div { display: flex; flex-wrap: wrap; gap: 13px; }
.topic-link-card > div > div a { color: var(--green); font-size: .68rem; font-weight: 850; }

.trust-section { background: #fff; }
.trust-layout { display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 75px; }
.trust-layout > div > p { max-width: 710px; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 31px; }
.trust-points article { padding: 21px; border: 1px solid var(--line); border-radius: 20px; background: #fbfdfb; }
.trust-points b { color: var(--green); font-size: .68rem; letter-spacing: .1em; }
.trust-points h3 { margin: 14px 0 9px; font-size: 1rem; }
.trust-points p { margin: 0; font-size: .72rem; line-height: 1.55; }
.trust-company-card { padding: 34px; color: #fff; border-radius: 30px; background: radial-gradient(circle at 85% 5%, rgba(111,225,68,.22), transparent 28%), var(--green-dark); box-shadow: var(--shadow); }
.trust-company-card img { width: 76px; margin-bottom: 25px; border-radius: 20px; }
.trust-company-card span, .trust-company-card strong { display: block; }
.trust-company-card span { color: #a7c5a0; font-size: .66rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.trust-company-card strong { margin-top: 10px; font-size: 1.6rem; }
.trust-company-card p { color: #c5d9c0; font-size: .78rem; }
.trust-company-card a { color: #c7f5b7; font-size: .75rem; font-weight: 850; }

/* Download, about and FAQ pages */
.download-hero { position: relative; padding: 75px 0 65px; overflow: hidden; background: radial-gradient(circle at 75% 30%, rgba(69,184,23,.19), transparent 30%), linear-gradient(180deg, #f9fcf8, #edf7e9); }
.download-hero__grid { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 90px; }
.download-hero h1 { margin-bottom: 24px; font-size: clamp(3.1rem, 6vw, 5.5rem); }
.download-hero h1 em { color: var(--green); font-style: normal; }
.download-hero p { max-width: 710px; font-size: 1.08rem; }
.download-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.trust-badges > span { padding: 8px 11px; color: #3e5541; border: 1px solid #c9dec3; border-radius: 999px; background: rgba(255,255,255,.65); font-size: .7rem; font-weight: 800; }
.download-device-card { position: relative; display: grid; min-height: 610px; place-items: center; }
.download-device-card__glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: linear-gradient(135deg, #d8efce, #fafff8); box-shadow: inset 0 0 0 1px rgba(39,140,13,.1); }
.download-device-card > img { position: relative; z-index: 2; width: 290px; filter: drop-shadow(0 32px 34px rgba(28,68,16,.25)); }
.download-stamp { position: absolute; z-index: 3; right: 3%; bottom: 15%; display: grid; width: 92px; height: 92px; place-items: center; align-content: center; color: #fff; border: 5px solid #fff; border-radius: 50%; background: var(--green-dark); box-shadow: var(--shadow-soft); text-align: center; font-size: .58rem; font-weight: 800; line-height: 1.2; transform: rotate(6deg); }
.download-stamp b { font-size: 1.15rem; }
.download-panel { display: grid; grid-template-columns: 1fr 320px; gap: 28px; }
.download-panel__main { padding: 43px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-soft); }
.download-panel__main > p { max-width: 750px; }
.release-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 30px 0; border-block: 1px solid var(--line); }
.release-facts > div { padding: 18px 12px; border-bottom: 1px solid var(--line); }
.release-facts > div:nth-last-child(-n+2) { border-bottom: 0; }
.release-facts dt { color: #7a867b; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.release-facts dd { margin: 5px 0 0; font-size: .83rem; font-weight: 800; }
.checksum-box { display: grid; gap: 9px; padding: 20px; border-radius: 17px; background: #f1f6ef; }
.checksum-box > span { color: var(--green); font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.checksum-box code { padding: 0; background: none; font-size: .7rem; }
.checksum-box a { color: var(--green); font-size: .7rem; font-weight: 850; }
.rustore-card { padding: 27px; color: #fff; border-radius: 30px; background: radial-gradient(circle at 90% 0, rgba(115,226,74,.25), transparent 28%), var(--green-dark); }
.rustore-card > img { width: 180px; margin: 24px auto; padding: 10px; border-radius: 20px; background: #fff; }
.rustore-card h3 { margin-bottom: 10px; }
.rustore-card p { color: #bfd2b9; font-size: .78rem; }
.rustore-card > a { color: #c9f8b8; font-size: .72rem; font-weight: 850; }
.install-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.install-steps li { min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 23px; background: #fff; }
.install-steps li > b { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--green); border-radius: 13px; font-size: .68rem; letter-spacing: .08em; }
.install-steps strong { display: block; margin: 24px 0 10px; font-size: 1rem; }
.install-steps p { margin: 0; font-size: .78rem; line-height: 1.6; }
.confidence-grid, .quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.confidence-grid article, .quality-grid > div { padding: 26px; border: 1px solid var(--line); border-radius: 23px; background: #fff; }
.confidence-grid article > span { display: grid; width: 45px; height: 45px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 14px; font-weight: 900; }
.confidence-grid h3 { margin: 20px 0 10px; }
.confidence-grid p { margin: 0; font-size: .78rem; }
.download-help-band { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 22px; padding: 44px; color: #fff; border-radius: 30px; background: var(--green-dark); }
.download-help-band h2 { margin-bottom: 10px; }
.download-help-band p { margin: 0; color: #bed2b8; }
.download-help-band > div:last-child { display: flex; min-width: 260px; flex-direction: column; align-items: center; gap: 13px; }

.about-intro-grid { display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: 90px; }
.about-intro-grid > div:first-child p { font-size: 1rem; }
.about-screen-stack { position: relative; min-height: 590px; }
.about-screen-stack::before { content: ""; position: absolute; inset: 8% 0; border-radius: 50%; background: #e5f5df; }
.about-screen-stack img { position: absolute; width: 240px; padding: 7px; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.about-screen-stack img:first-child { left: 2%; bottom: 0; transform: rotate(-5deg); }
.about-screen-stack img:last-child { right: 2%; top: 0; transform: rotate(5deg); }
.principle-grid { display: grid; grid-template-columns: 1.2fr repeat(2, 1fr); gap: 15px; }
.principle-grid .section-heading { grid-row: span 2; padding-right: 35px; }
.principle-grid article { padding: 27px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); }
.principle-grid article b { color: #9ee781; font-size: .7rem; }
.principle-grid article h3 { margin: 18px 0 10px; }
.principle-grid article p { margin: 0; color: #bcd1b6; font-size: .79rem; }
.company-card { display: grid; grid-template-columns: 1fr 390px; gap: 60px; padding: 44px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, #fff, #f3f9f0); box-shadow: var(--shadow-soft); }
.company-card h2 { max-width: 700px; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.18; }
.company-card dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; }
.company-card dl > div { padding: 16px; border: 1px solid #d8e5d4; border-radius: 16px; background: rgba(255,255,255,.8); }
.company-card dt { color: #7c887d; font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.company-card dd { margin: 5px 0 0; font-size: .75rem; font-weight: 850; word-break: break-word; }
.company-card a { color: var(--green); }
.quality-grid > div { display: flex; flex-direction: column; }
.quality-grid strong { color: var(--green); font-size: 2.15rem; letter-spacing: -.05em; }
.quality-grid span { margin-top: 7px; color: #667369; font-size: .74rem; font-weight: 750; }

.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: start; gap: 40px; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 20px rgba(31,66,20,.035); overflow: hidden; }
.faq-list summary { display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 15px; padding: 21px 23px; cursor: pointer; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--green); font-size: .67rem; letter-spacing: .08em; }
.faq-list summary > b { color: var(--green); font-size: 1.2rem; transition: transform .2s ease; }
.faq-list details[open] summary > b { transform: rotate(45deg); }
.faq-list details > div { padding: 0 23px 22px 76px; }
.faq-list details p { margin: 0; color: #455248; }
.faq-aside { position: sticky; top: 132px; padding: 27px; color: #fff; border-radius: 28px; background: radial-gradient(circle at 90% 0, rgba(121,229,80,.21), transparent 28%), var(--green-dark); }
.faq-aside > img { width: 145px; max-height: 285px; margin: 0 auto 23px; border-radius: 20px; object-fit: cover; object-position: top; box-shadow: 0 18px 28px rgba(0,0,0,.22); }
.faq-aside h2 { margin: 18px 0 12px; font-size: 1.5rem; }
.faq-aside p { color: #c1d4bb; font-size: .8rem; }
.faq-aside > .text-link { margin-top: 17px; color: #c7f7b6; font-size: .74rem; }

/* Article and sidebar product links */
.articles-product-strip { display: grid; grid-template-columns: 180px 1fr 240px; align-items: center; gap: 35px; margin-bottom: 45px; padding: 25px 30px; color: #fff; border-radius: 30px; background: radial-gradient(circle at 85% 0, rgba(109,220,67,.22), transparent 27%), var(--green-dark); }
.articles-product-strip > img { width: 150px; max-height: 260px; border-radius: 20px; object-fit: cover; object-position: top; box-shadow: 0 15px 25px rgba(0,0,0,.23); }
.articles-product-strip h2 { margin-bottom: 10px; font-size: 1.8rem; }
.articles-product-strip p { color: #bed2b8; font-size: .8rem; }
.articles-product-strip > div > div { display: flex; flex-wrap: wrap; gap: 10px; }
.articles-product-strip aside { padding: 19px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); }
.articles-product-strip aside p { margin: 9px 0; font-size: .7rem; }
.articles-product-strip aside a { color: #c8f8b7; font-size: .69rem; font-weight: 850; }
.article-trust-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.article-trust-row > span { padding: 7px 10px; color: #4b5e4e; border: 1px solid #d4e1d0; background: #fff; }
.article-product-bridge { display: grid; grid-template-columns: 175px 1fr; align-items: center; gap: 30px; margin: 45px 0; padding: 26px; color: #fff; border-radius: 25px; background: radial-gradient(circle at 90% 0, rgba(120,230,78,.2), transparent 27%), var(--green-dark); overflow: hidden; }
.article-product-bridge > img { width: 155px; max-height: 285px; border-radius: 19px; object-fit: cover; object-position: top; box-shadow: 0 16px 25px rgba(0,0,0,.25); }
.article-product-bridge > div > span { color: #a5de91; font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-product-bridge h3 { margin: 13px 0 10px; font-size: 1.5rem; }
.article-product-bridge p { color: #c1d6bb; font-size: .8rem; }
.article-product-bridge > div > div { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.article-product-bridge .text-link { color: #c9f8b8; font-size: .72rem; }
.aside-toc { display: grid; gap: 7px; }
.aside-toc strong { margin-bottom: 7px; }
.aside-toc a { padding-bottom: 7px; border-bottom: 1px solid #edf1eb; text-decoration: none; }
.aside-product-card { overflow: hidden; }
.aside-product-card > img { width: 100%; max-height: 205px; margin: -23px -23px 18px; max-width: calc(100% + 46px); object-fit: cover; object-position: top; }
.aside-product-card > span { display: inline-flex; width: auto; height: auto; padding: 6px 9px; margin-bottom: 11px; border-radius: 999px; font-size: .6rem; }
.aside-box--download { color: #fff; border: 0; background: linear-gradient(145deg, #2d960f, #1b6208); }
.aside-box--download p { color: #e0f2da; }
.aside-box--download .status-pill { display: inline-flex; width: auto; height: auto; color: #fff; background: rgba(255,255,255,.14); }
.aside-related-list { display: grid; gap: 10px; }
.aside-related-list strong { margin-bottom: 5px; }
.aside-related-list a { padding-bottom: 10px; border-bottom: 1px solid #edf1eb; color: #38533b; font-size: .7rem; line-height: 1.4; }
.category-sidebar { position: sticky; top: 132px; display: grid; gap: 14px; }
.category-sidebar .sidebar-card { position: static; top: auto; }
.sidebar-card--feature { overflow: hidden; }
.sidebar-card--feature > img { width: calc(100% + 56px); max-width: calc(100% + 56px); max-height: 260px; margin: -28px -28px 22px; object-fit: cover; object-position: top; }
.sidebar-card--download { background: linear-gradient(145deg, #2d950f, #1b6008); }
.sidebar-card--download .status-pill { display: inline-flex; color: #fff; background: rgba(255,255,255,.14); }
.legal-summary { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-summary > span { padding: 8px 11px; color: #3e5b41; border-radius: 999px; background: var(--green-soft); font-size: .68rem; font-weight: 850; }
.not-found { display: grid; min-height: 70vh; place-items: center; padding: 90px 0; text-align: center; background: var(--cream); }
.not-found span { color: #c4e9b8; font-size: clamp(7rem, 24vw, 16rem); font-weight: 900; line-height: .7; letter-spacing: -.09em; }
.not-found h1 { margin: 40px 0 15px; font-size: 3rem; }
.not-found p { max-width: 600px; margin: 0 auto 28px; }
.not-found > div > div { display: flex; justify-content: center; gap: 12px; }

.site-footer { padding: 68px 0 25px; color: #dbe8d8; background: #10270b; }
.site-footer .brand small { color: #b7c6b4; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .85fr 1.05fr 1fr; gap: 34px; padding-bottom: 45px; }
.brand--footer { color: #fff; }
.footer-brand > p { max-width: 340px; margin-top: 18px; color: #9faf9b; font-size: .82rem; }
.footer-grid h2 { margin-bottom: 17px; color: #fff; font-size: .84rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) > a { display: inline-flex; min-height: 44px; align-items: center; color: #aebcab; font-size: .79rem; text-decoration: none; }
.footer-grid > div:not(:first-child) > a:hover { color: #baf0a6; }
.footer-grid .footer-email { color: #baf0a6 !important; font-weight: 800; }
.footer-grid > div > p { margin-top: 13px; color: #829180; font-size: .72rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.footer-badges > span { padding: 6px 8px; color: #a8c2a1; background: rgba(255,255,255,.065); font-size: .6rem; }
.footer-bottom { display: grid; grid-template-columns: 1fr minmax(270px, auto) auto; align-items: center; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #a8b8a4; font-size: .68rem; }
.footer-bottom .developer-credit a { color: #baf0a6; font-weight: 800; text-decoration: none; }
.footer-bottom .developer-credit a:hover { color: #fff; text-decoration: underline; }

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1fr .75fr; gap: 25px; }
    .hero-phone { width: 285px; }
    .floating-card--privacy { left: -15%; }
    .floating-card--report { right: -13%; }
    .feature-bento { grid-template-columns: repeat(2, 1fr); }
    .feature-card--large { grid-row: span 2; }
    .article-cards { grid-template-columns: repeat(2, 1fr); }
    .article-cards--related { grid-template-columns: repeat(2, 1fr); }
    .showcase-grid { gap: 35px; }
    .showcase-phones img { width: 205px; }
    .report-grid { gap: 45px; }
    .article-shell, .article-hero__grid { grid-template-columns: minmax(0, 1fr) 245px; gap: 35px; }
    .journal-showcase { grid-template-columns: repeat(3, 1fr); }
    .journal-explainer { grid-column: 1 / -1; min-height: 330px; }
    .capability-grid { grid-template-columns: repeat(3, 1fr); }
    .capability-card--primary { grid-column: span 2; }
    .statistics-layout { gap: 30px; }
    .statistics-screens { grid-template-columns: repeat(2, 1fr); }
    .medicine-grid { gap: 35px; }
    .topic-link-grid { grid-template-columns: repeat(2, 1fr); }
    .download-hero__grid { grid-template-columns: 1fr 340px; gap: 40px; }
    .download-panel { grid-template-columns: 1fr 280px; }
    .about-intro-grid { grid-template-columns: 1fr 410px; gap: 40px; }
    .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .footer-brand { grid-column: span 2; }
}

@media (max-width: 1120px) {
    .menu-toggle { display: block; }
    .main-nav { position: fixed; top: 132px; right: 0; left: 0; display: none; max-height: calc(100vh - 132px); flex-direction: column; align-items: stretch; gap: 5px; padding: 18px 20px 28px; overflow-y: auto; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 20px 35px rgba(20,55,10,.12); }
    .main-nav.is-open { display: flex; }
    .main-nav > a { padding: 14px 16px; font-size: .92rem; }
    .main-nav > .nav-cta { margin: 4px 0 0; text-align: center; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 850px) {
    .section { padding: 82px 0; }
    .section--compact { padding: 55px 0 82px; }
    .hero { padding-top: 30px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding-bottom: 30px; }
    .hero-visual { min-height: 580px; }
    .floating-card--privacy { left: 7%; }
    .floating-card--report { right: 7%; }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }
    .proof-grid > div:nth-child(2) { border-right: 0; }
    .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section-heading--split { align-items: flex-start; flex-direction: column; gap: 18px; }
    .section-heading { margin-bottom: 35px; }
    .feature-bento { grid-template-columns: 1fr; }
    .feature-card--large { min-height: 390px; grid-row: auto; }
    .showcase-grid, .report-grid { grid-template-columns: 1fr; }
    .showcase-phones { min-height: 530px; }
    .report-visual { min-height: 520px; order: 2; }
    .news-grid { grid-template-columns: 1fr; }
    .contact-band__inner { align-items: flex-start; flex-direction: column; padding: 38px; }
    .contact-band__inner > div:last-child { align-items: flex-start; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .article-layout { grid-template-columns: 1fr; }
    .sidebar-card { position: static; }
    .article-shell { grid-template-columns: 1fr; }
    .article-hero__grid { grid-template-columns: 1fr; }
    .article-hero__context { display: grid; grid-template-columns: 150px 1fr; align-self: auto; }
    .article-hero__context > img { height: 100%; min-height: 175px; }
    .article-aside { position: static; grid-template-columns: repeat(2, 1fr); }
    .journal-showcase { grid-template-columns: repeat(2, 1fr); }
    .detail-screen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .journal-explainer { grid-column: 1 / -1; }
    .capability-grid { grid-template-columns: repeat(2, 1fr); }
    .capability-card--primary { grid-column: span 2; }
    .capability-card--security { grid-template-columns: 1fr; }
    .statistics-layout, .medicine-grid, .download-hero__grid, .download-panel, .about-intro-grid, .company-card { grid-template-columns: 1fr; }
    .statistics-copy { order: 1; }
    .statistics-screens { order: 2; }
    .medicine-visual { order: 2; }
    .download-device-card { min-height: 540px; }
    .download-panel { gap: 18px; }
    .rustore-card { display: grid; grid-template-columns: 170px 1fr; align-items: center; column-gap: 25px; }
    .rustore-card .status-pill, .rustore-card > img { grid-row: span 4; }
    .rustore-card > img { margin: 10px auto; }
    .install-steps, .confidence-grid, .quality-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-layout { grid-template-columns: 1fr; }
    .trust-company-card { max-width: 430px; }
    .about-screen-stack { min-height: 560px; }
    .principle-grid { grid-template-columns: repeat(2, 1fr); }
    .principle-grid .section-heading { grid-column: 1 / -1; grid-row: auto; }
    .faq-layout { grid-template-columns: 1fr; }
    .faq-aside { position: static; display: grid; grid-template-columns: 150px 1fr; column-gap: 25px; }
    .faq-aside > img { grid-row: 1 / 6; margin: 0; }
    .articles-product-strip { grid-template-columns: 145px 1fr; }
    .articles-product-strip aside { grid-column: 1 / -1; }
    .contact-layout { grid-template-columns: 1fr; gap: 40px; }
    .contact-info { position: static; }
    .legal-shell { grid-template-columns: 1fr; }
    .legal-toc { position: static; grid-template-columns: repeat(2, 1fr); }
    .legal-toc strong { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    body { font-size: 16px; }
    .container { width: min(100% - 28px, var(--container)); }
    .utility-bar__inner { min-height: 52px; font-size: .7rem; }
    .utility-cluster { justify-content: center; }
    .utility-status { display: none; }
    .utility-actions { width: 100%; justify-content: space-between; gap: 7px; }
    .language-switch { flex: 0 0 auto; }
    .language-switch a { min-height: 36px; padding: 6px 8px; font-size: .62rem; }
    .utility-contact { width: auto; flex: 1; justify-content: center; padding: 0 10px; }
    .utility-contact .utility-divider, .utility-contact .utility-email { display: none; }
    .utility-message { min-height: 40px; font-size: .66rem; }
    .header-row { min-height: 72px; }
    .main-nav { top: 124px; max-height: calc(100vh - 124px); }
    .brand small { display: none; }
    .brand img { width: 46px; height: 46px; }
    .hero { min-height: 0; }
    .hero-copy { padding-top: 35px; }
    .hero h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .button--download small { margin-left: auto; }
    .hero-proof-card { padding: 13px; }
    .hero-version-badge { right: 0; top: 4%; width: 76px; height: 76px; border-width: 4px; font-size: 1rem; }
    .trust-row { gap: 10px 16px; }
    .hero-visual { min-height: 490px; }
    .hero-phone { width: 245px; }
    .hero-orbit--one { width: 390px; height: 390px; }
    .hero-orbit--two { width: 310px; height: 310px; }
    .floating-card { min-width: 0; max-width: 160px; padding: 10px; }
    .floating-card > span { width: 31px; height: 31px; }
    .floating-card small { display: none; }
    .floating-card--privacy { top: 14%; left: 0; }
    .floating-card--report { right: 0; bottom: 12%; }
    .proof-grid > div { min-height: 92px; padding: 14px 9px; }
    .proof-grid strong { font-size: 1.8rem; }
    .proof-grid span { font-size: .67rem; }
    .feature-card--large { min-height: 440px; padding-right: 28px; }
    .feature-card--large > img { right: 20px; bottom: -225px; width: 175px; opacity: .9; }
    .journal-showcase, .capability-grid, .topic-link-grid { grid-template-columns: 1fr; }
    .journal-screen-card { min-height: 500px; }
    .journal-screen-card > img { margin-bottom: -200px; }
    .journal-explainer, .capability-card--primary { grid-column: auto; }
    .capability-card { min-height: 0; }
    .capability-card--security { grid-column: auto; padding: 24px; }
    .security-feature-grid { grid-template-columns: 1fr; }
    .statistics-screens { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .statistics-screens figure { padding: 6px 6px 10px; border-radius: 17px; }
    .statistics-screens figure:nth-child(even) { transform: translateY(20px); }
    .medicine-visual { min-height: 500px; }
    .medicine-screen { width: 190px; }
    .medicine-screen--one { left: 0; }
    .medicine-screen--two { right: 0; }
    .medicine-next { right: 0; bottom: 7%; min-width: 200px; }
    .privacy-badge-grid { grid-template-columns: 1fr; }
    .download-home { padding-block: 60px; }
    .download-home__inner { grid-template-columns: 1fr; gap: 35px; padding: 30px 23px; border-radius: 28px; }
    .download-home__qr { width: 190px; justify-self: center; }
    .trust-points { grid-template-columns: 1fr; }
    .download-hero { padding: 50px 0 35px; }
    .download-hero h1 { font-size: 3rem; }
    .download-device-card { min-height: 480px; }
    .download-device-card__glow { width: 330px; height: 330px; }
    .download-device-card > img { width: 245px; }
    .download-panel__main { padding: 27px 20px; }
    .release-facts { grid-template-columns: 1fr; }
    .release-facts > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
    .release-facts > div:last-child { border-bottom: 0; }
    .checksum-box code { font-size: .61rem; word-break: break-all; }
    .rustore-card { display: block; }
    .install-steps, .confidence-grid, .quality-grid { grid-template-columns: 1fr; }
    .install-steps li { min-height: 0; }
    .download-help-band { align-items: flex-start; flex-direction: column; padding: 30px 23px; }
    .download-help-band > div:last-child { min-width: 0; align-items: flex-start; }
    .about-screen-stack { min-height: 470px; }
    .about-screen-stack img { width: 190px; }
    .principle-grid { grid-template-columns: 1fr; }
    .principle-grid .section-heading { grid-column: auto; padding: 0; }
    .company-card { gap: 25px; padding: 27px 20px; }
    .company-card dl { grid-template-columns: 1fr; }
    .faq-list summary { grid-template-columns: 30px 1fr 18px; gap: 10px; padding: 18px 15px; font-size: .86rem; }
    .faq-list details > div { padding: 0 16px 19px 55px; }
    .faq-aside { display: block; }
    .faq-aside > img { margin: 0 auto 22px; }
    .articles-product-strip { grid-template-columns: 1fr; padding: 25px 20px; }
    .articles-product-strip > img { width: 130px; }
    .article-product-bridge { grid-template-columns: 1fr; padding: 22px; }
    .article-product-bridge > img { width: 135px; }
    .showcase-phones { min-height: 410px; gap: 8px; }
    .showcase-phones::before { width: 340px; height: 340px; }
    .showcase-phones img { width: 155px; }
    .showcase-phones img:first-child { transform: translateY(35px) rotate(-2deg); }
    .report-visual { min-height: 440px; }
    .report-sheet { top: 10%; left: 5%; width: 67%; padding: 22px; }
    .report-sheet strong { font-size: 1.05rem; }
    .report-visual > img { right: 1%; bottom: -95px; width: 190px; }
    .article-cards, .article-cards--related, .article-layout .article-cards { grid-template-columns: 1fr; }
    .article-card { min-height: 0; }
    .contact-band__inner { padding: 30px 24px; border-radius: 26px; }
    .page-hero, .legal-hero, .article-hero { padding: 50px 0 60px; }
    .article-page .article-hero { padding: 32px 0 38px; }
    .category-hero { padding: 34px 0 38px; }
    .category-hero > .container { grid-template-columns: 54px minmax(0, 1fr); column-gap: 15px; }
    .category-hero .breadcrumbs { margin-bottom: 20px; }
    .category-hero .category-symbol { width: 50px; height: 50px; border-radius: 15px; font-size: 1.2rem; }
    .category-hero h1 { margin-bottom: 13px; font-size: 2.45rem; }
    .category-hero .category-summary { align-items: flex-start; margin-top: 15px; }
    .category-hero .category-summary strong { font-size: 1.8rem; }
    .article-page .article-hero__main h1 { margin: 13px 0 14px; font-size: 2.3rem; }
    .article-hero__context { grid-template-columns: 105px 1fr; border-radius: 21px; }
    .article-hero__context > img { min-height: 150px; }
    .article-hero__context > div { padding: 17px; }
    .page-hero h1, .legal-hero h1, .article-hero h1 { font-size: 2.55rem; }
    .breadcrumbs { margin-bottom: 25px; }
    .category-grid { grid-template-columns: 1fr; }
    .article-list-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .article-list-heading h2 { font-size: 2rem; }
    .article-shell { padding-top: 38px; padding-bottom: 80px; }
    .article-content { font-size: 1rem; }
    .article-content h2 { margin-top: 48px; }
    .step-list li { grid-template-columns: 42px 1fr; gap: 12px; padding: 15px; }
    .step-list li > span { width: 40px; height: 40px; }
    .article-aside { grid-template-columns: 1fr; }
    .news-row { grid-template-columns: 1fr; gap: 18px; }
    .news-date { flex-direction: row; align-items: baseline; gap: 7px; }
    .news-date strong { font-size: 2rem; }
    .news-row h2 { font-size: 1.6rem; }
    .contact-form-card { padding: 24px 18px; border-radius: 22px; }
    .legal-toc { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 22px; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
    .not-found > div > div { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
