:root {
  --gold: #f4c400;
  --gold-light: #ffdc37;
  --ink: #11110f;
  --ink-soft: #272722;
  --paper: #fffdf7;
  --muted: #f4f1e8;
  --line: #ded9cb;
  --text: #26251f;
  --subtle: #68665d;
  --success: #18864b;
  --shadow: 0 24px 70px rgba(17, 17, 15, .12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: 1.35rem; }
em { color: var(--gold); font-style: normal; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.section-muted { background: var(--muted); }
.section-dark { color: white; background: var(--ink); }
.section-dark h2 { color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; color: var(--ink); background: var(--gold); transform: translateY(-140%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #1a72e8; outline-offset: 3px; }

.topbar { color: white; background: #080807; font-size: .8rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 18px; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 7px; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 253, 247, .95); border-bottom: 1px solid rgba(17, 17, 15, .08); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; width: 214px; height: 70px; align-items: center; overflow: visible; }
.brand img { width: 100%; height: 66px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: .91rem; font-weight: 700; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 12px 30px rgba(244, 196, 0, .22); }
.button-gold:hover { background: var(--gold-light); box-shadow: 0 15px 34px rgba(244, 196, 0, .32); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 800; }
.text-link:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.eyebrow { margin-bottom: 16px; color: #a17e00; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0 48% 0 0; background: radial-gradient(circle at 20% 15%, rgba(244,196,0,.2), transparent 42%); pointer-events: none; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding-block: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin-bottom: 24px; color: white; font-size: clamp(3.6rem, 7vw, 7.25rem); }
.hero-lead { max-width: 660px; margin-bottom: 32px; color: #d8d4c7; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 36px; color: #d8d4c7; font-size: .86rem; }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.trust-line svg { color: var(--gold); }
.hero-visual { position: relative; min-height: 470px; align-self: stretch; }
.hero-visual::before { content: ""; position: absolute; width: 520px; height: 520px; top: 50%; left: 50%; border-radius: 50%; background: var(--gold); transform: translate(-48%, -50%); }
.hero-visual::after { content: ""; position: absolute; inset: 7% 0; opacity: .16; background: repeating-linear-gradient(135deg, transparent 0 18px, #fff 18px 20px); }
.hero-car { position: absolute; z-index: 2; filter: drop-shadow(0 28px 28px rgba(0,0,0,.32)); mix-blend-mode: multiply; }
.hero-car-main { width: 108%; top: 21%; left: -10%; transform: rotate(-2deg); }
.hero-car-side { width: 58%; right: -8%; bottom: 1%; transform: rotate(2deg); }
.hero-badge { position: absolute; z-index: 5; top: 12%; right: 2%; width: 128px; height: 128px; display: grid; place-content: center; border: 6px solid var(--ink); border-radius: 50%; color: var(--ink); background: white; text-align: center; transform: rotate(5deg); }
.hero-badge strong { display: block; font-size: 1.6rem; line-height: 1; }
.hero-badge span { font-size: .78rem; }

.booking-strip { position: relative; z-index: 4; margin-top: -30px; }
.booking-strip .container { padding: 28px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.section-kicker { display: flex; align-items: baseline; gap: 18px; margin-bottom: 18px; }
.section-kicker span { color: var(--ink); font-size: 1.05rem; font-weight: 900; }
.section-kicker p { margin: 0; color: var(--subtle); font-size: .9rem; }
.quick-form { display: grid; grid-template-columns: 1.1fr 1.1fr 1fr .8fr .8fr auto; align-items: end; gap: 12px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field label, .field legend { color: var(--ink); font-size: .8rem; font-weight: 800; }
.field label span { color: var(--subtle); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--text); border: 1px solid #cfcabb; border-radius: 10px; background: white; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #9d7b00; outline: 3px solid rgba(244,196,0,.25); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading.narrow { max-width: 850px; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vehicle-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.vehicle-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.vehicle-image { position: relative; min-height: 236px; display: grid; place-items: center; overflow: hidden; background: #f6f4ed; }
.vehicle-image img { width: 100%; aspect-ratio: 12/7; object-fit: cover; transition: transform .35s ease; }
.vehicle-card:hover .vehicle-image img { transform: scale(1.025); }
.vehicle-card-body { padding: 22px; }
.vehicle-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--subtle); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.vehicle-meta span:first-child { color: #8f7000; }
.vehicle-card h3 { margin-bottom: 13px; font-size: 1.45rem; }
.spec-row { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 0; margin: 0 0 18px; color: var(--subtle); font-size: .8rem; list-style: none; }
.vehicle-price { display: flex; align-items: end; justify-content: space-between; gap: 8px; padding-top: 16px; border-top: 1px solid var(--line); }
.vehicle-price strong { color: var(--ink); font-size: 1.35rem; }
.vehicle-price small { color: var(--subtle); }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.card-actions .button { min-height: 44px; padding-inline: 12px; font-size: .78rem; }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; overflow: hidden; color: white; border-radius: 20px; background: var(--ink); }
.category-card::before { content: ""; position: absolute; inset: 0; opacity: .15; background: repeating-linear-gradient(135deg, transparent 0 12px, var(--gold) 12px 14px); }
.category-card > * { position: relative; }
.category-card span { color: var(--gold); font-weight: 900; }
.category-card strong { max-width: 160px; margin-top: 26px; font-size: 1.22rem; line-height: 1.2; }
.category-card p { margin: 12px 0 18px; color: #d7d3c8; font-size: .82rem; }
.category-card svg { margin-top: auto; transition: transform .2s ease; }
.category-card:hover svg { transform: translateX(6px); }

.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.feature-panel { padding: 50px; color: white; border-radius: 28px; background: var(--ink); }
.feature-panel h2 { color: white; }
.feature-panel p:not(.eyebrow) { color: #d6d2c6; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.benefit-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.benefit-grid article > span, .service-grid article > span, .service-cards article > span { color: #a17e00; font-size: .78rem; font-weight: 900; }
.benefit-grid h3 { margin: 10px 0 8px; }
.benefit-grid p { margin: 0; color: var(--subtle); }
.services-showcase { color: white; background: #1b1b18; }
.services-showcase h2, .services-showcase h3, .services-showcase .text-link { color: white; }
.services-showcase .eyebrow { color: var(--gold); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid #3e3e38; border-radius: 20px; background: #3e3e38; }
.service-grid article { min-height: 270px; padding: 32px; background: #1b1b18; }
.service-grid p { color: #c9c6ba; }
.service-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.service-gallery figure, .story-image { position: relative; margin: 0; overflow: hidden; border-radius: 22px; background: #111; }
.service-gallery img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.service-gallery figcaption { position: absolute; inset: auto 0 0; display: grid; padding: 50px 24px 20px; background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.service-gallery figcaption strong { color: white; font-size: 1.2rem; }
.service-gallery figcaption span { color: #d4d1c8; font-size: .84rem; }
.editorial-visual { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 0; overflow: hidden; border-radius: 28px; background: var(--ink); }
.editorial-visual > img { width: 100%; height: 520px; object-fit: cover; }
.editorial-visual > div { padding: 52px; color: white; }
.editorial-visual h2 { color: white; }
.editorial-visual > div > p:not(.eyebrow) { color: #c9c6ba; }
.editorial-visual.reverse { grid-template-columns: .95fr 1.05fr; background: var(--muted); }
.editorial-visual.reverse img { order: 2; }
.editorial-visual.reverse > div { color: var(--text); }
.editorial-visual.reverse h2 { color: var(--ink); }
.editorial-visual.reverse > div > p:not(.eyebrow) { color: var(--subtle); }
.process-section { overflow: hidden; }
.process-layout { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 54px; }
.process-layout > img { width: 100%; height: 520px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; counter-reset: steps; list-style: none; }
.process-grid li { position: relative; padding: 34px 42px 34px 0; border-top: 1px solid var(--ink); }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; width: 8px; height: 8px; top: -5px; right: 8%; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px var(--paper); }
.process-grid span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 50%; color: var(--ink); background: var(--gold); font-weight: 900; }
.process-grid p { color: var(--subtle); }
.stats-section { padding: 70px 0; color: white; background: var(--gold); }
.stats-section .eyebrow { color: var(--ink); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stats-grid div { display: grid; }
.stats-grid strong { color: var(--ink); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.stats-grid span { color: #4f4100; font-weight: 800; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-layout > div:first-child p:not(.eyebrow) { color: var(--subtle); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); font-weight: 850; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--muted); transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 760px; padding: 0 45px 22px 0; margin: 0; color: var(--subtle); }
.final-cta { padding: 80px 0; color: white; background: var(--ink); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 760px; margin-bottom: 12px; color: white; }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: #c7c3b8; }
.final-cta-inner > div:last-child { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px; }

.site-footer { padding: 70px 0 24px; color: #d2cec2; background: #090908; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .85fr 1.2fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h2 { margin-bottom: 12px; color: white; font-size: 1rem; letter-spacing: 0; }
.footer-grid a { font-size: .9rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid p { color: #9d9a91; font-size: .88rem; }
.footer-logo { width: 190px; margin-bottom: 12px; padding: 10px; border-radius: 10px; background: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 48px; border-top: 1px solid #292925; color: #8f8c84; font-size: .8rem; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 52px; display: inline-flex; align-items: center; padding: 13px 20px 13px 46px; color: white; border-radius: 999px; background: #158c4d; box-shadow: 0 14px 35px rgba(0,0,0,.25); font-weight: 900; }
.floating-whatsapp::before { content: ""; position: absolute; left: 18px; width: 17px; height: 17px; border: 2px solid white; border-radius: 50%; }

.page-hero { padding: 92px 0 90px; color: white; background: var(--ink); }
.page-hero .container { max-width: 1180px; }
.page-hero h1 { max-width: 950px; margin: 28px 0 24px; color: white; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.page-hero > .container > p:last-child { max-width: 780px; margin-bottom: 0; color: #cbc7bb; font-size: 1.14rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: #aaa79e; font-size: .8rem; }
.breadcrumb a:hover { color: white; text-decoration: underline; }
.catalogue-note { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 22px; margin-bottom: 24px; border-left: 5px solid var(--gold); background: var(--muted); }
.catalogue-note p { margin: 0; color: var(--subtle); }
.filters { display: grid; grid-template-columns: 1fr 1fr 1fr 1.2fr auto; align-items: end; gap: 12px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.filter-transparency { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.filter-transparency span { padding: 7px 10px; border-radius: 999px; color: var(--subtle); background: var(--muted); font-size: .75rem; }
.results-count { margin: 30px 0 18px; color: var(--subtle); font-weight: 700; }
.empty-state { padding: 80px 30px; text-align: center; }

.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wide-visual { position: relative; min-height: 480px; display: grid; align-items: end; margin-bottom: 34px; overflow: hidden; border-radius: 26px; }
.wide-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.02) 72%); }
.wide-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wide-visual > div { position: relative; z-index: 2; max-width: 580px; padding: 48px; color: white; }
.wide-visual h2 { color: white; }
.wide-visual p:not(.eyebrow) { color: #dedbd2; }
.service-cards article { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.service-cards h2 { margin: 30px 0 14px; font-size: 1.8rem; }
.service-cards p { color: var(--subtle); }
.service-cards .text-link { margin-top: auto; }
.info-card { padding: 38px; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.regional-feature { display: grid; grid-template-columns: 1fr .8fr .55fr; align-items: center; gap: 34px; }
.regional-feature > img { width: 100%; height: 430px; object-fit: cover; border-radius: 24px; }
.check-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list svg { color: #8e7100; }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.story-grid > div:first-child p:not(.eyebrow) { color: var(--subtle); font-size: 1.08rem; }
.story-image img { width: 100%; min-height: 430px; object-fit: cover; }
.story-image figcaption { position: absolute; inset: auto 0 0; padding: 42px 24px 20px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.8)); font-size: .86rem; }
.quote-card { min-height: 380px; display: flex; flex-direction: column; justify-content: end; padding: 50px; color: var(--ink); border-radius: 28px; background: var(--gold); }
.quote-card p { font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 850; line-height: 1.15; letter-spacing: -.04em; }
.quote-card span { font-weight: 800; }
.mission-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px 90px; align-items: start; }
.mission-grid p:not(.eyebrow) { color: #c9c6bc; font-size: 1.15rem; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 60px; width: 1px; background: var(--line); }
.timeline article { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 44px; padding-bottom: 80px; }
.timeline article > span { position: relative; z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; border: 10px solid var(--paper); border-radius: 50%; color: var(--ink); background: var(--gold); font-weight: 900; }
.timeline article > div { max-width: 800px; padding-top: 12px; }
.timeline article p:not(.eyebrow) { color: var(--subtle); }
.payment-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.payment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.payment-grid div { min-height: 160px; display: flex; flex-direction: column; justify-content: end; padding: 24px; color: white; border-radius: 18px; background: var(--ink); }
.payment-grid strong { color: var(--gold); font-size: 1.2rem; }
.payment-grid span { color: #c5c2b7; font-size: .82rem; }
.faq-page-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: start; }
.help-card { position: sticky; top: 120px; display: flex; flex-direction: column; align-items: flex-start; padding: 36px; color: white; border-radius: 22px; background: var(--ink); }
.help-card h2 { color: white; }
.help-card p:not(.eyebrow) { color: #c6c3b9; }
.help-card > a:last-child { margin-top: 18px; color: var(--gold); font-weight: 900; }

.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: start; }
.contact-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 0; margin-bottom: 48px; overflow: hidden; border-radius: 24px; background: var(--gold); }
.contact-intro img { width: 100%; height: 390px; object-fit: cover; }
.contact-intro > div { padding: 44px; }
.booking-form { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 50px rgba(17,17,15,.07); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-wide { grid-column: 1 / -1; }
fieldset.field { padding: 0; border: 0; }
.choice-row { display: flex; flex-wrap: wrap; gap: 12px; }
.choice-row label { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; font-weight: 600; }
.choice-row input, .consent input { width: 18px; height: 18px; accent-color: var(--gold); }
.field small, .form-note { color: var(--subtle); font-size: .78rem; }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: var(--subtle); font-size: .82rem; }
.consent a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }
.form-note { margin: 18px 0; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.form-status { min-height: 24px; margin-top: 12px; color: var(--success); font-weight: 800; }
.contact-aside { display: grid; gap: 18px; }
.contact-card, .hours-card { padding: 32px; border-radius: 20px; }
.contact-card { color: white; background: var(--ink); }
.contact-card h2, .hours-card h2 { color: inherit; }
.contact-card > a { display: flex; align-items: flex-start; gap: 12px; padding: 17px 0; border-top: 1px solid #363630; }
.contact-card small { display: block; color: #aaa79d; }
.contact-card svg { color: var(--gold); margin-top: 3px; }
.hours-card { background: var(--gold); }
.hours-card p:last-child { margin-bottom: 0; }

.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 70px; align-items: start; }
.legal-layout aside { position: sticky; top: 120px; }
.legal-layout nav { display: grid; gap: 8px; padding: 20px; border-left: 3px solid var(--gold); background: var(--muted); }
.legal-layout nav a:hover { text-decoration: underline; }
.legal-content { max-width: 820px; }
.legal-content section { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); scroll-margin-top: 140px; }
.legal-content ul { display: grid; gap: 16px; padding-left: 22px; }
.legal-note { padding: 24px; border-radius: 14px; background: var(--gold); }
.legal-note p { margin: 5px 0 0; }
.prose { max-width: 850px; }
.prose h2 { margin-top: 50px; font-size: 1.8rem; }
.prose p { color: var(--subtle); }
.prose a { color: #715900; text-decoration: underline; }
.last-updated { padding-bottom: 24px; border-bottom: 1px solid var(--line); }

.detail-hero { padding: 36px 0 90px; background: var(--muted); }
.detail-hero .breadcrumb { margin-bottom: 34px; color: var(--subtle); }
.detail-hero .breadcrumb a:hover { color: var(--ink); }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.detail-image { position: relative; overflow: hidden; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.detail-image img { width: 100%; aspect-ratio: 12/7; object-fit: cover; }
.detail-image p { padding: 14px 20px; margin: 0; color: var(--subtle); font-size: .75rem; }
.category-chip { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 12px; border-radius: 999px; color: var(--ink); background: var(--gold); font-size: .75rem; font-weight: 900; }
.detail-copy h1 { margin-bottom: 14px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.detail-price { margin-bottom: 22px; color: var(--ink); font-size: 1.65rem; font-weight: 900; }
.detail-copy > p:not(.eyebrow):not(.detail-price) { color: var(--subtle); }
.availability { display: grid; grid-template-columns: auto 1fr; gap: 0 10px; padding: 16px 0; margin: 22px 0; border-block: 1px solid var(--line); }
.availability > span { grid-row: 1 / 3; align-self: center; width: 10px; height: 10px; border-radius: 50%; background: #dc9600; }
.availability small { color: var(--subtle); }
.detail-copy .button-light { color: var(--ink); border-color: var(--line); }
.detail-content { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: start; }
.spec-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); }
.spec-list div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-list div:nth-child(odd) { padding-right: 24px; }
.spec-list dt { color: var(--subtle); font-size: .78rem; }
.spec-list dd { margin: 3px 0 0; color: var(--ink); font-weight: 800; }
.price-summary { padding: 34px; color: white; border-radius: 22px; background: var(--ink); }
.price-summary > strong { display: block; color: var(--gold); font-size: 2rem; }
.price-summary > p:not(.eyebrow) { color: #c9c6ba; }
.price-summary ul { display: grid; gap: 12px; padding: 20px 0; border-block: 1px solid #3b3b35; list-style: none; }
.price-summary li { display: flex; gap: 8px; font-size: .86rem; }
.price-summary svg { color: var(--gold); }
.price-summary .text-link { color: white; }

.error-page { min-height: 680px; display: grid; place-items: center; padding: 80px 0; color: white; text-align: center; background: var(--ink); }
.error-page .container { position: relative; }
.error-page .container > span { display: block; color: var(--gold); font-size: clamp(7rem, 20vw, 18rem); font-weight: 950; line-height: .7; letter-spacing: -.09em; opacity: .17; }
.error-page h1 { max-width: 900px; margin: -20px auto 20px; color: white; }
.error-page .container > p:not(.eyebrow) { color: #c9c6bb; }
.error-page .container > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .header-inner { grid-template-columns: auto 1fr; }
  .main-nav { justify-content: end; gap: 16px; }
  .hero-grid { grid-template-columns: 1fr .8fr; }
  .quick-form { grid-template-columns: repeat(3, 1fr); }
  .quick-form .button { align-self: end; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .filters { grid-template-columns: repeat(2, 1fr); }
  .filters .button { width: max-content; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .section { padding: 76px 0; }
  .topbar-inner span, .topbar-inner a:last-child { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 76px; grid-template-columns: auto auto; justify-content: space-between; }
  .brand { width: 176px; height: 58px; }
  .brand img { height: 56px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 76px 0 auto; max-height: calc(100vh - 76px); display: grid; align-content: start; gap: 0; padding: 18px 24px 28px; overflow-y: auto; border-top: 1px solid var(--line); background: var(--paper); transform: translateY(-125%); transition: transform .25s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 75px 0 45px; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 6rem); }
  .hero-visual { min-height: 440px; }
  .hero-visual::before { width: 430px; height: 430px; }
  .booking-strip { margin-top: 0; padding-top: 22px; background: var(--muted); }
  .booking-strip .container { width: var(--container); }
  .quick-form { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .category-grid, .service-grid, .service-cards { grid-template-columns: 1fr 1fr; }
  .split-feature, .story-grid, .mission-grid, .payment-layout, .faq-layout, .faq-page-grid, .contact-grid, .legal-layout, .detail-grid, .detail-content, .editorial-visual, .editorial-visual.reverse, .process-layout, .regional-feature, .contact-intro { grid-template-columns: 1fr; gap: 44px; }
  .editorial-visual.reverse img { order: 0; }
  .legal-layout aside, .help-card { position: static; }
  .benefit-grid { gap: 18px; }
  .service-grid article { min-height: 230px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li:not(:last-child)::after { display: none; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta-inner > div:last-child { justify-content: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .filters { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .section { padding: 62px 0; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.2rem; }
  .hero-grid { padding-top: 60px; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.8rem); }
  .hero-visual { min-height: 320px; }
  .hero-visual::before { width: 320px; height: 320px; }
  .hero-car-main { width: 112%; top: 16%; }
  .hero-car-side { width: 62%; }
  .hero-badge { width: 95px; height: 95px; top: 3%; right: 0; border-width: 4px; }
  .hero-badge strong { font-size: 1.2rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-line { display: grid; gap: 8px; }
  .section-kicker { display: block; }
  .quick-form, .vehicle-grid, .category-grid, .service-grid, .service-gallery, .service-cards, .benefit-grid, .stats-grid, .form-grid, .filters, .spec-list, .payment-grid { grid-template-columns: 1fr; }
  .editorial-visual > img, .process-layout > img { height: 320px; }
  .editorial-visual > div, .wide-visual > div, .contact-intro > div { padding: 30px; }
  .wide-visual { min-height: 460px; }
  .wide-visual::after { background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,.05) 75%); }
  .contact-intro img { height: 280px; }
  .field-wide { grid-column: auto; }
  .feature-panel, .quote-card { padding: 32px; }
  .vehicle-image { min-height: 190px; }
  .page-hero { padding: 65px 0; }
  .page-hero h1 { font-size: 3.25rem; }
  .timeline::before { left: 31px; }
  .timeline article { grid-template-columns: 64px 1fr; gap: 22px; padding-bottom: 55px; }
  .timeline article > span { width: 62px; height: 62px; }
  .booking-form { padding: 22px; }
  .choice-row { display: grid; }
  .form-actions, .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 54px; padding: 0; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp::before { left: 17px; }
  .detail-hero { padding-bottom: 60px; }
  .detail-content { gap: 40px; }
}

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