:root {
  --sea-deep: #0a2e61;
  --sea-mid: #146b9e;
  --sea-light: #38b8e0;
  --coral: #ff6b61;
  --sand: #faf0dc;
  --gold: #f2c247;
  --mint: #2ed6b8;
  --ink: #121826;
  --ink-secondary: #616a78;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(10, 46, 97, 0.12);
  --max: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f2f8fc 0%, #faf6ef 55%, #fff 100%);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--sea-mid); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid rgba(20,107,158,0.08);
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 20px rgba(20,107,158,0.25); }
.nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.nav a { color: var(--ink-secondary); font-size: 0.92rem; font-weight: 600; text-decoration: none; }
.nav a:hover { color: var(--sea-mid); }
.nav a.btn-primary,
.nav a.nav-download {
  color: #fff !important;
}
.nav a.btn-primary:hover,
.nav a.nav-download:hover {
  color: #fff !important;
}
.lang-switch { display: flex; gap: 4px; background: #eef4f8; padding: 4px; border-radius: 999px; }
.lang-switch button {
  border: 0; background: transparent; padding: 6px 12px; border-radius: 999px;
  font-weight: 700; font-size: 0.78rem; cursor: pointer; color: var(--ink-secondary);
}
.lang-switch button.active { background: var(--white); color: var(--sea-mid); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 16px; font-weight: 700; border: 0; cursor: pointer;
  text-decoration: none !important; transition: transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--sea-mid), var(--sea-light));
  color: white; box-shadow: 0 12px 30px rgba(20,107,158,0.35);
}
.btn-ghost { background: rgba(255,255,255,0.15); color: white; border: 1px solid rgba(255,255,255,0.35); }

.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--sea-deep) 0%, #0f4478 45%, var(--sea-mid) 100%);
  color: white; padding: 72px 0 48px;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.hero::before { width: 420px; height: 420px; background: rgba(255,255,255,0.05); top: -120px; left: -80px; }
.hero::after { width: 280px; height: 280px; background: rgba(56,184,224,0.18); bottom: -60px; right: 8%; filter: blur(8px); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center;
}
.hero h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.08; margin: 0 0 16px; letter-spacing: -0.02em; }
.hero .lead { font-size: 1.12rem; opacity: 0.92; max-width: 34rem; margin-bottom: 28px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.12); font-size: 0.82rem; font-weight: 600;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.app-store-badge { height: 52px; width: auto; }
.android-note {
  margin: 14px 0 0;
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 600;
}
.android-note-on-dark {
  margin-top: 18px;
  opacity: 0.92;
}

.phone-wrap { display: flex; justify-content: center; position: relative; }
.phone {
  width: min(320px, 88vw); aspect-ratio: 393/852; border-radius: 42px; padding: 12px;
  background: linear-gradient(160deg, #1a1a1a, #3a3a3a);
  box-shadow: 0 40px 80px rgba(0,0,0,0.45), inset 0 0 0 2px rgba(255,255,255,0.08);
}
.phone-screen { border-radius: 32px; overflow: hidden; height: 100%; background: #000; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.section { padding: 72px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0 0 12px; letter-spacing: -0.02em; }
.section-head p { color: var(--ink-secondary); margin: 0; font-size: 1.05rem; }

.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.step {
  background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow);
  border: 1px solid rgba(20,107,158,0.06);
}
.step-num {
  width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--sea-mid), var(--sea-light)); color: white; font-weight: 800; margin-bottom: 14px;
}

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  background: white; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
  border: 1px solid rgba(20,107,158,0.06);
}
.feature-icon {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  color: white; font-size: 1.2rem; margin-bottom: 12px;
}
.feature-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.feature-card p { margin: 0; color: var(--ink-secondary); font-size: 0.92rem; }
.feature-card ul { margin: 10px 0 0; padding-left: 18px; color: var(--ink-secondary); font-size: 0.88rem; }

.legal-page { padding: 48px 0 72px; }
.legal-wrap {
  background: white;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(20,107,158,0.08);
  max-width: 820px;
  margin: 0 auto;
}
.legal-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(20,107,158,0.08);
  color: var(--sea-mid);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.legal-wrap h1 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
}
.legal-updated { color: var(--ink-secondary); margin: 0 0 28px; }
.legal-wrap h2 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
  color: var(--sea-deep);
}
.legal-wrap p, .legal-wrap li { color: var(--ink-secondary); }
.legal-wrap ul { padding-left: 1.2rem; }
.legal-wrap code {
  font-size: 0.92em;
  background: #eef4f8;
  padding: 2px 6px;
  border-radius: 6px;
}

.shot-carousel {
  position: relative;
  margin-top: 8px;
  max-width: 920px;
  margin-inline: auto;
}
.shot-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-radius: 28px;
}
.shot-track::-webkit-scrollbar { display: none; }
.shot-slide {
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  gap: 28px;
  align-items: center;
  background: white;
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(20,107,158,0.08);
}
.shot-slide-phone {
  width: min(240px, 72%);
  margin: 0 auto;
  align-self: start;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(160deg, #1a1a1a, #3a3a3a);
  box-shadow: 0 28px 60px rgba(10,46,97,0.28);
  line-height: 0;
}
.shot-slide-phone img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 24px;
  background: #111;
  object-fit: contain;
  object-position: top center;
}
.shot-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(20,107,158,0.08);
  color: var(--sea-mid);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.shot-slide-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  letter-spacing: -0.02em;
}
.shot-slide-copy .shot-desc {
  margin: 0;
  color: var(--ink-secondary);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 40ch;
}
.shot-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}
.shot-btn {
  width: 46px; height: 46px; border: 0; border-radius: 14px; cursor: pointer;
  background: #eef4f8; color: var(--sea-deep); font-size: 1.2rem; font-weight: 700;
}
.shot-btn:hover { background: var(--sea-mid); color: white; }
.shot-dots { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; max-width: 280px; }
.shot-dots button {
  width: 8px; height: 8px; border: 0; padding: 0; border-radius: 999px;
  background: #c9d6e0; cursor: pointer;
}
.shot-dots button.active { width: 22px; background: var(--sea-mid); }

.cities {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.city-card {
  background: white; border-radius: var(--radius); padding: 22px; text-align: center; box-shadow: var(--shadow);
}
.city-card .emoji { font-size: 2rem; margin-bottom: 8px; }
.city-card h3 { margin: 0 0 4px; }
.city-card p { margin: 0; color: var(--ink-secondary); font-size: 0.88rem; }

.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq details {
  background: white; border-radius: 16px; padding: 16px 18px; box-shadow: 0 8px 24px rgba(10,46,97,0.06);
  border: 1px solid rgba(20,107,158,0.06);
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { margin: 10px 0 0; color: var(--ink-secondary); font-size: 0.95rem; }

.download-band {
  background: linear-gradient(135deg, var(--sea-deep), var(--sea-mid));
  color: white; border-radius: 28px; padding: 40px; text-align: center; box-shadow: var(--shadow);
}
.download-band h2 { margin: 0 0 10px; font-size: 2rem; }
.download-band p { opacity: 0.9; max-width: 560px; margin: 0 auto 24px; }

.site-footer {
  padding: 40px 0 56px; color: var(--ink-secondary); font-size: 0.88rem;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.site-footer h4 { color: var(--ink); margin: 0 0 10px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }

[hidden] { display: none !important; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero .lead { margin-inline: auto; }
  .hero-cta, .hero-badges { justify-content: center; }
  .phone-wrap { order: -1; }
  .features-grid, .steps { grid-template-columns: 1fr 1fr; }
  .shot-kicker { justify-content: center; }
  .shot-slide {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
  }
  .shot-slide-copy .shot-desc { margin-inline: auto; }
  .cities { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav .hide-mobile { display: none; }
  .features-grid, .steps { grid-template-columns: 1fr; }
  .cities { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
}
