:root{
  --red:#8f1d2c;
  --red-dark:#67121f;
  --black:#0f1115;
  --ink:#161922;
  --muted:#6f7683;
  --soft:#f3f1ed;
  --line:#ded8cf;
  --card:#ffffff;
  --radius:22px;
  --shadow:0 20px 58px rgba(15,17,21,.13);
}*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--soft);color:var(--ink);font-weight:500}
a{text-decoration:none;color:inherit}.container{max-width:1240px}.btn{border-radius:14px;font-weight:900;padding:.78rem 1.05rem}.btn-red{background:var(--red);border-color:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff}.btn-dark{background:#161b22;border-color:#161b22}.btn-light{background:#fff;border-color:#fff;color:#111}.btn-outline-dark{border-color:#d7dde6;color:#141922;background:#fff}.btn-outline-dark:hover{background:#141922;color:#fff}.btn-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid #d9e0ea;background:#fff;color:#111;padding:0}.btn-call{display:flex;align-items:center;justify-content:center;gap:.45rem}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;color:var(--red);font-weight:950;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.eyebrow.dark{color:#445066}.section{padding:72px 0}.section-light{background:#fff}.empty-state{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;text-align:center;color:var(--muted);font-weight:800}.form-control,.form-select{min-height:52px;border-radius:14px;border-color:#dce2ea;font-weight:650}.form-control:focus,.form-select:focus{border-color:rgba(201,138,46,.45);box-shadow:0 0 0 .22rem rgba(201,138,46,.12)}

.dealer-topbar{background:#0b1117;color:#dbe3ef;font-size:.92rem}.dealer-topbar .container{min-height:42px}.dealer-topbar a,.dealer-topbar span{display:inline-flex;align-items:center;gap:.35rem;color:#dbe3ef;font-weight:700}.dealer-topbar-left,.dealer-topbar-right{display:flex;align-items:center;gap:1.1rem;min-width:0}.whatsapp-link{color:#fff!important}.dealer-navbar{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(15,20,27,.04);z-index:1020}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1.4rem}.dealer-brand{display:flex;align-items:center;gap:.8rem;min-width:0}.dealer-brand img,.brand-mark{width:52px;height:52px;border-radius:16px;object-fit:cover;background:#111;color:#fff;display:grid;place-items:center;font-weight:950}.dealer-brand strong{display:block;font-size:1.08rem;font-weight:950;line-height:1}.dealer-brand small{display:block;color:var(--muted);font-weight:750;font-size:.82rem;margin-top:.18rem}.dealer-menu{align-items:center;gap:.35rem}.dealer-menu a{padding:.7rem .9rem;border-radius:12px;color:#323b4a;font-weight:850}.dealer-menu a.active,.dealer-menu a:hover{background:#fff6ea;color:var(--red)}.nav-actions{align-items:center;gap:.65rem}.navbar-toggler{border:0;background:#111;color:#fff;border-radius:13px;padding:.65rem}.navbar-toggler-icon{filter:invert(1)}.mobile-menu{display:grid;gap:.55rem}.mobile-menu a{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;border-radius:14px;background:#f6f7f9;font-weight:850}.mobile-menu .mobile-red{background:var(--red);color:#fff}

.home-hero{background:linear-gradient(135deg,#111820 0%,#0b1117 56%,#33230f 100%);color:#fff;padding:84px 0 76px;position:relative;overflow:hidden}.home-hero:after{content:"";position:absolute;right:-160px;top:-160px;width:440px;height:440px;border-radius:999px;background:rgba(201,138,46,.24);filter:blur(18px)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:48px;align-items:center;position:relative;z-index:1}.hero-content h1{font-size:clamp(2.8rem,6vw,5.8rem);line-height:.92;letter-spacing:-.08em;font-weight:950;margin:.8rem 0 1.1rem}.hero-content p{color:#d6deea;font-size:1.12rem;line-height:1.7;max-width:650px;font-weight:650}.hero-search{background:#fff;border-radius:18px;padding:.48rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.45rem;max-width:650px;box-shadow:0 18px 48px rgba(0,0,0,.22);margin:1.5rem 0}.hero-search i{color:#687386;padding-left:.9rem}.hero-search input{border:0;outline:0;min-height:48px;font-weight:800}.hero-search button{border:0;background:var(--red);color:#fff;font-weight:950;border-radius:14px;padding:.8rem 1.1rem}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.trust-row{display:flex;gap:.8rem 1.25rem;flex-wrap:wrap;margin-top:1.25rem;color:#e5eaf2;font-weight:800}.trust-row span{display:flex;gap:.35rem;align-items:center}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.7rem;max-width:640px}.hero-stats div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:1rem}.hero-stats strong{display:block;font-size:1.8rem;font-weight:950}.hero-stats span{color:#c8d0dc;font-weight:750}.hero-showcase{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 32px 90px rgba(0,0,0,.34);transform:rotate(1.2deg)}.hero-showcase .photo{display:block;height:360px;background:#222;overflow:hidden}.hero-showcase img{width:100%;height:100%;object-fit:cover}.hero-showcase .caption{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#111;padding:1.15rem 1.25rem}.hero-showcase .caption strong{display:block;font-weight:950}.hero-showcase .caption span{display:block;color:var(--muted);font-weight:750}.hero-showcase .caption b{color:var(--red);font-size:1.45rem;white-space:nowrap}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.8rem}.section-title h2{font-size:clamp(2rem,3vw,3.15rem);font-weight:950;letter-spacing:-.06em;margin:.25rem 0}.section-title p{color:var(--muted);font-weight:700;margin:0}.brand-strip{display:flex;gap:.75rem;flex-wrap:wrap}.brand-pill{background:#f3f5f8;border:1px solid var(--line);border-radius:999px;padding:.75rem 1rem;font-weight:900}.brand-pill:hover{background:#111;color:#fff}.latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.feature-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.feature-card,.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.5rem;box-shadow:0 14px 38px rgba(15,20,27,.05)}.feature-card i{width:48px;height:48px;border-radius:15px;background:#fff6ea;color:var(--red);display:grid;place-items:center;font-size:1.35rem;margin-bottom:1rem}.feature-card h3,.testimonial-card strong{font-weight:950}.feature-card p,.testimonial-card p{color:#5d6879;font-weight:650;line-height:1.65}.testimonial-card span{display:block;color:var(--muted);font-size:.9rem;font-weight:750}.cta-band{background:#111820;color:#fff;border-radius:28px;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1.4rem}.cta-band h2{font-weight:950;letter-spacing:-.05em;margin:0}.cta-band p{color:#cbd3df;margin:.35rem 0 0;font-weight:700}

.page-hero{background:#111820;color:#fff;padding:60px 0}.page-hero.compact{padding:46px 0}.page-hero h1{font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:950;letter-spacing:-.07em;margin:.35rem 0}.page-hero p{color:#d5dce8;margin:0;font-weight:700}.stock-content{padding-top:32px}.filters-panel{position:sticky;top:98px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.25rem;box-shadow:0 14px 40px rgba(15,20,27,.06)}.filters-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #edf0f4;padding-bottom:1rem;margin-bottom:1rem}.filters-head strong{font-size:1.1rem}.filters-head span{display:block;color:var(--muted);font-weight:700}.filter-stack{display:grid;gap:1rem}.form-label{font-weight:900;color:#333b48;font-size:.88rem}.results-toolbar{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1rem 1.15rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:950}.results-toolbar span{font-size:.9rem;color:var(--muted)}[data-vehicles-results].is-loading{opacity:.55;pointer-events:none}.pagination .page-link{border-radius:12px;border:1px solid #dce2eb;color:#111820;font-weight:900}.pagination .active .page-link{background:var(--red);border-color:var(--red);color:#fff}

.vehicle-item{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 52px rgba(15,20,27,.08);overflow:hidden;display:grid;grid-template-columns:320px minmax(0,1fr) 230px;min-height:230px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.vehicle-item:hover{transform:translateY(-2px);box-shadow:0 24px 64px rgba(15,20,27,.12);border-color:#dfe4ec}.vehicle-item__media{position:relative;display:block;background:#131820;min-height:230px;overflow:hidden}.vehicle-item__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.vehicle-item:hover .vehicle-item__media img{transform:scale(1.035)}.vehicle-item__media.is-empty,.media-fallback{display:grid;place-items:center;color:rgba(255,255,255,.38);font-size:3rem}.tag{position:absolute;z-index:2;border-radius:999px;font-size:.72rem;font-weight:950;letter-spacing:.045em}.tag-eco{left:14px;top:14px;background:#fff;color:#111820;padding:.5rem .78rem;text-transform:uppercase;box-shadow:0 8px 22px rgba(0,0,0,.12)}.tag-year{right:14px;top:14px;background:var(--red);color:#fff;padding:.52rem .82rem;box-shadow:0 8px 22px rgba(201,138,46,.30)}.vehicle-item__main{padding:1.45rem 1.55rem;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.9rem}.vehicle-item__headline{display:flex;gap:1rem;justify-content:space-between;align-items:flex-start}.vehicle-item__title{font-size:1.42rem;line-height:1.14;font-weight:950;letter-spacing:-.045em;color:#111820;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vehicle-item__title:hover{color:var(--red)}.vehicle-item__price{font-size:1.9rem;line-height:1;font-weight:950;color:var(--red);white-space:nowrap}.mobile-price{display:none}.vehicle-facts{display:flex;flex-wrap:wrap;gap:.55rem}.vehicle-fact{background:#f7f8fa;border:1px solid #edf0f4;border-radius:999px;padding:.58rem .78rem;min-width:0;display:inline-flex;align-items:center;gap:.42rem;color:#18202c;font-weight:900;line-height:1}.vehicle-fact i{color:var(--red);font-size:.95rem;flex:0 0 auto}.vehicle-fact strong{display:block;font-size:.92rem;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:155px}.vehicle-item__side{border-left:1px solid #edf0f4;padding:1.45rem;display:flex;flex-direction:column;justify-content:center;gap:.72rem;background:linear-gradient(180deg,#fff,#fafbfc)}.vehicle-item__side>span{color:#687386;font-weight:950;text-transform:uppercase;font-size:.76rem;letter-spacing:.07em}.vehicle-item__side small{color:#687386;font-weight:850}.vehicle-actions{display:grid;grid-template-columns:1fr 48px;gap:.65rem;margin-top:.45rem}.vehicle-actions .btn-red{grid-column:1/2}.vehicle-actions .btn-call{grid-column:1/3}.latest-grid .vehicle-item{display:flex;flex-direction:column;height:100%;min-height:0;border-radius:24px}.latest-grid .vehicle-item__media{height:230px;min-height:230px}.latest-grid .vehicle-item__main{padding:1.15rem;justify-content:flex-start}.latest-grid .vehicle-item__title{font-size:1.12rem;line-height:1.18}.latest-grid .vehicle-facts{gap:.45rem}.latest-grid .vehicle-fact{padding:.5rem .65rem}.latest-grid .vehicle-fact strong{max-width:120px;font-size:.85rem}.latest-grid .vehicle-item__side{border-left:0;border-top:1px solid #edf0f4;padding:1rem 1.15rem}.latest-grid .vehicle-item__side>span{display:none}.latest-grid .vehicle-item__side .vehicle-item__price{font-size:1.45rem}.latest-grid .vehicle-actions{grid-template-columns:1fr 48px}.latest-grid .btn-call{display:none}

.detail-hero{background:#111820;color:#fff;padding:52px 0}.back-link{display:inline-flex;align-items:center;gap:.45rem;color:#e8edf5;font-weight:850;margin-bottom:1.2rem}.detail-title-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:end}.detail-title-grid h1{font-size:clamp(2.2rem,5vw,4.8rem);font-weight:950;letter-spacing:-.075em;line-height:.98;margin:.45rem 0}.detail-title-grid p{color:#d0d7e3;font-weight:700;margin:.5rem 0 0}.detail-gallery,.info-card,.lead-card,.dealer-mini-card,.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 16px 44px rgba(15,20,27,.07)}.detail-gallery{overflow:hidden}.carousel-item img,.detail-placeholder{height:540px;width:100%;object-fit:cover;background:#171d25}.detail-placeholder{display:grid;place-items:center;color:rgba(255,255,255,.35);font-size:4rem}.thumb-row{display:flex;gap:.6rem;padding:1rem;overflow-x:auto}.carousel-thumb{border:2px solid transparent;background:none;border-radius:14px;padding:0;overflow:hidden;flex:0 0 96px}.carousel-thumb img{width:96px;height:68px;object-fit:cover}.carousel-thumb.active{border-color:var(--red)}.info-card{padding:1.6rem}.card-title-line h2{font-weight:950;letter-spacing:-.04em;margin:.25rem 0 1rem}.detail-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.detail-spec-grid span{background:#f7f8fa;border:1px solid #edf0f4;border-radius:16px;padding:.85rem}.detail-spec-grid small{display:block;color:#687386;font-weight:850;text-transform:uppercase;font-size:.7rem}.detail-spec-grid strong{font-weight:950}.lead-sidebar{top:96px}.lead-card,.dealer-mini-card,.contact-form-card{padding:1.45rem}.lead-card span{color:#687386;font-weight:850}.lead-card strong{display:block;color:var(--red);font-size:2.25rem;font-weight:950}.lead-card small{color:#687386;font-weight:800}.dealer-mini-card{display:grid;gap:.65rem}.dealer-mini-card strong{font-size:1.15rem}.dealer-mini-card span{display:flex;align-items:flex-start;gap:.55rem;color:#596577;font-weight:750}.dealer-mini-card i{color:var(--red)}.contact-form-card h2{font-weight:950;letter-spacing:-.04em;margin-bottom:1rem}.contact-form-card form{display:grid;gap:.8rem}.vehicle-description{color:#465163;font-weight:650;line-height:1.75}.site-footer{background:#0b1117;color:#d9e0ea;padding:56px 0 24px}.footer-main{display:grid;grid-template-columns:1.3fr repeat(3,.8fr);gap:2rem}.footer-brand{font-weight:950;color:#fff;font-size:1.3rem}.footer-about p{color:#aeb7c5;margin:.65rem 0 1rem}.footer-social{display:flex;gap:.6rem}.footer-social a{width:42px;height:42px;border-radius:12px;background:#151f2a;display:grid;place-items:center;color:#fff}.footer-col{display:grid;gap:.45rem;align-content:start}.footer-col h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.06em;color:#fff}.footer-col a,.footer-col span{color:#aeb7c5;font-weight:700}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:2rem;padding-top:1rem;color:#8f9aaa;font-weight:700;font-size:.9rem}

@media (max-width:1199.98px){.vehicle-item{grid-template-columns:280px minmax(0,1fr) 210px}.hero-grid{grid-template-columns:1fr 440px}.latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:991.98px){.dealer-topbar{display:none}.nav-actions{display:none}.hero-grid{grid-template-columns:1fr}.hero-showcase{transform:none}.filters-panel{position:relative;top:auto}.stock-content .row{--bs-gutter-y:1rem}.vehicle-item{display:flex;flex-direction:column;border-radius:24px;min-height:0}.vehicle-item__media{height:245px;min-height:245px}.vehicle-item__main{padding:1.1rem;justify-content:flex-start}.vehicle-item__side{border-left:0;border-top:1px solid #edf0f4;padding:1rem 1.1rem}.vehicle-item__side>span,.vehicle-item__side>.vehicle-item__price,.vehicle-item__side>small{display:none}.mobile-price{display:block;font-size:1.35rem}.vehicle-actions{grid-template-columns:1fr 50px}.vehicle-actions .btn-call{display:none}.latest-grid{grid-template-columns:1fr}.feature-grid,.testimonial-grid{grid-template-columns:1fr}.section-title{display:block}.section{padding:54px 0}.cta-band{display:block}.cta-band .btn{margin-top:1rem}.detail-title-grid{grid-template-columns:1fr}.carousel-item img,.detail-placeholder{height:360px}.detail-spec-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr}.lead-sidebar{position:static!important}.page-hero{padding:42px 0}}
@media (max-width:575px){body{font-size:15px}.home-hero{padding:52px 0}.hero-content h1{font-size:2.7rem}.hero-search{grid-template-columns:auto 1fr}.hero-search button{grid-column:1/3}.hero-stats{grid-template-columns:1fr}.hero-showcase .photo{height:260px}.vehicle-item__media{height:220px;min-height:220px}.vehicle-facts{gap:.45rem}.vehicle-fact{padding:.55rem .65rem}.vehicle-fact strong{font-size:.86rem;max-width:125px}.vehicle-item__title{font-size:1.14rem}.dealer-brand img,.brand-mark{width:46px;height:46px}.nav-wrap{min-height:66px}.carousel-item img,.detail-placeholder{height:275px}.detail-spec-grid{grid-template-columns:1fr}.lead-card strong{font-size:1.85rem}}

/* V8 cleanup: no free text search, cleaner index and contact */
.home-hero-dealer .hero-actions .btn-outline-light{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.06)}
.home-hero-dealer .hero-actions .btn-outline-light:hover{background:#fff;color:#111;border-color:#fff}
.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:28px;align-items:start}.contact-main-card,.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px}.contact-card-header h2{font-size:clamp(2rem,3vw,3.3rem);font-weight:950;letter-spacing:-.06em;margin:.35rem 0 .25rem}.contact-card-header p{color:var(--muted);font-weight:750;margin:0 0 1.4rem}.contact-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-action{display:flex;flex-direction:column;gap:.25rem;background:#f6f8fb;border:1px solid #e4e9f1;border-radius:20px;padding:18px;color:#121822;min-height:132px;transition:.18s ease}.contact-action:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(15,20,27,.08);color:#121822}.contact-action i{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#fff;color:var(--red);font-size:1.2rem;box-shadow:0 8px 24px rgba(15,20,27,.06)}.contact-action span{text-transform:uppercase;font-size:.72rem;letter-spacing:.08em;font-weight:950;color:#6a7587;margin-top:.35rem}.contact-action strong{font-size:1rem;line-height:1.35;word-break:break-word}.contact-action-red{background:linear-gradient(135deg,var(--red),#9f681d);color:#fff;border-color:transparent}.contact-action-red:hover{color:#fff}.contact-action-red i{color:var(--red)}.contact-action-red span{color:#ffe8c8}.visit-box{margin-top:18px;border-radius:24px;background:#111820;color:#fff;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.visit-box h3{font-weight:950;margin:0 0 .35rem}.visit-box p{color:#cbd4df;margin:0;font-weight:650}.contact-form-card h2{font-weight:950;letter-spacing:-.04em}.filters-panel .filter-stack{gap:18px}.results-toolbar{align-items:center}
@media (max-width:991.98px){.contact-layout{grid-template-columns:1fr}.contact-main-card,.contact-form-card{padding:22px}.contact-action-grid{grid-template-columns:1fr}.visit-box{display:block}.visit-box .btn{margin-top:1rem}.home-hero-dealer .hero-actions{display:grid;grid-template-columns:1fr}.home-hero-dealer .hero-actions .btn{width:100%}}



/* Breinel Motor - dealership graphite / burgundy / chrome theme */
body{
  background:linear-gradient(180deg,#f3f1ed 0%,#faf9f7 46%,#f3f1ed 100%)!important;
  color:#161922!important;
}
.btn-red,
.hero-search button,
.pagination .active .page-link,
.mobile-menu .mobile-red{
  background:#8f1d2c!important;
  border-color:#8f1d2c!important;
  color:#fff!important;
}
.btn-red:hover,
.hero-search button:hover{
  background:#67121f!important;
  border-color:#67121f!important;
  color:#fff!important;
}
.dealer-topbar{
  background:#0f1115!important;
  color:#e7e2da!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.dealer-topbar a,
.dealer-topbar span{color:#e7e2da!important;}
.dealer-navbar{
  background:#ffffff!important;
  border-bottom:1px solid #ded8cf!important;
  box-shadow:0 10px 28px rgba(15,17,21,.07)!important;
}
.dealer-brand img,
.brand-mark{
  background:linear-gradient(135deg,#0f1115 0%,#2a2f3a 58%,#8f1d2c 100%)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(15,17,21,.18)!important;
}
.dealer-menu a{color:#2a2f3a!important;}
.dealer-menu a.active,
.dealer-menu a:hover{
  background:#f4e9e6!important;
  color:#8f1d2c!important;
}
.home-hero{
  background:
    radial-gradient(circle at 82% 8%,rgba(143,29,44,.36),transparent 31%),
    radial-gradient(circle at 12% 88%,rgba(184,117,53,.20),transparent 28%),
    linear-gradient(135deg,#0f1115 0%,#222733 52%,#3a151b 100%)!important;
  color:#fff!important;
}
.home-hero:after{background:rgba(184,117,53,.20)!important;}
.page-hero,
.detail-hero{
  background:linear-gradient(135deg,#0f1115 0%,#222733 64%,#3a151b 100%)!important;
  color:#fff!important;
}
.hero-content p,
.page-hero p,
.detail-title-grid p{color:#e7e2da!important;}
.hero-stats div{
  background:rgba(255,255,255,.095)!important;
  border-color:rgba(255,255,255,.16)!important;
}
.hero-search{
  border:1px solid rgba(222,216,207,.65)!important;
  box-shadow:0 22px 58px rgba(0,0,0,.30)!important;
}
.eyebrow,
.vehicle-item__price,
.lead-card strong,
.vehicle-item__title:hover{color:#8f1d2c!important;}
.vehicle-fact i,
.dealer-mini-card i,
.feature-card i,
.contact-action i{color:#8f1d2c!important;}
.feature-card i,
.contact-action i{background:#f4e9e6!important;}
.vehicle-item,
.filters-panel,
.results-toolbar,
.detail-gallery,
.info-card,
.lead-card,
.dealer-mini-card,
.contact-form-card,
.contact-main-card,
.feature-card,
.testimonial-card{
  border-color:#ded8cf!important;
  box-shadow:0 18px 50px rgba(15,17,21,.09)!important;
}
.vehicle-item__media{background:#111318!important;}
.vehicle-item__side{background:linear-gradient(180deg,#ffffff 0%,#f7f3ee 100%)!important;}
.tag-year{
  background:#8f1d2c!important;
  box-shadow:0 8px 22px rgba(143,29,44,.28)!important;
}
.tag-eco{color:#151922!important;}
.brand-pill:hover{background:#8f1d2c!important;color:#fff!important;}
.cta-band,
.visit-box{background:linear-gradient(135deg,#0f1115 0%,#222733 62%,#3a151b 100%)!important;}
.site-footer{background:#0f1115!important;}
.footer-social a{background:#1d222c!important;}
.form-control:focus,
.form-select:focus{
  border-color:rgba(143,29,44,.42)!important;
  box-shadow:0 0 0 .22rem rgba(143,29,44,.13)!important;
}
.contact-action-red{background:linear-gradient(135deg,#8f1d2c,#67121f)!important;}
.home-hero-dealer .hero-actions .btn-outline-light:hover{
  background:#fff!important;
  color:#161922!important;
}
