/* ==========================================================================
   SodaSlim® — us-sodaslim.us
   Concept: ORGANIC WELLNESS EDITORIAL — soft curves, circular metabolism
   motifs, generous whitespace. Green system per brief, with a cooler dark
   tone and a small warm amber accent so the navy/amber bottle photography
   sits harmoniously rather than clashing.
   Includes the mandatory fixed bottom order bar.
   ========================================================================== */

:root {
  --deep: #176B45;
  --fresh: #39A96B;
  --lime: #8CC63F;
  --dark: #0E2A21;
  --dark-2: #14382C;

  --bg: #F5FAF7;
  --white: #FFFFFF;
  --light: #E7F5EC;
  --light-2: #D6EDDF;

  /* small warm accent — bridges to the bottle artwork, used sparingly */
  --amber: #E0A63C;
  --amber-dk: #A9772238;

  --text: #18332A;
  --muted: #61736B;
  --soft: #466054;
  --line: #DCE9E1;
  --line-2: #EDF5F0;

  --on-dark: #E8F5EC;
  --on-dark-soft: #9FBAAB;
  --line-dark: rgba(232, 245, 236, .15);

  --f-head: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --pad: 114px;
  --bar: 76px;
  --r-s: 10px;
  --r: 20px;
  --r-l: 36px;
  --sh: 0 20px 50px -26px rgba(14, 42, 33, .4);
  --sh-green: 0 14px 32px -14px rgba(23, 107, 69, .5);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 130px; }

body {
  font-family: var(--f-body);
  font-size: 18px;
  line-height: 1.78;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--bar);   /* clearance for the fixed order bar */
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--f-head);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.032em;
  color: var(--dark);
  margin: 0 0 .5em;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(36px, 5.2vw, 64px); letter-spacing: -.042em; }
h2 { font-size: clamp(28px, 3.6vw, 45px); letter-spacing: -.036em; }
h3 { font-size: clamp(20px, 1.9vw, 27px); }
h4 { font-size: 19px; }

p, li, dd, dt, td, th, figcaption, a, span, button { overflow-wrap: break-word; }
p { margin: 0 0 1.25em; }
p:last-child { margin-bottom: 0; }

a { color: var(--deep); text-underline-offset: 4px; }
a:hover { color: var(--fresh); }
strong { font-weight: 650; color: var(--text); }

::selection { background: var(--fresh); color: #fff; }
:focus-visible { outline: 3px solid var(--fresh); outline-offset: 3px; border-radius: 4px; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 9999;
  background: var(--dark); color: #fff; padding: 14px 22px;
  border-radius: var(--r-s); font-weight: 700; font-size: 17px;
}
.skip-link:focus { left: 16px; color: #fff; }

.seo-link {
  color: inherit; text-decoration: underline;
  text-decoration-thickness: 1px; text-underline-offset: 4px;
  text-decoration-color: rgba(23, 107, 69, .5);
}
.seo-link:hover { color: inherit; text-decoration-color: currentColor; }
.on-deep .seo-link, .on-dark .seo-link { text-decoration-color: rgba(140, 198, 63, .9); }

/* ------------------------------------------------------------------ Layout */

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: 32px; }
.wrap-mid { max-width: 1020px; }
.wrap-narrow { max-width: 790px; }

.sec { padding-block: var(--pad); position: relative; }
.sec-light { background: var(--light); }
.sec-bg { background: var(--bg); }
.sec-tight { padding-block: 84px; }

.on-deep { background: var(--deep); color: var(--on-dark); position: relative; overflow: hidden; }
.on-deep h1, .on-deep h2, .on-deep h3, .on-deep h4 { color: #fff; }
.on-deep p { color: var(--on-dark-soft); }
.on-deep strong { color: #fff; }
.on-deep > * { position: relative; z-index: 1; }

.on-dark { background: var(--dark); color: var(--on-dark); position: relative; overflow: hidden; }
.on-dark h2, .on-dark h3, .on-dark h4 { color: #fff; }
.on-dark p { color: var(--on-dark-soft); }
.on-dark strong { color: #fff; }
.on-dark > * { position: relative; z-index: 1; }

/* Organic wellness motifs — soft circles, no stock photography */
.orb {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 84% 20%, rgba(140, 198, 63, .22) 0, transparent 46%),
    radial-gradient(circle at 8% 84%, rgba(57, 169, 107, .18) 0, transparent 44%);
}
.orb-soft {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 90% 12%, rgba(23, 107, 69, .06) 0, transparent 44%);
}
.rings-bg {
  position: absolute; top: 50%; right: -6%; width: 560px; height: 560px;
  transform: translateY(-50%); pointer-events: none; opacity: .55;
  background-image:
    radial-gradient(circle, transparent 0 136px, rgba(232, 245, 236, .12) 136px 137px, transparent 137px),
    radial-gradient(circle, transparent 0 200px, rgba(232, 245, 236, .09) 200px 201px, transparent 201px),
    radial-gradient(circle, transparent 0 266px, rgba(232, 245, 236, .06) 266px 267px, transparent 267px);
}

/* Signature device: leaf-dot + uppercase label */
.eyebrow {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--f-head); font-size: 13px; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--deep); margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 13px; height: 13px; flex: none; background: var(--lime);
  border-radius: 50% 0 50% 50%;
}
.on-deep .eyebrow, .on-dark .eyebrow, .hero .eyebrow, .closer .eyebrow { color: var(--lime); }

.sec-head { max-width: 800px; margin-bottom: 56px; }
.sec-head.mid { margin-inline: auto; text-align: center; }
.sec-head.mid .eyebrow { justify-content: center; }
.sec-head p { font-size: 19px; color: var(--soft); }
.on-deep .sec-head p, .on-dark .sec-head p { color: var(--on-dark-soft); }

/* ----------------------------------------------------------------- Buttons */

.btn-s {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-head); font-size: 17px; font-weight: 800;
  padding: 18px 32px; min-height: 58px;
  border: 2px solid transparent; border-radius: 100px;
  cursor: pointer; text-decoration: none;
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease,
              border-color .18s ease, color .18s ease;
}
.btn-s:hover { transform: translateY(-2px); }
.btn-s:active { transform: translateY(0); }

.btn-green { background: var(--deep); color: #fff; box-shadow: var(--sh-green); }
.btn-green:hover { background: var(--fresh); color: #fff; box-shadow: 0 18px 40px -14px rgba(23, 107, 69, .62); }

.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: var(--dark-2); color: #fff; }

.btn-white { background: #fff; color: var(--deep); }
.btn-white:hover { background: var(--light); color: var(--deep); }

.btn-line { background: transparent; color: var(--dark); border-color: var(--line); }
.btn-line:hover { color: var(--deep); border-color: var(--fresh); background: var(--light); }

.on-deep .btn-line, .on-dark .btn-line, .closer .btn-line,
.aside-card.dark .btn-line, .plan.lead .btn-line {
  color: #fff; border-color: rgba(232, 245, 236, .32);
}
.on-deep .btn-line:hover, .on-dark .btn-line:hover, .closer .btn-line:hover,
.aside-card.dark .btn-line:hover, .plan.lead .btn-line:hover {
  color: var(--deep); border-color: #fff; background: #fff;
}

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.arw { transition: transform .18s ease; }
.btn-s:hover .arw { transform: translateX(4px); }

/* ------------------------------------------------------------- Trust bar */

.topbar {
  background: var(--dark); color: var(--on-dark);
  font-size: 14px; position: fixed; top: 0; left: 0; right: 0; z-index: 101;
}
.topbar-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 4px 32px; min-height: 38px; padding-block: 7px;
}
.topbar span {
  font-family: var(--f-head); font-weight: 600; letter-spacing: .06em;
  display: inline-flex; align-items: center; gap: 9px; color: var(--on-dark);
}
.topbar span::before {
  content: ""; width: 9px; height: 9px; flex: none; background: var(--lime);
  border-radius: 50% 0 50% 50%;
}

/* ------------------------------------------------------------------ Header */

.site-header {
  position: fixed; top: 38px; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(1.3) blur(12px);
  -webkit-backdrop-filter: saturate(1.3) blur(12px);
  border-bottom: 1px solid var(--line-2);
  transition: border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.site-header.is-stuck {
  background: rgba(255, 255, 255, .99);
  border-bottom-color: var(--line);
  box-shadow: 0 4px 18px -14px rgba(14, 42, 33, .4);
}

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; transition: min-height .25s ease; }
.site-header.is-stuck .header-inner { min-height: 64px; }

.brand {
  font-family: var(--f-head); font-weight: 800; font-size: 24px;
  letter-spacing: -.04em; color: var(--dark); text-decoration: none;
  display: inline-flex; align-items: baseline; gap: 1px; flex: none;
}
.brand:hover { color: var(--dark); }
.brand i { font-style: normal; color: var(--deep); }
.brand sup { font-size: 11px; top: -.8em; color: var(--fresh); font-weight: 700; }

.nav-main { display: flex; align-items: center; gap: 26px; }
.nav-list { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.nav-list a {
  font-family: var(--f-head); font-size: 16px; font-weight: 600;
  color: var(--soft); text-decoration: none; padding: 9px 0;
  position: relative; white-space: nowrap;
}
.nav-list a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px;
  height: 2px; background: var(--fresh); transform: scaleX(0);
  transform-origin: left; transition: transform .22s ease;
}
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--dark); }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { transform: scaleX(1); }

.nav-cta { flex: none; }
.nav-main > .nav-cta { display: none; }
.header-inner > .nav-cta .btn-s { padding: 13px 24px; min-height: 48px; font-size: 15px; }

.nav-toggle {
  display: none; width: 48px; height: 48px; flex: none;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line);
  border-radius: var(--r-s); cursor: pointer; padding: 0;
}
.nav-toggle span { display: block; width: 21px; height: 2px; background: var(--dark); position: relative; transition: background .2s ease; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 21px; height: 2px;
  background: var(--dark); transition: transform .24s ease, top .2s ease;
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ==================================================== FIXED BOTTOM ORDER BAR */

.order-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--dark);
  border-top: 1px solid rgba(140, 198, 63, .38);
  box-shadow: 0 -6px 26px -14px rgba(14, 42, 33, .75);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.order-bar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: var(--bar); padding-block: 12px;
}
.ob-brand {
  font-family: var(--f-head); font-weight: 800; font-size: 19px;
  color: #fff; letter-spacing: -.03em; flex: none;
}
.ob-brand sup { font-size: 10px; top: -.8em; color: var(--lime); }
.ob-mid {
  font-size: 15px; color: var(--on-dark-soft); text-align: center;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center;
}
.ob-mid strong { color: #fff; font-weight: 600; }
.ob-price {
  font-family: var(--f-head); font-weight: 800; font-size: 16px;
  color: var(--lime); white-space: nowrap;
}
.ob-cta {
  flex: none; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--fresh); color: #fff; text-decoration: none;
  font-family: var(--f-head); font-weight: 800; font-size: 16px;
  min-height: 48px; padding: 12px 26px; border-radius: 100px;
  transition: background .18s ease, transform .16s ease;
  white-space: nowrap;
}
.ob-cta:hover { background: var(--lime); color: var(--dark); transform: translateY(-1px); }
.ob-full { display: inline; }
.ob-short { display: none; }

/* -------------------------------------------------------------------- Hero */

.hero {
  padding-top: 164px; padding-bottom: 94px; position: relative; overflow: hidden;
  background: linear-gradient(168deg, #FFFFFF 0%, var(--bg) 42%, var(--light) 100%);
}
.hero > .wrap { position: relative; z-index: 2; }
.hero-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
.hero h1 { color: var(--dark); margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--deep); }
.hero-lede { font-size: 20px; line-height: 1.68; color: var(--soft); max-width: 33em; }

.hero-stage { position: relative; display: flex; align-items: center; justify-content: center; padding: 22px; }
.hero-stage::before {
  content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 169, 107, .2) 0%, rgba(140, 198, 63, .08) 50%, transparent 72%);
}
.hero-stage::after {
  content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%;
  border: 1px dashed rgba(23, 107, 69, .2);
}
.hero-stage img {
  position: relative; z-index: 1; width: 100%; max-width: 330px;
  filter: drop-shadow(0 24px 40px rgba(14, 42, 33, .26));
}
.float-badge {
  position: absolute; z-index: 2; background: #fff; border: 1px solid var(--line);
  border-radius: 100px; padding: 9px 18px; box-shadow: var(--sh);
  font-family: var(--f-head); font-weight: 700; font-size: 14px; color: var(--dark);
  white-space: nowrap;
}
.float-badge.a { top: 10%; left: -2%; }
.float-badge.b { bottom: 14%; right: -2%; }
.float-badge em { font-style: normal; color: var(--deep); }

.hero-points { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 12px; }
.hero-points li { position: relative; padding-left: 34px; font-size: 18px; color: var(--dark); font-weight: 500; }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 18px; height: 18px;
  background: var(--lime); border-radius: 50% 0 50% 50%; opacity: .9;
}

.hero-trust { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(23, 107, 69, .18); display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hero-chip {
  font-family: var(--f-head); font-size: 14px; font-weight: 700; letter-spacing: .04em;
  color: var(--deep); background: rgba(255, 255, 255, .85);
  border: 1px solid rgba(23, 107, 69, .22); padding: 7px 15px; border-radius: 100px;
}
.hero-seal { width: 66px; height: auto; flex: none; }
.hero-fine { font-size: 15px; color: var(--muted); margin-top: 13px; }

/* Quality marks */
.marks { padding-block: 32px; border-bottom: 1px solid var(--line); background: #fff; }
.marks-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 18px; }
.mark-pill {
  font-family: var(--f-head); font-weight: 800; font-size: 14px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--deep);
  border: 2px solid var(--light-2); background: var(--light);
  padding: 12px 22px; border-radius: 100px;
}
.marks-note { text-align: center; font-size: 15px; color: var(--muted); margin-top: 16px; max-width: 66em; margin-inline: auto; }

/* --------------------------------------------------- Quick facts (curved) */

.facts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.fact {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 26px 24px; text-align: center;
}
.fact dt {
  font-family: var(--f-head); font-size: 12px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--deep); margin-bottom: 8px;
}
.fact dd { margin: 0; font-family: var(--f-head); font-weight: 800; font-size: 19px; letter-spacing: -.03em; color: var(--dark); }
.fact dd small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 15px; color: var(--soft); letter-spacing: 0; margin-top: 4px; }

/* ------------------------------------------------------ Editorial layouts */

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; align-items: center; }
.split.wide-l { grid-template-columns: 1.16fr .84fr; }
.split.wide-r { grid-template-columns: .84fr 1.16fr; }
.split > * { min-width: 0; }
.split-media img { width: 100%; }

.stage {
  background: var(--light); border-radius: var(--r-l); padding: 44px;
  position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.stage::before {
  content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .92), transparent 70%);
}
.stage img { position: relative; z-index: 1; max-width: 300px; margin-inline: auto; }

/* Circular step path */
.path { display: grid; }
.path-item { display: grid; grid-template-columns: 84px 1fr; gap: 26px; padding: 30px 0; align-items: start; }
.path-item + .path-item { border-top: 1px solid var(--line); }
.path-n {
  width: 58px; height: 58px; border-radius: 50% 0 50% 50%; flex: none;
  background: var(--light); border: 2px solid var(--fresh);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head); font-weight: 800; font-size: 18px; color: var(--deep);
}
.path-item h3 { font-size: 22px; margin-bottom: 8px; }
.path-item p { font-size: 17px; color: var(--soft); margin: 0; }
.path-item p + p { margin-top: .8em; }
.on-deep .path-item + .path-item, .on-dark .path-item + .path-item { border-top-color: var(--line-dark); }
.on-deep .path-n, .on-dark .path-n { background: rgba(255, 255, 255, .08); border-color: var(--lime); color: var(--lime); }
.on-deep .path-item h3, .on-dark .path-item h3 { color: #fff; }
.on-deep .path-item p, .on-dark .path-item p { color: var(--on-dark-soft); }

.feature {
  background: var(--deep); border-radius: var(--r-l); padding: 52px; color: var(--on-dark);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center;
  position: relative; overflow: hidden;
}
.feature > * { position: relative; z-index: 1; }
.feature h3 { color: #fff; font-size: clamp(23px, 2.7vw, 33px); letter-spacing: -.034em; }
.feature p { color: var(--on-dark-soft); }
.feature strong { color: #fff; }

.rows { display: grid; }
.row-b { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line); align-items: start; }
.row-n { font-family: var(--f-head); font-weight: 800; font-size: 21px; color: var(--fresh); letter-spacing: -.03em; }
.row-b h3 { font-size: 21px; margin-bottom: 0; padding-right: 16px; }
.row-b p { font-size: 17px; color: var(--soft); margin: 0; }
.row-b p + p { margin-top: .8em; }

/* Alternating ingredient rows with photography */
.ing-strip { display: grid; gap: 18px; }
.ing-line {
  display: grid; grid-template-columns: 200px 78px 1fr; gap: 30px;
  align-items: center; padding: 26px 30px; border-radius: var(--r-l);
}
.ing-line:nth-child(odd) { background: #fff; border: 1px solid var(--line); }
.ing-line:nth-child(even) { background: var(--light); }
.ing-line.flip { grid-template-columns: 1fr 78px 200px; }
.ing-line.flip .ing-photo { order: 3; }
.ing-line.flip .ing-num { order: 2; }
.ing-line.flip .ing-body { order: 1; }
.ing-photo img { border-radius: var(--r); width: 100%; }
.ing-num {
  font-family: var(--f-head); font-weight: 800; font-size: 40px;
  letter-spacing: -.06em; color: var(--fresh); opacity: .45; line-height: 1; text-align: center;
}
.ing-body h3 { font-size: 22px; margin-bottom: 3px; }
.ing-dose {
  font-family: var(--f-head); font-weight: 800; font-size: 16px; color: var(--amber);
  display: block; margin-bottom: 10px;
}
.ing-body p { font-size: 17px; color: var(--soft); margin: 0 0 .7em; }
.ing-body a { font-family: var(--f-head); font-weight: 700; font-size: 16px; color: var(--deep); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.ing-body a:hover { color: var(--fresh); }

.ing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ing-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 0 0 28px; display: flex; flex-direction: column; overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ing-card:hover { border-color: var(--fresh); box-shadow: var(--sh); transform: translateY(-3px); }
.ing-card > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.ing-card .ic-body { padding: 24px 28px 0; display: flex; flex-direction: column; flex: 1; }
.ing-idx { font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .15em; color: var(--deep); display: block; margin-bottom: 8px; }
.ing-card h3 { font-size: 20px; margin-bottom: 3px; }
.ing-card p { font-size: 17px; color: var(--soft); flex: 1; }
.card-go { font-family: var(--f-head); font-weight: 700; font-size: 16px; color: var(--deep); text-decoration: none; margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.card-go:hover { color: var(--fresh); }

/* Notices */
.notice {
  border: 1px solid var(--line); border-left: 4px solid var(--fresh);
  background: var(--bg); border-radius: 0 var(--r) var(--r) 0;
  padding: 24px 28px; margin: 28px 0;
}
.notice h3 { font-size: 19px; margin-bottom: 9px; }
.notice p { font-size: 17px; color: var(--soft); }
.notice p:last-child { margin-bottom: 0; }
.on-deep .notice, .on-dark .notice {
  background: rgba(255, 255, 255, .07); border-color: var(--line-dark); border-left-color: var(--lime);
}
.on-deep .notice h3, .on-dark .notice h3 { color: #fff; }
.on-deep .notice p, .on-dark .notice p { color: var(--on-dark-soft); }

.safety {
  background: #FDF6E9; border-left: 4px solid var(--amber);
  border-radius: 0 var(--r) var(--r) 0; padding: 24px 28px; margin: 28px 0;
}
.safety h3 { font-size: 19px; margin-bottom: 9px; color: #6B5120; }
.safety p { font-size: 17px; color: #6A5B3B; }
.safety p:last-child { margin-bottom: 0; }
.safety ul { margin: 0 0 1em; padding-left: 22px; }
.safety li { font-size: 17px; color: #6A5B3B; margin-bottom: .45em; }

/* Trust cells */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-cell {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: 32px;
  transition: border-color .2s ease, transform .2s ease;
}
.trust-cell:hover { border-color: var(--fresh); transform: translateY(-3px); }
.trust-cell .t-n {
  font-family: var(--f-head); font-weight: 800; font-size: 14px; color: var(--deep);
  display: block; margin-bottom: 14px; letter-spacing: .14em;
}
.trust-cell h3 { font-size: 20px; margin-bottom: 10px; }
.trust-cell p { font-size: 17px; color: var(--soft); }
.trust-cell.hot { background: var(--deep); border-color: transparent; color: var(--on-dark); }
.trust-cell.hot h3 { color: #fff; }
.trust-cell.hot p { color: var(--on-dark-soft); }
.trust-cell.hot strong { color: #fff; }
.trust-cell.hot .t-n { color: var(--lime); }

/* Reviews */
.rating-line { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 10px; }
.rating-line img { max-width: 150px; }
.rating-line .r-num { font-family: var(--f-head); font-weight: 800; font-size: 26px; color: var(--dark); }
.life-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.life figure { margin: 0; }
.life img { border-radius: var(--r); width: 100%; aspect-ratio: 1; object-fit: cover; }
.photo-cap { font-size: 15px; color: var(--muted); margin-top: 12px; }

/* --------------------------------------------------------------- Bonuses */

.bonus-lead {
  display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: center;
  background: var(--light); border-radius: var(--r-l); padding: 40px; margin-bottom: 24px;
}
.bonus-lead img { max-width: 260px; margin-inline: auto; }
.bonus-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.bonus {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px; display: flex; flex-direction: column; text-align: center;
  transition: border-color .2s ease, transform .2s ease;
}
.bonus:hover { border-color: var(--fresh); transform: translateY(-3px); }
.bonus img { max-height: 150px; width: auto; margin: 0 auto 14px; }
.bonus-no { font-family: var(--f-head); font-weight: 800; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: var(--deep); }
.bonus h3 { font-size: 17px; margin: 6px 0 8px; }
.bonus p { font-size: 15px; color: var(--soft); flex: 1; }
.bonus-val { margin-top: 12px; font-family: var(--f-head); font-weight: 800; font-size: 15px; color: var(--amber); }

/* ------------------------------------------------------------ Pricing */

.plans { display: grid; grid-template-columns: 1fr 1.12fr 1fr; gap: 22px; align-items: end; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 36px 30px; display: flex; flex-direction: column; position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--fresh); }
.plan-flag {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  background: var(--fresh); color: #fff; font-family: var(--f-head);
  font-weight: 800; font-size: 13px; letter-spacing: .13em; text-transform: uppercase;
  padding: 9px 20px; border-radius: 100px; white-space: nowrap;
}
.plan-flag.pop { background: var(--dark); }
.plan-tag { font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.plan-media { height: 190px; display: flex; align-items: center; justify-content: center; margin: 16px 0; }
.plan-media img { max-height: 190px; width: auto; }
.plan-name { font-family: var(--f-head); font-weight: 800; font-size: 25px; letter-spacing: -.03em; margin: 0 0 4px; color: var(--dark); }
.plan-supply { font-size: 17px; color: var(--muted); }
.plan-fig { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; }
.plan-fig .amt { font-family: var(--f-head); font-weight: 800; font-size: 44px; letter-spacing: -.05em; line-height: 1; color: var(--dark); }
.plan-fig .per { font-size: 17px; color: var(--muted); }
.plan-total { font-size: 17px; color: var(--soft); margin-top: 8px; }
.plan-total s { color: var(--muted); }
.plan-list { list-style: none; padding: 18px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line); display: grid; gap: 9px; flex: 1; }
.plan-list li { position: relative; padding-left: 26px; font-size: 17px; color: var(--soft); }
.plan-list li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 8px; height: 4px;
  border-left: 2px solid var(--fresh); border-bottom: 2px solid var(--fresh); transform: rotate(-45deg);
}
.plan-list li.off { color: var(--muted); }
.plan-list li.off::before { border-color: var(--line); }
.plan .btn-s { width: 100%; margin-top: 20px; }
.plan-pay { margin-top: 14px; }
.plan-pay img { max-width: 200px; margin-inline: auto; opacity: .9; }

.plan.lead { background: var(--deep); border-color: var(--lime); color: var(--on-dark); padding-top: 48px; box-shadow: 0 36px 74px -44px rgba(14, 42, 33, .8); }
.plan.lead .plan-name, .plan.lead .plan-fig .amt { color: #fff; }
.plan.lead .plan-supply, .plan.lead .plan-fig .per, .plan.lead .plan-tag { color: var(--lime); }
.plan.lead .plan-total { color: var(--on-dark-soft); }
.plan.lead .plan-list { border-top-color: var(--line-dark); }
.plan.lead .plan-list li { color: var(--on-dark-soft); }
.plan.lead .plan-list li::before { border-color: var(--lime); }

.cost-sheet { border-top: 3px solid var(--fresh); }
.cost-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cost-row.head { font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); padding: 13px 0; }
.cost-k { font-family: var(--f-head); font-weight: 800; font-size: 19px; }
.cost-k small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 17px; color: var(--muted); }
.cost-v { font-size: 18px; }
.on-deep .cost-sheet, .on-dark .cost-sheet { border-top-color: var(--lime); }
.on-deep .cost-row, .on-dark .cost-row { border-bottom-color: var(--line-dark); }
.on-deep .cost-k, .on-dark .cost-k { color: #fff; }
.on-deep .cost-v, .on-dark .cost-v { color: var(--on-dark-soft); }
.on-deep .cost-v strong, .on-dark .cost-v strong { color: #fff; }

.pay { margin-top: 24px; }
.pay img { max-width: 300px; }
.pay p { font-size: 15px; color: var(--muted); margin-top: 12px; }

/* --------------------------------------------------------------- Guarantee */

.promise { display: grid; grid-template-columns: 250px 1fr; gap: 52px; align-items: center; }
.promise-seal img { width: 100%; max-width: 230px; margin-inline: auto; }

.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.ticks li { position: relative; padding-left: 30px; font-size: 17px; color: var(--soft); }
.ticks li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 9px; height: 5px;
  border-left: 2px solid var(--fresh); border-bottom: 2px solid var(--fresh); transform: rotate(-45deg);
}
.on-deep .ticks li, .on-dark .ticks li { color: var(--on-dark-soft); }
.on-deep .ticks li::before, .on-dark .ticks li::before { border-color: var(--lime); }

/* --------------------------------------------------------------------- FAQ */

.qa { display: grid; gap: 10px; }
.qa-item { border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.qa-item:has(.faq-q[aria-expanded="true"]) { border-color: var(--fresh); box-shadow: var(--sh); }
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  padding: 23px 28px; text-align: left;
  font-family: var(--f-head); font-weight: 700; font-size: 19px;
  color: var(--dark); line-height: 1.42; transition: color .18s ease;
}
.faq-q:hover { color: var(--deep); }
.faq-ico {
  flex: none; width: 30px; height: 30px; position: relative;
  border-radius: 50% 0 50% 50%; background: var(--light); transition: background .24s ease;
}
.faq-q[aria-expanded="true"] .faq-ico { background: var(--fresh); }
.faq-ico::before, .faq-ico::after {
  content: ""; position: absolute; background: var(--deep); border-radius: 2px;
  transition: transform .26s ease, opacity .26s ease, background .24s ease;
}
.faq-ico::before { top: 14px; left: 7px; width: 16px; height: 2px; }
.faq-ico::after { left: 14px; top: 7px; width: 2px; height: 16px; }
.faq-q[aria-expanded="true"] .faq-ico::before,
.faq-q[aria-expanded="true"] .faq-ico::after { background: #fff; }
.faq-q[aria-expanded="true"] .faq-ico::after { transform: rotate(90deg); opacity: 0; }
.faq-a { overflow: hidden; height: 0; transition: height .3s ease; }
.faq-a-inner { padding: 0 60px 23px 28px; }
.faq-a-inner p { font-size: 17px; color: var(--soft); }
.on-deep .qa-item, .on-dark .qa-item { background: rgba(255, 255, 255, .06); border-color: var(--line-dark); }
.on-deep .faq-q, .on-dark .faq-q { color: #fff; }
.on-deep .faq-q:hover, .on-dark .faq-q:hover { color: var(--lime); }
.on-deep .faq-ico, .on-dark .faq-ico { background: rgba(140, 198, 63, .2); }
.on-deep .faq-ico::before, .on-deep .faq-ico::after,
.on-dark .faq-ico::before, .on-dark .faq-ico::after { background: var(--lime); }
.on-deep .faq-a-inner p, .on-dark .faq-a-inner p { color: var(--on-dark-soft); }

/* --------------------------------------------------------------- Final CTA */

.closer { background: var(--deep); color: var(--on-dark); position: relative; overflow: hidden; }
.closer::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 76% 40%, rgba(140, 198, 63, .22) 0, transparent 48%),
    radial-gradient(circle at 14% 78%, rgba(57, 169, 107, .2) 0, transparent 44%);
}
.closer > * { position: relative; z-index: 1; }
.closer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.closer h2 { color: #fff; }
.closer p { color: var(--on-dark-soft); }
.closer .trust-line { font-family: var(--f-head); font-weight: 700; font-size: 18px; color: var(--lime); margin-top: 20px; }
.closer-media { position: relative; display: flex; align-items: center; justify-content: center; }
.closer-media::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 198, 63, .2), transparent 70%);
}
.closer-media img { position: relative; width: 100%; max-width: 300px; }

/* --------------------------------------------- Page head / crumbs / prose */

.crumbs { padding-top: 142px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; font-size: 16px; color: var(--muted); }
.crumbs li { display: flex; align-items: center; gap: 10px; }
.crumbs li + li::before { content: "/"; color: var(--line); }
.crumbs a { color: var(--soft); text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.crumbs a:hover { color: var(--deep); }
.crumbs [aria-current] { color: var(--dark); }

.lede { font-size: 20px; color: var(--soft); max-width: 42em; margin-top: 10px; }

.prose { max-width: 760px; }
.prose h2 { margin-top: 52px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 34px; font-size: 22px; }
.prose ul, .prose ol { padding-left: 24px; margin: 0 0 1.3em; }
.prose li { margin-bottom: .6em; }
.prose > p, .prose li { color: var(--soft); }

.spec { border-top: 3px solid var(--fresh); margin: 32px 0; }
.spec-row { display: grid; grid-template-columns: 220px 1fr; gap: 26px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.spec-k { font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--deep); }
.spec-v { font-size: 17px; color: var(--soft); }

.doc { display: grid; grid-template-columns: 1fr 320px; gap: 62px; align-items: start; }
.aside { position: sticky; top: 128px; display: grid; gap: 18px; }
.aside-card { border: 1px solid var(--line); border-radius: var(--r); padding: 26px; background: #fff; }
.aside-card h3 { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.aside-links { list-style: none; margin: 0; padding: 0; display: grid; }
.aside-links a { font-size: 17px; color: var(--soft); text-decoration: none; display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid var(--line-2); overflow-wrap: anywhere; }
.aside-links li:last-child a { border-bottom: 0; }
.aside-links a:hover { color: var(--deep); }
.aside-card.dark { background: var(--deep); border-color: transparent; color: var(--on-dark); }
.aside-card.dark h3 { color: var(--lime); }
.aside-card.dark p { font-size: 17px; color: var(--on-dark-soft); }
.aside-card.dark strong { color: #fff; }
.aside-card.dark .btn-s { width: 100%; margin-top: 14px; }

.meta-line { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; font-size: 16px; color: var(--muted); margin-bottom: 14px; }
.meta-line .m-cat { font-family: var(--f-head); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--deep); }

.rel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.rel { border: 1px solid var(--line); border-radius: var(--r); padding: 28px; text-decoration: none; color: inherit; display: block; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.rel:hover { border-color: var(--fresh); transform: translateY(-3px); color: inherit; }
.rel .rel-k { font-family: var(--f-head); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--deep); display: block; margin-bottom: 11px; }
.rel h3 { font-size: 20px; margin-bottom: 9px; }
.rel p { font-size: 17px; color: var(--soft); margin: 0; }

.lead-post { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; background: var(--deep); border-radius: var(--r-l); padding: 48px; text-decoration: none; color: var(--on-dark); position: relative; overflow: hidden; }
.lead-post::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 78% 32%, rgba(140, 198, 63, .24) 0, transparent 50%);
}
.lead-post > * { position: relative; z-index: 1; }
.lead-post:hover { color: var(--on-dark); }
.lead-post:hover h3 { color: var(--lime); }
.lead-post h3 { color: #fff; font-size: clamp(23px, 2.6vw, 32px); letter-spacing: -.034em; transition: color .2s ease; }
.lead-post p { color: var(--on-dark-soft); font-size: 18px; }
.lead-art {
  aspect-ratio: 4 / 3; border-radius: var(--r); background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center;
}
.lead-art span { font-family: var(--f-head); font-weight: 800; letter-spacing: -.05em; font-size: clamp(46px, 6vw, 74px); color: var(--lime); }

.post-list { display: grid; border-top: 1px solid var(--line); }
.post-row { display: grid; grid-template-columns: 190px 1fr 150px; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; align-items: start; transition: background .2s ease; }
.post-row:hover { color: inherit; background: var(--bg); }
.post-row:hover h3 { color: var(--deep); }
.post-cat { font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--deep); }
.post-row h3 { font-size: 20px; margin-bottom: 8px; transition: color .2s ease; }
.post-row p { font-size: 17px; color: var(--soft); margin: 0; }
.post-read { font-size: 16px; color: var(--muted); text-align: right; }

.ref-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ref-list li { font-size: 17px; color: var(--soft); padding-left: 26px; position: relative; }
.ref-list li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 10px; height: 2px; background: var(--fresh); }
.on-deep .ref-list li, .on-dark .ref-list li { color: var(--on-dark-soft); }

/* ------------------------------------------------------------------ Footer */

.site-footer { background: var(--dark); color: var(--on-dark-soft); padding-block: 70px 40px; font-size: 17px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand .brand i { color: var(--lime); }
.footer-brand .brand sup { color: var(--lime); }
.footer-brand p { font-size: 17px; color: var(--on-dark-soft); max-width: 32em; }
.footer-col h3 { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 13px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col a { color: var(--on-dark-soft); text-decoration: none; font-size: 17px; display: flex; align-items: center; min-height: 40px; overflow-wrap: anywhere; }
.footer-col a:hover { color: #fff; }
.footer-legal { border-top: 1px solid var(--line-dark); padding-top: 26px; }
.footer-legal p { font-size: 16px; color: #93A99D; max-width: 80em; }
.footer-legal .fda { padding: 20px 24px; background: rgba(255, 255, 255, .06); border-radius: var(--r-s); margin-bottom: 20px; font-size: 17px; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line-dark); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* -------------------------------------------------------------- Responsive */

@media (max-width: 1180px) {
  .facts { grid-template-columns: repeat(3, 1fr); }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
  :root { --pad: 84px; }
  .hero { padding-top: 146px; padding-bottom: 72px; }
  .hero-split { grid-template-columns: 1fr; gap: 42px; }
  .hero-stage { order: -1; }
  .hero-stage img { max-width: 240px; }
  .hero-stage::before { width: 300px; height: 300px; }
  .hero-stage::after { width: 250px; height: 250px; }
  .float-badge.a { left: 0; }
  .float-badge.b { right: 0; }
  .rings-bg { display: none; }
  .split, .split.wide-l, .split.wide-r { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .doc { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .feature { grid-template-columns: 1fr; padding: 36px; gap: 28px; }
  .row-b { grid-template-columns: 62px 1fr; gap: 10px 22px; }
  .row-b > p { grid-column: 2; }
  .ing-cards, .trust-grid, .rel-grid { grid-template-columns: repeat(2, 1fr); }
  .life-row { grid-template-columns: repeat(2, 1fr); }
  .ing-line, .ing-line.flip { grid-template-columns: 150px 1fr; gap: 12px 24px; padding: 24px; }
  .ing-line .ing-photo, .ing-line.flip .ing-photo { order: 1; }
  .ing-line .ing-num, .ing-line.flip .ing-num { display: none; }
  .ing-line .ing-body, .ing-line.flip .ing-body { order: 2; }
  .bonus-lead { grid-template-columns: 1fr; gap: 26px; padding: 30px; text-align: center; }
  .plans { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; align-items: stretch; }
  .plan.lead { padding-top: 48px; }
  .closer-grid { grid-template-columns: 1fr; gap: 36px; }
  .closer-media { order: -1; }
  .closer-media img { max-width: 250px; }
  .promise { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .promise-seal img { max-width: 190px; }
  .lead-post { grid-template-columns: 1fr; gap: 28px; padding: 34px; }
  .lead-art { order: -1; }
  .stage { padding: 32px; }
  .path-item { grid-template-columns: 72px 1fr; gap: 22px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-main {
    position: fixed; inset: 114px 0 auto; z-index: 99;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--sh);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px 32px 30px; max-height: calc(100vh - 190px); overflow-y: auto; display: none;
  }
  .nav-main.is-open { display: flex; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { padding: 15px 0; font-size: 19px; min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line-2); }
  .nav-list a::after { display: none; }
  .header-inner > .nav-cta { display: none; }
  .nav-main > .nav-cta { display: block; margin-top: 18px; }
  .nav-main > .nav-cta .btn-s { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .cost-row { grid-template-columns: 1fr 1fr; gap: 13px 22px; }
  .cost-row.head { display: none; }
  .post-row { grid-template-columns: 1fr; gap: 11px; }
  .post-read { text-align: left; }
  .ob-mid { display: none; }
  .ob-full { display: none; }
  .ob-short { display: inline; }
}

@media (max-width: 680px) {
  :root { --pad: 60px; --bar: 70px; }
  body { font-size: 17px; }
  .wrap { padding-inline: 20px; }
  .topbar { font-size: 13px; }
  .topbar-inner { gap: 2px 18px; }
  .hero { padding-top: 138px; padding-bottom: 54px; }
  .hero-lede { font-size: 18px; }
  .float-badge { font-size: 13px; padding: 7px 14px; }
  .btn-s { white-space: normal; padding-inline: 22px; }
  .plan, .trust-cell, .rel, .aside-card, .fact { padding: 24px; min-width: 0; }
  .feature, .lead-post, .stage, .bonus-lead { padding: 26px 22px; }
  .ing-line, .ing-line.flip { grid-template-columns: 1fr; gap: 14px; padding: 22px; }
  .sec-head { margin-bottom: 34px; }
  .sec-head p { font-size: 18px; }
  .ing-cards, .trust-grid, .rel-grid, .facts, .bonus-grid { grid-template-columns: 1fr; }
  .life-row { grid-template-columns: repeat(2, 1fr); }
  .aside { grid-template-columns: 1fr; }
  .row-b, .path-item { grid-template-columns: 1fr; gap: 8px; }
  .row-b > p { grid-column: 1; }
  .spec-row, .cost-row { grid-template-columns: 1fr; gap: 5px; }
  .faq-q { font-size: 18px; padding: 20px 22px; gap: 14px; }
  .faq-a-inner { padding: 0 22px 22px; }
  .btn-row .btn-s { width: 100%; }
  .plan-media { height: 160px; }
  .plan-media img { max-height: 160px; }
  .footer-top { grid-template-columns: 1fr; }
  .crumbs { padding-top: 126px; }
  .order-bar-inner { gap: 12px; padding-block: 10px; }
  .ob-brand { font-size: 16px; display: flex; flex-direction: column; line-height: 1.25; }
  .ob-brand .ob-price { font-size: 14px; }
  .ob-cta { font-size: 15px; padding: 12px 20px; min-height: 48px; }
}

@media (max-width: 380px) {
  .ob-cta { padding-inline: 16px; font-size: 14px; }
  .ob-brand { font-size: 15px; }
}

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

@media print {
  .site-header, .topbar, .nav-toggle, .closer, .btn-s, .aside, .order-bar { display: none !important; }
  body { font-size: 12pt; color: #000; padding-bottom: 0; }
  .sec { padding-block: 18pt; }
}
