:root {
  --navy: #073a4b;
  --navy-deep: #032936;
  --orange: #d77b2e;
  --orange-light: #f0a45f;
  --cream: #fbf6ee;
  --paper: #fffdf9;
  --ink: #172a32;
  --muted: #5d6b70;
  --line: #dce3e4;
  --shadow: 0 24px 70px rgba(3, 41, 54, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1400px, calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); }
.center { text-align: center; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; background: #fff; color: var(--navy); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,249,.95); border-bottom: 1px solid rgba(7,58,75,.1); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 310px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 16px; font-weight: 700; }
.site-header nav a { text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { color: white; background: var(--navy); padding: 10px 18px; border-radius: 999px; }

.hero { position: relative; overflow: hidden; padding: 62px 0 58px; background: linear-gradient(125deg, #fffdf9 0%, #fbf5ea 52%, #f6e9d6 100%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -220px; border: 82px solid rgba(215,123,46,.12); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(500px, .85fr); align-items: center; gap: 76px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--orange); font-size: 14px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; color: var(--navy-deep); }
h1 { margin-bottom: 24px; font-size: clamp(44px, 3.2vw, 58px); letter-spacing: -.035em; }
.title-line { display: block; color: var(--navy-deep); white-space: nowrap; }
.title-line.accent { color: var(--orange); }
h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.025em; }
h3 { margin-bottom: 12px; font-size: 22px; }
p { margin-top: 0; }
.lead, .section-lead { font-size: 23px; line-height: 1.5; }
.hero-copy > p:not(.eyebrow) { max-width: 680px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 12px 24px; border-radius: 10px; font-weight: 800; text-decoration: none; }
.button.primary { color: #fff; background: var(--navy); box-shadow: 0 10px 25px rgba(7,58,75,.22); }
.button.primary:hover { background: #0b4c61; transform: translateY(-1px); }
.text-link { color: var(--navy); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.facts { display: flex; gap: 0; margin: 0; padding: 22px 0 0; border-top: 1px solid rgba(7,58,75,.16); list-style: none; }
.facts li { display: grid; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(7,58,75,.16); }
.facts li:last-child { border: 0; }
.facts strong { color: var(--navy); font-size: 25px; line-height: 1.1; }
.facts span { color: var(--muted); font-size: 14px; }
.product-stage { position: relative; margin: 0; padding: 18px; background: rgba(255,255,255,.82); border: 1px solid rgba(7,58,75,.12); border-radius: 30px; box-shadow: var(--shadow); transform: rotate(.5deg); }
.product-stage img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 16px; }
.product-stage figcaption { position: relative; z-index: 1; padding: 14px 8px 0; color: var(--muted); font-size: 14px; text-align: center; }
.stage-accent { position: absolute; inset: -16px 36px auto auto; width: 90px; height: 90px; border-radius: 50%; background: var(--orange); }

.trust-strip { color: #fff; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 22px 16px; text-align: center; font-weight: 700; border-right: 1px solid rgba(255,255,255,.18); }
.trust-grid p:last-child { border: 0; }
.trust-grid span { color: var(--orange-light); margin-right: 7px; }

.section { padding: 104px 0; }
.intro { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.benefit-grid article { padding: 28px; background: var(--cream); border-radius: var(--radius); border-top: 4px solid var(--orange); }
.number { display: inline-block; margin-bottom: 28px; color: var(--orange); font-size: 14px; font-weight: 800; letter-spacing: .14em; }
.benefit-grid p { margin-bottom: 0; color: var(--muted); font-size: 16px; }

.modules-section { color: #fff; background: var(--navy-deep); }
.modules-section h2, .modules-section h3 { color: #fff; }
.section-kicker.light { color: var(--orange-light); }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading > p { color: #c5d0d4; }
.module-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; margin: 0; padding: 0; list-style: none; counter-reset: module; }
.module-list li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.module-list li:last-child { grid-column: 1 / -1; max-width: calc(50% - 24px); }
.module-list span { display: grid; width: 50px; height: 50px; place-items: center; color: var(--navy-deep); background: var(--orange-light); border-radius: 50%; font-size: 19px; font-weight: 900; }
.module-list p { margin: 0; color: #b8c7cc; font-size: 16px; }

.audience { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.audience-card { padding: 48px; border-radius: 28px; }
.audience-card.yes { background: #fff; box-shadow: var(--shadow); }
.audience-card.no { background: #e7edef; }
.audience-card ul, .check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.audience-card li, .check-list li { position: relative; margin: 13px 0; padding-left: 34px; }
.audience-card li::before, .check-list li::before { position: absolute; left: 0; top: 1px; color: var(--orange); font-weight: 900; content: "✓"; }
.audience-card.no li::before { color: #7f9096; content: "–"; }
.small-note { margin: 30px 0 0; padding-top: 22px; color: var(--muted); border-top: 1px solid #cbd5d8; font-size: 15px; }

.included { background: #fff; }
.included-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.check-list { margin-top: 0; padding: 30px 36px; background: var(--cream); border-radius: var(--radius); }
.check-list li { padding-bottom: 12px; border-bottom: 1px solid #e4ded4; }
.check-list li:last-child { border: 0; padding-bottom: 0; }

.decision { background: linear-gradient(140deg, #f8ecdc, #fffaf3); }
.purchase { padding-top: 72px; background: #fff; }
.purchase-card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; color: #fff; background: var(--navy); border-radius: 32px; box-shadow: var(--shadow); }
.purchase-copy { padding: 58px; }
.purchase-copy h2 { color: #fff; }
.purchase-copy > p:not(.section-kicker) { color: #dbe5e8; }
.delivery { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); font-weight: 700; }
.price-box { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 50px; color: var(--ink); background: #f7e6d2; text-align: center; }
.price-label { margin-bottom: 0; color: var(--muted); font-weight: 700; }
.price { margin: 0; color: var(--navy); font-size: 58px; line-height: 1.1; font-weight: 900; letter-spacing: -.04em; }
.no-sub { margin-top: 20px; font-weight: 700; }
.button.disabled { width: 100%; color: #fff; background: #7b888d; cursor: not-allowed; }
.return { margin: 14px 0 0; color: var(--muted); font-size: 15px; }
.disclaimer { padding-top: 62px; padding-bottom: 70px; }
.disclaimer h2 { font-size: 26px; }
.disclaimer p { color: var(--muted); }

footer { padding: 42px 0; color: #d7e1e4; background: #021f29; }
.footer-grid { display: grid; grid-template-columns: 260px 1fr auto; gap: 34px; align-items: center; }
.footer-grid img { width: 235px; padding: 8px; background: #fff; border-radius: 10px; }
.footer-grid p { margin: 0; }
.footer-grid nav { display: flex; gap: 24px; }
.footer-grid a { text-underline-offset: 5px; }

.legal-main { min-height: 70vh; padding: 76px 0 96px; background: linear-gradient(140deg, #fffdf9, #fbf5ea); }
.legal-card { width: min(900px, calc(100% - 40px)); margin-inline: auto; padding: 54px 60px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.legal-card h1 { margin-bottom: 12px; }
.legal-card h2 { margin-top: 42px; margin-bottom: 14px; font-size: 28px; }
.legal-card h3 { margin-top: 28px; font-size: 21px; }
.legal-card p, .legal-card li { font-size: 17px; }
.legal-card address { font-style: normal; }
.legal-card a { color: var(--navy); text-underline-offset: 4px; }
.legal-card .legal-intro { color: var(--muted); font-size: 19px; }
.legal-card .legal-note { margin-top: 38px; padding: 20px 22px; background: var(--cream); border-left: 4px solid var(--orange); border-radius: 8px; }
.legal-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-actions .button.secondary { color: var(--navy); border: 2px solid var(--navy); }

a:focus-visible, .button:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 4px; }
@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .audience-grid, .included-grid, .purchase-card { grid-template-columns: 1fr; }
  .title-line { white-space: normal; }
  .product-stage { max-width: 720px; margin-inline: auto; transform: none; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p:nth-child(2) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 220px 1fr; }
  .footer-grid nav { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  body { font-size: 17px; }
  .container, .narrow { width: min(100% - 28px, 1400px); }
  .site-header { position: static; }
  .header-inner { min-height: 72px; }
  .brand img { width: 190px; }
  .nav-cta { padding: 9px 13px; font-size: 14px; }
  .hero { padding: 42px 0 50px; }
  h1 { font-size: 40px; }
  h2 { font-size: 34px; }
  .lead, .section-lead { font-size: 20px; }
  .facts { justify-content: space-between; }
  .facts li { margin-right: 10px; padding-right: 10px; }
  .facts strong { font-size: 22px; }
  .facts span { font-size: 12px; }
  .product-stage { padding: 12px; border-radius: 20px; }
  .trust-grid, .benefit-grid, .module-list { grid-template-columns: 1fr; }
  .trust-grid p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); text-align: left; padding: 15px 6px; }
  .trust-grid p:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .benefit-grid { margin-top: 34px; }
  .module-list li:last-child { grid-column: auto; max-width: none; }
  .audience-card, .purchase-copy, .price-box { padding: 30px 24px; }
  .included-grid { gap: 30px; }
  .check-list { padding: 24px; }
  .price { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-column: auto; flex-direction: column; gap: 10px; }
  .legal-main { padding: 38px 0 60px; }
  .legal-card { width: min(100% - 28px, 900px); padding: 32px 23px; border-radius: 18px; }
  .legal-card h1 { font-size: 38px; }
  .legal-card h2 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
