/* Luxury VIP Transfers Turkey — Customer App v1 */

:root {
  --navy: #102A43;
  --navy-dark: #0B1F35;
  --navy-soft: #243B53;
  --gold: #C9A227;
  --gold-light: #E7C75B;
  --ivory: #FCFAF5;
  --surface: #FFFFFF;
  --text: #1F2937;
  --muted: #667085;
  --line: #E5E7EB;
  --danger: #B42318;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(16, 42, 67, .12);
  --font-ui: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ivory);
  color: var(--text);
  font-family: var(--font-ui);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { width: 100%; }
.shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.hidden { display: none !important; }
.honeypot, .hidden-frame {
  position: absolute !important; width: 1px !important; height: 1px !important;
  overflow: hidden !important; opacity: 0 !important; pointer-events: none !important;
}
.skip-link {
  position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-160%);
  padding: 10px 14px; border-radius: 10px; background: #fff; color: var(--navy); font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 100; top: 0;
  border-bottom: 1px solid rgba(208, 213, 221, .7);
  background: rgba(252, 250, 245, .92); backdrop-filter: blur(18px);
}
.header-row { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; border-radius: 50%; box-shadow: 0 8px 20px rgba(11,31,53,.14); }
.brand span { display: grid; line-height: 1.1; }
.brand strong { color: var(--navy); font-size: 15px; }
.brand small { margin-top: 4px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.nav-link { padding: 10px 8px; color: #475467; font-size: 13px; font-weight: 700; }

.btn {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 20px; border: 1px solid transparent; border-radius: 14px;
  font-weight: 800; line-height: 1.2; text-align: center; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(201,162,39,.3); outline-offset: 2px;
}
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.btn-small { min-height: 43px; padding: 9px 15px; font-size: 12px; }
.btn-large { min-height: 56px; padding: 15px 23px; }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 11px 25px rgba(16,42,67,.18); }
.btn-primary:hover { background: var(--navy-soft); box-shadow: 0 15px 30px rgba(16,42,67,.24); }
.btn-light { border-color: #D0D5DD; background: #fff; color: var(--navy); }
.btn-light:hover { border-color: var(--navy); background: #F8FAFC; }
.btn-gold { background: var(--gold); color: var(--navy-dark); box-shadow: 0 14px 30px rgba(201,162,39,.24); }
.btn-outline-light { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.07); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.13); }

.hero {
  position: relative; overflow: hidden; padding: 86px 0 92px;
  background: linear-gradient(130deg, #0B1F35 0%, #102A43 52%, #173D61 100%); color: #fff;
}
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { top: -170px; left: -120px; width: 430px; height: 430px; background: radial-gradient(circle, rgba(201,162,39,.16), transparent 68%); }
.hero-orb-two { right: -170px; bottom: -230px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201,162,39,.11), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; align-items: center; grid-template-columns: .95fr 1.05fr; gap: 72px; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 9px; color: var(--gold);
  font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201,162,39,.13); }
.hero h1 {
  max-width: 690px; margin: 22px 0 24px; font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.045em;
}
.hero h1 em { display: block; color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 30px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i {
  display: inline-grid; width: 21px; height: 21px; place-items: center; border-radius: 50%;
  background: rgba(201,162,39,.14); color: var(--gold-light); font-style: normal;
}
.hero-visual { position: relative; min-height: 530px; }
.hero-image {
  position: absolute; inset: 32px 0 0 40px; overflow: hidden; border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px; background: var(--navy-soft); box-shadow: 0 36px 80px rgba(0,0,0,.28);
}
.hero-image > img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 43%, rgba(7,23,39,.76) 100%); }
.hero-seal {
  position: absolute; z-index: 3; top: 0; left: 0; display: grid; width: 126px; height: 126px; place-items: center;
  border: 1px solid rgba(201,162,39,.28); border-radius: 50%; background: rgba(11,31,53,.92);
  box-shadow: 0 24px 45px rgba(0,0,0,.26); backdrop-filter: blur(10px);
}
.hero-seal img { width: 106px; height: 106px; border-radius: 50%; }
.hero-caption { position: absolute; right: 25px; bottom: 23px; left: 25px; display: flex; align-items: center; gap: 13px; }
.hero-caption > span {
  display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center;
  border: 1px solid rgba(201,162,39,.34); border-radius: 50%; background: rgba(201,162,39,.13); color: var(--gold-light);
}
.hero-caption div { display: grid; gap: 2px; }
.hero-caption strong { font-size: 14px; }
.hero-caption small { color: rgba(255,255,255,.62); font-size: 11px; }

.trust-strip { position: relative; z-index: 5; margin-top: -26px; }
.trust-grid {
  display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff;
  box-shadow: 0 16px 46px rgba(16,42,67,.11); grid-template-columns: repeat(3,1fr);
}
.trust-grid article { display: flex; min-height: 98px; align-items: center; gap: 14px; padding: 22px 26px; }
.trust-grid article + article { border-left: 1px solid var(--line); }
.trust-icon {
  display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center;
  border-radius: 13px; background: #F8F1D6; color: #8A6A1D; font-size: 17px; font-weight: 800;
}
.trust-grid article div { display: grid; gap: 2px; }
.trust-grid strong { color: var(--navy); font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 11px; }

.booking-section { padding: 108px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 40px; }
.section-heading h2 {
  margin: 10px 0; color: var(--navy); font-family: var(--font-display);
  font-size: clamp(36px,4vw,52px); line-height: 1.08; letter-spacing: -.035em;
}
.section-heading p { max-width: 650px; margin: 0; color: var(--muted); }
.section-heading.centered { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.secure-note {
  display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; padding: 12px 16px;
  border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #475467;
  font-size: 11px; font-weight: 800; box-shadow: 0 6px 18px rgba(16,42,67,.06);
}
.secure-note span { color: #157347; }

.booking-app {
  display: grid; min-height: 720px; overflow: hidden; border: 1px solid rgba(208,213,221,.84);
  border-radius: 28px; background: #fff; box-shadow: var(--shadow); grid-template-columns: 310px minmax(0,1fr);
}
.booking-sidebar {
  position: relative; display: flex; flex-direction: column; padding: 32px 26px;
  background: linear-gradient(180deg,var(--navy),var(--navy-dark)); color: #fff;
}
.booking-sidebar::after {
  position: absolute; right: -100px; bottom: -90px; width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle,rgba(201,162,39,.13),transparent 68%); content: "";
}
.sidebar-brand { display: flex; align-items: center; gap: 12px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
.sidebar-brand img { width: 54px; height: 54px; border-radius: 50%; }
.sidebar-brand div { display: grid; }
.sidebar-brand strong { font-size: 13px; }
.sidebar-brand small { margin-top: 3px; color: rgba(255,255,255,.5); font-size: 10px; }
.steps-list { display: grid; gap: 20px; margin: 34px 0; padding: 0; list-style: none; }
.steps-list li { position: relative; display: grid; align-items: center; grid-template-columns: 38px 1fr; gap: 12px; color: rgba(255,255,255,.42); }
.steps-list li:not(:last-child)::after { position: absolute; top: 40px; bottom: -18px; left: 18px; width: 1px; background: rgba(255,255,255,.1); content: ""; }
.steps-list li > span {
  position: relative; z-index: 1; display: grid; width: 38px; height: 38px; place-items: center;
  border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.04); font-size: 11px; font-weight: 800;
}
.steps-list li div { display: grid; gap: 1px; }
.steps-list strong { font-size: 12px; }
.steps-list small { font-size: 10px; }
.steps-list li.active, .steps-list li.complete { color: #fff; }
.steps-list li.active > span { border-color: var(--gold); background: var(--gold); color: var(--navy-dark); box-shadow: 0 0 0 5px rgba(201,162,39,.12); }
.steps-list li.complete > span { border-color: rgba(201,162,39,.4); color: var(--gold-light); }
.sidebar-summary {
  position: relative; z-index: 2; margin-top: auto; padding: 19px;
  border: 1px solid rgba(201,162,39,.18); border-radius: 18px; background: rgba(255,255,255,.06);
}
.sidebar-summary small { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sidebar-summary p { margin: 8px 0 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.55; }
.booking-main { position: relative; min-width: 0; padding: 48px 52px 42px; }
.mobile-progress { display: none; }

.loading-panel, .error-panel, .success-panel {
  display: grid; min-height: 610px; align-content: center; justify-items: center; padding: 38px; text-align: center;
}
.loading-logo {
  position: relative; display: grid; width: 82px; height: 82px; place-items: center; margin-bottom: 20px;
  border-radius: 50%; background: #F8F1D6;
}
.loading-logo::after {
  position: absolute; inset: -7px; border: 2px solid transparent; border-top-color: var(--gold);
  border-radius: 50%; content: ""; animation: spin 1s linear infinite;
}
.loading-logo img { width: 62px; height: 62px; border-radius: 50%; }
.loading-panel h3, .error-panel h3 { margin: 0; color: var(--navy); font-family: var(--font-display); font-size: 26px; }
.loading-panel p, .error-panel p { max-width: 470px; margin: 8px 0 22px; color: var(--muted); }
.skeletons { display: grid; width: min(100%,470px); grid-template-columns: 1fr 1fr; gap: 14px; }
.skeletons i { height: 54px; border-radius: 14px; background: linear-gradient(90deg,#F2F4F7 25%,#fff 50%,#F2F4F7 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.error-mark {
  display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 18px;
  border-radius: 50%; background: #FDECEC; color: var(--danger); font-size: 23px; font-weight: 900;
}
.inline-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.form-step { display: none; min-height: 620px; animation: step-in .23s ease; }
.form-step.active { display: flex; flex-direction: column; }
.step-heading { margin-bottom: 29px; }
.step-heading > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.step-heading h3 { margin: 7px 0 8px; color: var(--navy); font-family: var(--font-display); font-size: clamp(30px,3vw,42px); line-height: 1.1; letter-spacing: -.03em; }
.step-heading p { margin: 0; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 19px; }
.field-full { grid-column: 1/-1; }
.field label, .field legend { display: block; margin-bottom: 8px; color: #344054; font-size: 12px; font-weight: 800; }
.field label span { color: #98A2B3; font-size: 10px; font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 54px; border: 1px solid #D0D5DD; border-radius: 14px;
  background: #fff; color: var(--text); transition: border-color .16s ease, box-shadow .16s ease;
}
.field input, .field textarea { padding: 13px 15px; }
.field select { appearance: none; padding: 13px 44px 13px 15px; cursor: pointer; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 4px rgba(16,42,67,.08); outline: 0; }
.field [aria-invalid="true"] { border-color: var(--danger); background: #FFFBFA; }
.select-wrap { position: relative; }
.select-wrap::after {
  position: absolute; top: 50%; right: 17px; width: 8px; height: 8px;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  content: ""; pointer-events: none; transform: translateY(-70%) rotate(45deg);
}
.field-error { min-height: 18px; margin: 5px 0 0; color: var(--danger); font-size: 11px; font-weight: 700; }
.field-hint { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.segmented { display: grid; padding: 5px; border: 1px solid var(--line); border-radius: 16px; background: #F7F9FB; grid-template-columns: 1fr 1fr; }
.segmented label { cursor: pointer; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { display: grid; min-height: 46px; place-items: center; border-radius: 11px; color: var(--muted); font-size: 12px; font-weight: 800; }
.segmented input:checked + span { background: #fff; color: var(--navy); box-shadow: 0 4px 14px rgba(16,42,67,.09); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-card {
  position: relative; display: flex !important; min-height: 82px; align-items: center; gap: 13px;
  margin: 0 !important; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer;
}
.choice-card:has(input:checked) { border-color: var(--navy); background: #F8FAFC; box-shadow: 0 0 0 3px rgba(16,42,67,.07); }
.choice-card input { position: absolute; opacity: 0; }
.choice-icon { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #F8F1D6; color: #8A6A1D; font-size: 17px; }
.choice-card > span:last-child { display: grid; gap: 2px; }
.choice-card strong { color: var(--navy); font-size: 12px; }
.choice-card small { color: var(--muted); font-size: 10px; font-weight: 500; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 34px; }
.single-action { justify-content: flex-end; }

.route-pill { display: inline-flex; align-self: flex-start; margin-bottom: 20px; padding: 9px 13px; border-radius: 999px; background: #F8F1D6; color: #7D6517; font-size: 11px; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.service-card {
  position: relative; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 20px;
  background: #fff; text-align: left; cursor: pointer; box-shadow: 0 6px 18px rgba(16,42,67,.05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.service-card:hover { transform: translateY(-2px); border-color: #98A2B3; box-shadow: 0 14px 30px rgba(16,42,67,.1); }
.service-card.selected { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(16,42,67,.08),0 16px 34px rgba(16,42,67,.12); }
.service-card.selected::after {
  position: absolute; z-index: 2; top: 11px; right: 11px; display: grid; width: 28px; height: 28px;
  place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-dark); content: "✓"; font-size: 12px; font-weight: 900;
}
.service-image { position: relative; height: 150px; overflow: hidden; background: #E9EEF3; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-capacity { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; background: rgba(11,31,53,.86); color: #fff; font-size: 9px; font-weight: 800; }
.service-copy { padding: 16px; }
.service-copy h4 { min-height: 43px; margin: 0 0 6px; color: var(--navy); font-size: 14px; line-height: 1.35; }
.service-copy p { min-height: 47px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.service-price { display: flex; align-items: end; justify-content: space-between; gap: 9px; margin-top: 14px; padding-top: 13px; border-top: 1px solid #F2F4F7; }
.service-price span { color: #98A2B3; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.service-price strong { color: var(--navy); font-family: var(--font-display); font-size: 24px; line-height: 1; }
.service-price strong.quote { color: #8A6A1D; font-family: var(--font-ui); font-size: 12px; }
.no-services { grid-column: 1/-1; padding: 30px; border: 1px dashed #D0D5DD; border-radius: 18px; background: #F9FAFB; text-align: center; }
.no-services strong { color: var(--navy); }
.no-services p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.vehicle-disclaimer { margin: 15px 0 0; padding: 13px 15px; border-radius: 13px; background: #F7F9FB; color: var(--muted); font-size: 10px; }

.last-minute { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding: 16px 18px; border: 1px solid #F6D98B; border-radius: 16px; background: #FFF9E8; }
.last-minute strong { color: #7D5700; font-size: 12px; }
.last-minute p { margin: 3px 0 0; color: #8A6A1D; font-size: 10px; }
.details-card { padding: 21px; border: 1px solid var(--line); border-radius: 20px; background: #FCFCFD; }
.details-card + .details-card { margin-top: 16px; }
.details-title { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.details-title > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; font-weight: 800; }
.details-title div { display: grid; }
.details-title strong { color: var(--navy); font-size: 13px; }
.details-title small { color: var(--muted); font-size: 10px; }

.review-layout { display: grid; align-items: start; grid-template-columns: minmax(0,1fr) 320px; gap: 24px; }
.contact-fields { display: grid; gap: 16px; }
.review-card { position: sticky; top: 104px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--ivory); }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.review-head span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.review-head strong { color: var(--navy); font-family: var(--font-display); font-size: 26px; }
.review-list { display: grid; gap: 12px; margin-top: 17px; }
.review-row { display: grid; gap: 3px; }
.review-row span { color: #98A2B3; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.review-row strong { color: #344054; font-size: 11px; line-height: 1.45; }
.policy-check { display: flex; align-items: flex-start; gap: 11px; margin-top: 20px; color: #475467; font-size: 11px; line-height: 1.55; cursor: pointer; }
.policy-check input { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 1px; accent-color: var(--navy); }
.submit-status, .submit-error { margin-top: 19px; padding: 16px; border-radius: 16px; }
.submit-status { display: flex; align-items: center; gap: 13px; border: 1px solid #D6E4F0; background: #F2F7FB; }
.submit-status > i { width: 28px; height: 28px; border: 3px solid #D6E4F0; border-top-color: var(--navy); border-radius: 50%; animation: spin .8s linear infinite; }
.submit-status div { display: grid; }
.submit-status strong { color: var(--navy); font-size: 12px; }
.submit-status p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.submit-error { border: 1px solid #F7C8C4; background: #FDECEC; color: #8F1D14; font-size: 11px; font-weight: 700; }

.success-panel { min-height: 620px; }
.success-mark { display: grid; width: 74px; height: 74px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: #EAF7EF; color: #157347; font-size: 30px; font-weight: 900; box-shadow: 0 0 0 10px rgba(21,115,71,.06); }
.success-panel h3 { margin: 8px 0 10px; color: var(--navy); font-family: var(--font-display); font-size: 38px; letter-spacing: -.03em; }
.success-panel > p { max-width: 560px; margin: 0; color: var(--muted); }
.reference-card { display: grid; min-width: 280px; gap: 3px; margin: 24px 0; padding: 15px 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--ivory); }
.reference-card span { color: #98A2B3; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reference-card strong { color: var(--navy); font-size: 20px; }
.success-steps { display: grid; width: min(100%,650px); margin: 4px 0 24px; gap: 10px; text-align: left; }
.success-steps article { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.success-steps article > span { display: grid; flex: 0 0 auto; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: #F8F1D6; color: #8A6A1D; font-size: 10px; font-weight: 800; }
.success-steps div { display: grid; }
.success-steps strong { color: var(--navy); font-size: 11px; }
.success-steps small { color: var(--muted); font-size: 9px; }

.benefits-section { padding: 102px 0; background: #fff; }
.benefits-grid { display: grid; margin-top: 46px; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefits-grid article { position: relative; min-height: 285px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(16,42,67,.06); }
.benefits-grid article.featured { border-color: rgba(201,162,39,.34); background: linear-gradient(145deg,var(--navy),#173D61); color: #fff; transform: translateY(-12px); }
.card-number { position: absolute; top: 20px; right: 24px; color: var(--line); font-family: var(--font-display); font-size: 40px; }
.featured .card-number { color: rgba(255,255,255,.1); }
.benefits-grid article > i { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 46px; border-radius: 15px; background: #F8F1D6; color: #8A6A1D; font-size: 19px; font-style: normal; }
.benefits-grid .featured > i { background: rgba(201,162,39,.16); color: var(--gold-light); }
.benefits-grid h3 { margin: 0 0 10px; color: var(--navy); font-size: 17px; }
.benefits-grid .featured h3 { color: #fff; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.benefits-grid .featured p { color: rgba(255,255,255,.64); }

.fleet-section { padding: 110px 0; }
.fleet-grid { display: grid; align-items: center; grid-template-columns: .9fr 1.08fr .9fr; gap: 18px; }
.fleet-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(16,42,67,.07); }
.fleet-card.main { transform: translateY(-12px); box-shadow: 0 24px 54px rgba(16,42,67,.13); }
.fleet-image { position: relative; height: 230px; overflow: hidden; background: #E9EEF3; }
.fleet-card.main .fleet-image { height: 280px; }
.fleet-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fleet-card:hover img { transform: scale(1.035); }
.fleet-image span { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(11,31,53,.86); color: #fff; font-size: 9px; font-weight: 800; }
.fleet-copy { padding: 22px; }
.fleet-copy small { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fleet-copy h3 { margin: 6px 0 7px; color: var(--navy); font-family: var(--font-display); font-size: 24px; }
.fleet-copy p { margin: 0; color: var(--muted); font-size: 11px; }

.how-section { padding: 104px 0; overflow: hidden; background: radial-gradient(circle at 12% 30%,rgba(201,162,39,.14),transparent 25%),linear-gradient(135deg,var(--navy-dark),var(--navy)); color: #fff; }
.how-grid { display: grid; align-items: center; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.section-kicker.light { color: var(--gold-light); }
.how-copy h2 { margin: 12px 0 16px; font-family: var(--font-display); font-size: clamp(38px,4vw,54px); line-height: 1.05; letter-spacing: -.035em; }
.how-copy p { max-width: 460px; margin: 0 0 28px; color: rgba(255,255,255,.64); }
.how-steps { display: grid; gap: 10px; }
.how-steps article { display: grid; align-items: start; padding: 18px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.05); grid-template-columns: 38px 1fr; gap: 14px; }
.how-steps article > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(201,162,39,.28); border-radius: 50%; background: rgba(201,162,39,.12); color: var(--gold-light); font-size: 11px; font-weight: 800; }
.how-steps strong { font-size: 13px; }
.how-steps p { margin: 3px 0 0; color: rgba(255,255,255,.56); font-size: 10px; }

.contact-section { padding: 92px 0; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 42px 48px; border: 1px solid rgba(201,162,39,.24); border-radius: 26px; background: linear-gradient(120deg,#fff 0%,var(--ivory) 64%,#F8F1D6 100%); box-shadow: 0 22px 54px rgba(16,42,67,.09); }
.contact-card h2 { margin: 8px 0; color: var(--navy); font-family: var(--font-display); font-size: 36px; letter-spacing: -.03em; }
.contact-card p { margin: 0; color: var(--muted); }

.site-footer { padding: 64px 0 24px; background: var(--navy-dark); color: #fff; }
.footer-grid { display: grid; padding-bottom: 42px; grid-template-columns: 1.4fr .6fr 1fr; gap: 70px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 70px; height: 70px; border-radius: 50%; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 15px; }
.footer-brand p { margin: 4px 0 0; color: rgba(255,255,255,.5); font-size: 11px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 4px; color: var(--gold-light); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.6); font-size: 11px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.4); font-size: 9px; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shimmer { to { background-position: -200% 0; } }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1080px) {
  .desktop-only { display: none; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 44px; }
  .hero-visual { min-height: 460px; }
  .booking-app { grid-template-columns: 260px minmax(0,1fr); }
  .booking-main { padding: 42px 34px 38px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-layout { grid-template-columns: minmax(0,1fr) 280px; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 32px, 720px); }
  .header-row { min-height: 72px; }
  .header-actions .btn-light { display: none; }
  .hero { padding: 58px 0 76px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(100%,620px); min-height: 420px; margin-inline: auto; }
  .hero-image { inset: 24px 0 0 24px; }
  .hero-seal { width: 104px; height: 104px; }
  .hero-seal img { width: 88px; height: 88px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .booking-section, .benefits-section, .fleet-section { padding: 82px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .booking-app { display: block; }
  .booking-sidebar { display: none; }
  .booking-main { padding: 30px 26px 28px; }
  .mobile-progress { display: grid; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 10px; font-weight: 800; }
  .mobile-progress > div { height: 5px; overflow: hidden; border-radius: 999px; background: #EAECF0; }
  .mobile-progress i { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--gold); transition: width .22s ease; }
  .form-step { min-height: 0; }
  .review-layout { grid-template-columns: 1fr; }
  .review-card { position: static; }
  .benefits-grid, .fleet-grid { grid-template-columns: 1fr; }
  .benefits-grid article.featured, .fleet-card.main { transform: none; }
  .fleet-card.main .fleet-image { height: 230px; }
  .how-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 78px; }
  .shell { width: min(100% - 24px,560px); }
  .site-header .shell { width: min(100% - 20px,560px); }
  .brand img { width: 44px; height: 44px; }
  .brand strong { max-width: 118px; font-size: 11px; }
  .brand small { font-size: 8px; }
  .header-actions .btn-primary { min-height: 41px; padding: 9px 12px; font-size: 10px; }
  .hero { padding: 46px 0 62px; }
  .hero h1 { margin-top: 18px; font-size: clamp(42px,13vw,58px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { display: grid; width: fit-content; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 330px; }
  .hero-image { inset: 18px 0 0 14px; border-radius: 24px; }
  .hero-seal { width: 86px; height: 86px; }
  .hero-seal img { width: 72px; height: 72px; }
  .hero-caption { right: 16px; bottom: 15px; left: 16px; }
  .hero-caption small { display: none; }
  .trust-strip { margin-top: -18px; }
  .trust-grid article { min-height: 84px; padding: 17px 18px; }
  .booking-section, .benefits-section, .fleet-section { padding: 70px 0; }
  .section-heading h2 { font-size: 36px; }
  .secure-note { align-self: stretch; justify-content: center; }
  .booking-app { margin-inline: 0; border-radius: 22px; }
  .booking-main { padding: 24px 18px 22px; }
  .loading-panel, .error-panel, .success-panel { min-height: 520px; padding: 24px 10px; }
  .step-heading { margin-bottom: 24px; }
  .step-heading h3 { font-size: 32px; }
  .field-grid, .choice-grid, .service-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 74px; }
  .service-card { display: grid; grid-template-columns: 132px minmax(0,1fr); }
  .service-image { height: auto; min-height: 176px; }
  .service-copy { padding: 14px; }
  .service-copy h4, .service-copy p { min-height: 0; }
  .service-copy p { margin-bottom: 10px; }
  .service-price { align-items: start; flex-direction: column; }
  .step-actions { display: grid; grid-template-columns: .78fr 1.22fr; }
  .single-action { display: flex; justify-content: flex-end; }
  .step-actions .btn { width: 100%; padding-inline: 12px; font-size: 11px; }
  .last-minute { align-items: stretch; flex-direction: column; }
  .details-card { padding: 17px; }
  .success-panel h3 { font-size: 33px; }
  .reference-card { min-width: 0; width: 100%; }
  .inline-actions { display: grid; width: 100%; }
  .benefits-grid article { min-height: 250px; padding: 24px; }
  .benefits-grid article > i { margin-bottom: 34px; }
  .fleet-image, .fleet-card.main .fleet-image { height: 215px; }
  .how-section { padding: 78px 0; }
  .how-copy h2 { font-size: 40px; }
  .contact-section { padding: 68px 0; }
  .contact-card { padding: 30px 24px; }
  .contact-card h2 { font-size: 32px; }
  .contact-card .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* v1.1 polish: gallery, tighter mobile booking, refined footer */

.gallery-open { overflow: hidden; }

.service-card {
  cursor: default;
}

.service-select {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.service-gallery-link,
.gallery-link {
  display: flex;
  width: calc(100% - 30px);
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 15px 15px;
  padding: 8px 11px;
  border: 1px solid #E5E7EB;
  border-radius: 11px;
  background: #F8FAFC;
  color: #102A43;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.service-gallery-link:hover,
.gallery-link:hover {
  border-color: #102A43;
  background: #fff;
  transform: translateY(-1px);
}

.service-gallery-link span,
.gallery-link span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  padding-inline: 5px;
  border-radius: 999px;
  background: #F8F1D6;
  color: #8A6A1D;
  font-size: 9px;
}

.gallery-link {
  width: 100%;
  margin: 17px 0 0;
}

.gallery-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(4, 16, 28, .82);
  cursor: zoom-out;
  backdrop-filter: blur(10px);
}

.gallery-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1050px, 100%);
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: #0B1F35;
  color: #fff;
  box-shadow: 0 38px 100px rgba(0,0,0,.42);
}

.gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.gallery-header h2 {
  margin: 4px 0 1px;
  font-family: var(--font-display);
  font-size: 27px;
  letter-spacing: -.025em;
}

.gallery-header p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 10px;
}

.gallery-close {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.gallery-stage {
  position: relative;
  display: grid;
  min-height: min(62vh, 630px);
  place-items: center;
  overflow: hidden;
  background: #071726;
  touch-action: pan-y;
}

.gallery-stage > img {
  width: 100%;
  height: min(62vh, 630px);
  object-fit: contain;
}

.gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(11,31,53,.72);
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }

.gallery-counter {
  position: absolute;
  right: 17px;
  bottom: 15px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11,31,53,.78);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.gallery-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 13px 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  scrollbar-width: thin;
}

.gallery-thumbnail {
  flex: 0 0 76px;
  height: 54px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 9px;
  background: #173D61;
  opacity: .58;
  cursor: pointer;
}

.gallery-thumbnail.active {
  border-color: #E7C75B;
  opacity: 1;
}

.gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-note {
  margin: 0;
  padding: 0 20px 15px;
  color: rgba(255,255,255,.46);
  font-size: 9px;
  text-align: center;
}

.footer-links a[href^="mailto"] {
  overflow-wrap: anywhere;
}

.footer-bottom > div {
  display: grid;
  gap: 4px;
}

.build-credit {
  align-self: end;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  text-underline-offset: 3px;
}

.build-credit:hover,
.build-credit:focus-visible {
  color: rgba(255,255,255,.78);
  text-decoration: underline;
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 36px, 560px);
  }

  .site-header .shell {
    width: min(100% - 28px, 560px);
  }

  .booking-app {
    margin-inline: 0;
  }

  .booking-main {
    padding: 20px 14px 18px;
  }

  .mobile-progress {
    margin-bottom: 21px;
  }

  .step-heading {
    margin-bottom: 19px;
  }

  .step-heading h3 {
    font-size: 29px;
  }

  .step-heading p {
    font-size: 13px;
  }

  .field-grid,
  .contact-fields {
    gap: 14px;
  }

  .field input,
  .field select {
    min-height: 51px;
  }

  .field textarea {
    min-height: 112px;
  }

  .details-card {
    padding: 15px;
  }

  .details-title {
    margin-bottom: 14px;
  }

  .step-actions {
    padding-top: 24px;
  }

  .policy-check {
    margin-top: 15px;
  }

  .service-card {
    display: block;
  }

  .service-select {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .service-image {
    min-height: 168px;
  }

  .service-gallery-link {
    width: calc(100% - 24px);
    margin: 0 12px 12px;
  }

  .gallery-modal {
    align-items: end;
    padding: 0;
  }

  .gallery-dialog {
    width: 100%;
    max-height: 94dvh;
    border-radius: 24px 24px 0 0;
  }

  .gallery-header {
    padding: 15px 16px;
  }

  .gallery-header h2 {
    font-size: 24px;
  }

  .gallery-stage {
    min-height: 48vh;
  }

  .gallery-stage > img {
    height: 48vh;
  }

  .gallery-arrow {
    width: 42px;
    height: 42px;
  }

  .gallery-prev { left: 9px; }
  .gallery-next { right: 9px; }

  .gallery-thumbnails {
    padding: 11px 14px;
  }

  .gallery-thumbnail {
    flex-basis: 68px;
    height: 50px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 32px 18px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-links a {
    font-size: 10px;
  }

  .footer-bottom {
    gap: 11px;
  }

  .build-credit {
    align-self: start;
  }
}

@media (max-width: 360px) {
  .shell {
    width: min(100% - 28px, 340px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}


/* v1.2 final mobile polish */

.section-heading {
  align-items: flex-start;
}

.section-heading > div:first-child {
  max-width: 760px;
}

/* Empty validation placeholders should not reserve visual space. */
.field-error:empty {
  display: none;
}

.field-error:not(:empty) {
  min-height: 0;
  margin-top: 6px;
}

/* Booking vehicle cards: balanced, tighter and equal-height. */
.service-grid {
  align-items: stretch;
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  cursor: pointer;
}

.service-card:focus-visible {
  outline: 3px solid rgba(201,162,39,.3);
  outline-offset: 3px;
}

.service-card.selected::after {
  pointer-events: none;
}

.service-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.service-copy h4 {
  min-height: 43px;
}

.service-copy p {
  min-height: 47px;
}

.service-price {
  margin-top: auto;
}

.service-gallery-link {
  width: 100%;
  min-height: 40px;
  justify-content: center;
  margin: 13px 0 0;
  padding: 9px 11px;
}

.service-gallery-link span,
.gallery-link span {
  display: none;
}

.gallery-link {
  justify-content: center;
}

/* Mobile first screen: keep the luxury look, but bring the vehicle image closer. */
@media (max-width: 620px) {
  .hero {
    padding: 34px 0 38px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero h1 {
    margin: 15px 0 17px;
    font-size: clamp(40px, 12vw, 52px);
    line-height: .98;
  }

  .hero-lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 23px;
  }

  .hero-trust {
    gap: 11px;
    margin-top: 20px;
  }

  .hero-visual {
    min-height: 292px;
    margin-top: 0;
  }

  .hero-image {
    inset: 8px 0 0 8px;
  }

  .hero-seal {
    top: -4px;
    left: -3px;
  }

  .hero-caption {
    bottom: 12px;
  }

  .trust-strip {
    margin-top: -12px;
  }

  .booking-section {
    padding-top: 58px;
  }

  .section-heading {
    margin-bottom: 25px;
  }

  .booking-main {
    padding: 18px 12px 16px;
  }

  .mobile-progress {
    gap: 7px;
    margin-bottom: 17px;
  }

  .step-heading {
    margin-bottom: 16px;
  }

  .step-heading h3 {
    margin: 5px 0 6px;
  }

  .field-grid,
  .contact-fields {
    gap: 12px;
  }

  .field label,
  .field legend {
    margin-bottom: 6px;
  }

  .choice-grid {
    gap: 10px;
  }

  .choice-card {
    min-height: 68px;
    padding: 12px;
  }

  .segmented {
    padding: 4px;
  }

  .segmented span {
    min-height: 42px;
  }

  .details-card {
    padding: 14px;
  }

  .details-title {
    margin-bottom: 12px;
  }

  .step-actions {
    padding-top: 19px;
  }

  .policy-check {
    margin-top: 13px;
  }

  .review-card {
    padding: 18px;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card {
    display: grid;
    min-height: 235px;
    grid-template-columns: 39% minmax(0, 61%);
  }

  .service-image {
    height: 100%;
    min-height: 235px;
  }

  .service-copy {
    min-height: 235px;
    padding: 15px 14px;
  }

  .service-copy h4 {
    min-height: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .service-copy p {
    min-height: 0;
    margin-bottom: 9px;
  }

  .service-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    margin-top: auto;
    padding-top: 10px;
  }

  .service-price strong {
    font-size: 26px;
  }

  .service-gallery-link {
    min-height: 39px;
    margin-top: 10px;
    padding: 8px 9px;
    font-size: 9px;
  }

  .vehicle-disclaimer {
    margin-top: 11px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(38px, 11.5vw, 47px);
  }

  .hero-visual {
    min-height: 270px;
  }

  .service-card {
    grid-template-columns: 37% minmax(0, 63%);
  }

  .service-copy {
    padding-inline: 12px;
  }
}


/* v1.2.1 — iPhone date/time overflow fix
   Safari gives native date/time inputs a large intrinsic width.
   These rules allow every grid item and native control to shrink
   inside the travel-details card without removing the native picker. */

.field,
.field-grid,
.field-grid > .field,
.details-card,
.details-card .field-grid,
.details-card .field {
  min-width: 0;
  max-width: 100%;
}

.field input,
.field select,
.field textarea,
.field input[type="date"],
.field input[type="time"] {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  inline-size: 100%;
  box-sizing: border-box;
}

@media (max-width: 620px) {
  .details-card {
    overflow: hidden;
  }

  .details-card .field-grid {
    width: 100%;
  }

  .field input[type="date"],
  .field input[type="time"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}


/* v1.2.2 — definitive iOS date/time containment fix
   On iPhone, a CSS Grid track can still honour the native date/time
   control's intrinsic width. Use a zero-minimum track everywhere and
   switch the travel-detail fields to a simple block flow on iOS. */

@media (max-width: 620px) {
  .field-grid,
  .details-card .field-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .details-card .field,
  .details-card input[type="date"],
  .details-card input[type="time"] {
    min-inline-size: 0;
    max-inline-size: 100%;
  }
}

/* iOS Safari / all iOS browsers */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 620px) {
    .details-card .field-grid {
      display: block;
      width: 100%;
      min-width: 0;
    }

    .details-card .field {
      display: block;
      width: 100%;
      min-width: 0;
      max-width: 100%;
    }

    .details-card .field + .field {
      margin-top: 12px;
    }

    .details-card input[type="date"],
    .details-card input[type="time"] {
      display: block;
      width: -webkit-fill-available;
      min-width: 0;
      max-width: -webkit-fill-available;
      inline-size: -webkit-fill-available;
      margin: 0;
      color: var(--text);
    }
  }
}


/* v1.3 — final fleet folders and 6–7 passenger guidance */
.capacity-guidance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid #E7D79B;
  border-radius: 16px;
  background: #FFF9E8;
}
.capacity-guidance div { display: grid; gap: 3px; }
.capacity-guidance strong { color: #6F5714; font-size: 12px; }
.capacity-guidance p { margin: 0; color: #7D6517; font-size: 10px; line-height: 1.55; }
.capacity-guidance .btn { flex: 0 0 auto; min-height: 42px; padding: 9px 13px; font-size: 10px; }
@media (max-width: 620px) {
  .capacity-guidance { align-items: stretch; flex-direction: column; margin-bottom: 13px; padding: 14px; }
  .capacity-guidance .btn { width: 100%; }
}


/* v1.4 — client review changes */

.wa-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #25D366;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-showcase {
  padding: 34px 0 42px;
}

.hero-showcase .shell {
  position: relative;
  z-index: 2;
}

.hero-slideshow {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 7.2;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  background: #071726;
  box-shadow: 0 34px 80px rgba(0,0,0,.3);
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: scale(1.001);
  transition: opacity .28s ease, transform 5s ease;
}

.hero-slide-image.is-changing {
  opacity: .12;
  transform: scale(1.018);
}

.hero-intro-logo {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  animation: hero-logo-intro 2.35s ease forwards;
}

.hero-intro-logo::before {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(201,162,39,.28);
  border-radius: 50%;
  background: rgba(7,23,38,.72);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
  content: "";
  backdrop-filter: blur(12px);
}

.hero-intro-logo img {
  position: relative;
  z-index: 1;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  box-shadow: 0 12px 40px rgba(0,0,0,.24);
}

.hero-slide-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(7,23,38,.58);
  color: #fff;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition: background .16s ease, transform .16s ease;
}

.hero-slide-arrow:hover {
  background: rgba(7,23,38,.82);
}

.hero-slide-prev { left: 20px; }
.hero-slide-next { right: 20px; }

.hero-showcase .hero-caption {
  z-index: 5;
  right: auto;
  max-width: calc(100% - 190px);
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: rgba(7,23,38,.5);
  backdrop-filter: blur(10px);
}

.hero-slide-dots {
  position: absolute;
  z-index: 5;
  right: 26px;
  bottom: 27px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-slide-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.46);
  cursor: pointer;
  transition: width .18s ease, border-radius .18s ease, background .18s ease;
}

.hero-slide-dots button.active {
  width: 25px;
  border-radius: 999px;
  background: var(--gold-light);
}

.journey-intro {
  padding: 76px 0 72px;
  background: var(--ivory);
}

.journey-intro-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.12fr .88fr;
  gap: 70px;
}

.journey-intro-copy h1 {
  margin: 17px 0 20px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(46px, 5.4vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.journey-intro-copy h1 em {
  display: block;
  color: var(--gold);
  font-style: normal;
}

.journey-intro-copy > p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.journey-intro-actions {
  padding: 30px;
  border: 1px solid rgba(201,162,39,.23);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16,42,67,.09);
}

.journey-intro-actions .hero-actions {
  display: grid;
  margin-top: 0;
  grid-template-columns: 1fr;
}

.journey-intro-actions .hero-trust {
  display: grid;
  gap: 13px;
  margin-top: 24px;
  color: #475467;
}

.journey-intro-actions .hero-trust i {
  background: #F8F1D6;
  color: #8A6A1D;
}

.selected-vehicle-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 13px 14px;
  border: 1px solid rgba(201,162,39,.35);
  border-radius: 18px;
  background: linear-gradient(120deg,#fff 0%,#FFFBED 100%);
  box-shadow: 0 12px 30px rgba(16,42,67,.09);
}

.selected-vehicle-info {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.selected-vehicle-info img {
  width: 60px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 11px;
  object-fit: cover;
  background: #E9EEF3;
}

.selected-vehicle-info div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.selected-vehicle-info span {
  color: #8A6A1D;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.selected-vehicle-info strong {
  overflow: hidden;
  color: var(--navy);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-vehicle-info small {
  color: var(--muted);
  font-size: 10px;
}

.step-two-actions {
  justify-content: space-between;
  align-items: center;
}

.capacity-guidance .btn,
.last-minute .btn,
.contact-card .btn,
.inline-actions .whatsapp-link {
  gap: 8px;
}

@keyframes hero-logo-intro {
  0% { opacity: 0; transform: scale(.88); }
  18% { opacity: 1; transform: scale(1); }
  62% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.06); visibility: hidden; }
}

@media (max-width: 860px) {
  .hero-showcase {
    padding: 24px 0 30px;
  }

  .hero-slideshow {
    aspect-ratio: 4 / 3;
    border-radius: 26px;
  }

  .journey-intro {
    padding: 66px 0 62px;
  }

  .journey-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .journey-intro-copy {
    text-align: center;
  }

  .journey-intro-copy .eyebrow,
  .journey-intro-copy > p {
    justify-content: center;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  body.has-selected-vehicle {
    padding-bottom: 104px;
  }

  .hero-showcase {
    padding: 14px 0 20px;
  }

  .hero-showcase .shell {
    width: min(100% - 20px, 560px);
  }

  .hero-slideshow {
    aspect-ratio: 4 / 3.35;
    border-radius: 22px;
  }

  .hero-slide-image {
    object-position: center;
  }

  .hero-intro-logo::before {
    width: 154px;
    height: 154px;
  }

  .hero-intro-logo img {
    width: 118px;
    height: 118px;
  }

  .hero-slide-arrow {
    width: 40px;
    height: 40px;
    font-size: 29px;
  }

  .hero-slide-prev { left: 10px; }
  .hero-slide-next { right: 10px; }

  .hero-showcase .hero-caption {
    right: 13px;
    bottom: 13px;
    left: 13px;
    max-width: none;
    padding: 10px 11px;
  }

  .hero-showcase .hero-caption > span {
    width: 36px;
    height: 36px;
  }

  .hero-slide-dots {
    top: 14px;
    right: 14px;
    bottom: auto;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(7,23,38,.42);
    backdrop-filter: blur(8px);
  }

  .journey-intro {
    padding: 52px 0 48px;
  }

  .journey-intro-grid {
    gap: 25px;
  }

  .journey-intro-copy h1 {
    margin: 14px 0 16px;
    font-size: clamp(40px, 12vw, 53px);
  }

  .journey-intro-copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .journey-intro-actions {
    padding: 18px;
    border-radius: 20px;
  }

  .journey-intro-actions .hero-actions {
    gap: 10px;
  }

  .journey-intro-actions .hero-actions .btn {
    width: 100%;
  }

  .journey-intro-actions .hero-trust {
    width: 100%;
    margin-top: 18px;
  }

  .selected-vehicle-panel {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    margin: 0;
    padding: 10px;
    border-radius: 17px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 20px 55px rgba(7,23,38,.24);
    backdrop-filter: blur(16px);
  }

  .selected-vehicle-info {
    gap: 9px;
  }

  .selected-vehicle-info img {
    width: 51px;
    height: 46px;
  }

  .selected-vehicle-info strong {
    max-width: 135px;
    font-size: 11px;
  }

  .selected-vehicle-info small {
    font-size: 9px;
  }

  .selected-vehicle-panel .btn {
    min-height: 47px;
    flex: 0 0 auto;
    padding: 10px 15px;
    font-size: 11px;
  }

  .step-two-actions {
    padding-bottom: 4px;
    gap: 12px;
  }

  .step-two-actions .btn {
    flex: 1 1 0;
  }
}

@media (max-width: 390px) {
  .selected-vehicle-info strong {
    max-width: 110px;
  }

  .selected-vehicle-info span {
    font-size: 8px;
  }

  .selected-vehicle-panel .btn {
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-intro-logo {
    animation: none;
    opacity: 0;
    visibility: hidden;
  }
}
