:root {
  --ink: #080a0d;
  --ink-soft: #11151b;
  --surface: #f4f6f8;
  --paper: #ffffff;
  --blue: #1677ff;
  --blue-hot: #2b8cff;
  --muted: #6d7480;
  --line: #d9dde3;
  --radius: 2px;
  --display: "Oswald", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--body); font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 80px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; gap: 2rem; background: rgba(8,10,13,.96); color: white; position: absolute; z-index: 10; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: flex; align-items: center; gap: .7rem; font-family: var(--display); font-weight: 700; letter-spacing: .08em; line-height: .95; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 38px; color: white; background: var(--blue); transform: skew(-7deg); font-size: 1.35rem; }
.brand small { display: block; margin-top: .3rem; font: 600 .55rem var(--body); letter-spacing: .24em; color: #9ea8b5; }
nav { display: flex; gap: 2rem; margin-left: auto; font-size: .88rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: #77b5ff; }
.header-cta { padding: .76rem 1.1rem; border: 1px solid rgba(255,255,255,.45); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; background: transparent; border: 0; }
.menu-toggle span { display: block; height: 2px; width: 24px; background: white; margin: 6px auto; }

.hero { min-height: 760px; height: min(92vh, 900px); position: relative; overflow: hidden; display: flex; align-items: center; color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,10,.97) 0%, rgba(5,7,10,.82) 34%, rgba(5,7,10,.22) 66%, rgba(5,7,10,.1) 100%), linear-gradient(0deg, rgba(5,7,10,.58), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(690px, 90%); margin-left: clamp(1.25rem, 7vw, 7.5rem); padding-top: 4rem; }
.eyebrow { display: flex; align-items: center; gap: .75rem; color: #aeb8c5; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue); }
.eyebrow.dark { color: #5e6671; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: .98; }
h1 { margin: 1.35rem 0 1.4rem; font-size: clamp(4.3rem, 8vw, 7.8rem); letter-spacing: -.035em; text-transform: uppercase; }
h1 em, .closing-cta em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(255,255,255,.75); }
.hero-copy { max-width: 570px; color: #c6cbd2; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin: 2rem 0 3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2.5rem; padding: 1rem 1.2rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; font-size: .82rem; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 35px rgba(22,119,255,.24); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue-hot); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .25rem; font-weight: 700; font-size: .9rem; }
.hero-proof { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
.hero-proof div { display: flex; align-items: center; gap: .8rem; padding-right: clamp(1rem, 3vw, 2.5rem); border-right: 1px solid rgba(255,255,255,.2); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font: 600 1.45rem var(--display); }
.hero-proof span { color: #99a2ad; font-size: .7rem; line-height: 1.45; }
.hero-proof span:first-letter { color: #ffc847; }
.availability { position: absolute; z-index: 3; right: 0; bottom: 0; min-width: 285px; padding: 1.25rem 2rem; display: flex; align-items: center; gap: .8rem; background: white; color: var(--ink); font-size: .72rem; }
.availability span:last-child { display: flex; flex-direction: column; }
.availability strong { text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: #16b86a; box-shadow: 0 0 0 6px rgba(22,184,106,.12); }

.section { padding: 7rem clamp(1.25rem, 7vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; align-items: end; gap: 5rem; margin-bottom: 2.5rem; }
.section-heading h2, .process h2, .booking h2, .closing-cta h2 { font-size: clamp(3rem, 5vw, 5.5rem); text-transform: uppercase; letter-spacing: -.025em; }
.section-heading > p { color: var(--muted); max-width: 500px; }
.vehicle-switch { display: flex; align-items: center; justify-content: flex-end; gap: .45rem; margin-bottom: 1.5rem; }
.vehicle-switch span { margin-right: .5rem; color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.vehicle-switch button { border: 1px solid var(--line); background: white; padding: .58rem .9rem; cursor: pointer; font-size: .82rem; font-weight: 700; }
.vehicle-switch button.active { background: var(--ink); color: white; border-color: var(--ink); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.package-card { min-height: 520px; padding: 2rem; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); transition: transform .25s ease, border-color .25s ease; }
.package-card:hover { transform: translateY(-5px); border-color: #9aa1aa; }
.package-card.featured { background: var(--ink-soft); color: white; border-color: var(--ink-soft); }
.popular { position: absolute; right: 0; top: 0; padding: .48rem .8rem; background: var(--blue); color: white; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.package-top { display: flex; justify-content: space-between; color: #8a929e; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.package-card h3 { margin: 3.6rem 0 1rem; font-size: clamp(2.1rem, 3vw, 3.15rem); text-transform: uppercase; }
.package-card > p { color: #747c87; min-height: 3.2rem; }
.featured > p { color: #aeb5bf; }
.package-card ul { padding: 0; margin: 1.2rem 0 2rem; list-style: none; color: #505762; font-size: .88rem; }
.featured ul { color: #c5cad0; }
.package-card li { margin: .7rem 0; }
.package-card li::before { content: "✓"; color: var(--blue); font-weight: 800; margin-right: .65rem; }
.package-price { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.featured .package-price { border-color: #303640; }
.package-price span { color: #7e8691; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.package-price strong { font: 600 2.6rem var(--display); }
.select-package { margin-top: 1rem; padding: .9rem; display: flex; justify-content: space-between; background: transparent; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; font-size: .74rem; }
.featured .select-package { color: white; border-color: #555d69; background: var(--blue); }
.select-package:hover { background: var(--ink); color: white; }
.featured .select-package:hover { background: var(--blue-hot); }

.results-strip { padding: 1.15rem 3rem; display: flex; align-items: center; justify-content: space-around; background: var(--blue); color: white; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.results-strip i { width: 4px; height: 4px; background: white; transform: rotate(45deg); }
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: white; }
.process-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.process-steps article > span { color: var(--blue); font: 600 1rem var(--display); }
.process-steps h3 { font: 800 1.05rem var(--body); margin-bottom: .4rem; }
.process-steps p { margin: 0; color: var(--muted); font-size: .9rem; }

.booking { padding: 7rem clamp(1.25rem, 7vw, 7.5rem); color: white; background: var(--ink); }
.booking-head { max-width: 700px; margin-bottom: 3rem; }
.booking-head > p:last-child { color: #9fa8b3; max-width: 600px; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 2.5rem; align-items: start; }
fieldset { padding: 2.2rem 0; margin: 0; border: 0; border-top: 1px solid #2a3039; }
legend { float: left; width: 100%; margin-bottom: 1.35rem; font: 600 1.35rem var(--display); text-transform: uppercase; letter-spacing: .02em; }
legend + * { clear: both; }
legend > span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: .8rem; background: var(--blue); color: white; font: 700 .75rem var(--body); }
legend small { margin-left: .5rem; color: #777f8b; font: 600 .65rem var(--body); letter-spacing: .08em; }
.choice-row, .addon-grid, .date-row, .time-row { display: grid; gap: .7rem; }
.choice-row { grid-template-columns: repeat(3, 1fr); }
.addon-grid { grid-template-columns: repeat(2, 1fr); }
.choice-row label, .addon-grid label, .date-row label, .time-row label { cursor: pointer; }
.choice-row input, .addon-grid input, .date-row input, .time-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row label > span { min-height: 85px; padding: 1rem; display: flex; flex-direction: column; justify-content: center; border: 1px solid #333a45; background: #10141a; }
.choice-row input:checked + span, .date-row input:checked + span, .time-row input:checked + span { border-color: var(--blue); background: rgba(22,119,255,.13); box-shadow: inset 0 0 0 1px var(--blue); }
.choice-row small, .addon-grid small { color: #818a96; }
.addon-grid label { min-height: 64px; padding: .8rem 1rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid #333a45; background: #10141a; }
.addon-grid label:has(input:checked) { border-color: var(--blue); background: rgba(22,119,255,.13); }
.addon-grid label b { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #535b67; font-weight: 500; }
.addon-grid label:has(input:checked) b { background: var(--blue); border-color: var(--blue); font-size: 0; }
.addon-grid label:has(input:checked) b::after { content: "✓"; font-size: .8rem; }
.date-row { grid-template-columns: repeat(4, 1fr); margin-bottom: .7rem; }
.date-row label > span { min-height: 76px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #333a45; background: #10141a; }
.date-row strong { font-size: 1.25rem; }
.date-row small { color: #88919d; text-transform: uppercase; font-size: .65rem; }
.time-row { grid-template-columns: repeat(4, 1fr); }
.time-row label > span { display: grid; place-items: center; min-height: 48px; border: 1px solid #333a45; background: #10141a; font-size: .85rem; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid label { display: flex; flex-direction: column; gap: .4rem; color: #aeb5be; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .modal-card input { width: 100%; padding: 1rem; color: white; background: #10141a; border: 1px solid #333a45; outline: none; }
.form-grid input:focus, .modal-card input:focus { border-color: var(--blue); }
.form-error { color: #ff8585; font-size: .86rem; min-height: 1.4rem; }
.order-card { position: sticky; top: 1.5rem; min-height: 390px; padding: 1.5rem; background: white; color: var(--ink); }
.order-label { margin: 0 0 1.5rem; color: #747c87; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.order-empty { min-height: 290px; display: grid; place-content: center; text-align: center; color: #8a929d; }
.order-empty > span { margin: 0 auto 1rem; display: grid; place-items: center; width: 48px; height: 48px; background: #eef5ff; color: var(--blue); font-size: 1.4rem; }
.order-empty p { max-width: 220px; }
.order-line { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; color: #606874; font-size: .85rem; }
.order-line.main { padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 800; }
.appointment-summary { margin: 1rem 0; padding: .8rem; background: #f3f5f8; color: #69717c; font-size: .77rem; }
.total-line { display: flex; align-items: flex-end; justify-content: space-between; padding: 1rem 0; border-top: 1px solid var(--line); }
.total-line span { display: flex; flex-direction: column; font-size: .85rem; font-weight: 800; }
.total-line small { color: #7c8490; font-weight: 500; font-size: .68rem; }
.total-line strong { font: 600 2rem var(--display); }
.checkout-button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 1rem; color: white; background: var(--blue); border: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .06em; font-size: .74rem; font-weight: 800; }
.checkout-button:hover { background: var(--blue-hot); }
.secure-note { color: #9299a2; text-align: center; font-size: .66rem; }

.closing-cta { padding: 8rem 1.5rem; text-align: center; color: white; background: radial-gradient(circle at 50% 50%, #172439, #080a0d 60%); }
.closing-cta .eyebrow { justify-content: center; }
.closing-cta h2 { margin: 1rem 0 2rem; }
footer { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 2rem; align-items: center; padding: 2.5rem clamp(1.25rem, 7vw, 7.5rem); background: #040506; color: #9ba4af; font-size: .78rem; border-top: 1px solid #20242a; }
footer .brand { color: white; }
footer > p { text-align: center; }
footer > div { display: flex; flex-direction: column; align-items: flex-end; }
footer > small { grid-column: 1 / -1; color: #626975; text-align: center; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1rem; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,3,5,.82); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(510px, 100%); max-height: 94vh; overflow-y: auto; padding: clamp(1.5rem, 4vw, 2.6rem); background: white; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.modal-close { position: absolute; right: 1rem; top: .8rem; background: transparent; border: 0; cursor: pointer; font-size: 1.8rem; color: #68717d; }
.modal-card h2 { margin: .8rem 0; font-size: 2.7rem; text-transform: uppercase; }
.modal-card > div > p { color: var(--muted); }
.demo-badge { display: inline-block; padding: .35rem .55rem; color: var(--blue); background: #e9f2ff; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.payment-summary { margin: 1.5rem 0; padding: 1rem; display: flex; justify-content: space-between; background: #f0f3f7; }
.payment-summary strong { font-size: 1.2rem; }
.modal-card form > label, .modal-card .form-grid label { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .8rem; color: #5f6874; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.modal-card input { color: var(--ink); background: white; }
.modal-card .checkout-button { margin-top: .8rem; }
.checkout-success { text-align: center; padding: 1rem 0; }
.success-mark { margin: 0 auto 1.2rem; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: #e8faf1; color: #12a45c; font-size: 1.8rem; }
.confirmation-number { margin: 1.5rem 0; padding: 1rem; display: flex; justify-content: space-between; background: #f0f3f7; }
body.modal-open { overflow: hidden; }

@media (max-width: 980px) {
  nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .site-header.open nav { position: absolute; display: flex; flex-direction: column; top: 80px; left: 0; right: 0; padding: 1.5rem; background: var(--ink); }
  .section-heading, .process, .booking-layout { grid-template-columns: 1fr; gap: 2rem; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .booking-layout { max-width: 760px; }
  .order-card { position: relative; top: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > p, footer > div { text-align: center; align-items: center; }
  footer > small { grid-column: auto; }
}

@media (max-width: 680px) {
  .site-header { height: 68px; }
  .site-header.open nav { top: 68px; }
  .hero { min-height: 760px; height: 100svh; align-items: flex-start; }
  .hero > img { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,7,10,.96), rgba(5,7,10,.63)), linear-gradient(0deg, rgba(5,7,10,.75), transparent 50%); }
  .hero-content { margin-left: 1.25rem; padding-top: 9rem; }
  h1 { font-size: clamp(3.8rem, 19vw, 5.5rem); }
  .hero-copy { font-size: .98rem; max-width: 90%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
  .hero-proof { gap: .8rem; }
  .hero-proof div { flex-direction: column; align-items: flex-start; gap: .15rem; padding-right: .8rem; }
  .hero-proof strong { font-size: 1.1rem; }
  .availability { display: none; }
  .section, .booking { padding-top: 5rem; padding-bottom: 5rem; }
  .section-heading { gap: 1rem; }
  .vehicle-switch { flex-wrap: wrap; justify-content: flex-start; }
  .vehicle-switch span { width: 100%; }
  .results-strip { overflow: hidden; justify-content: flex-start; gap: 1.25rem; white-space: nowrap; }
  .results-strip p:nth-of-type(n+3), .results-strip i:nth-of-type(n+2) { display: none; }
  .choice-row, .addon-grid { grid-template-columns: 1fr; }
  .date-row, .time-row { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .closing-cta { padding: 6rem 1.25rem; }
  .modal-card h2 { font-size: 2.15rem; }
}

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