:root {
  --ink: #102019;
  --paper: #f3f1e9;
  --white: #fffefa;
  --mint: #82dda9;
  --mint-bright: #a5efc1;
  --line: rgba(16, 32, 25, .14);
  --muted: #66736d;
  --shadow: 0 28px 80px rgba(8, 22, 16, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { max-width: 100%; display: block; }
main { min-height: 70vh; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 110px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #426052; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--mint-bright); }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.15); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 195px; }
.brand-mark { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font: italic 17px var(--serif); }
.brand-copy strong { display: block; font: 500 22px var(--serif); letter-spacing: .01em; }
.brand-copy small { display: block; margin-top: 1px; color: rgba(255,255,255,.64); font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.desktop-nav a { color: rgba(255,255,255,.76); transition: color .2s; }
.desktop-nav a:hover { color: var(--mint-bright); }
.header-contact { display: flex; align-items: center; gap: 16px; }
.header-phone { font-size: 12px; color: rgba(255,255,255,.72); }
.header-book { padding: 12px 18px; border-radius: 999px; background: var(--mint); color: var(--ink); font-size: 12px; font-weight: 700; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-size: 13px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 36px; width: 220px; padding: 18px; border-radius: 16px; display: grid; gap: 14px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }

.hero { min-height: 940px; position: relative; overflow: hidden; color: white; background: linear-gradient(90deg, rgba(10,25,19,.96), rgba(10,25,19,.84) 42%, rgba(10,25,19,.42)), url("https://misterridegroup.com/video/limousine-poster.jpg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 35%, transparent, rgba(5,15,11,.22) 60%, rgba(5,15,11,.62)); pointer-events: none; }
.hero-noise { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; }
.hero-grid { position: relative; z-index: 2; min-height: 940px; padding: 148px 0 70px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: center; gap: 72px; }
.hero-copy { padding-bottom: 30px; }
.hero h1 { margin: 27px 0; font: 400 clamp(60px, 6vw, 104px)/.9 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--mint-bright); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 51px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: transform .22s, background .22s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-outline-light { border: 1px solid rgba(255,255,255,.42); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.light-link { color: rgba(255,255,255,.84); }
.trust-row { margin-top: 70px; display: flex; flex-wrap: wrap; gap: 21px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.66); font-size: 11px; }
.trust-row span::before { content: "✓"; color: var(--mint-bright); }

.booking-shell { overflow: hidden; background: rgba(255,254,250,.97); color: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: 24px; box-shadow: 0 35px 110px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.booking-top { padding: 24px 26px 20px; border-bottom: 1px solid var(--line); }
.booking-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.booking-title-row h2 { margin: 0; font: 400 30px var(--serif); letter-spacing: -.035em; }
.booking-title-row p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.availability { display: inline-flex; align-items: center; gap: 7px; color: #2e6549; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.availability::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #53c882; box-shadow: 0 0 0 5px rgba(83,200,130,.13); }
.booking-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 20px; }
.progress-step { position: relative; display: flex; align-items: center; gap: 8px; color: #9aa39e; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.progress-step::after { content: ""; height: 1px; position: absolute; left: 26px; right: 8px; top: 10px; z-index: 0; background: #d8ddd8; }
.progress-step:last-child::after { display: none; }
.progress-step span { position: relative; z-index: 1; width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #cfd6d1; border-radius: 50%; background: var(--white); font-size: 8px; }
.progress-step strong { position: relative; z-index: 1; padding-right: 7px; background: var(--white); font-weight: 700; }
.progress-step.active { color: var(--ink); }
.progress-step.active span { border-color: var(--ink); background: var(--ink); color: white; }
.progress-step.done { color: #3b7958; }
.progress-step.done span { border-color: #70c28f; background: #e6f5eb; color: #32704f; }
.trip-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 20px; padding: 5px; background: #ebece6; border-radius: 12px; }
.trip-tab { padding: 9px 8px; border: 0; border-radius: 8px; color: #68746e; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.trip-tab.active { color: var(--ink); background: white; box-shadow: 0 2px 12px rgba(22,40,31,.08); }
.booking-body { display: grid; grid-template-columns: 1.08fr .92fr; }
.booking-form { padding: 20px 22px 22px; }
.booking-step { animation: booking-in .28s ease; }
@keyframes booking-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.booking-step > .trip-tabs { margin: 0 0 17px; }
.field { margin-bottom: 13px; }
.field label { display: block; margin-bottom: 7px; color: #6d7772; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-control { min-height: 46px; width: 100%; padding: 0 13px; border: 1px solid #d9ddd8; border-radius: 10px; color: var(--ink); background: white; outline: none; font-size: 12px; }
.field-control:focus { border-color: #73b88e; box-shadow: 0 0 0 3px rgba(115,184,142,.12); }
.field-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.route-fields { position: relative; }
.route-field { position: relative; }
.route-field .field-control { padding-left: 38px; }
.route-marker { position: absolute; z-index: 2; left: 14px; bottom: 17px; width: 11px; height: 11px; border-radius: 50%; border: 3px solid var(--ink); }
.destination-marker { border-radius: 2px; border-color: #4baa70; }
.route-connector { position: absolute; z-index: 2; left: 19px; top: 68px; height: 30px; border-left: 1px dashed #a8b4ad; }
.address-autocomplete { z-index: 12; }
.address-autocomplete:focus-within { z-index: 20; }
.address-loading { position: absolute; right: 14px; bottom: 16px; width: 13px; height: 13px; border: 2px solid #d4ddd7; border-top-color: #3d8a5d; border-radius: 50%; animation: address-spin .7s linear infinite; }
@keyframes address-spin { to { transform: rotate(360deg); } }
.address-suggestions { position: absolute; z-index: 80; top: calc(100% - 2px); left: 0; right: 0; overflow: hidden; padding: 7px; border: 1px solid #d7ddd8; border-radius: 13px; background: rgba(255,254,250,.99); box-shadow: 0 20px 45px rgba(10,30,20,.18); }
.suggestions-kicker { display: block; padding: 5px 9px 7px; color: #7a8580; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.address-suggestion { width: 100%; padding: 9px; display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 8px; border: 0; border-radius: 9px; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.address-suggestion:hover, .address-suggestion[aria-selected="true"] { background: #edf5ef; }
.suggestion-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #337453; background: #e1f2e7; font-size: 14px; }
.address-suggestion strong { display: block; overflow: hidden; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.address-suggestion small { display: block; overflow: hidden; margin-top: 3px; color: #75817a; font-size: 8px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.class-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.class-option { padding: 10px 11px; border: 1px solid #dde1dc; border-radius: 10px; background: white; color: #5c6962; text-align: left; cursor: pointer; font-size: 10px; }
.class-option strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 11px; }
.class-option.active { border-color: #5ab27e; background: #edf8f1; }
.quote-row { margin: 15px 0 14px; padding-top: 14px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.quote-row span { color: var(--muted); font-size: 10px; }
.quote-row strong { font: 400 16px var(--serif); }
.booking-submit { width: 100%; }
.booking-submit:disabled { background: #cfd4d0; color: #7a837f; cursor: not-allowed; transform: none; }
.vehicle-picker { display: grid; gap: 15px; }
.vehicle-choice { width: 100%; min-height: 94px; padding: 10px; display: grid; grid-template-columns: 122px 1fr; align-items: center; gap: 16px; border: 1px solid #dfe3df; border-radius: 14px; background: white; text-align: left; cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.vehicle-choice:hover { transform: translateY(-1px); border-color: #94b8a3; }
.vehicle-choice.active { border-color: #54ad78; background: #eef8f1; box-shadow: 0 0 0 2px rgba(84,173,120,.1); }
.vehicle-choice img { width: 122px; height: 76px; object-fit: cover; object-position: center 62%; border-radius: 10px; }
.vehicle-choice img.flip-image, .summary-vehicle img.flip-image { transform: scaleX(-1); }
.vehicle-choice strong { display: block; color: var(--ink); font-size: 12px; line-height: 1.3; }
.vehicle-choice small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.vehicle-choice em { display: block; margin-top: 5px; color: #3b7958; font-size: 9px; font-style: normal; font-weight: 700; }
.booking-actions { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.back-button { padding: 9px 0; border: 0; background: transparent; color: #64706a; font-size: 10px; font-weight: 700; cursor: pointer; }
.back-button.centered { width: 100%; text-align: center; }
.ride-summary { margin-bottom: 16px; padding: 15px; border-radius: 12px; background: #eef0eb; }
.ride-summary > span { display: block; margin-bottom: 7px; color: #6d7972; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.ride-summary > strong { display: block; font: 400 16px var(--serif); line-height: 1.35; }
.ride-summary > strong i { color: #4baa70; font-style: normal; }
.ride-summary > p { margin: 7px 0 12px; color: var(--muted); font-size: 9px; }
.summary-vehicle { padding-top: 11px; display: grid; grid-template-columns: 70px 1fr; gap: 10px; align-items: center; border-top: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 700; }
.summary-vehicle img { width: 70px; height: 43px; object-fit: cover; border-radius: 7px; }
.summary-vehicle small { display: block; margin-top: 3px; color: #3b7958; font-size: 8px; font-weight: 500; }
.form-note { margin: 9px 0 0; color: #7b8580; text-align: center; font-size: 9px; line-height: 1.4; }
.map-preview { position: relative; min-height: 470px; overflow: hidden; background: #dce1d9; border-left: 1px solid var(--line); isolation: isolate; }
.map-canvas { position: absolute; inset: 0; z-index: 1; }
.map-canvas.leaflet-container { color: var(--ink); background: #dce1d9; font-family: var(--sans); }
.map-canvas .leaflet-tile-pane { filter: saturate(.55) sepia(.08) contrast(.92) brightness(1.03); }
.map-canvas .leaflet-control-zoom { overflow: hidden; margin-right: 14px; margin-bottom: 75px; border: 0; border-radius: 10px; box-shadow: 0 8px 28px rgba(16,32,25,.16); }
.map-canvas .leaflet-control-zoom a { color: var(--ink); border-bottom-color: #e0e4df; background: rgba(255,254,250,.96); }
.map-canvas .leaflet-control-attribution { padding: 2px 5px; color: #718079; background: rgba(255,255,255,.78); font-size: 7px; }
.map-canvas .leaflet-control-attribution a { color: #3b7056; }
.map-loading { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; color: #65736c; background: #dce1d9; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.map-loading[hidden] { display: none; }
.ride-map-marker-wrap { border: 0; background: transparent; }
.ride-map-marker { width: 34px; height: 34px; display: grid; place-items: center; border: 3px solid white; border-radius: 50% 50% 50% 8px; color: white; background: var(--ink); box-shadow: 0 8px 22px rgba(10,27,18,.3); transform: rotate(-45deg); font-size: 10px; font-weight: 700; }
.ride-map-marker.marker-b { color: var(--ink); background: var(--mint); }
.ride-map-marker i { transform: rotate(45deg); font-style: normal; }
.ride-map-marker-wrap .ride-map-marker { animation: marker-in .3s ease both; }
@keyframes marker-in { from { opacity: 0; transform: translateY(-8px) rotate(-45deg) scale(.8); } to { opacity: 1; transform: translateY(0) rotate(-45deg) scale(1); } }
.map-status { position: absolute; z-index: 6; top: 14px; left: 14px; padding: 9px 11px; display: flex; align-items: center; gap: 7px; border-radius: 999px; background: rgba(255,254,250,.94); color: #415049; box-shadow: 0 7px 24px rgba(16,32,25,.12); backdrop-filter: blur(10px); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.map-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #56b87d; box-shadow: 0 0 0 4px rgba(86,184,125,.14); }
.map-badge { position: absolute; z-index: 6; left: 14px; right: 14px; bottom: 14px; padding: 11px 12px; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto 20px minmax(0, 1fr); align-items: center; gap: 7px; border-radius: 12px; background: rgba(16,32,25,.93); color: rgba(255,255,255,.45); box-shadow: 0 12px 34px rgba(10,25,18,.22); backdrop-filter: blur(12px); font-size: 8px; line-height: 1.35; }
.map-badge strong { overflow: hidden; color: white; font-size: 8px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.map-badge-point { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 8px; font-weight: 800; }
.map-badge-point.destination { border-radius: 5px; color: var(--ink); background: var(--mint-bright); }
.map-badge-arrow { color: rgba(255,255,255,.5); font-size: 11px; }

.section-heading { max-width: 720px; }
.section-heading.center { margin: 0 auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 20px 0 0; font: 400 clamp(42px, 5vw, 72px)/1.02 var(--serif); letter-spacing: -.045em; }
.intro-section { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.intro-copy p { margin: 0 0 28px; color: #596760; font-size: 18px; line-height: 1.7; }
.fleet-showcase { background: var(--paper); }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fleet-card { overflow: hidden; position: relative; min-height: 390px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--white); color: var(--ink); box-shadow: 0 14px 34px rgba(16,32,25,.06); transition: transform .28s, box-shadow .28s; }
.fleet-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(16,32,25,.1); }
.fleet-card-media { height: 235px; padding: 15px; display: grid; place-items: center; overflow: hidden; background: #e8ebe6; }
.fleet-card img { width: 100%; height: 100%; object-fit: contain; border-radius: 11px; transition: transform .5s; }
.fleet-card img.flip-image { transform: scaleX(-1); }
.fleet-card:hover img { transform: scale(.97); }
.fleet-card:hover img.flip-image { transform: scaleX(-1) scale(.97); }
.fleet-card-content { position: relative; z-index: 2; flex: 1; padding: 22px 24px 25px; }
.fleet-card-kicker { color: #3d7a59; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.fleet-card h3 { margin: 8px 0 16px; font: 400 25px var(--serif); }
.fleet-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; color: var(--muted); font-size: 10px; }
.fleet-card-link { position: absolute; z-index: 3; inset: 0; }
.service-editorial { color: white; background: var(--ink); }
.service-editorial .eyebrow { color: var(--mint); }
.service-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,.16); }
.service-card { min-height: 340px; padding: 32px 26px; border-right: 1px solid rgba(255,255,255,.16); transition: background .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: rgba(255,255,255,.05); }
.service-index { color: var(--mint); font-size: 10px; }
.service-card h3 { margin: 88px 0 16px; font: 400 28px var(--serif); }
.service-card p { min-height: 72px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.service-card a { font-size: 11px; font-weight: 700; }
.how-section { background: var(--white); }
.steps-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; }
.step-card > span { color: #6f8a7c; font-size: 10px; }
.step-card h3 { margin: 75px 0 12px; font: 400 28px var(--serif); }
.step-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.cta-section { padding: 80px 0; color: white; background: #17372a; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-grid h2 { margin: 15px 0 0; font: 400 clamp(42px, 5vw, 70px) var(--serif); letter-spacing: -.04em; }
.cta-actions { display: flex; gap: 12px; }

.page-hero { padding: 180px 0 90px; color: white; background: var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.page-hero h1 { margin: 24px 0 0; max-width: 870px; font: 400 clamp(58px, 7vw, 104px)/.94 var(--serif); letter-spacing: -.055em; }
.page-hero p { margin: 0; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.page-content { padding: 90px 0 120px; background: var(--paper); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-pill { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: #67736d; font-size: 11px; }
.filter-pill.active { color: white; background: var(--ink); }
.services-list { display: grid; border-top: 1px solid var(--line); }
.service-row { padding: 46px 0; display: grid; grid-template-columns: 80px 1fr 1fr; gap: 40px; border-bottom: 1px solid var(--line); }
.service-row > span { color: #718077; font-size: 11px; }
.service-row h2 { margin: 0; font: 400 44px var(--serif); }
.service-row-copy p { margin: 0 0 20px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pricing-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.rate-badge { display: inline-block; padding: 7px 10px; border-radius: 999px; background: #e7f6ec; color: #387356; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.pricing-card h2 { margin: 54px 0 13px; font: 400 34px var(--serif); }
.pricing-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.pricing-card strong { display: block; margin-top: 24px; font: 400 22px var(--serif); }
.book-page { padding: 150px 0 100px; color: white; background: var(--ink); min-height: 100vh; }
.book-page .booking-shell { max-width: 1000px; margin: 40px auto 0; }
.book-intro { max-width: 760px; }
.book-intro h1 { margin: 20px 0; font: 400 70px var(--serif); letter-spacing: -.05em; }
.book-intro p { color: rgba(255,255,255,.62); line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.contact-card h2 { margin: 0 0 26px; font: 400 38px var(--serif); }
.contact-card p { color: var(--muted); line-height: 1.7; }
.contact-list { display: grid; gap: 18px; }
.contact-item { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border-bottom: 0; }
.contact-item small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.contact-item a, .contact-item span { font-size: 15px; }
.vehicle-hero { position: relative; min-height: 780px; display: flex; align-items: end; color: white; background: var(--ink); }
.vehicle-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vehicle-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(7,16,12,.45), rgba(7,16,12,.18) 35%, rgba(7,16,12,.93)); }
.vehicle-hero-content { position: relative; z-index: 2; padding-bottom: 80px; }
.vehicle-hero h1 { margin: 18px 0; max-width: 850px; font: 400 clamp(58px, 7vw, 102px)/.94 var(--serif); letter-spacing: -.055em; }
.vehicle-hero-meta { display: flex; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.7); font-size: 12px; }
.vehicle-details { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: start; }
.vehicle-details h2 { margin: 20px 0; font: 400 54px var(--serif); letter-spacing: -.04em; }
.vehicle-details p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.vehicle-quote { padding: 28px; border-radius: 16px; background: var(--ink); color: white; }
.vehicle-quote small { color: var(--mint); text-transform: uppercase; letter-spacing: .1em; }
.vehicle-quote h3 { margin: 20px 0 10px; font: 400 31px var(--serif); }
.vehicle-quote p { color: rgba(255,255,255,.58); font-size: 13px; }
.vehicle-quote .button { margin-top: 16px; }

.site-footer { padding: 76px 0 25px; color: white; background: #0b1812; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr .9fr; gap: 50px; }
.footer-intro p { max-width: 330px; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.footer-column h3 { margin: 0 0 20px; color: var(--mint); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.footer-column a, .footer-column span { display: block; margin-bottom: 12px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.34); font-size: 10px; }
.floating-whatsapp { position: fixed; z-index: 40; right: 20px; bottom: 20px; padding: 13px 17px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; background: #1f9d61; color: white; box-shadow: 0 12px 32px rgba(14,72,43,.3); font-size: 11px; font-weight: 700; }
.whatsapp-dot { width: 8px; height: 8px; border-radius: 50%; background: white; }
.mobile-only { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .header-phone { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 170px; }
  .hero-copy { max-width: 770px; }
  .hero-booking { max-width: 880px; width: 100%; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 30px, 680px); }
  .section { padding: 78px 0; }
  .desktop-nav, .header-contact { display: none; }
  .mobile-menu { display: block; }
  .header-inner { height: 76px; }
  .hero-grid { padding-top: 130px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { margin-top: 45px; }
  .booking-body { grid-template-columns: 1fr; }
  .map-preview { min-height: 280px; border-left: 0; border-top: 1px solid var(--line); }
  .booking-title-row { display: block; }
  .availability { margin-top: 13px; }
  .intro-grid, .page-hero-grid, .contact-grid, .vehicle-details { grid-template-columns: 1fr; gap: 36px; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .fleet-card { min-height: 360px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 190px; }
  .step-card h3 { margin-top: 44px; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .service-row { grid-template-columns: 45px 1fr; }
  .service-row-copy { grid-column: 2; }
  .pricing-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 145px; }
  .page-hero h1 { font-size: clamp(55px, 14vw, 84px); }
  .book-intro h1 { font-size: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .desktop-link { display: none; }
  .mobile-only { display: inline-flex; margin-top: 26px; }
}
@media (max-width: 560px) {
  .shell { width: calc(100% - 24px); }
  .hero-grid { gap: 28px; padding-top: 112px; padding-bottom: 28px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: 51px; }
  .hero h1 { margin-block: 18px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { margin-top: 26px; flex-direction: row; flex-wrap: wrap; gap: 18px; }
  .trust-row { margin-top: 30px; gap: 12px 16px; }
  .trust-row span { font-size: 9px; }
  .booking-shell { border-radius: 18px; }
  .booking-top, .booking-form { padding-left: 16px; padding-right: 16px; }
  .booking-title-row h2 { font-size: 27px; }
  .booking-progress { margin-top: 15px; }
  .trip-tab { font-size: 9px; padding-inline: 4px; }
  .field-split { grid-template-columns: 1fr; gap: 0; }
  .address-suggestions { max-height: 245px; overflow-y: auto; }
  .vehicle-choice { grid-template-columns: 112px 1fr; gap: 12px; }
  .vehicle-choice img { width: 112px; height: 72px; }
  .map-preview { min-height: 310px; }
  .map-badge { grid-template-columns: 18px minmax(0, 1fr) auto 18px minmax(0, 1fr); left: 10px; right: 10px; bottom: 10px; padding-inline: 9px; gap: 5px; }
  .fleet-grid, .service-grid { grid-template-columns: 1fr; }
  .fleet-card { min-height: 0; }
  .fleet-card-media { height: 215px; padding: 12px; }
  .fleet-card-content { padding: 20px; }
  .service-card { min-height: 255px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .service-card h3 { margin-top: 46px; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .floating-whatsapp { width: 50px; min-height: 50px; padding: 0; right: 12px; bottom: 12px; border: 2px solid rgba(255,255,255,.8); font-size: 0; }
  .floating-whatsapp::after { content: "W"; font-size: 14px; font-weight: 800; }
  .floating-whatsapp .whatsapp-dot { display: none; }
  .service-row { grid-template-columns: 1fr; gap: 15px; }
  .service-row-copy { grid-column: 1; }
  .vehicle-hero { min-height: 650px; }
  .vehicle-details h2 { font-size: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Static production page additions */
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.language-switcher { position: relative; }
.language-switcher summary {
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  cursor: pointer;
  list-style: none;
  font-size: 10px;
  font-weight: 700;
}
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher nav {
  position: absolute;
  top: 42px;
  right: 0;
  width: 168px;
  padding: 10px;
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}
.language-switcher nav a {
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 11px;
}
.language-switcher nav a:hover,
.language-switcher nav a[aria-current="page"] { background: #e9f5ed; }
.route-search-status {
  min-height: 16px;
  margin: -5px 0 9px;
  color: var(--muted);
  font-size: 9px;
}
.comment-control { min-height: 80px; padding-block: 12px; resize: vertical; }
.booking-error {
  margin: 8px 0 0;
  color: #9b3e3e;
  text-align: center;
  font-size: 10px;
}
.booking-error[hidden] { display: none; }
.faq-section { background: var(--paper); }
.faq-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.faq-item {
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}
.faq-item summary {
  padding: 23px 34px 23px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font: 400 20px/1.35 var(--serif);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 0;
  color: #4d7a62;
  font: 400 24px/1 var(--sans);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: -2px 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.legal-links { display: flex; gap: 18px; }
.cookie-banner {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  width: min(440px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  color: white;
  background: rgba(11,24,18,.97);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p {
  margin: 0 0 13px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  line-height: 1.55;
}
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: white;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}
.cookie-actions .accept-cookie { border-color: var(--mint); color: var(--ink); background: var(--mint); }
.noscript-note {
  padding: 12px;
  color: #633;
  background: #fff0ec;
  text-align: center;
  font-size: 12px;
}
[lang="ru"] .desktop-nav { gap: 22px; }
[lang="ru"] .header-book { padding-inline: 15px; }
[lang="ru"] .hero h1 { font-size: clamp(56px, 5.45vw, 92px); }
[lang="ru"] .service-card h3 { font-size: 26px; }
.is-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1100px) {
  .language-switcher { margin-left: auto; }
}
@media (max-width: 820px) {
  .language-switcher { display: none; }
  .mobile-menu nav a { padding: 4px 0; }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  [lang="ru"] .hero h1 { font-size: 45px; }
  [lang="ru"] .booking-title-row h2 { font-size: 25px; }
  [lang="ru"] .progress-step { font-size: 8px; }
  .faq-item { padding-inline: 18px; }
  .faq-item summary { font-size: 18px; }
  .cookie-banner { right: 12px; bottom: 74px; width: calc(100% - 24px); }
  .cookie-actions { flex-direction: column; }
  .cookie-actions button { width: 100%; }
}
