:root {
  --cream: #f7f5f1;
  --soft: #f0ede8;
  --ink: #1c1916;
  --muted: #77716a;
  --line: #ded9d1;
  --stone: #d0c8bc;
  --charcoal: #181614;
  --brand: #a6574c;
  --brand-hover: #93493f;
  --silver: #ede9e2;
  --bluebonnet: #263f79;
  --shadow: 0 34px 90px rgba(34, 27, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.38), transparent 16%, transparent 84%, rgba(255,255,255,0.38)),
    var(--cream);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 245, 241, 0.9);
  backdrop-filter: blur(20px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  width: 220px;
  height: 62px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: none;
  filter: contrast(1.08) drop-shadow(0 10px 18px rgba(23, 19, 15, 0.1));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--brand);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-signin {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
  padding: 14px 28px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nav-signin:hover {
  border-color: var(--brand);
  background: rgba(166, 87, 76, 0.08);
  color: var(--brand);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.button[hidden] {
  display: none;
}

.button-primary {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  box-shadow: none;
}

.button-primary:hover {
  background: var(--brand-hover);
}

.button-secondary {
  border: 1px solid var(--stone);
  color: var(--brand);
  background: transparent;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-secondary:hover {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.button-dark {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  box-shadow: none;
}

.button-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  border-radius: 4px;
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), transparent 38%),
    var(--cream);
  padding: 92px 0 118px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 72px;
}

.eyebrow {
  margin: 0;
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.center-copy h2,
.faq-grid h2,
.final-cta h2 {
  margin: 0;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  margin-top: 28px;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 0.98;
}

.lead {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 40px;
  color: #6f6962;
  font-size: 14px;
}

.quick-facts span:not(:last-child)::after {
  content: none;
}

.fact-divider {
  color: var(--stone);
}

.hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(201, 190, 173, 0.7);
  border-radius: 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(18, 17, 16, 0.02)),
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.7), transparent 30%),
    linear-gradient(135deg, #151514, #343331 47%, #d7d1c5);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.28;
}

.car-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.car-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 22, 20, 0.02) 34%, rgba(24, 22, 20, 0.56));
  pointer-events: none;
}

.shine-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.84), transparent);
  display: none;
}

.shine-one {
  top: 28%;
  left: 8%;
  width: 72%;
  transform: rotate(-10deg);
}

.shine-two {
  right: 7%;
  bottom: 18%;
  width: 58%;
  transform: rotate(-7deg);
}

.hero-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: rgba(18, 17, 16, 0.68);
  color: #fff;
  padding: 30px;
  backdrop-filter: blur(12px);
}

.hero-card .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.hero-card h2 {
  margin: 14px 0 0;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.hero-card p:last-child {
  max-width: 440px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.proof-section {
  background: var(--cream);
  padding: 70px 0 88px;
}

.center-copy {
  max-width: none;
  margin: 0 auto 36px;
  text-align: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.62);
  padding: 9px 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pill span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand);
}

.center-copy h2 {
  margin-top: 18px;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1;
}

.center-copy p {
  max-width: none;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.before-after {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--charcoal);
}

.before-after img {
  width: 100%;
  height: clamp(420px, 54vw, 660px);
  object-fit: cover;
  object-position: center center;
}

.before-label,
.after-label {
  position: absolute;
  top: 24px;
  border-radius: 4px;
  background: rgba(17, 19, 21, 0.78);
  color: #fff;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.before-label {
  left: 24px;
}

.after-label {
  right: 24px;
}

.proof-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--stone);
}

.proof-details div {
  padding: 22px 24px;
  border-right: 1px solid var(--stone);
}

.proof-details div:last-child {
  border-right: 0;
}

.detail-label {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-details p:last-child {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
}

.section {
  padding: 108px 0;
}

.cream {
  background: var(--cream);
}

.soft {
  background: var(--soft);
}

.dark,
.final-cta {
  background: var(--charcoal);
  color: #fff;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
}

.section h2 {
  margin-top: 18px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
}

.section-head {
  max-width: none;
  margin-bottom: 48px;
}

.section-head.centered {
  text-align: center;
}

.section p {
  color: var(--muted);
}

.dark p,
.final-cta p {
  color: rgba(255, 255, 255, 0.68);
}

.dark .eyebrow,
.final-cta .eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.list-block article,
.steps article,
.faq-list article {
  border-top: 1px solid var(--stone);
  padding: 26px 0;
}

.list-block {
  display: block;
}

.list-block article {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 28px;
  border-top: 1px solid var(--stone);
  padding: 28px 0;
  background: transparent;
}

.list-block h3,
.steps h3,
.faq-list h3 {
  margin: 0;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.list-block p,
.steps p,
.text-stack p,
.faq-list p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}

.steps article {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 28px;
}

.steps span {
  color: #9b9285;
  font-size: 32px;
  font-weight: 600;
}

.pricing-head {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.package-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.34);
  padding: 30px;
}

.package-card h3 {
  margin: 18px 0 0;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
}

.package-copy {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.package-price {
  margin-top: 30px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
}

.package-card ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 32px;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  background: var(--brand);
}

.package-card .button {
  margin-top: auto;
}

.featured-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--charcoal);
  color: #fff;
}

.featured-card .eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.featured-card .package-copy,
.featured-card ul {
  color: rgba(255, 255, 255, 0.7);
}

.featured-card .package-price {
  color: #fff;
}

.featured-card ul {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.featured-card li::before {
  background: #fff;
}

.payment-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 28px;
}

.payment-card div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-card div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.payment-card span {
  color: rgba(255, 255, 255, 0.55);
}

.text-stack {
  display: grid;
  gap: 20px;
}

.area-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 18px;
}

.area-heading h2 {
  max-width: 770px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.chips > span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--stone);
  border-radius: 0;
  padding: 10px 16px;
  color: var(--brand);
  font-size: 14px;
}


.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 58px;
}

.faq-grid h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
}

.final-cta {
  padding: 118px 0;
}

.final-cta .container {
  text-align: center;
}

.final-cta h2 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 1.02;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--cream);
  color: var(--muted);
  padding: 54px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.footer-brand {
  display: block;
  width: 210px;
  height: 58px;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: contrast(1.08);
}

.footer-grid p {
  max-width: 390px;
  margin: 18px 0 0;
  line-height: 1.7;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 13px;
}

.footer-links a,
.footer-contact a {
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
}

.footer-contact p {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.booking-shell {
  padding: 44px 0 108px;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
  margin-top: 24px;
}

.booking-layout--single {
  grid-template-columns: 1fr;
}

.booking-main--narrow {
  max-width: 640px;
}

.legal-back {
  margin-top: 24px;
}

.legal-document {
  max-width: 900px;
}

.legal-document h2 {
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.legal-document p,
.legal-document li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.legal-document p {
  margin: 0 0 14px;
}

.legal-document ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-document a:not(.button) {
  color: var(--brand);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-main,
.booking-summary {
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.42);
}

.booking-main {
  padding: 34px;
}

.booking-head h1,
.booking-step h2,
.booking-summary h2 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}

.booking-head h1 {
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.booking-head > p:last-child {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  max-width: 900px;
}

.booking-progress button {
  border: 1px solid var(--line);
  background: transparent;
  padding: 14px 12px;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.booking-progress button:hover {
  color: var(--muted);
}

.booking-progress button.is-active {
  border-color: var(--brand);
  background: rgba(166, 87, 76, 0.08);
  color: var(--brand);
}

.booking-progress button.is-complete {
  border-color: rgba(166, 87, 76, 0.4);
  background: rgba(166, 87, 76, 0.04);
  color: var(--ink);
}

.booking-progress button.is-complete::before {
  content: "✓ ";
  color: var(--brand);
  font-weight: 800;
}

.booking-form {
  margin-top: 18px;
}

.booking-step {
  display: none;
}

.booking-step.is-active {
  display: block;
}

.booking-step-head {
  margin-bottom: 26px;
}

.step-kicker {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-step h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.step-support {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.booking-group {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.booking-group[hidden] {
  display: none;
}

.booking-group legend,
.field-label {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.field-hint {
  margin: -4px 0 14px;
  color: #8a847c;
  font-size: 15px;
  line-height: 1.6;
}

.legend-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.inline-help-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inline-help-button:hover {
  color: var(--ink);
}

.choice-grid {
  display: grid;
  gap: 12px;
}

.choice-grid-vehicle {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card,
.package-choice,
.slot-button {
  min-height: 64px;
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.choice-card:hover,
.package-choice:hover,
.slot-button:hover {
  border-color: var(--brand);
}

.choice-card.is-selected,
.package-choice.is-selected,
.slot-button.is-selected {
  border-color: var(--brand);
  background: rgba(166, 87, 76, 0.1);
  color: var(--brand);
}

.slot-button:disabled,
.slot-button.is-disabled {
  border-color: var(--line);
  background: rgba(222, 217, 209, 0.38);
  color: #aaa39b;
  cursor: not-allowed;
}

.slot-button:disabled strong,
.slot-button.is-disabled strong {
  color: #aaa39b;
}

.package-choice-list {
  display: grid;
  gap: 12px;
}

.package-choice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
  padding: 22px 22px;
  text-align: left;
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.package-choice:hover {
  border-color: rgba(166, 87, 76, 0.6);
  background: rgba(255, 255, 255, 0.92);
  transform: none;
}

.package-choice.is-selected {
  background: rgba(166, 87, 76, 0.08);
  box-shadow: none;
}

.package-choice span {
  font-size: 18px;
  font-weight: 700;
}

.package-choice strong {
  font-size: 17px;
}

.package-choice-featured {
  border-color: var(--brand);
  background: rgba(255, 255, 255, 0.72);
}

.package-choice-copy {
  display: grid;
  gap: 7px;
}

.package-choice-copy em {
  color: var(--brand);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.package-choice-copy small {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.addon-list {
  display: grid;
  gap: 10px;
}

.addon-row,
.addon-complex {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.72);
  padding: 0 20px;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.addon-complex {
  min-height: 0;
  display: block;
  padding: 0;
  overflow: hidden;
}

.addon-complex > .addon-row {
  border: 0;
}

.addon-row[hidden],
.addon-complex[hidden] {
  display: none;
}

.addon-row:hover,
.addon-complex:hover {
  border-color: rgba(166, 87, 76, 0.6);
  background: rgba(255, 255, 255, 0.92);
  transform: none;
}

.addon-row.is-selected {
  border-color: var(--brand);
  background: rgba(166, 87, 76, 0.08);
  color: var(--brand);
  box-shadow: none;
}

.addon-row span {
  flex: 1;
  font-size: 15px;
  line-height: 1.45;
}

.addon-row strong {
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.addon-row.is-selected strong {
  color: var(--brand);
}

.addon-row input {
  width: 19px;
  height: 19px;
  accent-color: var(--brand);
  flex: 0 0 auto;
}

.addon-suboptions {
  display: none;
  gap: 10px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
  padding: 16px 18px 18px 54px;
}

.addon-complex.is-expanded .addon-suboptions {
  display: grid;
}

.addon-suboptions label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(208, 200, 188, 0.72);
  background: rgba(255, 255, 255, 0.74);
  padding: 0 14px;
  color: var(--ink);
  font-size: 14px;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.addon-suboptions label:hover {
  border-color: rgba(166, 87, 76, 0.55);
  background: rgba(255, 255, 255, 0.92);
}

.addon-suboptions label:has(input:checked) {
  border-color: var(--brand);
  background: rgba(166, 87, 76, 0.07);
  color: var(--brand);
}

.addon-suboptions span {
  flex: 1;
}

.addon-suboptions strong {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.addon-suboptions label:has(input:checked) strong {
  color: var(--brand);
}

.addon-suboptions input {
  accent-color: var(--brand);
}

.quantity-control {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(208, 200, 188, 0.72);
  background: rgba(255, 255, 255, 0.74);
  padding: 10px 14px;
}

.quantity-control > span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.quantity-stepper {
  display: grid;
  grid-template-columns: 38px 54px 38px;
  align-items: center;
  border: 1px solid var(--stone);
  background: #fff;
}

.quantity-stepper button {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--brand);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.quantity-stepper input {
  width: 54px;
  height: 38px;
  border: 0;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  text-align: center;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field-wide {
  grid-column: 1 / -1;
}

.field-label input {
  width: 100%;
  min-height: 58px;
  margin-top: 10px;
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.74);
  padding: 0 16px;
  color: var(--ink);
  font: inherit;
}

.custom-select {
  position: relative;
  margin-top: 10px;
}

.custom-select-trigger {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.74);
  padding: 0 16px;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.custom-select-trigger::after {
  content: "▾";
  float: right;
  color: var(--muted);
}

.custom-select-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid var(--stone);
  background: #fff;
  box-shadow: 0 18px 40px rgba(34, 27, 18, 0.12);
}

.custom-select.is-open .custom-select-menu {
  display: grid;
}

.custom-select-menu button {
  min-height: 46px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 0 16px;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.custom-select-menu button:last-child {
  border-bottom: 0;
}

.custom-select-menu button:hover,
.custom-select-menu button.is-selected {
  background: rgba(166, 87, 76, 0.08);
  color: var(--brand);
}

.modal-open {
  overflow: hidden;
}

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

.guide-modal[hidden] {
  display: none;
}

.guide-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 22, 20, 0.58);
}

.guide-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid var(--stone);
  background: #fff;
  padding: 22px;
  box-shadow: 0 28px 80px rgba(24, 22, 20, 0.28);
}

.guide-modal-dialog h2 {
  margin: 0 42px 18px 0;
  font-size: 28px;
  font-weight: 500;
}

.guide-modal-dialog img {
  width: 100%;
  height: auto;
}

.guide-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--stone);
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.field-label textarea {
  width: 100%;
  min-height: 132px;
  margin-top: 10px;
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.74);
  padding: 16px;
  color: var(--ink);
  font: inherit;
  line-height: 1.6;
  resize: vertical;
}

.textarea-meta {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.day-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.day-button {
  min-height: 76px;
  border: 1px solid var(--stone);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font: inherit;
  line-height: 1.35;
  cursor: pointer;
}

.day-button strong {
  font-size: 15px;
}

.day-button:hover,
.day-button.is-selected {
  border-color: var(--brand);
}

.day-button.is-selected {
  background: rgba(166, 87, 76, 0.1);
  color: var(--brand);
}
.slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.slot-window {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 16px 18px;
  text-align: left;
}

.slot-window span {
  font-size: 15px;
  font-weight: 700;
}

.slot-window strong {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.slot-window.is-selected strong {
  color: var(--brand);
}

.booking-error {
  min-height: 24px;
  margin: 22px 0 0;
  color: var(--brand);
  font-weight: 700;
}

.booking-consent {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.booking-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booking-consent a:hover {
  color: var(--brand);
}

.booking-consent[hidden] {
  display: none;
}

.booking-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.booking-summary {
  position: sticky;
  top: 102px;
  padding: 28px;
}

.booking-summary h2 {
  margin-top: 16px;
  font-size: 32px;
}

.booking-summary dl {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
}

.booking-summary dl div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.booking-summary dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-summary dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

.booking-summary dd[data-summary="total"] {
  font-size: 18px;
  font-weight: 600;
  min-height: 1.6em;
}

.summary-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.booking-confirmation {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  border: 1px solid var(--stone);
  background: #fff;
  padding: 40px;
}

.booking-confirmation h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.booking-confirmation p:not(.eyebrow) {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.confirmation-next {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.confirmation-next h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
}

.confirmation-next ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.confirmation-next li {
  line-height: 1.6;
}

.confirmation-next li::before {
  content: "• ";
  color: var(--brand);
  font-weight: 800;
}

.booking-confirmation .button {
  margin-top: 28px;
}

.booking-confirmation[hidden] {
  display: none;
}

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

.booking-confirmation-modal[hidden] {
  display: none;
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav-links {
    display: none;
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand img {
    width: 100%;
    height: 100%;
  }

  .hero {
    padding: 62px 0 78px;
  }

  .hero-grid,
  .split,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(42px, 11vw, 60px);
  }

  .lead {
    font-size: 18px;
  }

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

  .car-stage {
    inset: 0;
  }

  .car-stage img {
    width: 100%;
  }

  .proof-details {
    grid-template-columns: 1fr;
  }

  .before-after img {
    height: clamp(360px, 76vw, 520px);
  }

  .proof-details div {
    border-right: 0;
    border-top: 1px solid var(--stone);
  }

  .section {
    padding: 78px 0;
  }

  .list-block article,
  .steps article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .steps span {
    font-size: 28px;
  }

  .area-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .booking-layout {
    grid-template-columns: 1fr;
  }

  .booking-main {
    padding: 24px;
  }

  .booking-summary {
    position: static;
  }

  .booking-progress,
  .choice-grid-vehicle,
  .form-grid,
  .day-grid,
  .slot-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .nav-wrap {
    min-height: 66px;
  }

  .brand img {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .nav-cta {
    padding-inline: 14px;
  }

  .nav-actions {
    gap: 10px;
  }

  .nav-signin {
    font-size: 13px;
    min-height: 48px;
    padding: 14px 14px;
  }

  .hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

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

  .hero-actions,
  .final-cta .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .quick-facts {
    display: grid;
  }

  .quick-facts span::after {
    display: none;
  }

  .hero-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 22px;
  }

  .hero-card h2 {
    font-size: 34px;
  }

  .booking-shell {
    padding: 28px 0 72px;
  }

  .booking-actions {
    flex-direction: column;
  }

}
