:root {
  --gold: #eaaa00;
  --gold-soft: #ffd766;
  --ink: #15151a;
  --bg: #f6f4ee;
  --panel: #fff;
  --line: #e6e2d8;
  --muted: #6f6c64;
  --teal: #0f766e;
  --coral: #cf513e;
  --shadow: 0 18px 48px rgba(21, 21, 26, 0.09);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.wrap { width: min(1080px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(21, 21, 26, 0.96);
  color: #fff;
  border-bottom: 3px solid var(--gold);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: 0; }
.brand svg { display: block; }
.site-header nav, .footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}
.site-header nav a:hover, .footer-nav a:hover, .text-link:hover, .back-link:hover { color: var(--gold-soft); }
.hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 32px;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 16%, rgba(234, 170, 0, 0.25), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(15, 118, 110, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(21, 21, 26, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(21, 21, 26, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #fffaf0 0%, #f6f4ee 48%, #eef7f5 100%);
  background-size: auto, auto, 52px 52px, 52px 52px, auto;
}
.hero-content { display: grid; gap: 24px; text-align: center; justify-items: center; }
.eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hero h1 { max-width: 840px; font-size: clamp(42px, 11vw, 78px); font-weight: 900; line-height: 0.94; letter-spacing: 0; }
.hero-copy { max-width: 660px; color: var(--muted); font-size: clamp(17px, 4vw, 21px); }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--gold); color: var(--ink); box-shadow: 0 12px 26px rgba(234, 170, 0, 0.24); }
.button-dark { background: var(--ink); color: #fff; }
.button-ghost { border-color: rgba(21, 21, 26, 0.14); background: rgba(255, 255, 255, 0.8); color: var(--ink); }
.button-mark {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: rgba(21, 21, 26, 0.12);
  font-size: 12px;
  font-weight: 900;
}
.button-dark .button-mark { background: rgba(255, 255, 255, 0.18); }
.route-visual {
  width: min(760px, 100%);
  overflow: hidden;
  border: 1px solid rgba(21, 21, 26, 0.12);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.route-map {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.13) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 118, 110, 0.13) 1px, transparent 1px),
    linear-gradient(135deg, #eef8f5 0%, #fff8e2 58%, #f9f3e8 100%);
  background-size: 42px 42px;
}
.route-line, .pin { position: absolute; display: block; }
.route-line { height: 8px; border-radius: 999px; transform-origin: left center; }
.route-line-one { top: 43%; left: 14%; width: 54%; background: var(--teal); transform: rotate(-17deg); }
.route-line-two { top: 57%; left: 40%; width: 43%; background: var(--coral); transform: rotate(22deg); }
.pin {
  width: 23px;
  height: 23px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 8px 16px rgba(21, 21, 26, 0.22);
}
.pin-one { top: 32%; left: 13%; }
.pin-two { top: 22%; left: 47%; background: var(--coral); }
.pin-three { top: 55%; left: 68%; background: var(--teal); }
.pin-four { top: 70%; left: 82%; background: var(--ink); }
.route-card { display: grid; gap: 14px; padding: 18px; text-align: left; }
.route-card h2 { font-size: clamp(23px, 5vw, 32px); line-height: 1.05; }
.route-meta { display: grid; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 800; }
.route-meta span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.section { padding: 56px 0; }
.band, .signup-band, .final-cta-shell {
  display: grid;
  gap: 20px;
  align-items: center;
  border-radius: 20px;
  padding: clamp(22px, 6vw, 38px);
}
.band { border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.band h2, .section-heading h2, .signup-band h2, .final-cta h2 {
  margin-top: 5px;
  font-size: clamp(30px, 7vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}
.section-heading { max-width: 650px; margin-bottom: 22px; }
.section-heading.compact { margin-bottom: 14px; }
.city-grid, .step-grid { display: grid; gap: 14px; }
.city-card, .step, .stops-panel, .copy-panel {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: 0 8px 26px rgba(21, 21, 26, 0.06);
}
.city-card { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; overflow: hidden; }
.city-card-top { padding: 20px 20px 0; }
.city-card h3, .step h3, .stops-panel h3 { font-size: 23px; line-height: 1.1; }
.city-card p, .sample-copy, .final-cta p, .footer-copy { color: var(--muted); }
.city-card p { margin-top: 8px; font-size: 14px; }
.city-card .text-link { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 900; }
.text-link { color: var(--teal); font-weight: 900; }
.step-grid { counter-reset: steps; }
.step { min-height: 160px; padding: 20px; }
.step::before {
  counter-increment: steps;
  content: counter(steps);
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-soft);
  font-weight: 900;
}
.step p { margin-top: 5px; color: var(--muted); font-size: 14px; }
.dark-section, .final-cta { background: var(--ink); color: #fff; }
.signup-band, .final-cta-shell { border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.07); }
.dark-section .eyebrow, .final-cta .eyebrow { color: var(--gold-soft); }
.signup-form { display: grid; gap: 13px; }
.form-grid { display: grid; gap: 12px; }
.signup-form label { display: grid; gap: 8px; color: rgba(255, 255, 255, 0.82); font-size: 14px; font-weight: 900; }
.signup-form input {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.signup-form input::placeholder { color: rgba(255, 255, 255, 0.48); }
.form-success { display: none; color: var(--gold-soft); font-weight: 900; }
.form-success.is-visible { display: block; }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal); font-weight: 900; }
.two-column { display: grid; gap: 26px; }
.sample h2 { margin: 6px 0 14px; font-size: clamp(34px, 8vw, 58px); line-height: 1; }
.metric-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.metric {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}
.metric::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.stops-panel { padding: 22px; }
.stops-list { display: grid; gap: 10px; margin-top: 18px; padding-left: 23px; }
.stops-list li { padding-left: 4px; color: var(--muted); font-weight: 800; }
.copy-panel { overflow: hidden; }
.copy-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 13px 14px;
  color: var(--muted);
  font-weight: 900;
}
.copy-button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 11px;
  background: var(--panel);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}
.copy-panel textarea {
  width: 100%;
  min-height: 226px;
  resize: vertical;
  border: 0;
  padding: 16px;
  background: var(--panel);
  color: var(--ink);
  line-height: 1.5;
}
.final-cta p { color: rgba(255, 255, 255, 0.75); }
.site-footer { border-top: 1px solid var(--line); padding: 32px 0 42px; background: #f0ede5; color: var(--muted); font-size: 13px; }
.footer-grid { display: grid; gap: 22px; }
.footer-brand { color: var(--ink); }
.footer-copy { margin-top: 8px; }
.footer-nav { color: var(--muted); }
.footer-nav a:hover { color: var(--ink); }
@media (min-width: 680px) {
  .route-meta, .step-grid { grid-template-columns: repeat(3, 1fr); }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 920px) {
  .hero { padding-top: 82px; }
  .band, .signup-band, .final-cta-shell { grid-template-columns: 1.1fr 0.9fr; }
  .city-grid { grid-template-columns: repeat(5, 1fr); }
  .two-column { grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr); align-items: start; }
  .footer-grid { grid-template-columns: 0.8fr 1.2fr; align-items: center; }
  .footer-nav { justify-content: flex-end; }
}
@media (max-width: 760px) {
  .site-header nav { display: none; }
  .hero h1 { font-size: clamp(42px, 15vw, 66px); }
  .button-row, .button { width: 100%; }
  .route-map { min-height: 160px; }
}
