:root {
  --ink: #10212b;
  --ink-soft: #354652;
  --muted: #697780;
  --line: #dbe1e4;
  --line-strong: #c4ced2;
  --paper: #ffffff;
  --paper-soft: #f6f8f8;
  --paper-warm: #fbf7ef;
  --blue: #0284c7;
  --blue-dark: #075985;
  --blue-soft: #e0f2fe;
  --gold: #f59e0b;
  --gold-dark: #b45309;
  --gold-soft: #fff4d6;
  --green: #16805a;
  --red: #c2413d;
  --shadow: 0 12px 32px rgb(16 33 43 / 0.08);
  --radius-card: 12px;
  --radius-control: 8px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }

body, button, input { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; }

button { cursor: pointer; }

.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.skip-link { position: absolute; left: 12px; top: -48px; z-index: 10; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: var(--radius-control); text-decoration: none; transition: top 150ms ease-out; }
.skip-link:focus { top: 12px; }

.site-header { border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 0.96); }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-mark { display: block; width: 34px; height: 34px; color: var(--ink); }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; font-size: 14px; line-height: 1.1; letter-spacing: -0.01em; }
.brand-copy strong { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; }
.top-nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; }
.top-nav a { text-decoration: none; transition: color 150ms ease-out; }
.top-nav a:hover, .top-nav a:focus-visible { color: var(--blue-dark); }
.top-nav .contact-nav-link { color: var(--blue-dark); font-weight: 700; }
.top-nav .admin-link { padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--ink-soft); font-weight: 600; }
.top-nav .admin-link:hover, .top-nav .admin-link:focus-visible { border-color: var(--blue); color: var(--blue-dark); }

.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: 72px; align-items: center; padding-top: 92px; padding-bottom: 92px; }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 16px; color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--gold); vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(42px, 6vw, 72px); line-height: 0.98; font-weight: 750; }
h2 { margin-bottom: 14px; font-size: clamp(30px, 4vw, 44px); line-height: 1.05; font-weight: 730; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.15; font-weight: 700; }
.hero-intro { max-width: 590px; margin-bottom: 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 12px; padding: 11px 17px; border: 1px solid transparent; border-radius: var(--radius-control); font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none; transition: background 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out, transform 150ms ease-out; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .icon-button:focus-visible, .copy-button:focus-visible, input:focus-visible, .upload-box:focus-within { outline: 3px solid rgb(2 132 199 / 0.24); outline-offset: 2px; }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue-dark); }
.button-secondary { border-color: var(--line-strong); background: #fff; color: var(--ink); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--blue); color: var(--blue-dark); }
.button-wide { width: 100%; min-height: 48px; }
.text-link { color: var(--blue-dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.hero-facts span { display: inline-flex; align-items: baseline; gap: 5px; }
.hero-facts strong { color: var(--ink); font-size: 13px; }

.hero-panel { overflow: hidden; border: 1px solid #1b3744; border-radius: var(--radius-card); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.hero-panel-top { display: flex; align-items: center; gap: 9px; padding: 18px 20px; color: #d6e1e4; font-size: 12px; font-weight: 600; letter-spacing: 0.03em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgb(245 158 11 / 0.14); }
.parking-illustration { position: relative; min-height: 264px; overflow: hidden; background: #183641; }
.parking-illustration::after { position: absolute; right: -44px; bottom: -66px; width: 210px; height: 210px; border: 1px solid rgb(247 232 194 / 0.24); border-radius: 50%; content: ""; }
.parking-arch { position: absolute; top: 34px; left: calc(50% - 54px); display: grid; width: 108px; height: 150px; place-items: center; border: 2px solid rgb(247 232 194 / 0.9); border-bottom: 0; border-radius: 54px 54px 0 0; color: #f7e8c2; font-size: 67px; font-weight: 800; line-height: 1; }
.parking-arch::after { position: absolute; bottom: 0; left: -18px; width: 142px; height: 3px; background: var(--gold); content: ""; }
.parking-arch span { transform: translateY(-3px); }
.parking-line { position: absolute; height: 1px; background: rgb(247 232 194 / 0.3); transform: rotate(-19deg); }
.line-one { right: -20px; bottom: 52px; width: 190px; }
.line-two { right: -5px; bottom: 82px; width: 170px; }
.parking-car { position: absolute; right: 28px; bottom: 26px; width: 104px; height: 28px; border: 2px solid #f7e8c2; border-radius: 21px 29px 5px 5px; transform: skewX(-13deg); }
.parking-car span { position: absolute; top: -18px; left: 22px; width: 47px; height: 19px; border: 2px solid #f7e8c2; border-bottom: 0; border-radius: 28px 28px 0 0; }
.parking-car i { position: absolute; bottom: -8px; width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 50%; background: #f7e8c2; }
.parking-car i:first-of-type { left: 14px; }
.parking-car i:last-of-type { right: 14px; }
.hero-panel-bottom { display: flex; flex-direction: column; gap: 5px; padding: 18px 20px 22px; }
.panel-label { color: #aec1c8; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-panel-bottom strong { font-size: 18px; letter-spacing: -0.02em; }
.hero-panel-bottom small { color: #d6e1e4; font-size: 12px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-soft); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { display: flex; align-items: center; gap: 16px; min-height: 94px; padding: 18px 22px; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-number, .step-index { color: var(--gold-dark); font-family: "SF Mono", "Cascadia Code", monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
.proof-item strong, .proof-item small { display: block; }
.proof-item strong { margin-bottom: 4px; font-size: 13px; }
.proof-item small { color: var(--muted); font-size: 12px; }

.section { padding-top: 104px; padding-bottom: 104px; }
.booking-section { padding-top: 48px; }
.section-heading { max-width: 700px; margin-bottom: 38px; }
.section-heading > p:last-child { max-width: 560px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.booking-title { max-width: 680px; margin-bottom: 14px; font-size: clamp(30px, 4vw, 44px); line-height: 1.05; font-weight: 730; }
.compact-heading { margin-bottom: 34px; }
.card { border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; box-shadow: 0 5px 18px rgb(16 33 43 / 0.04); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 22px; align-items: start; }
.calendar-card, .form-card { padding: 28px; }
.calendar-heading, .form-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.card-kicker { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.calendar-heading h3, .form-card-heading h3 { margin-bottom: 0; font-size: 23px; }
.calendar-nav { display: flex; gap: 7px; }
.icon-button { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); font-size: 17px; line-height: 1; transition: border-color 150ms ease-out, color 150ms ease-out, background 150ms ease-out; }
.icon-button:hover:not(:disabled) { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-dark); }
.icon-button:disabled { cursor: not-allowed; opacity: 0.35; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); column-gap: 6px; }
.calendar-weekdays { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 700; text-align: center; }
.calendar-grid { row-gap: 6px; }
.calendar-day { position: relative; min-height: 43px; border: 1px solid transparent; border-radius: 7px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 650; transition: background 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out; }
.calendar-day:hover:not(:disabled), .calendar-day:focus-visible:not(:disabled) { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-dark); outline: none; }
.calendar-day.is-outside { color: #bdc6c9; }
.calendar-day.is-past, .calendar-day:disabled { cursor: not-allowed; color: #b6bfc2; }
.calendar-day.is-occupied { background: var(--gold-soft); color: var(--gold-dark); }
.calendar-day.is-occupied::after { position: absolute; right: 6px; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); content: ""; }
.calendar-day.is-today { border-color: var(--line-strong); }
.calendar-day.is-selected { border-color: var(--blue-dark); background: var(--blue); color: #fff; box-shadow: 0 2px 7px rgb(2 132 199 / 0.25); }
.calendar-day.is-selected::after { background: #fff; }
.calendar-day.is-in-range { border-radius: 0; background: var(--blue-soft); color: var(--blue-dark); }
.calendar-day.is-range-start { border-radius: 7px 0 0 7px; }
.calendar-day.is-range-end { border-radius: 0 7px 7px 0; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.legend-dot.occupied { background: var(--gold); }
.legend-dot.selected { background: var(--blue); }
.calendar-hint { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.inline-feedback { min-height: 18px; margin: 12px 0 0; color: var(--blue-dark); font-size: 12px; }
.inline-feedback[data-tone="error"] { color: var(--red); }

.required-note { color: var(--muted); font-size: 11px; }
.form-grid { display: grid; gap: 16px; }
.form-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field, .upload-field { display: block; margin-bottom: 16px; }
.field > span, .field-label { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.field em, .field-label em, .consent-line em { color: var(--gold-dark); font-style: normal; }
.field input { display: block; width: 100%; height: 44px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); background: #fff; color: var(--ink); font-size: 14px; transition: border-color 150ms ease-out, box-shadow 150ms ease-out; }
.field select { display: block; width: 100%; height: 44px; padding: 10px 34px 10px 12px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); background: #fff; color: var(--ink); font-size: 14px; }
.field input::placeholder { color: #a4afb3; }
.field input:hover { border-color: #9eabb0; }
.field input:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 3px rgb(2 132 199 / 0.12); }
.field select:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 3px rgb(2 132 199 / 0.12); }
.field input[aria-invalid="true"] { border-color: var(--red); box-shadow: 0 0 0 3px rgb(194 65 61 / 0.1); }
.field small, .upload-box small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.field small.field-error { color: var(--red); font-weight: 700; }
.upload-field { margin-top: 2px; }
.upload-box { display: flex; min-height: 72px; align-items: center; gap: 12px; padding: 12px 14px; border: 1px dashed var(--line-strong); border-radius: var(--radius-control); background: var(--paper-soft); cursor: pointer; transition: border-color 150ms ease-out, background 150ms ease-out; }
.upload-box:hover { border-color: var(--blue); background: var(--blue-soft); }
.upload-box input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
.upload-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 7px; background: var(--gold-soft); color: var(--gold-dark); font-size: 20px; font-weight: 400; }
.upload-box strong { display: block; color: var(--ink); font-size: 13px; }
.file-feedback { min-height: 16px; margin: 7px 0 0; color: var(--green); font-size: 11px; }
.turnstile-wrap { margin: 4px 0 18px; }
.turnstile-wrap[hidden] { display: none; }
.consent-line { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.consent-line input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--blue); }
.consent-line a { color: var(--blue-dark); text-underline-offset: 2px; }
.form-feedback { min-height: 20px; margin: 13px 0 0; color: var(--red); font-size: 12px; line-height: 1.45; }
.form-feedback.success { color: var(--green); }
.button:disabled { cursor: wait; opacity: 0.6; transform: none; }
.reservation-summary { margin: -3px 0 22px; padding: 16px; border: 1px solid #b9d9e7; border-radius: 9px; background: #f4fbfe; }
.reservation-summary[hidden] { display: none; }
.summary-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid #d7ebf3; }
.summary-head .card-kicker { margin-bottom: 4px; color: var(--blue-dark); }
.summary-head > div > strong { display: block; font-size: 14px; line-height: 1.35; }
.summary-amount { display: flex; align-items: flex-end; flex-direction: column; gap: 3px; }
.summary-amount > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.summary-price { color: var(--blue-dark); font-size: 18px; white-space: nowrap; }
.reservation-summary > p { margin: 12px 0 7px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.summary-transfer-list { margin: 0; }
.summary-transfer-list > div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 8px; padding: 5px 0; }
.summary-transfer-list dt { color: var(--muted); font-size: 11px; }
.summary-transfer-list dd { overflow: hidden; margin: 0; color: var(--ink); font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.summary-actions, .success-actions, .transfer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.summary-actions { margin-top: 12px; padding-top: 11px; border-top: 1px solid #d7ebf3; }
.summary-email-link { color: var(--blue-dark); font-size: 11px; font-weight: 700; text-underline-offset: 3px; }
.copy-button-box { padding: 8px 10px; border: 1px solid #9fc7d8; border-radius: 6px; background: #fff; text-decoration: none !important; }
.success-card { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding: 22px 24px; border: 1px solid #b9dfcc; border-radius: var(--radius-card); background: #f0fbf5; }
.success-card[hidden] { display: none; }
.success-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 22px; }
.success-card h3 { margin-bottom: 6px; font-size: 20px; }
.success-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.success-card .eyebrow { margin-bottom: 5px; color: var(--green); }
.success-content { min-width: 0; flex: 1; }
.tracking-code-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 11px; margin-top: 14px; padding: 10px 11px; border: 1px solid #b9dfcc; border-radius: 7px; background: #fff; }
.tracking-code-line > span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.tracking-code-line > strong { color: var(--green); font-family: "SF Mono", "Cascadia Code", monospace; font-size: 16px; letter-spacing: 0.07em; }
.success-actions { margin-top: 12px; gap: 14px; }
.success-card .button { margin-left: auto; }

.section-muted { background: var(--paper-soft); }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.step-card { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; }
.step-index { display: block; margin-bottom: 42px; }
.step-card p { max-width: 280px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.transfer-section { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr); gap: 80px; align-items: center; }
.transfer-intro > p:not(.eyebrow) { max-width: 390px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.secure-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-soft); font-size: 11px; }
.transfer-card { padding: 24px; }
.transfer-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.transfer-card-head .card-kicker { margin-bottom: 0; }
.transfer-badge { padding: 5px 8px; border-radius: 5px; background: var(--gold-soft); color: var(--gold-dark); font-size: 10px; font-weight: 700; }
.transfer-list { margin: 0; }
.transfer-list > div { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 50px; border-bottom: 1px solid var(--line); }
.transfer-list dt { color: var(--muted); font-size: 12px; }
.transfer-list dd { overflow: hidden; margin: 0; color: var(--ink); font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.copy-button { padding: 4px 0; border: 0; background: transparent; color: var(--blue-dark); font-size: 11px; font-weight: 700; }
.copy-button:hover, .copy-button:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.amount-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 20px; color: var(--muted); font-size: 12px; }
.amount-row strong { color: var(--ink); font-size: 20px; letter-spacing: -0.03em; }
.transfer-actions { justify-content: space-between; margin-top: 17px; padding-top: 16px; border-top: 1px solid var(--line); }

.tracking-section { background: var(--paper-soft); }
.tracking-layout { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr); gap: 80px; align-items: start; }
.tracking-intro > p:not(.eyebrow) { max-width: 390px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.tracking-column { display: grid; gap: 14px; }
.tracking-form { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; }
.tracking-form .field { margin-bottom: 16px; }
.tracking-form .form-feedback { margin-bottom: 0; }
.tracking-result { padding: 20px; }
.tracking-result[hidden] { display: none; }
.tracking-result-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.tracking-result-head .card-kicker { margin-bottom: 0; }
.tracking-status { display: inline-flex; min-height: 24px; align-items: center; padding: 5px 8px; border-radius: 5px; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.tracking-status.pending { background: var(--gold-soft); color: var(--gold-dark); }
.tracking-status.confirmed { background: #e8f7ef; color: var(--green); }
.tracking-status.rejected { background: #fff0ef; color: var(--red); }
.tracking-result > strong { display: block; font-size: 16px; }
.tracking-result > p { margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.tracking-note { padding-top: 10px; border-top: 1px solid var(--line); }

.rules-section { border-top: 1px solid var(--line); background: var(--paper-warm); }
.rules-layout { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); gap: 80px; }
.rules-list > div { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 18px; padding: 18px 0; border-top: 1px solid #eadfca; }
.rules-list > div:first-child { padding-top: 0; border-top: 0; }
.rules-list span { color: var(--gold-dark); font-family: "SF Mono", "Cascadia Code", monospace; font-size: 11px; font-weight: 700; }
.rules-list p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.contact-section { border-top: 1px solid var(--line); background: var(--paper-soft); }
.contact-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: 56px; align-items: center; padding: 32px; border: 1px solid #b9d9e7; border-radius: var(--radius-card); background: #f4fbfe; }
.contact-copy h2 { max-width: 560px; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin-bottom: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.contact-action { display: grid; gap: 10px; padding-left: 24px; border-left: 1px solid #d7ebf3; }
.contact-action .card-kicker { margin-bottom: 0; color: var(--blue-dark); }
.contact-action .button { width: fit-content; }
.contact-action small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.contact-action small span { color: var(--ink-soft); font-weight: 700; }

.privacy-section { padding: 50px 0; background: var(--ink); color: #fff; }
.privacy-inner { display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr); gap: 80px; align-items: start; }
.privacy-section .eyebrow { color: #8ac7e8; }
.privacy-section h2 { max-width: 380px; margin-bottom: 0; font-size: 30px; }
.privacy-section > .shell > p, .privacy-inner > p { max-width: 630px; margin-bottom: 0; color: #cbd8dc; font-size: 13px; line-height: 1.7; }
.privacy-section a { color: #f7e8c2; }
.site-footer { background: var(--ink); color: #94a8af; }
.footer-row { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #27414c; font-size: 11px; }
.footer-row a { color: #d6e1e4; font-weight: 700; text-decoration: none; }
.footer-row a:hover, .footer-row a:focus-visible { color: #f7e8c2; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; gap: 44px; padding-top: 70px; padding-bottom: 70px; }
  .hero-panel { max-width: 520px; }
  .booking-layout, .transfer-section, .tracking-layout, .rules-layout, .privacy-inner { grid-template-columns: 1fr; gap: 34px; }
  .contact-card { grid-template-columns: 1fr; gap: 24px; }
  .contact-action { padding-top: 18px; padding-left: 0; border-top: 1px solid #d7ebf3; border-left: 0; }
  .transfer-intro > p:not(.eyebrow) { max-width: 600px; }
  .rules-layout { gap: 10px; }
  .privacy-inner { gap: 20px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav-row { min-height: 68px; }
  .top-nav { gap: 11px; font-size: 11px; }
  .top-nav a:nth-child(2) { display: none; }
  .top-nav .contact-nav-link { display: none; }
  .top-nav .admin-link { padding: 7px 9px; }
  .hero { padding-top: 56px; padding-bottom: 56px; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-facts { gap: 10px 17px; margin-top: 30px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { min-height: 66px; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .booking-section { padding-top: 28px; }
  .calendar-card, .form-card { padding: 20px 16px; }
  .calendar-heading, .form-card-heading { margin-bottom: 21px; }
  .calendar-day { min-height: 39px; }
  .calendar-weekdays, .calendar-grid { column-gap: 3px; }
  .form-grid.two-columns { grid-template-columns: 1fr; gap: 0; }
  .success-card { align-items: flex-start; flex-wrap: wrap; padding: 18px; }
  .success-card .button { width: 100%; margin-left: 60px; }
  .success-content { width: calc(100% - 60px); flex: 0 0 calc(100% - 60px); }
  .steps-grid { grid-template-columns: 1fr; gap: 10px; }
  .step-card { min-height: 0; }
  .step-index { margin-bottom: 22px; }
  .transfer-card { padding: 18px 16px; }
  .transfer-actions { align-items: flex-start; flex-direction: column; }
  .transfer-list > div { grid-template-columns: 112px minmax(0, 1fr); gap: 8px; }
  .copy-button { grid-column: 2; justify-self: start; margin-top: -8px; margin-bottom: 7px; }
  .transfer-list dd { align-self: end; }
  .amount-row strong { font-size: 17px; }
  .summary-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .summary-price { font-size: 17px; }
  .tracking-form { padding: 18px 16px; }
  .contact-card { padding: 22px 18px; }
  .contact-action .button { width: 100%; }
  .privacy-section { padding: 42px 0; }
  .privacy-section h2 { font-size: 27px; }
  .footer-row { min-height: 88px; align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
