:root {
  color-scheme: light;
  --forest: #123d30;
  --forest-deep: #0c2c23;
  --forest-mid: #1a553e;
  --mint: #a7e4c5;
  --paper: #fafaf6;
  --paper-green: #edf5ec;
  --ink: #183128;
  --muted: #53685b;
  --line: #d5e2d6;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #28b3a5; outline-offset: 4px; border-radius: 5px; }
::selection { background: var(--mint); color: var(--forest-deep); }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: absolute; top: -80px; left: 18px; z-index: 20; padding: 11px 16px; background: #fff; color: var(--ink); border-radius: 7px; }
.skip-link:focus { top: 12px; }

/* Header is shared with the privacy and terms pages. */
.site-header { background: var(--forest); color: #fff; border-bottom: 1px solid #ffffff29; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-size: 19px; font-weight: 740; letter-spacing: -.035em; line-height: 1.1; }
.brand img { border-radius: 10px; }
.site-header nav, .footer nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.nav-text, .site-header nav > a:not(.nav-download) { color: #dbe9e1; transition: color .2s ease; }
.nav-text:hover, .site-header nav > a:not(.nav-download):hover { color: var(--mint); }
.nav-download { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 16px 8px 18px; border: 1px solid #b8dec8; border-radius: 100px; transition: background .2s ease, border-color .2s ease; }
.nav-download:hover { background: #ffffff16; border-color: var(--mint); }
.nav-download span { display: none; }
.nav-download::after { content: ""; width: 17px; height: 17px; background: url("/assets/site-arrow.svg") center / contain no-repeat; }

/* Main landing page */
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 77% 44%, #246047 0, transparent 46%), var(--forest); }
.hero::after { content: ""; position: absolute; right: -12%; bottom: -450px; width: 850px; height: 650px; border-radius: 50%; background: #a7e4c50b; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); align-items: center; gap: clamp(32px, 6vw, 100px); min-height: 560px; }
.hero-copy { padding: 66px 0 72px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: #c0e4cd; font-size: 11px; font-weight: 750; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #257351; }
.eyebrow-rule { display: inline-block; width: 25px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .availability h2, .download h2, .legal h1 { margin: 0; font: normal clamp(59px, 6.7vw, 94px)/1.02 var(--serif); letter-spacing: -.049em; }
.hero h1 em, .section-heading h2 em, .availability h2 em, .download h2 em { color: var(--mint); font-weight: normal; }
.hero .lede { max-width: 550px; margin: 29px 0 30px; color: #e1eee5; font-size: clamp(18px, 1.55vw, 20px); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; padding: 12px 20px; border: 0; border-radius: 100px; font-size: 14px; font-weight: 750; line-height: 1.25; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 22px #071e1822; }
.button .icon { width: 18px; height: 18px; }
.button-light { background: var(--mint); color: var(--forest-deep); }
.button-light:hover { background: #cef5df; }
.text-link, .inline-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link { color: #ebf6ed; }
.text-link:hover { color: var(--mint); }
.text-link .icon, .inline-link .icon { width: 17px; height: 17px; }
.hero-note { margin: 22px 0 0; color: #b6d5bf; font-size: 12px; letter-spacing: .005em; }

.hero-art { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; padding: 22px 20px 50px; }
.preview-frame { width: min(100%, 345px); overflow: hidden; border: 6px solid #d4eadb; border-radius: 32px; background: #f9fbf7; color: var(--ink); box-shadow: 0 30px 70px #071f195e, 0 0 0 1px #ebfff97a; }
.preview-top { display: flex; justify-content: space-between; align-items: center; min-height: 60px; padding: 14px 22px; background: #fff; border-bottom: 1px solid #e7eee7; }
.preview-label { display: flex; align-items: center; gap: 8px; color: #215640; font-size: 12px; font-weight: 800; letter-spacing: -.015em; }
.preview-label img { border-radius: 6px; }
.preview-top-mark { width: 26px; height: 3px; border-radius: 2px; background: #b6cbb9; }
.preview-content { padding: 26px 26px 17px; }
.preview-kicker { margin: 0 0 8px; color: #53816b; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.preview-title { margin: 0 0 24px; color: #183b2c; font: normal 34px/1.05 var(--serif); letter-spacing: -.04em; }
.preview-list { border-top: 1px solid #dce8dc; }
.preview-item { display: flex; align-items: center; gap: 12px; min-height: 59px; border-bottom: 1px solid #e0e9df; color: #243e2d; font-size: 14px; font-weight: 700; }
.preview-item small { display: block; margin-top: -3px; color: #68806e; font-size: 11px; font-weight: 450; }
.preview-check { display: grid; place-items: center; width: 22px; height: 22px; flex: none; border: 1.5px solid #a2baa8; border-radius: 7px; }
.preview-check .icon { width: 15px; height: 15px; stroke-width: 2.5; }
.preview-item.done .preview-check { border-color: #277a56; background: #277a56; color: #fff; }
.preview-add { display: flex; align-items: center; gap: 7px; padding: 18px 0 9px; color: #267b54; font-size: 12px; font-weight: 750; }
.preview-add .icon { width: 17px; height: 17px; }
.preview-footer { display: flex; justify-content: space-around; gap: 6px; padding: 11px 12px 13px; border-top: 1px solid #e0e9df; background: #fff; }
.preview-footer span { display: grid; justify-items: center; gap: 3px; min-width: 62px; color: #748a78; font-size: 10px; font-weight: 650; }
.preview-footer span:first-child { color: #24724f; }
.preview-footer .icon { width: 21px; height: 21px; }
.preview-caption { position: absolute; right: 20px; bottom: 29px; margin: 0; color: #b6d5bf; font-size: 11px; }

.section-pad { padding: 82px 0; }
.section-heading h2, .availability h2, .download h2 { font-size: clamp(49px, 5.2vw, 72px); }
.section-heading h2 em, .download h2 em { color: #287b56; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 48px; }
.feature { position: relative; padding-top: 17px; border-top: 1px solid var(--line); }
.feature::before { content: ""; position: absolute; top: -2px; left: 0; width: 45px; height: 3px; background: #2b8c5d; }
.feature-heading { display: flex; align-items: center; justify-content: space-between; min-height: 55px; }
.feature-number { color: #54846a; font-size: 12px; font-weight: 750; letter-spacing: .11em; }
.feature-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; background: #e4f2e6; color: #267551; }
.feature-icon .icon { width: 23px; height: 23px; }
.feature h3 { margin: 20px 0 10px; font: normal 31px/1.14 var(--serif); letter-spacing: -.025em; }
.feature p { max-width: 350px; margin: 0; color: var(--muted); line-height: 1.7; }

.availability { background: var(--forest-mid); color: #fff; }
.availability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 125px); }
.availability h2 em { color: var(--mint); }
.availability-title { display: flex; flex-direction: column; align-items: flex-start; }
.availability-copy { padding-top: 24px; color: #e1eee4; font-size: 16px; line-height: 1.65; }
.availability-copy p { margin: 0 0 18px; }
.availability-note { color: #d1e9d7; font-size: 14px; }
.inline-link { margin-top: 6px; color: #d3f2dd; }
.inline-link:hover { color: #fff; }

.download { overflow: hidden; background: var(--paper-green); }
.download-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; }
.download-detail { max-width: 610px; margin: 26px 0 26px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.download-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px; }
.download-actions > span { color: #51705c; font-size: 12px; font-weight: 650; }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: #24684b; }
.download-lockup { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 320px; gap: 15px; transform: rotate(-5deg); }
.download-mark { display: grid; place-items: center; width: 234px; height: 234px; border: 1px solid #c7e1c9; border-radius: 48px; background: #f9fdf8; box-shadow: 20px 24px 0 #d9ead8, 25px 34px 34px #1d5a3b20; }
.download-mark img { width: 124px; height: 124px; border-radius: 30px; }
.download-lockup > span { color: #246347; font: normal 25px var(--serif); letter-spacing: -.035em; }

.footer { background: var(--forest-deep); color: #e8f3eb; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 126px; }
.footer p { margin: 0; color: #b7d1be; font: italic 17px var(--serif); }
.footer nav { gap: 24px; }
.footer nav a:hover { color: var(--mint); }

/* Shared legal routes retain their own content and disclosures. */
.legal { min-height: 70vh; background: var(--paper); }
.legal-header { padding: 80px 0 70px; background: #e4f0e6; }
.legal-header .eyebrow { color: #287654; }
.legal h1 { color: #174b36; font-size: clamp(56px, 6vw, 82px); }
.legal-header p:last-child { max-width: 640px; margin: 20px 0 0; color: #476354; font-size: 18px; }
.legal-body { max-width: 790px; padding-top: 65px; padding-bottom: 110px; }
.legal-body h2 { margin: 48px 0 12px; color: #164833; font: normal 31px/1.2 var(--serif); letter-spacing: -.02em; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { color: #314839; line-height: 1.76; }
.legal-body ul { padding-left: 22px; }
.legal-body li { margin: 5px 0; padding-left: 4px; }
.legal-body a { color: #176a4a; text-decoration: underline; text-underline-offset: 3px; }
.legal-body .legal-notice { padding: 18px 23px; border-left: 3px solid #3e9970; background: #e7f2e9; color: #234b36; }
.legal-meta { margin-top: 36px; color: #5c7564; font-size: 13px; }

@media (max-width: 950px) {
  .hero-grid { gap: 26px; }
  .hero h1 { font-size: clamp(58px, 7.7vw, 75px); }
  .hero-art { padding-inline: 0; }
  .feature-grid { gap: 28px; }
  .availability-grid { gap: 45px; }
  .download-grid { gap: 20px; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 38px, 580px); }
  .header-inner { min-height: 68px; }
  .site-header nav { gap: 0; }
  .site-header nav > a:not(.nav-download) { display: none; }
  .brand { font-size: 17px; }
  .nav-download { min-height: 42px; padding: 7px 13px; font-size: 12px; }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { padding: 56px 0 8px; }
  .hero h1 { font-size: clamp(54px, 11.9vw, 77px); }
  .hero .lede { margin: 24px 0 25px; }
  .hero-art { min-height: 500px; padding: 18px 20px 46px; }
  .preview-caption { right: 20px; bottom: 22px; }
  .section-pad { padding: 64px 0; }
  .section-heading h2, .availability h2, .download h2 { font-size: clamp(46px, 10vw, 64px); }
  .feature-grid { grid-template-columns: 1fr; gap: 31px; margin-top: 38px; }
  .feature h3 { margin-top: 15px; }
  .feature p { max-width: 530px; }
  .availability-grid, .download-grid { grid-template-columns: 1fr; gap: 28px; }
  .availability-copy { padding-top: 0; }
  .download-lockup { min-height: 210px; margin-top: 5px; }
  .download-mark { width: 150px; height: 150px; border-radius: 35px; box-shadow: 12px 14px 0 #d9ead8, 18px 24px 25px #1d5a3b20; }
  .download-mark img { width: 86px; height: 86px; border-radius: 22px; }
  .download-lockup > span { font-size: 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 15px; min-height: 160px; padding-block: 25px; }
  .footer nav { flex-wrap: wrap; gap: 10px 24px; }
  .footer p { display: none; }
  .legal-header { padding: 65px 0 55px; }
  .legal-body { padding-top: 48px; padding-bottom: 80px; }
}
@media (max-width: 390px) {
  .wrap { width: calc(100% - 30px); }
  .brand { gap: 7px; font-size: 16px; }
  .brand img { width: 32px; height: 32px; }
  .nav-download { padding: 6px 10px; }
  .nav-download::after { width: 15px; height: 15px; }
  .hero h1 { font-size: clamp(48px, 13.5vw, 54px); }
  .hero-actions { gap: 11px 18px; }
  .button { gap: 10px; }
  .hero-art { min-height: 475px; padding-inline: 8px; }
  .preview-frame { width: min(100%, 325px); }
  .preview-caption { bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .nav-download, .nav-text, .site-header nav > a:not(.nav-download) { transition: none; }
  .button:hover { transform: none; }
}
