:root {
  --navy-950: #061f32;
  --navy-900: #082f49;
  --navy-800: #0c4564;
  --teal-700: #087f8c;
  --teal-600: #0e9aa7;
  --teal-100: #dff7f5;
  --amber-500: #f5a524;
  --amber-100: #fff2d6;
  --ink: #102a3a;
  --muted: #526b7a;
  --line: #d9e5ea;
  --paper: #ffffff;
  --mist: #f3f8fa;
  --shadow: 0 24px 70px rgba(6, 31, 50, .14);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 88px;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: #fff; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.notice-bar { background: var(--navy-950); color: #fff; font-size: .9rem; }
.notice-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.notice-inner a { color: #9cf4ec; font-weight: 800; margin-left: 8px; }
.notice-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--amber-500); box-shadow: 0 0 0 5px rgba(245,165,36,.16); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217,229,234,.8); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg,var(--navy-800),var(--teal-600)); }
.brand-mark svg { width: 28px; height: 28px; }
.brand b { display: block; font-size: 1.03rem; letter-spacing: -.02em; }
.brand small { display: block; color: var(--muted); font-size: .72rem; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { text-decoration: none; font-weight: 750; font-size: .9rem; color: #294858; }
.nav a:hover { color: var(--teal-700); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 850; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .nav a:focus-visible { outline: 3px solid var(--amber-500); outline-offset: 4px; }
.button-small { min-height: 46px; padding: 11px 18px; color: #fff; background: var(--navy-900); font-size: .85rem; }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg,#38dccb,#14b8a6); box-shadow: 0 14px 30px rgba(20,184,166,.25); }
.button-dark { color: #fff; background: var(--navy-900); box-shadow: 0 14px 30px rgba(8,47,73,.18); }
.button-light { color: var(--navy-950); background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.button-outline { color: var(--navy-900); border-color: var(--navy-900); background: transparent; }
.text-link { font-weight: 850; color: var(--navy-900); text-underline-offset: 4px; }

.hero { position: relative; background: radial-gradient(circle at 78% 18%,rgba(56,220,203,.2),transparent 27%), linear-gradient(120deg,#effafa 0%,#f8fbfc 54%,#e8f6f5 100%); overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; opacity:.35; background-image: linear-gradient(rgba(8,47,73,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(8,47,73,.045) 1px,transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to right,#000,transparent 74%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; min-height: 690px; padding-block: 74px; }
.eyebrow { margin: 0 0 16px; color: var(--teal-700); font-weight: 900; letter-spacing: .13em; font-size: .78rem; }
.eyebrow.light { color: #7ff4e9; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.8rem,5.2vw,5.25rem); line-height: .98; letter-spacing: -.058em; }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: #3e5d6d; font-size: 1.17rem; }
.hero-price { margin-top: 28px; display: flex; align-items: center; gap: 12px; }
.hero-price > span:first-child { align-self: flex-start; padding-top: 10px; color: var(--muted); font-weight: 800; text-transform: uppercase; font-size: .7rem; letter-spacing: .12em; }
.hero-price strong { color: var(--navy-900); font-size: 3.6rem; line-height: 1; letter-spacing: -.05em; }
.hero-price > span:last-child { font-weight: 850; line-height: 1.1; }
.hero-price small { color: var(--muted); font-weight: 650; }
.hero-mobile-product { display:none; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.microcopy { max-width: 670px; margin: 16px 0 0; color: var(--muted); font-size: .75rem; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 24px 0 0; padding: 0; list-style: none; font-size: .86rem; font-weight: 800; }
.hero-checks li::before { content:"✓"; color: var(--teal-700); margin-right: 7px; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content:""; position:absolute; inset:32px 0 0; border-radius: 46% 54% 52% 48% / 45% 44% 56% 55%; background: linear-gradient(145deg,#0b415d,#0d6b75); box-shadow: var(--shadow); z-index:-2; }
.visual-halo { position:absolute; width:72%; aspect-ratio:1; border-radius:50%; background: radial-gradient(circle,#ffce70 0%,rgba(245,165,36,.7) 28%,rgba(245,165,36,0) 68%); filter: blur(2px); z-index:-1; }
.hero-visual img { width: min(88%,510px); position: relative; z-index: 2; filter: drop-shadow(0 30px 28px rgba(0,0,0,.28)); }
.visual-base { position:absolute; bottom:54px; width:68%; height:30px; border-radius:50%; background:rgba(0,0,0,.28); filter:blur(11px); z-index:1; }
.visual-badge { position:absolute; top:56px; right:-14px; z-index:3; padding:13px 18px; color:#fff; background:var(--navy-950); border:1px solid rgba(255,255,255,.2); border-radius:16px; box-shadow:0 16px 28px rgba(0,0,0,.2); }
.visual-badge span,.visual-badge strong { display:block; }
.visual-badge span { font-size:.67rem; opacity:.75; text-transform:uppercase; letter-spacing:.1em; }
.visual-badge strong { font-size:1.05rem; }

.trust-strip { background: #fff; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 24px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy-900); background: var(--teal-100); border-radius: 50%; font-weight: 950; }
.trust-grid p { margin: 0; }
.trust-grid b,.trust-grid small { display: block; }
.trust-grid small { color: var(--muted); font-size: .75rem; margin-top: 2px; }

.section { padding-block: 104px; }
.section-tint { background: var(--mist); }
.section-heading { max-width: 680px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .decision-section h2, .final-cta h2 { margin: 0; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:not(.eyebrow), .decision-section > p { color: var(--muted); font-size: 1.06rem; }
.overview-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 76px; }
.overview-grid .button { margin-top: 20px; }
.lifestyle-card { margin: 0; padding: 18px; background: linear-gradient(145deg,#f6e7cd,#fdf7ed); border: 1px solid #eedab7; border-radius: var(--radius); box-shadow: var(--shadow); }
.lifestyle-card img { width:100%; border-radius: calc(var(--radius) - 10px); aspect-ratio: 1; object-fit: cover; }
.lifestyle-card figcaption { padding: 12px 4px 0; color: var(--muted); font-size: .72rem; }

.ingredient-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:46px; }
.ingredient-card { padding:28px; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 14px 36px rgba(6,31,50,.06); }
.ingredient-card > span { width:44px; height:44px; display:grid; place-items:center; border-radius:14px; color:#fff; background:linear-gradient(145deg,var(--navy-800),var(--teal-600)); font-weight:900; }
.ingredient-card h3 { margin:20px 0 8px; font-size:1.05rem; }
.ingredient-card p { margin:0; color:var(--muted); font-size:.9rem; }
.label-callout { margin-top:24px; padding:26px 30px; display:flex; align-items:center; justify-content:space-between; gap:28px; background:var(--amber-100); border:1px solid #f3d392; border-radius:20px; }
.label-callout h3 { margin:0; }
.label-callout p { margin:6px 0 0; color:#6f5a2d; }

.packages-section { background:#fff; }
.package-grid { display:grid; grid-template-columns:repeat(3,1fr); align-items:stretch; gap:20px; margin-top:54px; }
.package-card { position:relative; display:flex; flex-direction:column; padding:36px 28px 28px; border:1px solid var(--line); border-radius:26px; background:#fff; box-shadow:0 18px 46px rgba(6,31,50,.08); overflow:hidden; }
.package-card.featured { border:2px solid var(--teal-600); background:linear-gradient(180deg,#f2fffd,#fff 42%); transform:translateY(-12px); box-shadow:0 28px 60px rgba(8,127,140,.18); }
.featured-ribbon { position:absolute; inset:0 0 auto; padding:8px; color:var(--navy-950); background:var(--amber-500); font-size:.69rem; font-weight:950; letter-spacing:.08em; text-align:center; }
.package-kicker { margin:0; color:var(--teal-700); font-size:.72rem; font-weight:950; letter-spacing:.12em; }
.featured .package-kicker { margin-top:18px; }
.package-card h3 { margin:5px 0 0; font-size:1.65rem; letter-spacing:-.035em; }
.package-days { margin:3px 0 0; color:var(--muted); font-size:.85rem; }
.package-card img { width:100%; height:210px; object-fit:contain; margin:18px auto 6px; }
.package-price { display:flex; align-items:end; justify-content:center; gap:8px; }
.package-price strong { color:var(--navy-900); font-size:3.05rem; line-height:1; letter-spacing:-.06em; }
.package-price span { color:var(--muted); font-weight:800; font-size:.8rem; padding-bottom:5px; }
.package-total { text-align:center; font-weight:850; color:#385566; font-size:.86rem; }
.package-card ul { flex:1; margin:16px 0 26px; padding:18px 0 0; border-top:1px solid var(--line); list-style:none; }
.package-card li { margin:10px 0; color:#3f5c6c; font-size:.88rem; }
.package-card li::before { content:"✓"; color:var(--teal-700); font-weight:950; margin-right:9px; }
.package-card .button { width:100%; padding-inline:14px; font-size:.9rem; }
.pricing-note { max-width:900px; margin:28px auto 0; color:var(--muted); text-align:center; font-size:.76rem; }

.decision-section { color:#fff; background:radial-gradient(circle at 85% 10%,rgba(56,220,203,.22),transparent 28%),linear-gradient(135deg,var(--navy-950),var(--navy-800)); }
.decision-grid { display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:76px; }
.decision-grid > div:first-child p:not(.eyebrow) { color:#c3d8e3; }
.decision-grid .button { margin-top:18px; }
.decision-list { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.decision-list li { display:flex; align-items:center; gap:16px; padding:20px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:18px; }
.decision-list > li > span { flex:0 0 42px; width:42px; height:42px; display:grid; place-items:center; color:var(--navy-950); background:var(--amber-500); border-radius:13px; font-weight:950; }
.decision-list b,.decision-list small { display:block; }
.decision-list small { margin-top:3px; color:#c3d8e3; }

.faq-grid { display:grid; grid-template-columns:.68fr 1.32fr; gap:70px; align-items:start; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { position:relative; padding:23px 44px 23px 0; cursor:pointer; list-style:none; font-weight:850; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:4px; top:50%; transform:translateY(-50%); width:28px; height:28px; display:grid; place-items:center; color:var(--teal-700); background:var(--teal-100); border-radius:50%; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { margin:0; padding:0 46px 24px 0; color:var(--muted); }

.final-cta { padding-block:72px; color:#fff; background:linear-gradient(120deg,#0b5568,#0c7a82); }
.final-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.final-cta h2 { font-size:clamp(2rem,3.3vw,3rem); }
.final-cta p:not(.eyebrow) { max-width:650px; margin-bottom:0; color:#d9f0f1; }

.site-footer { color:#c0d2db; background:#041823; padding:62px 0 118px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .7fr 1.1fr; gap:54px; }
.footer-grid b { color:#fff; }
.footer-grid p { margin:10px 0 0; font-size:.8rem; }
.footer-grid a { display:block; width:max-content; margin-top:9px; color:#d8e6ec; font-size:.82rem; text-underline-offset:3px; }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; margin-top:44px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin:0; max-width:760px; font-size:.72rem; }

.sticky-cta { position:fixed; z-index:100; left:50%; bottom:14px; transform:translateX(-50%); width:min(calc(100% - 28px),1140px); min-height:70px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:10px 12px 10px 24px; color:#fff; background:rgba(6,31,50,.96); border:1px solid rgba(255,255,255,.15); border-radius:20px; box-shadow:0 18px 50px rgba(0,0,0,.34); backdrop-filter:blur(14px); }
.sticky-cta b,.sticky-cta span { display:block; }
.sticky-cta b { font-size:.94rem; }
.sticky-cta span { color:#b9ccd5; font-size:.7rem; }
.sticky-cta .button { min-height:50px; padding-block:10px; }

@media (max-width: 980px) {
  .nav { display:none; }
  .hero-grid { grid-template-columns:1fr 1fr; gap:26px; min-height:620px; }
  .hero h1 { font-size:clamp(2.5rem,5.7vw,4rem); }
  .hero-visual { min-height:470px; }
  .overview-grid,.decision-grid { gap:42px; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right:0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .ingredient-grid { grid-template-columns:repeat(2,1fr); }
  .package-grid { grid-template-columns:1fr; max-width:620px; margin-inline:auto; }
  .package-card.featured { transform:none; order:-1; }
  .package-card img { height:250px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom:82px; }
  .wrap { width:min(calc(100% - 28px),var(--max)); }
  .notice-inner { min-height:48px; flex-wrap:wrap; gap:4px 7px; padding-block:8px; line-height:1.25; }
  .notice-inner a { margin-left:0; width:100%; }
  .header-inner { min-height:68px; }
  .header-inner > .button { display:none; }
  .brand-mark { width:38px; height:38px; }
  .brand small { font-size:.66rem; }
  .hero-grid { grid-template-columns:1fr; min-height:0; padding-block:46px 54px; }
  .hero h1 { font-size:clamp(2.55rem,13vw,4.1rem); }
  .hero-lead { font-size:1.02rem; }
  .hero-price strong { font-size:3.2rem; }
  .hero-actions { display:grid; gap:14px; }
  .hero-actions .button { width:100%; }
  .text-link { text-align:center; }
  .hero-checks { display:grid; gap:8px; }
  .hero-visual { min-height:400px; margin-top:10px; }
  .hero-visual::before { inset:0 -28px 0; border-radius:42px; }
  .hero-visual img { width:min(96%,440px); }
  .visual-base { bottom:28px; }
  .visual-badge { top:15px; right:-8px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid > div { min-height:100px; align-items:flex-start; padding:18px 12px; gap:10px; }
  .trust-grid b { font-size:.82rem; }
  .section { padding-block:72px; }
  .overview-grid,.decision-grid,.faq-grid { grid-template-columns:1fr; gap:36px; }
  .overview-grid .button,.decision-grid .button { width:100%; }
  .ingredient-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .ingredient-card { padding:20px; }
  .ingredient-card p { font-size:.82rem; }
  .label-callout { align-items:stretch; flex-direction:column; padding:22px; }
  .label-callout .button { width:100%; }
  .package-grid { margin-top:38px; }
  .package-card { padding:30px 22px 24px; }
  .featured { padding-top:48px; }
  .package-card img { height:220px; }
  .final-cta-inner { align-items:stretch; flex-direction:column; }
  .final-cta .button { width:100%; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-bottom { flex-direction:column; gap:12px; }
  .sticky-cta { bottom:8px; width:calc(100% - 16px); min-height:68px; padding:9px 9px 9px 14px; border-radius:16px; }
  .sticky-cta > div { min-width:0; }
  .sticky-cta b { max-width:145px; font-size:.78rem; line-height:1.15; }
  .sticky-cta span { display:none; }
  .sticky-cta .button { flex:0 0 auto; min-height:48px; padding:10px 15px; font-size:.77rem; }
}

@media (max-width: 430px) {
  .ingredient-grid { grid-template-columns:1fr; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid > div { border-right:0; border-bottom:1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom:0; }
  .hero-price { align-items:flex-end; }
  .hero-price > span:last-child { font-size:.82rem; padding-bottom:4px; }
  .hero-mobile-product { display:block; width:94px; height:94px; object-fit:contain; margin-left:auto; margin-bottom:-5px; filter:drop-shadow(0 12px 12px rgba(6,31,50,.2)); }
  .package-price strong { font-size:2.75rem; }
}

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