:root {
  --ink: #0b1f38;
  --muted: #536171;
  --navy: #082744;
  --navy-2: #0d3558;
  --teal: #0b7f87;
  --teal-soft: #e7f4f3;
  --gold: #c89b3c;
  --stone: #f4f1eb;
  --line: #dce4e7;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 39, 68, 0.12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0b94e; outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 12px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 840px); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.4rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.7rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.5rem); }
p { margin: 0; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.28rem); }
.section { padding: clamp(72px, 10vw, 132px) 0; }
.section--stone { background: var(--stone); }
.section--navy { background: var(--navy); color: white; }
.section-head { display: grid; gap: 20px; margin-bottom: clamp(34px, 6vw, 62px); }
.section-head--split { grid-template-columns: minmax(0, 1fr) minmax(280px, 480px); align-items: end; }
.section-head--split .lede { justify-self: end; }
.kicker { color: var(--teal); font-weight: 800; }
.muted { color: var(--muted); }
.fine { color: var(--muted); font-size: .9rem; }
.center { text-align: center; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(11,31,56,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: white; background: var(--teal); font-size: 1.45rem; box-shadow: inset 0 -6px 12px rgba(8,39,68,.18); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav a { position: relative; color: #334154; font-size: .92rem; font-weight: 650; text-decoration: none; }
.nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 10px 16px; border-radius: 999px; color: white !important; background: var(--navy); }
.language-nav { display: flex; gap: 5px; padding-left: 14px; border-left: 1px solid var(--line); }
.language-nav a { min-width: 32px; padding: 6px 7px; border-radius: 8px; text-align: center; }
.language-nav a[aria-current="page"] { color: var(--navy); background: var(--teal-soft); }
.menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; font: inherit; cursor: pointer; }

.hero-media { padding: 24px 0 0; background: #f7f7f4; }
.hero-frame { overflow: hidden; border: 1px solid var(--line); border-radius: clamp(12px, 2vw, 24px); background: white; box-shadow: 0 22px 70px rgba(8,39,68,.13); }
.hero-frame img { width: 100%; height: auto; object-fit: contain; }
.download-dock { position: relative; z-index: 2; width: min(calc(100% - 56px), 970px); margin: -2px auto 0; padding: 24px; border: 1px solid var(--line); border-radius: 0 0 24px 24px; background: white; box-shadow: var(--shadow); }
.download-dock__inner { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.download-label { margin-right: 12px; font-weight: 800; }
.store-badge-link { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; line-height: 0; text-decoration: none; }
.store-badge-image { display: block; width: auto; max-width: 100%; }
.store-badge-image--apple { height: 54px; }
.store-badge-image--google { height: 80px; }
.support-button { min-height: 62px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 19px; border: 1px solid var(--navy); border-radius: 14px; color: white; background: #050505; line-height: 1.05; text-decoration: none; }
.support-button span { display: grid; }
.support-button small { font-size: .72rem; font-weight: 600; }
.support-button strong { font-size: 1.1rem; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); align-items: center; gap: clamp(36px, 8vw, 92px); }
.intro-copy { display: grid; gap: 24px; }
.feature-list { display: grid; gap: 14px; margin: 6px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; }
.feature-list li::before { content: "✓"; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: white; background: var(--teal); font-weight: 900; }
.study-card { padding: clamp(26px, 4vw, 44px); border-radius: var(--radius); background: var(--navy); color: white; box-shadow: var(--shadow); }
.study-card__steps { display: grid; gap: 22px; margin-top: 28px; }
.study-step { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; }
.study-step__number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #f2cf7a; font-weight: 800; }
.study-step p { color: #cad5de; }

.promo-frame { padding: clamp(8px, 1.5vw, 16px); border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.promo-frame img { width: 100%; height: auto; border-radius: 16px; object-fit: contain; }
.media-caption { margin-top: 14px; color: var(--muted); font-size: .91rem; text-align: center; }
.promo-context { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 7px 12px; border-radius: 999px; color: var(--teal); background: var(--teal-soft); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 30px); }
.story-card { display: grid; align-content: start; gap: 18px; }
.story-card__media { overflow: hidden; aspect-ratio: 2 / 3; padding: 8px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 20px 55px rgba(8,39,68,.1); }
.story-card__media img { width: 100%; height: 100%; object-fit: contain; border-radius: 17px; }
.story-index { color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.story-card p { color: var(--muted); }

.screens-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.screen-card { display: grid; gap: 16px; padding: 24px 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; }
.phone { width: min(86%, 290px); margin: 0 auto -22px; padding: 12px 7px 0; border: 7px solid #13223a; border-bottom: 0; border-radius: 38px 38px 0 0; background: #13223a; box-shadow: 0 20px 45px rgba(8,39,68,.18); }
.phone img { width: 100%; height: auto; border-radius: 26px 26px 0 0; }
.screen-card p { color: var(--muted); }

.language-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: clamp(34px, 7vw, 72px); align-items: center; }
.language-copy { display: grid; gap: 24px; }
.language-links { display: grid; gap: 12px; }
.language-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: white; font-weight: 800; text-decoration: none; }
.language-link:hover { border-color: var(--teal); }

.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.benefit-number { margin-bottom: 24px; color: var(--gold); font-size: .85rem; font-weight: 850; }
.benefit p { margin-top: 12px; color: var(--muted); }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 24px 0; border: 0; color: var(--ink); background: none; font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.faq-question::after { content: "+"; color: var(--teal); font-size: 1.5rem; font-weight: 500; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { max-width: 760px; padding: 0 0 26px; color: var(--muted); }

.final-cta { overflow: hidden; padding: clamp(42px, 7vw, 78px); border-radius: 32px; background: var(--navy); color: white; }
.final-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; }
.final-cta p { max-width: 640px; margin-top: 18px; color: #cbd6df; }
.final-cta__actions { display: grid; gap: 12px; }

.site-footer { padding: 64px 0 32px; color: #cad5de; background: #061b2f; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 36px; }
.footer-brand { color: white; }
.footer-note { max-width: 390px; margin-top: 18px; font-size: .9rem; }
.footer-title { margin-bottom: 14px; color: white; font-size: .86rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #cad5de; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

.page-hero { padding: clamp(72px, 10vw, 120px) 0 68px; background: var(--stone); }
.page-hero__inner { display: grid; gap: 24px; }
.page-hero h1 { max-width: 900px; }
.page-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.platform-grid, .route-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.platform-card, .route-card { display: grid; align-content: start; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.platform-card--apple { grid-column: span 3; grid-template-columns: 100px minmax(0,1fr) auto; align-items: center; border-color: #9db2c2; box-shadow: var(--shadow); }
.app-icon { width: 100px; height: 100px; border-radius: 23px; object-fit: cover; }
.platform-card p, .route-card p { color: var(--muted); }
.platform-badge { color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.text-link { color: var(--teal); font-weight: 800; text-underline-offset: 3px; }

.legal { padding: 72px 0 100px; }
.legal article { display: grid; gap: 22px; }
.legal h1 { margin-bottom: 6px; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.legal h2 { margin-top: 28px; font-size: clamp(1.45rem, 3vw, 2rem); }
.legal p, .legal li { color: #465466; }
.legal ul { display: grid; gap: 10px; margin: 0; padding-left: 22px; }
.legal-meta { color: var(--teal) !important; font-weight: 700; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--stone); }

@media (max-width: 980px) {
  .menu-button { display: grid; place-items: center; }
  .nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; align-items: stretch; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .nav.is-open { display: grid; }
  .nav a { padding: 11px 12px; }
  .language-nav { margin-top: 6px; padding: 10px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .section-head--split, .intro-grid, .language-layout { grid-template-columns: 1fr; }
  .section-head--split .lede { justify-self: start; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .screens-grid { grid-template-columns: repeat(2, 1fr); }
  .screen-card:last-child { grid-column: 1 / -1; width: min(100%, 540px); justify-self: center; }
  .final-cta__inner { grid-template-columns: 1fr; }
  .final-cta__actions { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 68px; }
  .brand { font-size: .94rem; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-media { padding-top: 14px; }
  .hero-frame { border-radius: 12px; }
  .download-dock { width: min(calc(100% - 28px), 970px); padding: 20px 16px; }
  .download-label { width: 100%; margin: 0; text-align: center; }
  .store-badge-link, .support-button { width: 100%; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-card:last-child { grid-column: 1 / -1; width: min(100%, 360px); justify-self: center; }
  .platform-grid, .route-grid { grid-template-columns: 1fr; }
  .platform-card--apple { grid-column: auto; grid-template-columns: 76px 1fr; }
  .platform-card--apple .store-badge-link { grid-column: 1 / -1; }
  .app-icon { width: 76px; height: 76px; border-radius: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

@media (max-width: 520px) {
  .section { padding: 68px 0; }
  .story-grid { display: flex; gap: 16px; margin-inline: -14px; padding: 0 14px 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .story-card, .story-card:last-child { flex: 0 0 min(86vw, 360px); width: auto; scroll-snap-align: center; }
  .screens-grid, .benefit-grid { grid-template-columns: 1fr; }
  .screen-card:last-child { grid-column: auto; width: 100%; }
  .final-cta { padding: 34px 22px; border-radius: 24px; }
  .final-cta__actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > * { grid-column: auto !important; }
  .page-actions { display: grid; }
  .page-actions > * { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
