:root {
  --black: #0b0b0b;
  --ink: #171717;
  --oxblood: #a52a21;
  --gold: #b78a42;
  --gold-soft: #f0dfb8;
  --green: #00a86b;
  --green-dark: #087a52;
  --trustpilot: #00b67a;
  --white: #fff;
  --paper: #f7f7f5;
  --shade: #f1f1ef;
  --line: #d5d5d1;
  --muted: #666;
  --shell: 1210px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "DM Sans", Inter, system-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; }
button { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 9999; background: white; color: black; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.announcement-bar,
.mid-offer {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: var(--oxblood);
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.announcement-bar a,
.mid-offer a { color: var(--white); text-underline-offset: 3px; }
.announcement-bar a:visited,
.mid-offer a:visited { color: var(--white); }
.announcement-bar a:hover,
.mid-offer a:hover { color: var(--gold-soft); }

.site-header {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 40px;
  border-bottom: 1px solid #e9e9e6;
  background: var(--white);
}
.brand { width: 134px; height: 54px; display: inline-flex; align-items: center; overflow: hidden; }
.brand img { width: 105px; height: 52px; object-fit: contain; filter: none; }
.header-link { font-size: 13px; text-underline-offset: 3px; }
.header-link:hover { color: var(--oxblood); }

.opening-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  min-height: calc(100svh - 118px);
  background: var(--white);
}
.hero-panel {
  min-width: 0;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 70px 58px 26px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 58%, rgba(183,138,66,.25), transparent 34%),
    linear-gradient(150deg, #191919 0%, #0b0b0b 70%);
  color: var(--white);
}
.hero-copy { max-width: 540px; text-align: center; }
.pill-label,
.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--oxblood);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.pill-label { padding: 8px 12px; border: 1px solid rgba(183,138,66,.65); border-radius: 999px; color: var(--gold-soft); }
.hero-copy h1 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(45px, 4.2vw, 68px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero-copy p { max-width: 500px; margin: 22px auto 0; color: #d1d1d1; font-size: 17px; line-height: 1.38; }
.hero-price { margin-top: 18px; color: #f4ead3; font-family: "JetBrains Mono", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.hero-price strong { margin-inline: 4px; color: white; font-family: "DM Sans", sans-serif; font-size: 30px; letter-spacing: -.03em; }
.hero-price small { display: block; margin-top: 2px; color: #c7c7c7; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; }
.hero-cta { min-height: 50px; margin-top: 16px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; background: var(--green); color: white; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: transform .16s ease, background .16s ease; }
.hero-cta:visited { color: white; }
.hero-cta:hover { background: var(--green-dark); transform: translateY(-2px); }
.hero-product-frame { position: relative; width: min(88%, 520px); height: 300px; margin: 18px auto 10px; overflow: visible; }
.hero-ignite-frame::before { content: ""; position: absolute; left: 50%; bottom: 8%; width: 72%; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(183,138,66,.28), rgba(183,138,66,0) 68%); filter: blur(2px); }
.hero-ignite-bottle { position: absolute; left: 50%; bottom: 0; width: auto; height: 100%; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 28px 30px rgba(0,0,0,.45)); }
.hero-ignite-tablet { position: absolute; right: 14%; bottom: 7%; width: 88px; transform: rotate(8deg); filter: drop-shadow(0 12px 14px rgba(0,0,0,.42)); }
.lineup-page .hero-product-frame { width: min(94%, 650px); height: auto; margin: 28px auto 18px; overflow: hidden; border-radius: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.lineup-page .hero-product-frame img { position: static; width: 100%; height: auto; aspect-ratio: 16 / 9.2; object-fit: cover; transform: none; filter: none; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; font-size: 12px; color: #e8e8e8; }
.tp-stars { display: inline-flex; gap: 2px; }
.tp-stars i { width: 20px; height: 20px; display: grid; place-items: center; background: var(--trustpilot); color: white; font-size: 13px; font-style: normal; line-height: 1; }
.tp-stars i.partial { background: linear-gradient(90deg, var(--trustpilot) 62%, #d8d8d8 62%); }
.tp-name { display: inline-flex; align-items: center; gap: 3px; font-weight: 700; }
.tp-name b { color: var(--trustpilot); font-size: 17px; }

.question-panel,
.question-section {
  display: grid;
  place-items: center;
  min-height: calc(100svh - 118px);
  padding: 90px 40px;
  scroll-margin-top: 0;
}
.question-section { min-height: 94svh; }
.question-section.shade { background: var(--shade); }
.question-box { width: min(100%, 500px); text-align: center; }
.progress { display: flex; justify-content: center; gap: 10px; margin-bottom: 28px; }
.progress span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #e0e0dc; border-radius: 50%; color: #aaa; background: white; font-size: 14px; }
.progress span.active { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.question-box h2 { margin: 0; font-size: clamp(29px, 3vw, 42px); font-weight: 500; line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.answer-stack { display: grid; gap: 10px; margin-top: 40px; }
.answer {
  min-height: 58px;
  padding: 12px 24px;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  font-size: 17px;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}
.answer:hover { transform: translateY(-2px); background: var(--oxblood); border-color: var(--oxblood); }
.answer:active { transform: translateY(0); }
.answer.selected { background: var(--green); border-color: var(--green); }
.answer:focus-visible,
.hero-cta:focus-visible,
.choose-cta:focus-visible,
.black-cta:focus-visible,
.white-cta:focus-visible,
.green-cta:focus-visible,
summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-question { display: inline-block; margin-top: 34px; font-size: 13px; text-underline-offset: 3px; }

.options-section { padding: 125px 0 105px; background: var(--white); }
.options-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
.options-intro h2 { margin: 0; font-size: clamp(52px, 6vw, 84px); font-weight: 500; line-height: .91; letter-spacing: -.06em; }
.options-summary { padding-bottom: 2px; }
.options-summary ul { margin: 0 0 26px; padding: 0; list-style: none; display: grid; gap: 14px; }
.options-summary li { position: relative; padding-left: 30px; font-size: 16px; }
.options-summary li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--black); color: white; font-size: 12px; font-weight: 900; }
.options-summary > p { margin: 16px 0 0; font-size: 12px; }
.options-summary > p span { letter-spacing: 2px; }
.black-cta,
.white-cta,
.green-cta,
.choose-cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.black-cta { min-width: 270px; background: var(--black); color: white; }
.black-cta:hover { transform: translateY(-2px); background: var(--oxblood); }

.product-track { max-width: 980px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 80px; }
.lineup-page .product-track { max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 2px; background: white; }
.product-card.featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.popular-badge { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 7px 11px; border-radius: 999px; background: var(--gold-soft); font-size: 10px; font-weight: 700; }
.product-image { position: relative; height: 420px; overflow: hidden; }
.product-image.light-bg { background: linear-gradient(145deg, #eee8e0, #dad1c7); }
.product-image.ignite-bg { background: linear-gradient(145deg, #f0e4cc, #c6b088); }
.product-image.max-bg { background: linear-gradient(145deg, #271817, #0d0d0d); }
.product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 28px 36px 20px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.22));
}
.product-card-copy { position: relative; min-height: 400px; display: flex; flex-direction: column; padding: 26px 24px 24px; }
.rx { position: absolute; right: 24px; top: 24px; font-size: 11px; }
.product-card h3 { margin: 0; padding-right: 40px; font-size: 26px; letter-spacing: -.035em; }
.product-card .format { margin: 7px 0 12px; color: var(--oxblood); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.product-card-copy > p:not(.format):not(.from):not(.per-dose):not(.card-offer) { margin: 0; color: #555; font-size: 14px; line-height: 1.45; }
.product-card .from { margin: 24px 0 0; font-family: "JetBrains Mono", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.product-card .from strong { font-family: "DM Sans", sans-serif; font-size: 25px; letter-spacing: -.02em; }
.product-card .per-dose { margin: 5px 0 0; color: #555; font-size: 13px; line-height: 1.35; }
.product-card .card-offer { margin: 14px 0 22px; color: var(--green); font-size: 13px; font-weight: 800; line-height: 1.35; }
.choose-cta { width: 100%; margin-top: auto; background: var(--black); color: white; }
.choose-cta:visited { color: white; }
.choose-cta:hover { background: var(--green); transform: translateY(-2px); }
.product-disclaimer { margin-top: 28px; color: #777; font-size: 10px; line-height: 1.5; }

.lineup-section { padding: 110px 0; background: var(--black); color: white; }
.lineup-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.gold { color: var(--gold); }
.lineup-copy h2 { max-width: 600px; margin: 0; font-size: clamp(48px, 5vw, 76px); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
.mechanism-list { margin: 50px 0 35px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.mechanism-list li { display: grid; grid-template-columns: 130px 1fr; gap: 26px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.mechanism-list strong { color: var(--gold-soft); text-transform: uppercase; font-size: 13px; letter-spacing: .06em; }
.mechanism-list span { color: #d0d0d0; line-height: 1.45; }
.white-cta { background: white; color: black; }
.white-cta:hover { background: var(--green); color: white; transform: translateY(-2px); }
.safety-note { max-width: 520px; margin: 16px 0 0; color: #999; font-size: 10px; line-height: 1.45; }
.lineup-visual { overflow: hidden; border-radius: 18px; }
.lineup-visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.how-section { padding: 105px 0; background: var(--paper); }
.centered { display: block; text-align: center; }
.how-section > .shell > h2 { margin: 0; text-align: center; font-size: clamp(42px, 5vw, 64px); font-weight: 500; letter-spacing: -.045em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { min-height: 245px; padding: 32px 34px 34px 0; }
.steps article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.steps span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-soft); font-weight: 700; }
.steps h3 { margin: 28px 0 12px; font-size: 22px; letter-spacing: -.03em; }
.steps p { margin: 0; color: #555; line-height: 1.5; }

.reviews-section { padding: 105px 0 0; background: white; }
.reviews-top { text-align: center; }
.review-stars-top { color: #f4a300; font-size: 21px; letter-spacing: 2px; }
.review-kicker { margin: 9px 0 42px; font-size: 12px; font-weight: 700; }
.reviews-top h2 { margin: 0; font-size: clamp(58px, 7vw, 100px); font-weight: 700; line-height: .9; letter-spacing: -.06em; }
.reviews-top > p:not(.review-kicker) { margin: 20px 0 0; font-size: 19px; }
.trustpilot-large { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 11px; margin-top: 85px; font-size: clamp(26px, 3vw, 50px); letter-spacing: -.035em; }
.trustpilot-large strong { font-weight: 900; }
.tp-name.large { font-size: inherit; }
.tp-name.large b { font-size: 1.15em; }
.large-stars { justify-content: center; margin-top: 22px; }
.large-stars i { width: 29px; height: 29px; font-size: 18px; }
.rugiet-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 72px; padding: 0 24px 88px; }
.rugiet-review-grid article { min-height: 430px; display: flex; flex-direction: column; padding: 34px 28px; background: #e8e7e5; }
.review-five { font-size: 20px; letter-spacing: 2px; }
.rugiet-review-grid h3 { margin: 22px 0 18px; font-size: clamp(28px, 2.7vw, 44px); font-weight: 900; line-height: .92; letter-spacing: -.045em; }
.rugiet-review-grid blockquote { margin: 0; font-family: "JetBrains Mono", monospace; font-size: 14px; line-height: 1.55; }
.rugiet-review-grid p { margin: auto 0 0; padding-top: 32px; font-weight: 800; text-transform: uppercase; }
.mid-offer { min-height: 50px; background: #2c2929; }

.faq-section { padding: 92px 0 105px; background: white; }
.faq-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: 70px; }
.faq-heading h2 { margin: 0; font-size: clamp(58px, 6vw, 88px); font-weight: 700; line-height: .83; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--ink); }
summary { position: relative; padding: 22px 48px 22px 0; list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 14px; font-size: 34px; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { margin: -3px 0 24px; padding-right: 55px; color: #555; line-height: 1.6; }

.final-cta-section { padding: 100px 0; background: var(--oxblood); color: white; }
.final-cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.final-cta-grid h2 { max-width: 700px; margin: 0; font-size: clamp(56px, 6vw, 88px); font-weight: 600; line-height: .92; letter-spacing: -.055em; }
.final-cta-grid > div:last-child > p:first-child { margin: 0 0 26px; color: rgba(255,255,255,.85); font-size: 17px; line-height: 1.55; }
.green-cta { width: 100%; background: var(--green); color: white; }
.green-cta:visited { color: white; }
.green-cta:hover { transform: translateY(-2px); background: var(--green-dark); }
.final-note { margin: 12px 0 0; color: rgba(255,255,255,.7); text-align: center; font-size: 11px; }

.site-footer { padding-top: 72px; overflow: hidden; background: #26333c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .9fr 1fr auto; gap: 46px; align-items: start; }
.footer-logo { display: block; width: 150px; height: 48px; background: #fbf9f4; -webkit-mask: url('./assets/telo-wordmark.png') left center / contain no-repeat; mask: url('./assets/telo-wordmark.png') left center / contain no-repeat; }
.footer-brand p { max-width: 300px; color: #c1c0c0; line-height: 1.55; }
.footer-links { display: grid; gap: 12px; }
.footer-links a,
.footer-contact a { color: white; text-decoration: none; font-size: 13px; }
.footer-links a:hover,
.footer-contact a:hover { color: var(--gold-soft); }
.footer-contact { display: grid; gap: 10px; color: #c1c0c0; font-size: 13px; }
.footer-contact h3 { margin: 0; color: var(--gold-soft); font: 700 10px "JetBrains Mono", monospace; letter-spacing: .12em; }
.footer-contact p { margin: 0; }
.footer-badges { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.footer-badges > img { width: 54px; height: 54px; object-fit: contain; }
.footer-badges a { display: inline-flex; }
.footer-badges a img { width: auto; height: 61px; object-fit: contain; }
.footer-legal { margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); color: #8d9499; font-size: 10px; line-height: 1.55; }
.footer-legal p { max-width: 1040px; }
.footer-wordmark-wrap { display: flex; justify-content: center; margin-top: 38px; overflow: hidden; }
.footer-wordmark { width: 92%; aspect-ratio: 1200 / 505; background: rgba(239,231,228,.12); -webkit-mask: url('./assets/telo-wordmark.png') center / contain no-repeat; mask: url('./assets/telo-wordmark.png') center / contain no-repeat; }
.sticky-qualify-bar { display: none; }

@media (max-width: 980px) {
  .opening-flow { grid-template-columns: 1fr; }
  .hero-panel { min-height: 720px; border-radius: 0; }
  .question-panel { min-height: 720px; }
  .options-intro, .lineup-grid, .faq-layout, .final-cta-grid { grid-template-columns: 1fr; gap: 50px; }
  .product-track { grid-template-columns: repeat(2, minmax(270px, 1fr)); overflow-x: auto; padding-bottom: 18px; scroll-snap-type: x mandatory; }
  .lineup-page .product-track { grid-template-columns: repeat(3, minmax(270px, 1fr)); }
  .product-card { scroll-snap-align: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-badges { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .announcement-bar { min-height: 40px; padding: 8px 12px; font-size: 11px; }
  .site-header { height: 62px; padding: 0 16px; }
  .brand { width: 94px; height: 42px; }
  .brand img { width: 78px; height: 40px; }
  .header-link { max-width: 155px; text-align: right; font-size: 10px; }
  .opening-flow { min-height: 0; }
  .hero-panel { min-height: 640px; padding: 32px 18px 18px; }
  .pill-label { margin-bottom: 13px; font-size: 8px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-copy p { margin-top: 14px; font-size: 14px; }
  .hero-price { margin-top: 12px; }
  .hero-price strong { font-size: 27px; }
  .hero-cta { min-height: 46px; margin-top: 12px; padding-inline: 18px; font-size: 11px; }
  .hero-product-frame { width: min(100%, 390px); height: 235px; margin: 12px auto 8px; }
  .hero-ignite-tablet { right: 16%; width: 64px; }
  .lineup-page .hero-panel { min-height: 555px; padding: 38px 18px 18px; }
  .lineup-page .hero-product-frame { width: min(100%, 490px); height: auto; margin: 22px auto 13px; }
  .hero-proof { gap: 5px; font-size: 9px; }
  .tp-stars i { width: 15px; height: 15px; font-size: 9px; }
  .tp-name b { font-size: 13px; }
  .question-panel, .question-section { min-height: 690px; padding: 78px 16px; }
  .question-panel { min-height: 590px; }
  .progress { margin-bottom: 22px; }
  .progress span { width: 29px; height: 29px; font-size: 12px; }
  .question-box h2 { font-size: 31px; }
  .answer-stack { margin-top: 32px; }
  .answer { min-height: 54px; font-size: 15px; }
  .options-section { padding: 88px 0 75px; }
  .options-intro { gap: 38px; }
  .options-intro h2 { font-size: 61px; }
  .options-summary li { font-size: 14px; }
  .black-cta { width: 100%; }
  .product-track { width: 100%; margin-top: 60px; padding-inline: 16px; grid-template-columns: repeat(2, minmax(84vw, 1fr)); }
  .lineup-page .product-track { grid-template-columns: repeat(3, minmax(84vw, 1fr)); }
  .product-image { height: 360px; }
  .product-image img { padding: 24px 28px 18px; }
  .product-card-copy { min-height: 390px; }
  .product-disclaimer { font-size: 9px; }
  .lineup-section { padding: 78px 0; }
  .lineup-grid { gap: 38px; }
  .lineup-copy h2 { font-size: 51px; }
  .mechanism-list { margin-top: 38px; }
  .mechanism-list li { grid-template-columns: 95px 1fr; gap: 15px; }
  .how-section { padding: 78px 0; }
  .how-section > .shell > h2 { font-size: 47px; }
  .steps { grid-template-columns: 1fr; margin-top: 46px; }
  .steps article { min-height: 0; padding: 28px 0 !important; border-left: none !important; }
  .steps article + article { border-top: 1px solid var(--line); }
  .reviews-section { padding-top: 78px; }
  .review-kicker { margin-bottom: 28px; }
  .reviews-top h2 { font-size: 63px; }
  .reviews-top > p:not(.review-kicker) { font-size: 16px; }
  .trustpilot-large { margin-top: 58px; font-size: 25px; }
  .rugiet-review-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 48px; padding: 0 14px 70px; }
  .rugiet-review-grid article { min-height: 340px; }
  .rugiet-review-grid h3 { font-size: 38px; }
  .faq-section { padding: 75px 0 85px; }
  .faq-layout { gap: 48px; }
  .faq-heading h2 { font-size: 61px; }
  summary { font-size: 15px; }
  details p { padding-right: 12px; font-size: 14px; }
  .final-cta-section { padding: 78px 0; }
  .final-cta-grid { gap: 30px; }
  .final-cta-grid h2 { font-size: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-badges { grid-column: auto; }
  .site-footer { padding-top: 58px; }
  body { padding-bottom: calc(94px + env(safe-area-inset-bottom)); }
  .sticky-qualify-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 300;
    min-height: 68px;
    padding: 5px 6px 5px 9px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    background: rgba(255,255,255,.98);
    color: var(--black);
    box-shadow: 0 12px 38px rgba(0,0,0,.26);
    backdrop-filter: blur(12px);
    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 { position: relative; flex: 0 0 50px; width: 50px; height: 54px; overflow: visible; }
  .sticky-bottle { position: absolute; left: 1px; bottom: 0; width: 25px; height: 52px; object-fit: contain; filter: drop-shadow(0 5px 6px rgba(0,0,0,.25)); }
  .sticky-tablet { position: absolute; right: 0; bottom: 5px; width: 28px; transform: rotate(7deg); filter: drop-shadow(0 4px 5px rgba(0,0,0,.22)); }
  .sticky-copy { min-width: 0; display: grid; gap: 1px; margin-right: auto; }
  .sticky-copy strong { font-family: Inter, sans-serif; font-size: clamp(11px, 3.5vw, 14px); font-weight: 900; letter-spacing: -.03em; white-space: nowrap; }
  .sticky-copy span { font-family: "JetBrains Mono", monospace; font-size: clamp(5px, 1.5vw, 6px); font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
  .sticky-cta {
    flex: 0 0 clamp(116px, 35vw, 138px);
    min-height: 54px;
    padding-inline: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--green);
    border-radius: 999px;
    background: var(--green);
    color: white;
    text-decoration: none;
    font-family: "JetBrains Mono", monospace;
    font-size: clamp(8px, 2.6vw, 10px);
    font-weight: 900;
    letter-spacing: .05em;
  }
  .sticky-cta:visited { color: white; }
  .sticky-cta:hover { background: var(--green-dark); border-color: var(--green-dark); color: white; }
  .sticky-cta:focus-visible { outline: 3px solid var(--black); outline-offset: 2px; }
  main > section:not(.opening-flow), .site-footer { content-visibility: auto; contain-intrinsic-size: 760px; }
}

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