:root {
  --ink: #03070d;
  --ink-2: #07111f;
  --steel: #102842;
  --paper: #f8fbff;
  --muted: #a9b7c7;
  --taxi: #ffc23a;
  --amber: #ff7200;
  --broadway: #ff3344;
  --patina: #20b8ff;
  --line: rgba(255, 255, 255, 0.13);
  --glass: rgba(9, 20, 34, 0.72);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--font);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.top-line {
  height: 5px;
  background: linear-gradient(90deg, var(--taxi), var(--amber), var(--broadway), var(--patina), var(--taxi));
  background-size: 220% 100%;
  animation: marquee 7s linear infinite;
}
@keyframes marquee { to { background-position: 220% 0; } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 7, 13, 0.82);
  backdrop-filter: blur(20px);
}
.nav {
  width: min(1180px, 92vw);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: -0.03em; }
.brand img { width: 56px; height: 56px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(32,184,255,.28)); }
.brand span { color: var(--taxi); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .9rem; font-weight: 750; }
.nav-links a:hover { color: var(--paper); }
.nav-links .nav-cta { color: var(--ink); background: var(--taxi); padding: 9px 16px; border-radius: 999px; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 880px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(32, 184, 255, .2), transparent 32%),
    radial-gradient(circle at 86% 25%, rgba(255, 114, 0, .2), transparent 30%),
    radial-gradient(circle at 65% 75%, rgba(255, 51, 68, .08), transparent 28%),
    linear-gradient(145deg, #03070d 0%, #07111f 50%, #0e1d2d 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: perspective(700px) rotateX(62deg) scale(1.5) translateY(28%);
  transform-origin: bottom;
}
.hero::after {
  content: "";
  position: absolute;
  left: -4%; right: -4%; bottom: 0;
  height: 240px;
  z-index: -1;
  opacity: .38;
  background:
    linear-gradient(90deg, transparent 1%, #142d43 1% 4%, transparent 4% 5%, #142d43 5% 8%, transparent 8% 10%, #142d43 10% 14%, transparent 14% 16%, #142d43 16% 19%, transparent 19% 21%, #142d43 21% 27%, transparent 27% 30%, #142d43 30% 33%, transparent 33% 35%, #142d43 35% 41%, transparent 41% 44%, #142d43 44% 48%, transparent 48% 50%, #142d43 50% 55%, transparent 55% 58%, #142d43 58% 62%, transparent 62% 66%, #142d43 66% 70%, transparent 70% 73%, #142d43 73% 77%, transparent 77% 81%, #142d43 81% 86%, transparent 86% 89%, #142d43 89% 93%, transparent 93% 95%, #142d43 95% 99%, transparent 99%);
  clip-path: polygon(0 100%,0 55%,4% 55%,4% 28%,8% 28%,8% 64%,12% 64%,12% 35%,17% 35%,17% 70%,21% 70%,21% 45%,26% 45%,26% 76%,30% 76%,30% 18%,35% 18%,35% 75%,39% 75%,39% 56%,44% 56%,44% 82%,48% 82%,48% 32%,53% 32%,53% 70%,58% 70%,58% 48%,63% 48%,63% 80%,67% 80%,67% 24%,72% 24%,72% 67%,77% 67%,77% 42%,82% 42%,82% 73%,87% 73%,87% 34%,92% 34%,92% 62%,96% 62%,96% 45%,100% 45%,100% 100%);
}
.hero-grid {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 96px 0 145px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 64px;
}
.kicker { margin: 0 0 18px; color: var(--patina); font-weight: 850; font-size: .78rem; letter-spacing: .24em; text-transform: uppercase; }
.launch-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; padding: 8px 13px; border: 1px solid rgba(247,201,72,.35); border-radius: 999px; color: var(--taxi); background: rgba(247,201,72,.08); font-weight: 800; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.launch-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--broadway); box-shadow: 0 0 18px var(--broadway); }
h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 7rem); line-height: .92; letter-spacing: -.065em; }
.slogan { margin: 28px 0 0; max-width: 780px; font-size: clamp(1.75rem, 3.6vw, 3.15rem); line-height: 1.08; font-weight: 900; letter-spacing: -.04em; }
.slogan .media { color: var(--paper); }
.slogan .baby { background: linear-gradient(90deg, var(--taxi), var(--amber), var(--broadway)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy { max-width: 660px; margin: 23px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-copy strong { color: var(--paper); }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.actions .button { padding-inline: 18px; font-size: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; font-weight: 850; transition: .2s ease; }
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.32); }
.button.primary { color: var(--ink); border-color: var(--taxi); background: var(--taxi); box-shadow: 0 14px 44px rgba(247,201,72,.22); }
.button.secondary { background: rgba(255,255,255,.04); }
.city-pulse { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.city-pulse span { display: inline-flex; align-items: baseline; gap: 7px; min-width: 108px; padding: 9px 13px; border-left: 2px solid var(--patina); color: var(--muted); background: linear-gradient(90deg, rgba(32,184,255,.08), transparent); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.city-pulse b { color: var(--paper); font-size: 1.02rem; }
.mark-panel { position: relative; display: grid; place-items: center; }
.mark-panel::before { content:""; position:absolute; inset: 8%; border-radius: 50%; background: conic-gradient(from 30deg, var(--taxi), transparent, var(--patina), transparent, var(--broadway), transparent, var(--taxi)); filter: blur(52px); opacity: .34; animation: spin 20s linear infinite; }
@keyframes spin { to { transform: rotate(1turn); } }
.mark-panel img { position: relative; width: min(630px, 49vw); filter: drop-shadow(0 34px 70px rgba(0,0,0,.65)); transform: translateY(12px); }

.section { padding: 100px 0; }
.section.alt { background: #07111f; border-block: 1px solid var(--line); }
.shell { width: min(1180px, 92vw); margin: 0 auto; }
.section-label { margin: 0 0 10px; color: var(--taxi); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .22em; }
.section h2 { margin: 0; max-width: 850px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.section-intro { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(32,184,255,.35); background: linear-gradient(145deg, rgba(32,184,255,.09), rgba(255,114,0,.035)); }
.card-icon { font-size: 1.7rem; }
.card h3 { margin: 15px 0 8px; font-size: 1.18rem; }
.card p { margin: 0; color: var(--muted); font-size: .93rem; }
.boroughs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 42px; }
.borough { padding: 20px 14px; text-align: center; border-radius: 18px; border: 1px solid rgba(53,208,186,.24); background: rgba(53,208,186,.05); font-weight: 850; }
.owner-band { margin-top: 55px; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: var(--radius); border: 1px solid rgba(247,201,72,.28); background: linear-gradient(110deg, rgba(247,201,72,.12), rgba(53,208,186,.07)); }
.owner-band p { margin: 0; color: var(--muted); }
.owner-band strong { display: block; color: var(--paper); font-size: 1.2rem; }

.legal-hero { padding: 86px 0 54px; background: radial-gradient(circle at 12% 0, rgba(53,208,186,.15), transparent 30%), #07111f; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-hero p { max-width: 720px; margin: 18px 0 0; color: var(--muted); }
.legal-page { width: min(880px, 92vw); margin: 0 auto; padding: 70px 0 110px; }
.legal-page h2 { margin: 42px 0 12px; font-size: 1.45rem; color: var(--taxi); }
.legal-page h3 { margin: 28px 0 8px; }
.legal-page p, .legal-page li { color: #c0cad5; }
.legal-page a { color: var(--patina); }
.legal-page .updated { color: var(--taxi); font-weight: 800; }
.legal-note { padding: 20px 22px; border-left: 4px solid var(--patina); background: rgba(53,208,186,.07); border-radius: 0 14px 14px 0; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); background: #02050a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 35px; }
.footer-brand { font-size: 1.2rem; font-weight: 900; }
.footer-copy { max-width: 460px; color: var(--muted); font-size: .9rem; }
.footer-title { margin: 0 0 11px; color: var(--paper); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--taxi); }
.copyright { margin: 35px 0 0; padding-top: 25px; border-top: 1px solid var(--line); color: #718096; font-size: .8rem; }

@media (max-width: 880px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 72px 0 120px; gap: 30px; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .actions { justify-content: center; }
  .mark-panel { order: -1; }
  .mark-panel img { width: min(420px, 88vw); transform: none; }
  .city-pulse { justify-content: center; }
  .cards { grid-template-columns: 1fr 1fr; }
  .boroughs { grid-template-columns: repeat(2, 1fr); }
  .borough:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .brand { font-size: .95rem; }
  .nav-cta { padding: 8px 12px !important; font-size: .78rem !important; }
  h1 { font-size: 3.65rem; }
  .slogan { font-size: 2rem; }
  .actions { flex-direction: column; }
  .city-pulse { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .city-pulse span { min-width: 0; justify-content: center; padding-inline: 6px; }
  .cards { grid-template-columns: 1fr; }
  .owner-band { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

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