:root {
  --ink: #152635;
  --navy: #203648;
  --navy-deep: #132633;
  --teal: #14a99a;
  --teal-dark: #0b8178;
  --gold: #f2b72d;
  --paper: #f8faf9;
  --white: #ffffff;
  --muted: #5f6f79;
  --line: #dce4e4;
  --shadow: 0 22px 60px rgba(19, 38, 51, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(220, 228, 228, .8);
  background: rgba(248, 250, 249, .92);
  backdrop-filter: blur(14px);
}
.brand { text-decoration: none; font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.brand strong { color: var(--teal); }
nav { display: flex; gap: 2rem; }
nav a { color: #43545e; font-size: .94rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--teal-dark); }
.header-cta { padding: .7rem 1rem; border: 1px solid var(--navy); border-radius: 999px; font-weight: 750; text-decoration: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  width: min(1320px, 90vw);
  min-height: calc(100vh - 76px);
  margin: auto;
  padding: 5rem 0;
}
.eyebrow { margin: 0 0 1rem; color: var(--teal-dark); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(3rem, 6.5vw, 6.2rem); }
h1 em { color: var(--teal-dark); font-weight: inherit; }
.hero-lead { max-width: 660px; margin-bottom: 2rem; color: #465963; font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.2rem; border: 1px solid transparent; border-radius: 8px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--navy-deep); background: var(--gold); box-shadow: 0 9px 24px rgba(242, 183, 45, .28); }
.btn-primary:hover { background: #ffc43b; }
.btn-secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-dark { color: white; background: var(--navy-deep); }
.text-link { color: var(--navy); font-weight: 760; text-underline-offset: 4px; }
.trust-list { display: flex; flex-wrap: wrap; gap: .65rem 1.3rem; margin: 2rem 0 0; padding: 0; color: var(--muted); font-size: .88rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: .42rem; color: var(--teal-dark); font-weight: 900; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; aspect-ratio: 7 / 6; border-radius: 32px 4px 32px 4px; box-shadow: var(--shadow); object-fit: cover; }
.hero-card { position: absolute; right: -1.2rem; bottom: -1.5rem; width: min(320px, 80%); padding: 1.25rem; border-left: 5px solid var(--gold); border-radius: 4px 14px 14px 4px; color: white; background: var(--navy-deep); box-shadow: var(--shadow); }
.hero-card span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.hero-card strong { display: block; margin: .2rem 0; font-family: Georgia, serif; font-size: 1.45rem; }
.hero-card p { margin: 0; color: #d4dfe3; font-size: .86rem; }

.problem-band { padding: 5rem 8vw; color: white; text-align: center; background: var(--navy-deep); }
.problem-band p { margin: 0 0 .5rem; color: #aac1c8; }
.problem-band h2 { max-width: 1000px; margin: auto; font-size: clamp(2rem, 4.2vw, 4rem); }
.section { width: min(1180px, 88vw); margin: auto; padding: 7rem 0; }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .decision h2 { margin-bottom: 1rem; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.benefit-grid article { padding: 2rem; border-top: 4px solid var(--teal); background: white; box-shadow: 0 12px 30px rgba(19,38,51,.07); }
.number { color: var(--gold); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.benefit-grid h3 { margin: 1.4rem 0 .8rem; font-size: 1.65rem; }
.benefit-grid p { margin: 0; color: var(--muted); }

.offers { width: min(1280px, 92vw); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); border-radius: 18px; background: white; }
.price-card.recommended { border: 2px solid var(--teal); box-shadow: var(--shadow); transform: translateY(-12px); }
.price-card.premium { color: white; background: var(--navy); }
.badge { position: absolute; top: -15px; left: 50%; padding: .42rem .85rem; border-radius: 99px; color: var(--navy-deep); background: var(--gold); font-size: .68rem; font-weight: 950; letter-spacing: .08em; white-space: nowrap; transform: translateX(-50%); }
.tier { margin: 0 0 1rem; color: var(--teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.premium .tier { color: #4fd4c8; }
.price-card h3 { min-height: 3.2rem; margin-bottom: 1rem; font-size: 1.75rem; }
.price { display: flex; gap: .8rem; align-items: center; margin: 0 0 1rem; }
.price strong { font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.price span { max-width: 70px; color: var(--muted); font-size: .75rem; line-height: 1.2; }
.premium .price span, .premium .best-for, .premium li { color: #cbd9dd; }
.best-for { min-height: 4.5rem; margin-bottom: 1.2rem; color: var(--muted); }
.price-card ul { display: grid; gap: .65rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.price-card li::before { content: "✓"; margin-right: .5rem; color: var(--teal); font-weight: 900; }
.price-card .btn { margin-top: auto; }
.payment-note { max-width: 760px; margin: 2rem auto 0; color: var(--muted); font-size: .88rem; text-align: center; }

.decision { display: flex; gap: 3rem; align-items: center; justify-content: space-between; width: min(1100px, 88vw); margin-bottom: 5rem; padding: 3.5rem; border-radius: 24px; color: white; background: var(--teal-dark); }
.decision > div { max-width: 690px; }
.decision .eyebrow { color: #baf3ed; }
.decision h2 { margin-bottom: .7rem; }
.decision p:last-child { margin: 0; color: #d8f2ef; }
.decision .btn { flex: 0 0 auto; }
.faq { padding-top: 3rem; }
.faq-list { border-top: 1px solid var(--line); }
details { padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
details p { max-width: 850px; color: var(--muted); }
footer { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem 2rem; align-items: center; padding: 3rem 6vw; color: #d8e2e5; background: var(--navy-deep); }
footer a { color: white; }
.footer-brand { color: white; }
.copyright { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); color: #8fa6ae; font-size: .82rem; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 3.5rem; }
  .hero-visual { margin-top: 1rem; }
  .hero-card { right: .8rem; }
  .benefit-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.recommended { transform: none; }
  .decision { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .site-header { min-height: 66px; padding-inline: 5vw; }
  .header-cta { padding: .58rem .75rem; font-size: .8rem; }
  .hero { width: 90vw; padding: 3rem 0 4rem; }
  h1 { font-size: 2.75rem; }
  .hero-actions, .hero-actions .btn { width: 100%; }
  .hero-actions .text-link { margin: auto; }
  .trust-list { display: grid; }
  .hero-visual img { aspect-ratio: 4 / 5; }
  .hero-card { right: .5rem; bottom: -.9rem; }
  .problem-band { padding: 4rem 6vw; }
  .section { width: 90vw; padding: 5rem 0; }
  .benefit-grid article, .price-card { padding: 1.5rem; }
  .decision { width: 92vw; padding: 2rem; }
  .decision .btn { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
