:root {
  color-scheme: light;
  --ink: #102437;
  --ink-soft: #52687a;
  --paper: #f6f8f8;
  --white: #ffffff;
  --line: rgba(22, 57, 78, 0.13);
  --blue: #0b7fa8;
  --blue-deep: #075e82;
  --blue-soft: #dceef6;
  --mint: #45a887;
  --mint-soft: #dff3eb;
  --amber: #d99032;
  --danger: #d55c52;
  --navy: #0c2940;
  --radius-lg: 36px;
  --shadow: 0 28px 80px rgba(21, 56, 78, 0.14);
  --page: min(1180px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  background: radial-gradient(circle at 80% 5%, rgba(87, 180, 207, 0.11), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { margin-inline: auto; width: var(--page); }
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link {
  background: var(--navy);
  border-radius: 10px;
  color: white;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 100;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(11, 127, 168, 0.5); outline-offset: 4px; }

.site-header {
  left: 0;
  padding: 18px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
  z-index: 50;
}
.site-header.is-scrolled {
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  background: rgba(246, 248, 248, 0.86);
  box-shadow: 0 1px 0 var(--line);
  padding: 10px 0;
}
.nav-shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: var(--page);
}
.brand { align-items: center; display: inline-flex; font-size: 23px; font-weight: 760; gap: 10px; letter-spacing: -0.04em; }
.brand-mark {
  align-items: center;
  background: var(--blue);
  border-radius: 11px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transform: rotate(-3deg);
  width: 34px;
}
.brand-mark img { filter: brightness(0) invert(1); transform: rotate(3deg); width: 23px; }
.site-nav { align-items: center; display: flex; font-size: 14px; font-weight: 650; gap: 28px; }
.site-nav > a:not(.nav-cta) { color: var(--ink-soft); transition: color 150ms ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { background: var(--navy); border-radius: 999px; color: white; padding: 11px 17px; }
.menu-button { background: none; border: 0; display: none; height: 40px; padding: 8px; width: 40px; }
.menu-button span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 6px 0; transition: transform 180ms ease; width: 23px; }

.hero { min-height: 880px; overflow: hidden; padding: 154px 0 100px; position: relative; }
.hero-grid { align-items: center; display: grid; gap: 68px; grid-template-columns: 0.92fr 1.08fr; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 30px; }
.eyebrow, .section-kicker {
  color: var(--blue-deep);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.live-pulse { background: var(--mint); border-radius: 50%; height: 8px; position: relative; top: 3px; width: 8px; }
.live-pulse::after { animation: pulse 2.2s infinite; border: 1px solid var(--mint); border-radius: 50%; content: ""; inset: -5px; position: absolute; }
@keyframes pulse { 0%, 45% { opacity: 0; transform: scale(0.7); } 60% { opacity: 0.6; } 100% { opacity: 0; transform: scale(1.35); } }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(62px, 7vw, 96px); letter-spacing: -0.073em; line-height: 0.94; margin: 27px 0 30px; max-width: 690px; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { color: var(--ink-soft); font-size: 20px; line-height: 1.58; max-width: 590px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; margin: 38px 0 38px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: 15px; font-weight: 750; gap: 18px; justify-content: center; padding: 15px 20px; }
.button-primary { background: var(--blue); box-shadow: 0 12px 28px rgba(11, 127, 168, 0.25); color: white; transition: transform 150ms ease, box-shadow 150ms ease; }
.button-primary:hover { box-shadow: 0 15px 34px rgba(11, 127, 168, 0.32); transform: translateY(-2px); }
.platform-note { color: var(--ink-soft); font-size: 14px; font-weight: 650; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.hero-proof span { color: var(--ink-soft); font-size: 13px; }
.hero-proof b { color: var(--ink); }

.hero-map {
  background-image: linear-gradient(rgba(18, 74, 103, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 74, 103, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0;
  mask-image: linear-gradient(to bottom, black 48%, transparent 92%);
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}
.route { border-top: 2px dashed rgba(11, 127, 168, 0.28); position: absolute; transform-origin: left; width: 360px; }
.route-one { left: 3%; top: 34%; transform: rotate(18deg); }
.route-two { right: -4%; top: 28%; transform: rotate(145deg); width: 420px; }
.map-label { color: rgba(16, 36, 55, 0.22); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; position: absolute; }
.label-one { right: 4%; top: 31%; }.label-two { left: 6%; top: 48%; }
.plane-dot { opacity: 0.18; position: absolute; width: 25px; }
.dot-one { left: 11%; top: 29%; transform: rotate(35deg); }.dot-two { right: 7%; top: 49%; transform: rotate(-70deg); }.dot-three { left: 47%; top: 66%; transform: rotate(82deg); }

.hero-visual { height: 660px; position: relative; }
.phone { background: #0b1218; border: 7px solid #10171d; border-radius: 55px; box-shadow: var(--shadow); overflow: hidden; padding: 0; position: absolute; }
.phone-top { height: 28px; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: 3; }
.phone-top span { background: #090d11; border-radius: 999px; height: 19px; left: 50%; position: absolute; top: 9px; transform: translateX(-50%); width: 82px; }
.screen { background: #edf2f5; height: 100%; overflow: hidden; width: 100%; }
.screen img { height: 100%; object-fit: cover; width: 100%; }
.phone-hero { height: 625px; left: 50%; top: 12px; transform: translateX(-45%) rotate(2.5deg); width: 318px; }
.map-screen { background: #e5edf1; display: flex; flex-direction: column; }
.phone-hero .map-crop { flex: 0 0 310px; height: 310px; object-fit: cover; object-position: top center; width: 100%; }
.mini-inspector { background: white; border-radius: 24px 24px 0 0; box-shadow: 0 -8px 30px rgba(18, 52, 72, 0.1); flex: 1; margin-top: -13px; padding: 23px 18px 18px; position: relative; z-index: 2; }
.drawer-handle { background: #d8e0e5; border-radius: 999px; height: 4px; left: 50%; position: absolute; top: 10px; transform: translateX(-50%); width: 42px; }
.mini-title { align-items: center; display: flex; gap: 9px; margin-top: 8px; }
.mini-title b { font-size: 23px; letter-spacing: -0.03em; }
.mini-title span { background: var(--blue); border-radius: 999px; color: white; font-size: 8px; font-weight: 850; letter-spacing: 0.08em; padding: 5px 8px; }
.mini-inspector p { color: var(--ink-soft); font-size: 11px; margin: 6px 0 14px; }
.mini-metric { border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 750; padding-bottom: 13px; }
.mini-route { align-items: center; display: flex; justify-content: space-between; padding: 17px 4px 0; }
.mini-route b { font-size: 26px; letter-spacing: -0.04em; }
.mini-route span { color: var(--blue); }
.orbit { border: 1px solid rgba(11, 127, 168, 0.19); border-radius: 50%; position: absolute; }
.orbit-one { height: 590px; left: 4%; top: 45px; width: 590px; }.orbit-two { height: 470px; left: 13%; top: 108px; width: 470px; }
.floating-card { align-items: center; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); background: rgba(255,255,255,0.92); border: 1px solid rgba(255,255,255,0.86); border-radius: 18px; box-shadow: 0 18px 40px rgba(17, 52, 73, 0.17); display: flex; position: absolute; z-index: 4; }
.aircraft-card { bottom: 98px; gap: 11px; left: -12px; padding: 12px 13px; transform: rotate(-1deg); }
.floating-icon { align-items: center; background: var(--blue-soft); border-radius: 11px; display: flex; height: 38px; justify-content: center; width: 38px; }
.floating-icon img { transform: rotate(34deg); width: 25px; }
.aircraft-card b { display: block; font-size: 14px; }.aircraft-card div span { color: var(--ink-soft); display: block; font-size: 11px; margin-top: 2px; }
.status-pill { background: var(--mint-soft); border-radius: 999px; color: #26765d; font-size: 9px; font-weight: 850; letter-spacing: 0.08em; padding: 5px 7px; }
.route-card { gap: 13px; padding: 12px 17px; right: -3px; top: 98px; transform: rotate(1deg); }
.airport-code { font-size: 17px; font-weight: 850; }.route-arrow { color: var(--blue); }

.intent-section { background: var(--white); padding: 122px 0; }
.section-heading { max-width: 710px; }
.section-heading h2, .showcase-copy h2, .data-copy h2, .beta-card h2 { font-size: clamp(40px, 5vw, 66px); letter-spacing: -0.06em; line-height: 1.02; margin: 17px 0 20px; }
.section-heading p, .showcase-copy > p, .data-copy p, .beta-card p { color: var(--ink-soft); font-size: 18px; line-height: 1.64; }
.intent-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-top: 62px; }
.intent-card { background: var(--paper); border: 1px solid var(--line); border-radius: 26px; min-height: 310px; overflow: hidden; padding: 24px; position: relative; transition: transform 180ms ease, box-shadow 180ms ease; }
.intent-card:hover { box-shadow: 0 18px 45px rgba(21, 56, 78, 0.09); transform: translateY(-5px); }
.intent-number { color: #8ba0af; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }
.intent-symbol { align-items: center; background: var(--blue-soft); border-radius: 18px; color: var(--blue-deep); display: flex; font-size: 25px; font-weight: 700; height: 54px; justify-content: center; margin: 46px 0 24px; width: 54px; }
.intent-alert .intent-symbol { background: #fae7e5; color: var(--danger); }
.intent-card h3 { font-size: 22px; letter-spacing: -0.035em; margin-bottom: 12px; }
.intent-card p { color: var(--ink-soft); font-size: 14px; line-height: 1.58; }

.showcase { overflow: hidden; }
.showcase-row { align-items: center; display: grid; gap: clamp(60px, 9vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 780px; padding-block: 100px; }
.showcase-copy > p { max-width: 560px; }
.feature-list { list-style: none; margin: 34px 0 0; padding: 0; }
.feature-list li { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: 14px; font-weight: 700; gap: 15px; padding: 15px 0; }
.feature-list span { color: var(--blue); font-size: 10px; letter-spacing: 0.1em; }
.showcase-visual { min-height: 540px; position: relative; }
.phone-secondary { height: 590px; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-2deg); width: 286px; }
.phone-today .screen img { object-position: top center; }
.screen-shadow { border-radius: 50%; filter: blur(6px); height: 430px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 430px; }
.screen-shadow-blue { background: linear-gradient(135deg, #c6e6f1, #e4f1ed); }
.showcase-board { border-top: 1px solid var(--line); }
.board-window { background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); left: 50%; max-height: 570px; max-width: 480px; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(1deg); width: 92%; }
.window-top { align-items: center; background: #edf3f6; display: flex; gap: 7px; height: 42px; padding: 0 14px; }
.window-top span { background: #bfd0da; border-radius: 50%; height: 7px; width: 7px; }.window-top b { color: var(--ink-soft); font-size: 11px; margin-left: 7px; }
.board-window > img { margin-top: -28px; width: 100%; }
.data-note { align-items: flex-start; background: var(--mint-soft); border-radius: 20px; display: flex; gap: 14px; margin-top: 30px; padding: 18px; }
.data-note-icon { align-items: center; background: var(--mint); border-radius: 50%; color: white; display: flex; flex: 0 0 auto; font-size: 12px; height: 24px; justify-content: center; width: 24px; }
.data-note p { color: #41695d; font-size: 13px; line-height: 1.55; margin: 1px 0 0; }
.showcase-weather { border-top: 1px solid var(--line); }
.weather-window { background: #e9f0f3; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(1.5deg); width: min(440px, 94%); }
.weather-window img { width: 100%; }
.weather-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.weather-facts span { background: white; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 12px; padding: 10px 13px; }
.weather-facts b { color: var(--ink); }

.data-section { background: var(--navy); color: white; overflow: hidden; padding: 130px 0; position: relative; }
.data-section::after { background: radial-gradient(circle, rgba(57, 174, 197, 0.25), transparent 68%); content: ""; height: 700px; position: absolute; right: -240px; top: -320px; width: 700px; }
.data-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 0.9fr 1.1fr; position: relative; z-index: 2; }
.section-kicker-light { color: #75cee2; }
.data-copy p { color: #a9bdca; }
.context-stack { display: grid; gap: 10px; }
.context-row { align-items: center; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.09); border-radius: 18px; display: grid; gap: 14px; grid-template-columns: 44px 1fr auto; padding: 14px; }
.context-icon { align-items: center; background: rgba(111, 207, 225, 0.12); border-radius: 12px; color: #79d3e5; display: flex; height: 42px; justify-content: center; width: 42px; }
.context-row b { display: block; font-size: 14px; }.context-row small { color: #92a9b8; display: block; font-size: 11px; margin-top: 4px; }
.context-row > span:last-child { color: #77d7c0; font-size: 9px; font-weight: 850; letter-spacing: 0.1em; }
.data-sky span { background: rgba(255,255,255,0.25); border-radius: 50%; height: 3px; position: absolute; width: 3px; }.data-sky span:nth-child(1) { left: 7%; top: 25%; }.data-sky span:nth-child(2) { left: 42%; top: 12%; }.data-sky span:nth-child(3) { left: 78%; top: 78%; }

.beta-section { padding: 116px 0; }
.beta-card { align-items: center; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); display: grid; gap: 60px; grid-template-columns: 1fr auto; overflow: hidden; padding: clamp(32px, 6vw, 72px); position: relative; }
.beta-card::before { background: radial-gradient(circle, rgba(82, 180, 208, 0.16), transparent 68%); content: ""; height: 480px; position: absolute; right: -210px; top: -220px; width: 480px; }
.beta-card h2 { font-size: clamp(38px, 4.7vw, 61px); max-width: 820px; }
.beta-card p { max-width: 760px; }
.beta-stamp { align-items: center; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue-deep); display: flex; flex-direction: column; height: 172px; justify-content: center; position: relative; transform: rotate(7deg); width: 172px; z-index: 2; }
.beta-stamp span, .beta-stamp small { font-size: 9px; font-weight: 850; letter-spacing: 0.18em; }.beta-stamp b { font-size: 28px; letter-spacing: -0.04em; margin: 3px 0; }

footer { background: #e9eff1; padding: 50px 0; }
.footer-grid { align-items: center; display: grid; gap: 30px; grid-template-columns: auto 1fr auto; }
.footer-grid > p { color: var(--ink-soft); font-size: 13px; margin: 0; max-width: 540px; }
.footer-meta { color: var(--ink-soft); display: flex; font-size: 11px; gap: 18px; }
.footer-brand { font-size: 19px; }.footer-brand .brand-mark { border-radius: 9px; height: 29px; width: 29px; }.footer-brand .brand-mark img { width: 19px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.65,.25,1); }
.reveal[data-delay="1"] { transition-delay: 100ms; }.reveal[data-delay="2"] { transition-delay: 180ms; }.reveal[data-delay="3"] { transition-delay: 260ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { padding-top: 130px; }
  .hero-grid { gap: 20px; grid-template-columns: 1fr 0.85fr; }
  .hero-visual { height: 610px; transform: scale(0.9); transform-origin: center right; }
  .intent-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-row { gap: 55px; }
  .data-grid { gap: 50px; }
  .footer-grid { align-items: flex-start; grid-template-columns: 1fr auto; }.footer-grid > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 28px, 620px); }
  .site-header { padding: 10px 0; }
  .menu-button { display: block; }
  .site-nav { align-items: stretch; background: rgba(255,255,255,0.97); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); display: none; flex-direction: column; gap: 0; padding: 10px; position: absolute; right: 14px; top: 64px; width: min(280px, calc(100vw - 28px)); }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-radius: 12px; padding: 13px 12px; }.nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; padding: 126px 0 56px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { text-align: center; }.hero-lede { font-size: 17px; }.eyebrow { justify-content: center; }
  .hero-actions, .hero-proof { justify-content: center; }
  h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-visual { height: 590px; margin-left: 0; transform: scale(0.87); transform-origin: top center; width: min(580px, 112vw); }
  .intent-section { padding: 90px 0; }.intent-grid { grid-template-columns: 1fr; margin-top: 40px; }.intent-card { min-height: auto; }.intent-symbol { margin-top: 28px; }
  .showcase-row { display: flex; flex-direction: column; min-height: auto; padding: 85px 0; }.showcase-row:nth-child(even) { flex-direction: column-reverse; }.showcase-copy { width: 100%; }.showcase-visual { min-height: 580px; width: 100%; }
  .showcase-board .showcase-visual { min-height: 500px; }.showcase-weather .showcase-visual { min-height: 520px; }
  .data-section { padding: 95px 0; }.data-grid { grid-template-columns: 1fr; }
  .beta-section { padding: 78px 0; }.beta-card { grid-template-columns: 1fr; }.beta-stamp { height: 138px; width: 138px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > p { grid-column: auto; grid-row: auto; }.footer-meta { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .hero-actions { align-items: center; flex-direction: column; }.hero-proof { align-items: center; flex-direction: column; gap: 6px; }
  .hero-visual { margin-bottom: -60px; transform: scale(0.72); width: 130vw; }
  .phone-hero { transform: translateX(-50%) rotate(2.5deg); }.aircraft-card { left: 6px; }.route-card { right: 8px; }
  .showcase-visual { min-height: 520px; }.phone-secondary { transform: translate(-50%, -50%) rotate(-2deg) scale(0.88); }
  .context-row { grid-template-columns: 40px 1fr; }.context-row > span:last-child { display: none; }
}

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