.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgb(16 37 77 / 10%); background: rgb(255 253 248 / 94%); }
.header-row { display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { color: var(--brand-navy); font: 800 1.4rem/.9 var(--serif); letter-spacing: -.065em; text-decoration: none; }
.wordmark span { color: var(--brand-orange); }
.header-nav { display: none; align-items: center; gap: 1.25rem; }
.header-nav > a:not(.header-cta) { color: var(--ink-soft); font-size: .79rem; font-weight: 700; text-decoration: none; }
.header-cta { display: inline-flex; min-height: 2.5rem; align-items: center; justify-content: center; padding: .52rem .85rem; border-radius: var(--radius-pill); background: var(--brand-navy); color: #fff; font-size: .73rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.header-cta:hover { background: var(--brand-orange); transform: translateY(-1px); }

.review-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(3.75rem, 8vw, 7rem) 0 clamp(4rem, 9vw, 7.5rem); background: linear-gradient(120deg, var(--brand-navy-deep), var(--brand-navy) 57%, #173d79); color: #fff; }
.review-hero::before { position: absolute; z-index: -1; top: -17rem; right: -13rem; width: 46rem; height: 46rem; border: 1px solid rgb(245 185 66 / 26%); border-radius: 50%; box-shadow: 0 0 0 5rem rgb(245 185 66 / 5%), 0 0 0 10rem rgb(245 185 66 / 4%); content: ""; }
.review-hero::after { position: absolute; z-index: -1; bottom: -14rem; left: -13rem; width: 34rem; height: 34rem; border-radius: 50%; background: radial-gradient(circle, rgb(237 107 47 / 38%), transparent 68%); content: ""; }
.review-hero__grid { display: grid; align-items: center; gap: 2.5rem; }
.review-kicker, .eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0; color: var(--brand-gold); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.review-kicker::before { width: 1.65rem; height: 1px; background: currentColor; content: ""; }
.review-hero h1 { max-width: 11.5ch; margin: .75rem 0 0; font: 500 clamp(3rem, 7.4vw, 6.2rem)/.91 var(--serif); letter-spacing: -.07em; text-wrap: balance; }
.review-hero h1 em { color: var(--brand-gold); font-style: italic; }
.review-hero__intro { max-width: 35rem; margin: 1.35rem 0 0; color: #d8e3f3; font-size: clamp(1rem, 2vw, 1.14rem); line-height: 1.6; }
.review-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.7rem; }
.button { display: inline-flex; min-height: 3.4rem; align-items: center; justify-content: center; padding: .85rem 1.25rem; border: 0; border-radius: var(--radius-pill); font: 800 .88rem/1 var(--sans); letter-spacing: .01em; text-align: center; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button--primary { background: linear-gradient(135deg, #fa7a35, var(--brand-orange)); box-shadow: 0 .8rem 1.6rem rgb(4 13 31 / 28%); color: #fff; }
.button:hover { transform: translateY(-2px); }
.button--primary:hover { box-shadow: 0 1rem 2.1rem rgb(4 13 31 / 37%); }
.text-link { color: #fff; font-size: .84rem; font-weight: 750; text-underline-offset: .25em; }
.review-hero__note { margin: .95rem 0 0; color: #adbed5; font-size: .75rem; }

.review-signal { position: relative; display: grid; min-height: 27rem; place-items: center; overflow: hidden; border: 1px solid rgb(255 255 255 / 17%); border-radius: 1.75rem; background: radial-gradient(circle at 50% 34%, #fff7da 0 8%, #f5b942 9%, #dc8e31 33%, transparent 34%), linear-gradient(145deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 3%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1.5rem 3rem rgb(0 0 0 / 24%); }
.review-signal::before, .review-signal::after { position: absolute; width: 20rem; height: 20rem; border: 1px solid rgb(16 37 77 / 18%); border-radius: 50%; content: ""; }
.review-signal::before { transform: translate(-3.8rem, 3.4rem); }
.review-signal::after { transform: translate(4.5rem, -4rem); }
.review-signal__eyebrow { position: absolute; z-index: 2; top: 1.15rem; left: 1.15rem; padding: .45rem .68rem; border: 1px solid rgb(16 37 77 / 12%); border-radius: var(--radius-pill); background: rgb(255 253 248 / 88%); color: var(--brand-navy); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.review-signal__orbit { position: absolute; width: 25rem; height: 25rem; border: 1px solid rgb(255 255 255 / 30%); border-radius: 50%; transform: translate(-25%, 15%); }
.review-signal__orbit--small { width: 16rem; height: 16rem; transform: translate(38%, -28%); }
.review-signal__figure { position: relative; z-index: 1; width: min(88%, 23rem); margin: 2.2rem 0 0; text-align: center; }
.review-signal img { display: block; width: 100%; max-height: 23rem; object-fit: contain; filter: drop-shadow(0 1.5rem 1.25rem rgb(16 37 77 / 32%)); animation: product-float 5s ease-in-out infinite; }
.review-signal figcaption { margin: .45rem auto 0; color: rgb(16 37 77 / 76%); font-size: .68rem; line-height: 1.35; }
.review-signal__caption { position: absolute; z-index: 2; right: 1.05rem; bottom: 1rem; max-width: 8rem; color: rgb(16 37 77 / 68%); font-size: .68rem; font-style: italic; line-height: 1.2; text-align: right; }

.review-covers { position: relative; padding: clamp(2.2rem, 5vw, 3.9rem) 0; background: var(--brand-cream); }
.review-covers__grid { display: grid; gap: 1.25rem; }
.review-covers h2 { max-width: 12ch; margin: 0; color: var(--brand-navy); font: 500 clamp(2rem, 4.3vw, 3.35rem)/.98 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.review-covers p { max-width: 32rem; margin: .85rem 0 0; color: var(--ink-soft); }
.review-covers__list { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.review-covers__list li { display: grid; grid-template-columns: 2.3rem 1fr; gap: .75rem; align-items: center; padding: .8rem; border: 1px solid rgb(16 37 77 / 9%); border-radius: .75rem; background: rgb(255 255 255 / 62%); color: var(--ink-soft); font-size: .86rem; }
.review-covers__list li > span { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: 50%; background: var(--brand-navy); color: var(--brand-gold); font: 800 .72rem/1 var(--sans); }
.review-covers__list strong { display: block; color: var(--brand-navy); font-size: .9rem; }
.review-covers__list p { margin: .1rem 0 0; font-size: .78rem; line-height: 1.4; }

.content-section { padding: clamp(3.75rem, 8vw, 6.75rem) 0; border-top: 1px solid var(--line); background: var(--surface-raised); }
.content-section--warm { background: #fff8ea; }
.section-heading { max-width: var(--reading); }
.section-heading h2, .content-section .section-title { margin: .55rem 0 0; color: var(--brand-navy); font: 500 clamp(2.3rem, 4.8vw, 4.25rem)/.97 var(--serif); letter-spacing: -.06em; text-wrap: balance; }
.section-heading > p, .content-section .section-copy { max-width: var(--reading); margin: 1rem 0 0; color: var(--ink-soft); font-size: 1.03rem; line-height: 1.65; }
.formula-grid { display: grid; gap: 1rem; margin-top: 2rem; }
.evidence-card { position: relative; min-height: 12.2rem; padding: 1.3rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; box-shadow: 0 .75rem 1.8rem rgb(16 37 77 / 5%); }
.evidence-card::after { position: absolute; right: -2.5rem; bottom: -3rem; width: 8.5rem; height: 8.5rem; border: 1px solid rgb(237 107 47 / 17%); border-radius: 50%; content: ""; }
.evidence-card__type { position: relative; z-index: 1; display: inline-flex; margin-bottom: .85rem; padding: .3rem .5rem; border-radius: var(--radius-pill); background: #fff1df; color: #a84518; font-size: .67rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.evidence-card h3 { position: relative; z-index: 1; margin: 0; color: var(--brand-navy); font: 500 1.45rem/1.06 var(--serif); letter-spacing: -.035em; }
.evidence-card p { position: relative; z-index: 1; margin: .7rem 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.formula-image { width: min(100%, 52rem); height: clamp(11rem, 26vw, 17rem); margin: 1.5rem 0 0; overflow: hidden; border-radius: var(--radius-card); background: var(--brand-navy); }
.formula-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.03); }
.review-note { max-width: var(--reading); margin-top: 1.45rem; padding: 1.05rem 1.15rem; border-left: .25rem solid var(--brand-orange); background: #fff1df; color: #5e4b3c; line-height: 1.55; }

.purchase-checks { background: linear-gradient(140deg, #eff5fb, #fffdf8 56%); }
.checklist { display: grid; gap: .85rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 2.5rem 1fr; gap: .9rem; align-items: start; padding: 1.05rem; border: 1px solid rgb(16 37 77 / 9%); border-radius: .9rem; background: rgb(255 255 255 / 78%); }
.check-number { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: .7rem; background: var(--brand-navy); color: var(--brand-gold); font-size: .8rem; font-weight: 850; }
.checklist strong { display: block; color: var(--brand-navy); }
.checklist p { margin: .28rem 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.routine-image { display: grid; grid-template-columns: minmax(8rem, 13rem) minmax(0, 25rem); gap: 1rem; align-items: end; margin: 2rem 0 0; }
.routine-image img { width: 100%; aspect-ratio: 2 / 3; border: .5rem solid #fff; border-radius: .9rem; object-fit: cover; box-shadow: var(--shadow-card); }
.routine-image figcaption { color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }

.faq-section { background: #fffdf8; }
.faq-list { max-width: var(--reading); margin-top: 1.8rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; color: var(--brand-navy); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--brand-orange); content: "+"; font-size: 1.35rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 39rem; margin: 0 0 1.15rem; color: var(--ink-soft); line-height: 1.58; }

.offer, .final-offer { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 6.5rem) 0; background: var(--brand-navy-deep); color: #fff; }
.final-offer::before { position: absolute; top: -19rem; right: -9rem; width: 34rem; height: 34rem; border: 1px solid rgb(245 185 66 / 28%); border-radius: 50%; box-shadow: 0 0 0 4rem rgb(245 185 66 / 4%); content: ""; }
.offer-grid { position: relative; display: grid; gap: 1.5rem; align-items: end; }
.offer .eyebrow { color: var(--brand-gold); }
.offer h2 { max-width: 12.5ch; margin: .6rem 0 0; font: 500 clamp(2.5rem, 5.5vw, 4.7rem)/.94 var(--serif); letter-spacing: -.06em; }
.offer p { max-width: 38rem; margin: 1.1rem 0 0; color: #c8d5e7; line-height: 1.58; }
.offer .button { width: min(100%, 22rem); background: var(--brand-gold); color: var(--brand-navy-deep); box-shadow: 0 .8rem 1.7rem rgb(0 0 0 / 25%); }
.offer .button:hover { background: #ffd373; }
.affiliate-disclosure { max-width: 40rem; margin: 1.2rem 0 0; color: #93a9c7; font-size: .75rem; line-height: 1.45; }

.site-footer { padding: 2.8rem 0 5.5rem; background: #07142c; color: #c7d2e1; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.25rem 2rem; }
.footer-copy { max-width: 41rem; margin: 0; color: #95a7bd; font-size: .77rem; line-height: 1.5; }
.footer-disclosure { max-width: 43rem; margin: .85rem 0 0; color: #8093ae; font-size: .73rem; line-height: 1.5; }
.footer-links { display: flex; gap: 1rem; font-size: .8rem; }
.footer-links a { color: #fff; }

.sticky-offer { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 30; display: none; align-items: center; justify-content: space-between; gap: .75rem; padding: .7rem .75rem; border: 1px solid rgb(16 37 77 / 12%); border-radius: .9rem; background: rgb(255 253 248 / 96%); box-shadow: 0 1rem 2.4rem rgb(0 0 0 / 20%); backdrop-filter: blur(12px); }
.sticky-offer.is-visible { display: flex; }
.sticky-offer__text { color: var(--ink-soft); font-size: .75rem; line-height: 1.3; }
.sticky-offer .button { min-height: 2.65rem; padding: .6rem .9rem; font-size: .74rem; }
.sticky-offer__close { width: 1.85rem; height: 1.85rem; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 1.15rem; }

.legal-page { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.legal-page__title { max-width: 16ch; margin: .5rem 0 1.4rem; color: var(--brand-navy); font: 500 clamp(2.5rem, 6vw, 4.3rem)/.98 var(--serif); letter-spacing: -.06em; }
.legal-page__content { max-width: var(--reading); color: var(--ink-soft); line-height: 1.6; }
.legal-page__content h2 { margin: 2.1rem 0 .6rem; color: var(--brand-navy); font: 500 1.5rem/1.12 var(--serif); }
.legal-page__content p, .legal-page__content ul { margin: .7rem 0 0; }
.legal-page__content li + li { margin-top: .45rem; }
.legal-page__notice { margin: 1.4rem 0; padding: 1rem 1.1rem; border-left: .25rem solid var(--brand-orange); background: #fff1df; color: var(--ink-soft); }
.legal-page__back { margin-top: 2.3rem; }

@keyframes product-float { 50% { transform: translateY(-.55rem); } }

@media (min-width: 48rem) {
  .header-nav { display: flex; }
  .review-hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(21rem, .92fr); gap: clamp(2.5rem, 6vw, 5.5rem); }
  .review-covers__grid { grid-template-columns: .85fr 1.15fr; align-items: center; gap: 4rem; }
  .formula-grid { grid-template-columns: repeat(3, 1fr); }
  .checklist { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1.1fr .9fr; }
  .sticky-offer { right: 1.25rem; left: auto; width: min(30rem, calc(100% - 2.5rem)); }
}

@media (max-width: 30rem) {
  .header-nav > a:not(.header-cta) { display: none; }
  .review-hero h1 { font-size: clamp(2.75rem, 14vw, 3.5rem); }
  .review-signal { min-height: 23rem; }
  .review-hero__actions { align-items: stretch; flex-direction: column; }
  .review-hero__actions .button { width: 100%; }
  .routine-image { grid-template-columns: 7rem 1fr; }
}

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