/* ==========================================================================
   Svijet Kose — NANOGEN keratinska vlakna
   Direct-response e-commerce lander (Paradox Landing System)
   Brand truth: paradox-media/clients/Svijet Kose/brand-dna.md
   black + #B2161B red on white, Roboto everywhere.
   ========================================================================== */

/* ---------- fonts (self-hosted, latin + latin-ext so č/ć/ž/š/đ never fall back) ---------- */
@font-face{
  font-family:'Roboto';font-style:normal;font-weight:100 900;font-display:swap;
  src:url('fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Roboto';font-style:normal;font-weight:100 900;font-display:swap;
  src:url('fonts/roboto-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+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ---------- tokens ---------- */
:root{
  --red:#B2161B;
  --red-dark:#8d1115;
  --red-tint:#fbf1f1;
  --ink:#101114;
  --ink-2:#3c4149;
  --muted:#6d737c;
  --line:#e7e6e3;
  --surface:#f7f6f4;
  --dark:#1a1c20;
  --white:#fff;
  --gold:#efb225;
  --ok:#1c7a4d;
  --r:16px;
  --r-lg:22px;
  --shadow:0 1px 2px rgba(16,17,20,.04), 0 10px 30px rgba(16,17,20,.06);
  --shadow-lg:0 2px 6px rgba(16,17,20,.06), 0 24px 60px rgba(16,17,20,.12);
  --pad:clamp(56px,7vw,104px);
}

*,*::before,*::after{box-sizing:border-box}
section[id]{scroll-margin-top:84px}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;background:var(--white);color:var(--ink);
  font-family:'Roboto',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg,video{max-width:100%;display:block}
/* the HTML width/height attributes map to the CSS height property as a presentational
   hint, which beats aspect-ratio (that only computes height when height is auto). */
img,video{height:auto}
a{color:inherit}
h1,h2,h3{margin:0;line-height:1.12;font-weight:900;letter-spacing:-.02em;text-wrap:balance}
p{margin:0}
button,input,select,textarea{font:inherit;color:inherit}

.wrap{width:min(1160px,100% - 40px);margin-inline:auto}
.sec{padding-block:var(--pad)}
.sec--tint{background:var(--surface)}
.sec--dark{background:var(--dark);color:#f2f1ef}

.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;
  color:var(--red);
}
.sec-head{max-width:78ch;margin-inline:auto;text-align:center;margin-bottom:clamp(30px,4vw,52px)}
.sec-head h2{font-size:clamp(28px,4.1vw,44px)}
.sec-head .lead{margin-top:14px;color:var(--ink-2);font-size:clamp(16px,1.7vw,19px);text-wrap:pretty}
.sec--dark .sec-head .lead{color:#c3c6cb}

/* ---------- reveal (progressive enhancement — visible by default) ---------- */
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.js .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js .reveal{opacity:1!important;transform:none!important;transition:none}
}

/* ---------- announcement + countdown ---------- */
.promo{
  background:var(--red);color:#fff;text-align:center;
  padding:13px 16px;font-size:14px;font-weight:500;line-height:1.45;
}
.promo b{font-weight:900}
.promo__clock{
  display:inline-flex;gap:4px;align-items:baseline;
  font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:.02em;
}
.promo[hidden]{display:none}

/* ---------- topbar ---------- */
.topbar{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);
  backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line);
}
.topbar__in{display:flex;align-items:center;gap:16px;min-height:66px}
.topbar__logo{height:34px;width:auto}
.topbar a[aria-label]{display:inline-flex;align-items:center;min-height:44px}
.topbar__sp{flex:1}
.topbar__tel{
  display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:15px;
  text-decoration:none;color:var(--ink);white-space:nowrap;
}
.topbar__tel svg{width:17px;height:17px;fill:var(--red);flex:none}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:56px;padding:0 30px;border-radius:999px;border:0;cursor:pointer;
  background:var(--red);color:#fff;font-weight:900;font-size:17px;letter-spacing:.01em;
  text-decoration:none;text-align:center;
  box-shadow:0 10px 24px rgba(178,22,27,.26);
  transition:transform .16s ease,background .16s ease,box-shadow .16s ease;
}
.btn:hover{background:var(--red-dark);transform:translateY(-1px);box-shadow:0 14px 30px rgba(178,22,27,.32)}
.btn:active{transform:translateY(0)}
.btn--lg{min-height:64px;font-size:19px;padding:0 38px;width:100%}
.btn--ghost{background:#fff;color:var(--ink);border:1.5px solid var(--line);box-shadow:none}
.btn--ghost:hover{background:var(--surface);border-color:#d8d7d3}
.btn[disabled]{opacity:.6;cursor:not-allowed;transform:none}
.micro{margin-top:12px;font-size:14px;color:var(--muted);text-align:center}

/* ---------- stars ---------- */
.stars{display:inline-flex;gap:2px;flex:none}
.stars svg{width:17px;height:17px;fill:var(--gold)}
.rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:15px;color:var(--ink-2)}
.rating b{color:var(--ink);font-weight:900}

/* ---------- hero ---------- */
.hero{padding-top:clamp(34px,4.5vw,60px);padding-bottom:clamp(40px,5vw,72px);overflow:hidden}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,64px);align-items:center}
.hero h1{font-size:clamp(33px,5.2vw,60px);margin-top:16px}
.hero h1 em{font-style:normal;color:var(--red)}
.hero__sub{margin-top:18px;font-size:clamp(17px,1.9vw,20px);color:var(--ink-2);max-width:52ch;text-wrap:pretty}
.hero__rating{margin-top:22px}
.hero__ticks{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:11px}
.hero__ticks li{display:grid;grid-template-columns:22px 1fr;gap:11px;align-items:start;font-size:16px;color:var(--ink-2)}
.hero__ticks svg{width:22px;height:22px;fill:var(--red);margin-top:1px}
.hero__cta{margin-top:28px;max-width:420px}
.hero__cta .btn{width:100%}
.hero__media{position:relative}
.hero__img{
  width:100%;aspect-ratio:4/5;max-height:640px;object-fit:cover;object-position:52% 8%;
  border-radius:var(--r-lg);background:var(--surface);
}
.hero__price{
  position:absolute;left:-18px;bottom:26px;background:#fff;border-radius:var(--r);
  padding:14px 18px;box-shadow:var(--shadow-lg);border:1px solid var(--line);
}
.hero__price .old{font-size:14px;color:var(--muted);text-decoration:line-through}
.hero__price .now{font-size:26px;font-weight:900;color:var(--red);line-height:1.1}
.hero__price .lbl{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:700}

/* ---------- trust bar ---------- */
.trust{border-block:1px solid var(--line);background:var(--surface)}
.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.trust__i{background:var(--surface);padding:26px 20px;text-align:center}
.trust__i b{display:block;font-size:clamp(21px,2.6vw,28px);font-weight:900;line-height:1.15}
.trust__i span{display:block;margin-top:6px;font-size:14px;color:var(--muted);line-height:1.45}

/* ---------- before / after ---------- */
.ba{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.2vw,26px)}
.ba__card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}
.ba__pair{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line);position:relative}
.ba__half{position:relative;background:#fff}
.ba__half img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center 42%}
.ba--two .ba__half img{aspect-ratio:4/5;object-position:center 22%}
.ba__tag{
  position:absolute;left:10px;top:10px;z-index:2;
  padding:5px 11px;border-radius:999px;font-size:13px;font-weight:900;
  letter-spacing:.07em;text-transform:uppercase;
}
.ba__tag--b{background:rgba(16,17,20,.72);color:#fff}
.ba__tag--a{background:var(--red);color:#fff}
.ba__txt{padding:16px 18px 20px}
.ba__txt b{display:block;font-size:16px;font-weight:900}
.ba__txt p{margin-top:5px;font-size:15px;color:var(--muted);line-height:1.5}
.ba__note{
  margin-top:26px;text-align:center;font-size:14.5px;color:var(--muted);
  max-width:74ch;margin-inline:auto;text-wrap:pretty;
}

/* ---------- benefit cards ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,24px)}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:26px 24px 28px;box-shadow:var(--shadow);
}
.card__ico{
  width:44px;height:44px;border-radius:12px;background:var(--red-tint);
  display:grid;place-items:center;margin-bottom:16px;
}
.card__ico svg{width:22px;height:22px;fill:var(--red)}
.card h3{font-size:18px;letter-spacing:-.01em}
.card p{margin-top:8px;font-size:15.5px;color:var(--ink-2);line-height:1.55;text-wrap:pretty}

/* ---------- reviews ---------- */
.rev-top{
  display:flex;align-items:center;justify-content:center;gap:clamp(16px,3vw,40px);
  flex-wrap:wrap;margin-bottom:34px;
}
.rev-score{text-align:center}
.rev-score b{display:block;font-size:44px;font-weight:900;line-height:1}
.rev-score > span:not(.stars){display:block;margin-top:6px;font-size:14px;color:var(--muted)}
.rev-score .stars{display:flex;justify-content:center;margin-top:8px}
.revs{columns:3;column-gap:clamp(16px,2vw,24px)}
.rev{
  break-inside:avoid;background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:22px 22px 24px;margin-bottom:clamp(16px,2vw,24px);box-shadow:var(--shadow);
}
.rev__h{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.rev__av{
  width:42px;height:42px;border-radius:999px;flex:none;display:grid;place-items:center;
  background:var(--ink);color:#fff;font-weight:900;font-size:16px;letter-spacing:.02em;
}
.rev__n{font-weight:900;font-size:15.5px;line-height:1.2}
.rev__v{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ok);font-weight:700;margin-top:2px}
.rev__v svg{width:13px;height:13px;fill:var(--ok)}
.rev p{font-size:15.5px;color:var(--ink-2);line-height:1.6;text-wrap:pretty}
.rev .stars{margin-bottom:10px}

/* ---------- problem list ---------- */
.pains{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:900px;margin-inline:auto}
.pain{
  display:grid;grid-template-columns:26px 1fr;gap:14px;align-items:start;
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;
  font-size:16px;color:var(--ink-2);
}
.pain svg{width:26px;height:26px;fill:var(--red);margin-top:1px}

/* ---------- video ---------- */
.video{max-width:420px;margin-inline:auto;position:relative}
.video video{
  width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:var(--r-lg);
  background:#000;box-shadow:var(--shadow-lg);
}
.video__hint{margin-top:16px;text-align:center;font-size:14px;color:var(--muted)}
.sec--dark .video__hint{color:#a9adb4}

/* ---------- mechanism ---------- */
.mech{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,60px);align-items:center}
.mech__img img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:var(--r-lg)}
.mech h2{font-size:clamp(26px,3.6vw,40px)}
.mech p{margin-top:16px;color:var(--ink-2);font-size:17px;text-wrap:pretty}
.mech ul{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:12px}
.mech li{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;font-size:16px}
.mech li svg{width:22px;height:22px;fill:var(--red);margin-top:1px}
.badge-kinetic{
  display:inline-flex;align-items:baseline;gap:9px;margin-top:24px;
  background:var(--ink);color:#fff;border-radius:999px;padding:9px 18px;
  font-size:14px;font-weight:700;
}
.badge-kinetic b{font-size:19px;font-weight:900;color:#ff8a8e}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.4vw,28px)}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}
.step img{width:100%;aspect-ratio:354/532;object-fit:cover;object-position:center 22%}
.step__b{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:20px 22px 24px;align-items:start}
.step__n{
  width:34px;height:34px;border-radius:999px;background:var(--red);color:#fff;
  display:grid;place-items:center;font-weight:900;font-size:16px;flex:none;
}
.step__b b{display:block;font-size:16.5px;font-weight:900;line-height:1.25}
.step__b p{margin-top:5px;font-size:15px;color:var(--muted);line-height:1.5}
.steps__tip{
  margin-top:26px;text-align:center;font-size:15.5px;color:var(--ink-2);
  max-width:70ch;margin-inline:auto;
}
.steps__tip b{font-weight:900}

/* ---------- shades ---------- */
.shades{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(12px,1.6vw,22px);max-width:620px;margin-inline:auto}
.shade{text-align:center}
.shade i{
  display:block;width:100%;aspect-ratio:1;border-radius:999px;
  border:1px solid rgba(16,17,20,.10);box-shadow:inset 0 -6px 14px rgba(0,0,0,.10);
}
.shade b{display:block;margin-top:9px;font-size:12.5px;font-weight:700;line-height:1.3;min-height:2.6em}
.shade span{display:block;font-size:13px;color:var(--muted);letter-spacing:.06em}

.packs{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,24px);max-width:900px;margin:clamp(34px,4vw,52px) auto 0}
.pack{
  background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:24px;display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center;
  box-shadow:var(--shadow);
}
.pack img{width:110px;height:120px;object-fit:contain}
.pack b{display:block;font-size:17px;font-weight:900}
.pack p{margin-top:6px;font-size:15px;color:var(--muted);line-height:1.5}

/* ---------- order block ---------- */
.order__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(26px,3.4vw,48px);align-items:start}
.offer{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  padding:clamp(22px,2.6vw,30px);box-shadow:var(--shadow);position:sticky;top:92px;
}
.offer__save{
  display:inline-block;background:var(--red);color:#fff;border-radius:999px;
  padding:6px 15px;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
.offer h3{margin-top:14px;font-size:22px}
.offer__rows{margin-top:20px;display:grid;gap:12px}
.orow{
  display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;
  border:1.5px solid var(--line);border-radius:14px;padding:14px 16px;
}
.orow--best{border-color:var(--red);background:var(--red-tint)}
.orow__t b{display:block;font-size:16.5px;font-weight:900}
.orow__t span{display:block;font-size:13.5px;color:var(--muted);margin-top:2px}
.orow__p{text-align:right;white-space:nowrap}
.orow__p .old{display:block;font-size:13px;color:var(--muted);text-decoration:line-through}
.orow__p .now{display:block;font-size:21px;font-weight:900;color:var(--red);line-height:1.15}
.offer__ships{margin-top:16px;display:grid;gap:9px}
.offer__ships div{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;font-size:14.5px;color:var(--ink-2)}
.offer__ships svg{width:20px;height:20px;fill:var(--ok);margin-top:1px}
.clock{
  margin-top:20px;border-top:1px solid var(--line);padding-top:18px;text-align:center;
}
.clock__l{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.clock__d{display:flex;justify-content:center;gap:8px;margin-top:10px}
.clock__u{background:var(--ink);color:#fff;border-radius:12px;padding:9px 6px;min-width:68px}
.clock__u b{display:block;font-size:24px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}
.clock__u span{display:block;margin-top:4px;font-size:13px;letter-spacing:.02em;text-transform:uppercase;opacity:.72}

/* form */
.oform{
  background:#fff;border:1.5px solid var(--red);border-radius:var(--r-lg);
  box-shadow:var(--shadow-lg);overflow:hidden;
}
.oform__hd{background:var(--red);color:#fff;padding:18px 24px}
.oform__hd b{display:block;font-size:19px;font-weight:900;line-height:1.25}
.oform__hd span{display:block;margin-top:4px;font-size:14px;opacity:.9}
.oform__bd{padding:clamp(20px,2.6vw,28px)}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.f{display:block}
.f--full{grid-column:1/-1}
.f > span{display:block;font-size:13.5px;font-weight:700;margin-bottom:6px;color:var(--ink-2)}
.f input,.f select,.f textarea{
  width:100%;min-height:52px;border:1.5px solid var(--line);border-radius:12px;
  padding:12px 14px;background:#fff;font-size:16px;transition:border-color .15s ease;
}
.f textarea{min-height:82px;resize:vertical}
.f input:focus,.f select:focus,.f textarea:focus{outline:0;border-color:var(--red)}
.f select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236d737c' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:22px;padding-right:38px}
.qty{display:flex;align-items:center;gap:0;border:1.5px solid var(--line);border-radius:12px;overflow:hidden;width:fit-content}
.qty button{width:52px;min-height:52px;border:0;background:var(--surface);font-size:22px;font-weight:900;cursor:pointer;line-height:1}
.qty button:hover{background:#eceae7}
.qty input{width:64px;min-height:52px;border:0;border-inline:1.5px solid var(--line);border-radius:0;text-align:center;font-weight:900;font-size:17px}
.pay{
  margin-top:16px;display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;
  background:var(--surface);border:1.5px solid var(--line);border-radius:14px;padding:15px 17px;
}
.pay__ico{width:38px;height:38px;border-radius:10px;background:#fff;border:1px solid var(--line);display:grid;place-items:center}
.pay__ico svg{width:20px;height:20px;fill:var(--ink)}
.pay b{display:block;font-size:15.5px;font-weight:900}
.pay > span > span{display:block;font-size:13.5px;color:var(--muted);margin-top:2px}
.total{
  margin-top:16px;display:flex;justify-content:space-between;align-items:baseline;gap:12px;
  border-top:1px dashed var(--line);padding-top:16px;
}
.total span{font-size:15px;color:var(--ink-2);font-weight:700}
.total b{font-size:28px;font-weight:900;color:var(--red);font-variant-numeric:tabular-nums}
.consent{display:grid;grid-template-columns:22px 1fr;gap:11px;align-items:start;margin-top:18px;font-size:14px;color:var(--muted);line-height:1.5}
.consent input{width:22px;height:22px;min-height:0;margin:1px 0 0;accent-color:var(--red);flex:none}
.consent a{color:var(--red);font-weight:700}
.consent--err{color:var(--red)}
.consent--err input{outline:2px solid var(--red);outline-offset:2px;border-radius:5px}
.msg{margin-top:14px;font-size:15px;border-radius:12px;padding:0;line-height:1.5}
.msg.err{background:var(--red-tint);color:var(--red-dark);padding:12px 14px;font-weight:700}
.msg.ok{background:#eaf6ef;color:var(--ok);padding:12px 14px;font-weight:700}
.reassure{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center}
.reassure div{font-size:13px;color:var(--muted);line-height:1.4}
.reassure svg{width:19px;height:19px;fill:var(--ok);margin:0 auto 5px}

/* ---------- guarantees ---------- */
.guar{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,24px)}
.guar__i{text-align:center;padding:8px}
.guar__i .ic{width:52px;height:52px;border-radius:999px;background:rgba(255,255,255,.08);display:grid;place-items:center;margin:0 auto 14px}
.guar__i .ic svg{width:24px;height:24px;fill:#fff}
.guar__i b{display:block;font-size:17px;font-weight:900}
.guar__i p{margin-top:7px;font-size:15px;color:#b9bdc4;line-height:1.55}

/* ---------- faq ---------- */
.faq{max-width:820px;margin-inline:auto;display:grid;gap:12px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.faq summary{
  list-style:none;cursor:pointer;padding:19px 52px 19px 22px;position:relative;
  font-weight:900;font-size:16.5px;line-height:1.4;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:'';position:absolute;right:22px;top:50%;width:11px;height:11px;
  border-right:2.5px solid var(--red);border-bottom:2.5px solid var(--red);
  transform:translateY(-70%) rotate(45deg);transition:transform .2s ease;
}
.faq details[open] summary::after{transform:translateY(-30%) rotate(225deg)}
.faq .a{padding:0 22px 20px;color:var(--ink-2);font-size:15.5px;line-height:1.6;text-wrap:pretty}

/* ---------- final cta ---------- */
.final{text-align:center}
.final h2{font-size:clamp(28px,4.2vw,46px);max-width:20ch;margin-inline:auto}
.final p{margin-top:16px;color:#c3c6cb;font-size:18px;max-width:56ch;margin-inline:auto}
.final .btn{margin-top:28px;min-width:min(360px,100%)}

/* ---------- footer ---------- */
.foot{background:#101114;color:#8f959d;padding-block:44px;font-size:14.5px}
.foot__g{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.foot img{height:32px;width:auto;opacity:.92}
.foot a{color:#c9ced5;text-decoration:none}
.foot__l a{display:inline-flex;align-items:center;min-height:44px;padding:0 2px}
.foot a:hover{color:#fff;text-decoration:underline}
.foot__l{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.foot__nap{margin-top:14px;line-height:1.7}

/* ---------- sticky mobile cta ---------- */
.sticky{
  position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;
  background:rgba(255,255,255,.97);backdrop-filter:blur(8px);
  border-top:1px solid var(--line);padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  box-shadow:0 -6px 24px rgba(16,17,20,.10);
}
.sticky__in{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}
.sticky__p .old{font-size:13px;color:var(--muted);text-decoration:line-through;display:block;line-height:1.1}
.sticky__p .now{font-size:20px;font-weight:900;color:var(--red);line-height:1.2}
.sticky .btn{min-height:52px;font-size:16px;padding:0 20px}

/* ---------- thank you / legal pages ---------- */
.plain{max-width:760px;margin-inline:auto}
.plain h1{font-size:clamp(28px,4vw,42px)}
.plain h2{font-size:20px;margin-top:34px}
.plain p,.plain li{color:var(--ink-2);font-size:16px;line-height:1.7;margin-top:12px}
.plain ul{padding-left:20px}
.ty{text-align:center;padding-block:clamp(60px,9vw,120px)}
.ty__ico{width:78px;height:78px;border-radius:999px;background:#eaf6ef;display:grid;place-items:center;margin:0 auto 26px}
.ty__ico svg{width:38px;height:38px;fill:var(--ok)}
.ty h1{font-size:clamp(28px,4.4vw,44px)}
.ty p{margin-top:16px;color:var(--ink-2);font-size:18px;max-width:52ch;margin-inline:auto;text-wrap:pretty}
.ty .btn{margin-top:30px}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width:1000px){
  .hero__grid{grid-template-columns:1fr;gap:32px}
  .hero__media{max-width:440px;margin-inline:auto;width:100%}
  .hero__img{aspect-ratio:4/5;object-position:52% 16%}
  .hero__price{left:auto;right:14px;bottom:14px}
  .hero__cta{max-width:none}
  .mech{grid-template-columns:1fr;gap:28px}
  .order__grid{grid-template-columns:1fr}
  .offer{position:static}
  .cards,.steps,.guar{grid-template-columns:repeat(2,1fr)}
  .revs{columns:2}
  .ba{grid-template-columns:1fr 1fr}
  .ba__card:last-child{grid-column:1/-1;max-width:520px;margin-inline:auto;width:100%}
}
@media (max-width:720px){
  body{font-size:16.5px}
  .wrap{width:min(1160px,100% - 32px)}
  .trust__grid{grid-template-columns:1fr 1fr}
  .cards,.steps,.guar,.ba,.packs,.pains{grid-template-columns:1fr}
  .ba__card:last-child{max-width:none}
  .revs{columns:1}
  .shades{grid-template-columns:repeat(4,1fr);gap:11px}
  .shade b{font-size:13px}
  .fgrid{grid-template-columns:1fr}
  .foot__g{grid-template-columns:1fr;text-align:center}
  .foot__l{justify-content:center}
  .sticky{display:block}
  body{padding-bottom:82px}
  .topbar__tel span{display:none}
  .topbar__tel{padding:10px;min-height:44px;min-width:44px;justify-content:center}
  .reassure{grid-template-columns:1fr;text-align:left;gap:8px}
  .reassure div{display:grid;grid-template-columns:22px 1fr;gap:9px;align-items:center}
  .reassure svg{margin:0}
}
@media (max-width:400px){
  .clock__u{min-width:60px}
  .clock__u b{font-size:21px}
}

/* two-up proof row */
.ba--two{grid-template-columns:repeat(2,1fr);max-width:940px;margin-inline:auto}
@media (max-width:720px){.ba--two{grid-template-columns:1fr}}
