/* ─── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  background: #fdfdfd;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ─── Design Tokens ────────────────────────────────────────── */
:root {
  --bg:           #fdfdfd;
  --ink:          #1a1a1a;
  --ink-90:       rgba(26,26,26,0.9);
  --coral:        #d98772;
  --coral-deep:   #ce7563;
  --peach:        #edc9b6;
  --bg-announce:  #ffe8e4;
  --bg-partners:  #f0e6dc;
  --footer-label: #a86046;
  --footer-border:#d1c4b5;
  --art-border:   #dab3a9;

  --grad-cta:     linear-gradient(47.6466deg, rgb(217,135,114) 0%, rgb(201,110,93) 100%);
  --grad-eye:     linear-gradient(43.8068deg, rgb(217,135,114) 8.6335%, rgb(201,110,93) 92.532%);
  --grad-stats:   linear-gradient(239.418deg, rgb(240,235,223) 17.855%, rgb(254,245,230) 88.284%);
  --grad-reviews: linear-gradient(64.9118deg, rgb(237,201,182) 47.457%, rgb(245,218,204) 97.041%);
  --grad-step2:   linear-gradient(249.868deg, rgb(240,235,223) 17.855%, rgb(254,245,230) 88.284%);
  --grad-step3:   linear-gradient(70.3545deg, rgb(237,201,182) 47.457%, rgb(245,218,204) 97.041%);
  --grad-check:   linear-gradient(80.1429deg, rgb(217,135,114) 8.6335%, rgb(201,110,93) 92.532%);

  --px:  clamp(20px, 8.3vw, 120px);
  --py:  clamp(40px, 4.5vw, 64px);
  --r24: 24px;
  --r32: 32px;

  --fraunces: 'Fraunces', Georgia, serif;
  --inter:    'Inter', system-ui, sans-serif;
  --fvs:      "SOFT" 0, "WONK" 1;
}

/* ─── Gradient Text Utility ────────────────────────────────── */
.grad-text {
  background: var(--grad-eye);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ─── Eyebrow ───────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1.25;
  display: block;
  margin-bottom: 4px;
}

/* ─── Section Headings ─────────────────────────────────────── */
.section-h2 {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  text-transform: capitalize;
}
.section-h2.centered-text { text-align: center; }
.h2-normal { font-weight: 400; }

.section-header { display: flex; flex-direction: column; gap: 8px; }
.section-header.centered { align-items: center; text-align: center; }
.section-body { font-size: 16px; line-height: 1.5; color: var(--ink-90); max-width: 648px; }
.center-body { text-align: center; }

/* ─── Buttons ───────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--grad-cta);
  color: #fdfdfd;
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 16px 32px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px -2px rgba(0,0,0,0.1), 0 4px 6px -1px rgba(0,0,0,0.1);
  transition: opacity 0.2s, transform 0.15s;
  white-space: nowrap;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-primary svg,
.btn-primary .btn-cta-icon { flex-shrink: 0; }
.btn-cta-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.btn-large { font-size: 18px; padding: 16px 32px; }

.btn-nav-cta {
  display: inline-flex;
  align-items: center;
  background: var(--coral);
  color: #fdfdfd;
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 100px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 3px rgba(0,0,0,0.1);
  transition: opacity 0.2s;
  white-space: nowrap;
}
.btn-nav-cta:hover { opacity: 0.9; }

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: var(--ink);
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid var(--ink);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-outline-dark:hover { background: #f8f4f0; }

/* ══════════════════════════════════════════════════════════════
   1. ANNOUNCEMENT BAR
══════════════════════════════════════════════════════════════ */
.announce-bar {
  background: var(--bg-announce);
  min-height: 40px;
  overflow: visible;
  position: relative;
}
.announce-bar::before,
.announce-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.announce-bar::before {
  left: 0;
  background: linear-gradient(to right, #f8e6ea, rgba(248,230,234,0));
}
.announce-bar::after {
  right: 0;
  background: linear-gradient(to left, #f8e6ea, rgba(248,230,234,0));
}

.marquee-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.marquee-group[aria-hidden="true"] {
  display: none;
}

@keyframes bar-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 12px;
  font-weight: 400;
  color: var(--ink);
  line-height: 40px;
  white-space: nowrap;
}
.pill-check {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.mid-callouts {
  background: #fdfdfd;
  padding: 40px var(--px);
}
.mid-callouts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
}
.mid-callout {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  min-height: 88px;
  border: 1px solid var(--peach);
  border-radius: 12px;
  background: #fff;
}
.mid-callout-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 12px;
  background: rgba(217, 135, 114, 0.12);
}
.mid-callout-icon img {
  display: block;
  width: 15px;
  height: 15px;
}
.mid-callout-text {
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #4a2e1a;
}

/* ══════════════════════════════════════════════════════════════
   2. NAVBAR
══════════════════════════════════════════════════════════════ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  height: 92px;
  padding: 20px var(--px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 12px 13px rgba(222,222,222,0.1), 0 46px 23px rgba(222,222,222,0.09), 0 105px 31.5px rgba(222,222,222,0.05);
}

.nav-logo { flex-shrink: 0; display: flex; align-items: center; }
.logo-img { height: 44px; width: auto; display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 15px;
  color: var(--ink);
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--coral); }

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  width: 32px;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu backdrop */
.mm-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(74, 60, 54, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 199;
}
.mm-backdrop.open { display: block; }

/* Mobile drawer */
.mobile-menu {
  --mm-inset: 40px;
  --mm-divider: rgba(209, 196, 181, 0.85);
  --mm-close-top: 28px;
  --mm-close-size: 30px;
  --mm-close-nav-gap: 100px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(272px, 25vw, 320px);
  background: #fff;
  z-index: 200;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: -8px 0 32px rgba(74, 60, 54, 0.08);
}
.mobile-menu.open { transform: translateX(0); }

.mm-close {
  position: absolute;
  top: var(--mm-close-top);
  right: 28px;
  width: var(--mm-close-size);
  height: var(--mm-close-size);
  padding: 0;
  line-height: 1;
  z-index: 1;
  background: transparent;
  border: none;
  transition: opacity 0.2s;
}
.mm-close:hover {
  opacity: 0.85;
}
.mm-close-icon {
  display: block;
  width: var(--mm-close-size);
  height: var(--mm-close-size);
  object-fit: contain;
}

.mm-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-top: calc(var(--mm-close-top) + var(--mm-close-size) + var(--mm-close-nav-gap));
}

.mm-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.mm-nav-link,
.mm-nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px var(--mm-inset);
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  width: 100%;
  text-align: left;
  border: none;
  background: none;
}
.mm-nav-btn {
  justify-content: flex-start;
}
.mm-item::after,
.mm-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: var(--mm-inset);
  right: var(--mm-inset);
  height: 1px;
  background: var(--mm-divider);
}
.mm-nav-link {
  position: relative;
}

.mm-toggle-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--ink);
}

.mm-sub {
  display: none;
  flex-direction: column;
  padding: 8px var(--mm-inset) 12px;
}
.mm-sub.open { display: flex; }
.mm-sub-link {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--ink-90);
  padding: 10px 0;
}

.mm-footer {
  padding: 24px var(--mm-inset) 40px;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
.mm-footer .btn-nav-cta {
  font-family: var(--inter);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 14px 28px;
  background: #d18271;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mm-footer .btn-nav-cta:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(193, 110, 93, 0.38);
}

/* ══════════════════════════════════════════════════════════════
   3. HERO
══════════════════════════════════════════════════════════════ */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 80px);
  padding: 40px var(--px) 80px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hero-content {
  flex: 0 1 796px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 796px;
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 9px;
  background: white;
}
.avatar-stack {
  display: flex;
  align-items: center;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -10px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.avatar:last-child { margin-right: 0; }

.hero-social-proof span {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.5px;
  white-space: pre;
}

.hero-h1 {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.hero-sub {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink-90);
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: max-content;
}

.trust-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 12px;
  font-weight: 400;
  color: var(--ink-90);
  line-height: 1.4;
  white-space: nowrap;
  padding: 2px 0;
}
.trust-pill::before {
  content: "✓";
  color: #528942;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}

.hero-image {
  flex-shrink: 0;
  line-height: 0;
  border-radius: var(--r24);
  overflow: hidden;
}
.hero-image picture {
  display: block;
  width: 100%;
}
.hero-img {
  width: min(500px, 44vw);
  height: min(576px, calc(44vw * 576 / 500));
  border-radius: var(--r24);
  object-fit: cover;
  object-position: center center;
  display: block;
  box-shadow: 0 15px 20px rgba(0,0,0,0.08);
}

/* ══════════════════════════════════════════════════════════════
   4. PARTNERS BAR
══════════════════════════════════════════════════════════════ */
.partners-bar {
  background: var(--bg-partners);
  padding: 10px var(--px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  overflow: hidden;
}
.partners-label {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  white-space: nowrap;
  flex-shrink: 0;
  opacity: 0.75;
}
.partners-marquee-wrap {
  flex: 0 1 auto;
  overflow: hidden;
  min-width: 0;
}
.partners-marquee-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.partners-group[aria-hidden="true"] {
  display: none;
}
.partners-group {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
}
.partner-logo {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  opacity: 0.9;
}

/* ══════════════════════════════════════════════════════════════
   5. MEDICAL TEAM / VIDEO
══════════════════════════════════════════════════════════════ */
.medical-team {
  padding: var(--py) var(--px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.centered-h2 { text-align: center; }

.video-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.video-placeholder-wrap {
  position: relative;
  width: 100%;
  height: 785px;
  border-radius: var(--r24);
  overflow: hidden;
  box-shadow: 0 15px 20px rgba(0,0,0,0.05);
  cursor: pointer;
}
.medical-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--r24);
  background: #000;
}
.medical-video::-webkit-media-controls,
.medical-video::-webkit-media-controls-enclosure,
.medical-video::-webkit-media-controls-panel,
.medical-video::-webkit-media-controls-overlay-play-button,
.medical-video::-webkit-media-controls-start-playback-button,
.medical-video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.video-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--r24);
}
.video-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3a2820 0%, #6b4030 35%, #8a5540 60%, #a06050 100%);
}
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  z-index: 2;
}
.video-placeholder-wrap.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}
.video-placeholder-wrap.is-playing .review-progress,
.video-placeholder-wrap.is-paused .review-progress {
  opacity: 1;
}
.play-btn {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background: rgba(217,135,114,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
  padding-left: 4px;
}
.play-btn:hover { background: rgba(217,135,114,0.9); transform: scale(1.05); }
.video-caption {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 24px;
  text-align: center;
}
.caption-body {
  color: #7e7e7e;
  font-size: 18px;
}

/* ══════════════════════════════════════════════════════════════
   7. FEATURES — THE EXIA METHOD
══════════════════════════════════════════════════════════════ */
.features-section {
  padding: var(--py) var(--px);
  display: flex;
  align-items: center;
  gap: 76px;
}

.features-image-col { flex-shrink: 0; }
.features-image-col picture {
  display: block;
  width: 100%;
}
.features-img {
  width: min(445px, 38vw);
  height: auto;
  aspect-ratio: 427 / 639;
  border-radius: var(--r24);
  object-fit: cover;
  object-position: center top;
  display: block;
}

.features-content-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feature-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.feature-title {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.feature-body {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-90);
  line-height: 1.55;
}

/* ══════════════════════════════════════════════════════════════
   8. STATS — LIFE CHANGING RESULTS
══════════════════════════════════════════════════════════════ */
.stats-section {
  padding: 0 var(--px);
  max-width: 100%;
  overflow-x: clip;
}

.stats-inner {
  background: var(--grad-stats);
  border-radius: var(--r32);
  padding: 64px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  overflow-x: clip;
}

.stats-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stats-eyebrow {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
}

.stats-h2 {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 48px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  max-width: 664px;
}

.stats-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  overflow: hidden;
}

.stats-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 100%;
}

.stats-carousel-viewport {
  width: 100%;
  max-width: 401px;
  overflow: hidden;
  touch-action: pan-y;
}

.stats-carousel-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.stats-slide {
  flex: 0 0 100%;
  width: 100%;
}

.stats-ring {
  position: relative;
  width: 100%;
  max-width: 401px;
  aspect-ratio: 1;
  height: auto;
  flex-shrink: 0;
  margin: 0 auto;
}

.stats-ring--alt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-ring-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.stats-ring-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 88px 36px 0;
  text-align: center;
  pointer-events: none;
}

.stats-ring-content--alt {
  padding: 0 96px 0 0;
}

.stats-ring-content--alt .stat-desc {
  max-width: 176px;
}

.stat-footnote {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 8px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.35;
  letter-spacing: -0.15px;
  max-width: 200px;
  text-align: left;
  pointer-events: none;
}

.stats-ring-content .stat-number {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 48px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
  white-space: nowrap;
}

.stats-ring-content .stat-desc {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.3px;
  line-height: 1.4;
  max-width: 168px;
}

.stats-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stats-nav-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.stats-nav-btn:hover {
  background: transparent;
  opacity: 0.85;
}

.stats-nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

/* ══════════════════════════════════════════════════════════════
   9. STEPS
══════════════════════════════════════════════════════════════ */
.steps-section {
  background: white;
  padding: var(--py) var(--px);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.steps-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.step-card {
  border-radius: var(--r24);
  box-shadow: 0 15px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  position: relative;
}
.step-card-inner {
  padding: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.step-card--photo {
  background: linear-gradient(269.01deg, #EDC9B6 0.66%, #DAB3A9 102.39%);
}
.step-card--photo .step-card-inner { color: #1A1A1AE5;
 }
.step-card--photo .step-label,
.step-card--photo .step-title,
.step-card--photo .step-desc { color: #1A1A1AE5; }
.step-card--photo .step-title { color: #1A1A1AE5; }

.step-card--light { background: var(--grad-step2); }
.step-card--warm  { background: var(--grad-step3); }

.step-label {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-90);
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-title {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink-90);
  line-height: 1.5;
}
.step-desc {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-90);
  line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════════
   10. COMPARISON TABLE
══════════════════════════════════════════════════════════════ */
.comparison-section {
  background: white;
  padding: var(--py) var(--px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 100%;
  --ct-exia-extend: 16px;
  --ct-exia-border-width: 2px;
  --ct-exia-bg: #F9EDE5;
  --ct-exia-border-gradient: linear-gradient(180deg, #D98772 0%, #C96E5D 100%);
  --ct-border: 1px;
  --ct-border-color: #f0ddd6;
}
.ct-scroll-wrap {
  width: 100%;
  max-width: 1022px;
  margin-inline: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: calc(36px + var(--ct-exia-extend));
  padding-bottom: var(--ct-exia-extend);
}
.comparison-table {
  width: 100%;
  max-width: 1022px;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  overflow: visible;
}
.comparison-table th,
.comparison-table td {
  padding: 18px 24px;
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
  border-bottom: var(--ct-border) solid var(--ct-border-color);
  vertical-align: middle;
  white-space: nowrap;
}
.comparison-table th {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1a1a1a;
  border-bottom: var(--ct-border) solid var(--ct-border-color);
  height: 64px;
}

/* Column widths */
.ct-feat-col,
.comparison-table th.ct-feat-col,
.comparison-table td:first-child {
  width: 108px;
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  text-align: left;
}
.ct-exia-col  { width: 99px; text-align: center; }
.ct-other-col { width: 87px; text-align: center; }
.ct-trad-col  { width: 104px; text-align: center; }

/* Outer table border */
.comparison-table th.ct-feat-col,
.comparison-table td:first-child {
  border-left: var(--ct-border) solid var(--ct-border-color);
}
.comparison-table thead tr th.ct-feat-col {
  border-top: var(--ct-border) solid var(--ct-border-color);
  border-radius: 16px 0 0 0;
}
.comparison-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
/* column divider between col 3 and col 4 */
.comparison-table th.ct-other-col,
.comparison-table td:nth-child(3) {
  border-right: var(--ct-border) solid var(--ct-border-color);
  text-align: center;
}
.comparison-table thead tr th.ct-other-col {
  border-top: var(--ct-border) solid var(--ct-border-color);
}
.comparison-table th.ct-trad-col,
.comparison-table td:last-child {
  border-right: var(--ct-border) solid var(--ct-border-color);
  text-align: center;
}
.comparison-table thead tr th.ct-trad-col {
  border-top: var(--ct-border) solid var(--ct-border-color);
  border-radius: 0 16px 0 0;
}
.comparison-table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.ct-logo-img {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* Exia featured column */
.ct-exia-col {
  background:
    linear-gradient(var(--ct-exia-bg), var(--ct-exia-bg)) padding-box,
    var(--ct-exia-border-gradient) border-box !important;
  border-left: var(--ct-exia-border-width) solid transparent !important;
  border-right: var(--ct-exia-border-width) solid transparent !important;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.comparison-table thead tr th.ct-exia-col {
  border-top: none;
  border-radius: 0;
  vertical-align: middle;
  padding-top: 22px;
}
.comparison-table tbody tr td.ct-exia-col {
  border-bottom-color: var(--ct-border-color);
}
.comparison-table thead tr th.ct-exia-col::before {
  content: '';
  position: absolute;
  left: calc(-1 * var(--ct-exia-border-width));
  right: calc(-1 * var(--ct-exia-border-width));
  top: calc(-1 * var(--ct-exia-extend));
  height: var(--ct-exia-extend);
  background:
    linear-gradient(var(--ct-exia-bg), var(--ct-exia-bg)) padding-box,
    var(--ct-exia-border-gradient) border-box;
  border: var(--ct-exia-border-width) solid transparent;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}
.comparison-table tbody tr:last-child td.ct-exia-col {
  border-bottom: none;
  border-radius: 0;
  padding-bottom: calc(20px + var(--ct-exia-extend));
  overflow: visible;
}
.comparison-table tbody tr:last-child td.ct-exia-col::after {
  content: '';
  position: absolute;
  left: calc(-1 * var(--ct-exia-border-width));
  right: calc(-1 * var(--ct-exia-border-width));
  bottom: calc(-1 * var(--ct-exia-extend));
  height: var(--ct-exia-extend);
  background:
    linear-gradient(var(--ct-exia-bg), var(--ct-exia-bg)) padding-box,
    var(--ct-exia-border-gradient) border-box;
  border: var(--ct-exia-border-width) solid transparent;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-sizing: border-box;
  pointer-events: none;
}

.ct-exia-badge {
  position: absolute;
  top: calc(-1 * var(--ct-exia-extend));
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  background: var(--ct-exia-border-gradient);
  color: white;
  font-family: var(--inter);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 3;
}
.ct-exia-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Icons */
.icon-check,
.icon-warn,
.icon-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
}
.icon-check,
.icon-no {
  width: 24px;
  height: 24px;
}
.icon-check {
  border-radius: 50%;
  background: var(--grad-check);
}
.icon-check::after {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg) translateY(-1px);
  border-radius: 0 0 1px 0;
}
.icon-warn {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-image: url('assets/warning_icon.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-warn::before { content: none; }
.icon-no {
  width: 24px;
  height: 24px;
  background: none;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #EF4444;
  border-radius: 0;
}
.icon-no::before { content: '✕'; }

.comparison-table td:not(:first-child):not(.ct-exia-col) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ct-price-row td {
  padding: 20px 16px;
  white-space: nowrap;
}
.ct-price-row td:not(.ct-exia-col) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ct-price-row td:first-child {
  padding-left: 16px;
  padding-right: 16px;
  white-space: normal;
}
.comparison-table td.ct-price-exia {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #1a1a1a;
  text-align: center;
}
.comparison-table td.ct-price-other {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1a1a1a;
  text-align: center;
}
.comparison-table td.ct-price-label {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.comparison-table td:first-child { white-space: normal; }

/* ══════════════════════════════════════════════════════════════
   11. PRODUCTS
══════════════════════════════════════════════════════════════ */
.products-section {
  padding: var(--py) var(--px);
}
.products-layout {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.products-intro {
  flex: 0 0 auto;
  width: 280px;
  padding-top: 12px;
}
.products-h2 {
  font-size: 48px;
  text-transform: none;
}
.products-carousel-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.products-track-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.products-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.products-grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.products-grid::-webkit-scrollbar {
  display: none;
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 12px;
  border: 1px solid var(--peach);
  border-radius: 12px;
  width: 232px;
  flex-shrink: 0;
  background: #fff;
  transition: box-shadow 0.2s;
}
.product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }

.product-img {
  width: 100%;
  height: auto;
  aspect-ratio: 208 / 230;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px 4px;
  flex: 1;
}
.product-name {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
}
.product-price {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-90);
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-top: 4px;
}
.product-link {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-top: auto;
}
.products-nav {
  justify-content: center;
}

.products-nav.is-hidden {
  display: none;
}

.products-grid.is-fits-all {
  overflow-x: hidden;
  cursor: default;
}

/* ══════════════════════════════════════════════════════════════
   12. REVIEWS / TESTIMONIALS
══════════════════════════════════════════════════════════════ */
.reviews-section {
  background: var(--grad-reviews);
  border: 1px solid var(--peach);
  padding: var(--py) var(--px);
  max-width: 100%;
  overflow-x: clip;
  --review-gap: 16px;
  --review-visible: 4;
}

.reviews-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  --review-card-size: calc((100% - 3 * var(--review-gap)) / 3.15);
}

.reviews-header {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.reviews-header > div:first-child {
  flex: 1;
  min-width: 0;
}
.reviews-header .reviews-nav {
  flex-shrink: 0;
}
.reviews-header .eyebrow { color: var(--ink); }

.carousel-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.carousel-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
.carousel-btn:hover {
  background: transparent;
  opacity: 0.85;
}
.carousel-arrow-icon {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.carousel-btn--prev .carousel-arrow-icon,
.stats-nav-btn--prev .carousel-arrow-icon {
  transform: scaleX(-1);
}

.reviews-carousel {
  display: flex;
  gap: var(--review-gap);
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}
.reviews-carousel::-webkit-scrollbar {
  display: none;
}
.reviews-carousel.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.review-thumb {
  flex: 0 0 calc(
    (100% - (var(--review-visible) - 1) * var(--review-gap)) / var(--review-visible)
  );
  aspect-ratio: 372 / 580;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.review-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  background: #000;
}
/* Suppress ALL browser-native video overlay/controls */
.review-video::-webkit-media-controls,
.review-video::-webkit-media-controls-enclosure,
.review-video::-webkit-media-controls-panel,
.review-video::-webkit-media-controls-overlay-play-button,
.review-video::-webkit-media-controls-start-playback-button,
.review-video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-appearance: none;
}

/* Custom play button */
.review-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 60px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(206, 117, 99, 0.88)
    url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.5L18 11L7 17.5V4.5Z' fill='white'/%3E%3C/svg%3E")
    center / 22px no-repeat;
  transition: opacity 0.2s, background-color 0.2s;
}
.review-thumb:hover .review-play-btn {
  background-color: rgba(206, 117, 99, 1);
}
.review-thumb.is-playing .review-play-btn {
  opacity: 0;
  pointer-events: none;
}

/* Progress bar */
.review-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.45);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.review-thumb.is-playing .review-progress,
.review-thumb.is-paused .review-progress {
  opacity: 1;
}
.review-progress-fill {
  height: 100%;
  width: 0%;
  min-width: 0;
  background: #CE7563;
  border-radius: 0 2px 2px 0;
}
.review-badge {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background: #7B5EA7;
  color: #fff;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 18px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
}

/* ══════════════════════════════════════════════════════════════
   13. ARTICLES / ASK THE EXPERT
══════════════════════════════════════════════════════════════ */
.articles-section {
  padding: var(--py) var(--px);
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.articles-section .section-h2 {
  text-transform: none;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 1368px;
}
.article-card {
  background: #fff;
  border: 1px solid #e8e0da;
  border-radius: var(--r24);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(74, 60, 54, 0.06);
  display: flex;
  flex-direction: column;
}
.article-img {
  width: 100%;
  aspect-ratio: 664 / 280;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.article-body {
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
.article-title {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
}
.article-desc {
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-90);
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.article-body .article-btn {
  margin-top: 8px;
}
.article-body .btn-outline-dark {
  background: transparent;
  box-shadow: none;
}
.article-body .btn-outline-dark:hover {
  background: #f8f4f0;
}

/* ══════════════════════════════════════════════════════════════
   14. FAQ
══════════════════════════════════════════════════════════════ */
.faq-section {
  padding: var(--py) var(--px);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 32px;
  row-gap: 48px;
  background: #faf9f6;
}
.faq-section .section-h2 {
  text-transform: none;
  font-size: 48px;
}
.faq-section .eyebrow {
  letter-spacing: 0;
  margin-bottom: 8px;
}
.faq-top-row {
  grid-column: 1;
  grid-row: 1;
}
.faq-more-wrap {
  grid-column: 2;
  grid-row: 1;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4px;
}
.faq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 24px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  background: transparent;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  white-space: nowrap;
  transition: background 0.2s;
}
.faq-more-btn:hover {
  background: rgba(255, 255, 255, 0.65);
}
.faq-more-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ink);
}

.faq-list {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #edd9cc;
}
.faq-item {
  border-bottom: 1px solid #edd9cc;
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.faq-qtext {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
.faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.faq-icon svg {
  transition: transform 0.3s ease;
}
.faq-item.open .faq-icon svg {
  transform: rotate(45deg);
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease;
}
.faq-item.open .faq-a {
  grid-template-rows: 1fr;
}
.faq-a-inner {
  min-height: 0;
  overflow: hidden;
}
.faq-a-inner > p {
  margin: 0;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-90);
  line-height: 1.6;
  padding: 0 0 24px;
  max-width: 920px;
}

/* ══════════════════════════════════════════════════════════════
   15. PRE-FOOTER CTA
══════════════════════════════════════════════════════════════ */
.prefooter-cta {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #1a0e0a;
}
.prefooter-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% top;
  display: block;
}
.prefooter-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 5, 2, 0.58) 0%,
    rgba(10, 5, 2, 0.35) 45%,
    rgba(10, 5, 2, 0.05) 100%
  );
}
.prefooter-content {
  position: relative;
  z-index: 1;
  padding: 60px var(--px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 620px;
}
.prefooter-h2 {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  color: #fdfdfd;
  line-height: 1.2;
  text-transform: capitalize;
}
.prefooter-accent { color: #d98772; }
.prefooter-body {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 20px;
  font-weight: 400;
  color: #fdfdfd;
  line-height: 1.5;
  max-width: 508px;
}

/* ══════════════════════════════════════════════════════════════
   16. FOOTER
══════════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--bg);
  border-top: 1px solid #e8e4df;
  --footer-col-gap: 260px;
}
.footer-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--footer-col-gap);
  padding: 56px var(--px) 36px;
}
.footer-logo-col {
  flex-shrink: 0;
}
.footer-logo-img {
  height: 51px;
  width: auto;
  display: block;
}
.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}
.footer-col-label {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 12px;
  font-weight: 400;
  color: var(--footer-label);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.4;
}
.footer-nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav-col a {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 15px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.5;
  transition: color 0.2s;
}
.footer-nav-col a:hover { color: var(--coral); }

.footer-legit {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.legit-seal {
  flex-shrink: 0;
  line-height: 0;
  width: 107px;
}
.legit-seal a {
  display: block;
  line-height: 0;
}
.legit-seal img {
  display: block;
  width: 107px;
  max-width: 107px;
  height: auto;
}
.legit-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legit-title {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}
.legit-sub {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 13px;
  font-weight: 400;
  color: #6e645c;
  line-height: 1.55;
  max-width: 240px;
}

.footer-bottom {
  padding: 24px var(--px) 40px;
  border-top: 1px solid #e8e4df;
}
.footer-bottom p {
  font-family: var(--fraunces);
  font-variation-settings: var(--fvs);
  font-size: 14px;
  font-weight: 400;
  color: #6e645c;
  line-height: 1.5;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .products-layout {
    flex-direction: column;
    gap: 32px;
  }

  .products-intro {
    width: 100%;
    padding-top: 0;
  }

  .products-carousel-wrap {
    width: 100%;
    align-items: center;
  }

  .stats-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: clamp(40px, 4.5vw, 64px) clamp(24px, 6.9vw, 100px);
  }

  .stats-left {
    width: 100%;
  }

  .stats-right {
    width: 100%;
    justify-content: center;
  }

  .stats-visual {
    width: 100%;
    align-items: center;
  }

  .stats-carousel-viewport {
    margin: 0 auto;
  }

  .features-section { flex-direction: column; gap: 40px; }
  .features-img { width: 100%; max-width: 480px; aspect-ratio: 427 / 639; margin: 0 auto; }

  .articles-grid { gap: 24px; }
}

@media (max-width: 900px) {
  .navbar {
    height: 72px;
    padding: 16px var(--px);
  }

  .mobile-menu {
    width: min(320px, 88vw);
    --mm-inset: 32px;
    --mm-close-top: 24px;
    --mm-close-nav-gap: 80px;
  }

  .mm-close {
    right: 24px;
  }

  .logo-img {
    height: 36px;
  }

  .btn-nav-cta {
    padding: 12px 20px;
    font-size: 14px;
  }

  .hero {
    flex-direction: column;
    align-items: stretch;
    padding: 24px var(--px) 48px;
    gap: 32px;
  }

  .hero-content {
    flex: none;
    max-width: 100%;
    width: 100%;
    gap: 12px;
  }

  .hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-img {
    width: 100%;
    max-width: 420px;
    height: auto;
    max-height: none;
    aspect-ratio: 500 / 576;
  }

  .partners-bar {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 10px var(--px);
  }

  .partners-label {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .partners-marquee-wrap {
    width: 100%;
    overflow: visible;
  }

  .announce-bar {
    height: 40px;
    overflow: hidden;
  }

  .announce-bar .marquee-inner {
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    animation: bar-marquee 28s linear infinite;
    will-change: transform;
  }

  .partners-marquee-inner {
    width: 100%;
    animation: none;
    justify-content: center;
  }

  .partners-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 36px;
    width: 100%;
    max-width: 360px;
    padding-right: 0;
    justify-items: center;
  }

  .announce-bar .marquee-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .announce-bar .marquee-group[aria-hidden="true"] {
    display: flex;
  }

  @media (prefers-reduced-motion: reduce) {
    .announce-bar .marquee-inner {
      animation: none;
    }
  }

  .mid-callouts {
    padding: 32px var(--px);
  }

  .mid-callouts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mid-callout {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 16px;
    min-height: 0;
  }

  .mid-callout-text {
    font-size: 14px;
  }

  .medical-team .section-header {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .medical-team .center-body {
    text-align: left;
  }

  .section-body.center-body {
    max-width: 100%;
  }

  .video-block {
    width: 100%;
  }

  .video-placeholder-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .features-section {
    align-items: stretch;
  }

  .features-image-col {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .features-content-col {
    width: 100%;
  }

  .stats-inner {
    padding: 40px 24px;
  }

  .stats-h2 {
    font-size: clamp(28px, 7vw, 40px);
    max-width: none;
  }

  .steps-header {
    width: 100%;
    padding-left: 20px;
    align-items: flex-start;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .comparison-section {
    align-items: stretch;
    gap: 32px;
    --ct-exia-extend: 10px;
  }

  .comparison-section .section-h2 {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }

  .ct-scroll-wrap {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    overflow-x: clip;
    padding-top: calc(28px + var(--ct-exia-extend));
    padding-bottom: var(--ct-exia-extend);
  }

  .comparison-table {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 10px 6px;
    font-size: 11px;
    line-height: 1.35;
    white-space: normal;
  }

  .comparison-table th {
    font-size: 11px;
    line-height: 1.3;
    height: auto;
    min-height: 52px;
    vertical-align: middle;
  }

  .ct-feat-col,
  .comparison-table th.ct-feat-col,
  .comparison-table td:first-child {
    width: 27%;
    max-width: none;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
  }

  .ct-exia-col  { width: 24.8%; }
  .ct-other-col { width: 21.8%; }
  .ct-trad-col  { width: 26.0%; }

  .ct-logo-img {
    height: 22px;
  }

  .comparison-table thead tr th.ct-exia-col {
    padding-top: 14px;
  }

  .comparison-table thead tr th.ct-exia-col::before {
    left: calc(-1 * var(--ct-exia-border-width));
    right: calc(-1 * var(--ct-exia-border-width));
    border-radius: 10px 10px 0 0;
  }

  .comparison-table tbody tr:last-child td.ct-exia-col {
    padding-bottom: calc(10px + var(--ct-exia-extend));
  }

  .comparison-table tbody tr:last-child td.ct-exia-col::after {
    left: calc(-1 * var(--ct-exia-border-width));
    right: calc(-1 * var(--ct-exia-border-width));
    border-radius: 0 0 10px 10px;
  }

  .comparison-table thead tr th.ct-feat-col {
    border-radius: 12px 0 0 0;
  }

  .comparison-table thead tr th.ct-trad-col {
    border-radius: 0 12px 0 0;
  }

  .comparison-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
  }

  .comparison-table tbody tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
  }

  .ct-exia-badge {
    font-size: 7px;
    padding: 4px 8px;
    letter-spacing: 0.06em;
    border-radius: 100px;
  }

  .icon-check,
  .icon-no {
    width: 20px;
    height: 20px;
  }

  .icon-warn {
    width: 18px;
    height: 18px;
  }

  .icon-check::after {
    width: 9px;
    height: 6px;
    border-width: 2px;
  }

  .icon-warn::before { content: none; }

  .icon-no::before {
    font-size: 15px;
  }

  .ct-price-row td {
    padding: 10px 6px;
  }

  .ct-price-row td:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .comparison-table td.ct-price-exia {
    font-size: 13px;
    line-height: 1.3;
  }

  .comparison-table td.ct-price-other {
    font-size: 10px;
    line-height: 1.3;
  }

  .comparison-table td.ct-price-label {
    font-size: 14px;
    line-height: 1.3;
  }

  .products-layout {
    align-items: stretch;
  }

  .products-intro {
    text-align: left;
  }

  .products-track-outer,
  .products-grid {
    width: 100%;
  }

  .products-nav {
    justify-content: center;
    width: 100%;
  }

  .reviews-section {
    --review-visible: 1.15;
  }
  .reviews-header .carousel-nav {
    display: none;
  }

  .reviews-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }

  .reviews-carousel {
    width: 100%;
  }

  .articles-section {
    align-items: stretch;
    width: 100%;
    gap: 24px;

  }

  .articles-section .section-header {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .articles-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .faq-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .faq-top-row {
    width: 100%;
  }

  .faq-section .section-h2 {
    font-size: 29px;
  }

  .faq-list {
    width: 100%;
  }

  .faq-more-wrap {
    grid-column: auto;
    grid-row: auto;
    padding-bottom: 0;
    width: 100%;
    justify-content: center;
  }

  .faq-qtext {
    font-size: 24px;
  }

  .prefooter-cta {
    min-height: 420px;
    align-items: flex-end;
  }

  .prefooter-content {
    max-width: 100%;
    width: 100%;
    padding: 40px var(--px);
  }

  .footer-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(20px, 6vw, 40px);
    row-gap: 40px;
    align-items: start;
    padding: 56px var(--px) 32px;
  }

  .footer-logo-col {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-logo-img {
    height: 40px;
  }

  .footer-nav-col {
    gap: 16px;
    min-width: 0;
  }

  .footer-nav-col:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-nav-col:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .footer-nav-col ul {
    gap: 12px;
  }

  .footer-nav-col a {
    font-size: 14px;
  }

  .footer-col-label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .footer-legit {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
  }

  .legit-seal {
    width: 72px;
    flex-shrink: 0;
  }

  .legit-seal a,
  .legit-seal img {
    width: 72px;
    max-width: 72px;
    height: auto;
  }

  .legit-text {
    flex: 1;
    min-width: 0;
  }

  .legit-title {
    white-space: normal;
  }

  .legit-sub {
    max-width: none;
  }

  .footer-bottom {
    padding: 24px var(--px) 40px;
  }

  .footer-bottom p {
    text-align: center;
  }
}

@media (max-width: 600px) {
  :root {
    --px: 20px;
    --py: 40px;
  }

  .feature-item + .feature-item {
    border-top: 1px solid #D98772;
    padding-top: 36px;
  }

  .features-section {
    padding: var(--py) 20px var(--px) var(--px);
  }

  .comparison-section {
    --ct-exia-extend: 8px;
  }

  .step-card-inner {
  padding: 30px 40px;
  gap: 8px;

}

  .hero-social-proof {
    flex-wrap: wrap;
  }

  .hero-social-proof span {
    font-size: 13px;
    white-space: normal;
  }

  .hero-h1 {
    font-size: 36px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-cta-group {
    width: 100%;
    align-items: stretch;
  }

  .hero-cta-group .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .trust-pills {
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .article-btn {
    width: 100%;
    justify-content: center;
  }

  .section-h2 {
    font-size: 29px;
  }

  .feature-title {
  font-size: 18px;
  }

  .stats-h2 {
    font-size: 29px;
  }

  .stats-ring-content {
    padding: 0 16% 8% 0;
  }

  .stats-ring-content--alt {
    padding: 0 18% 0 0;
  }

  .stats-ring-content .stat-number {
    font-size: clamp(32px, 10vw, 48px);
  }

  .stats-ring-content .stat-desc {
    font-size: 13px;
    max-width: 46%;
  }

  .stat-footnote {
    font-size: 7px;
    max-width: 58%;
  }

  .products-section .section-h2,
  .products-h2 {
    font-size: 28px;
  }

  .product-card {
    width: min(200px, 78vw);
  }

  .article-body {
    padding: 28px 24px 32px;
  }

  .faq-more-btn {
    width: 100%;
    justify-content: center;
  }

  .prefooter-h2 {
    font-size: 36px;
  }

  .prefooter-body {
    font-size: 16px;
  }

  .prefooter-content .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 8px 4px;
    font-size: 12px;
  }

  .comparison-table th {
    font-size: 12px;
    min-height: 48px;
  }

  .ct-logo-img {
    height: 18px;
  }

  .ct-exia-badge {
    font-size: 9px;
    padding: 3px 6px;
  }

  .icon-check,
  .icon-no {
    width: 24px;
    height: 24px;
  }

  .icon-warn {
    width: 24px;
    height: 24px;
  }

  .icon-check::after {
    width: 12px;
    height: 6px;
  }

  .icon-no {
    font-size: 24px;
  }

  .comparison-table td.ct-price-exia {
    font-size: 14px;
  }

  .comparison-table td.ct-price-other {
    font-size: 12px;
  }
}

@media (min-width: 1441px) {
  .products-layout {
    width: fit-content;
    max-width: calc(100% - 2 * var(--px));
    margin-inline: auto;
  }

  .products-carousel-wrap {
    flex: 0 1 auto;
  }
}
