/* Generated by tools/seo/build_itinerary_pages.py. Edit the script, not this file.
   Colours are the app's own lilac and peach palette (the --p-* tokens in app/index.html). */
:root {
  --page: #FBF8FF; --surface: #FFFFFF; --band: #DED3F7; --band-ink: #2C2445;
  --accent: #6B4FC9; --on-accent: #FFFFFF; --highlight: #FFC0A0; --on-highlight: #2C2445;
  --ink: #2C2445; --muted: #514770; --border: #E7E0F5;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --page: #16121F; --surface: #1E1930; --band: #3A2F5C; --band-ink: #EDE7FB;
    --accent: #B49BF0; --on-accent: #1B1430; --highlight: #FFB690; --on-highlight: #2C2445;
    --ink: #EFEAF9; --muted: #C3BADE; --border: #2E2745;
    color-scheme: dark;
  }
}
* { box-sizing: border-box; }
body {
  margin: 0; background: var(--page); color: var(--ink);
  font: 16px/1.6 Figtree, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
a { color: var(--accent); text-underline-offset: 2px; }
h1, h2, h3 {
  font-family: "Bricolage Grotesque", Figtree, system-ui, sans-serif;
  line-height: 1.15; margin: 0; letter-spacing: -0.01em;
}
.bar { background: var(--band); color: var(--band-ink); }
.bar-in, main, .foot-in { max-width: 860px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.bar-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 60px; }
.brand {
  color: var(--band-ink); text-decoration: none; font-weight: 800; font-size: 20px;
  font-family: "Bricolage Grotesque", Figtree, system-ui, sans-serif;
}
.btn {
  display: inline-block; border-radius: 999px; padding: 10px 20px; font-weight: 700;
  text-decoration: none; background: var(--accent); color: var(--on-accent);
}
.btn--peach { background: var(--highlight); color: var(--on-highlight); }
.btn:hover, .chip:hover, .cards a:hover { filter: brightness(0.96); }
main { padding-top: 22px; padding-bottom: 56px; }
.crumbs { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--muted); }
h1 { font-size: clamp(30px, 5vw, 44px); font-weight: 800; }
.lead { font-size: 18px; color: var(--muted); margin: 14px 0 0; max-width: 64ch; }
.facts { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; }
.facts li {
  background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
  padding: 5px 14px; font-size: 14px; font-weight: 600;
}
.fine { font-size: 13px; color: var(--muted); margin: 12px 0 0; max-width: 70ch; }
.toc {
  background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
  padding: 16px 20px; margin-top: 26px;
}
.toc h2 { font-size: 16px; }
.toc ol { margin: 8px 0 0; padding-inline-start: 22px; }
.toc li { margin: 4px 0; }
.day { margin-top: 44px; scroll-margin-top: 16px; }
.day-kicker {
  margin: 0 0 4px; font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--accent);
}
.day h2 { font-size: clamp(24px, 3.6vw, 30px); }
.day-sub { margin: 6px 0 16px; color: var(--muted); font-size: 15px; }
.stops { list-style: none; margin: 0; padding: 0; }
.stop {
  display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 16px;
  background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
  padding: 16px 18px; margin-bottom: 10px;
}
.stop-time {
  display: flex; flex-direction: column; font-variant-numeric: tabular-nums;
  font-weight: 700; font-size: 15px; line-height: 1.3;
}
.stop-time span + span { color: var(--muted); font-weight: 500; font-size: 13px; }
.stop h3 { font-size: 18px; font-weight: 700; overflow-wrap: anywhere; }
.stop-meta { margin: 3px 0 0; font-size: 14px; color: var(--muted); }
.stop-text { margin: 6px 0 0; }
.stop-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 0; }
.chip {
  display: inline-block; font-size: 13px; font-weight: 600; line-height: 1.2; padding: 7px 13px;
  border-radius: 999px; border: 1px solid var(--border); background: var(--page);
  color: var(--ink); text-decoration: none;
}
.chip--paid { background: var(--accent); border-color: transparent; color: var(--on-accent); }
.stop-next { margin: 10px 0 0; font-size: 13px; color: var(--muted); }
.box {
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  padding: 22px; margin-top: 44px;
}
.box h2 { font-size: 22px; }
.box dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px 22px; margin: 16px 0 0; }
.box dt { font-size: 13px; color: var(--muted); font-weight: 600; }
.box dd { margin: 2px 0 0; font-weight: 600; }
.box p { margin: 14px 0 0; }
.esim { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.cta { background: var(--band); color: var(--band-ink); border-color: transparent; }
.cta p { max-width: 62ch; }
.cta .btn { margin-top: 16px; }
.signup p { max-width: 62ch; }
.signup-form { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.signup-form input[type="email"] {
  flex: 1 1 240px; min-width: 0; font: inherit; font-size: 16px; padding: 10px 18px;
  border-radius: 999px; border: 1px solid var(--border); background: var(--page); color: var(--ink);
}
.signup-form input[type="email"]:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
button.btn { border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.sr, .hp {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.signup-result form { margin-top: 16px; }
.signup-result .btn { margin-top: 8px; }
.more, .country { margin-top: 44px; }
.more h2, .country h2 { font-size: 22px; }
.cards {
  list-style: none; padding: 0; margin: 14px 0 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px;
}
.cards a {
  display: block; height: 100%; background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; padding: 14px 16px; text-decoration: none; color: var(--ink);
}
.cards strong { display: block; font-size: 18px; font-family: "Bricolage Grotesque", Figtree, system-ui, sans-serif; }
.cards span { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; }
footer { border-top: 1px solid var(--border); color: var(--muted); font-size: 13px; }
.foot-in { padding-top: 20px; padding-bottom: 32px; }
footer p { margin: 0 0 8px; max-width: 70ch; }
footer a { color: var(--muted); }
@media (max-width: 560px) {
  .stop { grid-template-columns: 1fr; gap: 6px; }
  .stop-time { flex-direction: row; gap: 6px; }
  .stop-time span + span::before { content: "to "; }
}
@media print {
  .bar, .cta, .signup, .more, .stop-links, .fine { display: none; }
  .stop { break-inside: avoid; }
}
