/* FLYTAXI pre-launch landing — built on packages/design-tokens/tokens.css (--fly-*) */

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/heebo-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/heebo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Landing-only derived tokens (all built from --fly-*) */
  --fly-page: #F7F8FA; /* FlySurfaces.page in the apps */
  --fly-blue-dark: #1859B3;
  --fly-blue-soft: #E8F0FC;
  --fly-yellow-soft: #FEF6D6;
  --fly-success-soft: #E7F8EE;
  --fly-danger-soft: #FDECEC;
  --fly-shadow-card: 0 2px 8px rgba(10, 22, 40, 0.06);
  --fly-shadow-elevated: 0 4px 16px rgba(10, 22, 40, 0.10);
  --fly-shadow-floating: 0 12px 32px rgba(10, 22, 40, 0.14);
  --container: 1200px;
  --gutter: clamp(1rem, 4vw, 2rem);
  --focus-ring: 0 0 0 3px rgba(30, 111, 217, 0.35);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  direction: rtl;
  text-align: start;
  font-family: var(--fly-font-primary);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--fly-neutral-800);
  background: var(--fly-page);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--fly-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0; color: var(--fly-navy); font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
input, select, textarea { font: inherit; }
[hidden] { display: none !important; }

:focus-visible { outline: none; box-shadow: var(--focus-ring); border-radius: var(--fly-radius-md); }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; inset-inline-start: 1rem; top: -100px; z-index: 100;
  background: var(--fly-navy); color: #fff; padding: .6rem 1rem; border-radius: var(--fly-radius-md);
}
.skip-link:focus { top: 1rem; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 52px; padding: 0 1.4rem; border-radius: var(--fly-radius-lg);
  font-weight: 700; font-size: 1rem; border: 1.5px solid transparent;
  text-decoration: none !important; transition: background-color .15s, color .15s, box-shadow .15s, transform .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--fly-blue); color: #fff; }
.btn-primary:hover { background: var(--fly-blue-dark); }
.btn-outline { background: #fff; color: var(--fly-blue); border-color: var(--fly-blue); }
.btn-outline:hover { background: var(--fly-blue-soft); }
.btn-yellow { background: var(--fly-yellow); color: var(--fly-navy); }
.btn-yellow:hover { background: #E9B800; }
.btn-ghost { background: transparent; color: var(--fly-navy); }
.btn-ghost:hover { background: var(--fly-neutral-100); }
.btn-sm { min-height: 44px; padding: 0 1rem; font-size: .95rem; }
.btn-block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .6; cursor: not-allowed; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--fly-neutral-200);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none !important; color: inherit; }
.brand-logo { height: 40px; width: auto; flex: none; object-fit: contain; }
.brand-mark { width: 40px; height: 40px; border-radius: 50%; background: var(--fly-yellow); display: grid; place-items: center; flex: none; }
.brand-mark svg { width: 22px; height: 22px; fill: var(--fly-blue); }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word .word { font-weight: 800; font-size: 1.35rem; letter-spacing: .02em; direction: ltr; }
.brand-word .word .fly { color: var(--fly-blue); }
.brand-word .word .taxi { color: var(--fly-yellow); }
.brand-word .word-he { font-size: .7rem; font-weight: 600; color: var(--fly-navy); margin-top: 3px; }
.nav { display: none; gap: 1.6rem; }
.nav a { color: var(--fly-neutral-700); font-weight: 600; padding: .5rem 0; }
.nav a:hover { color: var(--fly-blue); text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.theme-toggle {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--fly-radius-md);
  border: 1px solid var(--fly-neutral-200); background: #fff; color: var(--fly-navy); cursor: pointer;
  position: relative; flex: none;
}
.theme-toggle:focus-visible { box-shadow: var(--focus-ring); outline: none; }
.theme-toggle .theme-icon { width: 20px; height: 20px; position: absolute; transition: opacity .2s, transform .2s; }
.theme-toggle .theme-icon-moon { opacity: 0; transform: scale(.85); }
.theme-toggle.is-dark .theme-icon-sun { opacity: 0; transform: scale(.85); }
.theme-toggle.is-dark .theme-icon-moon { opacity: 1; transform: scale(1); }
.menu-toggle {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--fly-radius-md);
  border: 1px solid var(--fly-neutral-200); background: #fff; color: var(--fly-navy);
}
.menu-toggle svg { width: 22px; height: 22px; }
.mobile-nav { border-top: 1px solid var(--fly-neutral-200); background: #fff; }
.mobile-nav ul { display: grid; padding: .5rem 0; }
.mobile-nav a { display: block; padding: .85rem 0; font-weight: 600; color: var(--fly-navy); }
@media (min-width: 900px) {
  .nav { display: flex; }
  .menu-toggle, .mobile-nav { display: none !important; }
  .header-cta { display: inline-flex; }
}
@media (max-width: 899.98px) { .header-cta { display: none; } }

/* ---------- Sections ---------- */
.section { padding-block: clamp(3rem, 8vw, 6rem); }
.section-alt { background: #fff; border-block: 1px solid var(--fly-neutral-200); }
.section-head { max-width: 720px; margin-bottom: clamp(1.5rem, 4vw, 3rem); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 700;
  color: var(--fly-blue); background: var(--fly-blue-soft); padding: .3rem .75rem; border-radius: var(--fly-radius-full);
  margin-bottom: 1rem;
}
.eyebrow.yellow { color: #8A6D00; background: var(--fly-yellow-soft); }
.eyebrow.green { color: #15803D; background: var(--fly-success-soft); }
.h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--fly-neutral-600); margin-top: .9rem; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, var(--fly-page) 100%); }
.hero::before {
  content: ''; position: absolute; inset-inline-start: -10%; top: -20%; width: 55%; aspect-ratio: 1;
  background: radial-gradient(closest-side, rgba(30,111,217,.10), transparent 70%); pointer-events: none;
}
.hero .container { display: grid; gap: 2.5rem; align-items: center; padding-block: clamp(2.5rem, 7vw, 5.5rem); }
.hero-copy h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); letter-spacing: -0.02em; }
.hero-copy h1 .accent { color: var(--fly-blue); }
.hero-copy .lead { max-width: 34ch; }
.hero-copy .sub { margin-top: .75rem; color: var(--fly-neutral-600); font-size: 1.05rem; max-width: 40ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.hero-personas { display: grid; gap: .75rem; margin-top: 1.5rem; grid-template-columns: 1fr; }
.persona-pill {
  display: flex; align-items: center; gap: .75rem; padding: .9rem 1rem; background: #fff;
  border: 1px solid var(--fly-neutral-200); border-radius: var(--fly-radius-xl); box-shadow: var(--fly-shadow-card);
  color: var(--fly-navy); font-weight: 600; text-decoration: none !important; transition: border-color .15s, box-shadow .15s, transform .15s;
}
.persona-pill:hover { border-color: var(--fly-blue); box-shadow: var(--fly-shadow-elevated); transform: translateY(-1px); }
.persona-pill .ic { width: 40px; height: 40px; border-radius: var(--fly-radius-lg); display: grid; place-items: center; flex: none; }
.persona-pill .ic svg { width: 22px; height: 22px; }
.persona-pill .ic.blue { background: var(--fly-blue-soft); color: var(--fly-blue); }
.persona-pill .ic.yellow { background: var(--fly-yellow-soft); color: #8A6D00; }
.persona-pill .chev { margin-inline-start: auto; color: var(--fly-neutral-400); width: 18px; height: 18px; }
.trust { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.75rem; color: var(--fly-neutral-600); font-size: .92rem; }
.trust li { display: inline-flex; align-items: center; gap: .4rem; }
.trust svg { width: 18px; height: 18px; color: var(--fly-success); }

/* Hero visual: brand composition (not a fake app screen) */
.hero-visual { position: relative; min-height: 340px; display: grid; place-items: center; }
.route-card {
  position: relative; width: min(100%, 440px); background: #fff; border: 1px solid var(--fly-neutral-200);
  border-radius: 24px; box-shadow: var(--fly-shadow-floating); padding: 3.4rem 1.5rem 3.6rem;
}
.route-card .route-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.route-card .route-head strong,
.route-card .route-title { font-size: 1.05rem; color: var(--fly-navy); }
.route-card .route-head .status { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 600; color: var(--fly-neutral-600); background: var(--fly-neutral-100); padding: .3rem .7rem; border-radius: var(--fly-radius-full); }
.route-card .route-head .status::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--fly-success); }
.route-line { position: relative; display: grid; gap: 1.2rem; padding-inline-start: 2rem; }
.route-line::before { content: ''; position: absolute; inset-inline-start: .55rem; top: .9rem; bottom: .9rem; border-inline-start: 2px dashed var(--fly-neutral-300); }
.route-stop { position: relative; }
.route-stop::before { content: ''; position: absolute; inset-inline-start: -1.7rem; top: .35rem; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 3px solid var(--fly-blue); }
.route-stop.end::before { background: var(--fly-yellow); border-color: var(--fly-yellow); }
.route-stop .k { font-size: .78rem; color: var(--fly-neutral-500); font-weight: 500; }
.route-stop .v { font-weight: 700; color: var(--fly-navy); font-size: 1.05rem; }
.route-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; }
.chip-static { font-size: .8rem; font-weight: 600; padding: .35rem .7rem; border-radius: var(--fly-radius-full); background: var(--fly-blue-soft); color: var(--fly-blue); }
.chip-static.yellow { background: var(--fly-yellow-soft); color: #8A6D00; }
.chip-static.green { background: var(--fly-success-soft); color: #15803D; }
.float-mark {
  position: absolute; inset-inline-end: 22px; top: -26px; width: 72px; height: 72px; border-radius: 50%;
  background: var(--fly-yellow); display: grid; place-items: center; box-shadow: var(--fly-shadow-elevated);
}
.float-mark img { width: 48px; height: 48px; object-fit: contain; }
.float-mark svg { width: 38px; height: 38px; fill: var(--fly-blue); }
.float-metric {
  position: absolute; inset-inline-start: -8px; bottom: -18px; background: #fff; border: 1px solid var(--fly-neutral-200);
  border-radius: var(--fly-radius-xl); box-shadow: var(--fly-shadow-elevated); padding: .75rem 1rem; display: flex; align-items: center; gap: .75rem;
}
.float-metric .ic { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--fly-success-soft); color: var(--fly-success); }
.float-metric .ic svg { width: 20px; height: 20px; }
.float-metric .t { font-size: .78rem; color: var(--fly-neutral-500); }
.float-metric .b { font-weight: 700; color: var(--fly-navy); }
@media (min-width: 900px) {
  .hero .container { grid-template-columns: 1.1fr .9fr; gap: 4rem; }
  .hero-personas { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 560px) and (max-width: 899.98px) { .hero-personas { grid-template-columns: 1fr 1fr; } }

/* ---------- Feature grids ---------- */
.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 4rem; } .split.reverse > :first-child { order: 2; } }
.features { display: grid; gap: .9rem; margin-top: 1.5rem; }
@media (min-width: 560px) { .features.two { grid-template-columns: 1fr 1fr; } }
.feature {
  display: flex; gap: .9rem; align-items: flex-start; background: #fff; border: 1px solid var(--fly-neutral-200);
  border-radius: var(--fly-radius-xl); padding: 1rem 1.1rem; box-shadow: var(--fly-shadow-card);
}
.feature .ic { width: 42px; height: 42px; border-radius: var(--fly-radius-lg); display: grid; place-items: center; flex: none; background: var(--fly-blue-soft); color: var(--fly-blue); }
.feature .ic.yellow { background: var(--fly-yellow-soft); color: #8A6D00; }
.feature .ic svg { width: 22px; height: 22px; }
.feature h3 { font-size: 1.02rem; font-weight: 700; }
.feature p { color: var(--fly-neutral-600); font-size: .93rem; margin-top: .2rem; }
.cta-row { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: .75rem; }

/* Illustrative panel for passengers */
.panel-illu {
  position: relative; background: var(--fly-navy); color: #fff; border-radius: 28px; padding: 2rem; min-height: 360px;
  overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 1rem;
}
.panel-illu::before { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 80% at 20% 0%, rgba(30,111,217,.55), transparent 60%), radial-gradient(70% 60% at 100% 100%, rgba(245,197,24,.35), transparent 60%); }
.panel-illu > * { position: relative; }
.panel-illu .big { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 800; line-height: 1.25; }
.panel-illu .small { color: rgba(255,255,255,.78); }
.panel-illu .badges { display: flex; flex-wrap: wrap; gap: .5rem; }
.panel-illu .badge { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); padding: .35rem .75rem; border-radius: var(--fly-radius-full); font-size: .85rem; font-weight: 600; }
.panel-illu .badge.y { background: var(--fly-yellow); color: var(--fly-navy); border-color: transparent; }

/* Real driver app screenshot in a device frame */
.device { display: grid; place-items: center; }
.device-frame {
  width: min(100%, 300px); border-radius: 36px; background: var(--fly-navy); padding: 10px;
  box-shadow: var(--fly-shadow-floating);
}
.device-frame img { border-radius: 28px; width: 100%; height: auto; }
.device-caption { margin-top: 1rem; font-size: .85rem; color: var(--fly-neutral-500); text-align: center; }

/* ---------- Steps ---------- */
.steps { display: grid; gap: 1rem; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.step {
  position: relative; background: #fff; border: 1px solid var(--fly-neutral-200); border-radius: var(--fly-radius-xl);
  padding: 1.5rem 1.25rem 1.5rem; box-shadow: var(--fly-shadow-card);
}
.step .num { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: var(--fly-navy); background: var(--fly-yellow); margin-bottom: 1rem; }
.step h3 { font-size: 1.15rem; }
.step p { color: var(--fly-neutral-600); margin-top: .4rem; }

/* ---------- Final CTA band ---------- */
.cta-band { background: var(--fly-navy); color: #fff; }
.cta-band .container { display: grid; gap: 1.5rem; align-items: center; padding-block: clamp(2.5rem, 6vw, 4rem); }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band p { color: rgba(255,255,255,.78); margin-top: .5rem; }
.cta-band .actions { display: grid; gap: .75rem; }
@media (min-width: 760px) { .cta-band .container { grid-template-columns: 1.2fr 1fr; } .cta-band .actions { grid-template-columns: 1fr 1fr; } }
.cta-band .btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.cta-band .btn-outline:hover { background: rgba(255,255,255,.1); }

/* ---------- Registration ---------- */
.register .container { max-width: 880px; }
.card {
  background: #fff; border: 1px solid var(--fly-neutral-200); border-radius: 24px; box-shadow: var(--fly-shadow-elevated);
  padding: clamp(1.25rem, 3vw, 2.25rem);
}
.stepper { display: flex; align-items: center; gap: .6rem; color: var(--fly-neutral-500); font-size: .9rem; font-weight: 600; margin-bottom: 1.25rem; }
.stepper .dot { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; background: var(--fly-neutral-100); color: var(--fly-neutral-600); }
.stepper .dot.on { background: var(--fly-blue); color: #fff; }
.stepper .sep { flex: 1; max-width: 40px; height: 2px; background: var(--fly-neutral-200); }

.audience-grid { display: grid; gap: .9rem; }
@media (min-width: 560px) { .audience-grid { grid-template-columns: 1fr 1fr; } }
.audience-card { position: relative; }
.audience-card input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.audience-card label {
  display: flex; flex-direction: column; gap: .5rem; cursor: pointer; min-height: 150px;
  padding: 1.25rem; border: 2px solid var(--fly-neutral-200); border-radius: 20px; background: #fff;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.audience-card label:hover { border-color: var(--fly-neutral-300); box-shadow: var(--fly-shadow-card); }
.audience-card input:focus-visible + label { box-shadow: var(--focus-ring); }
.audience-card input:checked + label { border-color: var(--fly-blue); background: #F5F9FF; box-shadow: var(--fly-shadow-card); }
.audience-card .ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--fly-blue-soft); color: var(--fly-blue); }
.audience-card .ic.yellow { background: var(--fly-yellow-soft); color: #8A6D00; }
.audience-card .ic svg { width: 26px; height: 26px; }
.audience-card .t { font-weight: 800; font-size: 1.1rem; color: var(--fly-navy); }
.audience-card .d { color: var(--fly-neutral-600); font-size: .92rem; }
.audience-card .check { position: absolute; top: 14px; inset-inline-start: 14px; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--fly-neutral-300); background: #fff; display: grid; place-items: center; }
.audience-card .check svg { width: 14px; height: 14px; color: #fff; opacity: 0; }
.audience-card input:checked + label .check { background: var(--fly-blue); border-color: var(--fly-blue); }
.audience-card input:checked + label .check svg { opacity: 1; }

.form-grid { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
@media (min-width: 640px) { .form-grid.two { grid-template-columns: 1fr 1fr; } .form-grid .span2 { grid-column: 1 / -1; } }
.field label, .fieldset > legend { display: block; font-weight: 600; color: var(--fly-neutral-700); font-size: .95rem; margin-bottom: .4rem; }
.field .hint { font-size: .82rem; color: var(--fly-neutral-500); margin-top: .35rem; }
.req { color: var(--fly-danger); font-weight: 700; margin-inline-start: 2px; }
.opt { color: var(--fly-neutral-500); font-weight: 500; font-size: .85rem; }
.input {
  width: 100%; min-height: 52px; padding: .75rem 1rem; border-radius: var(--fly-radius-lg); border: 1px solid var(--fly-neutral-200);
  background: #fff; color: var(--fly-neutral-900); transition: border-color .15s, box-shadow .15s;
}
.input::placeholder { color: var(--fly-neutral-400); }
.input:focus-visible { border-color: var(--fly-blue); box-shadow: 0 0 0 3px rgba(30,111,217,.2); }
.input[aria-invalid="true"] { border-color: var(--fly-danger); }
.input.ltr { direction: ltr; text-align: start; }

/* Native select styled like .input; custom chevron on the inline-end side (RTL aware) */
.select-wrap { position: relative; }
.input.select {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  padding-inline-end: 2.6rem; background-color: #fff;
}
.input.select:invalid, .input.select option[value=""] { color: var(--fly-neutral-400); }
.input.select.has-value { color: var(--fly-neutral-900); }
.select-chev {
  position: absolute; top: 50%; inset-inline-end: 1rem; width: 18px; height: 18px; margin-top: -9px;
  color: var(--fly-neutral-500); pointer-events: none; transform: rotate(-90deg);
}
.field .hint:has(.link-btn) { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .75rem; }
.link-btn {
  display: inline-flex; align-items: center; gap: .35rem; min-height: 44px; padding: 0 .25rem; margin-inline-start: -.25rem;
  border: 0; background: transparent; color: var(--fly-blue); font: inherit; font-size: .9rem; font-weight: 700; cursor: pointer;
  border-radius: var(--fly-radius-md);
}
.link-btn:hover { text-decoration: underline; }
.link-btn:focus-visible { box-shadow: var(--focus-ring); outline: none; }
.link-btn[disabled] { opacity: .6; cursor: progress; }
.link-btn svg { width: 18px; height: 18px; }
#location-status { font-size: .85rem; color: var(--fly-neutral-600); }
#location-status.ok { color: #15803D; font-weight: 600; }
#location-status.err { color: #B91C1C; font-weight: 600; }
.error { display: none; color: #B91C1C; font-size: .86rem; margin-top: .4rem; font-weight: 600; }
.error.show { display: flex; gap: .35rem; align-items: flex-start; }
.error svg { width: 16px; height: 16px; flex: none; margin-top: 2px; }

.fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.chip label {
  display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; padding: 0 .95rem; border-radius: var(--fly-radius-full);
  border: 1.5px solid var(--fly-neutral-200); background: #fff; color: var(--fly-neutral-700); font-weight: 600; cursor: pointer;
  transition: border-color .15s, background-color .15s, color .15s; margin: 0;
}
.chip label:hover { border-color: var(--fly-neutral-300); }
.chip input:focus-visible + label { box-shadow: var(--focus-ring); }
.chip input:checked + label { border-color: var(--fly-blue); background: var(--fly-blue-soft); color: var(--fly-blue); }
.chip.yellow input:checked + label { border-color: #D6A800; background: var(--fly-yellow-soft); color: #7A5F00; }
.chip label svg { width: 16px; height: 16px; opacity: 0; width: 0; transition: width .15s, opacity .15s; }
.chip input:checked + label svg { opacity: 1; width: 16px; }

.segmented { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; }
.segmented .chip label { justify-content: center; border-radius: var(--fly-radius-lg); width: 100%; padding: 0 .5rem; }

.consent-box { background: var(--fly-neutral-50); border: 1px solid var(--fly-neutral-200); border-radius: var(--fly-radius-xl); padding: 1.1rem 1.15rem; display: grid; gap: 1rem; }
.consent-box .title { font-weight: 800; color: var(--fly-navy); display: flex; align-items: center; gap: .5rem; }
.consent-box .title svg { width: 20px; height: 20px; color: var(--fly-blue); }
.channels { display: flex; flex-wrap: wrap; gap: .5rem; }
.check-row { display: flex; gap: .75rem; align-items: flex-start; }
.check-row input[type="checkbox"] {
  appearance: none; -webkit-appearance: none; flex: none; width: 24px; height: 24px; margin: 2px 0 0; border-radius: 6px;
  border: 2px solid var(--fly-neutral-300); background: #fff; display: grid; place-items: center; cursor: pointer;
}
.check-row input[type="checkbox"]:checked { background: var(--fly-blue); border-color: var(--fly-blue); }
.check-row input[type="checkbox"]:checked::after { content: ''; width: 7px; height: 12px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: translateY(-1px) rotate(45deg); }
.check-row input[type="checkbox"][aria-invalid="true"] { border-color: var(--fly-danger); }
.check-row label { font-weight: 500; color: var(--fly-neutral-800); font-size: .95rem; margin: 0; cursor: pointer; line-height: 1.5; }
.check-row .tag { display: inline-block; font-size: .72rem; font-weight: 700; padding: .1rem .45rem; border-radius: var(--fly-radius-full); margin-inline-start: .35rem; vertical-align: middle; }
.tag.req-tag { background: var(--fly-blue-soft); color: var(--fly-blue); }
.tag.opt-tag { background: var(--fly-neutral-100); color: var(--fly-neutral-600); }
.divider { height: 1px; background: var(--fly-neutral-200); }

.privacy-note { font-size: .86rem; color: var(--fly-neutral-600); line-height: 1.6; }
.privacy-note strong { color: var(--fly-neutral-700); }
.privacy-note ul { list-style: disc; padding-inline-start: 1.2rem; display: grid; gap: .2rem; margin-top: .35rem; }
.placeholder { background: var(--fly-yellow-soft); color: #7A5F00; font-family: var(--fly-font-mono); font-size: .8em; padding: 0 .3em; border-radius: 4px; border: 1px dashed #D6A800; }

.form-actions { display: grid; gap: .75rem; margin-top: 1.5rem; }
@media (min-width: 640px) { .form-actions { grid-template-columns: auto 1fr; align-items: center; } }
.form-summary { display: none; background: var(--fly-danger-soft); border: 1px solid #FCA5A5; color: #991B1B; padding: .85rem 1rem; border-radius: var(--fly-radius-lg); font-weight: 600; }
.form-summary.show { display: block; }
.form-summary ul { list-style: disc; padding-inline-start: 1.2rem; font-weight: 500; margin-top: .3rem; }

/* In-flow-free 1×1 clipped box (no off-canvas offsets: those create RTL scroll overflow). */
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); opacity: 0; pointer-events: none; }

.spinner { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid rgba(255,255,255,.4); border-top-color: #fff; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.success { text-align: center; padding: clamp(1.5rem, 4vw, 3rem) 1rem; }
.success .ic { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 1.25rem; display: grid; place-items: center; background: var(--fly-success-soft); color: var(--fly-success); }
.success .ic svg { width: 36px; height: 36px; }
.success h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); }
.success p { color: var(--fly-neutral-600); margin-top: .6rem; font-size: 1.05rem; }
.success .next { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: #fff; border-top: 1px solid var(--fly-neutral-200); padding-block: 2.5rem 2rem; color: var(--fly-neutral-600); font-size: .9rem; }
.site-footer .grid { display: grid; gap: 1.5rem; }
@media (min-width: 760px) { .site-footer .grid { grid-template-columns: 1.2fr 1fr 1fr; } .site-footer .grid.four { grid-template-columns: 1.2fr 1fr 1fr 1fr; } }
.site-footer h4 { font-size: .95rem; margin-bottom: .6rem; }
.site-footer ul { display: grid; gap: .4rem; }
.site-footer .legal { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--fly-neutral-200); font-size: .82rem; color: var(--fly-neutral-500); display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }

/* ---------- Privacy / legal pages ---------- */
.doc { max-width: 780px; }
.doc h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: .5rem; }
.doc .meta { color: var(--fly-neutral-500); font-size: .9rem; margin-bottom: 2rem; }
.doc h2 { font-size: 1.35rem; margin-top: 2rem; margin-bottom: .6rem; }
.doc h3 { font-size: 1.08rem; margin-top: 1.25rem; margin-bottom: .4rem; }
.doc p, .doc li { color: var(--fly-neutral-700); }
.doc p + p { margin-top: .7rem; }
.doc ul, .doc ol { padding-inline-start: 1.3rem; display: grid; gap: .35rem; margin-top: .5rem; }
.doc ul { list-style: disc; }
.doc ol { list-style: decimal; }
.doc .callout { background: var(--fly-yellow-soft); border: 1px solid #F0D77A; border-radius: var(--fly-radius-lg); padding: 1rem 1.1rem; margin: 1.25rem 0; }
.doc table { width: 100%; border-collapse: collapse; margin-top: .75rem; font-size: .93rem; }
.doc th, .doc td { text-align: start; padding: .6rem .5rem; border-bottom: 1px solid var(--fly-neutral-200); vertical-align: top; }
.doc th { color: var(--fly-navy); }

/* ---------- Cookie consent banner ---------- */
.cookie-banner {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 90;
  background: #fff; border-top: 2px solid var(--fly-blue);
  box-shadow: 0 -8px 24px rgba(10, 22, 40, .12);
  padding: 1rem 0 calc(1rem + env(safe-area-inset-bottom, 0px));
}
.cookie-banner-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; justify-content: space-between; }
.cookie-banner-title { font-weight: 800; color: var(--fly-navy); margin-bottom: .25rem; }
.cookie-banner-desc { font-size: .88rem; color: var(--fly-neutral-600); max-width: 62ch; line-height: 1.55; margin: 0; }
.cookie-banner-desc a { font-weight: 600; }
.cookie-banner-actions { flex: none; }
body:has(#cookie-banner) { padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)); }

/* ---------- Accessibility widget ---------- */
.a11y-widget { position: fixed; z-index: 85; inset-inline-start: max(1rem, env(safe-area-inset-left)); bottom: max(1rem, env(safe-area-inset-bottom)); }
body:has(#cookie-banner) .a11y-widget { bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)); }
.a11y-fab {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem;
  min-width: 52px; min-height: 52px; padding: .35rem .5rem; border-radius: var(--fly-radius-full);
  border: 2px solid var(--fly-blue); background: #fff; color: var(--fly-blue); cursor: pointer;
  box-shadow: var(--fly-shadow-md); font-size: .72rem; font-weight: 800;
}
.a11y-fab svg { width: 22px; height: 22px; }
.a11y-fab:focus-visible { box-shadow: var(--focus-ring); outline: none; }
.a11y-fab-label { line-height: 1; }
.a11y-panel {
  position: absolute; inset-inline-start: 0; bottom: calc(100% + .5rem); width: min(320px, calc(100vw - 2rem));
  background: #fff; border: 1px solid var(--fly-neutral-200); border-radius: var(--fly-radius-xl);
  box-shadow: var(--fly-shadow-lg); padding: 0;
}
.a11y-panel-head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .85rem 1rem; border-bottom: 1px solid var(--fly-neutral-200); }
.a11y-panel-head h2 { font-size: 1rem; margin: 0; color: var(--fly-navy); }
.a11y-close { display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; border-radius: var(--fly-radius-md); cursor: pointer; color: var(--fly-neutral-600); }
.a11y-close:focus-visible { box-shadow: var(--focus-ring); outline: none; }
.a11y-close svg { width: 20px; height: 20px; }
.a11y-panel-body { padding: .85rem 1rem 1rem; display: grid; gap: .65rem; }
.a11y-intro { font-size: .82rem; color: var(--fly-neutral-500); margin: 0; }
.a11y-group-label { display: block; font-size: .85rem; font-weight: 700; color: var(--fly-neutral-700); margin-bottom: .35rem; }
.a11y-seg { display: flex; gap: .35rem; flex-wrap: wrap; }
.a11y-seg-wrap .a11y-seg-btn { min-width: 4rem; }
.a11y-hint { font-size: .78rem; color: var(--fly-neutral-500); margin: .15rem 0 0; line-height: 1.45; }
.a11y-seg-btn {
  flex: 1; min-height: 44px; min-width: 4.5rem; padding: 0 .5rem; border-radius: var(--fly-radius-md);
  border: 1.5px solid var(--fly-neutral-200); background: #fff; font: inherit; font-size: .85rem; font-weight: 600; cursor: pointer;
}
.a11y-seg-btn.active, .a11y-seg-btn[aria-pressed="true"] { border-color: var(--fly-blue); background: var(--fly-blue-soft); color: var(--fly-blue); }
.a11y-seg-btn:focus-visible { box-shadow: var(--focus-ring); outline: none; }
.a11y-toggle { display: flex; align-items: center; gap: .55rem; min-height: 44px; cursor: pointer; font-size: .9rem; color: var(--fly-neutral-700); }
.a11y-toggle input { width: 18px; height: 18px; accent-color: var(--fly-blue); }

/* Accessibility preference classes (applied on <html>) */
html.a11y-text-1 { font-size: 112.5%; }
html.a11y-text-2 { font-size: 125%; }
html.a11y-spacing body { line-height: 1.75; }
html.a11y-spacing p, html.a11y-spacing li, html.a11y-spacing label { line-height: 1.85; }
html.a11y-links a:not(.btn):not(.a11y-fab) { text-decoration: underline !important; text-underline-offset: 3px; font-weight: 700; }
html.a11y-contrast body { background: #fff !important; color: #000 !important; }
html.a11y-contrast .card, html.a11y-contrast .site-header, html.a11y-contrast .site-footer { background: #fff !important; border-color: #000 !important; }
html.a11y-contrast .btn-primary { background: #000 !important; color: #fff !important; border-color: #000 !important; }
html.a11y-contrast .input, html.a11y-contrast .select { border-color: #000 !important; color: #000 !important; }
html.a11y-contrast h1, html.a11y-contrast h2, html.a11y-contrast h3, html.a11y-contrast h4 { color: #000 !important; }
html.a11y-reduce-motion *, html.a11y-reduce-motion *::before, html.a11y-reduce-motion *::after {
  animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important; scroll-behavior: auto !important;
}

.contact-cards { display: grid; gap: 1rem; margin-top: 1.25rem; }
@media (min-width: 560px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
.contact-card { background: var(--fly-neutral-50); border: 1px solid var(--fly-neutral-200); border-radius: var(--fly-radius-lg); padding: 1.1rem 1.2rem; }
.contact-card h3 { font-size: 1rem; margin: 0 0 .5rem; color: var(--fly-navy); }
.contact-card p { margin: 0; font-size: .93rem; }
.contact-card a.placeholder { color: var(--fly-warning); }

/* ---------- Day / night theme (data-theme on <html>) ---------- */
:root[data-theme="dark"] {
  color-scheme: dark;
  --fly-page: #0B1220;
  --fly-surface: #1E293B;
  --fly-surface-alt: #111827;
  --fly-text-heading: #F8FAFC;
  --fly-text-body: #E2E8F0;
  --fly-text-muted: #CBD5E1;
  --fly-text-faint: #94A3B8;
  --fly-blue-soft: rgba(30, 111, 217, 0.18);
  --fly-yellow-soft: rgba(245, 197, 24, 0.14);
  --fly-success-soft: rgba(34, 197, 94, 0.14);
  --fly-danger-soft: rgba(239, 68, 68, 0.14);
  --fly-shadow-card: 0 2px 8px rgba(0, 0, 0, 0.35);
  --fly-shadow-elevated: 0 4px 16px rgba(0, 0, 0, 0.45);
  --fly-shadow-floating: 0 12px 32px rgba(0, 0, 0, 0.55);
  --focus-ring: 0 0 0 3px rgba(56, 140, 255, 0.45);
}

:root[data-theme="dark"] body {
  background-color: var(--fly-page);
  color: var(--fly-text-body);
}

:root[data-theme="dark"] h1,
:root[data-theme="dark"] h2,
:root[data-theme="dark"] h3,
:root[data-theme="dark"] h4,
:root[data-theme="dark"] .h2,
:root[data-theme="dark"] .feature h3,
:root[data-theme="dark"] .step h3,
:root[data-theme="dark"] .audience-card .t,
:root[data-theme="dark"] .consent-box .title,
:root[data-theme="dark"] .route-card .route-head strong,
:root[data-theme="dark"] .route-card .route-title,
:root[data-theme="dark"] .route-stop .v,
:root[data-theme="dark"] .float-metric .b,
:root[data-theme="dark"] .site-footer h4,
:root[data-theme="dark"] .contact-card h3,
:root[data-theme="dark"] .doc th { color: var(--fly-text-heading); }

:root[data-theme="dark"] .lead,
:root[data-theme="dark"] .hero-copy .sub,
:root[data-theme="dark"] .trust,
:root[data-theme="dark"] .feature p,
:root[data-theme="dark"] .step p,
:root[data-theme="dark"] .success p,
:root[data-theme="dark"] .doc p,
:root[data-theme="dark"] .doc li,
:root[data-theme="dark"] .audience-card .d,
:root[data-theme="dark"] .privacy-note,
:root[data-theme="dark"] .privacy-note li,
:root[data-theme="dark"] .field .hint,
:root[data-theme="dark"] .route-stop .k,
:root[data-theme="dark"] .route-card .route-head .status,
:root[data-theme="dark"] .device-caption,
:root[data-theme="dark"] .stepper,
:root[data-theme="dark"] .float-metric .t,
:root[data-theme="dark"] .check-row label,
:root[data-theme="dark"] .field label,
:root[data-theme="dark"] .fieldset > legend { color: var(--fly-text-muted); }

:root[data-theme="dark"] .privacy-note strong,
:root[data-theme="dark"] .check-row label strong { color: var(--fly-text-body); }

:root[data-theme="dark"] .site-header {
  background: rgba(15, 23, 42, 0.92);
  border-bottom-color: var(--fly-neutral-700);
}
:root[data-theme="dark"] .mobile-nav { background: var(--fly-surface); border-top-color: var(--fly-neutral-700); }
:root[data-theme="dark"] .mobile-nav a { color: var(--fly-text-heading); }
:root[data-theme="dark"] .nav a { color: var(--fly-neutral-300); }
:root[data-theme="dark"] .menu-toggle,
:root[data-theme="dark"] .theme-toggle { background: var(--fly-surface); border-color: var(--fly-neutral-600); color: var(--fly-text-heading); }

:root[data-theme="dark"] .section-alt { background: var(--fly-surface-alt); border-color: var(--fly-neutral-700); }
:root[data-theme="dark"] .hero { background: linear-gradient(180deg, var(--fly-surface-alt) 0%, var(--fly-page) 100%); }
:root[data-theme="dark"] .hero::before { background: radial-gradient(closest-side, rgba(30,111,217,.18), transparent 70%); }

:root[data-theme="dark"] .persona-pill,
:root[data-theme="dark"] .route-card,
:root[data-theme="dark"] .feature,
:root[data-theme="dark"] .step,
:root[data-theme="dark"] .card,
:root[data-theme="dark"] .site-footer,
:root[data-theme="dark"] .cookie-banner,
:root[data-theme="dark"] .a11y-panel,
:root[data-theme="dark"] .a11y-fab,
:root[data-theme="dark"] .float-metric {
  background: var(--fly-surface);
  border-color: var(--fly-neutral-600);
}
:root[data-theme="dark"] .persona-pill { color: var(--fly-text-heading); }
:root[data-theme="dark"] .route-card .route-head .status { background: var(--fly-neutral-800); }
:root[data-theme="dark"] .route-stop::before { background: var(--fly-surface); }

:root[data-theme="dark"] .btn-outline { background: transparent; color: var(--fly-blue); border-color: var(--fly-blue); }
:root[data-theme="dark"] .btn-outline:hover { background: var(--fly-blue-soft); }
:root[data-theme="dark"] .btn-ghost { color: var(--fly-text-heading); }
:root[data-theme="dark"] .btn-ghost:hover { background: var(--fly-neutral-800); }

:root[data-theme="dark"] .input,
:root[data-theme="dark"] .input.select {
  background: #0F172A;
  border-color: var(--fly-neutral-600);
  color: var(--fly-text-heading);
}
:root[data-theme="dark"] .input.select.has-value { color: var(--fly-text-heading); }
:root[data-theme="dark"] .audience-card label { background: var(--fly-surface); border-color: var(--fly-neutral-600); }
:root[data-theme="dark"] .audience-card input:checked + label { background: rgba(30, 111, 217, 0.15); border-color: var(--fly-blue); }
:root[data-theme="dark"] .audience-card .check { background: #0F172A; border-color: var(--fly-neutral-500); }
:root[data-theme="dark"] .chip label { background: var(--fly-surface); border-color: var(--fly-neutral-600); color: var(--fly-text-body); }
:root[data-theme="dark"] .chip input:checked + label {
  border-color: var(--fly-blue);
  background: rgba(30, 111, 217, 0.28);
  color: #93C5FD;
}
:root[data-theme="dark"] .chip.yellow input:checked + label {
  border-color: #EAB308;
  background: rgba(245, 197, 24, 0.2);
  color: #FDE68A;
}
:root[data-theme="dark"] .consent-box { background: #0F172A; border-color: var(--fly-neutral-600); }
:root[data-theme="dark"] .check-row input[type="checkbox"] { background: #0F172A; border-color: var(--fly-neutral-500); }

:root[data-theme="dark"] .site-footer { color: var(--fly-text-faint); }
:root[data-theme="dark"] .site-footer .legal { border-top-color: var(--fly-neutral-700); color: var(--fly-text-faint); }
:root[data-theme="dark"] .doc .meta { color: var(--fly-text-faint); }
:root[data-theme="dark"] .doc td { border-bottom-color: var(--fly-neutral-700); }
:root[data-theme="dark"] .doc .callout { background: rgba(245, 197, 24, 0.1); border-color: rgba(245, 197, 24, 0.35); color: var(--fly-text-body); }
:root[data-theme="dark"] .contact-card { background: #0F172A; border-color: var(--fly-neutral-600); }

:root[data-theme="dark"] .cookie-banner { box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45); }
:root[data-theme="dark"] .cookie-banner-title { color: var(--fly-text-heading); }
:root[data-theme="dark"] .cookie-banner-desc { color: var(--fly-text-muted); }
:root[data-theme="dark"] .a11y-panel-head { border-bottom-color: var(--fly-neutral-600); }
:root[data-theme="dark"] .a11y-panel-head h2 { color: var(--fly-text-heading); }
:root[data-theme="dark"] .a11y-seg-btn { background: #0F172A; border-color: var(--fly-neutral-600); color: var(--fly-text-body); }
:root[data-theme="dark"] .a11y-toggle { color: var(--fly-text-body); }
:root[data-theme="dark"] .a11y-hint { color: var(--fly-text-faint); }
:root[data-theme="dark"] .a11y-close { color: var(--fly-neutral-300); }
:root[data-theme="dark"] .a11y-intro { color: var(--fly-text-faint); }

:root[data-theme="dark"] .stepper .dot { background: var(--fly-neutral-800); color: var(--fly-text-muted); }
:root[data-theme="dark"] .stepper .sep { background: var(--fly-neutral-700); }
:root[data-theme="dark"] .form-summary { color: #FCA5A5; }
:root[data-theme="dark"] .error { color: #FCA5A5; }
:root[data-theme="dark"] .tag.opt-tag { background: var(--fly-neutral-800); color: var(--fly-text-muted); }

:root[data-theme="dark"] .placeholder { background: rgba(245, 197, 24, 0.12); color: #FCD34D; border-color: rgba(245, 197, 24, 0.45); }
:root[data-theme="dark"] .eyebrow { color: #93C5FD; }
:root[data-theme="dark"] .eyebrow.yellow { color: #FCD34D; }
:root[data-theme="dark"] .eyebrow.green { color: #86EFAC; }
:root[data-theme="dark"] .chip-static.yellow,
:root[data-theme="dark"] .feature .ic.yellow,
:root[data-theme="dark"] .persona-pill .ic.yellow,
:root[data-theme="dark"] .audience-card .ic.yellow { color: #FCD34D; }

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) { color-scheme: dark; }
}
