:root {
  --black: #0b0b0b;
  --oxblood: #a52a21;
  --gold: #b78a42;
  --cta-green: #00a86b;
  --cta-green-dark: #087a52;
  --trustpilot-green: #00b67a;
  --white: #ffffff;
  --silver: #c1c0c0;
  --ink: #171717;
  --line-dark: rgba(255, 255, 255, .15);
  --line-light: rgba(11, 11, 11, .13);
  --radius: 20px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-bottom: 108px;
  background: var(--black);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: var(--white); color: var(--black); padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.promo-strip {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--oxblood);
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
}
.promo-strip i { color: var(--gold); font-style: normal; }
.promo-cta { color: var(--white); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.promo-cta:visited { color: var(--white); }
.promo-cta:hover { color: #fff4d8; }
.promo-cta:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(11, 11, 11, .92);
  backdrop-filter: blur(14px);
}
.brand-link { display: inline-flex; align-items: center; width: 166px; height: 54px; }
.header-brand-logo { width: 116px; height: 54px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.brand-mask {
  display: block;
  width: 158px;
  height: 46px;
  background: var(--gold);
  -webkit-mask: url('./assets/telomeds-logo-tight.png') center / contain no-repeat;
  mask: url('./assets/telomeds-logo-tight.png') center / contain no-repeat;
}
.header-cta, .primary-cta, .band-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--cta-green);
  background: var(--cta-green);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.header-cta { min-height: 44px; padding: 0 22px; }
.header-cta:visited, .primary-cta:visited, .band-cta:visited { color: var(--white); }
.header-cta:hover, .primary-cta:hover, .band-cta:hover { transform: translateY(-2px); background: var(--cta-green-dark); border-color: var(--cta-green-dark); color: var(--white); }
.header-cta:active, .primary-cta:active, .band-cta:active { transform: translateY(0); background: #06623f; border-color: #06623f; color: var(--white); }
.header-cta:focus-visible, .primary-cta:focus-visible, .band-cta:focus-visible, summary:focus-visible, .footer-links a:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

.section-dark { background: var(--black); }
.section-light { background: var(--white); color: var(--ink); }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line-dark); }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 42%, rgba(165, 42, 33, .34), transparent 34%),
    linear-gradient(120deg, rgba(183, 138, 66, .07), transparent 42%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, .94fr);
  gap: 52px;
  min-height: 900px;
  padding-block: 72px 66px;
}
.hero-product { position: relative; display: grid; place-items: center; min-height: 720px; }
.product-glow {
  position: absolute;
  width: 75%;
  aspect-ratio: 1;
  border: 1px solid rgba(183, 138, 66, .42);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(165, 42, 33, .3), 0 0 100px rgba(165, 42, 33, .14);
}
.product-glow::before, .product-glow::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(183, 138, 66, .22); border-radius: 50%; }
.product-glow::after { inset: 20%; }
.hero-product-stage { position: relative; z-index: 2; width: min(62%, 390px); }
.hero-product-image { position: relative; z-index: 2; width: 100%; filter: drop-shadow(0 32px 42px rgba(0,0,0,.68)); }
.hero-tablet-image { position: absolute; z-index: 3; right: -20%; bottom: 3%; width: 40%; transform: rotate(5deg); filter: drop-shadow(0 20px 20px rgba(0,0,0,.55)); }
.product-chip {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  min-width: 148px;
  padding: 13px 16px;
  border: 1px solid var(--gold);
  background: rgba(11, 11, 11, .9);
  box-shadow: 0 8px 0 rgba(165, 42, 33, .82);
  backdrop-filter: blur(10px);
}
.product-chip strong { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--gold); }
.product-chip span { font-size: 12px; color: var(--silver); }
.chip-one { left: 1%; top: 25%; }
.chip-two { right: 1%; top: 32%; bottom: auto; }

.hero-copy { align-self: center; padding-block: 10px; }
.eyebrow-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.outline-pill, .soft-pill {
  padding: 7px 11px;
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}
.outline-pill { border: 1px solid var(--gold); color: var(--gold); }
.soft-pill { background: rgba(255,255,255,.09); color: var(--white); }
h1, h2, .section-title { margin: 0; font-family: Fraunces, Georgia, serif; letter-spacing: -.04em; }
h1 { max-width: 720px; font-size: clamp(60px, 6.2vw, 100px); line-height: .9; }
h1 em, .section-title em, .final-cta-section em { color: var(--gold); font-style: normal; }
.hero-sub { max-width: 640px; margin: 24px 0 0; color: var(--silver); font-size: 18px; line-height: 1.58; }
.rating-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 24px; font-size: 13px; color: var(--silver); }
.rating-row strong { color: var(--white); }
.stars { color: var(--gold); letter-spacing: 2px; }
.trustpilot-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; color: #e9e9e9; font-size: 14px; }
.trustpilot-row strong { color: var(--white); font-weight: 900; }
.trustpilot-stars { display: inline-flex; gap: 2px; }
.trustpilot-stars i { width: 22px; height: 22px; display: grid; place-items: center; background: var(--trustpilot-green); color: var(--white); font-size: 15px; font-style: normal; line-height: 1; }
.trustpilot-stars i.partial { background: linear-gradient(90deg, var(--trustpilot-green) 67%, #d8d8d8 67%); }
.trustpilot-brand { display: inline-flex; align-items: center; gap: 4px; color: var(--white); font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.trustpilot-brand b { color: var(--trustpilot-green); font-size: 18px; line-height: 1; }
.price-block { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line-dark); }
.micro-label, .kicker, .feature-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.micro-label { color: var(--gold); }
.price-line { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; }
.price { font-family: Fraunces, Georgia, serif; font-size: 70px; font-weight: 800; letter-spacing: -.05em; }
.per { font-size: 15px; color: var(--silver); }
.old-price { color: #9a9a9a; font-size: 18px; font-weight: 700; text-decoration-thickness: 2px; }
.price-block p { margin: 0; color: var(--silver); font-size: 13px; }
.offer-callout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 8px 11px;
  border: 1px solid rgba(183, 138, 66, .65);
  background: rgba(183, 138, 66, .1);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.offer-callout span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.offer-callout strong { color: var(--white); font-size: 12px; letter-spacing: .04em; }
.hero-benefits { max-width: 620px; margin: 26px 0 28px; padding: 0; display: grid; grid-template-columns: 1fr; gap: 13px; list-style: none; }
.hero-benefits li { position: relative; padding-left: 28px; color: #e9e9e9; font-size: 14px; line-height: 1.35; }
.hero-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cta-green);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}
.primary-cta { width: 100%; min-height: 56px; padding: 0 28px; background: var(--cta-green); color: var(--white); border-color: var(--cta-green); }
.primary-cta.compact { width: auto; min-width: 240px; }
.cta-note { margin: 12px 0 0; color: var(--silver); font-size: 11px; text-align: center; }

.lifestyle-band { position: relative; min-height: 470px; display: flex; align-items: center; background: url('./assets/sexual-health-couple.jpg') center 43% / cover no-repeat; }
.lifestyle-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,11,11,.96) 0%, rgba(11,11,11,.74) 44%, rgba(11,11,11,.18) 75%, rgba(11,11,11,.38) 100%); }
.lifestyle-content { position: relative; z-index: 1; padding-block: 74px; }
.kicker { margin: 0 0 22px; color: var(--gold); }
.lifestyle-content h2 { max-width: 650px; font-size: clamp(46px, 5.4vw, 82px); line-height: .94; }
.lifestyle-content > p:not(.kicker) { max-width: 520px; color: #d2d2d2; font-size: 17px; line-height: 1.6; }
.lifestyle-content .band-note { margin-top: 13px; color: #a8a8a8; font-size: 10px; line-height: 1.45; }
.band-cta { min-height: 52px; padding: 0 26px; margin-top: 18px; }

.why-section, .reviews-section, .how-section, .faq-section { padding-block: 112px; }
.dark-kicker { color: var(--oxblood); }
.section-title { max-width: 840px; font-size: clamp(48px, 5vw, 76px); line-height: .98; }
.section-title em { color: var(--oxblood); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.feature-card { min-height: 250px; padding: 34px 28px 34px 0; }
.feature-card + .feature-card { padding-left: 28px; border-left: 1px solid var(--line-light); }
.feature-icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--black); font-size: 20px; font-weight: 900; }
.feature-label { margin: 27px 0 10px; color: var(--oxblood); }
.feature-card h3 { margin: 0; font-size: 21px; line-height: 1.32; letter-spacing: -.03em; }
.medical-disclosure { margin: 26px 0 0; color: #6f6f6f; font-size: 12px; line-height: 1.55; }

.formula-section { padding-block: 112px; background: #f3f3f3; color: var(--ink); }
.formula-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; margin-top: 60px; }
.formula-product-wrap { position: relative; min-height: 620px; display: grid; place-items: center; }
.formula-product-wrap .formula-bottle { position: relative; z-index: 2; width: min(56%, 340px); filter: drop-shadow(0 34px 36px rgba(0,0,0,.24)); }
.formula-product-wrap .formula-tablet { position: absolute; z-index: 3; right: 12%; bottom: 9%; width: min(25%, 150px); transform: rotate(5deg); filter: drop-shadow(0 20px 20px rgba(0,0,0,.2)); }
.formula-ring { position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(165,42,33,.16), rgba(183,138,66,.1) 45%, transparent 70%); border: 1px solid rgba(165,42,33,.16); }
.ingredient { display: grid; grid-template-columns: 46px 1fr; gap: 22px; align-items: start; padding: 30px 0; border-top: 1px solid var(--line-light); }
.ingredient:last-child { border-bottom: 1px solid var(--line-light); }
.plus { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--black); font-size: 22px; font-weight: 900; }
.ingredient h3 { margin: 3px 0 8px; font-size: 31px; letter-spacing: -.03em; }
.ingredient p { margin: 0; color: #555; font-size: 16px; line-height: 1.5; }

.reviews-heading-row { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.reviews-heading-row > p { max-width: 380px; color: #666; line-height: 1.55; }
.rating-dark { color: #555; }
.rating-dark strong { color: var(--ink); }
.trustpilot-dark { color: #333; }
.trustpilot-dark strong, .trustpilot-dark .trustpilot-brand { color: var(--ink); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.review-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line-light); background: #f5f5f5; }
.review-stars { color: var(--gold); letter-spacing: 2px; }
.review-card h3 { margin: 26px 0 20px; font-size: 24px; line-height: 1.05; }
.review-card blockquote { margin: 0; color: #333; font-family: Fraunces, Georgia, serif; font-size: 20px; line-height: 1.45; }
.review-card p { margin: auto 0 0; padding-top: 28px; color: #666; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.how-section { border-top: 1px solid var(--line-light); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.step { min-height: 285px; padding: 34px 28px 34px 0; }
.step + .step { padding-left: 28px; border-left: 1px solid var(--line-light); }
.step > span { display: block; color: var(--oxblood); font-family: Fraunces, Georgia, serif; font-size: 64px; font-weight: 800; line-height: 1; }
.step h3 { margin: 24px 0 12px; font-size: 19px; letter-spacing: -.025em; }
.step p { margin: 0; color: #555; font-size: 14px; line-height: 1.6; }
.center-cta { display: flex; justify-content: center; margin-top: 44px; }
.center-note { margin: 13px 0 0; color: #777; font-size: 11px; text-align: center; }

.faq-section { border-top: 1px solid var(--line-light); }
.faq-shell { width: min(860px, calc(100% - 48px)); margin-inline: auto; }
.faq-shell h2 { margin: 0 0 44px; color: var(--ink); font-size: clamp(40px, 4vw, 58px); }
details { border-top: 1px solid var(--line-light); }
details:last-child { border-bottom: 1px solid var(--line-light); }
summary { position: relative; padding: 25px 46px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--oxblood); font-family: Fraunces, serif; font-size: 28px; }
details[open] summary::after { content: "−"; }
details p { margin: -8px 0 26px; padding-right: 70px; color: #555; font-size: 15px; line-height: 1.65; }

.final-cta-section { padding-block: 100px; background: var(--oxblood); }
.final-cta-inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }
.final-cta-section .kicker { color: var(--gold); }
.final-cta-section h2 { font-size: clamp(56px, 6vw, 92px); line-height: .9; }
.final-cta-section em { color: var(--gold); font-style: normal; }
.final-cta-inner > div:last-child > p { margin: 0 0 26px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.6; }
.final-cta-inner > div:last-child > .final-note { margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 11px; text-align: center; }
.final-cta-section .primary-cta { background: var(--cta-green); border-color: var(--cta-green); color: var(--white); }

.site-footer { padding-top: 72px; overflow: hidden; background: #26333c; border-top: 1px solid rgba(251,249,244,.1); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr auto; gap: 46px; align-items: start; }
.footer-brand-mark { display: block; width: 150px; height: 48px; background: #fbf9f4; -webkit-mask: url('./assets/telomeds-logo-tight.png') left center / contain no-repeat; mask: url('./assets/telomeds-logo-tight.png') left center / contain no-repeat; }
.footer-brand p { max-width: 330px; color: var(--silver); line-height: 1.6; }
.footer-links { display: grid; gap: 14px; }
.footer-links a { color: var(--white); text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: var(--gold); }
.footer-contact { display: grid; gap: 10px; color: var(--silver); font-size: 13px; line-height: 1.5; }
.footer-contact h3 { margin: 0 0 4px; color: var(--gold); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .13em; }
.footer-contact a { color: var(--white); text-decoration: none; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact address { color: var(--silver); font-style: normal; }
.footer-contact p { margin: 0; color: #a8a8a8; }
.footer-badges { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.footer-badges > img { width: 56px; height: 56px; object-fit: contain; }
.legitscript-link { display: inline-flex; flex: 0 0 auto; border-radius: 10px; }
.legitscript-link:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }
.legitscript-badge { width: auto; height: 62px; object-fit: contain; }
.footer-legal { margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line-dark); color: #888; font-size: 10px; line-height: 1.55; }
.footer-legal p { max-width: 1040px; }
.footer-legal strong { color: #aaa; }
.footer-wordmark-wrap { width: 100%; margin-top: 40px; display: flex; justify-content: center; overflow: hidden; }
.footer-wordmark { display: block; width: 92%; aspect-ratio: 1200 / 505; background: rgba(239,231,228,.13); -webkit-mask: url('./assets/telo-wordmark.png') center / contain no-repeat; mask: url('./assets/telo-wordmark.png') center / contain no-repeat; }
.sticky-qualify-bar {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 300;
  width: min(820px, calc(100% - 32px));
  min-height: 78px;
  padding: 7px 9px 7px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: rgba(255,255,255,.98);
  color: var(--black);
  box-shadow: 0 12px 44px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}
.sticky-product { position: relative; flex: 0 0 72px; width: 72px; height: 62px; overflow: visible; }
.sticky-bottle { position: absolute; left: 6px; bottom: -1px; width: 28px; height: 59px; object-fit: contain; filter: drop-shadow(0 5px 6px rgba(0,0,0,.28)); }
.sticky-tablet { position: absolute; right: 4px; bottom: 5px; width: 34px; transform: rotate(7deg); filter: drop-shadow(0 4px 5px rgba(0,0,0,.24)); }
.sticky-copy { min-width: 0; display: grid; gap: 3px; margin-right: auto; }
.sticky-copy strong { font-family: Inter, sans-serif; font-size: 21px; font-weight: 900; letter-spacing: -.03em; white-space: nowrap; }
.sticky-copy span { font-family: "JetBrains Mono", monospace; font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.sticky-cta {
  min-width: 220px;
  min-height: 58px;
  padding-inline: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--cta-green);
  border-radius: 999px;
  background: var(--cta-green);
  color: var(--white);
  text-decoration: none;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  transition: background-color .18s ease, transform .18s ease;
}
.sticky-cta:visited { color: var(--white); }
.sticky-cta:hover { background: var(--cta-green-dark); border-color: var(--cta-green-dark); color: var(--white); transform: translateY(-1px); }
.sticky-cta:active { background: #06623f; border-color: #06623f; color: var(--white); transform: translateY(0); }
.sticky-cta:focus-visible { outline: 3px solid var(--black); outline-offset: 2px; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 20px; min-height: 0; padding-block: 52px 64px; }
  .hero-product { min-height: 560px; order: 1; }
  .hero-copy { order: 2; }
  .hero-product-stage { width: min(46%, 330px); }
  .chip-one { left: 8%; }
  .chip-two { right: 8%; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:nth-child(3), .step:nth-child(3) { border-left: none; }
  .feature-card:nth-child(n+3), .step:nth-child(n+3) { border-top: 1px solid var(--line-light); }
  .formula-grid { gap: 34px; }
  .formula-product-wrap { min-height: 520px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-badges { grid-column: 1 / -1; }
  .footer-badges { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .shell, .faq-shell { width: min(100% - 32px, var(--shell)); }
  .promo-strip { height: 38px; gap: 6px; font-size: 8px; letter-spacing: .09em; }
  .site-header { height: 66px; padding-inline: 16px; }
  .brand-link { width: 116px; height: 40px; }
  .header-brand-logo { width: 86px; height: 42px; }
  .header-cta { min-height: 38px; padding-inline: 13px; font-size: 9px; gap: 7px; }
  .hero-inner { padding: 8px 0 42px; gap: 0; }
  .hero-copy { display: contents; }
  .hero-product { order: 1; min-height: 188px; margin: 0; }
  .eyebrow-row { display: none; }
  .hero-copy h1 { order: 2; max-width: 350px; margin-inline: auto; text-align: center; }
  .rating-row, .trustpilot-row { order: 3; justify-content: center; margin-top: 8px; }
  .price-block { order: 4; margin-top: 9px; padding-top: 8px; text-align: center; }
  .hero-copy > .primary-cta { order: 5; min-height: 50px; margin-top: 9px; }
  .cta-note { order: 6; margin-top: 6px; }
  .hero-sub { order: 7; max-width: 340px; margin: 15px auto 0; text-align: center; }
  .hero-benefits { order: 8; grid-template-columns: 1fr; margin: 22px 0 26px; }
  .hero-product-stage { width: min(25%, 95px); }
  .hero-tablet-image { right: -34%; bottom: 2%; width: 50%; }
  .product-glow { width: 62%; }
  .product-chip { min-width: 98px; padding: 7px 8px; box-shadow: 0 4px 0 rgba(165,42,33,.82); }
  .product-chip strong { font-size: 9px; }
  .product-chip span { font-size: 8px; }
  .chip-one { left: 0; top: 22%; }
  .chip-two { right: 0; top: 22%; bottom: auto; }
  h1 { font-size: 34px; line-height: .92; }
  .hero-sub { font-size: 13px; line-height: 1.4; }
  .rating-row, .trustpilot-row { gap: 5px; font-size: 9px; }
  .trustpilot-stars { gap: 1px; }
  .trustpilot-stars i { width: 14px; height: 14px; font-size: 9px; }
  .trustpilot-brand { font-size: 11px; }
  .price-line { justify-content: center; margin-top: 1px; }
  .price { font-size: 45px; }
  .per { font-size: 12px; }
  .old-price { font-size: 14px; }
  .offer-callout { display: none; }
  .primary-cta { min-height: 50px; }
  .lifestyle-band { min-height: 520px; background-position: 56% center; align-items: end; }
  .lifestyle-overlay { background: linear-gradient(0deg, rgba(11,11,11,.97), rgba(11,11,11,.4) 75%, rgba(11,11,11,.16)); }
  .lifestyle-content { padding-block: 54px; }
  .lifestyle-content h2 { font-size: 49px; }
  .why-section, .reviews-section, .how-section, .faq-section, .formula-section { padding-block: 78px; }
  .section-title { font-size: 47px; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .feature-card, .step { min-height: 0; padding: 28px 0 !important; border-left: none !important; }
  .feature-card + .feature-card, .step + .step { border-top: 1px solid var(--line-light); }
  .formula-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .formula-product-wrap { min-height: 430px; }
  .formula-product-wrap .formula-bottle { width: min(48%, 225px); }
  .formula-product-wrap .formula-tablet { right: 19%; bottom: 10%; width: min(24%, 110px); }
  .ingredient { grid-template-columns: 40px 1fr; gap: 16px; padding-block: 24px; }
  .plus { width: 38px; height: 38px; }
  .ingredient h3 { font-size: 25px; }
  .ingredient p { font-size: 14px; }
  .reviews-heading-row { display: block; }
  .reviews-heading-row > p { margin-top: 24px; }
  .review-grid { margin-top: 34px; }
  .review-card { padding: 26px; }
  .steps-grid { margin-top: 44px; }
  .faq-shell h2 { margin-bottom: 30px; }
  summary { font-size: 16px; }
  details p { padding-right: 16px; }
  .final-cta-section { padding-block: 72px 92px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .final-cta-section h2 { font-size: 57px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-badges { grid-column: auto; }
  .footer-badges { justify-content: flex-start; }
  main > section:not(.hero), .site-footer { content-visibility: auto; contain-intrinsic-size: 760px; }
  body { padding-bottom: 92px; }
  .sticky-qualify-bar { left: 12px; right: 12px; bottom: 10px; width: auto; min-height: 68px; padding: 5px 6px 5px 9px; gap: 7px; transform: none; opacity: 1; visibility: visible; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  body.mobile-hero-active .sticky-qualify-bar { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(120%); }
  .sticky-product { flex-basis: 50px; width: 50px; height: 54px; }
  .sticky-bottle { left: 1px; width: 24px; height: 52px; }
  .sticky-tablet { right: 0; bottom: 5px; width: 28px; }
  .sticky-copy { gap: 1px; }
  .sticky-copy strong { font-size: 14px; }
  .sticky-copy span { font-size: 6px; letter-spacing: .06em; }
  .sticky-cta { min-width: 135px; min-height: 54px; padding-inline: 14px; gap: 8px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
