:root {
  --ink: #17191b;
  --asphalt: #23272a;
  --asphalt-2: #30363a;
  --paper: #f5f4ef;
  --white: #ffffff;
  --yellow: #ffd21f;
  --yellow-deep: #e7b900;
  --orange: #f47b20;
  --red: #df3f32;
  --green: #56a86c;
  --muted: #697176;
  --line: #d9d8d1;
  --shadow: 0 18px 50px rgba(20, 23, 25, 0.14);
  --radius: 20px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a { color: inherit; }

img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: var(--ink);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1180px, calc(100% - 36px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -.045em;
  font-size: 1.23rem;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset 0 0 0 3px rgba(23,25,27,.18);
}

.brand-mark svg { width: 25px; height: 25px; }

.nav-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  background: transparent;
  color: var(--white);
  padding: 9px 11px;
  font: inherit;
  font-weight: 800;
}

.site-nav { display: flex; align-items: center; gap: 6px; }

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  border-radius: 10px;
  color: #e7e8e8;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 750;
}

.site-nav a:hover, .site-nav a[aria-current="page"] {
  background: rgba(255,255,255,.1);
  color: var(--white);
}

.site-nav .nav-cta {
  margin-left: 7px;
  background: var(--yellow);
  color: var(--ink);
}

.site-nav .nav-cta:hover { background: #ffe05b; color: var(--ink); }

.shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 0 22px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #4e5559;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 5px;
  border-radius: 999px;
  background: var(--yellow-deep);
}

h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.045em; }

h1 { margin-bottom: 14px; font-size: clamp(2.7rem, 3.8vw, 4.2rem); font-weight: 950; }

.hero h1 { max-width: 12ch; }

.hero h1 span { position: relative; white-space: nowrap; }

.hero h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .06em;
  height: .16em;
  z-index: -1;
  border-radius: 999px;
  background: var(--yellow);
  transform: rotate(-1deg);
}

.hero-copy { max-width: 34rem; margin: 0; color: #50585c; font-size: 1rem; }

.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 17px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font-weight: 850;
}

.button:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(23,25,27,.16); }
.button-yellow { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.button-ghost { background: transparent; color: var(--ink); }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }

.microcopy { margin: 10px 0 0; color: #70777b; font-size: .85rem; font-weight: 650; }

.map-frame {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border: 10px solid var(--asphalt);
  border-radius: 28px;
  background: #d9e0dc;
  box-shadow: var(--shadow);
}

#road-map { width: 100%; height: clamp(350px, 34vw, 430px); min-height: 0; }

.map-status {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 500;
  width: min(88%, 380px);
  transform: translateX(-50%);
  padding: 12px 14px;
  border: 1px solid rgba(23,25,27,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 24px rgba(23,25,27,.16);
  text-align: center;
  font-size: .9rem;
  font-weight: 800;
}

.map-status strong { color: #9c4c10; }

.map-legend {
  position: absolute;
  right: 16px;
  bottom: 26px;
  z-index: 500;
  padding: 12px;
  border-radius: 12px;
  background: rgba(23,25,27,.94);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(23,25,27,.2);
  font-size: .77rem;
}

.map-legend b { display: block; margin-bottom: 6px; }
.legend-row { display: flex; align-items: center; gap: 8px; margin-top: 5px; }
.legend-line { width: 23px; height: 5px; border-radius: 9px; }

.proof-strip { padding: 0 0 32px; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.proof-item { padding: 16px 20px; }
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-item b { display: block; margin-bottom: 5px; font-size: 1.02rem; }
.proof-item span { color: var(--muted); font-size: .92rem; }

.section { padding: 52px 0; }
.section-dark { background: var(--asphalt); color: var(--white); }
.section-yellow { background: var(--yellow); }

.section-heading { max-width: 720px; margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 12px; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.section-heading p { margin: 0; color: var(--muted); font-size: 1rem; }
.section-dark .section-heading p { color: #b9c0c3; }

.steps, .feature-grid, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.step, .feature-card, .price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 20px;
}

.section-dark .step, .section-dark .feature-card {
  border-color: rgba(255,255,255,.12);
  background: var(--asphalt-2);
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 950;
}

.step h3, .feature-card h3, .price-card h3 { margin-bottom: 10px; font-size: 1.35rem; }
.step p, .feature-card p, .price-card p { margin: 0; color: var(--muted); }
.section-dark .step p, .section-dark .feature-card p { color: #b9c0c3; }

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.split h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }

.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 16px 18px 16px 52px; border-radius: 14px; background: var(--white); font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 18px; top: 14px; color: #347c48; font-size: 1.25rem; font-weight: 950; }

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 32px;
  border-radius: 24px;
  background: var(--yellow);
}

.cta-panel h2 { max-width: 700px; margin: 0; font-size: clamp(1.9rem, 3.2vw, 2.8rem); }

.page-hero { padding: 42px 0 30px; }
.page-hero h1 { max-width: 13ch; font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.page-hero p { max-width: 690px; margin: 0; color: var(--muted); font-size: 1.08rem; }

.signal-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: var(--radius);
  background: var(--asphalt);
  color: var(--white);
}

.signal-card p { margin: 4px 0 0; color: #bbc1c3; }
.signal-wave { display: flex; align-items: center; gap: 5px; height: 60px; }
.signal-wave i { width: 7px; border-radius: 8px; background: var(--yellow); }
.signal-wave i:nth-child(1) { height: 14px; }
.signal-wave i:nth-child(2) { height: 28px; }
.signal-wave i:nth-child(3) { height: 52px; }
.signal-wave i:nth-child(4) { height: 34px; }
.signal-wave i:nth-child(5) { height: 19px; }
.signal-wave i:nth-child(6) { height: 42px; }
.signal-wave i:nth-child(7) { height: 16px; }

.detail-list { display: grid; gap: 14px; }
.detail {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.detail-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--yellow); font-size: 1.35rem; font-weight: 950; }
.detail h3 { margin: 2px 0 7px; font-size: 1.25rem; }
.detail p { margin: 0; color: var(--muted); }

.callout {
  padding: 24px;
  border-left: 8px solid var(--yellow-deep);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--white);
  font-size: 1.15rem;
  font-weight: 750;
}

.price-card { display: flex; flex-direction: column; }
.price-card.featured { border: 3px solid var(--yellow-deep); transform: translateY(-8px); }
.price-label { color: var(--muted); font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 10px 0 14px; font-size: 2.4rem; font-weight: 950; letter-spacing: -.05em; }
.price small { font-size: .9rem; font-weight: 700; letter-spacing: 0; }
.price-card ul { margin: 16px 0 22px; padding-left: 20px; color: #4e565a; }
.price-card .button { margin-top: auto; }

.privacy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.site-footer { padding: 24px 0; background: #111315; color: #d8dbdc; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { color: var(--white); font-weight: 900; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: #c2c6c8; text-decoration: none; }
.footer-credit { color: #999fa2; font-size: .85rem; }
.footer-credit a { color: var(--yellow); text-decoration: none; }

.launch-pin {
  width: 20px;
  height: 20px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 7px rgba(255,210,31,.35);
}

.leaflet-control-attribution { font-size: 10px !important; }

@media (max-width: 900px) {
  .hero, .split { grid-template-columns: 1fr; }
  .hero { gap: 24px; padding: 32px 0 26px; }
  .hero h1 { max-width: 13ch; }
  #road-map { height: 410px; }
  .steps, .feature-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
}

@media (max-width: 720px) {
  .header-inner { min-height: 64px; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 18px 18px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: var(--ink);
  }
  .site-nav.open { display: flex; }
  .site-nav a { justify-content: center; }
  .site-nav .nav-cta { margin-left: 0; }
  h1 { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .hero { gap: 22px; padding: 28px 0 24px; }
  .hero-copy { font-size: 1.03rem; }
  .map-frame { border-width: 7px; border-radius: 22px; }
  #road-map { height: 350px; }
  .proof-grid, .steps, .feature-grid, .pricing-grid, .privacy-grid { grid-template-columns: 1fr; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 44px 0; }
  .step-number { margin-bottom: 16px; }
  .cta-panel, .footer-inner { align-items: flex-start; flex-direction: column; }
  .cta-panel { padding: 24px; }
  .signal-card { grid-template-columns: 1fr; }
  .page-hero { padding: 36px 0 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
