@font-face {
  font-family: "Manrope ParkNeo";
  src: url("assets/fonts/manrope-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif ParkNeo";
  src: url("assets/fonts/instrument-serif-latin-400-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #07101f;
  --ink-2: #0b1830;
  --blue: #1687ff;
  --blue-bright: #36a4ff;
  --cyan: #62e6ff;
  --paper: #f4f7fb;
  --white: #fff;
  --muted: #6a7485;
  --line: rgba(7, 16, 31, .12);
  --shadow: 0 32px 90px rgba(0, 16, 47, .24);
  --radius: 24px;
  --shell: min(1220px, calc(100vw - 48px));
  --font-sans: "Manrope ParkNeo", "Avenir Next", "Segoe UI", sans-serif;
  --font-accent: "Instrument Serif ParkNeo", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); 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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.site-header.is-scrolled { background: rgba(7, 16, 31, .9); box-shadow: 0 14px 40px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.header-inner { height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.is-scrolled .header-inner { border-bottom-color: transparent; }
.brand { width: 126px; height: 88px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.brand-logo { width: 108px; height: 108px; max-width: none; object-fit: contain; filter: drop-shadow(0 7px 22px rgba(22,135,255,.2)); }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: 5px; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(3,10,21,.22); backdrop-filter: blur(12px); font-size: 13px; font-weight: 700; }
.primary-nav a { position: relative; padding: 10px 14px; color: rgba(255,255,255,.7); border-radius: 999px; transition: color .2s ease, background .2s ease; }
.primary-nav a > span { display: none; }
.primary-nav a::after { content: ""; position: absolute; bottom: 3px; left: 0; width: 0; height: 2px; background: var(--cyan); transition: width .25s ease; }
.primary-nav a:hover { color: white; background: rgba(255,255,255,.09); }
.primary-nav a:hover::after { width: 0; }
.primary-nav .mobile-nav-cta { display: none; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 17px 13px 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 14px; font-weight: 750; transition: .25s ease; }
.header-cta span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: white; }
.header-cta:hover { color: var(--ink); background: white; }
.header-cta:hover span { color: white; background: var(--blue); }
.menu-toggle { display: none; background: none; border: 0; }
[id] { scroll-margin-top: 105px; }

.scroll-flight {
  position: fixed;
  z-index: 80;
  top: 118px;
  right: 22px;
  bottom: 30px;
  width: 50px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(180deg, rgba(7,16,31,.78), rgba(7,16,31,.52));
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(7,16,31,.22), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  transition: opacity .55s ease;
}
.scroll-flight.is-ready { opacity: 1; }
.scroll-flight-map { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.scroll-flight-guide,
.scroll-flight-trail {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scroll-flight-guide { stroke: rgba(255,255,255,.1); stroke-width: 1; stroke-dasharray: 3 8; }
.scroll-flight-trail { stroke: rgba(255,255,255,.44); stroke-width: 1.2; filter: drop-shadow(0 0 5px rgba(255,255,255,.18)); }
.scroll-flight-destination {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 50%;
  padding: 4px 5px;
  color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  transform: translateX(-50%);
}
.scroll-flight-plane {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: white;
  filter: drop-shadow(0 1px 2px rgba(7,16,31,.8)) drop-shadow(0 0 8px rgba(255,255,255,.38));
  transform-origin: 50% 50%;
  will-change: left, top, transform;
}
.scroll-flight-plane svg { display: block; width: 100%; height: 100%; fill: currentColor; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 820px;
  padding: 150px 0 32px;
  overflow: hidden;
  color: white;
  background: var(--ink);
}
.hero-media { position: absolute; z-index: -4; inset: 0; background: linear-gradient(90deg, rgba(3,11,24,.97) 0%, rgba(3,11,24,.86) 43%, rgba(3,11,24,.3) 100%), linear-gradient(0deg, rgba(3,11,24,.95), transparent 45%), url("assets/original/shuttle-parken-frankfurt-1.jpg") center 53% / cover no-repeat; transform: scale(1.04); }
.hero-grid { position: absolute; z-index: -3; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 76%); }
.hero::after { content: ""; position: absolute; z-index: -2; width: 520px; height: 520px; right: 18%; top: 9%; border-radius: 50%; background: rgba(20,135,255,.22); filter: blur(110px); }
.hero-orbit { position: absolute; z-index: -1; right: -130px; top: 40px; width: 640px; height: 640px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.hero-orbit::before { content: ""; position: absolute; inset: 70px; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(410px, .78fr); align-items: end; gap: clamp(42px, 6vw, 90px); min-height: 590px; }
.hero-copy { align-self: center; padding: 30px 0 50px; }
.eyebrow, .section-index { display: inline-flex; align-items: center; gap: 12px; color: var(--blue-bright); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.hero h1, .section-heading h2, .process h2, .security-copy h2, .faq-heading h2, .final-cta h2 { margin: 22px 0; font-family: var(--font-sans); font-size: clamp(52px, 6.2vw, 88px); line-height: .96; letter-spacing: -.055em; font-weight: 720; }
h1 em, h2 em { color: var(--blue-bright); font-family: var(--font-accent); font-style: italic; font-weight: 400; letter-spacing: -.025em; }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 650px; margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-trust div { display: grid; gap: 5px; }
.hero-trust strong { font-size: 21px; }
.hero-trust span { color: rgba(255,255,255,.5); font-size: 12px; }

.booking-card { align-self: end; padding: 28px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.65); border-radius: 28px; box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.booking-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.booking-kicker { display: block; margin-bottom: 6px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.booking-head h2 { margin: 0; font-size: 25px; letter-spacing: -.03em; }
.secure-badge { display: flex; align-items: center; gap: 6px; padding: 7px 10px; color: #19794a; background: #e9f8ef; border-radius: 999px; font-size: 11px; font-weight: 750; }
.secure-badge svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.booking-form { padding-top: 22px; }
.field-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 17px 12px; }
.field { display: grid; gap: 7px; }
.field > span, .field > label { color: #4d596b; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.control { position: relative; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 5px 9px; background: #fff; border: 1.5px solid #cbd6e4; border-radius: 13px; box-shadow: 0 1px 2px rgba(3,10,23,.04), inset 0 0 0 1px rgba(255,255,255,.75); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.control:hover { background: #fbfdff; border-color: rgba(22,135,255,.55); }
.control:focus-within { background: white; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,135,255,.12), 0 8px 20px rgba(3,10,23,.06); }
.control svg { box-sizing: border-box; flex: 0 0 34px; width: 34px; height: 34px; padding: 7px; pointer-events: none; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; background: #eaf4ff; border: 1px solid rgba(22,135,255,.16); border-radius: 9px; }
.control input { width: 100%; min-width: 0; color: var(--ink); background: none; border: 0; outline: 0; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.control input::-webkit-datetime-edit,
.control input::-webkit-datetime-edit-fields-wrapper { padding: 0; }
.control input[type="date"]::-webkit-calendar-picker-indicator { width: 18px; height: 24px; margin: 0; opacity: 0; cursor: pointer; }
.date-control { padding-right: 8px; cursor: pointer; }
.date-trigger,
.control-chevron { flex: 0 0 26px; width: 26px; height: 26px; padding: 0; background: #eaf0f7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23576376' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") center / 12px no-repeat; border: 1px solid #d8e1eb; border-radius: 8px; }
.date-trigger { cursor: pointer; }
.date-trigger:hover { background-color: #dfeaf6; border-color: #c8d8e8; }
.control-chevron { pointer-events: none; }
.field-time .control { padding-right: 8px; background: linear-gradient(180deg, #fff 0%, #f5f9fd 100%); border-color: #becde0; }
.time-trigger { flex: 1 1 auto; align-self: stretch; min-width: 0; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; text-align: left; font: inherit; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; cursor: pointer; }
.time-control:focus-within { background: white; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,135,255,.12), 0 8px 20px rgba(3,10,23,.06); }
.time-picker-panel { position: fixed; inset: 0; width: min(390px, calc(100vw - 44px)); max-width: none; padding: 18px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid #d5dfeb; border-radius: 20px; box-shadow: 0 28px 70px rgba(3,10,23,.28), 0 8px 20px rgba(3,10,23,.12); backdrop-filter: blur(18px); }
.time-picker-panel:not([open]) { display: none; }
.time-picker-panel::backdrop { background: rgba(3,10,23,.56); backdrop-filter: blur(4px); }
.time-picker-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.time-picker-panel-head div { display: grid; gap: 2px; }
.time-picker-panel-head small { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.time-picker-panel-head strong { font-size: 17px; letter-spacing: -.02em; }
.time-picker-close { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; color: #596579; background: #f1f5f9; border: 1px solid #dce4ed; border-radius: 9px; font-size: 20px; line-height: 1; cursor: pointer; }
.time-picker-display { display: flex; align-items: center; justify-content: center; min-height: 58px; margin-bottom: 15px; color: white; background: linear-gradient(125deg, #0878f4, #1a9cff); border-radius: 14px; box-shadow: 0 13px 26px rgba(22,135,255,.2); font-size: 29px; font-weight: 800; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.time-picker-group + .time-picker-group { margin-top: 14px; }
.time-picker-group-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: #4d596b; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.time-picker-group-label small { color: #8a96a7; font-size: 9px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.time-option-grid { display: grid; gap: 5px; }
.time-option-grid--hours { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.time-option-grid--minutes { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.time-option { min-width: 0; height: 32px; padding: 0; color: #526074; background: #f3f6fa; border: 1px solid #e0e6ee; border-radius: 8px; font-size: 11px; font-weight: 750; font-variant-numeric: tabular-nums; cursor: pointer; transition: .16s ease; }
.time-option:hover { color: var(--blue); background: #eaf4ff; border-color: rgba(22,135,255,.35); }
.time-option.is-selected { color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 5px 12px rgba(22,135,255,.25); }
.time-picker-apply { width: 100%; min-height: 43px; margin-top: 16px; color: white; background: var(--ink); border: 0; border-radius: 11px; font-size: 12px; font-weight: 800; cursor: pointer; }
.time-picker-apply:hover { background: #132138; }
.booking-submit { width: 100%; margin-top: 20px; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px 0 21px; color: white; background: linear-gradient(120deg, #0878f4, #1a9cff); border: 0; border-radius: 14px; box-shadow: 0 14px 28px rgba(22,135,255,.28); font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.booking-submit svg { width: 30px; height: 30px; padding: 6px; fill: none; stroke: currentColor; stroke-width: 1.8; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.booking-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(22,135,255,.38); }
.form-note { margin: 13px 0 0; color: #8490a0; font-size: 11px; text-align: center; }
.form-note.is-error { color: #c74242; }
.form-note.is-success { color: #19794a; }
.hero-foot { display: flex; align-items: center; justify-content: flex-start; gap: 15px; margin-top: 26px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.hero-foot .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }

.proof-strip { background: white; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 130px; display: flex; align-items: center; gap: 20px; padding: 25px 36px; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-number { color: var(--blue); font-family: var(--font-accent); font-size: 29px; font-style: italic; }
.proof-item div { display: grid; gap: 5px; }
.proof-item strong { font-size: 15px; }
.proof-item small { color: var(--muted); font-size: 12px; }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 64px; }
.section-heading h2, .process h2, .security-copy h2, .faq-heading h2 { margin: 20px 0 0; font-size: clamp(44px, 5vw, 70px); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.feature-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); }
.feature-card--image img { width: 100%; height: 100%; object-fit: cover; }
.feature-card--image img { object-position: center 52%; }
.feature-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,10,23,.94), rgba(3,10,23,.05) 72%); }
.feature-overlay { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 34px; color: white; }
.feature-overlay > span, .feature-number { display: block; margin-bottom: auto; color: rgba(255,255,255,.6); font-family: var(--font-accent); font-size: 23px; font-style: italic; }
.feature-overlay h3, .feature-card h3 { margin: 14px 0 10px; font-size: 25px; letter-spacing: -.03em; }
.feature-overlay p, .feature-card p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.65; }
.feature-card--light { display: flex; flex-direction: column; justify-content: space-between; padding: 34px; }
.feature-card--options { color: white; background: var(--ink); }
.feature-card--options > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.feature-card--options::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,10,23,.96) 0%, rgba(3,10,23,.48) 43%, rgba(3,10,23,.04) 76%); }
.feature-card--options:hover > img { transform: scale(1.035); }
.feature-options-overlay { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; }
.feature-options-overlay .feature-number { align-self: flex-end; }
.limo-bubble {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  width: 100%;
  margin-block: auto;
  padding: 9px 10px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 17px;
  box-shadow: 0 18px 42px rgba(3,10,23,.3);
  backdrop-filter: blur(16px);
  transition: transform .25s ease, box-shadow .25s ease;
}
.limo-bubble:hover { transform: translateY(-3px); box-shadow: 0 23px 48px rgba(3,10,23,.38); }
.limo-bubble:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.limo-bubble > img { width: 52px; height: 58px; object-fit: cover; object-position: 52% center; border-radius: 11px; }
.limo-bubble-copy { min-width: 0; display: grid; gap: 2px; }
.limo-bubble-copy small { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.limo-bubble-copy strong { font-size: 11.5px; line-height: 1.25; letter-spacing: -.02em; }
.limo-bubble-copy > span { color: #667286; font-size: 9px; font-weight: 700; line-height: 1.3; }
.limo-bubble-arrow { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 13px; }
.feature-options-overlay h3 { margin: 14px 0 10px; font-size: 25px; letter-spacing: -.03em; }
.feature-options-overlay p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }
.feature-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; background: rgba(255,255,255,.12); }
.feature-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; }
.feature-card--light .feature-number { position: absolute; top: 34px; right: 34px; }
.feature-card--light > div:last-child { position: relative; z-index: 1; }
.feature-card--light {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 36%, rgba(22,135,255,.13), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid var(--line);
}
.feature-card--light::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(rgba(22,135,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(22,135,255,.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(black, transparent 76%);
}
.feature-card--light p { color: var(--muted); }
.feature-card--light .feature-number { color: var(--blue); }
.live-pill { width: fit-content; padding: 8px 11px; color: #177248; background: #eaf8f0; border-radius: 999px; font-size: 11px; font-weight: 750; }
.live-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #23b26d; box-shadow: 0 0 0 4px rgba(35,178,109,.12); }
.booking-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 22px 0;
  padding: 16px;
  color: var(--ink);
  background: linear-gradient(145deg, #f8fbff, #eef5fd);
  border: 1px solid rgba(22,135,255,.14);
  border-radius: 19px;
  box-shadow: 0 20px 45px rgba(26,76,132,.12);
}
.booking-preview-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.booking-preview-head > span { font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.booking-preview-head small { color: var(--blue); font-size: 8px; font-weight: 800; white-space: nowrap; }
.booking-preview-dates { display: grid; grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr); align-items: center; gap: 7px; }
.booking-preview-date { min-width: 0; display: grid; grid-template-columns: 25px minmax(0,1fr); align-items: center; gap: 7px; min-height: 50px; padding: 8px; background: white; border: 1px solid rgba(7,16,31,.08); border-radius: 12px; }
.booking-preview-date svg { width: 25px; fill: none; stroke: var(--blue); stroke-width: 1.55; }
.booking-preview-date > span { min-width: 0; display: grid; gap: 2px; }
.booking-preview-date small, .booking-preview-result small { color: #7a8698; font-size: 7px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.booking-preview-date strong { overflow: hidden; font-size: 8.5px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.booking-preview-arrow { width: 24px; height: 24px; display: grid; place-items: center; color: var(--blue); background: rgba(22,135,255,.1); border-radius: 50%; font-size: 11px; font-weight: 800; }
.booking-preview-result { display: flex; align-items: center; gap: 9px; margin-top: 10px; padding: 10px 11px; color: white; background: linear-gradient(120deg, #0878f4, #1a9cff); border-radius: 12px; box-shadow: 0 12px 24px rgba(22,135,255,.2); }
.booking-preview-result i { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; color: var(--blue); background: white; border-radius: 50%; font-size: 12px; font-style: normal; font-weight: 900; }
.booking-preview-result > span { min-width: 0; display: grid; gap: 1px; }
.booking-preview-result small { color: rgba(255,255,255,.64); }
.booking-preview-result strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.process { color: white; background: var(--ink); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.section-index--light { color: var(--cyan); }
.process-copy { position: sticky; top: 150px; align-self: start; }
.process-copy p { max-width: 430px; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.3); font-weight: 750; }
.text-link span { color: var(--cyan); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.step-no { display: grid; place-items: center; width: 54px; height: 54px; color: var(--cyan); border: 1px solid rgba(98,230,255,.35); border-radius: 50%; font-family: var(--font-accent); font-style: italic; }
.steps h3 { margin: 2px 0 10px; font-size: 25px; }
.steps p { max-width: 520px; margin: 0; color: rgba(255,255,255,.57); line-height: 1.65; }

.security { background: white; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.security-visual { position: relative; min-height: 610px; }
.security-visual img { width: 100%; height: 610px; object-fit: cover; object-position: 54% center; border-radius: 32px 32px 180px 32px; box-shadow: var(--shadow); }
.visual-stamp { position: absolute; right: -25px; bottom: 45px; width: 170px; height: 170px; display: grid; place-content: center; text-align: center; color: white; background: var(--blue); border: 9px solid white; border-radius: 50%; box-shadow: 0 18px 45px rgba(22,135,255,.34); }
.visual-stamp strong { font-size: 21px; }
.visual-stamp span { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.security-copy h2 { font-size: clamp(42px, 4.2vw, 64px); }
.security-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.check-list { display: grid; gap: 14px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 650; }
.check-list span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--blue); background: #eaf4ff; border-radius: 50%; }
.dark-button { display: inline-flex; align-items: center; gap: 28px; padding: 16px 19px 16px 23px; color: white; background: var(--ink); border-radius: 999px; font-size: 14px; font-weight: 800; }
.dark-button span { color: var(--cyan); }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading p { color: var(--muted); line-height: 1.7; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 0; background: none; border: 0; text-align: left; font-size: 18px; font-weight: 750; cursor: pointer; }
.faq-item i { position: relative; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--blue); transform: translate(-50%,-50%); }
.faq-item i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; }
.faq-item button[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
.faq-item button[aria-expanded="true"] + .faq-answer p { padding-bottom: 28px; }

.final-cta { position: relative; isolation: isolate; min-height: 550px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--ink); }
.final-cta-media { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,12,27,.96), rgba(4,12,27,.55)), url("assets/original/parkneo-shuttle.jpg") center / cover no-repeat; filter: saturate(.8); }
.final-cta::after { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; right: -110px; top: -220px; border: 1px solid rgba(98,230,255,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(22,135,255,.05), 0 0 0 160px rgba(22,135,255,.03); }
.final-cta-inner h2 { max-width: 820px; font-size: clamp(50px, 6vw, 82px); }
.final-cta-inner > a { display: inline-flex; align-items: center; gap: 36px; padding: 17px 20px 17px 24px; color: var(--ink); background: white; border-radius: 999px; font-size: 14px; font-weight: 800; }
.final-cta-inner > a span { color: var(--blue); }

.site-footer { color: rgba(255,255,255,.65); background: #030a15; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding: 70px 0 50px; }
.footer-brand img { width: 125px; height: 125px; object-fit: contain; margin-top: -24px; }
.footer-brand p { margin: -20px 0 0; font-size: 13px; }
.footer-col { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-col strong { margin-bottom: 8px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; padding: 24px 0 34px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Dedicated ParkingPro booking page */
.booking-page { background: #edf2f8; }
.booking-page .site-header { background: rgba(3, 10, 21, .96); box-shadow: 0 14px 40px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.booking-page .header-inner { border-bottom-color: rgba(255,255,255,.09); }
.booking-page-main { min-height: 100vh; padding: 150px 0 100px; }
.booking-page-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 50px; margin-bottom: 42px; }
.booking-page-intro h1 { max-width: 760px; margin: 18px 0 14px; font-size: clamp(48px, 6vw, 80px); letter-spacing: -.055em; line-height: .98; }
.booking-page-intro h1 em { color: var(--blue); font-family: var(--font-accent); font-style: italic; font-weight: 400; }
.booking-page-intro p { max-width: 690px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.booking-page-trust { display: grid; gap: 11px; min-width: 235px; padding: 20px 22px; color: rgba(255,255,255,.68); background: var(--ink); border-radius: 18px; box-shadow: 0 18px 45px rgba(4,15,34,.18); font-size: 12px; }
.booking-page-trust span { display: flex; align-items: center; gap: 9px; }
.booking-page-trust i { display: grid; place-items: center; flex: 0 0 21px; width: 21px; height: 21px; color: var(--cyan); background: rgba(98,230,255,.1); border-radius: 50%; font-style: normal; }
.shuttle-pricing-notice { position: relative; display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 28px; overflow: hidden; margin-bottom: 24px; padding: 28px; color: white; background: linear-gradient(125deg, #07162b 0%, #0a2344 58%, #0d315b 100%); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; box-shadow: 0 22px 60px rgba(7,25,52,.16); }
.shuttle-pricing-notice::after { content: ""; position: absolute; width: 280px; height: 280px; right: 24%; bottom: -210px; background: rgba(22,135,255,.32); border-radius: 50%; filter: blur(65px); pointer-events: none; }
.shuttle-notice-intro, .shuttle-terminal-prices { position: relative; z-index: 1; }
.shuttle-notice-kicker { display: inline-flex; align-items: center; gap: 8px; color: #8fe8ff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.shuttle-notice-kicker svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shuttle-notice-intro h2 { margin: 11px 0 9px; font-size: clamp(24px, 2.3vw, 32px); line-height: 1.08; letter-spacing: -.035em; }
.shuttle-notice-intro p { max-width: 450px; margin: 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.65; }
.shuttle-notice-intro p strong { color: white; }
.shuttle-terminal-prices { display: grid; grid-template-columns: .88fr 1.12fr; gap: 12px; }
.shuttle-terminal-card { min-width: 0; padding: 17px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; backdrop-filter: blur(10px); }
.shuttle-terminal-card.is-included { border-color: rgba(77,221,147,.34); }
.shuttle-terminal-card.has-surcharge { background: rgba(255,183,77,.085); border-color: rgba(255,183,77,.38); }
.shuttle-terminal-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 11px; }
.shuttle-terminal-head span { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shuttle-terminal-head strong { flex: 0 0 auto; padding: 6px 9px; color: #9ef0c4; background: rgba(57,217,138,.12); border-radius: 999px; font-size: 10px; }
.has-surcharge .shuttle-terminal-head strong { color: #ffd694; background: rgba(255,183,77,.14); }
.shuttle-terminal-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.55; }
.shuttle-terminal-card p strong { color: white; }
.shuttle-price-breakdown { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-bottom: 11px; }
.shuttle-price-breakdown span { display: flex; align-items: center; justify-content: space-between; gap: 7px; padding: 8px 9px; color: rgba(255,255,255,.6); background: rgba(255,255,255,.07); border-radius: 9px; font-size: 9px; }
.shuttle-price-breakdown b { color: white; font-size: 11px; }
.shuttle-price-breakdown i { color: #ffd694; font-style: normal; font-weight: 800; }
.parkingpro-panel { overflow: hidden; background: white; border: 1px solid rgba(7,16,31,.09); border-radius: 28px; box-shadow: 0 28px 80px rgba(7,25,52,.13); }
.parkingpro-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 30px; color: white; background: var(--ink); }
.parkingpro-panel-title { display: flex; align-items: center; gap: 14px; }
.parkingpro-panel-title i { display: grid; place-items: center; width: 38px; height: 38px; color: var(--cyan); background: rgba(98,230,255,.1); border: 1px solid rgba(98,230,255,.22); border-radius: 12px; font-style: normal; }
.parkingpro-panel-title strong { display: block; margin-bottom: 3px; font-size: 15px; }
.parkingpro-panel-title span { color: rgba(255,255,255,.5); font-size: 11px; }
.parkingpro-status { display: flex; align-items: center; gap: 8px; color: #a9edc7; font-size: 11px; font-weight: 750; }
.parkingpro-status::before { content: ""; width: 7px; height: 7px; background: #39d98a; border-radius: 50%; box-shadow: 0 0 0 5px rgba(57,217,138,.12); }
.parkingpro-embed { position: relative; min-height: 980px; padding: 20px; background: #f7f9fc; }
.parkingpro-embed iframe { display: block; width: 100%; min-height: 980px; padding: 0; background: white; border: 0; border-radius: 17px; }
.parkingpro-loader { position: absolute; z-index: 2; inset: 20px; display: grid; place-items: center; align-content: center; gap: 16px; color: var(--muted); background: white; border-radius: 17px; transition: opacity .25s ease, visibility .25s ease; }
.parkingpro-loader.is-hidden { opacity: 0; visibility: hidden; }
.parkingpro-loader::before { content: ""; width: 34px; height: 34px; border: 3px solid #dce8f5; border-top-color: var(--blue); border-radius: 50%; animation: booking-spin .7s linear infinite; }
.parkingpro-loader strong { color: var(--ink); font-size: 15px; }
.parkingpro-loader span { font-size: 12px; }
.parkingpro-admin-notice { min-height: 430px; display: grid; place-content: center; gap: 8px; padding: 40px; color: var(--muted); text-align: center; }
.parkingpro-admin-notice strong { color: var(--ink); font-size: 18px; }
.booking-back { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 700; }
.booking-back:hover { color: var(--blue); }
@keyframes booking-spin { to { transform: rotate(360deg); } }

/* Legal pages */
.legal-page { background: #edf2f8; }
.legal-page .site-header { background: rgba(3, 10, 21, .96); box-shadow: 0 14px 40px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.legal-page .header-inner { border-bottom-color: rgba(255,255,255,.09); }
.legal-main { min-height: 100vh; padding: 155px 0 110px; }
.legal-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .45fr); align-items: end; gap: 70px; margin-bottom: 50px; }
.legal-hero h1 { max-width: 830px; margin: 18px 0 0; font-family: var(--font-sans); font-size: clamp(52px, 6vw, 82px); font-weight: 720; letter-spacing: -.055em; line-height: .98; }
.legal-hero p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal-card { overflow: hidden; background: white; border: 1px solid rgba(7,16,31,.09); border-radius: 28px; box-shadow: 0 28px 80px rgba(7,25,52,.11); }
.legal-card-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 34px; color: rgba(255,255,255,.65); background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-card-head span:last-child { color: var(--cyan); }
.legal-document { max-width: 920px; padding: 58px 64px 75px; }
.legal-document section + section { margin-top: 54px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-document h2 { margin: 0 0 22px; font-family: var(--font-sans); font-size: clamp(28px, 3vw, 40px); font-weight: 720; letter-spacing: -.04em; line-height: 1.1; }
.legal-document h3 { margin: 30px 0 11px; color: var(--ink-2); font-size: 17px; font-weight: 760; letter-spacing: -.02em; }
.legal-document p, .legal-document li, .legal-document address { color: #596578; font-size: 15px; line-height: 1.82; }
.legal-document p { margin: 0 0 16px; }
.legal-document ul { display: grid; gap: 7px; margin: 18px 0 22px; padding-left: 22px; }
.legal-document address { font-style: normal; }
.legal-document a { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(22,135,255,.3); text-underline-offset: 3px; }
.legal-document a:hover { text-decoration-color: currentColor; }
.legal-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; overflow: hidden; margin-bottom: 52px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; }
.legal-fact { min-height: 122px; padding: 24px; background: #f8fafc; }
.legal-fact span { display: block; margin-bottom: 9px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.legal-fact strong { display: block; font-size: 15px; line-height: 1.55; }
.legal-notice { margin-top: 30px; padding: 20px 22px; color: #596578; background: #eef6ff; border-left: 3px solid var(--blue); border-radius: 0 12px 12px 0; font-size: 13px; line-height: 1.7; }
.legal-loader { min-height: 320px; display: grid; place-items: center; color: var(--muted); }

@media (max-width: 1050px) {
  .header-inner { gap: 18px; }
  .brand { width: 116px; }
  .brand-logo { width: 101px; height: 101px; }
  .primary-nav a { padding-inline: 10px; }
  .hero-inner { grid-template-columns: 1fr 390px; gap: 38px; }
  .hero h1 { font-size: 61px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .feature-card--image { grid-row: span 2; min-height: 700px; }
  .feature-card--options, .feature-card--light { min-height: 340px; }
  .process-layout { gap: 70px; }
  .security-grid, .faq-layout { gap: 60px; }
}

@media (max-width: 980px) {
  .header-inner { height: 78px; grid-template-columns: 1fr auto; }
  .site-header.is-scrolled .header-inner { border-bottom-color: transparent; }
  body.menu-open .site-header { background: transparent; box-shadow: none; backdrop-filter: none; }
  .brand { width: 104px; height: 76px; justify-content: flex-start; }
  .brand-logo { width: 94px; height: 94px; }
  body.menu-open .brand { position: relative; z-index: 103; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 103; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(3,11,24,.28); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1.5px; background: white; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] { background: rgba(255,255,255,.08); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    justify-self: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 112px max(28px, calc((100vw - 540px) / 2)) 30px;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 85% 8%, rgba(22,135,255,.18), transparent 28%),
      linear-gradient(155deg, #071426 0%, #020914 72%);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -14px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .primary-nav::before { content: "Menü"; margin-bottom: 12px; color: var(--blue-bright); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
  .primary-nav::after { content: "ParkNeo · Frankfurt Airport"; margin-top: 24px; color: rgba(255,255,255,.32); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
  .primary-nav a { display: grid; grid-template-columns: 34px 1fr; align-items: center; padding: 15px 0; color: white; border-bottom: 1px solid rgba(255,255,255,.11); border-radius: 0; font-size: clamp(25px, 4.4vw, 32px); font-weight: 690; letter-spacing: -.035em; line-height: 1.15; }
  .primary-nav a > span { display: inline; align-self: center; margin-top: 1px; color: var(--blue-bright); font-family: var(--font-accent); font-size: 11px; font-style: italic; letter-spacing: 0; }
  .primary-nav a:hover { background: transparent; }
  .primary-nav .mobile-nav-cta { width: 100%; display: flex; grid-template-columns: none; align-items: center; justify-content: space-between; margin-top: 30px; padding: 14px 17px 14px 20px; color: var(--ink); background: white; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: 0; line-height: 1; }
  .primary-nav .mobile-nav-cta:hover { color: white; background: var(--blue); }
  .primary-nav .mobile-nav-cta b { color: var(--blue); font-weight: 800; }
  .primary-nav .mobile-nav-cta:hover b { color: white; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); }
  .header-inner { height: 78px; grid-template-columns: 1fr auto; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero-media { background: linear-gradient(0deg, rgba(3,11,24,.98) 0%, rgba(3,11,24,.8) 72%, rgba(3,11,24,.5) 100%), url("assets/original/shuttle-parken-frankfurt-1.jpg") center 22% / cover no-repeat; }
  .hero-inner { display: block; min-height: 0; }
  .hero-copy { padding-bottom: 46px; }
  .hero h1 { max-width: 650px; font-size: clamp(48px, 12vw, 72px); }
  .hero-trust { gap: 12px; }
  .booking-card { max-width: 620px; }
  .hero-foot { margin-bottom: 8px; flex-wrap: wrap; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { min-height: 100px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .section-heading, .process-layout, .security-grid, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { margin-bottom: 45px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .feature-card--image { grid-column: 1 / -1; grid-row: auto; min-height: 580px; }
  .process-copy { position: static; }
  .security-visual, .security-visual img { min-height: 470px; height: 470px; }
  .security-copy { padding-top: 18px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .booking-page-main { padding: 120px 0 80px; }
  .booking-page-intro { grid-template-columns: 1fr; gap: 26px; }
  .booking-page-trust { grid-template-columns: repeat(3, 1fr); min-width: 0; }
  .shuttle-pricing-notice { grid-template-columns: 1fr; gap: 20px; }
  .parkingpro-panel-head { padding: 20px 22px; }
  .parkingpro-embed { padding: 10px; }
  .parkingpro-loader { inset: 10px; }
  .legal-main { padding: 125px 0 85px; }
  .legal-hero { grid-template-columns: 1fr; gap: 24px; }
  .legal-document { padding: 45px 36px 60px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .hero { padding-top: 105px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { margin-top: 17px; font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-trust div:last-child { display: none; }
  .primary-nav { padding: 104px 24px 24px; }
  .primary-nav a { grid-template-columns: 31px 1fr; padding: 14px 0; font-size: 27px; }
  .primary-nav .mobile-nav-cta { margin-top: 26px; }
  .booking-card { padding: 21px; border-radius: 21px; }
  .booking-head h2 { font-size: 21px; }
  .secure-badge { display: none; }
  .field-grid { grid-template-columns: 1fr .85fr; gap: 14px 9px; }
  .control { min-height: 49px; gap: 7px; padding: 4px 7px; }
  .control svg { display: block; flex-basis: 30px; width: 30px; height: 30px; padding: 6px; }
  .control input { font-size: 12px; }
  .date-control, .field-time .control { padding-right: 6px; }
  .date-trigger, .control-chevron { flex-basis: 22px; width: 22px; height: 22px; border-radius: 7px; }
  .time-trigger { font-size: 12px; }
  .time-picker-panel { inset: auto 14px 14px; width: calc(100% - 28px); max-height: calc(100dvh - 28px); margin: 0; overflow-y: auto; padding: 17px; border-radius: 22px; }
  .time-option-grid--hours { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .time-option { height: 31px; font-size: 10px; }
  .hero-foot span:not(.dot) { font-size: 9px; }
  .section { padding: 76px 0; }
  .section-heading h2, .process h2, .security-copy h2, .faq-heading h2 { font-size: 42px; }
  .section-heading { gap: 24px; }
  .section-heading > p, .security-copy > p, .process-copy p { font-size: 15px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card--image { min-height: 430px; }
  .feature-card--options, .feature-card--light { min-height: 330px; }
  .steps li { grid-template-columns: 58px 1fr; gap: 16px; padding: 32px 0; }
  .step-no { width: 46px; height: 46px; }
  .steps h3 { font-size: 21px; }
  .security-visual { padding-right: 18px; }
  .security-visual, .security-visual img { min-height: 410px; height: 410px; }
  .visual-stamp { right: -3px; width: 135px; height: 135px; }
  .faq-item button { font-size: 16px; }
  .final-cta { min-height: 500px; }
  .final-cta-inner h2 { font-size: 47px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .booking-page-main { padding-top: 110px; }
  .booking-page-intro h1 { font-size: 44px; }
  .booking-page-intro p { font-size: 15px; }
  .booking-page-trust { grid-template-columns: 1fr; }
  .shuttle-pricing-notice { margin-inline: -7px; padding: 21px; border-radius: 20px; }
  .shuttle-terminal-prices { grid-template-columns: 1fr; }
  .shuttle-notice-intro h2 { font-size: 25px; }
  .shuttle-price-breakdown { gap: 6px; }
  .parkingpro-panel { margin-inline: -7px; border-radius: 20px; }
  .parkingpro-panel-title span, .parkingpro-status { display: none; }
  .parkingpro-panel-head { padding: 17px; }
  .parkingpro-embed { min-height: 1050px; padding: 0; background: white; }
  .parkingpro-embed iframe { min-height: 1050px; border-radius: 0; }
  .parkingpro-loader { inset: 0; border-radius: 0; }
  .legal-main { padding-top: 112px; }
  .legal-hero h1 { font-size: 45px; }
  .legal-card { margin-inline: -7px; border-radius: 20px; }
  .legal-card-head { padding: 18px 20px; }
  .legal-card-head span:last-child { display: none; }
  .legal-document { padding: 35px 21px 50px; }
  .legal-document section + section { margin-top: 42px; padding-top: 38px; }
  .legal-document p, .legal-document li, .legal-document address { font-size: 14px; }
  .legal-facts { grid-template-columns: 1fr; }
}

/* Mobile stacked benefit cards */
@media (max-width: 680px) {
  .benefits { padding-bottom: 38px; }
  .benefits .section-heading { margin-bottom: 38px; }
  .benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 18vh;
  }
  .benefit-grid .feature-card,
  .benefit-grid .feature-card--image,
  .benefit-grid .feature-card--options,
  .benefit-grid .feature-card--light {
    position: sticky;
    top: 90px;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: calc(100svh - 112px);
    min-height: min(540px, calc(100svh - 100px));
    max-height: 820px;
    margin: 0;
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(7,16,31,.24);
  }
  .benefit-grid .feature-card.reveal {
    opacity: 1;
    transform: none;
  }
  .benefit-grid .feature-card:nth-child(1) { z-index: 1; }
  .benefit-grid .feature-card:nth-child(2) { z-index: 2; }
  .benefit-grid .feature-card:nth-child(3) { z-index: 3; }
  .feature-card--image img,
  .feature-card--options > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .feature-card--image img { object-position: center 45%; }
  .feature-card--options > img { object-position: 50% center; }
  .feature-card--image::after,
  .feature-card--options::after { background: linear-gradient(0deg, rgba(3,10,23,.97) 0%, rgba(3,10,23,.56) 42%, rgba(3,10,23,.08) 76%); }
  .feature-overlay,
  .feature-options-overlay {
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
  }
  .feature-overlay > span,
  .feature-options-overlay .feature-number,
  .feature-card--light .feature-number {
    position: absolute;
    top: 24px;
    right: 24px;
    margin: 0;
    padding: 9px 11px;
    color: white;
    background: rgba(3,10,23,.64);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .02em;
    backdrop-filter: blur(12px);
  }
  .feature-overlay > span::after,
  .feature-options-overlay .feature-number::after,
  .feature-card--light .feature-number::after { content: " / 03"; color: rgba(255,255,255,.48); font-size: 9px; }
  .feature-overlay h3,
  .feature-options-overlay h3,
  .feature-card--light h3 { margin: 0 0 12px; font-size: clamp(31px, 9vw, 40px); line-height: 1; }
  .feature-overlay p,
  .feature-options-overlay p,
  .feature-card--light p { max-width: 33ch; font-size: 14px; line-height: 1.6; }
  .feature-card--light {
    isolation: isolate;
    justify-content: space-between;
    padding: 28px;
    overflow: hidden;
    color: white;
    background:
      radial-gradient(circle at 50% 35%, rgba(54,164,255,.38), transparent 31%),
      linear-gradient(155deg, #0c2342 0%, #06101f 68%);
    border-color: rgba(255,255,255,.1);
  }
  .feature-card--light::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(black, transparent 82%);
  }
  .feature-card--light::after { content: none; }
  .feature-card--light .booking-preview {
    margin: 28px 0;
    color: white;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.13);
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
    backdrop-filter: blur(14px);
  }
  .feature-card--light .booking-preview-head small { color: var(--cyan); }
  .feature-card--light .booking-preview-date { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.1); }
  .feature-card--light .booking-preview-date small { color: rgba(255,255,255,.48); }
  .feature-card--light .booking-preview-date strong { color: white; }
  .feature-card--light .booking-preview-arrow { color: var(--cyan); background: rgba(98,230,255,.1); }
  .feature-card--light .live-pill { position: relative; z-index: 1; color: #bcefcf; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); }
  .feature-card--light > div:last-child { margin-top: auto; }
  .feature-card--light p { color: rgba(255,255,255,.67); }
}

@media (max-width: 1380px) {
  .scroll-flight { top: 96px; right: 3px; bottom: 18px; width: 24px; }
  .scroll-flight-plane { width: 17px; height: 17px; }
  .scroll-flight-destination { display: none; }
}

@media (max-width: 980px) {
  .scroll-flight { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .scroll-flight { display: none; }
  .benefit-grid .feature-card { position: relative; top: auto; }
}
