body{-webkit-font-smoothing:antialiased;margin:0;font-family:Montserrat,system-ui,sans-serif}.dealer-site.svelte-19vye5f{font-family:var(--demo-font,"Montserrat", system-ui, sans-serif);background:var(--bg);min-height:100vh;color:var(--fg);opacity:0;--hero-glow2:transparent;transition:opacity .5s}.dealer-site.visible.svelte-19vye5f{opacity:1}.demo-banner.svelte-19vye5f{background:var(--accent);color:var(--btn-text);text-align:center;padding:8px 16px;font-size:13px;font-weight:500}.demo-banner.svelte-19vye5f a:where(.svelte-19vye5f){color:inherit;text-decoration:underline}.dealer-header.svelte-19vye5f{z-index:100;background:var(--header-bg);color:var(--header-fg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner.svelte-19vye5f{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:14px 24px;display:flex}.dealer-brand.svelte-19vye5f{align-items:center;gap:12px;display:flex}.brand-mark.svelte-19vye5f{background:linear-gradient(135deg, var(--accent), var(--accent-dark));min-width:36px;height:36px;color:var(--btn-text);letter-spacing:-.02em;border-radius:8px;justify-content:center;align-items:center;padding:0 8px;font-size:14px;font-weight:700;display:flex}.brand-text.svelte-19vye5f{flex-direction:column;display:flex}.brand-name.svelte-19vye5f{color:var(--header-fg);font-size:15px;font-weight:600}.brand-tag.svelte-19vye5f{color:color-mix(in srgb, var(--header-fg) 60%, transparent);font-size:12px}.dealer-nav.svelte-19vye5f{gap:24px;display:flex}.dealer-nav.svelte-19vye5f a:where(.svelte-19vye5f){color:color-mix(in srgb, var(--header-fg) 75%, transparent);text-transform:uppercase;letter-spacing:.04em;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.dealer-nav.svelte-19vye5f a:where(.svelte-19vye5f):hover{color:var(--accent)}.header-phone.svelte-19vye5f{color:var(--accent);font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.header-phone.svelte-19vye5f:hover{color:var(--accent-hover)}.footer-phone.svelte-19vye5f{color:inherit;text-decoration:none;transition:color .2s}.footer-phone.svelte-19vye5f:hover{color:var(--accent)}.hero.svelte-19vye5f{align-items:center;min-height:520px;padding:80px 24px;display:flex;position:relative;overflow:hidden}.hero-bg.svelte-19vye5f{background:radial-gradient(ellipse at 70% 50%, var(--hero-glow1), transparent 60%), radial-gradient(ellipse at 20% 80%, var(--hero-glow2), transparent 50%);position:absolute;inset:0}.hero-content.svelte-19vye5f{z-index:1;max-width:1200px;margin:0 auto;position:relative}.hero-eyebrow.svelte-19vye5f{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin:0 0 16px;font-size:13px;font-weight:500}.hero-title.svelte-19vye5f{font-family:var(--demo-font,"Montserrat", system-ui, sans-serif);font-weight:var(--heading-weight,700);letter-spacing:var(--heading-tracking,-.02em);color:var(--fg);margin:0 0 20px;font-size:clamp(48px,7vw,80px);line-height:1.05}.hero-title.svelte-19vye5f em:where(.svelte-19vye5f){color:var(--accent);font-style:italic}.hero-sub.svelte-19vye5f{color:var(--fg-muted);max-width:440px;margin:0 0 32px;font-size:16px;line-height:1.6}.hero-actions.svelte-19vye5f{gap:12px;display:flex}.btn-primary.svelte-19vye5f{background:var(--accent);color:var(--btn-text);border-radius:8px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.btn-primary.svelte-19vye5f:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary.svelte-19vye5f{border:1px solid var(--border-hover);color:var(--fg);border-radius:8px;padding:12px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s}.btn-secondary.svelte-19vye5f:hover{border-color:var(--fg-dim)}.hero-overlay-text.svelte-19vye5f{color:var(--fg-dim);font-size:13px;position:absolute;bottom:24px;right:24px}.hero-overlay-text.svelte-19vye5f span:where(.svelte-19vye5f){color:#4ade80}.inventory.svelte-19vye5f{max-width:1200px;margin:0 auto;padding:64px 24px}.section-header.svelte-19vye5f{margin-bottom:32px}.section-header.svelte-19vye5f h2:where(.svelte-19vye5f){font-family:var(--demo-font,"Montserrat", system-ui, sans-serif);font-weight:var(--heading-weight,600);letter-spacing:var(--heading-tracking,-.01em);color:var(--fg);margin:0 0 6px;font-size:32px}.section-header.svelte-19vye5f p:where(.svelte-19vye5f){color:var(--fg-dim);margin:0;font-size:15px}.vehicle-grid.svelte-19vye5f{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.vehicle-card.svelte-19vye5f{background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform .2s,border-color .2s;animation:.5s both svelte-19vye5f-fadeUp;overflow:hidden}.vehicle-card.svelte-19vye5f:hover{border-color:var(--border-hover);transform:translateY(-4px)}@keyframes svelte-19vye5f-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-img-wrap.svelte-19vye5f{background:var(--surface);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.card-img-wrap.svelte-19vye5f img:where(.svelte-19vye5f){object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .3s}.vehicle-card.svelte-19vye5f:hover .card-img-wrap:where(.svelte-19vye5f) img:where(.svelte-19vye5f){transform:scale(1.04)}.card-badge.svelte-19vye5f{background:var(--accent);color:var(--btn-text);border-radius:6px;padding:3px 10px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px}.card-body.svelte-19vye5f{padding:16px}.card-year.svelte-19vye5f{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.card-title.svelte-19vye5f{margin:4px 0 12px;font-size:16px;font-weight:600}.card-meta.svelte-19vye5f{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.card-miles.svelte-19vye5f{color:var(--fg-dim);font-size:13px}.card-price.svelte-19vye5f{color:var(--accent);font-size:18px;font-weight:600}.card-actions.svelte-19vye5f{gap:8px;display:flex}.card-cta.svelte-19vye5f{background:var(--surface-raised);border:1px solid var(--border);color:var(--fg);cursor:pointer;border-radius:8px;flex:1;padding:10px;font-size:14px;font-weight:500;transition:all .2s}.card-cta.svelte-19vye5f:hover{background:var(--border-hover);border-color:var(--border-hover)}.card-ask.svelte-19vye5f{background:var(--accent);color:var(--btn-text);border:1px solid var(--accent);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.card-ask.svelte-19vye5f:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.card-ask-mark.svelte-19vye5f{font-size:14px;line-height:1}.card-ask-label.svelte-19vye5f{white-space:nowrap}@media (width<=480px){.card-ask-label.svelte-19vye5f{display:none}.card-ask.svelte-19vye5f{padding:10px}}.why-us.svelte-19vye5f{max-width:1200px;margin:0 auto;padding:48px 24px 80px}.features.svelte-19vye5f{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature.svelte-19vye5f{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:28px}.feature-icon.svelte-19vye5f{color:var(--accent);margin-bottom:14px;font-size:24px;display:block}.feature.svelte-19vye5f h3:where(.svelte-19vye5f){margin:0 0 8px;font-size:15px;font-weight:600}.feature.svelte-19vye5f p:where(.svelte-19vye5f){color:var(--fg-muted);margin:0;font-size:14px;line-height:1.5}.dealer-footer.svelte-19vye5f{background:var(--surface-raised);border-top:1px solid var(--border);padding:48px 24px}.footer-inner.svelte-19vye5f{grid-template-columns:repeat(4,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.footer-brand.svelte-19vye5f{margin-bottom:12px;font-size:15px;font-weight:600;display:block}.footer-col.svelte-19vye5f p:where(.svelte-19vye5f){color:var(--fg-dim);margin:4px 0;font-size:14px;line-height:1.6}.footer-col.svelte-19vye5f h4:where(.svelte-19vye5f){color:var(--fg-muted);margin:0 0 10px;font-size:14px;font-weight:600}.footer-col.svelte-19vye5f a:where(.svelte-19vye5f){color:var(--fg-dim);margin:4px 0;font-size:14px;text-decoration:none;display:block}.footer-col.svelte-19vye5f a:where(.svelte-19vye5f):hover{color:var(--accent)}.demo-note.svelte-19vye5f{align-items:flex-end;display:flex}.demo-note.svelte-19vye5f p:where(.svelte-19vye5f){color:var(--fg-dim);font-size:12px}.demo-note.svelte-19vye5f a:where(.svelte-19vye5f){color:var(--accent);display:inline}@media (width<=768px){.dealer-nav.svelte-19vye5f{display:none}.features.svelte-19vye5f{grid-template-columns:1fr}.footer-inner.svelte-19vye5f{grid-template-columns:1fr 1fr}}
