:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #243247;
  background: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --navy: #102b4e;
  --navy-2: #173d6b;
  --red: #a40f1d;
  --red-dark: #84101a;
  --soft: #f4f7fa;
  --line: #dfe7ef;
  --green: #2e7d4f;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: #26354a; background: #fff; font-size: 18px; line-height: 1.62; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.05; margin-right: auto; }
.brand-name { color: var(--navy); font-size: 25px; font-weight: 850; letter-spacing: -.7px; }
.brand-tagline { color: #52647a; font-size: 11px; font-weight: 650; margin-top: 4px; }
.main-nav { display: flex; gap: 26px; font-size: 14px; font-weight: 700; color: #38506c; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--red); }

.button { min-height: 52px; padding: 0 24px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: 16px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(164,15,29,.18); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 10px 25px rgba(164,15,29,.25); }
.button-secondary { border-color: #b9c8d7; color: var(--navy); background: #fff; }
.button-secondary:hover { background: #f7f9fb; }

.hero { background: linear-gradient(110deg, #f7fafc 0%, #fff 58%, #f9f5f5 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; min-height: 620px; padding-top: 58px; padding-bottom: 58px; }
.eyebrow, .kicker { color: var(--navy-2); display: inline-block; margin: 0 0 16px; font-size: 13px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow { padding: 7px 12px; border-radius: 999px; background: #e8f0f7; text-transform: none; letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { color: var(--navy); font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -2.5px; margin-bottom: 18px; }
h2 { color: var(--navy); font-size: clamp(30px, 3vw, 42px); line-height: 1.13; letter-spacing: -1.2px; margin-bottom: 18px; }
h3 { color: var(--navy); line-height: 1.25; }
.hero-subtitle { font-size: 23px; line-height: 1.3; font-weight: 760; color: #31465d; max-width: 680px; }
.hero-text { color: #52647a; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 22px; margin-top: 28px; color: #4c5e72; font-size: 13px; font-weight: 700; }
.hero-visual img { border-radius: 24px; box-shadow: 0 24px 60px rgba(20,43,76,.12); border: 1px solid #e7eaee; }

.transparency { padding-top: 28px; }
.notice { padding: 17px 20px; border: 1px solid #cfe0ee; background: #edf6fc; border-radius: 12px; font-size: 15px; color: #37516b; }
.notice strong { color: var(--navy); }
.quick-facts { padding-top: 62px; padding-bottom: 74px; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.compact { margin-bottom: 24px; }
.section-heading p { color: #5d6f82; }
.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.fact-card { min-height: 126px; padding: 20px; border: 1px solid var(--line); background: #fff; border-radius: 14px; display: flex; flex-direction: column; gap: 9px; justify-content: center; }
.fact-card span { color: #738297; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.fact-card strong { color: var(--navy); line-height: 1.28; }

.section { padding: 78px 0; }
.section-soft { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.two-column p { color: #586a7d; }
.support-image { border-radius: 20px; box-shadow: 0 18px 45px rgba(16,43,78,.09); border: 1px solid var(--line); }
.mini-points { display: grid; gap: 10px; margin-top: 26px; }
.mini-points span { padding-left: 25px; position: relative; color: #344c66; font-weight: 700; }
.mini-points span::before { content: "✓"; position: absolute; left: 0; color: var(--green); }

.ingredients-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: start; }
.image-card, .nutrient-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 25px rgba(16,43,78,.05); }
.image-card { padding: 10px; }
.image-card img { width: 100%; border-radius: 12px; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 15px; }
th, td { padding: 12px 14px; border-bottom: 1px solid #e4ebf1; text-align: left; }
th { background: #f3f6f9; color: var(--navy); font-size: 13px; }
td:nth-child(2), td:nth-child(3) { font-weight: 750; white-space: nowrap; }
.fine-print { padding: 14px 16px 18px; margin: 0; color: #728195; font-size: 12px; line-height: 1.45; }
.label-reference { margin-top: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 0 18px; }
.label-reference summary { cursor: pointer; padding: 16px 0; font-weight: 800; color: var(--navy); }
.label-reference img { max-width: 580px; width: 100%; margin: 4px auto 20px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; background: #fff; border: 1px solid #d8e2eb; border-radius: 18px; padding: 30px 24px 24px; display: flex; flex-direction: column; min-height: 390px; }
.price-card.featured { border: 2px solid var(--red); box-shadow: 0 16px 38px rgba(164,15,29,.08); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; padding: 5px 13px; border-radius: 999px; font-size: 12px; font-weight: 850; white-space: nowrap; }
.price-card h3 { font-size: 23px; margin-bottom: 18px; }
.price { color: var(--red); font-size: 42px; line-height: 1; font-weight: 900; letter-spacing: -1.5px; }
.price-note { color: #617286; font-weight: 700; font-size: 14px; }
.price-card ul { list-style: none; margin: 16px 0 26px; padding: 0; color: #3d5369; font-size: 15px; }
.price-card li { margin-bottom: 8px; }
.price-card .button { margin-top: auto; }
.center-note { text-align: center; color: #637589; font-size: 14px; margin: 24px 0 0; }

.cost-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; align-items: stretch; }
.cost-card, .pros, .cons { border: 1px solid var(--line); border-radius: 16px; padding: 26px; background: #fff; }
.daily-costs { display: grid; gap: 8px; margin-top: 22px; }
.daily-costs span { display: flex; justify-content: space-between; gap: 14px; padding: 12px 14px; background: var(--soft); border-radius: 9px; font-size: 15px; }
.daily-costs strong { color: var(--navy); }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pros { background: #f5fbf7; border-color: #d4e8db; }
.cons { background: #fff7f7; border-color: #efd9dc; }
.pros h3 { color: #22623d; }
.cons h3 { color: var(--red); }
.pros ul, .cons ul { list-style: none; padding: 0; margin: 16px 0 0; }
.pros li, .cons li { margin-bottom: 11px; font-size: 15px; }
.pros li { color: #315b42; }
.cons li { color: #65474c; }

.editorial-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.editorial-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 27px; }
.editorial-card h2 { font-size: 26px; letter-spacing: -.5px; }
.editorial-card p { color: #607184; font-size: 15px; }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.company-grid > div { background: var(--soft); padding: 14px; border-radius: 10px; }
.company-grid strong, .assessment strong { color: var(--navy); }
.company-grid p { margin: 7px 0 0; font-size: 13px; line-height: 1.5; }
.assessment { margin-top: 20px; padding: 17px; background: #eef5fb; border-left: 4px solid var(--navy); border-radius: 8px; }
.assessment p { margin: 6px 0 0; }
.buy-card .button { width: 100%; margin-top: 14px; }
.outbound-note { margin-top: 12px; font-size: 12px !important; }

.faq-wrap { max-width: 880px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.faq-list summary { list-style: none; cursor: pointer; padding: 18px 20px; display: flex; justify-content: space-between; gap: 16px; align-items: center; color: var(--navy); font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 24px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: #5b6d80; font-size: 16px; }

.final-cta { background: linear-gradient(115deg, #102b4e, #173d6b); color: #fff; }
.final-cta-inner { min-height: 260px; display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 48px; padding-bottom: 48px; }
.final-cta h2 { color: #fff; margin-bottom: 10px; }
.final-cta p { color: #dce8f4; max-width: 700px; margin-bottom: 0; }
.kicker.light { color: #bad4eb; }
.final-cta .button-primary { background: #fff; color: var(--navy); box-shadow: none; }
.final-cta .button-primary:hover { background: #f2f6fa; }

.legal-note { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding-top: 42px; padding-bottom: 42px; }
.legal-note > div { border-left: 3px solid #d8e1ea; padding-left: 16px; }
.legal-note strong { color: var(--navy); }
.legal-note p { font-size: 13px; color: #6a7a8d; margin: 6px 0 0; }

.footer { background: #0c2441; color: #e7eef5; }
.footer-grid { min-height: 160px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-brand { font-size: 24px; font-weight: 850; }
.footer p { margin: 2px 0 0; color: #b5c6d7; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 22px; }
.footer-links a { color: #d6e2ec; font-size: 12px; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.copyright { white-space: nowrap; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .header-inner > .button { display: none; }
  .hero-grid, .two-column, .ingredients-layout, .cost-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; gap: 34px; padding-top: 42px; padding-bottom: 48px; }
  .hero-visual { max-width: 680px; }
  .facts-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .price-card { min-height: 0; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .editorial-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 35px; padding-bottom: 35px; }
}

@media (max-width: 680px) {
  body { font-size: 17px; }
  .container { width: min(100% - 28px, var(--max)); }
  .site-header { position: static; }
  .header-inner { min-height: 72px; }
  .brand-name { font-size: 22px; }
  .brand-tagline { font-size: 10px; }
  h1 { font-size: 42px; letter-spacing: -1.8px; }
  h2 { font-size: 30px; }
  .hero-subtitle { font-size: 20px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 9px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact-card { min-height: 0; }
  .section, .quick-facts { padding-top: 56px; padding-bottom: 56px; }
  .pros-cons, .editorial-grid, .company-grid, .legal-note { grid-template-columns: 1fr; }
  .editorial-card:last-child { grid-column: auto; }
  .daily-costs span { align-items: flex-start; flex-direction: column; gap: 2px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; min-height: 0; }
  .final-cta .button { width: 100%; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
}

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