:root {
  --ink: #08090b;
  --panel: #101216;
  --panel-2: #15181d;
  --cream: #f4efe5;
  --muted: #a7a297;
  --gold: #c9a878;
  --gold-bright: #e0c18e;
  --rule: rgba(201, 168, 120, .22);
  --danger: #d88979;
  --success: #71b993;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  min-height: 100vh;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.reserve-shell { min-height: 100vh; background:
  radial-gradient(circle at 85% -10%, rgba(201,168,120,.11), transparent 30rem),
  var(--ink); }
.reserve-nav {
  height: 76px;
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(8,9,11,.94);
  backdrop-filter: blur(18px);
}
.reserve-nav-inner {
  width: min(1280px, calc(100% - 40px));
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.reserve-logo {
  text-decoration: none;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: .28em;
  font-size: 1.3rem;
}
.reserve-logo i { color: var(--gold); font-style: normal; }
.reserve-help { color: var(--muted); font-size: .8rem; text-decoration: none; }
.reserve-help strong { color: var(--cream); margin-left: .55rem; }
.reserve-nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; min-width: 0; }
.booking-account { position: relative; }
.booking-account-trigger {
  min-height: 48px;
  max-width: 250px;
  display: grid;
  grid-template-columns: 31px minmax(0,1fr) 12px;
  align-items: center;
  gap: 9px;
  padding: 6px 10px 6px 7px;
  border: 1px solid rgba(201,168,120,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: var(--cream);
  cursor: pointer;
  text-align: left;
}
.booking-account-trigger:hover, .booking-account.is-open .booking-account-trigger { border-color: var(--gold); background: rgba(201,168,120,.08); }
.booking-account-avatar { width: 31px; height: 31px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font: 600 .72rem var(--mono); background: #15171b; }
.booking-account-avatar img { width: 100%; height: 100%; object-fit: cover; }
.booking-account-label { min-width: 0; display: grid; gap: 2px; }
.booking-account-label small { color: var(--muted); font: 600 .5rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.booking-account-label strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .72rem; font-weight: 550; }
.booking-account.is-signed-in .booking-account-label small { color: #9bd4b6; }
.booking-account-chevron { color: var(--gold); transition: transform .2s ease; }
.booking-account.is-open .booking-account-chevron { transform: rotate(180deg); }
.booking-account-menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 60; width: min(330px, calc(100vw - 24px)); padding: 16px; border: 1px solid rgba(201,168,120,.4); border-radius: 14px; background: linear-gradient(145deg,#17191d,#0b0d10); box-shadow: 0 24px 70px rgba(0,0,0,.65); }
.booking-account-identity, .booking-account-intro { display: grid; gap: 5px; padding: 3px 2px 14px; }
.booking-account-identity span { color: #9bd4b6; font: 600 .52rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.booking-account-identity strong, .booking-account-intro strong { font: 500 1.15rem var(--serif); }
.booking-account-identity small, .booking-account-intro span, .booking-account-security { color: var(--muted); font-size: .65rem; line-height: 1.5; overflow-wrap: anywhere; }
.booking-account-link, .booking-account-signout, .booking-account-provider { min-height: 42px; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 12px; border-radius: 8px; text-decoration: none; font-size: .69rem; font-weight: 650; }
.booking-account-link { margin-bottom: 8px; border: 1px solid var(--rule); color: var(--cream); }
.booking-account-signout { border: 0; background: transparent; color: var(--gold-bright); cursor: pointer; justify-content: center; }
.booking-account-signout:hover { background: rgba(201,168,120,.08); }
.booking-account-providers { display: grid; gap: 8px; }
.booking-account-provider { justify-content: center; }
.booking-account-provider.google { background: #fff; color: #202124; }
.booking-account-provider.apple { border: 1px solid rgba(255,255,255,.3); background: #000; color: #fff; }
.booking-account-security { display: block; margin-top: 11px; }
.booking-account-help { color: var(--gold-bright); font-size: .7rem; }

.progress-wrap { border-bottom: 1px solid rgba(255,255,255,.07); }
.progress {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.progress-step {
  padding: 16px 10px 14px;
  color: #77746e;
  font: 600 .64rem/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.progress-step span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-right: 8px;
}
.progress-step.is-active { color: var(--gold-bright); border-color: var(--gold); }
.progress-step.is-done { color: var(--cream); }
.progress-step.is-available { cursor: pointer; }
.progress-step.is-available:hover { color: var(--gold-bright); background: linear-gradient(0deg, rgba(201,168,120,.07), transparent); }
.progress-step.is-available:focus-visible { outline: 1px solid var(--gold); outline-offset: -4px; }
.progress-step.is-locked { cursor: not-allowed; opacity: .58; }

.reserve-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 90px;
}
.reserve-heading { margin-bottom: 32px; }
.reserve-kicker {
  color: var(--gold);
  font: 600 .68rem/1 var(--mono);
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.reserve-heading h1 {
  font: 500 clamp(2.5rem, 5vw, 4.7rem)/.94 var(--serif);
  margin: 0;
  max-width: 780px;
}
.reserve-heading h1 em { color: var(--gold-bright); font-weight: 400; }
.reserve-heading p { color: var(--muted); max-width: 660px; line-height: 1.7; }

.route-layout, .details-layout, .review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}
.card {
  background: linear-gradient(145deg, rgba(21,24,29,.96), rgba(12,14,17,.98));
  border: 1px solid var(--rule);
  border-radius: 18px;
  box-shadow: 0 22px 80px rgba(0,0,0,.25);
}
.form-card { padding: clamp(22px, 4vw, 38px); }
.summary-card { padding: 24px; position: sticky; top: 100px; }
.summary-card h2, .form-section h2 { font: 500 1.5rem var(--serif); margin: 0 0 18px; }
.summary-line { display: grid; grid-template-columns: 22px 1fr; gap: 10px; margin: 16px 0; }
.summary-line .dot { width: 8px; height: 8px; border: 1px solid var(--gold); border-radius: 50%; margin-top: 5px; }
.summary-line .dot.end { background: var(--gold); }
.summary-label { color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.summary-value { margin-top: 4px; font-size: .9rem; line-height: 1.45; overflow-wrap: anywhere; }
.summary-rule { border: 0; border-top: 1px solid var(--rule); margin: 20px 0; }

.trip-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.trip-tab input { position: absolute; opacity: 0; pointer-events: none; }
.trip-tab label {
  display: block;
  cursor: pointer;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: var(--muted);
  font-size: .78rem;
}
.trip-tab input:checked + label { color: var(--ink); background: var(--gold-bright); border-color: var(--gold-bright); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid .wide { grid-column: 1 / -1; }
.field label {
  display: block;
  color: var(--gold);
  font: 600 .62rem/1.3 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
  color: var(--cream);
  border-radius: 9px;
  padding: 12px 14px;
  outline: none;
}
.field select { color-scheme: dark; }
.field select option { background: #17191d; color: var(--cream); }
.field select option:checked { background: #b88f57; color: #08090b; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,120,.1); }
.field-help { color: var(--muted); font-size: .73rem; line-height: 1.5; margin: 7px 0 0; }
.hourly-route-note {
  display: grid;
  gap: 5px;
  padding: 15px 17px;
  border: 1px solid rgba(201,168,120,.32);
  border-radius: 10px;
  background: rgba(201,168,120,.07);
}
.hourly-route-note strong { color: var(--gold-bright); font: 500 1.05rem var(--serif); }
.hourly-route-note span { color: var(--muted); font-size: .73rem; line-height: 1.55; }
.form-section + .form-section { border-top: 1px solid var(--rule); margin-top: 28px; padding-top: 28px; }

.v2-auth-panel {
  border: 1px solid rgba(201,168,120,.34);
  border-radius: 13px;
  padding: 18px;
  margin: 0 0 28px;
  background: linear-gradient(120deg, rgba(201,168,120,.09), rgba(255,255,255,.025));
}
.v2-auth-panel [hidden] { display: none !important; }
.v2-auth-panel h2 { font: 500 1.35rem var(--serif); margin: 0 0 4px; }
.v2-auth-panel p { color: var(--muted); font-size: .73rem; line-height: 1.5; margin: 0; max-width: 540px; }
#v2-auth-signin { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 22px; }
.v2-auth-explainer { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 13px; align-items: start; }
.v2-auth-lock { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-weight: 700; }
.v2-auth-trust { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 0; margin: 12px 0 8px; list-style: none; color: #d6d0c5; font-size: .65rem; }
.v2-auth-trust li::before { content: "✓"; margin-right: 5px; color: #a8ddc1; }
.v2-auth-panel .v2-auth-privacy { font-size: .64rem; }
.v2-auth-privacy a, .v2-auth-unavailable a { color: var(--gold-bright); }
.v2-auth-providers { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.v2-auth-provider {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border-radius: 8px;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 650;
  white-space: nowrap;
}
.v2-auth-provider.google { background: #fff; color: #202124; }
.v2-auth-provider.apple { background: #000; color: #fff; border: 1px solid rgba(255,255,255,.28); }
.v2-auth-unavailable { grid-column: 1 / -1; border-top: 1px solid var(--rule); padding-top: 12px; color: #efc0b7; font-size: .7rem; }
.v2-auth-unavailable strong, .v2-auth-unavailable span { display: block; }
.v2-auth-unavailable span { margin-top: 4px; color: var(--muted); }
.v2-auth-welcome { display: flex; align-items: center; gap: 12px; }
.v2-auth-welcome img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid var(--gold); }
.v2-auth-welcome div { min-width: 0; flex: 1; }
.v2-auth-welcome span, .v2-auth-welcome small { display: block; color: var(--muted); font-size: .65rem; }
.v2-auth-welcome strong { display: block; margin: 2px 0; font-family: var(--serif); font-size: 1.15rem; }
.v2-auth-welcome button { border: 0; background: none; color: var(--gold-bright); cursor: pointer; font-size: .7rem; }

.map-card { min-height: 270px; overflow: hidden; position: relative; }
#route-map { height: 270px; width: 100%; background: #11151a; }
#route-map .gm-style { font-family: var(--sans); }
#route-map .gm-style button { filter: saturate(.45) sepia(.16); }
.map-fallback { padding: 24px; color: var(--muted); font-size: .8rem; line-height: 1.6; }

.actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 28px; }
.btn {
  min-height: 52px;
  border-radius: 9px;
  border: 1px solid var(--gold);
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
}
.btn-primary { background: var(--gold-bright); color: var(--ink); }
.btn-primary:hover { background: #f0d8aa; }
.btn-secondary { background: transparent; color: var(--cream); border-color: rgba(255,255,255,.2); }
.btn[disabled] { opacity: .45; cursor: wait; }
.text-link { color: var(--muted); font-size: .76rem; }

.vehicle-list { display: grid; gap: 16px; }
.vehicle-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 205px;
  min-height: 178px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s, transform .2s, background .2s;
}
.vehicle-card:hover { transform: translateY(-2px); border-color: rgba(201,168,120,.55); }
.vehicle-card.is-selected { border-color: var(--gold); background: rgba(201,168,120,.07); }
.vehicle-image { background: linear-gradient(110deg,#14171c 18%,#22262c 38%,#14171c 58%); background-size:200% 100%; min-height:178px; position:relative; overflow:hidden; animation:vehicle-image-loading 1.35s linear infinite; }
.vehicle-image.is-loaded { animation:none; background:#171a1f; }
.vehicle-image img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; opacity:0; transition:opacity .28s ease; }
.vehicle-image.is-loaded img { opacity:1; }
@keyframes vehicle-image-loading { to { background-position:-200% 0; } }
.vehicle-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(16,18,22,.85)); }
.vehicle-promo-badge { position:absolute; z-index:1; left:14px; top:14px; display:grid; gap:2px; padding:9px 12px; border:1px solid rgba(235,211,166,.72); border-radius:999px; background:rgba(10,11,13,.86); box-shadow:0 12px 30px rgba(0,0,0,.32); backdrop-filter:blur(10px); color:var(--cream); text-transform:uppercase; letter-spacing:.09em; }
.vehicle-promo-badge b { color:var(--gold-bright); font:600 .62rem var(--mono); }
.vehicle-promo-badge small { color:#d8d0c3; font-size:.5rem; letter-spacing:.07em; }
.vehicle-copy { padding: 24px; }
.vehicle-copy h2 { font: 500 1.8rem/1 var(--serif); margin: 0 0 9px; }
.vehicle-meta { color: var(--muted); font-size: .76rem; display: flex; flex-wrap: wrap; gap: 14px; }
.vehicle-note { color: #c4bfb5; font-size: .77rem; line-height: 1.55; margin: 18px 0 0; }
.hourly-mileage { margin-top: 16px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; display: grid; gap: 5px; }
.hourly-mileage strong { font-size: .74rem; line-height: 1.4; }
.hourly-mileage span { color: var(--muted); font-size: .68rem; line-height: 1.55; }
.hourly-mileage.is-ok { border-color: rgba(113,185,147,.38); background: rgba(113,185,147,.07); }
.hourly-mileage.is-ok strong { color: #a8ddc1; }
.hourly-mileage.is-warning { border-color: rgba(224,193,142,.52); background: rgba(201,168,120,.1); }
.hourly-mileage.is-warning strong { color: var(--gold-bright); }
.hourly-mileage.is-neutral { background: rgba(255,255,255,.025); }
.hourly-adjust-btn { justify-self: start; margin-top: 5px; border: 1px solid var(--gold); border-radius: 999px; background: transparent; color: var(--gold-bright); padding: 7px 11px; cursor: pointer; font: 600 .61rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.hourly-adjust-btn:hover { background: var(--gold-bright); color: var(--ink); }
.vehicle-price { padding: 24px; text-align: right; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; border-left: 1px solid var(--rule); }
.vehicle-price strong { font: 600 1.8rem var(--serif); color: var(--gold-bright); }
.vehicle-price small { color: var(--muted); font-size: .63rem; line-height: 1.4; }
.vehicle-price del { color:#8f8a81; font:500 .8rem var(--mono); text-decoration-color:rgba(224,193,142,.75); }
.vehicle-price .promotion-applied { margin-top:10px; color:#b8e1c9; font:600 .62rem/1.35 var(--mono); letter-spacing:.035em; }
.vehicle-price .select-cue { margin-top: 16px; color: var(--cream); font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; }
.vehicle-card.has-promotion { border-color:rgba(201,168,120,.52); box-shadow:inset 0 0 0 1px rgba(201,168,120,.055); }
.promotion-summary { margin-top:9px; padding:9px 10px; border-left:2px solid #78b995; background:rgba(113,185,147,.07); display:grid; gap:3px; }
.promotion-summary[hidden] { display:none; }
.promotion-summary span { color:#b8e1c9; font:600 .65rem/1.35 var(--mono); }
.promotion-summary del { color:#8f8a81; font-size:.66rem; }
.promotion-summary small { color:var(--muted); font-size:.6rem; line-height:1.4; }
.promotion-code-note { color:#b8e1c9; }
.vehicle-card[aria-disabled="true"] { opacity: .48; cursor: not-allowed; }
.vehicle-card.has-requirement { opacity:1; cursor:default; border-color:rgba(201,168,120,.34); }
.vehicle-card.has-requirement:hover { transform:none; border-color:rgba(201,168,120,.54); }
.vehicle-card.has-requirement .vehicle-image { filter:saturate(.78) brightness(.82); }
.vehicle-card.has-requirement .vehicle-copy h2 { color:#ddd5c8; }
.vehicle-card.has-requirement .vehicle-note { color:#b8b1a5; }
.vehicle-price.is-requirement { align-items:flex-start; text-align:left; gap:7px; padding:22px; background:linear-gradient(145deg,rgba(201,168,120,.09),rgba(201,168,120,.025)); }
.vehicle-price.is-requirement strong { color:var(--cream); font:500 1.25rem/1.1 var(--serif); }
.requirement-kicker { color:var(--gold-bright); font:600 .54rem var(--mono); letter-spacing:.12em; text-transform:uppercase; }
.requirement-line { display:grid; gap:3px; margin:2px 0; }
.requirement-line b { color:#ddd5c8; font:500 .68rem/1.35 var(--sans); }
.requirement-action { margin-top:5px; padding:8px 11px; border:1px solid var(--gold); border-radius:999px; background:transparent; color:var(--gold-bright); cursor:pointer; font:600 .58rem/1.2 var(--mono); letter-spacing:.035em; text-align:left; }
.requirement-action:hover,.requirement-action:focus-visible { background:var(--gold-bright); color:var(--ink); outline:none; }
.vehicle-card.has-notice { opacity: 1; cursor: default; border-color: rgba(201,168,120,.38); }
.vehicle-card.has-notice:hover { transform: none; border-color: rgba(201,168,120,.55); }
.vehicle-price.is-notice { align-items: flex-start; text-align: left; gap: 7px; background: rgba(201,168,120,.055); }
.vehicle-price.is-notice strong { font: 600 1.25rem/1.05 var(--serif); }
.vehicle-price.is-notice small { line-height: 1.5; }
.notice-earliest { color: var(--cream); font-size: .66rem; line-height: 1.45; }
.notice-call { margin-top: 4px; color: var(--gold-bright); border-bottom: 1px solid rgba(201,168,120,.55); font: 600 .64rem var(--mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.notice-call:hover { color: #f0d8aa; }

.loading, .empty-state { text-align: center; padding: 55px 20px; color: var(--muted); }
.spinner { width: 28px; height: 28px; border: 2px solid rgba(255,255,255,.12); border-top-color: var(--gold); border-radius: 50%; animation: spin .8s linear infinite; margin: 0 auto 14px; }
@keyframes spin { to { transform: rotate(360deg); } }
.alert { border: 1px solid rgba(216,137,121,.45); background: rgba(216,137,121,.08); color: #efc0b7; border-radius: 9px; padding: 13px 15px; font-size: .78rem; line-height: 1.5; margin: 16px 0; }
.alert.success { border-color: rgba(113,185,147,.45); background: rgba(113,185,147,.08); color: #a8ddc1; }

.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.section-intro { color: var(--muted); font-size: .75rem; line-height: 1.55; margin: -4px 0 18px; }
.check-card { position: relative; }
.check-card input { position: absolute; opacity: 0; }
.check-card label { display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; padding: 14px; cursor: pointer; color: var(--muted); font-size: .78rem; }
.check-card label strong { color: var(--cream); font-weight: 550; }
.check-card label small { color: var(--muted); font-size: .65rem; }
.check-card input:checked + label { border-color: var(--gold); color: var(--cream); background: rgba(201,168,120,.08); }
.addon-loading, .addon-empty { grid-column: 1 / -1; border: 1px dashed rgba(255,255,255,.14); border-radius: 9px; padding: 14px; color: var(--muted); font-size: .73rem; }
.child-seat-details { margin-top: 12px; padding: 16px; border: 1px solid rgba(201,168,120,.3); border-radius: 10px; background: rgba(201,168,120,.055); }
.child-seat-details[hidden] { display: none !important; }
.child-seat-details > strong { display: block; margin-bottom: 12px; color: var(--gold-bright); font: 500 1rem var(--serif); }
.child-seat-details p { margin: 9px 0 0; color: var(--muted); font-size: .66rem; line-height: 1.55; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--muted); font-size: .75rem; line-height: 1.6; margin: 16px 0; }
.consent input { margin-top: 4px; accent-color: var(--gold); }
.consent a { color: var(--gold-bright); }

.review-block { padding: 24px; }
.review-block + .review-block { border-top: 1px solid var(--rule); }
.review-block-head { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.review-block h2 { font: 500 1.45rem var(--serif); margin: 0 0 14px; }
.review-block-head a { color: var(--gold); font-size: .7rem; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review-item span { color: var(--muted); font: 600 .58rem var(--mono); letter-spacing: .12em; text-transform: uppercase; display: block; margin-bottom: 5px; }
.review-item strong { font-size: .85rem; font-weight: 500; line-height: 1.45; }
.price-total { font: 500 2.2rem var(--serif); color: var(--gold-bright); }

.success-view { text-align: center; padding: clamp(50px, 9vw, 110px) 20px; }
.success-mark { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; margin: 0 auto 22px; font-size: 2rem; }
.success-view h1 { font: 500 clamp(2.5rem, 6vw, 5rem) var(--serif); margin: 0; }
.success-view p { color: var(--muted); line-height: 1.7; }
.confirmation { font: 600 1.2rem var(--mono); color: var(--gold-bright); letter-spacing: .12em; margin: 22px 0; }

body.phone-verify-open { overflow: hidden; }
.phone-verify-dialog { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.phone-verify-dialog[hidden] { display: none !important; }
.phone-verify-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.phone-verify-card { position: relative; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(26px,5vw,44px); border: 1px solid rgba(224,193,142,.55); border-radius: 20px; background: linear-gradient(145deg,#17191d,#0c0e11); box-shadow: 0 34px 110px rgba(0,0,0,.72); outline: none; }
.phone-verify-close { position: absolute; right: 15px; top: 13px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; font-size: 1.35rem; line-height: 1; }
.phone-verify-close:hover { color: var(--cream); border-color: var(--gold); }
.phone-verify-card h2 { margin: 0 38px 10px 0; font: 500 clamp(2rem,6vw,3rem)/1 var(--serif); }
.phone-verify-reason { margin: 0 0 22px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.phone-verify-step { padding: 22px; border: 1px solid var(--rule); border-radius: 14px; background: rgba(255,255,255,.025); text-align: center; }
.phone-verify-step > p { color: var(--muted); font-size: .76rem; }
.phone-verify-number { color: var(--muted); font-size: .72rem; }
.phone-verify-number strong { color: var(--cream); }
.phone-verify-desktop { display: grid; justify-items: center; gap: 9px; margin-top: 20px; }
.phone-verify-desktop > strong { color: var(--cream); font: 500 1.25rem var(--serif); }
.phone-verify-desktop > p, .phone-verify-mobile > p { max-width: 350px; margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.phone-verify-qr { width: min(250px,72vw); padding: 12px; border-radius: 13px; background: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.38); }
.phone-verify-qr svg { display: block; width: 100%; height: auto; }
.phone-verify-qr-fallback { padding: 32px 16px; color: #222; font-size: .75rem; }
.phone-verify-mobile { display: none; gap: 10px; margin-top: 20px; }
.phone-verify-manual { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.phone-verify-manual > div { display: grid; gap: 6px; padding: 12px; border: 1px solid var(--rule); border-radius: 10px; background: rgba(0,0,0,.18); }
.phone-verify-manual span { color: var(--gold); font: 600 .55rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.phone-verify-manual strong { color: var(--cream); font: 600 .86rem var(--mono); overflow-wrap: anywhere; }
.phone-verify-code { letter-spacing: .22em; }
.phone-verify-sms { display: flex; justify-content: center; text-decoration: none; width: 100%; }
.phone-verify-wait { margin-top: 18px; color: var(--gold-bright); font-size: .72rem; }
.phone-verify-wait > span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 12px var(--success); animation: verifyPulse 1.4s ease-in-out infinite; }
.phone-verify-wait button { border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: var(--gold-bright); cursor: pointer; }
.phone-verify-help { margin-top: 18px; color: var(--muted); font-size: .66rem; line-height: 1.5; text-align: center; }
.phone-verify-help a { color: var(--gold-bright); }
.phone-verify-error { margin-bottom: 0; }
.phone-verify-success { display: grid; justify-items: center; gap: 8px; }
.phone-verify-success span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--success); border-radius: 50%; color: #a8ddc1; font-size: 1.4rem; }
.phone-verify-success strong { font: 500 1.65rem var(--serif); }
.phone-verify-success p { margin: 0; color: var(--muted); font-size: .72rem; }
@media (hover: none) and (pointer: coarse), (max-width: 640px) {
  .phone-verify-desktop { display: none; }
  .phone-verify-mobile { display: grid; }
  .phone-verify-manual { grid-template-columns: 1fr; }
}
@keyframes verifyPulse { 50% { opacity: .35; transform: scale(.8); } }

.reserve-footer { border-top: 1px solid var(--rule); padding: 24px 20px; color: var(--muted); text-align: center; font-size: .7rem; }
.reserve-footer a { color: var(--cream); }

@media (max-width: 900px) {
  .route-layout, .details-layout, .review-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; order: -1; }
  .vehicle-card { grid-template-columns: 190px minmax(0, 1fr); }
  .vehicle-price { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--rule); flex-direction: row; align-items: center; justify-content: space-between; text-align: left; padding: 16px 22px; }
}
@media (max-width: 620px) {
  .reserve-main, .reserve-nav-inner, .progress { width: min(100% - 24px, 1180px); }
  .reserve-main { padding-top: 30px; }
  .reserve-help span { display: none; }
  .reserve-help { display: none; }
  .reserve-nav-actions { gap: 8px; }
  .booking-account-trigger { max-width: 180px; }
  .booking-account-label small { display: none; }
  .progress-step { font-size: 0; padding: 12px 3px; text-align: center; }
  .progress-step span { font-size: .62rem; margin: 0; }
  .field-grid, .review-grid, .option-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: auto; }
  .vehicle-card { grid-template-columns: 1fr; }
  .vehicle-image { min-height: 190px; }
  .vehicle-image::after { background: linear-gradient(0deg, rgba(16,18,22,.6), transparent 45%); }
  .actions { align-items: stretch; flex-direction: column-reverse; }
  .actions .btn { width: 100%; }
  #v2-auth-signin { grid-template-columns: 1fr; align-items: stretch; }
  .v2-auth-providers { justify-content: stretch; }
  .v2-auth-provider { flex: 1 1 100%; }
}

