:root{
  --red:#d71920;
  --red-dark:#a90f15;
  --black:#090a0c;
  --ink:#111318;
  --muted:#657084;
  --soft:#f4f6f9;
  --line:#e3e7ee;
  --card:#ffffff;
  --radius:22px;
  --shadow:0 18px 55px rgba(15,20,27,.10);
}
*{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(227,6,19,.45);box-shadow:0 0 0 .22rem rgba(227,6,19,.10)}

.dealer-topbar{background:#07080a;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:#fff0f1;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,#07080a 0%,#111318 58%,#35070a 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(227,6,19,.20);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:#fff0f1;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:#0d0f13;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:#0d0f13;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(227,6,19,.28)}.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:#0d0f13;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:#0d1219;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:#171f2a;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),#b8000a);color:#fff;border-color:transparent}.contact-action-red:hover{color:#fff}.contact-action-red i{color:var(--red)}.contact-action-red span{color:#ffd6d9}.visit-box{margin-top:18px;border-radius:24px;background:#0d0f13;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%}}

/* V11 detalle vehículo: sticky solo para el formulario de contacto */
@media (min-width: 992px){
  .dealer-navbar{
    z-index:1035 !important;
  }

  .detail-content,
  .detail-content .container{
    overflow:visible !important;
  }

  .detail-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(320px,380px) !important;
    gap:clamp(20px,2vw,30px) !important;
    align-items:stretch !important;
  }

  .detail-content .row.align-items-start{
    align-items:stretch !important;
  }

  .detail-main-column,
  .detail-sidebar-col,
  .detail-content .col-lg-8,
  .detail-content .col-lg-4{
    min-width:0 !important;
  }

  .detail-sidebar-col,
  .detail-content .col-lg-4{
    align-self:stretch !important;
    position:relative !important;
    z-index:5 !important;
  }

  .lead-sidebar,
  .lead-sidebar.sticky-lg-top{
    position:relative !important;
    top:auto !important;
    z-index:auto !important;
    align-self:stretch !important;
    display:grid !important;
    gap:1rem !important;
    align-content:start !important;
    height:100% !important;
    max-height:none !important;
    overflow:visible !important;
    padding-right:0 !important;
    overscroll-behavior:auto !important;
    scrollbar-width:auto !important;
  }

  .lead-sidebar > .lead-card,
  .lead-sidebar > .dealer-mini-card,
  .lead-sidebar > .contact-form-card{
    margin-top:0 !important;
  }

  .lead-sidebar > .lead-card,
  .lead-sidebar > .dealer-mini-card{
    position:relative !important;
    top:auto !important;
    z-index:auto !important;
  }

  .lead-sidebar > .contact-form-card{
    position:sticky !important;
    top:96px !important;
    align-self:start !important;
    z-index:20 !important;
    max-height:calc(100vh - 112px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain !important;
  }

  .lead-sidebar > .contact-form-card::-webkit-scrollbar{
    width:8px;
  }

  .lead-sidebar > .contact-form-card::-webkit-scrollbar-thumb{
    background:rgba(15,20,27,.16);
    border-radius:999px;
  }
}

@media (max-width: 991.98px){
  .detail-layout{
    grid-template-columns:1fr !important;
    gap:1rem !important;
    align-items:start !important;
  }

  .lead-sidebar,
  .lead-sidebar.sticky-lg-top,
  .lead-sidebar > .contact-form-card{
    position:static !important;
    top:auto !important;
    max-height:none !important;
    overflow:visible !important;
    height:auto !important;
    display:block !important;
    padding-right:0 !important;
  }
}

/* V12 mobile menu: icono hamburguesa visible y consistente */
.navbar-toggler{
  width:48px !important;
  height:48px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(15,20,27,.12) !important;
  background:#0d0f13 !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:0 !important;
  box-shadow:0 10px 22px rgba(15,20,27,.12) !important;
}
.navbar-toggler:focus{
  box-shadow:0 0 0 .22rem rgba(15,20,27,.12) !important;
}
.navbar-toggler-icon{
  width:22px !important;
  height:18px !important;
  display:inline-block !important;
  background-image:
    linear-gradient(currentColor,currentColor),
    linear-gradient(currentColor,currentColor),
    linear-gradient(currentColor,currentColor) !important;
  background-repeat:no-repeat !important;
  background-size:22px 2px,22px 2px,22px 2px !important;
  background-position:center 1px,center 8px,center 15px !important;
  color:#fff !important;
  filter:none !important;
  opacity:1 !important;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
  background-position:center 3px,center 8px,center 13px !important;
}


/* V13 fix desktop: el botón hamburguesa solo debe verse en móvil/tablet */
.dealer-navbar .navbar-toggler.d-lg-none{
  display:none !important;
}
@media (max-width: 991.98px){
  .dealer-navbar .navbar-toggler.d-lg-none{
    display:inline-flex !important;
  }
}
@media (min-width: 992px){
  .dealer-navbar .navbar-toggler,
  .dealer-navbar .navbar-toggler.d-lg-none{
    display:none !important;
  }
}


/* SM Motor SL — identidad visual */
.dealer-brand img{
  object-fit:contain;
  background:#fff;
  padding:5px;
  border:1px solid #eceff3;
}
.brand-mark{
  width:54px;
  height:54px;
  border-radius:16px;
  background:linear-gradient(135deg,#0a0b0d 0%,#252830 58%,var(--red) 100%);
  box-shadow:0 12px 30px rgba(215,25,32,.22);
  font-size:1rem;
  letter-spacing:-.04em;
}
.home-hero:before{
  content:"";
  position:absolute;
  left:-180px;
  bottom:-230px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(255,255,255,.035);
  pointer-events:none;
}
.hero-showcase{
  transform:none;
  border:1px solid rgba(255,255,255,.14);
}
.hero-showcase .photo{
  height:380px;
}
.hero-content h1{
  max-width:760px;
}
.hero-content h1::after{
  content:"";
  display:block;
  width:84px;
  height:6px;
  margin-top:22px;
  border-radius:999px;
  background:var(--red);
}
.vehicle-card,
.vehicle-item,
.feature-card,
.testimonial-card,
.contact-main-card,
.contact-form-card{
  border-color:#e5e7eb;
}
.vehicle-card:hover,
.vehicle-item:hover{
  border-color:rgba(215,25,32,.25);
}
.cta-band{
  background:linear-gradient(135deg,#0a0b0d 0%,#17191f 70%,#3a090c 100%);
}
.site-footer{
  background:#08090b;
}
@media (max-width:991.98px){
  .hero-showcase .photo{height:330px}
}
@media (max-width:575px){
  .hero-showcase .photo{height:250px}
  .brand-mark{width:46px;height:46px}
}
