.cars-theme{--surface:#fff;--surface-soft:#f5f5f7;--surface-softer:#fafafb;--ink:#171a20;--ink-soft:#5c5e62;--ink-faint:#8e9094;--gold:#ffae00;--gold-hover:#d99a1e;--gold-tint:#edb2301f;--divider:#e5e5e5;--divider-strong:#d4d4d4;background:var(--surface);color:var(--ink);font-family:var(--font-lato-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:-.005em;min-height:100vh}body:has(.cars-theme){background:var(--surface)}.cars-theme select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23171a20' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")!important}.cars-theme .section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:6px;font-size:10px;font-weight:700}.cars-theme .section-title{letter-spacing:-.025em;color:var(--ink);margin:0;font-size:clamp(22px,3.4vw,30px);font-weight:800}.cars-theme .btn-gold{background:var(--gold);color:var(--ink);letter-spacing:.04em;border:none;font-weight:700;transition:background-color .2s,transform .2s}.cars-theme .btn-gold:hover{background:var(--gold-hover);transform:translateY(-1px)}.cars-theme .btn-outline{color:var(--ink);border:1px solid var(--divider-strong);background:0 0;font-weight:600;transition:background-color .2s,border-color .2s,color .2s}.cars-theme .btn-outline:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.cars-theme .input-light{background:var(--surface);border:1px solid var(--divider);color:var(--ink);transition:border-color .2s,box-shadow .2s}.cars-theme .input-light:focus{border-color:var(--ink);outline:none;box-shadow:0 0 0 3px #171a200f}.cars-theme .reveal{opacity:0;transition:opacity .55s cubic-bezier(.2,.7,.2,1),transform .55s cubic-bezier(.2,.7,.2,1);transform:translateY(20px)}.cars-theme .reveal.is-in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.cars-theme .reveal{opacity:1;transition:none;transform:none}}
