/* ===================== ODRIX LANDING — DESIGN TOKENS ===================== */
:root{
  /* palette */
  --deep-blue:#004C89;
  --cta-blue:#006BD6;
  --cta-blue-dark:#0059b3;
  --light-blue:#F7FBFF;
  --border-blue:#D7E7F5;
  --green:#34A853;
  --green-dark:#2c8f46;
  --gold:#B99B45;
  --navy:#0B2B4A;
  --body:#223044;
  --muted:#6B7C90;
  --white:#FFFFFF;
  --star:#F5A623;
  --grey-x:#C2CCD6;

  /* type */
  --head:"Montserrat", system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  --sans:"Inter", system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;

  /* layout */
  --maxw:1200px;
  --radius:18px;
  --radius-sm:12px;
  --shadow-sm:0 2px 10px rgba(11,43,74,.05);
  --shadow:0 10px 34px rgba(11,43,74,.08);
  --shadow-lg:0 22px 60px rgba(11,43,74,.12);
}

/* ===================== RESET ===================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--sans);
  color:var(--body);
  background:var(--white);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}

/* shared section heading (condensed, tall, uppercase) */
.section-title{
  font-family:var(--head);
  font-weight:800;
  text-transform:uppercase;
  color:var(--navy);
  letter-spacing:.5px;
  line-height:1.02;
}

/* icon color helpers */
.ico-blue{color:var(--cta-blue)}
.ico-green{color:var(--green)}
.ico-grey{color:var(--grey-x)}

/* ===================== SHARED PLACEHOLDER SYSTEM (.ph) ===================== */
/* Marks a photo / large-illustration slot the owner will paste real art into. */
.ph{
  position:relative;display:flex;align-items:center;justify-content:center;
  text-align:center;
  background:repeating-linear-gradient(45deg,#F2F8FE 0,#F2F8FE 10px,#E9F2FB 10px,#E9F2FB 20px);
  border:1.5px dashed var(--border-blue);color:var(--muted);overflow:hidden;
}
.ph>span{
  font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.4px;
  font-size:10.5px;line-height:1.2;padding:6px 8px;opacity:.9;
}
.ph--square{aspect-ratio:1/1;border-radius:14px}
.ph--circle{aspect-ratio:1/1;border-radius:50%}
.ph--fill{position:absolute;inset:0;border-radius:inherit}
.ph--badge{aspect-ratio:1/1;border-radius:50%}

/* ===================== 1. ANNOUNCEMENT BAR ===================== */
.announce{background:var(--deep-blue);color:#fff}
.announce__inner{
  display:flex;align-items:center;justify-content:center;gap:9px;
  min-height:38px;padding:7px 16px;
  font-size:12px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;
  text-align:center;
}
.announce__leaf{width:16px;height:16px;color:#7ed99a;flex:none}

/* ===================== 2. HEADER ===================== */
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(160%) blur(8px);
  border-bottom:1px solid var(--border-blue);
}
.header__inner{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  min-height:70px;
}
.header__nav{display:flex;gap:22px}
.header__nav a{
  font-size:13px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;
  color:var(--navy);transition:color .15s;
}
.header__nav a:hover{color:var(--cta-blue)}

.logo{display:inline-flex;align-items:center;gap:9px;justify-self:center}
.logo__emblem{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}
.logo__emblem-svg{width:34px;height:34px}
.logo__emblem img{width:100%;height:100%;object-fit:contain}
.logo__word{
  font-family:var(--head);font-weight:700;font-size:27px;letter-spacing:3px;
  background:linear-gradient(135deg,#E4CC85,#B99B45 55%,#8C7330);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}

.header__right{display:flex;align-items:center;gap:18px;justify-self:end}
.cart-btn{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--border-blue);color:var(--navy);transition:.15s}
.cart-btn:hover{background:var(--light-blue);color:var(--cta-blue)}
.cart-btn svg{width:21px;height:21px}

/* ===================== 3. HERO (reference-matched 3-zone, Kuzma spec 2026-06-25) =====================
   Two-zone scene: text left, product photo right that gently crossfades into
   the demo video on hover. CTA stays Amazon orange per Kuzma. */
.hero{
  position:relative;overflow:hidden;min-height:650px;
  background:#ffffff;
}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(105deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.45) 38%, transparent 72%),
    radial-gradient(circle at 54% 58%, rgba(255,255,255,.88), transparent 30%);
}
.hero__inner{position:relative;z-index:1;max-width:1640px;margin:0 auto;padding:22px 34px 26px}
.hero__grid{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;gap:48px}

/* ---- left: copy column, pulled toward page centre so it sits closer to the product ---- */
.hero__copy{max-width:610px;align-self:center;justify-self:end;transform:translateY(-8px)}
.hero__badge{display:inline-flex;align-items:center;gap:10px;height:52px;padding:0 22px;
  border-radius:999px;background:#eaf4ff;border:1px solid rgba(0,107,214,.24);color:#006bd6;
  font-family:var(--sans);font-size:15px;font-weight:800;letter-spacing:.035em;
  text-transform:uppercase;margin-bottom:14px}
.hero__badge svg{width:24px;height:24px;flex:none}
.hero__title{margin:0;max-width:none;font-family:var(--head);
  font-size:clamp(40px,4.4vw,58px);line-height:1.04;letter-spacing:-.02em;
  font-weight:800;color:#082b4d;text-transform:uppercase}
.hero__title .hero__ttl-line{display:block}
.hero__accent-line{width:64px;height:2px;background:#b99b45;margin:13px 0}
.hero__subtitle{margin:0 0 20px;max-width:580px;font-family:var(--sans);color:#4f6077;
  font-size:19px;line-height:1.45;font-weight:500}

.hero__mini-benefits{display:flex;align-items:center;gap:28px;margin-bottom:18px}
.hero__mini-benefit{display:inline-flex;align-items:center;gap:12px;color:#0b2b4a;
  font-family:var(--sans);font-size:15px;font-weight:800;letter-spacing:.035em;
  text-transform:uppercase;white-space:nowrap}
.hero__mini-benefit svg{width:30px;height:30px;flex:none}
.hero__mini-divider{width:1px;height:30px;background:rgba(6,43,79,.18);flex:none}

/* ---- CTA: original Amazon orange restored (Kuzma: "верни как был"), reference geometry ---- */
.hero__cta{display:inline-flex;align-items:center;justify-content:flex-start;gap:18px;
  min-width:396px;height:62px;padding:0 26px;border-radius:8px;
  background:var(--amz);color:var(--amz-text);text-decoration:none;text-transform:uppercase;
  font-family:var(--sans);font-size:21px;font-weight:800;letter-spacing:.045em;
  box-shadow:0 18px 38px rgba(228,121,17,.26), inset 0 1px 0 rgba(255,255,255,.30);
  transition:transform .12s ease, box-shadow .15s ease, background .15s ease}
.hero__cta:hover{background:var(--amz-hover);box-shadow:0 22px 44px rgba(228,121,17,.34), inset 0 1px 0 rgba(255,255,255,.30)}
.hero__cta:active{transform:translateY(1px)}
.hero__amazon-icon{width:42px;height:42px;border-radius:8px;background:#fff;color:#0b2b4a;
  display:inline-flex;align-items:center;justify-content:center;flex:none;overflow:hidden}
.hero__amazon-icon img{width:26px;height:auto;display:block}
.hero__cta-arrow{width:30px;height:30px;margin-left:auto;color:var(--amz-text);flex:none}

.hero__rating{display:flex;align-items:center;gap:14px;margin-top:16px;color:#607087;
  font-family:var(--sans);font-size:15px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}
.hero__stars{color:#c9962f;letter-spacing:2px;font-size:19px;line-height:1}
.hero__rating strong{color:#0b2b4a}
.hero__rating-divider{width:1px;height:22px;background:rgba(6,43,79,.18)}
.hero__rating-dot{color:#9aa7b6;font-weight:700;letter-spacing:0}

/* one row, sized to fit the copy column (Kuzma: "должно помещаться в ряд") */
.hero__trust-row{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-top:18px;color:#607087;flex-wrap:nowrap}
.hero__trust-item{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);
  font-size:12.5px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}
.hero__trust-item svg{width:20px;height:20px;color:#61758f;flex:none}
.hero__trust-divider{width:1px;height:20px;background:rgba(6,43,79,.16);flex:none}

/* ---- restored from a prior version 2026-06-25 (Kuzma "добавь чего не хватает"):
   360-hour stat badge, Subscribe & Save link, and the price block ---- */
/* organic brush-stroke badge (Kuzma "там другой дизайн был" - #28): decorative orange paint
   swipe as an SVG background (allowed: illustration, not a UI icon glyph), white text on top.
   preserveAspectRatio=none lets the stroke stretch to fit the text box; drop-shadow respects
   the shape's alpha so the shadow hugs the swipe, not a rectangle. */
.hero__hours-badge{display:flex;width:fit-content;align-items:center;justify-content:center;
  margin:0 0 12px;padding:13px 42px 16px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 104' preserveAspectRatio='none'%3E%3Cpath d='M15 55 C5 27 27 13 66 10 C152 3 248 5 333 12 C362 14 379 32 366 55 C377 81 349 95 304 96 C202 102 118 100 50 92 C19 88 5 78 15 55 Z' fill='%23EF7A10'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  color:#fff;font-family:var(--head);font-weight:800;font-size:clamp(26px,2.4vw,38px);line-height:1;
  letter-spacing:.01em;text-transform:uppercase;font-style:normal;
  filter:drop-shadow(0 9px 18px rgba(228,121,17,.30))}

.hero__subscribe{margin-top:18px;font-family:var(--sans);font-size:15px;color:#607087;font-weight:600}
.hero__subscribe a{color:var(--cta-blue);font-weight:800;text-decoration:none;
  border-bottom:1px solid rgba(0,107,214,.4);white-space:nowrap}
.hero__subscribe a:hover{color:var(--cta-blue-dark);border-bottom-color:var(--cta-blue-dark)}

.hero__price{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;margin-top:14px}
.hero__price-amt{font-family:var(--head);font-weight:800;font-size:32px;color:var(--navy);line-height:1}
.hero__price-stars{color:#c9962f;letter-spacing:2px;font-size:18px;line-height:1}
.hero__price-rate{color:var(--navy);font-weight:800;font-size:15px}
.hero__price-meta{font-family:var(--sans);font-size:14px;color:#607087;font-weight:700}
.hero__price-note{margin-top:5px;font-family:var(--sans);font-size:12.5px;color:#8694a6}

/* ---- right: product cutout on the soft brand gradient (video removed 2026-06-25 per Kuzma
   "убери видео пока что вообще" - the b-roll duplicated the same product, so it's gone for now) ---- */
.hero__product{position:relative;min-height:590px;display:flex;align-items:center;
  justify-content:flex-start;isolation:isolate}
.hero__product-media{position:relative;width:min(100%,660px);aspect-ratio:1/1;
  display:flex;align-items:center;justify-content:center}
/* product cutout (z-2), large and sharp; .hero__product-glow gives it a soft white halo */
.hero__product-image{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:contain;
  transform:scale(.94);transition:transform .4s ease, opacity .35s ease}
/* shadows removed 2026-06-25 (Kuzma "фон должен быть белый, видно серые пятна"): the wide
   drop-shadow bled sideways as grey patches on white. product cutout now sits on pure white. */
.hero__product::after{display:none}
.hero__product-glow{position:absolute;width:720px;height:460px;left:50%;top:50%;transform:translate(-50%,-50%);
  background:radial-gradient(ellipse at center, rgba(255,255,255,.92) 0%, rgba(255,255,255,.55) 42%, transparent 76%);z-index:0}

/* soft brand "Watch video" pill, top-left corner of the photo; opens the video lightbox */
.hero__video-btn{position:absolute;z-index:4;left:18px;top:18px;
  display:inline-flex;align-items:center;gap:8px;font-family:var(--head);font-weight:600;
  font-size:14px;letter-spacing:.4px;color:var(--cta-blue);background:rgba(255,255,255,.86);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border-blue);
  border-radius:999px;padding:10px 18px 10px 14px;box-shadow:var(--shadow);cursor:pointer;
  transition:opacity .35s ease, transform .12s ease, box-shadow .15s ease, background .15s ease}
.hero__video-btn svg{width:18px;height:18px;color:var(--cta-blue)}
.hero__video-btn:hover{background:#fff;box-shadow:var(--shadow-lg);transform:translateY(-1px)}
.hero__video-btn:active{transform:translateY(0)}
/* Watch video -> the hero splits apart: copy slides left, product slides right, both fade out,
   and the clip animates in to take over the hero area. (is-playing lives on the .hero section.) */
.hero__copy,.hero__product{transition:transform .55s cubic-bezier(.4,0,.2,1), opacity .45s ease}
.hero.is-playing .hero__copy{transform:translateX(-60px);opacity:0;pointer-events:none}
.hero.is-playing .hero__product{transform:translateX(60px);opacity:0;pointer-events:none}
.hero.is-playing .hero__video-btn{opacity:0;pointer-events:none}

/* cinema: dim the whole page (veil z-900, above header z-50 + buybar z-60) and let the clip
   take over the hero area. .cinema__stage is fixed over the measured hero rect (set in JS),
   sized to the video's 16:9 (no letterbox/crop), and scales in as the hero parts. */
.cinema{position:fixed;inset:0;z-index:900;opacity:0;pointer-events:none;transition:opacity .4s ease}
.cinema[hidden]{display:none}
.cinema.is-open{opacity:1;pointer-events:auto}
.cinema__veil{position:absolute;inset:0;background:rgba(8,20,36,.62);
  -webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}
.cinema__stage{position:fixed;z-index:901;left:var(--cn-left);top:var(--cn-top);
  width:var(--cn-width);height:var(--cn-height);transform:scale(.82);opacity:0;
  transition:transform .5s cubic-bezier(.2,.7,.2,1), opacity .4s ease}
.cinema.is-open .cinema__stage{transform:scale(1);opacity:1}
.cinema__video{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--radius);
  background:#000;box-shadow:0 28px 90px rgba(8,20,36,.45)}
/* close in the top-right corner of the clip */
.cinema__close{position:absolute;z-index:902;top:14px;right:14px;width:44px;height:44px;border-radius:50%;
  display:grid;place-items:center;background:#fff;color:var(--navy);font-size:24px;line-height:1;
  border:1px solid var(--border-blue);box-shadow:var(--shadow);cursor:pointer;
  opacity:0;transition:opacity .3s ease .15s, background .15s}
.cinema.is-open .cinema__close{opacity:1}
.cinema__close:hover{background:var(--light-blue)}
@media (prefers-reduced-motion: reduce){.cinema,.cinema__stage,.cinema__close,.hero__copy,.hero__product,.hero__video-btn{transition:none}}

/* shared pill (also used by the expert authority card) */
.pill{display:inline-flex;align-items:center;gap:7px;background:rgba(0,107,214,.10);color:var(--cta-blue);
  font-size:12.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;
  padding:7px 15px;border-radius:999px;border:1px solid rgba(0,107,214,.22)}
.pill__ico{width:14px;height:14px;color:var(--cta-blue)}

/* shared buttons (header cart, closing CTA, sticky buy bar, footer subscribe) */
.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--head);
  font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:15px;padding:15px 30px;
  border-radius:11px;transition:transform .12s ease, box-shadow .12s ease, background .15s;white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn--primary{background:var(--cta-blue);color:#fff;box-shadow:0 8px 20px rgba(0,107,214,.28)}
.btn--primary:hover{background:var(--cta-blue-dark);box-shadow:0 10px 26px rgba(0,107,214,.34)}
.btn--outline{background:#fff;color:var(--cta-blue);border:2px solid var(--cta-blue)}
.btn--outline:hover{background:var(--light-blue)}
.btn--green{background:var(--green);color:#fff;box-shadow:0 8px 22px rgba(52,168,83,.35)}
.btn--green:hover{background:var(--green-dark)}

/* ---- hero responsive: 2-col down to ~900, then stack ---- */
@media (max-width:1816px){
  .hero__inner{padding:34px 28px 38px}
  .hero__grid{gap:28px}
  .hero__title{font-size:clamp(36px,3.5vw,50px)}
  .hero__subtitle{font-size:20px}
  .hero__product{min-height:520px}
  .hero__product-media{width:min(100%,560px)}
  .hero__cta{min-width:300px;height:66px;font-size:18px}
}
@media (max-width:1240px){
  .hero__title{font-size:clamp(34px,4.4vw,46px)}
  .hero__product{min-height:440px}
  .hero__product-media{width:min(100%,480px)}
}
@media (max-width:900px){
  .hero{min-height:0}
  .hero__inner{padding:30px 20px 36px}
  .hero__grid{grid-template-columns:1fr;gap:26px;text-align:center}
  .hero__copy{max-width:none;transform:none;display:flex;flex-direction:column;align-items:center}
  .hero__title{font-size:clamp(32px,8vw,44px)}
  .hero__subtitle{font-size:18px;margin-inline:auto}
  .hero__accent-line{margin-inline:auto}
  .hero__mini-benefits,.hero__rating,.hero__trust-row{justify-content:center;flex-wrap:wrap}
  .hero__cta{width:100%;min-width:0;max-width:420px}
  .hero__product{order:-1;min-height:0;justify-content:center}
  .hero__product-media{width:min(86%,400px)}
}
@media (max-width:480px){
  .hero__title .hero__ttl-line{display:inline}
  .hero__cta{height:62px;font-size:16px;gap:14px;padding:0 18px}
  .hero__amazon-icon{width:36px;height:36px}
  .hero__mini-benefits{gap:16px}
  .hero__trust-row{gap:10px;flex-wrap:wrap}
  .hero__trust-item{font-size:11px}
}

/* ===================== 4. BENEFITS ROW ===================== */
.benefits{padding:0 0 8px;margin-top:12px}
.benefits__card{
  position:relative;z-index:2;
  background:#fff;border:1px solid var(--border-blue);border-radius:var(--radius);
  box-shadow:var(--shadow);
  display:grid;grid-template-columns:repeat(5,1fr);
  padding:40px 8px 24px;
}
.benefit{padding:6px 22px;text-align:center;border-left:1px solid var(--border-blue)}
.benefit:first-child{border-left:none}
.benefit__ico{display:inline-flex;align-items:center;justify-content:center;height:93px;margin-bottom:10px}
.benefit__ico svg{width:46px;height:46px}
/* clay-render 3D benefit icons - true alpha PNGs, render as-is (no blend) */
.benefit__ico img{height:93px;width:auto}
.benefit h3{font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--cta-blue);font-size:16px;margin-bottom:6px}
.benefit p{font-size:13px;color:var(--muted);line-height:1.4}

/* ===================== TRUST STRIP ===================== */
.trustbar{border-top:1px solid var(--border-blue);border-bottom:1px solid var(--border-blue);background:var(--light-blue);margin-top:32px}
.trustbar__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 38px;padding:17px 28px}
.trustbar__item{display:inline-flex;align-items:center;gap:10px;font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.7px;font-size:13.5px;color:var(--navy)}
.trustbar__item svg{width:23px;height:23px;flex:none}
.trustbar__ico{width:26px;height:26px;object-fit:contain;flex:none}

/* ===================== 5. COMPARISON ===================== */
.compare{padding:66px 0}
.compare__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:center}
.compare__head .section-title{font-size:clamp(34px,4vw,52px)}
.compare__sub{margin-top:16px;font-size:16px;color:var(--muted)}

.compare__table{
  border:1px solid var(--border-blue);border-radius:var(--radius);
  background:#fff;box-shadow:var(--shadow);overflow:hidden;
}
.ctable__head,.ctable__row{
  display:grid;grid-template-columns:1.5fr 1fr 1.3fr;align-items:center;
}
.ctable__head{background:#fff}
.ctable__feature{padding:16px 24px;font-weight:700;font-size:13.5px;letter-spacing:.4px;text-transform:uppercase;color:var(--navy)}
.ctable__odrix-head{align-self:stretch;background:var(--deep-blue);display:flex;align-items:center;justify-content:center;padding:16px 8px;border-radius:14px 14px 0 0}
.ctable__odrix-logo{display:inline-flex;align-items:center;gap:8px;color:#fff;font-family:var(--head);font-weight:700;letter-spacing:2px;font-size:18px}
.ctable__emblem{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1)}
.ctable__trad-head{padding:16px 14px;text-align:center;font-weight:700;font-size:12.5px;letter-spacing:.5px;text-transform:uppercase;color:var(--muted)}

/* product images above the two columns */
.ctable__media{display:grid;grid-template-columns:1.5fr 1fr 1.3fr;align-items:end;background:#fff;padding:24px 0 8px}
.ctable__media-cell{display:flex;align-items:flex-end;justify-content:center;padding:0 6px}
.ctable__pimg{display:block;object-fit:contain;height:auto}
.ctable__pimg--odrix{max-height:132px;max-width:96%}
.ctable__pimg--trad{max-height:128px;width:auto}

.ctable__row{border-top:1px solid var(--border-blue)}
.ctable__odrix,.ctable__trad{display:flex;align-items:center;justify-content:center;align-self:stretch;padding:15px 0}
.ctable__odrix{background:#F1F8FF}
.ctable__row--last .ctable__odrix{border-radius:0 0 14px 14px}
.ctable__odrix svg{width:27px;height:27px}
.ctable__trad svg{width:26px;height:26px}

/* ===================== 6. HOW IT WORKS ===================== */
.how{padding:8px 0 66px}

.how__panel{
  background:var(--white);
  border:1px solid var(--border-blue);
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:46px 40px;
}

/* header */
.how__header{text-align:center;margin-bottom:38px}
.how__title-row{display:flex;align-items:center;justify-content:center;gap:22px}
.how__rule{flex:1;max-width:200px;height:1px;background:var(--border-blue)}
.how__title{font-size:clamp(28px,3.4vw,40px);flex:none}
.how__accent{display:block;width:64px;height:4px;background:var(--green);border-radius:3px;margin:14px auto 0}

/* steps row */
.how__steps{
  list-style:none;display:flex;align-items:stretch;justify-content:center;
  gap:14px;margin:0;padding:0;
}

/* step card */
.how-step{
  flex:1;position:relative;display:flex;flex-direction:column;align-items:center;
  text-align:center;gap:18px;
  background:var(--white);border:1px solid var(--border-blue);
  border-radius:16px;padding:30px 24px;
}
.how-step__num{
  position:absolute;top:-14px;left:18px;
  display:flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;
  background:var(--green);color:var(--white);
  font-family:var(--head);font-weight:700;font-size:15px;line-height:1;
  box-shadow:0 4px 12px rgba(52,168,83,.4);
}
.how-step__media{width:264px;height:auto;max-width:100%;aspect-ratio:1;flex:none}
.how-step__img{object-fit:cover;display:block;border-radius:14px}
.how-step__body{width:100%;min-width:0}
.how-step__title{
  font-family:var(--head);font-weight:600;text-transform:uppercase;
  color:var(--navy);font-size:15.5px;line-height:1.12;margin-bottom:6px;
}
.how-step__text{color:var(--muted);font-size:13.5px;line-height:1.5}

/* arrow connector (wrapped in an <li> so the <ol> content model stays valid) */
.how__arrow-item{
  list-style:none;flex:none;align-self:center;
  display:flex;align-items:center;justify-content:center;
}
.how__arrow{
  display:flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;
  border:1px solid var(--border-blue);background:var(--white);
}
.how__arrow-svg{width:18px;height:auto;display:block}

/* tablet: stack vertically, arrows rotate to point down */
@media (max-width:820px){
  .how__panel{padding:40px 26px}
  .how__steps{flex-direction:column;align-items:stretch;gap:14px}
  .how-step{width:100%}
  .how__arrow-item{align-self:center}
  .how__arrow-svg{width:20px;transform:rotate(90deg)}
}

/* phone: tighten but keep icon-left + text-right */
@media (max-width:560px){
  .how__panel{padding:32px 18px;border-radius:20px}
  .how__title-row{gap:12px}
  .how__rule{max-width:60px}
  .how__header{margin-bottom:30px}
  .how-step{padding:20px 16px;gap:14px}
  .how-step__media{width:204px;height:auto}
  .how-step__title{font-size:14.5px}
}

/* ===================== 7. REAL PEOPLE / REAL RESULTS ===================== */
.reviews{padding:8px 0 66px}
.reviews__inner{display:flex;flex-direction:column;gap:34px}

/* Header */
.reviews__head{text-align:center;display:flex;flex-direction:column;align-items:center}
.reviews__badge{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--white);border:1px solid var(--border-blue);box-shadow:var(--shadow-sm);
  border-radius:999px;padding:7px 16px;
  font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:1.5px;
  font-size:12px;color:var(--navy);
}
.reviews__badge svg{width:16px;height:16px;flex:none}
.reviews__title{font-size:clamp(30px,4.4vw,52px);margin-top:16px}
.reviews__sub{
  margin-top:12px;max-width:640px;
  color:#41617f;font-size:17px;line-height:1.5;
}

/* Stats pill */
.reviews__stats{
  margin-top:22px;
  display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;
  gap:0;
  background:var(--white);border:1px solid var(--border-blue);box-shadow:var(--shadow-sm);
  border-radius:14px;padding:12px 22px;
}
.reviews__stat{
  display:inline-flex;align-items:center;gap:9px;
  padding:0 20px;
  font-size:14.5px;color:var(--body);
  border-left:1px solid var(--border-blue);
}
.reviews__stat:first-child{border-left:0;padding-left:0}
.reviews__stat:last-child{padding-right:0}
.reviews__stat-ico{width:18px;height:18px;flex:none}
.reviews__stat-text strong{color:var(--navy);font-weight:700}

/* Lifestyle tiles */
.reviews__tiles{
  display:grid;grid-template-columns:repeat(5,1fr);gap:16px;
}
.tile{
  position:relative;margin:0;
  border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);
  aspect-ratio:3/4;background:var(--light-blue);
}
.tile__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.tile__cap{
  position:absolute;inset:auto 0 0 0;
  display:flex;flex-direction:column;gap:1px;
  padding:14px 14px 13px;
  background:linear-gradient(to top,rgba(4,30,58,.84),rgba(4,30,58,.46) 46%,rgba(4,30,58,0));
}
.tile__cap span{
  font-family:var(--head);font-weight:600;text-transform:uppercase;
  font-size:14.5px;line-height:1.18;color:var(--white);letter-spacing:.3px;
  text-shadow:0 1px 6px rgba(0,0,0,.4);
}

/* tablet */
@media (max-width:820px){
  .reviews__tiles{grid-template-columns:repeat(3,1fr)}
  .reviews__stat{border-left:0;padding:0 14px}
}
/* phone */
@media (max-width:560px){
  .reviews__tiles{grid-template-columns:repeat(2,1fr)}
  .reviews__stats{padding:14px 18px;gap:8px 0}
  .reviews__stat{padding:6px 14px;border-left:0}
  .reviews__sub{font-size:16px}
  .tile__cap span{font-size:13px}
}

/* ===================== 9. CLOSING CTA BANNER (de-imaged) ===================== */
.cta2{padding:40px 0 70px}

.cta2__band{
  position:relative;overflow:hidden;
  border-radius:24px;
  box-shadow:var(--shadow-lg);
  background:linear-gradient(180deg,#FFFFFF 0%,#F2F8FC 100%);
}
/* image pasted as-is: natural aspect, never stretched or cropped */
.cta2__bg{display:block;width:100%;height:auto}
/* left scrim keeps the overlaid copy legible over the light banner */
.cta2__band::before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,
    rgba(255,255,255,.95) 0%,
    rgba(255,255,255,.82) 30%,
    rgba(255,255,255,.40) 48%,
    rgba(255,255,255,0) 64%);
}

.cta2__inner{
  position:absolute;inset:0;z-index:2;
  display:flex;align-items:center;
  padding-left:clamp(28px,5vw,64px);
}

/* copy column, left-aligned in the banner's clean zone */
.cta2__center{
  text-align:left;display:flex;flex-direction:column;align-items:flex-start;
  max-width:440px;
}

.cta2__title{
  font-family:var(--head);font-weight:800;text-transform:uppercase;
  color:var(--navy);letter-spacing:.3px;line-height:1.05;
  font-size:clamp(24px,2.7vw,36px);
  margin:0;
}
/* keep "All-Day" on one line so it never breaks at the hyphen */
.cta2__hl{color:var(--green-dark);white-space:nowrap}

.cta2__divider{
  display:flex;align-items:center;gap:14px;
  width:100%;max-width:300px;margin:16px 0 14px;
}
.cta2__divider-line{flex:1;height:1px;background:rgba(11,43,74,.16)}
.cta2__divider-ico{color:var(--green-dark);flex:none}

.cta2__sub{font-size:16px;color:var(--body);margin:0 0 22px}

.cta2__cta{padding:15px 32px}

/* button on the left, the two feats stacked to its right */
.cta2__action{display:flex;align-items:center;flex-wrap:wrap;gap:14px 24px;margin-top:2px}
.cta2__feats{
  display:flex;flex-direction:column;align-items:flex-start;gap:9px;
}
.cta2__feat{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.7px;
  font-size:12px;color:var(--navy);
}
.cta2__feat svg{flex:none;color:var(--cta-blue)}
.cta2__feat-ico{width:24px;height:24px;object-fit:contain;flex:none}

/* ---- tablet/phone: image on top, copy beneath ---- */
@media (max-width:820px){
  .cta2__band::before{display:none}
  .cta2__inner{position:static;display:block;padding:22px 20px 26px;text-align:center}
  .cta2__center{max-width:560px;margin-inline:auto;text-align:center;align-items:center}
  .cta2__divider{margin-inline:auto}
  .cta2__action{justify-content:center}
  .cta2__feats{align-items:center}
}

/* ---- phone: trim type + button ---- */
@media (max-width:560px){
  .cta2__sub{font-size:15px}
  .cta2__cta{padding:14px 26px}
  .cta2__feats{gap:10px 14px}
}

/* ===================== 10. FOOTER ===================== */
.footer{background:#fff;border-top:1px solid var(--border-blue)}
.footer__grid{display:grid;grid-template-columns:1.5fr 1.3fr .9fr .9fr .9fr;gap:34px;padding:54px 28px 44px}
.logo--footer{display:inline-flex}
.footer__desc{margin:16px 0 18px;font-size:13.5px;color:var(--muted);line-height:1.55;max-width:280px}
.footer__social{display:flex;gap:12px}
.footer__social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--border-blue);color:var(--navy);transition:.15s}
.footer__social a:hover{background:var(--cta-blue);color:#fff;border-color:var(--cta-blue)}
.footer__social svg{width:19px;height:19px}

.footer__news h4{font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--navy);font-size:17px;margin-bottom:14px;line-height:1.15}
.news-form{display:flex;gap:8px;flex-wrap:wrap}
.news-form input{
  flex:1;min-width:150px;padding:13px 15px;border:1px solid var(--border-blue);border-radius:10px;
  font-family:inherit;font-size:14px;color:var(--body);background:var(--light-blue);
}
.news-form input:focus{outline:none;border-color:var(--cta-blue);background:#fff}
.news-form .btn{padding:13px 24px;font-size:14px}

.footer__col h5{font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--navy);font-size:14px;margin-bottom:15px}
.footer__col a{display:block;font-size:13.5px;color:var(--muted);padding:5px 0;transition:color .15s}
.footer__col a:hover{color:var(--cta-blue)}

.footer__bar{background:var(--deep-blue);color:#cfe0f0}
.footer__bar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:16px 28px;font-size:12.5px}
.footer__legal a{transition:color .15s}
.footer__legal a:hover{color:#fff}

/* ===================== RESPONSIVE ===================== */
@media (max-width:980px){
  /* hero responsive lives with the hero block above (3-zone -> 2-col -> stack) */
  .compare__grid{grid-template-columns:1fr;gap:26px}
  .compare__head{text-align:center}

  .benefits__card{grid-template-columns:repeat(3,1fr);gap:8px 0;row-gap:26px;padding:26px 10px}
  .benefit:nth-child(1),.benefit:nth-child(4){border-left:none}
  .benefit:nth-child(4){border-top:1px solid var(--border-blue);padding-top:26px}
  .benefit:nth-child(5){border-top:1px solid var(--border-blue);padding-top:26px}

  .footer__grid{grid-template-columns:1fr 1fr;gap:30px}
  .footer__brand{grid-column:1 / -1}
  .footer__news{grid-column:1 / -1}
}

@media (max-width:620px){
  .container{padding:0 18px}
  .announce__inner{font-size:10.5px;letter-spacing:1px}
  .header__nav{display:none}
  .header__inner{min-height:62px}
  /* keep the header right cluster from forcing horizontal overflow on <375px phones */
  .header__right{gap:10px}

  .benefits__card{grid-template-columns:repeat(2,1fr);row-gap:24px}
  .benefit{border-left:none !important;border-top:none !important;padding:6px 10px}
  .benefit:nth-child(n+3){border-top:1px solid var(--border-blue) !important;padding-top:24px}

  .trustbar__inner{gap:10px 20px;padding:14px 16px}
  .trustbar__item{font-size:12px;gap:8px}
  .trustbar__item svg{width:20px;height:20px}

  .footer__grid{grid-template-columns:1fr;text-align:left}
  .footer__brand,.footer__news{grid-column:auto}

  .ctable__feature{padding:13px 14px;font-size:12px}
  .ctable__odrix-logo{font-size:15px;letter-spacing:1px}
  .ctable__trad-head{font-size:10.5px}
  .footer__bar-inner{justify-content:center;text-align:center}
}


/* ===================== INTERACTIVITY LAYER (2026-06-16) ===================== */
/* Additive only - existing visual design unchanged. */

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* anchor jump offset under the sticky header */
section[id]{scroll-margin-top:84px}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}

/* ---- scroll reveal (only when JS active; off for reduced motion) ---- */
html.js [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
html.js [data-reveal].is-in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){
  html.js [data-reveal]{opacity:1;transform:none;transition:none}
}

/* ---- header: active nav underline + hamburger ---- */
.header__nav a{position:relative}
.header__nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--cta-blue);transition:right .22s ease}
.header__nav a:hover::after,.header__nav a.is-active::after{right:0}
.header__nav a.is-active{color:var(--cta-blue)}

.navtoggle{display:none;width:42px;height:42px;border-radius:10px;border:1px solid var(--border-blue);
  flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#fff;transition:background .15s ease;justify-self:start}
.navtoggle:hover{background:var(--light-blue)}
.navtoggle:focus-visible{outline:2px solid var(--cta-blue);outline-offset:2px}
.navtoggle span{display:block;width:20px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .2s ease}
.navtoggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.navtoggle.is-active span:nth-child(2){opacity:0}
.navtoggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---- mobile nav panel ---- */
.mobilenav[hidden]{display:none}
.mobilenav{display:flex;flex-direction:column;border-top:1px solid var(--border-blue);background:#fff;
  padding:6px 18px 16px;max-height:0;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .2s ease}
.mobilenav.is-open{max-height:360px;opacity:1}
.mobilenav a{font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.6px;font-size:14px;
  color:var(--navy);padding:13px 4px;border-bottom:1px solid var(--border-blue)}
.mobilenav a:last-child{border-bottom:none}
.mobilenav__cta{margin-top:12px;justify-content:center;color:#fff !important;border-radius:11px}
@media (prefers-reduced-motion: reduce){.mobilenav{transition:none}}

/* ---- FAQ accordion ---- */
.faq{padding:10px 0 64px}
.faq__title{font-size:clamp(28px,3.4vw,42px);text-align:center;margin-bottom:30px}
.faq__list{max-width:820px;margin:0 auto;border:1px solid var(--border-blue);border-radius:var(--radius);
  background:#fff;box-shadow:var(--shadow);overflow:hidden}
.faq__item{border-top:1px solid var(--border-blue)}
.faq__item:first-child{border-top:none}
.faq__hd{margin:0}
.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;text-align:left;
  font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:15.5px;color:var(--navy);
  background:#fff;transition:background .15s ease}
.faq__q:hover{background:var(--light-blue)}
.faq__q:focus-visible{outline:2px solid var(--cta-blue);outline-offset:-2px}
.faq__chev{flex:none;width:10px;height:10px;border-right:2px solid var(--cta-blue);border-bottom:2px solid var(--cta-blue);
  transform:rotate(45deg);transition:transform .25s ease;margin-right:5px}
.faq__q[aria-expanded="true"] .faq__chev{transform:rotate(-135deg)}
.faq__a{overflow:hidden;transition:max-height .28s ease}
.faq__a[hidden]{display:none}
.faq__a p{padding:2px 24px 22px;font-size:14.5px;color:var(--body);line-height:1.6;max-width:66ch}
@media (prefers-reduced-motion: reduce){.faq__a,.faq__chev{transition:none}}

/* ---- sticky buy bar ---- */
.buybar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(255,255,255,.97);
  backdrop-filter:saturate(160%) blur(8px);border-top:1px solid var(--border-blue);box-shadow:0 -8px 24px rgba(11,43,74,.10);
  transform:translateY(115%);transition:transform .3s ease;padding:10px 0;visibility:hidden}
.buybar.is-visible{transform:translateY(0);visibility:visible}
.buybar__inner{display:flex;align-items:center;gap:14px}
.buybar__label{display:inline-flex;align-items:center;gap:10px;min-width:0}
.buybar__ico{width:26px;height:26px;object-fit:contain;flex:none}
.buybar__txt{font-size:13.5px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.buybar__txt strong{font-family:var(--head);letter-spacing:1px;margin-right:6px}
.buybar__cta{margin-left:auto;padding:12px 24px;font-size:14px;color:#fff;flex:none}
.buybar__close{flex:none;width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1;color:var(--muted);display:grid;place-items:center;transition:.15s}
.buybar__close:hover{background:var(--light-blue);color:var(--navy)}
.buybar__close:focus-visible{outline:2px solid var(--cta-blue);outline-offset:2px}
@media (prefers-reduced-motion: reduce){.buybar{transition:none}}
@media (max-width:620px){
  .buybar__txt{font-size:12px;white-space:normal;line-height:1.25}
  .buybar__cta{padding:11px 15px;font-size:12.5px}
  .buybar__close{width:30px;height:30px}
}

/* ---- micro-interactions ---- */
.benefit{transition:transform .18s ease}
.benefit:hover{transform:translateY(-4px)}
.benefit__ico img,.benefit__ico svg{transition:transform .2s ease}
.benefit:hover .benefit__ico img,.benefit:hover .benefit__ico svg{transform:scale(1.08)}
.ctable__row{transition:background .15s ease}
.ctable__row:hover{background:#FAFDFF}
.ctable__row:hover .ctable__odrix{background:#E9F4FF}
.cart-btn:focus-visible,.btn:focus-visible{outline:2px solid var(--cta-blue);outline-offset:2px}

/* ---- mobile header layout with hamburger ---- */
/* 5 nav items need a wide row; below 1080px the 1fr nav column is too narrow, so collapse
   to the hamburger early (the mobile-nav panel already lists all five links). */
@media (max-width:1080px){
  .header__nav{display:none}
  .navtoggle{display:flex}
  .header__inner{grid-template-columns:auto 1fr auto}
  .logo{justify-self:center}
}
@media (max-width:620px){
  .navtoggle{display:flex}
  .header__inner{grid-template-columns:auto 1fr auto}
  .logo{justify-self:center}
  .body-locked{overflow:hidden}
}

/* ===================== AMAZON CTA + CONVERSION LAYER (2026-06-18, Vlad's brief) ===================== */
/* Additive only - existing visual design unchanged. */

/* Amazon smile-arrow mark sitting before button text.
   Explicit height is REQUIRED: this <svg> has no viewBox of its own, so height:auto
   would fall back to the 150px default replaced-element height and balloon the button. */
/* Amazon "a" logo. Supplied PNG was opaque white-bg; white keyed out to transparent (magick
   -fuzz 20% -transparent white) so the black-a + orange-smile sit naked on the buttons. */
.btn__amz{height:26px;width:auto;flex:none;margin-right:9px}

/* header: honest, non-numeric trust chip replacing the old fabricated star rating */
.header__trust{display:inline-flex;align-items:center;gap:6px;
  font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.6px;
  font-size:11.5px;color:#23713a}
.header__trust-ico{width:15px;height:15px;color:var(--green);flex:none}

/* hero price line removed in the 2026-06-25 reference rebuild (no price in the hero now) */

/* ---- PAIN / "is this you" block ---- */
.pain{padding:10px 0 28px}
.pain__card{background:#fff;border:1px solid var(--border-blue);border-radius:28px;box-shadow:var(--shadow);padding:46px 44px}
.pain__head{text-align:center;max-width:680px;margin:0 auto 30px}
.pain__eyebrow{display:inline-block;font-family:var(--head);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;color:var(--green-dark);margin-bottom:12px}
.pain__title{font-size:clamp(26px,3.2vw,40px)}
.pain__sub{margin-top:14px;font-size:16.5px;color:var(--muted);line-height:1.5}
.pain__cols{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:26px}
.pain__list{display:flex;flex-direction:column;gap:14px;border-radius:16px;padding:26px}
.pain__list--problem{background:#FBF1F0;border:1px solid #F3D9D6}
.pain__list--gain{background:#F1F8F3;border:1px solid #CFE9D7}
.pain__list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.45;color:var(--body)}
.pain__ico{width:22px;height:22px;flex:none;margin-top:1px}
.pain__ico--x{color:#D9534F}
.pain__ico--check{color:var(--green-dark)}
.pain__resolve{text-align:center;max-width:680px;margin:0 auto;font-size:17px;line-height:1.55;color:var(--body)}
.pain__resolve strong{color:var(--navy)}

/* ---- WHY IT WORKS block ---- */
.wiw{padding:30px 0 66px}
/* Featured block: stretch wider than the 1200 page grid so the 4 cards + photos
   grow and the headings stop wrapping to 3 cramped lines (Kuzma, fix #1). */
.wiw>.container{max-width:1400px}
.wiw__inner{background:#fff;border:1px solid var(--border-blue);border-radius:28px;box-shadow:var(--shadow);padding:46px 40px}
.wiw__head{text-align:center;max-width:700px;margin:0 auto 36px;display:flex;flex-direction:column;align-items:center}
.wiw__badge{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--border-blue);box-shadow:var(--shadow-sm);
  border-radius:999px;padding:7px 16px;font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;color:var(--navy);margin-bottom:16px}
.wiw__badge svg{width:16px;height:16px;flex:none}
.wiw__title{font-size:clamp(26px,3.3vw,40px)}
.wiw__hl{color:var(--green-dark)}
.wiw__sub{margin-top:14px;font-size:16.5px;color:var(--muted);line-height:1.5}
.wiw__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.wiw__card{background:#fff;border:1px solid var(--border-blue);border-radius:18px;box-shadow:var(--shadow-sm);padding:28px 22px;text-align:center;transition:transform .18s ease,box-shadow .18s ease}
.wiw__card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.wiw__ico{position:relative;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:rgba(52,168,83,.10);border:1px solid rgba(52,168,83,.22);margin-bottom:16px}
.wiw__ico svg{width:28px;height:28px;color:var(--green-dark)}
.wiw__badge-num{position:absolute;right:-3px;bottom:-3px;min-width:23px;height:23px;padding:0 5px;border-radius:12px;background:var(--green);color:#fff;font-family:var(--head);font-size:11.5px;font-weight:800;line-height:23px;box-shadow:0 3px 8px rgba(52,168,83,.4)}
.wiw__card h3{font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--navy);font-size:15px;margin-bottom:9px;line-height:1.22;min-height:3.66em;display:flex;flex-direction:column;justify-content:flex-start}
.wiw__card p{font-size:13.5px;color:var(--body);line-height:1.55}
.wiw__card p strong{color:var(--navy);font-weight:700}
/* On wide desktop the 1400 block makes every heading fit 2 lines, so reserve only
   2 lines and let the body sit snug. Narrower laptops keep the 3-line reserve above
   (headings still wrap to 3 there) so the 4 cards stay aligned. */
@media (min-width:1500px){.wiw__card h3{min-height:2.44em}}
.wiw__strip{text-align:center;margin:34px auto 0;max-width:680px;font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:13.5px;color:var(--navy)}
.wiw__fine{display:block;font-family:var(--sans);font-weight:400;text-transform:none;letter-spacing:0;font-size:12px;color:#5a6b7e;margin-top:7px}

/* ---- responsive for the new blocks ---- */
@media (max-width:880px){
  .wiw__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .pain__card{padding:38px 26px}
  .wiw__inner{padding:38px 24px}
}
@media (max-width:520px){
  .wiw__grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .header__trust{display:none}
}
@media (max-width:620px){
  .pain__cols{grid-template-columns:1fr;gap:14px}
  .pain__list{padding:22px}
  .pain__resolve{font-size:15.5px}
}

/* ===================== AMAZON ORANGE CTA + RATINGS + MARQUEE + EXPERT (2026-06-19, Kuzma's brief) ===================== */
/* Additive. Amazon-style orange buttons, real-star rating rows, running value strip, authority banner. */

:root{
  --amz:#FF9900;          /* Amazon brand orange (face) */
  --amz-hover:#F08804;    /* darker orange on hover */
  --amz-dark:#E47911;     /* legacy Amazon orange (gradient/border) */
  --amz-orange:#FF9900;
  --amz-text:#0F1111;     /* Amazon near-black button text */
}

/* ---- Amazon CTA button: orange face, dark text, logo on a white chip so the
   black-"a" + orange-smile stay legible (an orange smile vanishes on an orange button) ---- */
.btn--amz{background:var(--amz);color:var(--amz-text);box-shadow:0 8px 20px rgba(228,121,17,.30)}
.btn--amz:hover{background:var(--amz-hover);box-shadow:0 10px 26px rgba(228,121,17,.40)}
.btn--amz:focus-visible{outline:2px solid var(--amz-dark);outline-offset:2px}
.btn--amz .btn__amz{
  height:20px;width:auto;flex:none;margin-right:10px;
  background:#fff;padding:4px 6px;border-radius:7px;box-shadow:0 1px 3px rgba(0,0,0,.18);
}

/* ---- gold star rating row (real #i-star sprite, gold via --star) ---- */
.stars{display:inline-flex;align-items:center;gap:2px;vertical-align:middle;flex:none}
.stars svg{width:16px;height:16px;color:var(--star);fill:currentColor}
.stars--sm svg{width:13px;height:13px}

.cta-trust{display:flex;align-items:center;flex-wrap:wrap;gap:5px 9px;margin:0 0 14px;
  font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:12.5px;color:#5a6b7e}
.cta-trust__rate{font-weight:800;color:var(--navy)}
.cta-trust__sep{color:var(--grey-x)}
.cta-trust--banner{margin:0}

/* hero brush headline / subscribe link / price-rating removed in the 2026-06-25 reference rebuild */

/* ---- rating in the sticky buy bar ---- */
.buybar__rating{display:inline-flex;align-items:center;gap:4px;margin-left:10px;white-space:nowrap}
.buybar__rate{font-family:var(--head);font-weight:800;font-size:12px;color:var(--navy)}

/* ---- orange value marquee (running strip) ---- */
.marquee{background:linear-gradient(90deg,var(--amz-dark),var(--amz) 50%,var(--amz-dark));overflow:hidden;
  border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.10)}
.marquee__viewport{display:flex;width:max-content;animation:odrix-marquee 34s linear infinite}
.marquee__track{display:flex;align-items:center;flex:none;padding:11px 0}
.marquee__item{display:inline-flex;align-items:center;white-space:nowrap;padding:0 22px;
  font-family:var(--head);font-weight:700;text-transform:uppercase;letter-spacing:1.1px;font-size:13.5px;color:#fff;
  text-shadow:0 1px 1px rgba(0,0,0,.12)}
/* real press logos (baked white, assets/press) */
.marquee__logo{flex:none;display:block;height:23px;width:auto;margin:0 24px;opacity:.95;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}
.marquee__logo--badge{height:32px}
.marquee__sep{display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);flex:none;
  font-size:10px;padding:0 4px;line-height:1}
.marquee__sep svg{width:15px;height:15px}
@keyframes odrix-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.marquee:hover .marquee__viewport{animation-play-state:paused}
@media (prefers-reduced-motion: reduce){
  .marquee__viewport{animation:none}
}

/* ---- expert / dermatologist authority CARD (light, photo + live HTML copy) ---- */
.expert{padding:0;background:#fff}
/* full-bleed edge-to-edge band (no floating card) */
.expert__card{
  width:100%;
  display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);
  background:var(--light-blue);
  border-top:1px solid var(--border-blue);border-bottom:1px solid var(--border-blue);
  overflow:hidden;
}
/* photo crops to the column (ICN-008/009); object-position keeps the doctor framed */
.expert__photo{position:relative;min-height:340px;background:var(--light-blue)}
/* top + bottom edges dissolve via a real alpha mask (band shows THROUGH the photo, no tint, no hard line) */
.expert__photo img{width:100%;height:100%;object-fit:cover;object-position:46% 24%;display:block;
  -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 16%,#000 84%,transparent 100%);
          mask-image:linear-gradient(180deg,transparent 0,#000 16%,#000 84%,transparent 100%);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-size:100% 100%;mask-size:100% 100%}
/* right edge keeps the color-wash feather into the band */
.expert__photo::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(247,251,255,0) 58%,var(--light-blue) 100%)}
.expert__panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
  gap:14px;padding:clamp(24px,3.4vw,52px)}
.expert__title{margin:0;font-family:var(--head);font-weight:800;text-transform:uppercase;color:var(--navy);
  font-size:clamp(26px,3.4vw,46px);line-height:1.05;letter-spacing:.3px}
.expert__sub{margin:0;font-size:clamp(15px,1.5vw,18px);color:var(--muted);font-style:italic}
.expert__person{display:flex;align-items:center;gap:14px;margin-top:6px;padding-top:18px;
  border-top:1px solid var(--border-blue);width:100%;max-width:430px}
.expert__badge{height:46px;width:auto;flex:none;display:block}
.expert__person-txt{display:flex;flex-direction:column;gap:2px}
.expert__name{font-family:var(--head);font-weight:700;color:var(--navy);font-size:15px;letter-spacing:.5px;text-transform:uppercase}
.expert__role{font-size:13.5px;color:var(--muted)}

/* stack on small screens: photo on top, panel centered below */
@media (max-width:820px){
  .expert__card{grid-template-columns:1fr}
  .expert__photo{min-height:240px}
  .expert__photo img{object-position:48% 22%;
    /* deeper bottom fade so the photo melts into the panel below; no right-edge wash on a full-width stack */
    -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 78%,transparent 100%);
            mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 78%,transparent 100%)}
  .expert__photo::after{background:none}
  .expert__panel{align-items:center;text-align:center;padding:22px 20px 28px}
  .expert__person{margin-inline:auto;justify-content:center}
}

@media (max-width:620px){
  .marquee__item{font-size:12px;padding:0 16px;letter-spacing:.8px}
  .marquee__logo{height:19px;margin:0 16px}
  .marquee__logo--badge{height:27px}
  .buybar__rating{display:none}        /* keep the sticky bar single-line on phones */
  .cta-trust{font-size:11.5px;gap:4px 7px}
}

/* ===================== 2026-06-25 — VLAD BRIEF: WIW card photos + bottom gallery ===================== */
/* (hero video now styled in the hero block above as .hero__video) */
.wiw__card .wiw__photo{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;margin:-4px 0 16px;display:block;background:var(--light-blue)}
.gallery{padding:44px 0 72px}
.gallery__head{text-align:center;max-width:680px;margin:0 auto 30px;display:flex;flex-direction:column;align-items:center}
.gallery__title{font-size:clamp(28px,3.6vw,44px)}
.gallery__sub{margin-top:12px;font-size:16.5px;color:var(--muted);line-height:1.5}
.gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gallery__tile{position:relative;display:block;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:1/1;background:var(--light-blue)}
.gallery__tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.gallery__tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,43,74,0) 60%,rgba(11,43,74,.10));opacity:0;transition:opacity .25s ease}
.gallery__tile:focus-visible{outline:2px solid var(--cta-blue);outline-offset:3px}
@media (hover:hover) and (prefers-reduced-motion:no-preference){
  .gallery__tile:hover img{transform:scale(1.05)}
  .gallery__tile:hover::after{opacity:1}
}
@media (max-width:820px){
  .gallery__grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:560px){
  .gallery__grid{grid-template-columns:repeat(2,1fr);gap:10px}
}
