:root {
  --navy: #082b4f;
  --navy-deep: #05213d;
  --navy-soft: #123d65;
  --sky: #1689d8;
  --sky-soft: #eaf5fb;
  --green: #07884f;
  --green-dark: #046d3f;
  --green-soft: #eaf7f0;
  --ink: #102b49;
  --muted: #586d82;
  --line: #d8e5ef;
  --line-strong: #c6d9e7;
  --surface: #ffffff;
  --surface-soft: #f6fafc;
  --surface-blue: #eef7fb;
  --warning: #9a5c00;
  --danger: #b42318;
  --shadow-sm: 0 8px 24px rgba(7, 43, 79, .08);
  --shadow-md: 0 18px 48px rgba(7, 43, 79, .14);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 22px;
  --container: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 56px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: 82px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(216,229,239,.9);
  backdrop-filter: blur(18px);
}
.nav-shell {
  height: 100%; display: flex; align-items: center; gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 315px; }
.brand-mark { width: 54px; height: 54px; flex: 0 0 54px; }
.brand-name {
  font-size: clamp(26px, 2vw, 38px); line-height: .95; font-weight: 850; letter-spacing: -.045em;
  color: var(--navy);
}
.brand-name span { color: var(--green); }
.brand-tagline {
  margin-top: 4px; color: var(--navy-deep); font-size: 10px; font-weight: 750;
  letter-spacing: .13em; white-space: nowrap;
}
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 36px; margin-left: auto; }
.primary-nav a {
  position: relative; padding: 29px 0 26px; font-size: 14px; font-weight: 650; color: var(--navy-deep); white-space: nowrap;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 50%; right: 50%; bottom: 18px; height: 2px;
  background: var(--green); transition: .2s ease;
}
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { left: 0; right: 0; }
.header-cta, .button-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 25px; border: 0; border-radius: 8px;
  background: linear-gradient(180deg, #079356, var(--green)); color: #fff; font-weight: 800;
  box-shadow: 0 8px 18px rgba(7,136,79,.18); transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-cta:hover, .button-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(7,136,79,.25); }
.header-cta { margin-left: 12px; white-space: nowrap; }
.menu-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px;
  background: #fff; color: var(--navy); font-size: 23px;
}
.mobile-nav {
  display: none; position: fixed; inset: 82px 0 auto 0; z-index: 99; padding: 18px 24px 24px;
  background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
}
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-nav .header-cta { margin: 16px 0 0; }

/* Hero */
.hero {
  position: relative; min-height: 430px; overflow: hidden;
  background: #eaf4f9;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("hero-airport.svg");
  background-size: cover; background-position: center 46%;
  filter: saturate(.82) contrast(.95) brightness(1.06);
  transform: scale(1.015);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.88) 37%, rgba(236,247,252,.62) 58%, rgba(235,246,251,.28) 100%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(236,248,252,.22));
}
.hero-grid {
  position: relative; z-index: 1; min-height: 430px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
  align-items: center; gap: 52px; padding-block: 28px;
}
.hero-copy { padding-left: clamp(0px, 7vw, 170px); }
.seo-kicker, .eyebrow {
  display: block; margin-bottom: 10px; color: var(--green); font-size: 12px; line-height: 1.2;
  font-weight: 850; letter-spacing: .14em; text-transform: uppercase;
}
.hero h1 {
  margin: 0; max-width: 720px; color: var(--navy-deep); font-size: clamp(42px, 4.2vw, 66px);
  line-height: .98; letter-spacing: -.055em; font-weight: 880;
}
.hero-lead {
  max-width: 720px; margin: 15px 0 0; color: #173b60; font-size: clamp(18px, 1.45vw, 25px); line-height: 1.28;
}
.hero-benefits { display: flex; align-items: flex-start; gap: 28px; margin-top: 25px; }
.hero-benefit { display: flex; align-items: center; gap: 10px; min-width: 0; }
.icon-disc {
  width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center;
  border-radius: 50%; background: var(--navy-deep); color: #fff; font-size: 21px;
  box-shadow: 0 7px 16px rgba(5,33,61,.18);
}
.hero-benefit > span:not(.icon-disc) { display: block; min-width: 0; }
.hero-benefit strong { display: block; color: var(--navy-deep); font-size: 13px; line-height: 1.15; }
.hero-benefit > span:not(.icon-disc) > span { display: block; margin-top: 3px; color: #294c6c; font-size: 12px; line-height: 1.2; }

/* Planner */
.planner-card {
  position: relative; margin-right: clamp(0px, 4vw, 70px); padding: 18px 20px 15px;
  border: 1px solid rgba(204,222,234,.95); border-radius: 16px; background: rgba(255,255,255,.965);
  box-shadow: 0 20px 45px rgba(5,33,61,.16);
}
.planner-title-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.planner-mini-mark { width: 37px; height: 37px; }
.planner-title-row h2 { margin: 0; font-size: 24px; line-height: 1; letter-spacing: -.025em; color: var(--navy-deep); }
.planner-title-row p { margin: 0 0 0 auto; color: #294c6c; font-size: 12px; white-space: nowrap; }
.form-field { position: relative; display: block; margin-top: 9px; }
.form-field > span, .ready-label {
  display: block; margin: 0 0 4px; color: var(--navy-deep); font-size: 12px; font-weight: 800;
}
.form-field > span em { color: var(--muted); font-style: normal; font-weight: 550; }
.input-shell { position: relative; }
.route-input, .date-input, .time-input {
  width: 100%; min-height: 42px; border: 1px solid #b9d0e1; border-radius: 6px;
  background: #fff; color: var(--ink); outline: none; padding: 9px 42px 9px 12px;
  transition: border .15s ease, box-shadow .15s ease;
}
.route-input:focus, .date-input:focus, .time-input:focus {
  border-color: var(--sky); box-shadow: 0 0 0 3px rgba(22,137,216,.12);
}
.input-clear {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%); border: 0; background: transparent;
  color: var(--navy); font-size: 20px; line-height: 1; padding: 5px;
}
.ready-row { display: grid; grid-template-columns: 1fr .9fr; gap: 16px; margin-top: 9px; }
.input-with-icon { position: relative; }
.input-with-icon .date-input, .input-with-icon .time-input { padding-left: 39px; padding-right: 12px; }
.input-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--navy); font-size: 17px; }
.planner-submit { width: 100%; min-height: 44px; margin-top: 12px; font-size: 18px; border-radius: 6px; }
.planner-note { margin: 7px 0 0; color: #38546f; font-size: 11px; text-align: center; }
.form-error {
  display: none; margin: 9px 0 0; padding: 9px 11px; border-radius: 7px;
  background: #fff1f0; color: var(--danger); font-size: 12px; font-weight: 700;
}
.form-error.show { display: block; }
.address-status {
  position: absolute; right: 39px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px;
  border-radius: 50%; display: none; place-items: center; background: var(--green); color: white; font-size: 11px; font-weight: 900;
}
.address-status.confirmed { display: grid; }
.suggestions {
  display: none; position: absolute; top: calc(100% + 5px); left: 0; right: 0; z-index: 30;
  max-height: 210px; overflow-y: auto; border: 1px solid var(--line-strong); border-radius: 10px;
  background: #fff; box-shadow: var(--shadow-md);
}
.suggestions.open { display: block; }
.suggestion {
  display: flex; gap: 10px; width: 100%; padding: 10px 12px; border: 0; border-bottom: 1px solid var(--line);
  background: #fff; text-align: left; color: var(--ink);
}
.suggestion:last-child { border-bottom: 0; }
.suggestion:hover, .suggestion:focus { background: var(--surface-blue); outline: none; }
.suggestion-icon { color: var(--green); font-size: 17px; }
.suggestion strong { display: block; font-size: 13px; }
.suggestion small { display: block; color: var(--muted); margin-top: 2px; }

/* Visibility */
.visibility-section { padding: 22px 0 14px; background: linear-gradient(180deg, #f8fcfe, #fff); }
.visibility-panel {
  display: grid; grid-template-columns: .78fr 1.42fr .55fr; align-items: center; gap: 24px;
  min-height: 210px; padding: 20px 24px;
  border: 1px solid #dfeef6; border-radius: 14px; background: linear-gradient(90deg, #eef8fc, #f8fcfe 54%, #e9f4fa);
  box-shadow: 0 8px 26px rgba(7,43,79,.055);
}
.visibility-copy h2 { margin: 0; color: var(--navy-deep); font-size: clamp(30px, 2.5vw, 42px); letter-spacing: -.04em; line-height: 1; }
.visibility-copy p { margin: 10px 0 0; color: #294c6c; font-size: 16px; }
.status-track { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #dceaf3; border-radius: 12px; background: rgba(255,255,255,.76); }
.status-step { position: relative; min-height: 138px; padding: 14px 10px 10px; text-align: center; }
.status-step + .status-step { border-left: 1px solid #dceaf3; }
.status-icon {
  width: 42px; height: 42px; margin: 0 auto 7px; display: grid; place-items: center;
  border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); font-size: 18px; background: #fff;
}
.status-step > span:not(.status-icon) { display: block; min-width: 0; }
.status-step strong { display: block; font-size: 13px; line-height: 1.15; color: var(--navy-deep); }
.status-step > span:not(.status-icon) > span { display: block; margin-top: 5px; color: #425e77; font-size: 10.5px; line-height: 1.25; }
.phone-visual { display: grid; grid-template-columns: 115px 1fr; align-items: center; gap: 20px; }
.phone-shell {
  width: 115px; height: 210px; padding: 9px 8px 10px; border: 6px solid #0a1623; border-radius: 24px;
  background: #fff; box-shadow: 0 12px 24px rgba(5,33,61,.18); overflow: hidden;
}
.phone-notch { width: 48px; height: 7px; margin: -3px auto 8px; border-radius: 0 0 6px 6px; background: #0a1623; }
.phone-brand { display: flex; align-items: center; gap: 3px; font-size: 10px; font-weight: 850; }
.phone-brand img { width: 14px; }
.phone-events { margin-top: 9px; display: grid; gap: 8px; }
.phone-event { display: grid; grid-template-columns: 15px 1fr; gap: 5px; font-size: 8px; line-height: 1.15; }
.phone-check { width: 13px; height: 13px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 8px; }
.phone-event strong { display: block; font-size: 8px; }
.phone-event small { color: var(--muted); font-size: 7px; }
.phone-copy h3 { margin: 0; color: var(--navy-deep); font-size: 24px; line-height: 1.05; letter-spacing: -.035em; }
.phone-copy p { margin: 8px 0 0; color: #38546f; font-size: 12px; }
.security-stamp { display: flex; align-items: center; gap: 8px; margin-top: 15px; padding: 9px; border-radius: 8px; background: rgba(255,255,255,.72); }
.security-stamp b { font-size: 13px; line-height: 1.05; }

/* Popular routes */
.section { padding: 36px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.section-title-wrap { display: flex; align-items: center; gap: 12px; }
.section-title-wrap img { width: 35px; }
.section-head h2 { margin: 0; color: var(--navy-deep); font-size: 30px; letter-spacing: -.035em; }
.section-head p { margin: 0 0 2px; color: #48627a; font-size: 13px; }
.text-link { color: #096dbe; font-size: 13px; font-weight: 750; white-space: nowrap; }
.route-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.city-card {
  display: grid; grid-template-columns: 77px 1fr; min-height: 142px; overflow: hidden;
  border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 6px 18px rgba(7,43,79,.045);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.city-card:hover { transform: translateY(-2px); border-color: #abcadf; box-shadow: var(--shadow-sm); }
.city-art { position: relative; overflow: hidden; background: linear-gradient(165deg, #94d5f0, #e5f4fb 54%, #6fa6bd); }
.city-art::before, .city-art::after { content: ""; position: absolute; }
.city-art::before { left: 50%; bottom: 0; width: 48px; height: 100px; transform: translateX(-50%); background: rgba(8,43,79,.8); clip-path: polygon(47% 0, 55% 0, 62% 36%, 72% 36%, 67% 43%, 82% 100%, 18% 100%, 34% 43%, 29% 36%, 40% 36%); }
.city-art.brussels::before { width: 56px; height: 70px; clip-path: polygon(5% 100%,5% 46%,15% 46%,15% 25%,23% 25%,23% 46%,34% 46%,34% 15%,42% 15%,42% 46%,54% 46%,54% 30%,62% 30%,62% 46%,73% 46%,73% 20%,82% 20%,82% 46%,95% 46%,95% 100%); }
.city-art.amsterdam::before { width: 60px; height: 62px; clip-path: polygon(0 100%,0 30%,18% 30%,18% 12%,38% 12%,38% 38%,54% 38%,54% 0,72% 0,72% 35%,100% 35%,100% 100%); }
.city-art.frankfurt::before { width: 58px; height: 90px; clip-path: polygon(0 100%,0 45%,15% 45%,15% 5%,29% 5%,29% 54%,42% 54%,42% 18%,55% 18%,55% 0,70% 0,70% 43%,83% 43%,83% 28%,100% 28%,100% 100%); }
.city-art.geneva::before { width: 4px; height: 92px; border-radius: 50%; clip-path: none; background: #fff; box-shadow: 0 0 0 3px rgba(8,43,79,.45); }
.city-art.dusseldorf::before { width: 44px; height: 100px; clip-path: polygon(46% 0,54% 0,56% 31%,68% 39%,63% 45%,58% 43%,65% 100%,35% 100%,42% 43%,36% 45%,31% 39%,44% 31%); }
.city-art::after { inset: auto 0 0; height: 24px; background: rgba(255,255,255,.28); }
.city-content { padding: 13px 12px 10px; display: flex; flex-direction: column; }
.city-content h3 { margin: 0; font-size: 16px; color: var(--navy-deep); }
.city-price { margin-top: 5px; font-size: 13px; color: #244b70; }
.city-price strong { font-size: 17px; color: var(--navy); }
.city-content small { margin-top: 3px; color: var(--muted); }
.city-action { margin-top: auto; color: #086fbe; font-weight: 750; font-size: 13px; border: 0; background: none; padding: 0; text-align: left; }
.price-disclaimer { margin: 10px 0 0; color: var(--muted); font-size: 11px; }

/* How it works */
.how-section { padding: 5px 0 28px; }
.how-section h2 { margin: 0 0 12px; color: var(--navy-deep); font-size: 29px; letter-spacing: -.035em; }
.steps-row { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }
.process-step { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; padding-right: 18px; }
.process-step:not(:last-child)::after { content: "›"; position: absolute; right: 2px; top: 5px; color: var(--green); font-size: 25px; font-weight: 300; }
.step-number {
  width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid var(--green); border-radius: 50%;
  color: var(--navy-deep); font-size: 13px; font-weight: 850; background: white;
}
.process-step > span:not(.step-number) { display: block; min-width: 0; }
.process-step strong { display: block; font-size: 13px; line-height: 1.15; color: var(--navy-deep); }
.process-step > span:not(.step-number) > span { display: block; margin-top: 4px; color: #425f78; font-size: 11px; line-height: 1.22; }

/* Dark reassurance strip */
.value-strip { background: linear-gradient(90deg, var(--navy-deep), #0a3d66); color: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 105px; }
.value-item { display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 12px; padding: 18px 28px; }
.value-item + .value-item { border-left: 1px solid rgba(255,255,255,.25); }
.value-icon { font-size: 38px; line-height: 1; opacity: .95; }
.value-item strong { display: block; font-size: 15px; }
.value-item span { display: block; margin-top: 4px; color: #d9e8f3; font-size: 12px; }

/* Preserved content */
.content-section { padding: 62px 0; }
.content-section.soft { background: var(--surface-soft); }
.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; }
.content-section h2 { margin: 0; color: var(--navy-deep); font-size: clamp(34px, 3vw, 49px); line-height: 1.05; letter-spacing: -.045em; }
.content-section p { color: #3e5a73; }
.check-list { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: #294c6c; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 28px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); }
.service-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.service-card-body { padding: 18px; }
.service-card .tag { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 7px 0 0; color: var(--navy-deep); font-size: 19px; }
.service-card p { margin: 8px 0 0; font-size: 13px; }
.service-card a { display: inline-block; margin-top: 14px; color: #086fbe; font-weight: 750; font-size: 13px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.info-card h3 { margin: 0; color: var(--navy-deep); font-size: 24px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 25px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 0; background: #fff; text-align: left; color: var(--navy-deep); font-weight: 800; }
.faq-question span:last-child { color: var(--green); font-size: 20px; }
.faq-answer { display: none; padding: 0 20px 18px; color: #3e5a73; font-size: 14px; }
.faq-item.open .faq-answer { display: block; }

/* CTA/footer */
.cta-panel { margin: 0 auto 54px; padding: 34px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: var(--radius-lg); background: linear-gradient(110deg, #e9f7ef, #edf7fb); border: 1px solid #cfe6dc; }
.cta-panel h2 { margin: 0; font-size: 35px; color: var(--navy-deep); letter-spacing: -.04em; }
.cta-panel p { margin: 7px 0 0; color: #38546f; }
.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-main { min-height: 88px; display: flex; align-items: center; gap: 35px; }
.footer-brand { min-width: 320px; }
.footer-links { margin-left: auto; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 0; }
.footer-links a { padding: 5px 17px; color: #294c6c; font-size: 12px; border-right: 1px solid var(--line-strong); }
.footer-links a:last-child { border-right: 0; }
.footer-bottom { padding: 15px 0 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; display: flex; justify-content: space-between; gap: 20px; }

/* Results page */
.results-page { background: linear-gradient(180deg, #f1f8fb 0, #fff 330px); min-height: 100vh; padding: 24px 0 0; }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy-deep); font-size: 13px; font-weight: 700; }
.results-title-row { display: grid; grid-template-columns: 390px 1fr auto; gap: 30px; align-items: end; margin-top: 7px; }
.results-title h1 { margin: 0; color: var(--navy-deep); font-size: 50px; line-height: .95; letter-spacing: -.055em; }
.results-title p { margin: 8px 0 0; color: #234a6e; font-size: 22px; }
.search-summary { display: grid; grid-template-columns: .72fr 1.3fr 1.3fr; border: 1px solid var(--line); border-radius: 11px; background: #fff; box-shadow: var(--shadow-sm); }
.summary-cell { display: grid; grid-template-columns: 34px 1fr; gap: 10px; min-height: 72px; align-items: center; padding: 12px 18px; }
.summary-cell + .summary-cell { border-left: 1px solid var(--line); }
.summary-icon { color: var(--navy); font-size: 25px; }
.summary-cell strong { display: block; color: var(--navy-deep); font-size: 12px; }
.summary-cell span { display: block; margin-top: 2px; color: #38546f; font-size: 12px; line-height: 1.25; }
.edit-search { min-height: 72px; padding: 0 21px; border: 0; border-radius: 10px; background: #e9f2f8; color: var(--navy-deep); font-weight: 800; }

.route-options { width: min(1420px, calc(100% - 56px)); margin: 30px auto 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.route-option {
  position: relative; min-height: 114px; display: grid; grid-template-columns: 42px 1fr 120px 24px; gap: 10px; align-items: center;
  padding: 18px 18px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); text-align: left;
  box-shadow: 0 8px 25px rgba(7,43,79,.045); transition: .16s ease;
}
.route-option:hover { border-color: #a9c8dc; transform: translateY(-1px); }
.route-option.selected { border: 2px solid var(--green); box-shadow: 0 10px 28px rgba(7,136,79,.1); }
.route-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #7fa4bf; background: #eaf3f8; font-weight: 850; color: var(--navy); }
.route-option.selected .route-number { background: var(--green); color: #fff; border-color: var(--green); }
.route-name { display: flex; align-items: center; gap: 9px; }
.route-name strong { font-size: 17px; color: var(--navy-deep); }
.recommended-pill { padding: 4px 8px; border-radius: 999px; background: #d9f2e4; color: var(--green-dark); font-size: 9px; font-weight: 850; }
.route-duration { display: block; margin-top: 5px; color: var(--navy-deep); font-size: 18px; font-weight: 850; line-height: 1.1; }
.route-carrier { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.2; }
.route-arrival { border-left: 1px solid var(--line); padding-left: 16px; }
.route-arrival small { display: block; color: var(--muted); line-height: 1.2; }
.route-arrival strong { display: block; margin-top: 4px; color: var(--navy); font-size: 17px; white-space: nowrap; }
.route-chevron { font-size: 28px; color: var(--navy); }

.results-layout { width: min(1440px, calc(100% - 56px)); margin: 0 auto 28px; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 14px; align-items: start; }
.route-detail-card { padding: 16px 18px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }
.detail-topbar { display: flex; align-items: center; gap: 22px; min-height: 40px; }
.fastest-label { padding: 9px 15px; border-radius: 6px; background: var(--green); color: #fff; font-weight: 850; font-size: 12px; }
.carrier-wordmark { font-size: 19px; font-weight: 900; color: #163f76; letter-spacing: -.02em; text-transform: uppercase; }
.carrier-wordmark.easyjet { color: #e85a14; text-transform: none; font-size: 24px; }
.carrier-wordmark.airfrance { color: #082b63; }
.total-transit { margin-left: auto; color: #38546f; font-size: 13px; }
.total-transit strong { color: var(--navy-deep); }
.detail-grid { display: grid; grid-template-columns: 430px 1fr; gap: 26px; margin-top: 12px; }
.timeline { position: relative; padding: 7px 0 0; }
.timeline::before { content: ""; position: absolute; left: 101px; top: 25px; bottom: 40px; width: 2px; background: #b8d9c8; }
.timeline-event { position: relative; display: grid; grid-template-columns: 88px 24px 1fr; gap: 8px; min-height: 66px; align-items: start; }
.event-time { padding-top: 4px; text-align: right; color: var(--navy-deep); font-size: 14px; font-weight: 850; white-space: nowrap; }
.event-dot { position: relative; z-index: 1; width: 12px; height: 12px; margin: 8px auto 0; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.event-main { display: grid; grid-template-columns: 28px 1fr; gap: 9px; }
.event-icon { color: var(--navy); font-size: 22px; line-height: 1; margin-top: 1px; }
.event-copy strong { display: block; color: var(--navy-deep); font-size: 14px; }
.event-copy span { display: block; color: #38546f; font-size: 12px; line-height: 1.3; }
.event-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-style: italic; }
.timeline-date { display: inline-flex; align-items: center; gap: 8px; margin-top: 0; color: var(--navy-deep); font-size: 13px; font-weight: 850; }
.timeline-date small { color: var(--muted); font-weight: 600; }

.maps-and-timing { min-width: 0; }
.map-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.map-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 11px 13px; color: var(--navy-deep); font-size: 12px; }
.map-head strong { display: flex; align-items: center; gap: 7px; }
.map-head span { color: var(--muted); text-align: right; }
.map-canvas { position: relative; height: 210px; overflow: hidden; background: #e6f1e7; }
.map-canvas svg { width: 100%; height: 100%; }
.map-label { position: absolute; max-width: 150px; padding: 6px 8px; border-radius: 7px; background: rgba(255,255,255,.94); box-shadow: 0 4px 12px rgba(5,33,61,.15); color: var(--navy-deep); font-size: 10px; font-weight: 750; line-height: 1.15; }
.map-label.start { right: 8px; top: 18px; }
.map-label.end { left: 8px; bottom: 17px; }
.map-label.destination { right: 8px; top: 20px; }
.map-label.airport { left: 8px; bottom: 17px; }
.map-foot { padding: 7px 12px; text-align: right; border-top: 1px solid var(--line); }
.map-foot a { color: #0873c4; text-decoration: underline; font-size: 10px; }
.timing-heading { display: flex; align-items: center; gap: 7px; margin: 12px 0 7px; color: var(--navy-deep); font-size: 14px; }
.timing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.timing-card { min-height: 135px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; background: #f5f8fa; }
.timing-card.now { border: 2px solid var(--green); background: #f6fcf8; }
.timing-card h4 { margin: 0; color: var(--navy-deep); font-size: 13px; }
.timing-card.now h4 { color: var(--green); }
.timing-card p { margin: 9px 0 0; color: #38546f; font-size: 12px; line-height: 1.35; }
.timing-card strong { color: var(--navy-deep); font-size: 14px; }
.timing-card.now strong { color: var(--green-dark); }

.booking-card { position: sticky; top: 98px; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }
.booking-card h2 { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--navy-deep); font-size: 22px; }
.booking-summary { margin: 14px 0; color: #294c6c; font-size: 12px; }
.booking-summary strong { color: var(--navy-deep); }
.booking-card .button-primary { width: 100%; min-height: 45px; }
.lock-note { margin-top: 11px; padding: 10px; border-radius: 7px; background: #eff5f8; color: #38546f; font-size: 11px; }
.included { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); }
.included h3 { margin: 0; color: var(--navy-deep); font-size: 13px; }
.included ul { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; }
.included li { position: relative; padding-left: 24px; color: #38546f; font-size: 11px; }
.included li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.help-card { display: grid; grid-template-columns: 40px 1fr; gap: 11px; align-items: center; margin-top: 18px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; }
.help-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-deep); color: white; font-size: 20px; }
.help-card strong { display: block; font-size: 12px; color: var(--navy-deep); }
.help-card span { display: block; font-size: 10px; color: var(--muted); }
.help-card b { display: block; color: var(--navy); font-size: 14px; }
.results-note { padding: 10px 14px; border-radius: 8px; background: #e9f3f8; color: #38546f; font-size: 11px; }

/* Modal */
.modal-backdrop { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(4,23,42,.72); padding: 20px; overflow-y: auto; }
.modal-backdrop.open { display: grid; place-items: center; }
.modal { width: min(760px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: 18px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 23px 25px 17px; border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0; color: var(--navy-deep); font-size: 28px; }
.modal-head p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.modal-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-size: 23px; }
.modal-body { padding: 23px 25px 27px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.modal-field { display: block; }
.modal-field.full { grid-column: 1 / -1; }
.modal-field span { display: block; margin-bottom: 5px; color: var(--navy-deep); font-size: 12px; font-weight: 800; }
.modal-field input, .modal-field textarea, .modal-field select { width: 100%; border: 1px solid var(--line-strong); border-radius: 8px; padding: 11px 12px; outline: none; }
.modal-field textarea { min-height: 94px; resize: vertical; }
.modal-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 19px; }
.button-secondary { min-height: 45px; padding: 0 20px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; color: var(--navy); font-weight: 750; }
.preview-alert { margin-bottom: 16px; padding: 11px 13px; border: 1px solid #f1d6a7; border-radius: 8px; background: #fff8e9; color: #72500a; font-size: 12px; }

/* Mobile */
@media (max-width: 1280px) {
  .brand { min-width: 260px; }
  .primary-nav { gap: 23px; }
  .header-cta { padding-inline: 18px; }
  .hero-grid { grid-template-columns: 1fr minmax(470px,.9fr); gap: 30px; }
  .hero-copy { padding-left: 20px; }
  .planner-card { margin-right: 0; }
  .visibility-panel { grid-template-columns: .7fr 1.35fr .45fr; }
  .phone-copy { display: none; }
  .phone-visual { grid-template-columns: 1fr; justify-items: center; }
  .route-strip { grid-template-columns: repeat(3,1fr); }
  .city-card { min-height: 130px; }
  .detail-grid { grid-template-columns: 380px 1fr; gap: 18px; }
  .results-title-row { grid-template-columns: 330px 1fr auto; }
}

@media (max-width: 1050px) {
  .primary-nav { display: none; }
  .site-header { height: 74px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand-mark { width: 47px; height: 47px; flex-basis: 47px; }
  .brand-name { font-size: 30px; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .mobile-nav { top: 74px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; padding: 44px 0; }
  .hero-copy { padding: 0; max-width: 760px; }
  .hero::after { background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.78)); }
  .planner-card { max-width: 700px; }
  .visibility-panel { grid-template-columns: 1fr; }
  .status-track { order: 2; }
  .phone-visual { display: none; }
  .steps-row { grid-template-columns: repeat(3,1fr); row-gap: 22px; }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .value-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .value-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.25); }
  .content-grid { grid-template-columns: 1fr; }
  .results-title-row { grid-template-columns: 1fr auto; }
  .results-title { grid-column: 1 / -1; }
  .search-summary { grid-column: 1; }
  .route-options { grid-template-columns: 1fr; }
  .route-option { grid-template-columns: 42px 1fr 125px 24px; min-height: 95px; }
  .results-layout { grid-template-columns: 1fr; }
  .booking-card { position: static; }
  .detail-grid { grid-template-columns: 1fr; }
  .timeline { max-width: 560px; }
}

@media (max-width: 720px) {
  .container, .route-options, .results-layout { width: min(100% - 28px, var(--container)); }
  .site-header { height: 69px; }
  .nav-shell { gap: 10px; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-name { font-size: 26px; }
  .brand-tagline { font-size: 7px; letter-spacing: .09em; }
  .mobile-nav { top: 69px; }
  .hero { min-height: auto; }
  .hero::before { background-position: 56% center; opacity: .75; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.86) 0, rgba(255,255,255,.82) 46%, rgba(239,249,252,.96) 100%); }
  .hero-grid { min-height: auto; padding: 28px 0 24px; }
  .hero h1 { font-size: 45px; line-height: 1.02; }
  .hero-lead { font-size: 18px; }
  .hero-benefits { gap: 12px; justify-content: space-between; }
  .hero-benefit { display: grid; justify-items: center; text-align: center; gap: 6px; width: 31%; }
  .icon-disc { width: 43px; height: 43px; flex-basis: 43px; }
  .hero-benefit strong { font-size: 11px; }
  .hero-benefit span { font-size: 9px; }
  .planner-card { padding: 18px 16px 14px; }
  .planner-title-row { display: grid; grid-template-columns: 36px 1fr; }
  .planner-title-row p { grid-column: 2; margin: -6px 0 0; white-space: normal; }
  .ready-row { grid-template-columns: 1fr 1fr; gap: 10px; }
  .visibility-section { padding-top: 14px; }
  .visibility-panel { padding: 20px 16px; }
  .status-track { grid-template-columns: 1fr; }
  .status-step { min-height: 78px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; text-align: left; align-items: center; padding: 10px; }
  .status-step + .status-step { border-left: 0; border-top: 1px solid #dceaf3; }
  .status-icon { margin: 0; }
  .status-step span { font-size: 11px; }
  .section { padding: 27px 0; }
  .section-head { align-items: start; }
  .section-head p { display: none; }
  .section-head h2 { font-size: 24px; }
  .route-strip { grid-template-columns: 1fr; }
  .city-card { grid-template-columns: 95px 1fr; min-height: 116px; }
  .steps-row { grid-template-columns: repeat(2,1fr); }
  .process-step { grid-template-columns: 31px 1fr; padding-right: 4px; }
  .process-step::after { display: none; }
  .value-grid { grid-template-columns: 1fr; }
  .value-item + .value-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .content-section { padding: 42px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-panel { margin-bottom: 35px; padding: 25px 22px; display: grid; }
  .cta-panel h2 { font-size: 29px; }
  .footer-main { padding: 22px 0; display: grid; }
  .footer-brand { min-width: 0; }
  .footer-links { margin: 0; justify-content: flex-start; }
  .footer-links a { padding-left: 0; padding-right: 12px; margin-right: 12px; }
  .footer-main .button-primary { width: 100%; }
  .footer-bottom { display: grid; }

  .results-page { padding-top: 17px; }
  .results-title-row { display: grid; grid-template-columns: 1fr auto; gap: 15px; }
  .results-title h1 { font-size: 39px; }
  .results-title p { font-size: 18px; }
  .search-summary { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .summary-cell { min-height: 62px; }
  .summary-cell + .summary-cell { border-left: 0; border-top: 1px solid var(--line); }
  .edit-search { min-height: 46px; grid-column: 1 / -1; }
  .route-options { margin-top: 18px; }
  .route-option { grid-template-columns: 34px 1fr 24px; padding: 14px; }
  .route-arrival { grid-column: 2; border-left: 0; padding-left: 0; }
  .route-chevron { grid-column: 3; grid-row: 1 / 3; }
  .route-duration { font-size: 16px; }
  .route-detail-card { padding: 14px 12px 16px; }
  .detail-topbar { flex-wrap: wrap; gap: 11px; }
  .total-transit { margin-left: 0; width: 100%; }
  .timeline::before { left: 82px; }
  .timeline-event { grid-template-columns: 70px 20px 1fr; gap: 6px; min-height: 72px; }
  .event-time { font-size: 12px; }
  .event-main { grid-template-columns: 22px 1fr; gap: 7px; }
  .event-icon { font-size: 18px; }
  .map-grid, .timing-grid { grid-template-columns: 1fr; }
  .map-canvas { height: 225px; }
  .form-grid { grid-template-columns: 1fr; }
  .modal-field.full { grid-column: auto; }
  .modal-actions { display: grid; }
}
