@font-face{font-family:'Exo';font-style:normal;font-weight:400;font-display:swap;src:url(assets/40836fee7a59.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+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Exo';font-style:normal;font-weight:700;font-display:swap;src:url(assets/40836fee7a59.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+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:400;font-display:swap;src:url(assets/57583b57d2f3.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:400;font-display:swap;src:url(assets/877722deef76.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+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:700;font-display:swap;src:url(assets/57583b57d2f3.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:700;font-display:swap;src:url(assets/877722deef76.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+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

:root{
  --ground:#F2F5FB; --surface:#FFFFFF; --surface-2:#F7F9FD;
  --ink:#0B1524; --ink-2:#33445E; --muted:#67788F;
  --line:#DDE3EE; --line-strong:#BFC9DB;
  --brand:#2956CD; --brand-ink:#1E3F97; --brand-soft:#E7EDFB;
  --verify:#0E7C5A; --verify-soft:#E1F2EB;
  --focus:#2956CD;
  --shadow:0 1px 2px rgba(11,21,36,.05), 0 8px 24px -12px rgba(11,21,36,.18);
  --shadow-lift:0 2px 4px rgba(11,21,36,.06), 0 18px 40px -16px rgba(41,86,205,.32);
  --space:clamp(60px,7.5vw,96px);
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --ground:#080D16; --surface:#0F1725; --surface-2:#151E2F;
    --ink:#E9EEF7; --ink-2:#B4C0D3; --muted:#8494AB;
    --line:#212C40; --line-strong:#33415C;
    --brand:#6E93EE; --brand-ink:#9DB6F5; --brand-soft:#141F3A;
    --verify:#3FB48A; --verify-soft:#0D2620;
    --focus:#6E93EE;
    --shadow:0 1px 2px rgba(0,0,0,.4), 0 8px 24px -12px rgba(0,0,0,.6);
    --shadow-lift:0 2px 4px rgba(0,0,0,.5), 0 18px 40px -16px rgba(110,147,238,.28);
  }
}
:root[data-theme="dark"]{
  --ground:#080D16; --surface:#0F1725; --surface-2:#151E2F;
  --ink:#E9EEF7; --ink-2:#B4C0D3; --muted:#8494AB;
  --line:#212C40; --line-strong:#33415C;
  --brand:#6E93EE; --brand-ink:#9DB6F5; --brand-soft:#141F3A;
  --verify:#3FB48A; --verify-soft:#0D2620;
  --focus:#6E93EE;
  --shadow:0 1px 2px rgba(0,0,0,.4), 0 8px 24px -12px rgba(0,0,0,.6);
  --shadow-lift:0 2px 4px rgba(0,0,0,.5), 0 18px 40px -16px rgba(110,147,238,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0; background:var(--ground); color:var(--ink);
  font-family:'Exo',ui-sans-serif,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:17px; line-height:1.62; -webkit-font-smoothing:antialiased; overflow-x:hidden}
.wrap{max-width:1140px; margin:0 auto; padding:0 24px}
a{color:inherit}
img{max-width:100%}
:focus-visible{outline:2px solid var(--focus); outline-offset:3px; border-radius:3px}

/* ============ ГОЛОГРАММА — сигнатура ============ */
.holo{background:linear-gradient(100deg,#2956CD,#38B6C8,#7BD48F,#F2D06B,#E38FC4,#6E7BE8,#2956CD);
  background-size:300% 100%; animation:holo 14s linear infinite}
@keyframes holo{to{background-position:300% 0}}

/* ============ ШАПКА ============ */
.topbar{position:sticky; top:0; z-index:30; background:rgba(6,11,22,.82);
  backdrop-filter:blur(14px); border-bottom:1px solid rgba(255,255,255,.09)}
.topbar .bar{display:flex; align-items:center; justify-content:space-between; height:64px}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none; color:#fff;
  font-weight:700; font-size:18px; letter-spacing:-.01em}
.brand .dot{width:9px; height:9px; border-radius:50%; background:#4E7BF0;
  box-shadow:0 0 0 4px rgba(78,123,240,.25)}
.brand em{font-style:normal; color:rgba(255,255,255,.5); font-weight:400; font-size:11px;
  letter-spacing:.18em; text-transform:uppercase; font-family:'Roboto Mono',monospace}
.topbar .tel{font-family:'Roboto Mono',monospace; font-size:14px; text-decoration:none;
  color:rgba(255,255,255,.86); min-height:44px; display:flex; align-items:center}
.topbar .tel:hover{color:#fff}

/* ============ БАННЕР ============ */
.hero{position:relative; overflow:hidden; background:#060B16; color:#fff; isolation:isolate}
.hero::before{content:""; position:absolute; inset:0; z-index:-2;
  background:
    radial-gradient(120% 90% at 78% 18%, rgba(41,86,205,.55) 0%, transparent 55%),
    radial-gradient(90% 70% at 12% 92%, rgba(14,124,90,.30) 0%, transparent 60%),
    linear-gradient(168deg,#070D1B 0%,#0B1428 45%,#080E1D 100%)}
#lattice{position:absolute; inset:0; z-index:-1; width:100%; height:100%; opacity:.85}
.hero-grid{display:grid; grid-template-columns:1.08fr .92fr; gap:40px; align-items:center;
  padding:clamp(48px,7vw,86px) 0 clamp(44px,6vw,74px)}
.eyebrow{font-family:'Roboto Mono',monospace; font-size:11px; letter-spacing:.22em;
  text-transform:uppercase; color:#8FB0FF; margin:0 0 20px; display:flex; align-items:center; gap:12px}
.eyebrow::after{content:""; flex:1; max-width:100px; height:1px;
  background:linear-gradient(90deg,rgba(143,176,255,.7),transparent)}
h1{font-size:clamp(34px,5.6vw,62px); line-height:1.06; letter-spacing:-.035em;
  font-weight:700; margin:0 0 22px; text-wrap:balance; max-width:15ch}
h1 .wd{display:inline-block; line-height:1.04; will-change:transform,opacity}
h1 .grad{background:linear-gradient(96deg,#7BA4FF 0%,#5EE0C0 55%,#9FE6A8 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent}
.lede{font-size:18.5px; color:rgba(233,240,252,.78); max-width:52ch; margin:0 0 30px}
.cta-row{display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-bottom:34px}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:50px;
  padding:0 26px; font-family:inherit; font-size:15px; font-weight:600; text-decoration:none;
  border:1px solid transparent; border-radius:5px; cursor:pointer;
  transition:transform .2s cubic-bezier(.2,.7,.3,1), background-color .2s ease, border-color .2s ease, box-shadow .2s ease}
.btn svg{width:18px; height:18px; flex:none}
.btn:active{transform:scale(.97)}
.btn-primary{background:#2956CD; color:#fff; box-shadow:0 10px 30px -10px rgba(41,86,205,.9)}
.btn-primary:hover{background:#3467E4; box-shadow:0 14px 38px -10px rgba(52,103,228,1)}
.btn-glass{border-color:rgba(255,255,255,.24); color:#fff; background:rgba(255,255,255,.06);
  backdrop-filter:blur(8px)}
.btn-glass:hover{border-color:rgba(255,255,255,.5); background:rgba(255,255,255,.12)}
.btn-text{color:#7BE0BC; padding:0 6px; min-height:44px}
.btn-text:hover{text-decoration:underline; text-underline-offset:4px}

/* печать подлинности */
.seal{display:inline-flex; align-items:center; gap:12px; padding:10px 14px 10px 12px;
  border:1px solid rgba(255,255,255,.16); border-radius:6px; background:rgba(255,255,255,.05)}
.seal .strip{width:6px; height:34px; border-radius:3px}
.seal b{display:block; font-size:12.5px; font-weight:600; letter-spacing:.01em}
.seal span{display:block; font-family:'Roboto Mono',monospace; font-size:10px;
  letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.5)}

/* флаконы */
.vials{position:relative; display:flex; justify-content:center; align-items:flex-end;
  gap:clamp(8px,2.4%,26px); padding:10px 6px 0}
.vial{width:30%; height:auto; object-fit:contain; object-position:bottom;
  filter:drop-shadow(0 24px 30px rgba(0,0,0,.6)); will-change:transform}
.vial:nth-child(1){transform:translateY(6px) scale(.88); opacity:.94; z-index:1}
.vial:nth-child(2){transform:translateY(-6px) scale(1.04); z-index:3}
.vial:nth-child(3){transform:translateY(6px) scale(.88); opacity:.94; z-index:2}
.vials::after{content:""; position:absolute; left:50%; bottom:-6%; transform:translateX(-50%);
  width:78%; height:34px; border-radius:50%; background:rgba(41,86,205,.45); filter:blur(26px)}
.float{animation:float 7s ease-in-out infinite}
.float.b{animation-duration:8.4s; animation-delay:-2.2s}
.float.c{animation-duration:9.1s; animation-delay:-4.1s}
@keyframes float{0%,100%{translate:0 0}50%{translate:0 -12px}}

/* полоса показателей */
.spec{position:relative; display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  border-top:1px solid rgba(255,255,255,.12)}
.spec div{padding:20px 22px; border-right:1px solid rgba(255,255,255,.12)}
.spec div:last-child{border-right:none}
.spec dt{font-family:'Roboto Mono',monospace; font-size:10px; letter-spacing:.16em;
  text-transform:uppercase; color:rgba(255,255,255,.48); margin:0 0 8px}
.spec dd{margin:0; font-family:'Roboto Mono',monospace; font-size:24px; font-weight:500;
  font-variant-numeric:tabular-nums; letter-spacing:-.02em; color:#fff}

/* ============ СЕКЦИИ ============ */
section{padding:var(--space) 0}
.sec-head{margin-bottom:36px; max-width:62ch}
.kicker{font-family:'Roboto Mono',monospace; font-size:11px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--brand); margin:0 0 12px}
h2{font-size:clamp(25px,3.4vw,36px); letter-spacing:-.028em; margin:0 0 12px; font-weight:700; text-wrap:balance}
.sec-head p.sub{margin:0; color:var(--ink-2)}

.proof{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:14px}
.proof article{background:var(--surface); border:1px solid var(--line); border-radius:8px;
  padding:26px 24px; box-shadow:var(--shadow); transition:transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease}
.proof article:hover{transform:translateY(-4px); box-shadow:var(--shadow-lift)}
.proof .ico{width:38px; height:38px; border-radius:8px; background:var(--brand-soft);
  color:var(--brand); display:flex; align-items:center; justify-content:center; margin-bottom:16px}
.proof .ico svg{width:21px; height:21px}
.proof h3{margin:0 0 8px; font-size:16.5px; letter-spacing:-.01em}
.proof p{margin:0; font-size:14.5px; color:var(--muted); line-height:1.55}

.community{display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:22px;
  margin-top:14px; padding:22px 24px; border:1px solid var(--line); border-radius:8px;
  background:var(--verify-soft); text-decoration:none; transition:border-color .2s ease, transform .2s ease}
.community:hover{border-color:var(--verify); transform:translateY(-2px)}
.community .tag{font-family:'Roboto Mono',monospace; font-size:10px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--verify); white-space:nowrap}
.community .txt{font-size:15px; color:var(--ink-2); line-height:1.5}
.community .go{font-size:14px; font-weight:600; color:var(--verify); white-space:nowrap}


.topbar .bar{gap:20px}
.brand .logo{height:30px; width:auto; display:block; filter:brightness(0) invert(1)}
.brand em{margin-left:2px}
.nav{display:flex; gap:22px; margin-left:auto}
.nav a{font-size:13.5px; font-weight:600; letter-spacing:.06em; text-transform:uppercase;
  color:rgba(255,255,255,.72); text-decoration:none; padding:6px 0; position:relative}
.nav a::after{content:""; position:absolute; left:0; right:0; bottom:0; height:2px;
  background:#4E7BF0; transform:scaleX(0); transform-origin:left; transition:transform .2s ease}
.nav a:hover{color:#fff}
.nav a:hover::after{transform:scaleX(1)}
.head-right{display:flex; align-items:center; gap:16px}
.btn-tg{min-height:40px; padding:0 18px; font-size:13.5px; background:#2956CD; color:#fff;
  border-radius:5px; font-weight:600; text-decoration:none; display:inline-flex; align-items:center}
.btn-tg:hover{background:#3467E4}
.burger{display:none; width:44px; height:44px; background:none; border:0; cursor:pointer;
  flex-direction:column; justify-content:center; gap:5px; padding:0}
.burger span{display:block; height:2px; background:#fff; border-radius:2px}
.nav-mob{display:none; flex-direction:column; padding:8px 24px 18px; gap:2px;
  border-top:1px solid rgba(255,255,255,.1)}
.nav-mob.open{display:flex}
.nav-mob a{color:rgba(255,255,255,.85); text-decoration:none; font-size:15px;
  padding:12px 0; border-bottom:1px solid rgba(255,255,255,.07)}
@media (max-width:1000px){ .nav,.head-right .tel{display:none} .burger{display:flex} }

/* сертификаты */
.certs{display:grid; grid-template-columns:repeat(auto-fill,minmax(215px,1fr)); gap:16px}
.cert{background:var(--surface); border:1px solid var(--line); border-radius:8px; padding:12px;
  box-shadow:var(--shadow); transition:transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease}
.cert:hover{transform:translateY(-4px); box-shadow:var(--shadow-lift)}
.cert img{width:100%; border-radius:5px; display:block; border:1px solid var(--line)}
.cert .meta{display:flex; align-items:baseline; justify-content:space-between; gap:8px; margin-top:11px}
.cert .nm{font-weight:700; font-size:15px; letter-spacing:-.01em}
.cert .pur{font-family:'Roboto Mono',monospace; font-size:14px; color:var(--verify);
  font-variant-numeric:tabular-nums; font-weight:500}
.verify{margin-top:18px; padding:16px 20px; border:1px solid var(--line); border-radius:8px;
  background:var(--verify-soft); font-size:14.5px; color:var(--ink-2)}
.verify code{font-family:'Roboto Mono',monospace; font-size:13px; background:var(--surface);
  border:1px solid var(--line); border-radius:4px; padding:2px 7px}

/* о нас */
.about{display:grid; grid-template-columns:1.25fr .75fr; gap:34px; align-items:start}
.about p{color:var(--ink-2); margin:0 0 16px}
.facts{background:var(--surface); border:1px solid var(--line); border-radius:8px;
  padding:22px; box-shadow:var(--shadow)}
.facts dl{margin:0; display:grid; gap:14px}
.facts dt{font-family:'Roboto Mono',monospace; font-size:10px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--muted); margin-bottom:3px}
.facts dd{margin:0; font-size:15px}
@media (max-width:820px){ .about{grid-template-columns:1fr} }

/* каталог */
.group{margin-bottom:46px}
.group-head{display:flex; align-items:center; gap:14px; margin-bottom:18px}
.group-head h3{margin:0; font-size:19.5px; letter-spacing:-.015em; white-space:nowrap}
.group-head .rule{flex:1; height:1px; background:var(--line-strong)}
.group-head span{font-family:'Roboto Mono',monospace; font-size:11px; color:var(--muted); letter-spacing:.1em}
.grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(238px,1fr)); gap:16px}
.item{position:relative; background:var(--surface); border:1px solid var(--line); border-radius:8px;
  padding:16px 16px 14px; display:flex; flex-direction:column; gap:9px; overflow:hidden;
  box-shadow:var(--shadow); transition:transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease, border-color .22s ease}
.item::before{content:""; position:absolute; top:0; left:0; right:0; height:3px;
  opacity:0; transition:opacity .22s ease;
  background:linear-gradient(100deg,#2956CD,#38B6C8,#7BD48F,#F2D06B,#E38FC4,#6E7BE8,#2956CD);
  background-size:300% 100%; animation:holo 14s linear infinite}
.item:hover{transform:translateY(-5px); box-shadow:var(--shadow-lift); border-color:transparent}
.item:hover::before{opacity:1}
.item .shot{width:100%; aspect-ratio:1/1; object-fit:contain; background:var(--surface-2);
  border-radius:6px; padding:10px; transition:transform .3s cubic-bezier(.2,.7,.3,1)}
.item:hover .shot{transform:scale(1.06)}
.item .shot-empty{display:flex; align-items:center; justify-content:center; text-align:center;
  font-family:'Roboto Mono',monospace; font-size:10px; letter-spacing:.12em;
  text-transform:uppercase; color:var(--muted)}
.item .name{margin:0; font-size:16.5px; font-weight:700; letter-spacing:-.015em}
.item .dose{font-family:'Roboto Mono',monospace; font-size:11.5px; color:var(--brand);
  letter-spacing:.04em; font-variant-numeric:tabular-nums}
.item .note{margin:0; font-size:13.5px; color:var(--muted); line-height:1.5; flex:1}
.item .ask{font-size:13px; font-weight:600; text-decoration:none; color:var(--verify);
  border-top:1px solid var(--line); padding-top:11px; min-height:44px;
  display:flex; align-items:center; gap:6px}
.item .ask svg{width:14px; height:14px; transition:transform .2s ease}
.item:hover .ask svg{transform:translateX(4px)}

.dirs{display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:16px}
.dir{background:var(--surface); border:1px solid var(--line); border-radius:10px;
  padding:0 0 18px; display:flex; flex-direction:column; overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease, border-color .22s ease}
.dir:hover{transform:translateY(-5px); box-shadow:var(--shadow-lift); border-color:var(--brand)}
.dir .pic{position:relative; background:linear-gradient(168deg,#0C1526,#111C33);
  padding:24px 20px 18px; display:flex; align-items:flex-end; justify-content:center; min-height:180px}
.dir .pic img{height:150px; width:auto; filter:drop-shadow(0 16px 22px rgba(0,0,0,.55));
  transition:transform .3s cubic-bezier(.2,.7,.3,1)}
.dir:hover .pic img{transform:translateY(-6px) scale(1.04)}
.dir .pic::after{content:""; position:absolute; left:50%; bottom:14px; transform:translateX(-50%);
  width:60%; height:16px; border-radius:50%; background:rgba(41,86,205,.5); filter:blur(14px)}
.dir .body{padding:20px 22px 0; display:flex; flex-direction:column; gap:9px; flex:1}
.dir h3{margin:0; font-size:17px; letter-spacing:-.015em; line-height:1.25}
.dir p{margin:0; font-size:14px; color:var(--muted); line-height:1.55; flex:1}
.dir .ask{margin:14px 22px 0; font-size:13.5px; font-weight:600; text-decoration:none;
  color:var(--verify); border-top:1px solid var(--line); padding-top:13px;
  min-height:44px; display:flex; align-items:center; gap:6px}
.dir .ask svg{width:14px; height:14px; flex:none; transition:transform .2s ease}
.dir:hover .ask svg{transform:translateX(4px)}
.dir-price{margin:10px 0 0; font-size:15px; font-weight:650; color:var(--brand-ink)}
.water{margin-top:18px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:14px; background:var(--brand-soft); border:1px solid var(--line); border-radius:10px; padding:16px 20px}
.water p{margin:0; font-size:15px; line-height:1.5}
.dirs-note{margin:20px 0 0; font-size:14.5px; color:var(--muted); max-width:64ch}

.cert{cursor:zoom-in}
.lb{position:fixed; inset:0; z-index:99; display:none; align-items:center; justify-content:center;
  background:rgba(6,11,22,.88); padding:24px; cursor:zoom-out}
.lb.open{display:flex}
.lb img{max-width:min(92vw,860px); max-height:92vh; border-radius:6px; box-shadow:0 30px 80px rgba(0,0,0,.6)}
.steps{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px; counter-reset:step}
.step{position:relative; background:var(--surface); border:1px solid var(--line); border-radius:8px;
  padding:24px 22px 20px; box-shadow:var(--shadow)}
.step::before{counter-increment:step; content:counter(step,decimal-leading-zero);
  font-family:'Roboto Mono',monospace; font-size:12px; letter-spacing:.14em; color:var(--brand);
  display:block; margin-bottom:12px}
.step h3{margin:0 0 8px; font-size:16px; letter-spacing:-.01em}
.step p{margin:0; font-size:14px; color:var(--muted); line-height:1.55}

/* протоколы */
.analysis{display:grid; grid-template-columns:1.35fr 1fr; gap:34px; align-items:center;
  background:var(--surface); border:1px solid var(--line); border-radius:10px; padding:36px;
  box-shadow:var(--shadow)}
.analysis p{margin:0 0 22px; color:var(--ink-2); max-width:52ch}
.coa{background:var(--surface-2); border:1px solid var(--line); border-radius:8px; padding:22px}
.coa .coa-top{display:flex; align-items:center; justify-content:space-between; gap:12px;
  margin-bottom:16px; padding-bottom:12px; border-bottom:1px solid var(--line)}
.coa .coa-top span{font-family:'Roboto Mono',monospace; font-size:10px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--muted)}
.coa dl{margin:0; display:grid; grid-template-columns:auto 1fr; gap:10px 16px;
  font-family:'Roboto Mono',monospace; font-size:13px}
.coa dt{color:var(--muted); font-size:10px; letter-spacing:.1em; text-transform:uppercase; align-self:center}
.coa dd{margin:0; text-align:right; font-variant-numeric:tabular-nums}

/* заявка */
.lead{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start;
  background:var(--surface); border:1px solid var(--line); border-radius:10px; padding:36px;
  box-shadow:var(--shadow)}
form{display:flex; flex-direction:column; gap:16px}
label{font-family:'Roboto Mono',monospace; font-size:10px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--muted); display:block; margin-bottom:7px}
input{width:100%; min-height:50px; padding:0 14px; font-size:16px; font-family:inherit;
  background:var(--surface-2); color:var(--ink); border:1px solid var(--line-strong); border-radius:5px}
input:focus{border-color:var(--focus); outline:none; box-shadow:0 0 0 3px var(--brand-soft)}
.consent{font-size:12.5px; color:var(--muted); line-height:1.5; margin:0}
.consent a{color:var(--brand)}

/* подвал */
footer{border-top:1px solid var(--line); background:var(--surface); padding:48px 0 56px}
.foot-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:30px; margin-bottom:30px}
.foot-grid h4{font-family:'Roboto Mono',monospace; font-size:10px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--muted); margin:0 0 13px; font-weight:400}
.foot-grid p{margin:0 0 7px; font-size:14px; color:var(--ink-2)}
.foot-grid a{display:flex; align-items:center; min-height:34px; font-size:14px; color:var(--ink-2); text-decoration:none}
.foot-grid a:hover{color:var(--brand)}
.disclaimer{border-top:1px solid var(--line); padding-top:22px; font-size:13px;
  color:var(--muted); line-height:1.62; margin:0}
.disclaimer strong{color:var(--ink-2)}

.reveal{opacity:0; transform:translateY(16px)}
.reveal.in{opacity:1; transform:none; transition:opacity .5s ease, transform .5s cubic-bezier(.2,.7,.3,1)}
.stag > *{opacity:0; transform:translateY(14px)}
.stag.in > *{opacity:1; transform:none; transition:opacity .45s ease, transform .45s cubic-bezier(.2,.7,.3,1)}

@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr; gap:26px}
  .vials{max-width:400px; margin:0 auto}
  h1{max-width:100%}
}
@media (max-width:820px){
  .analysis,.lead{grid-template-columns:1fr; padding:24px}
  .community{grid-template-columns:1fr; gap:10px}
  .spec div{border-right:none; border-bottom:1px solid rgba(255,255,255,.12)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none !important; animation:none !important}
  .reveal,.stag > *{opacity:1; transform:none}
  #lattice{display:none}
}

/* подстраницы */
.crumbs{font-size:13.5px; color:var(--muted); margin:2px 0 20px}
.crumbs a{color:var(--muted); text-decoration:none}
.crumbs a:hover{color:var(--brand)}
.crumbs span{margin:0 6px; opacity:.6}
.crumbs b{color:var(--ink); font-weight:600}
.phero{display:grid; grid-template-columns:minmax(220px,340px) 1fr; gap:34px; align-items:start; margin-bottom:34px}
.pimg{background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:26px; display:flex; justify-content:center}
.pimg img{max-height:380px; width:auto}
.pbody h1{margin:6px 0 12px; font-size:clamp(26px,4vw,38px); letter-spacing:-.02em; line-height:1.12}
.plead{font-size:16.5px; color:var(--ink-2); line-height:1.6; max-width:56ch; margin:0 0 14px}
.pprice{font-size:24px; font-weight:700; color:var(--brand-ink); margin:6px 0 14px}
.pprice span{display:block; font-size:13.5px; font-weight:400; color:var(--muted); margin-top:2px}
.pfeat{list-style:none; margin:0 0 18px; padding:0}
.pfeat li{position:relative; padding:5px 0 5px 26px; font-size:14.5px; color:var(--ink-2)}
.pfeat li::before{content:"✓"; position:absolute; left:0; top:5px; color:var(--verify); font-weight:700}
.pcta{display:flex; flex-wrap:wrap; gap:10px; margin:4px 0 10px}
.pnote{font-size:13px; color:var(--muted); margin:6px 0 0}
.ptext{margin:0 0 30px; max-width:72ch}
.ptext h2{font-size:22px; letter-spacing:-.01em; margin:0 0 12px}
.ptext p{font-size:15px; line-height:1.65; color:var(--ink-2)}
.pdisc{font-size:12.5px !important; color:var(--muted) !important; border-top:1px solid var(--line); padding-top:10px; margin-top:16px}
.faq-item{border:1px solid var(--line); border-radius:8px; background:var(--surface); margin:0 0 8px; padding:0 16px}
.faq-item summary{cursor:pointer; font-weight:600; font-size:15px; padding:13px 0; list-style:none; position:relative; padding-right:26px}
.faq-item summary::after{content:"+"; position:absolute; right:2px; top:10px; font-size:19px; color:var(--brand)}
.faq-item[open] summary::after{content:"–"}
.faq-item p{margin:0 0 14px}
.plinks-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:10px}
.plinks-grid a{display:block; padding:13px 15px; border:1px solid var(--line); border-radius:8px; background:var(--surface); text-decoration:none; color:var(--ink); font-size:14.5px; font-weight:600}
.plinks-grid a:hover{border-color:var(--brand)}
.plinks-grid a em{display:block; font-style:normal; font-weight:400; font-size:13px; color:var(--muted); margin-top:3px}
.calc{background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:22px}
.calc-row{display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:14px; margin-bottom:18px}
.calc label{font-size:13.5px; font-weight:600; color:var(--ink-2); display:block}
.calc input{width:100%; margin-top:6px; padding:11px 12px; font-size:16px; border:1px solid var(--line); border-radius:8px; background:var(--bg); color:var(--ink)}
.calc-out{display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:12px}
.calc-out div{background:var(--brand-soft); border-radius:8px; padding:13px 15px}
.calc-out b{display:block; font-size:20px; color:var(--brand-ink)}
.calc-out span{font-size:12.5px; color:var(--muted)}
@media (max-width:760px){ .phero{grid-template-columns:1fr} .pimg img{max-height:260px} }
.dir-link{color:inherit; text-decoration:none}
.dir-link:hover{color:var(--brand)}
.doctor{margin-top:26px; display:grid; grid-template-columns:minmax(200px,300px) 1fr; gap:0; background:var(--surface); border:1px solid var(--line); border-radius:12px; overflow:hidden}
.doc-photo{min-height:100%}
.doc-photo img{width:100%; height:100%; object-fit:cover; display:block}
.doc-body{padding:24px 26px}
.doc-body h3{margin:4px 0 8px; font-size:21px; letter-spacing:-.01em}
.doc-role{margin:0 0 12px; font-size:13.5px; color:var(--brand-ink); font-weight:600; line-height:1.5}
.doc-text{margin:0; font-size:14.5px; color:var(--ink-2); line-height:1.6; max-width:60ch}
@media (max-width:640px){ .doctor{grid-template-columns:1fr} .doc-photo img{max-height:240px} }
section[id],p[id],[id="request"]{scroll-margin-top:84px}
