:root {
  color-scheme: light;
  --ink: #173248;
  --cream: #fff8e9;
  --paper: #fffdf7;
  --coral: #f46d5b;
  --sun: #e6a929;
  --ocean: #20a7c9;
  --violet: #7354a6;
  --muted: #536174;
  --line: rgba(23, 50, 72, .15);
  font-family: Avenir Next, Avenir, ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }
.site-header { align-items: center; background: rgba(255, 248, 233, .92); border-bottom: 1px solid rgba(23, 50, 72, .1); display: flex; justify-content: space-between; min-height: 80px; padding: 12px clamp(20px, 5vw, 76px); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(16px); }
.brand { align-items: center; display: inline-flex; font-size: 25px; font-weight: 900; gap: 10px; letter-spacing: -.05em; text-decoration: none; }
.brand img { border-radius: 23%; width: 48px; }
nav { align-items: center; display: flex; gap: clamp(14px, 2.5vw, 32px); }
nav > a, footer a:not(.brand) { font-size: 14px; font-weight: 800; text-decoration: none; }
nav > a:hover, footer a:not(.brand):hover { color: var(--coral); }
.language select { appearance: none; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; color: var(--ink); cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; padding: 9px 29px 9px 13px; }
.language { position: relative; }
.language::after { color: var(--coral); content: "⌄"; font-size: 16px; pointer-events: none; position: absolute; right: 10px; top: 4px; }

.hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(400px, 1.06fr); min-height: min(720px, calc(100svh - 80px)); overflow: hidden; }
.hero-copy { align-self: center; max-width: 650px; padding: clamp(60px, 9vw, 130px) clamp(24px, 8vw, 132px); position: relative; z-index: 1; }
.eyebrow { color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .15em; margin: 0 0 15px; }
h1, h2, h3 { letter-spacing: -.055em; line-height: .98; }
h1 { font-size: clamp(53px, 7vw, 96px); margin: 0; max-width: 8ch; }
h2 { font-size: clamp(35px, 4.8vw, 64px); margin: 0; max-width: 15ch; }
h3 { font-size: 25px; margin: 0 0 12px; }
.lead { color: var(--muted); font-size: clamp(18px, 1.8vw, 23px); line-height: 1.45; margin: 26px 0 0; max-width: 31ch; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { border-radius: 14px; display: inline-block; font-size: 15px; font-weight: 900; padding: 15px 21px; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); box-shadow: 0 10px 24px rgba(244, 109, 91, .27); color: white; }
.button-primary:hover { background: #df5949; }
.button-quiet { border: 1px solid var(--line); color: var(--ink); }
.availability { color: var(--muted); font-size: 13px; font-weight: 700; margin: 20px 0 0; }
.hero-art { background: #a6dae0; min-height: 480px; position: relative; }
.hero-art::after { background: linear-gradient(90deg, var(--cream) 0%, rgba(255, 248, 233, 0) 22%), linear-gradient(0deg, rgba(23, 50, 72, .17), transparent 45%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-art img { height: 100%; object-fit: cover; object-position: 52% 50%; width: 100%; }
.intro-band { background: var(--ink); color: var(--cream); padding: clamp(37px, 5vw, 70px) 24px; text-align: center; }
.intro-band p { font-size: clamp(23px, 3vw, 42px); font-weight: 900; letter-spacing: -.045em; line-height: 1.05; margin: auto; max-width: 850px; }
.section { margin: 0 auto; max-width: 1280px; padding: clamp(70px, 10vw, 140px) clamp(22px, 5vw, 72px); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: clamp(35px, 5vw, 62px); }
.section-heading.compact { display: block; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.feature-card { border-radius: 25px; min-height: 300px; padding: 28px; position: relative; }
.feature-card p { font-size: 16px; line-height: 1.55; margin: 0; max-width: 27ch; }
.feature-number { bottom: 20px; font-size: 54px; font-weight: 900; letter-spacing: -.08em; opacity: .35; position: absolute; right: 25px; }
.feature-coral { background: #fbd8d2; }.feature-ocean { background: #d5f0f5; }.feature-sun { background: #faedbd; }
.app-showcase { border-top: 1px solid var(--line); max-width: 1440px; overflow: hidden; }
.phone-row { display: grid; gap: clamp(14px, 2vw, 29px); grid-template-columns: repeat(4, 1fr); }
.phone-row figure { margin: 0; }.phone-row img { border: 7px solid var(--ink); border-radius: 25px; box-shadow: 0 16px 32px rgba(23, 50, 72, .16); width: 100%; }
.phone-row figcaption { font-size: 13px; font-weight: 800; padding: 14px 6px 0; }
.trust { align-items: center; background: var(--paper); border-radius: 38px; display: grid; gap: clamp(30px, 7vw, 100px); grid-template-columns: 170px 1fr; margin: clamp(0px, 2vw, 30px) auto clamp(70px, 10vw, 140px); padding: clamp(40px, 7vw, 90px); }
.trust-art img { border-radius: 25%; box-shadow: 0 18px 40px rgba(23, 50, 72, .16); }.trust h2 { font-size: clamp(34px, 4vw, 55px); }
.trust-list { display: grid; gap: 12px; list-style: "✦  "; margin: 29px 0 0; padding-left: 21px; }.trust-list li { padding-left: 7px; }
.download-band { background: var(--ocean); padding: clamp(66px, 9vw, 130px) 24px; text-align: center; }.download-band .eyebrow { color: var(--ink); }.download-band h2 { margin: 0 auto; }.download-band p:not(.eyebrow) { font-size: 19px; margin: 21px auto 30px; max-width: 490px; }
.download-band .button-primary { background: var(--ink); box-shadow: none; }.download-band .button-primary:hover { background: #0d253a; }

.download-page { align-items: center; background: radial-gradient(circle at 70% 8%, #f6cf80 0, rgba(246, 207, 128, 0) 30%), var(--cream); display: flex; flex-direction: column; justify-content: center; min-height: calc(100svh - 80px); padding: 45px 22px 65px; }
.download-card { background: rgba(255, 253, 247, .9); border: 1px solid rgba(23, 50, 72, .1); border-radius: 32px; box-shadow: 0 22px 70px rgba(23, 50, 72, .12); max-width: 540px; padding: clamp(34px, 6vw, 58px); text-align: center; width: 100%; }.download-icon { border-radius: 24%; box-shadow: 0 14px 30px rgba(23, 50, 72, .14); margin: 0 auto 28px; }.download-card h1 { margin: 0 auto; max-width: none; }.centered { margin-left: auto; margin-right: auto; }.download-status { color: var(--muted); font-size: 15px; margin: 30px auto 15px; max-width: 28ch; }.store-button { background: var(--ink); border-radius: 14px; color: white; display: block; font-weight: 900; padding: 17px 20px; text-decoration: none; }.store-button:hover { background: #0d253a; }.android-pending { background: #f3eee2; border: 1px solid var(--line); border-radius: 14px; color: #566270; font-size: 14px; font-weight: 800; margin-top: 11px; padding: 16px; }.tiny { color: var(--muted); font-size: 12px; line-height: 1.45; margin: 23px auto 0; max-width: 33ch; }.back-link { font-size: 14px; font-weight: 800; margin: 28px 0 0; text-decoration: none; }.back-link:hover { color: var(--coral); }

.legal { margin: 0 auto; max-width: 850px; padding: clamp(56px, 8vw, 100px) 24px; }.legal h1 { font-size: clamp(43px, 6vw, 70px); max-width: none; }.legal h2 { font-size: 27px; letter-spacing: -.035em; line-height: 1.1; margin: 46px 0 13px; max-width: none; }.legal p { font-size: 16px; line-height: 1.65; }.legal a { color: #0c6f84; }.legal .updated { color: var(--muted); font-size: 14px; }.legal hr { border: 0; border-top: 1px solid var(--line); margin: 70px 0; }
footer { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 24px; justify-content: space-between; padding: 29px clamp(20px, 5vw, 76px); } footer div { display: flex; gap: 20px; } footer p { color: var(--muted); font-size: 12px; margin: 0; }.footer-brand { font-size: 20px; }.footer-brand img { width: 36px; }

:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
@media (max-width: 880px) { .hero { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 68px; }.hero-art { min-height: 410px; }.hero-art::after { background: linear-gradient(0deg, rgba(23, 50, 72, .17), transparent 45%); }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 230px; }.phone-row { grid-template-columns: repeat(2, 1fr); max-width: 600px; }.trust { border-radius: 0; grid-template-columns: 120px 1fr; margin-bottom: 70px; }.trust-art img { width: 120px; } }
@media (max-width: 570px) { .site-header { min-height: 68px; padding: 9px 16px; }.brand { font-size: 21px; }.brand img { width: 40px; } nav { gap: 10px; } nav > a { font-size: 12px; } nav a[href*="#how-it-works"] { display: none; }.language select { font-size: 12px; max-width: 103px; padding-left: 9px; }.hero-copy { padding: 58px 24px; }.hero-art { min-height: 300px; }.section-heading { display: block; }.phone-row { gap: 13px; }.phone-row img { border-radius: 18px; border-width: 5px; }.phone-row figcaption { font-size: 11px; }.trust { display: block; margin-top: 0; padding: 48px 25px; }.trust-art { margin-bottom: 30px; }.trust-art img { width: 100px; } footer { align-items: flex-start; flex-direction: column; gap: 18px; } footer p { order: 3; }.download-page { min-height: calc(100svh - 68px); }.download-card { border-radius: 25px; }.legal { padding-top: 58px; } }
