:root {
  color-scheme: light dark;
  --ink: #10201b;
  --muted: #63706b;
  --forest: #0d6b4a;
  --forest-dark: #05251d;
  --mint: #dcefe7;
  --gold: #d9ad57;
  --gold-soft: #f7ecd3;
  --paper: #f5f7f4;
  --white: #ffffff;
  --line: #dce3df;
  --indigo: #4c55a8;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 5vw;
  background: rgba(245, 247, 244, .92);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; }
.brand img { border-radius: 8px; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
nav a { color: var(--muted); padding: 25px 0 23px; border-bottom: 2px solid transparent; }
nav a:hover, nav a.active { color: var(--forest); border-color: var(--forest); }
.header-cta { justify-self: end; font-size: 14px; font-weight: 700; color: var(--forest); }

.hero {
  min-height: calc(100vh - 74px);
  max-height: 900px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
  align-items: center;
  gap: 5vw;
  padding: 70px 7vw 46px;
  overflow: hidden;
  background: var(--forest-dark);
  color: var(--white);
}
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(52px, 7vw, 92px); line-height: .98; letter-spacing: 0; max-width: 850px; }
.hero-lede { max-width: 650px; color: #c6d4cf; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-weight: 750; }
.button.primary { background: var(--gold); color: #182119; }
.button.secondary { border-color: #6a8179; color: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 24px; color: #a9bbb5; font-size: 13px; }
.trust-row span::before { content: "✓"; color: var(--gold); margin-right: 7px; font-weight: 800; }
.hero-product { align-self: end; height: min(760px, calc(100vh - 120px)); position: relative; display: flex; align-items: flex-end; justify-content: center; }
.hero-product img { position: relative; z-index: 1; height: 100%; width: auto; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 45px rgba(0,0,0,.36)); }
.product-glow { position: absolute; inset: 15% 5% 0; border: 1px solid rgba(217,173,87,.25); border-radius: 50% 50% 0 0; }

.proof-band { padding: 26px 7vw; background: var(--gold); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.proof-band p { margin: 0; font-weight: 800; }
.proof-band div { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; font-weight: 800; text-transform: uppercase; }

.product-section { padding: 105px 7vw; max-width: 1500px; margin: auto; }
.section-heading { max-width: 900px; margin-bottom: 48px; }
.section-heading h2, .showcase h2, .privacy-band h2, .support-intro h2 { font-size: clamp(34px, 5vw, 62px); line-height: 1.08; letter-spacing: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 250px; padding: 28px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-number { color: var(--forest); font-size: 12px; font-weight: 800; }
.feature h3 { margin: 55px 0 12px; font-size: 23px; }
.feature p { color: var(--muted); }

.showcase { padding: 100px 7vw; background: var(--white); display: grid; grid-template-columns: .8fr 1fr; gap: 8vw; align-items: center; }
.showcase-image { background: var(--mint); min-height: 650px; padding: 40px 40px 0; display: flex; align-items: flex-end; justify-content: center; border-radius: 8px; overflow: hidden; }
.showcase-image img { max-height: 690px; width: auto; filter: drop-shadow(0 24px 32px rgba(5,37,29,.22)); }
.showcase-copy { max-width: 650px; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.check-list { padding: 0; list-style: none; margin: 30px 0 0; }
.check-list li { padding: 14px 0; border-top: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--forest); }

.privacy-band { padding: 90px 7vw; color: var(--white); background: var(--indigo); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.privacy-band .eyebrow { color: #d8dcff; }
.privacy-band p { color: #e0e2f7; font-size: 18px; }
.privacy-band a { display: inline-block; margin-top: 16px; font-weight: 800; color: var(--white); }
.final-cta { padding: 110px 20px; text-align: center; background: var(--gold-soft); }
.final-cta img { margin: auto; border-radius: 14px; }
.final-cta h2 { margin: 24px 0 8px; font-size: clamp(38px, 5vw, 66px); }
.final-cta p { color: var(--muted); margin-bottom: 26px; }

.legal-hero { padding: 90px 7vw 70px; background: var(--forest-dark); color: var(--white); }
.legal-hero-inner { max-width: 970px; }
.legal-hero h1 { font-size: clamp(46px, 7vw, 80px); }
.legal-intro { max-width: 800px; color: #c6d4cf; font-size: 20px; }
.updated { color: #8fa79f; font-size: 13px; margin-top: 30px; }
.legal-shell { max-width: 1320px; margin: 0 auto; padding: 70px 5vw 110px; display: grid; grid-template-columns: 220px minmax(0, 820px); gap: 7vw; }
.legal-shell aside { position: sticky; top: 105px; align-self: start; display: grid; gap: 12px; font-size: 14px; }
.legal-shell aside p { font-weight: 800; margin-bottom: 5px; }
.legal-shell aside a { color: var(--muted); }
.legal-content h2 { margin: 44px 0 14px; font-size: 27px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #46534f; }
.legal-content li { margin-bottom: 8px; }
.legal-content a { color: var(--forest); text-decoration: underline; }

.support-hero { padding: 90px 7vw; background: var(--forest-dark); color: var(--white); display: grid; grid-template-columns: 1fr minmax(360px, .7fr); gap: 7vw; align-items: center; }
.support-hero h1 { font-size: clamp(52px, 7vw, 85px); }
.support-hero p:not(.eyebrow) { color: #c6d4cf; font-size: 20px; }
.support-email { padding: 28px; border: 1px solid #47655b; border-radius: 8px; display: grid; gap: 8px; background: #0b3027; }
.support-email span, .support-email small { color: #a9bbb5; }
.support-email strong { color: var(--gold); font-size: clamp(16px, 2vw, 23px); overflow-wrap: anywhere; }
.support-content { max-width: 1400px; margin: auto; padding: 100px 7vw; display: grid; grid-template-columns: .75fr 1fr; gap: 9vw; }
.support-intro p:not(.eyebrow) { color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::after { content: "+"; color: var(--forest); font-size: 22px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); margin: 14px 0 0; }
.support-grid { padding: 0 7vw 110px; max-width: 1400px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support-grid article { background: var(--white); border: 1px solid var(--line); padding: 28px; border-radius: 8px; }
.support-grid span { color: var(--forest); font-size: 12px; font-weight: 800; }
.support-grid h3 { margin: 40px 0 10px; }
.support-grid p { color: var(--muted); }

footer { padding: 55px 7vw 32px; background: #071b16; color: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-brand { margin-bottom: 14px; }
footer p { color: #91a49d; max-width: 480px; }
.footer-links { display: grid; gap: 9px; justify-self: end; text-align: right; color: #c5d0cc; font-size: 14px; }
.copyright { grid-column: 1 / -1; border-top: 1px solid #274038; padding-top: 24px; margin: 5px 0 0; font-size: 12px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: auto; min-height: 68px; padding: 12px 20px; }
  nav { grid-column: 1 / -1; grid-row: 2; width: 100%; overflow-x: auto; gap: 22px; }
  nav a { padding: 8px 0; white-space: nowrap; }
  .header-cta { display: none; }
  .hero { min-height: auto; max-height: none; grid-template-columns: 1fr; padding: 70px 24px 0; }
  .hero-product { height: 580px; }
  .proof-band, .privacy-band { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase { grid-template-columns: 1fr; padding: 75px 24px; }
  .showcase-image { min-height: 560px; }
  .legal-shell { grid-template-columns: 1fr; }
  .legal-shell aside { position: static; display: flex; flex-wrap: wrap; }
  .legal-shell aside p { width: 100%; }
  .support-hero, .support-content { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  h1 { font-size: 49px; }
  .hero-actions { flex-direction: column; }
  .hero-product { height: 490px; }
  .proof-band { align-items: flex-start; flex-direction: column; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 210px; }
  .showcase-image { min-height: 470px; padding: 25px 20px 0; }
  .privacy-band, .legal-hero, .support-hero { padding-left: 24px; padding-right: 24px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; text-align: left; }
}

@media (prefers-color-scheme: dark) {
  :root { --ink: #edf5f1; --muted: #a9b7b1; --paper: #0d1714; --white: #13211d; --line: #2a3934; --mint: #17362d; --gold-soft: #292319; }
  .site-header { background: rgba(13,23,20,.92); }
  .proof-band { color: #152019; }
  .legal-content p, .legal-content li { color: #bdc9c4; }
  .button.primary { color: #152019; }
}
