:root {
  --navy: #071c3d;
  --navy-2: #0d2c58;
  --turquoise: #17c8c5;
  --yellow: #ffc518;
  --coral: #ff655f;
  --paper: #f3f8fb;
  --ink: #091b35;
  --muted: #607189;
  --line: #d8e5ec;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
.topbar { height: 72px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: white; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--turquoise); color: var(--navy); font-size: 1.35rem; font-weight: 950; }
.top-download { padding: 10px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; text-decoration: none; font-weight: 800; }
.intro { min-height: 640px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: center; padding: clamp(48px, 7vw, 92px) max(24px, calc((100vw - 1180px) / 2)); background: var(--navy); color: white; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--turquoise); font-weight: 950; letter-spacing: .1em; }
.eyebrow b { color: var(--yellow); font-size: 1.3rem; }
.intro h1 { margin: 0; font-size: clamp(3.15rem, 6.6vw, 6.3rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.intro h1 em { color: var(--yellow); font-style: normal; }
.lead { max-width: 610px; margin: 30px 0; color: #c9d7e8; font-size: clamp(1.05rem, 1.6vw, 1.27rem); line-height: 1.65; }
.intro-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.primary-button { display: flex; flex-direction: column; gap: 4px; padding: 16px 22px; background: var(--turquoise); color: var(--navy); border-radius: 14px; text-decoration: none; font-weight: 900; box-shadow: 0 12px 30px rgba(23,200,197,.16); }
.primary-button small { font-weight: 700; opacity: .68; }
.text-link { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.hero-card { position: relative; margin: 0; transform: rotate(1.5deg); }
.hero-card::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; border: 3px solid var(--coral); border-radius: 28px; transform: rotate(-3deg); }
.hero-card img { position: relative; display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.34); }
.stops-section { max-width: 1180px; margin: 0 auto; padding: clamp(60px, 8vw, 100px) 24px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-kicker { margin: 0 0 8px; color: #078c8a; font-size: .9rem; font-weight: 950; letter-spacing: .12em; }
.section-heading h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.stop-picker { min-width: min(100%, 340px); display: grid; gap: 8px; color: var(--muted); font-size: .9rem; font-weight: 800; }
.stop-picker select { width: 100%; min-height: 50px; padding: 0 42px 0 15px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); font: inherit; font-size: 1rem; }
.featured-stop { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-bottom: 20px; padding: 27px; border-radius: 22px; background: var(--yellow); box-shadow: 0 12px 40px rgba(8,28,61,.1); }
.stop-number, .stop-index { color: rgba(7,28,61,.38); font-size: 1.05rem; font-weight: 950; }
.badge { display: inline-block; margin-bottom: 7px; color: var(--navy); font-size: .72rem; font-weight: 950; letter-spacing: .1em; }
.featured-stop h3, .stop-card h3 { margin: 0; font-size: 1.18rem; }
.featured-stop p, .stop-card p { margin: 7px 0 0; color: #40526a; line-height: 1.45; }
.download-button { min-width: 140px; display: flex; flex-direction: column; padding: 13px 18px; border-radius: 12px; background: var(--navy); color: white; text-align: center; text-decoration: none; font-weight: 900; }
.download-button small { color: #bfcde0; margin-top: 3px; }
.stop-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.stop-card { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; min-height: 116px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.stop-card:hover, .stop-card:focus-within { transform: translateY(-2px); border-color: var(--turquoise); box-shadow: 0 14px 36px rgba(7,28,61,.09); }
.stop-card p { font-size: .9rem; }
.card-download { width: 58px; height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border-radius: 13px; background: #e6f9f8; color: #057b79; text-decoration: none; font-size: 1.5rem; font-weight: 950; }
.card-download small { font-size: .68rem; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 34px max(24px, calc((100vw - 1180px) / 2)); background: var(--navy); color: white; }
footer span { color: #aebed3; }
a:focus-visible, select:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

@media (max-width: 840px) {
  .intro { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-card { max-width: 630px; transform: none; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .stop-picker { min-width: 100%; }
  .stop-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .topbar { height: 64px; padding-inline: 16px; }
  .brand span:last-child { font-size: .92rem; }
  .top-download { padding: 9px 12px; font-size: .85rem; }
  .intro { min-height: 0; padding: 38px 18px 54px; gap: 42px; }
  .intro h1 { font-size: clamp(2.85rem, 15vw, 4.6rem); }
  .lead { margin: 24px 0; }
  .primary-button { width: 100%; text-align: center; }
  .text-link { width: 100%; text-align: center; }
  .stops-section { padding: 56px 16px; }
  .featured-stop { grid-template-columns: auto 1fr; padding: 21px 18px; }
  .featured-stop .download-button { grid-column: 1 / -1; width: 100%; }
  .stop-card { grid-template-columns: auto 1fr auto; gap: 12px; padding: 17px 14px; }
  .stop-card h3 { font-size: 1rem; }
  .stop-card p { font-size: .78rem; }
  .card-download { width: 50px; }
  footer { flex-direction: column; padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .stop-card { transition: none; }
}
