:root {
  --navy: #06283b;
  --navy-2: #0b3b52;
  --teal: #0aa6a6;
  --teal-dark: #087d80;
  --sky: #dff7f5;
  --cream: #fbf8f2;
  --white: #ffffff;
  --ink: #18313f;
  --muted: #5f717b;
  --line: #dbe5e7;
  --blue: #326ee8;
  --gold: #d59a21;
  --coral: #d86d55;
  --purple: #7254b8;
  --shadow: 0 18px 50px rgba(6, 40, 59, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-dark); text-underline-offset: 3px; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin: 0 0 .6em; }
h1 { font-size: clamp(2.65rem, 7vw, 5.9rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.025em; }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.25em; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--navy); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.skip-link { position: absolute; left: 12px; top: -60px; background: white; padding: 10px 14px; z-index: 30; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(6,40,59,.97); color: white; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; font: 700 1.45rem/1 Georgia, serif; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid var(--teal); border-radius: 50% 50% 48% 52%; color: #58ddd3; font: 700 1.7rem/1 sans-serif; transform: rotate(-18deg); }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { color: white; text-decoration: none; font-weight: 650; font-size: .95rem; }
.primary-nav a:hover, .primary-nav a:focus { color: #72e4dc; }
.menu-button { display: none; color: white; border: 1px solid rgba(255,255,255,.45); background: transparent; border-radius: 9px; padding: 8px 12px; font: inherit; }

.hero { position: relative; overflow: hidden; padding: 88px 0 72px; background: radial-gradient(circle at 82% 16%, rgba(74,219,209,.3), transparent 27%), linear-gradient(135deg, #f9fcfb 0%, #eef9f8 52%, #fbf8f2 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.hero h1 { max-width: 780px; }
.hero .lede { font-size: clamp(1.2rem, 2vw, 1.5rem); max-width: 650px; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 28px 0 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 10px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 25px rgba(50,110,232,.25); }
.button-primary:hover, .button-primary:focus { background: #245ed4; }
.button-secondary { color: var(--navy); border: 2px solid var(--navy); }
.button-large { min-height: 58px; padding: 15px 25px; font-size: 1.05rem; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.trust-row span::before { content: '✓'; color: var(--teal-dark); font-weight: 900; margin-right: 6px; }
.hero-art { position: relative; min-height: 500px; }
.hero-art img { width: 100%; height: 500px; object-fit: cover; object-position: 68% center; border-radius: 32px 32px 80px 32px; box-shadow: var(--shadow); }
.hero-note { position: absolute; left: -20px; bottom: 26px; max-width: 235px; background: white; border-radius: 16px; padding: 17px 19px; box-shadow: var(--shadow); font-family: Georgia, serif; color: var(--navy); font-size: 1.1rem; transform: rotate(-2deg); }

.intro-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.intro-row p { max-width: 540px; margin-bottom: 8px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 28px; background: white; border: 1px solid var(--line); border-top: 6px solid var(--teal); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(6,40,59,.06); }
.product-card.accent-blue { border-top-color: var(--blue); }
.product-card.accent-gold { border-top-color: var(--gold); }
.product-card.accent-navy { border-top-color: var(--navy); }
.product-card.accent-coral { border-top-color: var(--coral); }
.product-card.accent-purple { border-top-color: var(--purple); }
.product-card-top { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.product-card h3 a { color: var(--navy); text-decoration: none; }
.product-card > p { color: var(--muted); }
.price { color: var(--navy); font-size: 1.35rem; font-weight: 900; }
.text-link { margin-top: auto; font-weight: 800; text-decoration: none; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); }
.benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 50%; background: rgba(83,222,212,.15); color: #77eee5; font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; counter-reset: steps; }
.step { counter-increment: steps; }
.step::before { content: '0' counter(steps); display: block; color: var(--teal); font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.founder-grid, .two-column, .product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.founder-image { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.founder-image img { aspect-ratio: 16 / 10; object-fit: cover; object-position: 54% center; }

.page-hero { padding: 82px 0 58px; background: linear-gradient(135deg, var(--cream), var(--sky)); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero .lede, .lede { color: var(--muted); font-size: 1.24rem; max-width: 760px; }
.product-hero { background: linear-gradient(135deg, #f7fbfb, var(--cream)); }
.product-layout { grid-template-columns: 1.18fr .82fr; }
.product-price { color: var(--navy); font-size: 1.8rem; font-weight: 900; }
.product-price span { color: var(--muted); font-size: .9rem; font-weight: 500; }
.microcopy { max-width: 620px; margin-top: 12px; color: var(--muted); font-size: .82rem; }
.guide-preview { display: flex; flex-direction: column; justify-content: space-between; min-height: 470px; padding: 38px; color: white; background: linear-gradient(150deg, var(--teal-dark), var(--navy)); border-radius: 22px 22px 70px 22px; box-shadow: var(--shadow); }
.guide-preview.accent-blue { background: linear-gradient(150deg, var(--blue), var(--navy)); }
.guide-preview.accent-gold { background: linear-gradient(150deg, var(--gold), var(--navy)); }
.guide-preview.accent-navy { background: linear-gradient(150deg, #31546a, var(--navy)); }
.guide-preview.accent-coral { background: linear-gradient(150deg, var(--coral), var(--navy)); }
.guide-preview.accent-purple { background: linear-gradient(150deg, var(--purple), var(--navy)); }
.guide-preview strong { font: 700 clamp(2.1rem, 4.3vw, 3.8rem)/1.06 Georgia, serif; }
.guide-kicker { font-size: .75rem; font-weight: 900; letter-spacing: .18em; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: 10px 0 10px 36px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 9px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--sky); color: var(--teal-dark); font-weight: 900; }
.info-card { padding: 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(6,40,59,.06); }
.info-card hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px; color: white; background: var(--navy); border-radius: 28px; }
.callout h2 { color: white; font-size: clamp(1.8rem, 3.5vw, 3rem); margin-bottom: 0; }

.article-card { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.article-card h2 { font-size: 2rem; }
.article-meta { color: var(--muted); font-size: .86rem; }
.article-body { width: min(760px, 100%); margin-inline: auto; }
.article-body h2 { margin-top: 1.55em; }
.article-body h3 { margin-top: 1.5em; }
.article-body blockquote { margin: 30px 0; padding: 24px 28px; background: var(--sky); border-left: 5px solid var(--teal); border-radius: 0 14px 14px 0; color: var(--navy); font: 700 1.25rem/1.5 Georgia, serif; }
.action-box { margin: 34px 0; padding: 28px; background: var(--navy); color: white; border-radius: var(--radius); }
.action-box h2, .action-box h3 { color: white; }
.faq-list { display: grid; gap: 14px; }
details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
summary { cursor: pointer; color: var(--navy); font-weight: 800; }
details p { margin: 14px 0 0; color: var(--muted); }
.policy h2 { margin-top: 1.5em; font-size: 1.75rem; }
.policy ul { padding-left: 1.2em; }
.notice { padding: 18px 20px; border: 1px solid #e6d39c; border-radius: 12px; background: #fff9e7; }

.site-footer { padding: 64px 0 28px; background: #041f2e; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 50px; }
.footer-grid nav { display: grid; align-content: start; gap: 8px; }
.site-footer a { color: white; text-decoration: none; }
.brand-footer { margin-bottom: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 900px) {
  .hero-grid, .founder-grid, .two-column, .product-layout { grid-template-columns: 1fr; }
  .hero-art { min-height: 400px; }
  .hero-art img { height: 400px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .container { width: min(100% - 28px, 1160px); }
  .menu-button { display: inline-block; }
  .primary-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: var(--navy); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { padding-top: 62px; }
  .hero-art { min-height: 330px; }
  .hero-art img { height: 330px; }
  .hero-note { left: 10px; bottom: 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .intro-row, .callout, .article-card { display: block; }
  .article-card .button { margin-top: 18px; }
  .guide-preview { min-height: 380px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
