:root {
  --black: #1a1a1a;
  --black-soft: #242424;
  --gold: #c6a15b;
  --gold-dark: #9c7a36;
  --silver: #d9dcde;
  --gray-100: #f2f2f2;
  --gray-500: #6e6e6e;
  --white: #fff;
  --green: #1f9d66;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: #f7f6f3; font-family: "DM Sans", sans-serif; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; background: var(--gold); color: var(--black); padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 92px; display: flex; align-items: center; justify-content: space-between; max-width: 1440px; padding: 0 5vw; margin: auto; color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: auto; height: 76px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.28)); }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
nav a { transition: color .2s; }
nav a:hover { color: var(--gold); }
.nav-cta { border: 1px solid rgba(198, 161, 91, .65); border-radius: 999px; padding: 11px 18px; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 4vw; align-items: center; padding: 140px max(5vw, calc((100vw - 1440px) / 2 + 5vw)) 70px; color: var(--white); background: radial-gradient(circle at 78% 35%, #39342b 0, #242321 28%, #151515 62%), var(--black); overflow: hidden; }
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.eyebrow { color: var(--gold-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; margin: 0 0 18px; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
h1 { font-size: clamp(45px, 5.1vw, 76px); line-height: 1.04; margin: 0 0 25px; }
h1 span { color: var(--gold); }
.hero-lead { color: #cbcaca; max-width: 610px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; margin: 0 0 31px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; padding: 13px 21px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .progress-step:focus-visible { outline: 3px solid rgba(198, 161, 91, .42); outline-offset: 3px; }
.button-primary { background: var(--gold); color: #181818; box-shadow: 0 12px 30px rgba(198, 161, 91, .17); }
.button-primary:hover { background: #d3b170; box-shadow: 0 15px 38px rgba(198, 161, 91, .26); }
.button-quiet { border: 1px solid #555; color: #eee; background: transparent; }
.button-quiet:hover { border-color: var(--gold); }
.trust-row { display: flex; gap: 30px; margin-top: 46px; padding-top: 26px; border-top: 1px solid #363636; }
.trust-row > div { display: flex; align-items: center; gap: 10px; }
.trust-icon { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; color: var(--gold); border: 1px solid #555; border-radius: 50%; }
.trust-icon svg { width: 19px; height: 19px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-row p { display: flex; flex-direction: column; margin: 0; }
.trust-row strong { font-size: 13px; }
.trust-row small { color: #999; font-size: 11px; }

.vehicle-card { position: relative; align-self: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .15); border-radius: 34px; background: #111; box-shadow: 0 40px 100px rgba(0, 0, 0, .36); }
.vehicle-gallery { position: relative; aspect-ratio: 1.55; overflow: hidden; background: radial-gradient(circle at 60% 46%, #332d24 0, #171614 44%, #060606 78%); isolation: isolate; }
.vehicle-gallery::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(0,0,0,.72)); pointer-events: none; }
.vehicle-brand-logo { position: absolute; z-index: 4; top: 12px; left: 15px; width: 108px; height: auto; filter: drop-shadow(0 5px 15px rgba(0,0,0,.55)); }
.vehicle-meta { position: absolute; z-index: 4; display: flex; gap: 8px; top: 18px; right: 18px; }
.vehicle-meta span { border: 1px solid rgba(255, 255, 255, .26); border-radius: 999px; padding: 7px 11px; color: #eee; background: rgba(20,20,20,.62); backdrop-filter: blur(7px); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.vehicle-photo { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: scale(1.015); transition: opacity .4s ease, transform .8s ease; }
.vehicle-photo.is-active { opacity: 1; transform: scale(1); }
.vehicle-caption { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 28px; background: #151515; padding: 21px 20px 23px; }
.vehicle-caption div:not(.caption-divider) { display: flex; flex-direction: column; }
.vehicle-caption span { font: 700 15px/1.3 "Manrope", sans-serif; }
.vehicle-caption small { color: #999; }
.caption-divider { height: 34px; width: 1px; background: #555; }

.services { padding: 105px max(5vw, calc((100vw - 1440px) / 2 + 5vw)); background: #f6f4f0; }
.section-heading { max-width: 720px; margin: 0 0 50px; }
.section-heading h2, .booking h2 { font-size: clamp(35px, 4vw, 55px); line-height: 1.08; margin: 0 0 18px; }
.section-heading > p:last-child { color: var(--gray-500); font-size: 18px; max-width: 620px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid article { position: relative; min-height: 320px; display: flex; flex-direction: column; padding: 31px; border: 1px solid #dedbd4; border-radius: var(--radius); background: rgba(255, 255, 255, .58); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-grid article:hover { transform: translateY(-5px); border-color: #cbb785; box-shadow: 0 22px 45px rgba(45, 41, 33, .08); }
.service-number { color: var(--gold-dark); font: 700 12px/1 "Manrope", sans-serif; letter-spacing: 2px; }
.service-grid h3 { font-size: 25px; margin: 42px 0 14px; }
.service-grid p { color: var(--gray-500); margin: 0 0 18px; }
.service-grid ul { margin: auto 0 0; padding: 18px 0 0; list-style: none; border-top: 1px solid #e3e0da; }
.service-grid li { padding: 5px 0; font-size: 14px; }
.service-grid li::before { content: "✓"; color: var(--gold-dark); margin-right: 9px; font-weight: 700; }
.care-banner { margin-top: 18px; display: grid; grid-template-columns: auto 1fr minmax(320px, .8fr); gap: 24px; align-items: center; padding: 27px 32px; border-radius: var(--radius); background: var(--black); color: var(--white); }
.care-symbol { width: 53px; height: 53px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 30px; font-weight: 300; }
.care-banner .eyebrow { color: var(--gold); margin-bottom: 4px; }
.care-banner h3 { margin: 0; font-size: 21px; }
.care-banner > p { color: #b9b9b9; margin: 0; font-size: 14px; }

.booking { display: grid; grid-template-columns: minmax(320px, .75fr) minmax(580px, 1.25fr); gap: 6vw; align-items: start; padding: 110px max(5vw, calc((100vw - 1440px) / 2 + 5vw)); background: var(--white); }
.booking-intro { position: sticky; top: 35px; }
.booking-intro > p:not(.eyebrow):not(.contact-note) { color: var(--gray-500); font-size: 17px; max-width: 560px; }
.contact-cards { display: grid; gap: 10px; margin-top: 34px; }
.contact-cards a { position: relative; display: flex; flex-direction: column; padding: 18px 20px; border: 1px solid #dedede; border-radius: 15px; transition: border .2s, transform .2s; }
.contact-cards a:hover { border-color: var(--gold); transform: translateX(3px); }
.contact-cards span { color: var(--gray-500); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.contact-cards strong { font-size: 16px; margin-top: 3px; }
.contact-cards small { position: absolute; right: 17px; top: 50%; transform: translateY(-50%); padding: 5px 8px; border-radius: 999px; background: var(--gray-100); color: var(--gray-500); font-size: 10px; }
.contact-note { color: #777; font-size: 13px; line-height: 1.55; margin-top: 18px; }
.form-shell { padding: 36px; border: 1px solid #dedbd4; border-radius: 28px; background: #faf9f7; box-shadow: var(--shadow); }
.progress { display: flex; align-items: center; justify-content: center; margin-bottom: 38px; }
.progress i { width: 65px; height: 1px; background: #d9d6d0; }
.progress-step { border: 0; padding: 0; display: flex; align-items: center; gap: 8px; background: transparent; color: #999; cursor: default; }
.progress-step span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #ccc; border-radius: 50%; font-size: 12px; }
.progress-step small { font-weight: 600; }
.progress-step.is-active { color: var(--black); }
.progress-step.is-active span { border-color: var(--gold); background: var(--gold); font-weight: 800; }
.progress-step.is-done span { border-color: var(--gold-dark); color: var(--gold-dark); }
.form-step { display: none; border: 0; padding: 0; margin: 0; min-width: 0; }
.form-step.is-active { display: block; animation: reveal .35s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.form-step legend { padding: 0; font: 700 27px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; }
.step-help { color: var(--gray-500); margin: 7px 0 25px; }
.choice-grid { display: grid; gap: 10px; margin-bottom: 20px; }
.service-choices { grid-template-columns: 1fr 1fr; }
.contact-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { height: 100%; display: grid; grid-template-columns: 35px 1fr; align-items: center; column-gap: 10px; padding: 14px; border: 1px solid #d9d6d0; border-radius: 13px; background: var(--white); transition: border .2s, background .2s, box-shadow .2s; }
.choice-grid b { grid-row: 1 / 3; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--gray-100); color: var(--gold-dark); font-size: 13px; }
.choice-grid strong { font-size: 13px; align-self: end; }
.choice-grid small { color: #888; font-size: 11px; align-self: start; }
.choice-grid input:checked + span { border-color: var(--gold); background: #fffdf8; box-shadow: 0 0 0 2px rgba(198, 161, 91, .13); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(198, 161, 91, .35); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > span { color: #555; font-size: 12px; font-weight: 700; }
.field-wide { grid-column: 1 / -1; }
.care-route-note, .call-preference-note { margin: 0; padding: 11px 13px; border-left: 3px solid var(--gold); border-radius: 0 9px 9px 0; background: #f4efe6; color: #686257; font-size: 12px; line-height: 1.5; }
.call-preference-note { margin: -8px 0 18px; }
input, select, textarea { width: 100%; border: 1px solid #d8d5cf; border-radius: 11px; background: var(--white); color: var(--black); padding: 12px 13px; transition: border .2s, box-shadow .2s; }
input, select { height: 48px; }
textarea { min-height: 85px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(198, 161, 91, .11); outline: none; }
.invalid { border-color: #b44 !important; box-shadow: 0 0 0 3px rgba(187, 68, 68, .1) !important; }
.check { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; margin-top: 2px; cursor: pointer; }
.check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gold-dark); }
.check span { font-size: 12px; color: #656565; font-weight: 400; }
.form-error { min-height: 19px; margin: 10px 0 0; color: #9a3535; font-size: 12px; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; }
.button-back { padding-left: 0; background: transparent; color: var(--gray-500); }
.info-strip { display: flex; align-items: center; gap: 12px; margin-top: 17px; padding: 13px; border-radius: 12px; background: #f2ede4; }
.info-strip > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-dark); background: var(--white); }
.info-strip p { margin: 0; font-size: 12px; color: #686257; }
.info-strip strong { color: var(--black); }
.booking-result { text-align: center; animation: reveal .4s ease both; }
.result-check { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--gold); font-size: 24px; font-weight: 800; }
.booking-result .eyebrow { margin-bottom: 8px; }
.booking-result h3 { font-size: 29px; margin: 0 0 8px; }
.booking-result > p:not(.eyebrow) { color: var(--gray-500); font-size: 14px; max-width: 530px; margin: 0 auto 18px; }
.summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 22px 0; overflow: hidden; border: 1px solid #dedbd4; border-radius: 13px; background: #dedbd4; text-align: left; }
.summary div { background: var(--white); padding: 12px 14px; }
.summary span { display: block; color: #8a8a8a; font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.summary strong { display: block; margin-top: 3px; font-size: 13px; }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.button-whatsapp { background: var(--green); color: var(--white); }
.button-email { background: var(--black); color: var(--white); }
.text-button { border: 0; background: none; margin-top: 17px; color: var(--gray-500); text-decoration: underline; cursor: pointer; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 45px 5vw; background: #111; color: #ddd; }
.footer-brand .brand-logo { height: 82px; }
footer > p { color: #858585; font-size: 13px; }
footer > div { display: flex; gap: 22px; font-size: 13px; }
footer > div a:hover { color: var(--gold); }
footer > small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #292929; color: #6c6c6c; }
.mobile-booking { display: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { max-width: 780px; }
  .vehicle-card { max-width: 800px; width: 100%; justify-self: center; }
  .booking { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
  .contact-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .site-header { height: 76px; padding: 0 20px; }
  .brand-logo { height: 62px; }
  nav a:first-child { display: none; }
  .nav-cta { padding: 9px 13px; font-size: 12px; }
  .hero { min-height: auto; padding: 116px 20px 55px; gap: 42px; }
  h1 { font-size: clamp(40px, 11.8vw, 58px); }
  .hero-lead { font-size: 17px; line-height: 1.55; }
  .hero-actions .button { flex: 1 1 180px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 36px; }
  .trust-row > div:last-child { grid-column: 1 / -1; }
  .vehicle-card { border-radius: 24px; }
  .vehicle-gallery { aspect-ratio: 882 / 344; }
  .vehicle-brand-logo { top: 6px; left: 8px; width: 82px; }
  .vehicle-meta { top: 10px; right: 10px; gap: 5px; }
  .vehicle-meta span { padding: 5px 8px; font-size: 9px; }
  .vehicle-caption { gap: 14px; padding: 14px; }
  .vehicle-caption span { font-size: 13px; }
  .vehicle-caption small { font-size: 11px; }
  .services, .booking { padding: 76px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 285px; }
  .care-banner { grid-template-columns: auto 1fr; padding: 22px; }
  .care-banner > p { grid-column: 1 / -1; }
  .contact-cards { grid-template-columns: 1fr; }
  .form-shell { padding: 24px 17px; border-radius: 21px; }
  .progress { margin-bottom: 29px; }
  .progress i { width: 25px; }
  .progress-step { gap: 4px; }
  .progress-step small { display: none; }
  .form-step legend { font-size: 24px; }
  .service-choices, .contact-choices, .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .choice-grid label > span { padding: 12px; }
  .form-actions .button-primary { min-width: 145px; }
  .summary { grid-template-columns: 1fr; }
  .result-actions { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 42px 20px; }
  footer > small { grid-column: 1; }
  footer > div { flex-direction: column; gap: 8px; }
  .mobile-booking { position: fixed; z-index: 50; display: grid; place-items: center; left: 12px; right: 12px; bottom: 10px; height: 50px; border-radius: 999px; background: var(--gold); color: var(--black); box-shadow: 0 10px 30px rgba(0,0,0,.28); font-weight: 800; }
}

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