:root {
  --ink: #182321;
  --muted: #66736c;
  --paper: #f7f5ef;
  --paper-deep: #eeece3;
  --sage: #dfe9da;
  --green: #1f5d4b;
  --green-dark: #153f35;
  --mint: #b8d7c9;
  --coral: #e18d74;
  --line: rgba(24, 35, 33, .14);
  --shadow: 0 24px 70px rgba(24, 35, 33, .12);
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 10px 14px; border-radius: 8px; background: var(--green-dark); color: white; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(24, 35, 33, .07); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 1.12rem; font-weight: 780; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: inline-flex; color: var(--green); }
.brand-mark svg { width: 100%; height: 100%; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #53625a; font-size: .92rem; font-weight: 620; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green); }
.nav-button { padding: 10px 16px; border-radius: 999px; background: var(--green); color: white !important; }
.language-picker { display: inline-flex; align-items: center; }
.language-picker select { padding: 8px 9px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--green-dark); font-size: .78rem; font-weight: 800; cursor: pointer; }
.language-picker select:focus-visible { outline: 3px solid rgba(31, 93, 75, .2); outline-offset: 2px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--green-dark); font-size: 1.3rem; cursor: pointer; }

.section { padding: 112px 0; }
.hero { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 72px; padding-top: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--green-dark); letter-spacing: -.065em; line-height: 1.02; }
h1 { max-width: 600px; margin-bottom: 26px; font-size: clamp(3.7rem, 7vw, 6.3rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem, 4vw, 4rem); }
h3 { margin-bottom: 12px; color: var(--green-dark); font-size: 1.18rem; letter-spacing: -.03em; }
.hero-lede { max-width: 520px; margin-bottom: 34px; color: var(--muted); font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(24, 35, 33, .14); }
.button-primary { background: var(--green); color: white; }
.button-light { background: #fffaf0; color: var(--green-dark); }
.text-link { color: var(--green); font-weight: 760; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.quiet-note { margin: 22px 0 0; color: #53625a; font-size: .82rem; }

.hero-card { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; border-radius: 34px; background: linear-gradient(145deg, #d9e9dc, #b4d1c3); box-shadow: var(--shadow); }
.card-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(255, 253, 245, .34); filter: blur(5px); }
.phone-shell { position: relative; z-index: 2; width: min(260px, 66%); padding: 9px; border: 5px solid #234b41; border-radius: 30px; background: #234b41; box-shadow: 0 26px 40px rgba(22, 59, 48, .25); transform: rotate(4deg); }
.phone-speaker { position: absolute; top: 13px; left: 50%; z-index: 2; width: 56px; height: 5px; border-radius: 99px; background: #183a31; transform: translateX(-50%); }
.phone-screen { min-height: 470px; padding: 34px 14px 18px; overflow: hidden; border-radius: 21px; background: #faf8f1; }
.phone-topline { display: flex; justify-content: space-between; color: var(--green-dark); font-size: .65rem; font-weight: 800; }
.tiny-status { color: var(--coral); font-size: .7rem; }
.phone-greeting { margin: 34px 0 5px; color: var(--green-dark); font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.phone-subtitle { color: var(--muted); font-size: .62rem; line-height: 1.4; }
.phone-stat { margin-top: 20px; padding: 14px; border-radius: 15px; background: #e6efe2; color: var(--green); font-size: .58rem; font-weight: 700; }
.phone-stat strong { display: block; margin: 1px 0 8px; color: var(--green-dark); font-size: 1.2rem; letter-spacing: -.04em; }
.stat-rule { height: 1px; background: rgba(31, 93, 75, .2); }
.phone-stat-row { display: flex; justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: .52rem; }
.phone-rescue { margin-top: 13px; padding: 11px; border-radius: 12px; background: var(--green); color: white; text-align: center; font-size: .67rem; font-weight: 800; }
.phone-rescue span { margin-right: 4px; font-size: 1rem; }
.phone-section-title { margin: 17px 0 8px; color: var(--green-dark); font-size: .83rem; font-weight: 800; }
.phone-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.phone-actions span { padding: 12px 2px; border: 1px solid #adc2b3; border-radius: 10px; color: var(--green); text-align: center; font-size: .5rem; font-weight: 700; }
.phone-footer-note { margin: 18px 0 0; color: #86928a; text-align: center; font-size: .55rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(31, 93, 75, .22); border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; }
.orbit-two { width: 600px; height: 600px; }

.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f1efe7; }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 26px 0; color: var(--muted); font-size: .86rem; }
.trust-items span { display: flex; flex-direction: column; gap: 3px; }
.trust-items strong { color: var(--green-dark); font-size: .82rem; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.split-heading h2 { max-width: 620px; margin-bottom: 0; }
.split-heading > p { max-width: 300px; margin-bottom: 4px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 325px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.25); }
.feature-card-dark { border-color: var(--green); background: var(--green); color: #e4f1e5; }
.feature-card-dark h3 { color: white; }
.feature-card-dark p { color: #c7ddd0; }
.feature-icon { width: 40px; height: 40px; margin-bottom: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 1.2rem; }
.feature-card-dark .feature-icon { background: rgba(255,255,255,.16); color: white; }
.feature-card p { color: var(--muted); font-size: .91rem; }
.feature-number { position: absolute; right: 24px; bottom: 22px; color: rgba(31, 93, 75, .35); font-size: .74rem; font-weight: 800; }
.feature-card-dark .feature-number { color: rgba(255,255,255,.4); }

.story-section { background: var(--green-dark); color: #d5e6da; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.story-copy h2 { color: white; }
.story-copy p:not(.eyebrow) { max-width: 560px; color: #bfd2c6; }
.story-copy .text-link { display: inline-block; margin-top: 16px; color: #d6ecda; }
.story-visual { position: relative; min-height: 410px; }
.story-circle { position: absolute; display: grid; place-items: center; border-radius: 50%; }
.circle-back { top: 32px; left: 15%; width: 290px; height: 290px; border: 1px solid rgba(184, 215, 201, .35); }
.circle-front { top: 80px; left: 28%; width: 245px; height: 245px; background: var(--coral); color: var(--green-dark); text-align: center; text-transform: uppercase; font-size: 1.25rem; font-weight: 850; letter-spacing: .05em; line-height: 1.15; }
.story-line { position: absolute; border-top: 1px solid rgba(184, 215, 201, .5); transform-origin: left; }
.line-a { top: 100px; left: 0; width: 135px; transform: rotate(22deg); }
.line-b { right: 0; bottom: 106px; width: 140px; transform: rotate(-18deg); }
.story-label { position: absolute; color: #b8d7c9; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.label-a { top: 70px; left: 0; }.label-b { top: 31px; right: 13%; }.label-c { right: 0; bottom: 82px; }

.signup-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 56px 64px; border-radius: 25px; background: var(--coral); }
.signup-card h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.signup-card p:not(.eyebrow) { max-width: 430px; color: #633e36; }
.signup-status { color: #633e36 !important; }
.signup-form label { display: block; margin-bottom: 8px; color: #633e36; font-size: .8rem; font-weight: 800; }
.form-row { display: flex; gap: 8px; }
.form-row input { min-width: 0; flex: 1; padding: 14px 16px; border: 1px solid rgba(99, 62, 54, .28); border-radius: 999px; outline: none; background: rgba(255,255,255,.55); color: var(--ink); }
.form-row input:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(31, 93, 75, .2); }
.signup-form small { display: block; margin-top: 12px; color: #70483e; font-size: .72rem; }
.safety-note { padding: 0 0 60px; color: #53625a; font-size: .78rem; }
.safety-note strong { color: var(--green-dark); }

.site-footer { padding: 58px 0 24px; background: var(--paper-deep); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 56px; }
.brand-footer { color: var(--green-dark); }
.footer-tagline { margin: 12px 0 0; color: var(--muted); font-size: .85rem; }
.footer-links { display: flex; align-items: start; gap: 26px; color: var(--green); font-size: .88rem; font-weight: 700; }
.footer-links a:hover, .footer-bottom a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #53625a; font-size: .76rem; }
.compact-footer { margin-top: 120px; padding-top: 24px; }

.legal-page, .support-page { padding-top: 100px; padding-bottom: 40px; }
.legal-page > h1, .support-page h1 { max-width: 700px; margin-bottom: 16px; font-size: clamp(3rem, 6vw, 5.2rem); }
.legal-intro { color: var(--muted); }
.legal-content { max-width: 720px; margin-top: 70px; }
.legal-content h2 { margin-top: 42px; margin-bottom: 12px; font-size: 1.5rem; letter-spacing: -.04em; }
.legal-content p, .legal-content li { color: #53625a; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.support-intro { max-width: 700px; padding-bottom: 90px; }.support-intro > p:not(.eyebrow) { max-width: 580px; margin-bottom: 28px; color: var(--muted); font-size: 1.1rem; }
.faq-section { max-width: 780px; }.faq-list { margin-top: 24px; border-top: 1px solid var(--line); }.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }.faq-list summary { color: var(--green-dark); cursor: pointer; font-weight: 800; }.faq-list p { max-width: 650px; margin: 14px 0 0; color: var(--muted); }
.support-callout { max-width: 780px; margin-top: 80px; padding: 34px; border-radius: 20px; background: var(--sage); }.support-callout h2 { margin-bottom: 10px; font-size: 2rem; }.support-callout p { color: var(--muted); }
.not-found { min-height: 70vh; display: grid; place-content: center; align-items: center; }.not-found h1 { font-size: clamp(3rem, 7vw, 6rem); }.not-found p { color: var(--muted); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 70px; }.hero-copy { max-width: 680px; }.hero-card { min-height: 520px; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.story-grid { grid-template-columns: 1fr; gap: 40px; }.story-visual { min-height: 350px; max-width: 560px; width: 100%; }.signup-card { gap: 35px; padding: 45px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 32px, 1120px); }.header-inner { min-height: 70px; }.menu-toggle { display: block; }.language-picker { margin-left: auto; margin-right: 8px; }.site-nav { position: absolute; top: 70px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px; }.nav-button { text-align: center; }.section { padding: 78px 0; } h1 { font-size: clamp(3.2rem, 16vw, 5rem); }.hero { min-height: auto; padding-top: 60px; }.hero-card { min-height: 470px; }.phone-shell { width: 220px; }.phone-screen { min-height: 420px; }.trust-items { grid-template-columns: 1fr; gap: 16px; padding: 22px 0; }.split-heading { display: block; margin-bottom: 34px; }.split-heading > p { margin-top: 20px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 270px; }.feature-icon { margin-bottom: 30px; }.story-visual { min-height: 300px; transform: scale(.86); transform-origin: left center; }.circle-back { left: 4%; }.circle-front { left: 19%; }.signup-card { grid-template-columns: 1fr; padding: 32px 24px; }.form-row { display: block; }.form-row input { width: 100%; margin-bottom: 9px; }.form-row .button { width: 100%; }.footer-grid, .footer-bottom { display: block; }.footer-links { margin-top: 30px; }.footer-bottom span + span { display: block; margin-top: 8px; }.legal-page, .support-page { padding-top: 70px; }.legal-content { margin-top: 48px; }.compact-footer { margin-top: 70px; }
}
