:root{
  --silver:#c8cdd4;--silver-l:#e8eaed;--silver-d:#9aa0a8;
  --dark:#0a0a12;--dark2:#0f0f1c;--dark3:#151524;--dark4:#1e1e30;
  --white:#ffffff;
  --brand-primary:#c8cdd4;--brand-secondary:#9aa0a8;--brand-accent:#ffffff;
  --site-bg:#0a0a12;--surface-bg:#1b1b24;--surface-soft:#252530;--text-main:#ffffff;
  --text-muted:rgba(255,255,255,.62);--line-soft:rgba(255,255,255,.11);
  --button-bg:#ffffff;--button-text:#0a0a12;--theme-radius:8px;
}/* dealer-admin-mobile-push-controls-v1 */
.dealer-push-controls{display:grid;gap:5px;padding:10px 12px;border-bottom:1px solid #e8edf5;background:#f8fafc}.dealer-push-controls button{width:100%;min-height:40px;border:1px solid #cfd8e7;border-radius:11px;background:#fff;color:#172033;font-family:Heebo,sans-serif;font-weight:800;cursor:pointer}.dealer-push-controls button.enabled{border-color:#86efac;background:#ecfdf3;color:#166534}.dealer-push-controls button:disabled{opacity:.65;cursor:wait}.dealer-push-controls small{color:#667085;font-size:11px;line-height:1.45;text-align:center}@media(max-width:760px){.dealer-notification-panel{width:min(92vw,390px)!important;max-height:min(72vh,620px)!important}.dealer-push-controls button{min-height:44px;font-size:13px}}/* dealer-admin-inventory-opportunities-v1 */
.lead-workspace-opportunities{min-width:0}.lead-opportunity-center{display:grid;gap:18px;min-width:0}.lead-opportunity-head{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid #dfe7f3;border-radius:20px;background:linear-gradient(135deg,#fff,#f6f9fd);box-shadow:0 14px 34px rgba(15,23,42,.06)}.lead-opportunity-head span{color:#2563eb;font-size:12px;font-weight:800}.lead-opportunity-head h3{margin:3px 0;font-size:25px;color:#111827}.lead-opportunity-head p{margin:0;color:#64748b;font-size:13px}.lead-opportunity-head>strong{min-width:118px;padding:12px 16px;border-radius:14px;background:#111827;color:#fff;text-align:center;font-size:14px}.lead-opportunity-group{display:grid;gap:10px}.lead-opportunity-group-head{display:flex;justify-content:space-between;align-items:center;padding:0 4px;color:#334155}.lead-opportunity-group-head strong{font-size:16px}.lead-opportunity-group-head span{font-size:12px;color:#64748b}.lead-opportunity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lead-opportunity-card{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding:14px;border:1px solid #dfe7f3;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.05)}.lead-opportunity-card.is-contacted{border-color:#86efac;background:#f7fff9}.lead-opportunity-car{display:flex;align-items:center;gap:12px}.lead-opportunity-car img{width:118px;height:78px;object-fit:cover;border-radius:12px;background:#eef2f7}.lead-opportunity-car div{display:grid;gap:2px}.lead-opportunity-car span{color:#16a34a;font-size:12px;font-weight:900}.lead-opportunity-car strong{color:#111827;font-size:17px}.lead-opportunity-car small{color:#64748b}.lead-opportunity-customer{display:grid;gap:3px;padding:11px 12px;border-radius:13px;background:#f8fafc}.lead-opportunity-customer strong{color:#111827}.lead-opportunity-customer span,.lead-opportunity-customer small{color:#64748b;font-size:12px}.lead-opportunity-customer p{margin:2px 0;color:#334155;font-size:13px}.lead-opportunity-reasons{display:flex;gap:6px;flex-wrap:wrap}.lead-opportunity-reasons span{padding:5px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:800}.lead-opportunity-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.lead-opportunity-actions button{min-height:40px;border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc;color:#334155;font-family:'Heebo',sans-serif;font-weight:800;cursor:pointer}.lead-opportunity-actions .primary{background:#16a34a;border-color:#16a34a;color:#fff}.lead-opportunity-actions .muted{color:#64748b}.lead-opportunity-empty{display:grid;place-items:center;gap:5px;min-height:260px;padding:30px;border:1px dashed #cbd5e1;border-radius:20px;background:#f8fafc;text-align:center}.lead-opportunity-empty strong{font-size:20px;color:#334155}.lead-opportunity-empty span{color:#64748b}.lead-vehicle-search-wide{grid-column:1/-1}@media(max-width:900px){.lead-opportunity-grid{grid-template-columns:1fr}.lead-opportunity-actions{grid-template-columns:1fr 1fr}}@media(max-width:600px){.lead-opportunity-head{align-items:stretch;flex-direction:column}.lead-opportunity-head>strong{width:100%}.lead-opportunity-car img{width:92px;height:68px}.lead-opportunity-actions{grid-template-columns:1fr}.lead-vehicle-search-wide{grid-column:auto}}/* dealer-admin-leads-navigation-overlap-fix-v1 */
@media(min-width:761px){
  .admin-panel.open.leads-workspace-mode .admin-nav-groups{
    position:static!important;
    top:auto!important;
    z-index:1!important;
    isolation:isolate!important;
    min-height:auto!important;
    height:auto!important;
    margin:0 auto 14px!important;
    overflow:visible!important;
    transform:none!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-group,
  .admin-panel.open.leads-workspace-mode .admin-nav-subgroup,
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible,
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible-body{
    min-width:0!important;
    max-width:100%!important;
  }
  .admin-panel.open.leads-workspace-mode .a-tab,
  .admin-panel.open.leads-workspace-mode .admin-nav-toggle{
    flex:0 0 auto!important;
  }
  .admin-panel.open.leads-workspace-mode .a-sec.active{
    position:relative!important;
    z-index:0!important;
    clear:both!important;
    margin-top:0!important;
  }
  .admin-panel.open.leads-workspace-mode .leads-sales-center{
    margin-top:0!important;
    position:relative!important;
    z-index:0!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-center-head{
    min-height:118px!important;
  }
}/* dealer-template-final-identity-layer
   Final visual authority for the two alternative dealer templates.
   These overrides intentionally change layout,rhythm,and component shape,not only colors,so each agency can feel genuinely different. */

body[data-template="private_showroom"]{
  --template-personality:private-showroom-boutique;
  background:var(--site-bg);
}body[data-template="private_showroom"] nav{
  width:min(1180px,calc(100% - 32px));
  top:18px;
  right:50%;
  transform:translateX(50%);
  border-radius:999px;
  padding:10px 22px;
  background:color-mix(in srgb,var(--surface-bg) 86%,transparent);
  border:1px solid color-mix(in srgb,var(--brand-accent) 24%,rgba(15,23,42,.08));
  box-shadow:0 20px 60px rgba(15,23,42,.12);
  backdrop-filter:blur(22px);
}body[data-template="private_showroom"] nav.scrolled{
  padding:8px 22px;
  background:color-mix(in srgb,var(--surface-bg) 94%,transparent);
  border-bottom:1px solid color-mix(in srgb,var(--brand-accent) 22%,rgba(15,23,42,.08));
}body[data-template="private_showroom"] .nav-links a,body[data-template="private_showroom"] .nav-cta{
  color:var(--text-main);
}body[data-template="private_showroom"] .hero{
  min-height:760px;
  justify-content:flex-start;
  align-items:center;
  padding:120px clamp(18px,7vw,110px) 80px;
  background:var(--site-bg);
}body[data-template="private_showroom"] .hero-bg{
  inset:82px clamp(18px,5vw,82px) 58px auto;
  width:min(52vw,780px);
  height:auto;
  border-radius:42px;
  box-shadow:0 38px 110px rgba(15,23,42,.22);
  transform:none!important;
}body[data-template="private_showroom"] .hero::after{
  content:"PRIVATE COLLECTION";
  position:absolute;
  left:clamp(18px,5vw,76px);
  bottom:clamp(28px,7vh,82px);
  color:color-mix(in srgb,var(--text-main) 7%,transparent);
  font-size:clamp(42px,9vw,148px);
  font-weight:900;
  letter-spacing:0;
  pointer-events:none;
  z-index:1;
}body[data-template="private_showroom"] .hero-overlay{
  background:
    linear-gradient(90deg,var(--site-bg) 0%,color-mix(in srgb,var(--site-bg) 98%,transparent) 35%,color-mix(in srgb,var(--site-bg) 20%,transparent) 70%,color-mix(in srgb,var(--site-bg) 8%,transparent) 100%)!important;
}body[data-template="private_showroom"] .hero-content{
  width:min(510px,100%);
  max-width:510px!important;
  margin:0!important;
  padding:0!important;
  text-align:right;
  color:var(--text-main);
}body[data-template="private_showroom"] .hero-title{
  max-width:9ch!important;
  color:var(--text-main);
  font-size:clamp(48px,6vw,92px);
  line-height:.96;
}body[data-template="private_showroom"] .hero-title span{
  background:linear-gradient(135deg,var(--text-main),var(--brand-accent));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}body[data-template="private_showroom"] .hero-sub{
  max-width:30rem!important;
  color:var(--text-muted);
}body[data-template="private_showroom"] .hero-stats{
  position:relative!important;
  width:min(1080px,calc(100% - 32px));
  margin:-34px auto 0!important;
  grid-template-columns:repeat(4,1fr);
  background:var(--surface-bg)!important;
  color:var(--text-main);
}body[data-template="private_showroom"] .hs-num{color:var(--text-main)}body[data-template="private_showroom"] .hs-label{color:var(--text-muted)}body[data-template="private_showroom"] .catalog{
  background:var(--site-bg)!important;
  padding-top:92px;
}body[data-template="private_showroom"] .catalog::before{
  background:radial-gradient(circle at 18% 10%,color-mix(in srgb,var(--surface-bg) 72%,transparent),transparent 30%);
  mask-image:none;
}body[data-template="private_showroom"] .s-tag,body[data-template="private_showroom"] .catalog-sub,body[data-template="private_showroom"] .s-title{
  color:var(--text-main);
}body[data-template="private_showroom"] .catalog-toolbar{
  max-width:1060px!important;
  border-radius:999px!important;
  padding:12px 16px!important;
  background:var(--surface-bg)!important;
  border:1px solid var(--line-soft)!important;
  box-shadow:0 16px 44px rgba(15,23,42,.08)!important;
}body[data-template="private_showroom"] .catalog-search,body[data-template="private_showroom"] .catalog-sort,body[data-template="private_showroom"] .f-btn,body[data-template="private_showroom"] .vt-btn{
  background:var(--surface-soft)!important;
  color:var(--text-main)!important;
  border-color:var(--line-soft)!important;
  border-radius:999px!important;
}body[data-template="private_showroom"] .cars-grid{
  max-width:1060px!important;
  grid-template-columns:1fr!important;
  gap:24px!important;
}body[data-template="private_showroom"] .car-card{
  display:grid!important;
  grid-template-columns:minmax(340px,.94fr) minmax(0,1.06fr)!important;
  min-height:390px!important;
  background:var(--surface-bg)!important;
  border:1px solid var(--line-soft)!important;
  border-radius:36px!important;
  box-shadow:0 28px 86px rgba(15,23,42,.12)!important;
}body[data-template="private_showroom"] .car-card:nth-child(even){
  grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr)!important;
}body[data-template="private_showroom"] .car-card:nth-child(even) .card-img-wrap{
  grid-column:2;
}body[data-template="private_showroom"] .car-card:nth-child(even) .card-body{
  grid-column:1;
  grid-row:1;
}body[data-template="private_showroom"] .card-img-wrap{
  height:100%!important;
  min-height:390px!important;
  aspect-ratio:auto!important;
  border-radius:30px!important;
  margin:14px;
}body[data-template="private_showroom"] .card-img-wrap::after{
  background:linear-gradient(0deg,color-mix(in srgb,var(--text-main) 16%,transparent),transparent 45%)!important;
}body[data-template="private_showroom"] .card-body{
  padding:clamp(28px,4vw,52px)!important;
  display:flex!important;
  justify-content:center!important;
}body[data-template="private_showroom"] .card-brand{
  color:var(--brand-accent)!important;
  font-size:13px;
}body[data-template="private_showroom"] .card-name{
  color:var(--text-main)!important;
  font-size:clamp(28px,3.4vw,44px)!important;
  line-height:1.05!important;
}body[data-template="private_showroom"] .card-price{
  color:var(--text-main)!important;
  font-size:clamp(28px,3.2vw,44px)!important;
}body[data-template="private_showroom"] .card-specs{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}body[data-template="private_showroom"] .card-spec,body[data-template="private_showroom"] .card-finance-teaser{
  background:var(--surface-soft)!important;
  color:var(--text-main)!important;
  border:1px solid var(--line-soft)!important;
  border-radius:18px!important;
}body[data-template="private_showroom"] .btn-details,body[data-template="private_showroom"] .btn-wa-full{
  border-radius:999px!important;
  min-height:52px;
}body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .contact{
  background:var(--site-bg)!important;
  color:var(--text-main);
}body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid{
  max-width:1060px!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}body[data-template="private_showroom"] .why-item,body[data-template="private_showroom"] .review-card,body[data-template="private_showroom"] .faq-item{
  background:var(--surface-bg)!important;
  border:1px solid var(--line-soft)!important;
  border-radius:30px!important;
  box-shadow:0 18px 54px rgba(15,23,42,.08)!important;
}body[data-template="private_showroom"] .process-steps{
  max-width:1060px!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
}body[data-template="private_showroom"] .step{
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr)!important;
  min-height:112px;
  text-align:right!important;
  background:var(--surface-bg)!important;
  border:1px solid var(--line-soft)!important;
  border-radius:999px!important;
  box-shadow:0 16px 44px rgba(15,23,42,.07)!important;
}body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner{
  max-width:1060px!important;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)!important;
  background:var(--surface-bg)!important;
  border:1px solid var(--line-soft)!important;
  border-radius:38px!important;
  box-shadow:0 28px 86px rgba(15,23,42,.11)!important;
  padding:clamp(22px,4vw,46px)!important;
}body[data-template="private_showroom"] footer{
  background:var(--surface-bg)!important;
  color:var(--text-main)!important;
}body[data-template="private_showroom"] footer .footer-top{
  max-width:1060px!important;
  grid-template-columns:1.6fr repeat(3,minmax(120px,1fr))!important;
}body[data-template="tech_signature"]{
  --template-personality:performance-tech-cockpit;
  background:var(--site-bg);
}body[data-template="tech_signature"] nav{
  background:color-mix(in srgb,var(--site-bg) 90%,transparent)!important;
  border-bottom:1px solid color-mix(in srgb,var(--brand-primary) 26%,transparent)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.04),0 24px 70px rgba(0,0,0,.32);
}body[data-template="tech_signature"] .hero{
  min-height:780px!important;
  justify-content:flex-end!important;
  padding:110px clamp(18px,6vw,96px) 82px;
  background:var(--site-bg)!important;
}body[data-template="tech_signature"] .hero-bg{
  inset:0;
  width:100%;
  filter:saturate(1.12) contrast(1.08);
}body[data-template="tech_signature"] .hero::after{
  content:"DX PERFORMANCE INTERFACE";
  position:absolute;
  right:clamp(18px,5vw,74px);
  bottom:40px;
  z-index:2;
  color:color-mix(in srgb,var(--text-main) 16%,transparent);
  font-size:12px;
  font-weight:900;
  letter-spacing:5px;
  writing-mode:vertical-rl;
  pointer-events:none;
}body[data-template="tech_signature"] .hero-overlay{
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--site-bg) 96%,transparent) 0%,color-mix(in srgb,var(--site-bg) 72%,transparent) 44%,color-mix(in srgb,var(--site-bg) 24%,transparent) 100%),
    repeating-linear-gradient(90deg,color-mix(in srgb,var(--text-main) 6%,transparent) 0 1px,transparent 1px 92px)!important;
}body[data-template="tech_signature"] .hero-content{
  width:min(670px,100%);
  max-width:670px!important;
  margin-inline:auto 0!important;
  padding:0!important;
  text-align:right!important;
  border-right:4px solid var(--brand-primary);
  padding-right:30px!important;
}body[data-template="tech_signature"] .hero-eyebrow{
  border-radius:0!important;
  background:color-mix(in srgb,var(--brand-primary) 18%,var(--site-bg))!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 42%,transparent)!important;
}body[data-template="tech_signature"] .hero-title{
  max-width:10ch!important;
  font-size:clamp(48px,7.2vw,104px)!important;
  line-height:.9!important;
  text-transform:uppercase;
}body[data-template="tech_signature"] .hero-stats{
  position:relative!important;
  margin:0!important;
  border-radius:0!important;
  border-block:1px solid color-mix(in srgb,var(--brand-primary) 34%,transparent)!important;
  background:var(--surface-bg)!important;
}body[data-template="tech_signature"] .catalog{
  background:
    radial-gradient(ellipse 70% 42% at 20% 0%,color-mix(in srgb,var(--brand-primary) 16%,transparent),transparent 68%),
    linear-gradient(180deg,var(--site-bg) 0%,var(--surface-soft) 62%,var(--site-bg) 100%)!important;
}body[data-template="tech_signature"] .catalog-toolbar{
  max-width:1280px!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) auto!important;
  border-radius:0!important;
  background:var(--surface-bg)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 30%,transparent)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.03),0 26px 80px rgba(0,0,0,.42)!important;
}body[data-template="tech_signature"] .cars-grid{
  max-width:1280px!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:14px!important;
}body[data-template="tech_signature"] .car-card{
  grid-column:span 4;
  display:grid!important;
  grid-template-rows:240px minmax(0,1fr)!important;
  min-height:560px!important;
  background:var(--surface-bg)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 28%,transparent)!important;
  border-radius:0!important;
  box-shadow:0 24px 76px rgba(0,0,0,.42)!important;
}body[data-template="tech_signature"] .car-card:nth-child(5n+1){
  grid-column:span 8;
  grid-template-columns:minmax(360px,.58fr) minmax(0,.42fr)!important;
  grid-template-rows:1fr!important;
}body[data-template="tech_signature"] .car-card:nth-child(5n+1) .card-img-wrap{
  height:100%!important;
  min-height:560px!important;
}body[data-template="tech_signature"] .card-img-wrap{
  height:240px!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border-radius:0!important;
  border-bottom:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);
}body[data-template="tech_signature"] .card-img-wrap::after{
  background:
    linear-gradient(0deg,color-mix(in srgb,var(--surface-bg) 90%,transparent),transparent 42%),
    repeating-linear-gradient(90deg,color-mix(in srgb,var(--text-main) 8%,transparent) 0 1px,transparent 1px 34px)!important;
}body[data-template="tech_signature"] .card-body{
  padding:22px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-content:start!important;
}body[data-template="tech_signature"] .card-brand,body[data-template="tech_signature"] .card-badge{
  border-radius:0!important;
  color:var(--brand-primary)!important;
}body[data-template="tech_signature"] .card-name{
  font-size:clamp(24px,2.3vw,36px)!important;
  line-height:1.04!important;
  text-transform:uppercase;
}body[data-template="tech_signature"] .card-price{
  font-size:clamp(28px,3vw,42px)!important;
  color:var(--text-main)!important;
}body[data-template="tech_signature"] .card-specs{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
}body[data-template="tech_signature"] .card-spec,body[data-template="tech_signature"] .card-finance-teaser{
  border-radius:0!important;
  background:color-mix(in srgb,var(--text-main) 5%,transparent)!important;
  border-color:color-mix(in srgb,var(--brand-primary) 22%,transparent)!important;
}body[data-template="tech_signature"] .btn-details,body[data-template="tech_signature"] .btn-wa-full{
  border-radius:0!important;
}body[data-template="tech_signature"] .why,body[data-template="tech_signature"] .process,body[data-template="tech_signature"] .about,body[data-template="tech_signature"] .reviews,body[data-template="tech_signature"] .faq-section,body[data-template="tech_signature"] .contact{
  background:var(--site-bg)!important;
}body[data-template="tech_signature"] .why-grid{
  max-width:1280px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}body[data-template="tech_signature"] .why-item,body[data-template="tech_signature"] .review-card,body[data-template="tech_signature"] .faq-item{
  border-radius:0!important;
  background:var(--surface-bg)!important;
  border-color:color-mix(in srgb,var(--brand-primary) 24%,transparent)!important;
  box-shadow:none!important;
}body[data-template="tech_signature"] .process-steps{
  max-width:1280px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}body[data-template="tech_signature"] .step{
  min-height:220px;
  border-radius:0!important;
  text-align:right!important;
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 13%,transparent),transparent),
    var(--surface-bg)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent)!important;
  border-right:4px solid var(--brand-primary)!important;
}body[data-template="tech_signature"] .about-inner,body[data-template="tech_signature"] .contact-inner{
  max-width:1280px!important;
  grid-template-columns:minmax(460px,.82fr) minmax(0,1.18fr)!important;
  border-radius:0!important;
  background:var(--surface-bg)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent)!important;
  padding:clamp(22px,4vw,46px)!important;
}body[data-template="tech_signature"] .about-img{
  border-radius:0!important;
  clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);
}body[data-template="tech_signature"] footer{
  background:#03060b!important;
}body[data-template="tech_signature"] footer .footer-top{
  max-width:1280px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border-radius:0!important;
}@media(max-width:1180px){body[data-template="tech_signature"] .car-card,body[data-template="tech_signature"] .car-card:nth-child(5n+1){
    grid-column:span 6;
    grid-template-columns:1fr!important;
    grid-template-rows:250px minmax(0,1fr)!important;
    min-height:0!important;
  }body[data-template="tech_signature"] .car-card:nth-child(5n+1) .card-img-wrap{
    min-height:0!important;
    height:250px!important;
  }}@media(max-width:860px){body[data-template="private_showroom"] nav{
    width:100%;
    top:0;
    right:0;
    transform:none;
    border-radius:0;
  }body[data-template="private_showroom"] .hero{
    min-height:auto!important;
    padding:112px 18px 42px!important;
  }body[data-template="private_showroom"] .hero-bg{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:320px!important;
    margin-top:28px;
    order:2;
  }body[data-template="private_showroom"] .hero-content,body[data-template="tech_signature"] .hero-content{
    max-width:100%!important;
    width:100%!important;
    text-align:center!important;
    align-items:center!important;
    border-right:0;
    padding-right:0!important;
  }body[data-template="private_showroom"] .hero-title,body[data-template="private_showroom"] .hero-sub,body[data-template="tech_signature"] .hero-title,body[data-template="tech_signature"] .hero-sub{
    max-width:100%!important;
    text-align:center!important;
  }body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .car-card:nth-child(even),body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="tech_signature"] .about-inner,body[data-template="tech_signature"] .contact-inner{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .car-card:nth-child(even) .card-img-wrap,body[data-template="private_showroom"] .car-card:nth-child(even) .card-body{
    grid-column:auto;
    grid-row:auto;
  }body[data-template="private_showroom"] .card-img-wrap{
    min-height:0!important;
    height:280px!important;
  }body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="private_showroom"] .step,body[data-template="tech_signature"] .why-grid,body[data-template="tech_signature"] .process-steps,body[data-template="tech_signature"] footer .footer-top{
    grid-template-columns:1fr!important;
  }body[data-template="tech_signature"] .hero{
    min-height:auto!important;
    padding:104px 18px 58px!important;
  }body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:1fr!important;
  }body[data-template="tech_signature"] .car-card,body[data-template="tech_signature"] .car-card:nth-child(5n+1){
    grid-column:auto!important;
  }}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Heebo',sans-serif;background:var(--site-bg);color:var(--text-main);overflow-x:hidden;direction:rtl}a{text-decoration:none;color:inherit}body.site-booting,body.route-booting{background:var(--site-bg);overflow-x:hidden}body.site-booting #loadingOverlay,body.route-booting #loadingOverlay,body.fast-boot #loadingOverlay{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}body.public-render-pending{background:var(--site-bg);overflow-x:hidden}body.public-render-pending nav,body.public-render-pending .hero,body.public-render-pending .brands,body.public-render-pending .section-divider,body.public-render-pending .weekly-car-section,body.public-render-pending .catalog,body.public-render-pending .trust-strip,body.public-render-pending .why,body.public-render-pending .process,body.public-render-pending .about,body.public-render-pending .coming-section,body.public-render-pending .reviews,body.public-render-pending .happy-customers-section,body.public-render-pending .videos-section,body.public-render-pending .sold-strip,body.public-render-pending .faq-section,body.public-render-pending .finance-calculator,body.public-render-pending .contact,body.public-render-pending footer,body.public-render-pending .wa-float,body.public-render-pending .sticky-cta,body.public-render-pending .wa-popup,body.public-render-pending .system-home,body.public-render-pending .landing-page,body.public-render-pending .car-page,body.public-render-pending #comingPage{visibility:hidden!important}body.public-render-pending #loadingOverlay{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}/* SYSTEM HOME */
body.system-home-mode{background:#f4f6fb;color:#111827;overflow:auto;overflow-x:hidden}body.system-home-mode nav,body.system-home-mode .hero,body.system-home-mode .brands,body.system-home-mode .section-divider,body.system-home-mode .catalog,body.system-home-mode .trust-strip,body.system-home-mode .why,body.system-home-mode .process,body.system-home-mode .about,body.system-home-mode .coming-section,body.system-home-mode .reviews,body.system-home-mode .happy-customers-section,body.system-home-mode .videos-section,body.system-home-mode .sold-strip,body.system-home-mode .faq-section,body.system-home-mode .finance-calculator,body.system-home-mode .contact,body.system-home-mode footer,body.system-home-mode .wa-float,body.system-home-mode .sticky-cta,body.system-home-mode .wa-popup{display:none!important}body.system-home-mode .system-marketplace-footer{display:block!important}.system-home{--dealerx-purple:#8f46ff;--dealerx-purple-soft:#c66cff;--dealerx-blue:#4f7dff;--dealerx-ink:#10131d;--dealerx-cyan:#05b6d4;--dealerx-mint:#14b88a;--dealerx-card:#fff;--dealerx-card-2:#f7f8ff;--dealerx-line:rgba(17,24,39,.1);--dealerx-muted:#667085;min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,#f8fafc 0%,#eef4f8 42%,#f7f8fb 100%);color:#10131d}.system-hero{position:relative;min-height:auto;display:flex;align-items:center;padding:72px 48px 42px;overflow:hidden;background:linear-gradient(135deg,#0c1118 0%,#111827 58%,#1c2532 100%);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.system-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,182,212,.18),transparent 42%),radial-gradient(circle at 14% 18%,rgba(20,184,138,.24),transparent 30%),radial-gradient(circle at 86% 10%,rgba(143,70,255,.2),transparent 34%);pointer-events:none}.system-hero::after{content:'Marketplace';position:absolute;left:36px;bottom:10px;font-size:clamp(72px,13vw,178px);font-weight:950;line-height:1;color:rgba(255,255,255,.045);direction:ltr;pointer-events:none}.system-hero-inner{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto;text-align:right}.system-brand-logo{display:block;width:min(250px,62vw);height:auto;margin:0 0 24px auto;filter:brightness(0) invert(1) drop-shadow(0 20px 44px rgba(0,0,0,.22))}.system-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:850;letter-spacing:0;text-transform:none;color:#d6f7ff;margin-bottom:18px;padding:9px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);box-shadow:0 18px 36px rgba(0,0,0,.18);backdrop-filter:blur(14px)}.system-kicker::before{content:'';width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--dealerx-cyan),var(--dealerx-mint));box-shadow:0 0 18px rgba(5,182,212,.72)}.system-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.04;font-weight:850;margin:0 0 16px;letter-spacing:0;max-width:920px;color:#fff}.system-hero p{font-size:clamp(16px,1.7vw,21px);line-height:1.68;color:rgba(255,255,255,.76);max-width:820px;margin:0}.system-marketplace-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.system-marketplace-primary-cta,.system-marketplace-secondary-cta{min-height:54px;padding:0 28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:950;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.system-marketplace-primary-cta{background:linear-gradient(135deg,var(--dealerx-cyan),var(--dealerx-mint));color:#071017;box-shadow:0 18px 44px rgba(5,182,212,.22)}.system-marketplace-secondary-cta{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.16);backdrop-filter:blur(12px)}.system-marketplace-primary-cta:hover,.system-marketplace-secondary-cta:hover{transform:translateY(-2px)}.system-marketplace-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:34px;max-width:900px}.system-marketplace-stats div{padding:18px 20px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);box-shadow:0 18px 46px rgba(0,0,0,.16);backdrop-filter:blur(14px)}.system-marketplace-stats strong{display:block;font-size:32px;line-height:1;color:#fff;margin-bottom:8px;font-weight:850}.system-marketplace-stats span{display:block;font-size:12px;font-weight:750;color:rgba(255,255,255,.66)}.system-dealers{display:none!important;padding:44px 48px 80px;max-width:1180px;margin:0 auto}.system-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.system-section-head span{font-size:11px;font-weight:900;letter-spacing:0;color:rgba(255,255,255,.48);text-transform:uppercase}.system-section-head h2{font-size:30px;margin:0;color:#fff}.system-dealers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.system-dealer-card{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;border-radius:8px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.11);text-decoration:none;color:#fff;transition:transform .2s,border-color .2s,background .2s}.system-dealer-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.08);border-color:rgba(143,70,255,.46)}.system-dealer-logo{width:58px;height:58px;border-radius:8px;background:rgba(143,70,255,.12);border:1px solid rgba(143,70,255,.28);display:flex;align-items:center;justify-content:center;overflow:hidden}.system-dealer-logo img{max-width:82%;max-height:82%;object-fit:contain}.system-dealer-logo span{font-size:18px;font-weight:900;color:#c66cff}.system-dealer-card h3{font-size:22px;margin:0 0 6px}.system-dealer-card p{font-size:13px;line-height:1.55;color:rgba(255,255,255,.58);margin:0}.system-dealer-card strong{font-size:13px;color:#c66cff}.system-empty{grid-column:1/-1;text-align:center;color:#667085;padding:36px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff}.system-marketplace{position:relative;padding:42px 48px 88px;max-width:1440px;margin:0 auto;color:#10131d}.system-marketplace-head{margin-bottom:18px;color:#10131d}.system-marketplace-head span{color:rgba(78,86,108,.7)}.system-marketplace-head h2{font-size:clamp(30px,4vw,52px);color:#10131d;font-weight:950}.system-marketplace-head p{max-width:720px;color:#657086;line-height:1.7;font-size:16px;font-weight:650;margin:0}.system-marketplace-tabs{display:none!important;gap:8px;overflow-x:auto;padding:2px 0 14px;margin-bottom:10px;scrollbar-width:thin}.system-marketplace-tabs button{flex:0 0 auto;border:1px solid rgba(16,19,29,.1);background:#fff;color:#596278;border-radius:999px;padding:10px 18px;font-family:Heebo,sans-serif;font-size:13px;font-weight:850;cursor:pointer;transition:.2s;box-shadow:0 8px 22px rgba(20,28,45,.05)}.system-marketplace-tabs button:hover,.system-marketplace-tabs button.active{background:#10131d;color:#fff;border-color:#10131d}.system-marketplace-tools{position:sticky;top:14px;z-index:7;display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(4,minmax(138px,.72fr)) auto;gap:10px;margin:0 0 14px;padding:12px;border-radius:8px;background:rgba(255,255,255,.9);border:1px solid rgba(16,19,29,.09);box-shadow:0 22px 64px rgba(20,28,45,.12);backdrop-filter:blur(18px)}.system-marketplace-tools input,.system-marketplace-tools select{width:100%;min-height:52px;border-radius:8px;border:1px solid rgba(16,19,29,.11);background:#f8f9fd;color:#10131d;padding:0 16px;font-family:Heebo,sans-serif;font-size:14px;font-weight:750;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.system-marketplace-tools input:focus,.system-marketplace-tools select:focus{border-color:rgba(143,70,255,.5);box-shadow:0 0 0 4px rgba(143,70,255,.11);background:#fff}.system-marketplace-tools input::placeholder{color:#9099aa}.system-marketplace-tools select option{background:#fff;color:#10131d}.system-marketplace-clear{min-height:52px;border:1px solid rgba(16,19,29,.1);border-radius:8px;background:#10131d;color:#fff;padding:0 18px;font-family:Heebo,sans-serif;font-size:13px;font-weight:850;cursor:pointer}.system-marketplace-results{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px;padding:10px 14px;border:1px solid rgba(16,19,29,.08);border-radius:8px;background:rgba(255,255,255,.72);color:#10131d}.system-marketplace-results div{display:flex;align-items:center;gap:8px;min-width:0}.system-marketplace-results strong{font-size:24px;line-height:1;color:#10131d}.system-marketplace-results span{color:#667085;font-size:13px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-marketplace-results button{border:0;background:transparent;color:#6d38d8;font-family:Heebo,sans-serif;font-size:13px;font-weight:850;cursor:pointer;white-space:nowrap}.system-marketplace-categories{display:grid;grid-template-columns:1fr;gap:12px;margin:0 0 22px}.system-marketplace-category-group{padding:14px;border:1px solid rgba(16,19,29,.08);border-radius:8px;background:#fff;box-shadow:0 14px 42px rgba(20,28,45,.06)}.system-marketplace-category-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.system-marketplace-category-title span{color:#6d38d8;font-size:11px;font-weight:900}.system-marketplace-category-title strong{color:#10131d;font-size:18px;line-height:1.2}.system-marketplace-chip-row{display:flex;flex-wrap:wrap;gap:8px}.system-marketplace-category-chip,.system-marketplace-brand-chip{min-height:48px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(16,19,29,.09);border-radius:999px;background:#f8f9fd;color:#10131d;padding:6px 10px 6px 14px;font-family:Heebo,sans-serif;font-size:13px;font-weight:850;cursor:pointer;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s}.system-marketplace-category-chip:hover,.system-marketplace-brand-chip:hover{transform:translateY(-2px);border-color:rgba(143,70,255,.28);background:#fff;box-shadow:0 14px 28px rgba(20,28,45,.08)}.system-marketplace-category-chip.active,.system-marketplace-brand-chip.active{border-color:rgba(109,56,216,.34);background:linear-gradient(135deg,#10131d,#172131);color:#fff;box-shadow:0 16px 38px rgba(82,56,154,.16)}.system-marketplace-category-mark,.system-marketplace-brand-mark{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#10131d;border:1px solid rgba(16,19,29,.08);font-size:11px;font-weight:950;letter-spacing:0}.system-marketplace-category-chip.active .system-marketplace-category-mark,.system-marketplace-brand-chip.active .system-marketplace-brand-mark{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.2)}.system-marketplace-category-chip small,.system-marketplace-brand-chip small{min-width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:rgba(16,19,29,.06);color:#667085;font-size:11px;font-weight:850}.system-marketplace-category-chip.active small,.system-marketplace-brand-chip.active small{background:rgba(255,255,255,.14);color:#fff}.system-marketplace-featured{display:grid;grid-template-columns:220px minmax(0,1fr);gap:12px;margin:0 0 22px;padding:14px;border:1px solid rgba(16,19,29,.08);border-radius:8px;background:linear-gradient(135deg,#fff,rgba(143,70,255,.055));box-shadow:0 16px 44px rgba(20,28,45,.07)}.system-marketplace-featured-head span{display:block;margin-bottom:5px;color:#6d38d8;font-size:11px;font-weight:950}.system-marketplace-featured-head strong{display:block;color:#10131d;font-size:18px;line-height:1.25}.system-marketplace-featured-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.system-marketplace-featured-list button{min-width:0;display:grid;grid-template-columns:64px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;border:1px solid rgba(16,19,29,.08);border-radius:8px;background:#fff;padding:8px;text-align:right;font-family:Heebo,sans-serif;cursor:pointer}.system-marketplace-featured-list img{grid-row:1/3;width:64px;height:48px;object-fit:contain;border-radius:6px;background:#f4f6fb}.system-marketplace-featured-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#10131d;font-size:13px;font-weight:900}.system-marketplace-featured-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667085;font-size:12px;font-weight:750}.system-marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.system-marketplace-card{position:relative;overflow:hidden;border-radius:8px;background:#fff;border:1px solid rgba(16,19,29,.08);box-shadow:0 18px 48px rgba(20,28,45,.08);cursor:pointer;transition:transform .22s,border-color .22s,box-shadow .22s}.system-marketplace-card::before{content:'';position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--dealerx-purple),var(--dealerx-blue));opacity:0;transition:opacity .22s}.system-marketplace-card:hover{transform:translateY(-5px);border-color:rgba(143,70,255,.3);box-shadow:0 28px 74px rgba(82,56,154,.16)}.system-marketplace-card:hover::before{opacity:1}.system-marketplace-img{position:relative;aspect-ratio:16/10;background:#f4f6fb;overflow:hidden}.system-marketplace-img>img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s}.system-marketplace-card:hover .system-marketplace-img>img{transform:scale(1.015)}.system-marketplace-badge{position:absolute;top:12px;right:12px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.92);color:#10131d;padding:0 12px;font-size:12px;font-weight:950;box-shadow:0 12px 26px rgba(0,0,0,.14);backdrop-filter:blur(12px)}.system-marketplace-body{padding:18px;color:#10131d}.system-marketplace-body p{margin:0 0 6px;font-size:11px;font-weight:950;letter-spacing:0;text-transform:uppercase;color:var(--dealerx-purple)}.system-marketplace-body h3{margin:0 0 10px;color:#10131d;font-size:21px;line-height:1.25;font-weight:950;overflow-wrap:anywhere}.system-marketplace-meta{min-height:22px;color:#687286;font-size:13px;line-height:1.55;font-weight:700}.system-marketplace-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 4px}.system-marketplace-specs span{min-height:58px;border-radius:8px;background:#f4f6fb;border:1px solid rgba(16,19,29,.07);padding:9px 10px;display:flex;flex-direction:column;justify-content:center;gap:3px}.system-marketplace-specs small{font-size:11px;font-weight:850;color:#8992a5}.system-marketplace-specs b{font-size:14px;line-height:1.2;color:#111827;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-marketplace-price{margin:16px 0;color:#10131d;font-size:clamp(22px,2.2vw,26px);font-weight:950;direction:ltr;text-align:center}.system-marketplace-finance{margin:-6px 0 14px;color:#5b35c8;font-size:13px;font-weight:850}.system-marketplace-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}.system-marketplace-actions a,.system-marketplace-actions button{min-height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-size:13px;font-weight:950;font-family:Heebo,sans-serif;cursor:pointer}.system-marketplace-actions button{border:0;background:linear-gradient(135deg,var(--dealerx-purple),var(--dealerx-blue));color:#fff;box-shadow:0 14px 34px rgba(143,70,255,.22)}.system-marketplace-actions a{background:#f4f6fb;border:1px solid rgba(16,19,29,.08);color:#10131d}.system-marketplace-actions .marketplace-card-secondary{padding:0 12px;background:#f4f6fb;border:1px solid rgba(16,19,29,.08);color:#10131d}.system-marketplace-footer{max-width:1440px;margin:0 auto;padding:0 48px 48px;background:transparent;border:0;color:#10131d}.system-marketplace-footer-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:24px;align-items:center;padding:28px;border:1px solid rgba(16,19,29,.09);border-radius:10px;background:linear-gradient(135deg,#10131d,#172131);box-shadow:0 24px 70px rgba(20,28,45,.14);color:#fff}.system-marketplace-footer-logo{display:block;width:min(190px,58vw);height:auto;margin:0 0 14px auto;filter:brightness(0) invert(1) drop-shadow(0 12px 28px rgba(0,0,0,.2))}.system-marketplace-footer p{max-width:620px;margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.75;font-weight:600}.system-marketplace-footer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.system-marketplace-footer-actions a{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;text-decoration:none;font-size:13px;font-weight:850;transition:transform .2s,border-color .2s,background .2s}.system-marketplace-footer-actions a:hover{transform:translateY(-2px);border-color:rgba(5,182,212,.45);background:rgba(255,255,255,.12)}.system-marketplace-footer-actions a:first-child{background:linear-gradient(135deg,var(--dealerx-cyan),var(--dealerx-mint));color:#071017;border-color:transparent}.system-marketplace-footer-bottom{padding:16px 6px 0;text-align:center;color:#667085;font-size:12px;font-weight:700}@media(max-width:1100px){.system-hero{padding:52px 22px 34px}.system-brand-logo{width:min(300px,74vw);margin-bottom:18px}.system-hero h1{font-size:clamp(32px,8vw,54px);line-height:1.08}.system-hero p{font-size:16px;line-height:1.62}.system-marketplace{padding:34px 18px 76px}.system-marketplace-tools{position:static;grid-template-columns:1fr;padding:10px;margin-bottom:18px}.system-marketplace-featured{grid-template-columns:1fr}.system-marketplace-featured-list{grid-template-columns:repeat(2,minmax(0,1fr))}.system-marketplace-category-group{padding:12px}.system-marketplace-grid{grid-template-columns:1fr}.system-marketplace-actions{grid-template-columns:1fr}.system-marketplace-footer{padding:0 18px 42px}.system-marketplace-footer-inner{grid-template-columns:1fr}}@media(max-width:760px){.system-home{background:linear-gradient(180deg,#fff 0%,#eef2ff 34%,#f4f6fb 100%)}.system-hero{padding:34px 16px 24px;min-height:auto}.system-hero::after{display:none}.system-brand-logo{width:min(230px,78vw);margin-bottom:14px}.system-kicker{font-size:11px;margin-bottom:12px;padding:8px 11px}.system-hero h1{font-size:clamp(28px,9vw,42px);line-height:1.12;margin-bottom:12px}.system-hero p{font-size:15px;line-height:1.58}.system-marketplace-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.system-marketplace-primary-cta,.system-marketplace-secondary-cta{width:100%}.system-marketplace-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.system-marketplace-stats div{padding:14px 12px}.system-marketplace-stats strong{font-size:25px}.system-marketplace-footer{padding:0 14px 34px}.system-marketplace-footer-inner{padding:22px 18px}.system-marketplace-footer-actions{grid-template-columns:1fr}.system-dealers,.system-marketplace{padding-left:14px;padding-right:14px}.system-marketplace{padding-top:28px}.system-section-head{display:block}.system-section-head h2{font-size:24px;margin-top:6px}.system-marketplace-head h2{font-size:30px}.system-marketplace-tools{position:static;grid-template-columns:1fr;padding:8px;margin-bottom:16px;border-radius:8px}.system-marketplace-results{align-items:flex-start;display:grid}.system-marketplace-category-title{display:block}.system-marketplace-category-title strong{display:block;margin-top:4px;font-size:16px}.system-marketplace-chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}.system-marketplace-category-chip,.system-marketplace-brand-chip{flex:0 0 auto;scroll-snap-align:start}.system-marketplace-featured{padding:10px}.system-marketplace-featured-list{grid-template-columns:1fr}.system-marketplace-grid{grid-template-columns:1fr}.system-marketplace-img{aspect-ratio:16/11}.system-marketplace-body{padding:15px}.system-marketplace-body h3{font-size:20px}.system-marketplace-specs{grid-template-columns:repeat(3,minmax(0,1fr))}.system-marketplace-specs span{min-height:54px;padding:8px}.system-marketplace-specs b{font-size:13px}.system-marketplace-actions{grid-template-columns:1fr}}.dealerx-install-guide{width:min(92vw,420px);padding:26px 22px;border:0;border-radius:22px;background:#fff;color:#111827;box-shadow:0 28px 80px rgba(15,23,42,.28);font-family:Heebo,sans-serif;text-align:right;direction:rtl}.dealerx-install-guide::backdrop{background:rgba(15,23,42,.62);backdrop-filter:blur(4px)}.dealerx-install-guide-close{position:absolute;top:12px;left:12px;width:36px;height:36px;border:0;border-radius:50%;background:#eef2f7;color:#475569;cursor:pointer}.dealerx-install-guide-icon{font-size:38px;text-align:center}.dealerx-install-guide h2{margin:8px 0 14px;text-align:center;font-size:22px}.dealerx-install-guide ol{display:grid;gap:12px;margin:0;padding-right:24px;color:#334155;line-height:1.55}.dealerx-install-guide p{margin:14px 0 0;padding:10px;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-size:12px;text-align:center}.dealerx-install-guide-done{width:100%;min-height:44px;margin-top:18px;border:0;border-radius:12px;background:#111827;color:#fff;font-family:Heebo,sans-serif;font-weight:800;cursor:pointer}body.marketplace-car-detail-mode .car-page{background:#f4f6fb;color:#111827}body.marketplace-car-detail-mode .cp-hero{background:#f4f6fb}body.marketplace-car-detail-mode .cp-hero-img{object-fit:contain;background:#f4f6fb}body.marketplace-car-detail-mode .cp-hero:hover .cp-hero-img{transform:none}body.marketplace-car-detail-mode .cp-hero-overlay{background:linear-gradient(0deg,rgba(244,246,251,.98) 0%,rgba(244,246,251,.46) 44%,rgba(17,24,39,.1) 100%)}body.marketplace-car-detail-mode .cp-thumbs{background:#fff;border-bottom:1px solid rgba(17,24,39,.08)}body.marketplace-car-detail-mode .cp-thumb.active{border-color:#8f46ff}body.marketplace-car-detail-mode .cp-thumb img,body.marketplace-car-detail-mode .cp-gallery-item img,body.marketplace-car-detail-mode .cp-similar-img{object-fit:contain;background:#f4f6fb}body.marketplace-car-detail-mode .cp-body{color:#111827}body.marketplace-car-detail-mode .cp-body>div:first-child,body.marketplace-car-detail-mode .cp-cta-card{background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 46px rgba(20,28,45,.08)}body.marketplace-car-detail-mode .cp-badge-brand{background:rgba(143,70,255,.1);color:#6d38d8}body.marketplace-car-detail-mode .cp-title,body.marketplace-car-detail-mode .cp-price,body.marketplace-car-detail-mode .cp-spec-val,body.marketplace-car-detail-mode .cp-similar-name,body.marketplace-car-detail-mode .cp-cta-card-title{color:#111827}body.marketplace-car-detail-mode .cp-subtitle,body.marketplace-car-detail-mode .cp-specs-title,body.marketplace-car-detail-mode .cp-desc-title,body.marketplace-car-detail-mode .cp-similar-title{color:#667085}body.marketplace-car-detail-mode .cp-desc-text,body.marketplace-car-detail-mode .cp-cta-card-sub{color:#4b5565}body.marketplace-car-detail-mode .cp-spec,body.marketplace-car-detail-mode .cp-similar-item{background:#f7f8ff;border-color:rgba(17,24,39,.08)}body.marketplace-car-detail-mode .cp-spec-label,body.marketplace-car-detail-mode .cp-similar-price{color:#7b8497}body.marketplace-car-detail-mode .cp-cta-wa{background:linear-gradient(135deg,#8f46ff,#4f7dff);box-shadow:0 16px 34px rgba(143,70,255,.22)}body.marketplace-car-detail-mode .cp-cta-share{color:#111827;border-color:rgba(17,24,39,.12);background:#f7f8ff}body.marketplace-car-detail-mode .cp-cta-divider{background:rgba(17,24,39,.08)}body.marketplace-car-detail-mode .cp-cta-feature{color:#344054}body.marketplace-car-detail-mode .cp-cta-feature-icon{background:rgba(143,70,255,.12);color:#6d38d8}/* LANDING PAGE */
body.landing-mode{background:#f4f6fb;color:#10131d;overflow:auto;direction:rtl}body.landing-mode>nav:not(.landing-nav),body.landing-mode .hero,body.landing-mode .brands,body.landing-mode .section-divider,body.landing-mode .catalog,body.landing-mode .trust-strip,body.landing-mode .why,body.landing-mode .process,body.landing-mode .about,body.landing-mode .coming-section,body.landing-mode .reviews,body.landing-mode .happy-customers-section,body.landing-mode .videos-section,body.landing-mode .sold-strip,body.landing-mode .faq-section,body.landing-mode .finance-calculator,body.landing-mode .contact,body.landing-mode footer,body.landing-mode .wa-float,body.landing-mode .sticky-cta,body.landing-mode .wa-popup,body.landing-mode .system-home{display:none!important}.landing-page{min-height:100vh;background:#f4f6fb;color:#10131d;overflow:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.84);border-bottom:1px solid rgba(22,29,45,.08);backdrop-filter:blur(20px);box-shadow:0 10px 34px rgba(20,28,45,.06)}.landing-brand{display:inline-flex;align-items:center;gap:12px;font-size:18px;font-weight:950;letter-spacing:.4px;color:#10131d}.landing-brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#10131d,#2e66ff);color:#fff;font-size:12px;font-weight:950;box-shadow:0 12px 34px rgba(46,102,255,.24)}.landing-brand-logo{display:block;width:168px;max-width:42vw;height:auto}.landing-nav-links{display:flex;gap:28px;align-items:center}.landing-nav-links a{font-size:13px;font-weight:800;color:#5d6677;transition:color .2s}.landing-nav-links a:hover{color:#10131d}.landing-nav-cta{padding:11px 20px;border-radius:9px;background:#10131d;color:#fff;font-size:13px;font-weight:950;box-shadow:0 12px 28px rgba(16,19,29,.16)}.landing-hero{min-height:100vh;position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.62fr);align-items:center;gap:46px;padding:132px 62px 80px;background:linear-gradient(135deg,#f7f9ff 0%,#eef3ff 48%,#ffffff 100%)}.landing-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 82% 26%,rgba(46,102,255,.18),transparent 32%),radial-gradient(circle at 12% 18%,rgba(217,195,136,.2),transparent 26%);pointer-events:none}.landing-hero-media{position:absolute;inset:auto 0 0 0;height:42%;background-image:url('https://images.unsplash.com/photo-1562141961-4d446d392a37?w=2200&q=82');background-size:cover;background-position:center 58%;filter:saturate(.86) contrast(1.04);opacity:.22;mask-image:linear-gradient(0deg,#000,transparent)}.landing-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(244,246,251,.96) 92%)}.landing-hero-content{position:relative;z-index:2;width:min(820px,100%);text-align:right}.landing-kicker{font-size:11px;font-weight:950;letter-spacing:3px;text-transform:uppercase;color:#2e66ff;margin-bottom:14px}.landing-hero h1{font-size:clamp(43px,6.8vw,86px);line-height:1.02;font-weight:950;letter-spacing:0;margin:0 0 20px;max-width:820px;color:#10131d}.landing-lead{font-size:clamp(17px,2vw,22px);line-height:1.72;color:#566173;max-width:760px;margin:0 0 32px}.landing-hero-actions{display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:26px}.landing-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 30px;border-radius:10px;font-size:15px;font-weight:950;border:1px solid transparent;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}.landing-btn:hover{transform:translateY(-2px)}.landing-btn.primary{background:#10131d;color:#fff;box-shadow:0 20px 50px rgba(16,19,29,.22)}.landing-btn.secondary{background:#fff;border-color:rgba(16,19,29,.12);color:#10131d;box-shadow:0 14px 36px rgba(20,28,45,.08)}.landing-proof{display:flex;justify-content:flex-start;gap:10px;flex-wrap:wrap}.landing-proof span{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid rgba(16,19,29,.09);font-size:12px;font-weight:850;color:#4a5568;box-shadow:0 10px 24px rgba(20,28,45,.06)}.landing-live-panel{position:relative;z-index:2;align-self:center;background:rgba(255,255,255,.86);border:1px solid rgba(16,19,29,.1);border-radius:22px;padding:20px;box-shadow:0 36px 90px rgba(35,51,82,.18);backdrop-filter:blur(16px)}.landing-hero-value-card{
  position:relative;
  z-index:2;
  align-self:center;
  display:grid;
  gap:18px;
  padding:30px;
  border-radius:28px;
  background:
    radial-gradient(circle at 18% 0,rgba(49,91,255,.14),transparent 36%),
    linear-gradient(180deg,#fff,#f7f9ff);
  border:1px solid rgba(16,19,29,.10);
  box-shadow:0 36px 90px rgba(35,51,82,.16);
}.landing-hero-value-card .landing-kicker{margin:0}.landing-hero-value-card strong{
  color:#10131d;
  font-size:clamp(24px,2.7vw,36px);
  line-height:1.18;
  font-weight:850;
  letter-spacing:0;
}.landing-hero-value-card div{
  display:grid;
  gap:12px;
}.landing-hero-value-card span{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(16,19,29,.08);
  color:#334155;
  font-size:16px;
  font-weight:650;
  box-shadow:0 14px 34px rgba(20,28,45,.07);
}.landing-hero-value-card span b{
  width:32px;
  height:32px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:#10131d;
  color:#fff;
  font-size:14px;
  font-weight:850;
}.landing-live-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.landing-live-head strong{font-size:17px;color:#10131d}.landing-live-head span{border-radius:999px;background:#e9f8ef;color:#087a3d;padding:6px 10px;font-size:11px;font-weight:950}.landing-live-car{min-height:210px;border-radius:17px;background:linear-gradient(180deg,rgba(16,19,29,.12),rgba(16,19,29,.62)),url('https://images.unsplash.com/photo-1555215695-3004980ad54e?w=900&q=82');background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:18px;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}.landing-live-car small{display:block;font-size:13px;color:rgba(255,255,255,.74);font-weight:800}.landing-live-car b{display:block;font-size:32px;line-height:1.1;margin:4px 0 8px;font-weight:950}.landing-live-car em{display:inline-flex;background:rgba(255,255,255,.92);color:#10131d;border-radius:999px;padding:7px 11px;font-style:normal;font-size:11px;font-weight:950}.landing-live-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.landing-live-stats span{border-radius:13px;background:#f2f5fb;border:1px solid rgba(16,19,29,.08);padding:12px 10px;text-align:center;color:#566173;font-size:12px;font-weight:850}.landing-live-stats b{display:block;color:#10131d;font-size:20px}.landing-logo-strip{padding:42px 44px 50px;background:#fff;border-top:1px solid rgba(16,19,29,.07);border-bottom:1px solid rgba(16,19,29,.07);overflow:hidden}.landing-logo-strip-head{text-align:center;margin:0 auto 24px;width:min(760px,100%)}.landing-logo-strip-head h2{margin:0;color:#10131d;font-size:clamp(24px,3.4vw,42px);line-height:1.12;font-weight:950;letter-spacing:0}.landing-logo-marquee{position:relative;width:min(1120px,100%);margin:0 auto;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.landing-logo-track{display:flex;align-items:center;gap:16px;width:max-content;animation:landingLogoMarquee 28s linear infinite}.landing-logo-marquee:hover .landing-logo-track{animation-play-state:paused}.landing-logo-item{width:198px;height:112px;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:13px 14px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7f8fc);border:1px solid rgba(16,19,29,.1);box-shadow:0 18px 44px rgba(20,28,45,.07);cursor:default;user-select:none}.landing-logo-item:hover{border-color:rgba(16,19,29,.1);box-shadow:0 18px 44px rgba(20,28,45,.07)}.landing-logo-item img{display:block;max-width:142px;max-height:42px;width:auto;height:auto;object-fit:contain;filter:none;transition:transform .2s}.landing-logo-item::before{content:"";position:absolute;top:13px;left:14px;right:14px;height:58px;border-radius:16px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.16),transparent 56%),linear-gradient(135deg,#111421,#252b3a);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(17,20,33,.16);opacity:0}.landing-logo-item{position:relative}.landing-logo-item img{position:relative;z-index:1}.landing-logo-item::before{opacity:1}.landing-logo-item b{position:relative;z-index:1;font-size:12px;line-height:1.2;font-weight:800;color:#4f5868;text-align:center;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}@keyframes landingLogoMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(50%)}
}.landing-trust{display:flex;align-items:center;justify-content:center;gap:0;background:#10131d;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);overflow:auto}.landing-trust span{min-width:max-content;padding:22px 36px;border-left:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.68);font-size:13px;font-weight:950;letter-spacing:.2px}.landing-section{padding:92px 44px;background:#f4f6fb}.landing-section-head{width:min(900px,100%);margin:0 auto 34px;text-align:center}.landing-section-head.compact{margin-bottom:28px}.landing-section-head h2,.landing-showcase h2,.landing-contact h2{font-size:clamp(32px,4.8vw,58px);line-height:1.09;font-weight:950;letter-spacing:0;margin:0 0 14px;color:#10131d}.landing-section-head p:not(.landing-kicker),.landing-showcase p,.landing-contact p{font-size:16px;line-height:1.85;color:#5b6577}.landing-problem{background:#fff}.landing-question-grid{width:min(1040px,100%);margin:0 auto 26px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.landing-question-grid span{min-height:62px;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px 14px;border-radius:13px;background:#f5f7fc;border:1px solid rgba(16,19,29,.08);color:#1c2332;font-size:14px;font-weight:950;box-shadow:0 14px 32px rgba(20,28,45,.06)}.landing-metrics{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.landing-metrics div{padding:24px;border:1px solid rgba(16,19,29,.08);border-radius:14px;background:linear-gradient(180deg,#fff,#f7f9ff);min-height:126px;box-shadow:0 18px 46px rgba(20,28,45,.07)}.landing-metrics strong{display:block;font-size:34px;font-weight:950;color:#2e66ff;margin-bottom:8px}.landing-metrics span{font-size:13px;font-weight:850;line-height:1.55;color:#5b6577}.landing-features{background:#f4f6fb}.landing-feature-grid{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.landing-feature-grid article{padding:28px;border-radius:16px;background:#fff;border:1px solid rgba(16,19,29,.08);min-height:218px;box-shadow:0 22px 58px rgba(20,28,45,.07);transition:transform .2s,box-shadow .2s}.landing-feature-grid article:hover{transform:translateY(-4px);box-shadow:0 28px 78px rgba(46,102,255,.12)}.landing-feature-grid article span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef4ff;color:#2e66ff;font-size:11px;font-weight:950}.landing-feature-grid h3{font-size:22px;font-weight:950;margin:16px 0 10px;color:#10131d}.landing-feature-grid p{font-size:14px;line-height:1.75;color:#5f6879}.landing-showcase{padding:104px 44px;display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center;width:min(1180px,100%);margin:0 auto;color:#10131d}.landing-showcase-card{border-radius:22px;border:1px solid rgba(16,19,29,.09);background:#fff;box-shadow:0 40px 120px rgba(35,51,82,.15);overflow:hidden}.landing-browser-top{height:42px;display:flex;align-items:center;gap:7px;padding:0 16px;border-bottom:1px solid rgba(16,19,29,.08);direction:ltr;background:#f7f9fc}.landing-browser-top span{width:10px;height:10px;border-radius:50%;background:#cbd3df}.landing-dashboard-mock{display:grid;grid-template-columns:150px 1fr;min-height:360px}.landing-dashboard-mock aside{padding:22px;background:#10131d;border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:12px;color:#fff}.landing-dashboard-mock aside b{font-size:17px}.landing-dashboard-mock aside small{color:rgba(255,255,255,.52);margin-bottom:12px}.landing-dashboard-mock aside i{min-height:34px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;padding:0 12px;font-style:normal;font-size:12px;font-weight:850;color:rgba(255,255,255,.72)}.landing-dashboard-mock main{padding:22px;background:radial-gradient(circle at 18% 10%,rgba(46,102,255,.14),transparent 34%),#f5f7fc}.landing-chart{height:120px;border-radius:15px;background:linear-gradient(135deg,#10131d,#2e66ff);border:1px solid rgba(16,19,29,.08);margin-bottom:14px;color:#fff;padding:20px;display:flex;align-items:flex-end;justify-content:space-between}.landing-chart span{font-size:13px;font-weight:850;color:rgba(255,255,255,.72)}.landing-chart strong{font-size:34px;font-weight:950}.landing-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.landing-cards-row span{min-height:70px;border-radius:13px;background:#fff;border:1px solid rgba(16,19,29,.08);display:grid;place-items:center;text-align:center;color:#10131d;font-size:13px;font-weight:950;box-shadow:0 10px 28px rgba(20,28,45,.06)}.landing-car-row{min-height:58px;border-radius:12px;background:#fff;border:1px solid rgba(16,19,29,.08);margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;color:#10131d;box-shadow:0 10px 28px rgba(20,28,45,.06)}.landing-car-row b{font-size:14px;font-weight:950}.landing-car-row em{font-size:11px;font-style:normal;color:#0b8a45;background:#eaf8f0;border-radius:999px;padding:6px 9px;font-weight:950}.landing-car-row.short{width:78%}.landing-checks{list-style:none;margin-top:20px;display:grid;gap:12px}.landing-checks li{position:relative;padding:14px 42px 14px 14px;border-radius:12px;background:#fff;border:1px solid rgba(16,19,29,.08);color:#384254;font-weight:850;box-shadow:0 12px 32px rgba(20,28,45,.05)}.landing-checks li::before{content:'✓';position:absolute;right:14px;top:12px;color:#2e66ff;font-weight:950}.landing-flow{background:#10131d;color:#fff}.landing-flow .landing-section-head h2{color:#fff}.landing-flow .landing-section-head p:not(.landing-kicker){color:rgba(255,255,255,.66)}.landing-flow-grid{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.landing-flow-grid div{padding:24px;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 54px rgba(0,0,0,.16)}.landing-flow-grid strong{width:38px;height:38px;border-radius:10px;background:#fff;color:#10131d;display:grid;place-items:center;font-weight:950;margin-bottom:18px}.landing-flow-grid h3{font-size:20px;margin-bottom:8px}.landing-flow-grid p{font-size:13px;line-height:1.65;color:rgba(255,255,255,.65)}.landing-journey{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(46,102,255,.17),transparent 34%),linear-gradient(180deg,#f8fbff 0%,#fff 100%)}.landing-journey::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(46,102,255,.06) 1px,transparent 1px),linear-gradient(180deg,rgba(16,19,29,.045) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(circle at center,#000,transparent 72%)}.landing-journey-wrap{position:relative;width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);gap:34px;align-items:center}.landing-journey-map{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.landing-journey-map::before{content:"";position:absolute;top:50%;right:28px;left:28px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,#2e66ff,#10131d,#2e66ff,transparent);box-shadow:0 0 28px rgba(46,102,255,.38);animation:journeyPulse 3.4s ease-in-out infinite}.landing-journey-map article{position:relative;z-index:1;min-height:170px;padding:22px 22px 20px;border-radius:18px;background:rgba(255,255,255,.86);border:1px solid rgba(16,19,29,.08);box-shadow:0 22px 62px rgba(20,28,45,.08);animation:journeyCardIn 4.8s ease-in-out infinite;animation-delay:calc(var(--step) * .22s)}.landing-journey-map article::after{content:"";position:absolute;inset:-1px;border-radius:inherit;border:1px solid rgba(46,102,255,.32);opacity:0;animation:journeyGlow 4.8s ease-in-out infinite;animation-delay:calc(var(--step) * .22s)}.landing-journey-map span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:14px;border-radius:12px;background:#10131d;color:#fff;font-size:13px;font-weight:950;box-shadow:0 12px 28px rgba(16,19,29,.18)}.landing-journey-map h3{font-size:20px;color:#10131d;margin:0 0 8px;font-weight:950}.landing-journey-map p{font-size:13px;line-height:1.7;color:#5b6577;margin:0}.landing-journey-orbit{position:relative;min-height:430px;display:grid;place-items:center}.journey-orbit-ring{position:absolute;width:340px;height:340px;border-radius:50%;border:1px solid rgba(46,102,255,.2);background:radial-gradient(circle,rgba(46,102,255,.12),transparent 64%);animation:journeySpin 12s linear infinite}.journey-orbit-ring::before,.journey-orbit-ring::after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#2e66ff;box-shadow:0 0 28px rgba(46,102,255,.7)}.journey-orbit-ring::before{top:34px;right:52px}.journey-orbit-ring::after{bottom:46px;left:48px;background:#10131d}.journey-screen{position:relative;width:min(330px,100%);min-height:310px;border-radius:24px;background:linear-gradient(180deg,#10131d,#17233d);border:1px solid rgba(255,255,255,.14);box-shadow:0 36px 95px rgba(16,19,29,.3);padding:18px;color:#fff;overflow:hidden}.journey-screen::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 14%,rgba(46,102,255,.38),transparent 36%);pointer-events:none}.journey-screen-top{position:relative;display:flex;gap:6px;direction:ltr;margin-bottom:18px}.journey-screen-top i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.28)}.journey-screen-stage{position:relative;min-height:48px;margin-bottom:10px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;padding:0 16px;font-size:14px;font-weight:950;animation:journeyStage 6s ease-in-out infinite}.stage-catalog{animation-delay:.7s}.stage-edit{animation-delay:1.4s}.stage-car{animation-delay:2.1s}.journey-screen-lead{position:relative;margin-top:16px;border-radius:16px;background:#2e66ff;color:#fff;min-height:58px;display:grid;place-items:center;font-size:17px;font-weight:950;box-shadow:0 18px 44px rgba(46,102,255,.32);animation:journeyLead 6s ease-in-out infinite}@keyframes journeyPulse{0%,100%{opacity:.46;transform:scaleX(.86)}50%{opacity:1;transform:scaleX(1)}}@keyframes journeyCardIn{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes journeyGlow{0%,100%{opacity:0}45%,58%{opacity:1}}@keyframes journeySpin{to{transform:rotate(360deg)}}@keyframes journeyStage{0%,100%{background:rgba(255,255,255,.08);transform:translateX(0)}45%,58%{background:rgba(46,102,255,.34);transform:translateX(-6px)}}@keyframes journeyLead{0%,58%,100%{transform:scale(.96);opacity:.78}70%,86%{transform:scale(1);opacity:1}}.landing-israel{background:#fff}.landing-split{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.landing-split h2{font-size:clamp(31px,4.5vw,56px);line-height:1.1;font-weight:950;margin:0 0 16px;color:#10131d}.landing-split p:not(.landing-kicker){font-size:16px;line-height:1.85;color:#5b6577}.landing-capability-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing-capability-list span{position:relative;min-height:72px;display:flex;align-items:center;padding:16px 48px 16px 16px;border-radius:14px;background:#f5f7fc;border:1px solid rgba(16,19,29,.08);color:#1c2332;font-size:14px;font-weight:950;line-height:1.45;box-shadow:0 12px 32px rgba(20,28,45,.05)}.landing-capability-list span::before{content:'✓';position:absolute;right:17px;top:50%;transform:translateY(-50%);width:23px;height:23px;border-radius:8px;background:#eaf1ff;color:#2e66ff;display:grid;place-items:center;font-size:13px;font-weight:950}.landing-plans{background:#f4f6fb}.landing-billing-toggle{width:min(440px,100%);height:64px;margin:0 auto 34px;padding:6px;display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#10131d;border-radius:999px;box-shadow:0 20px 46px rgba(16,19,29,.18)}.landing-billing-toggle button{border:0;border-radius:999px;background:transparent;color:#fff;font-family:Heebo,sans-serif;font-size:20px;font-weight:950;cursor:pointer;transition:all .22s}.landing-billing-toggle button.active{background:#2e66ff;color:#fff;box-shadow:0 10px 26px rgba(46,102,255,.28)}.landing-pricing-grid{width:min(1120px,100%);margin:0 auto 42px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.landing-price-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:34px 32px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid rgba(16,19,29,.09);box-shadow:0 24px 64px rgba(20,28,45,.08)}.landing-price-card.recommended{border:3px solid #58b5e9;box-shadow:0 34px 92px rgba(46,102,255,.18);transform:translateY(-12px)}.landing-price-ribbon{position:absolute;top:0;left:0;right:0;height:48px;display:grid;place-items:center;background:#58b5e9;color:#fff;font-size:17px;font-weight:950}.landing-price-card.recommended .landing-price-top{margin-top:34px}.landing-price-top{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;align-items:center;margin-bottom:18px}.landing-price-icon{grid-row:1/3;width:50px;height:50px;display:grid!important;place-items:center;border-radius:16px;background:#eaf6ff;color:#58b5e9;font-size:26px;font-weight:950;letter-spacing:0!important;margin:0!important}.landing-price-top span:not(.landing-price-icon){display:inline-flex;color:#58aee2;font-size:18px;font-weight:950;letter-spacing:0;margin:0}.landing-price-top h3{grid-column:2;font-size:26px;color:#10131d;margin:0;line-height:1.2}.landing-price-desc{color:#707b8e;font-size:15px;line-height:1.75;min-height:78px;margin:0 0 22px}.landing-price-main{display:flex;align-items:flex-end;gap:10px;margin:0 0 6px;padding-bottom:18px;border-bottom:1px solid rgba(16,19,29,.08)}.landing-price-main strong{font-size:clamp(44px,5.2vw,62px);font-weight:950;line-height:1;color:#10131d;letter-spacing:0}.landing-price-main span{font-size:15px;font-weight:800;color:#7a8497;padding-bottom:8px}.landing-price-note{font-size:13px;color:#7a8497;line-height:1.6;margin:0 0 20px}.landing-price-note.is-yearly{color:#2e66ff;font-weight:900}.landing-price-note.is-yearly::after{content:attr(data-comparison);display:block;margin-top:4px;color:#58aee2;font-size:12px}.landing-price-features{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:11px}.landing-price-features li{position:relative;color:#172033;font-size:15px;font-weight:850;line-height:1.45;padding-right:34px}.landing-price-features li::before{content:'✓';position:absolute;right:0;top:1px;width:21px;height:21px;border-radius:50%;border:1px solid #58b5e9;color:#58b5e9;display:grid;place-items:center;font-size:12px;font-weight:950}.landing-price-cta{margin-top:auto;min-height:54px;border-radius:14px;border:1px solid rgba(16,19,29,.1);display:flex;align-items:center;justify-content:center;color:#10131d;background:#fff;font-size:15px;font-weight:950;box-shadow:0 14px 34px rgba(20,28,45,.06)}.landing-price-cta.primary{background:#58b5e9;color:#fff;border-color:#58b5e9;box-shadow:0 18px 42px rgba(88,181,233,.28)}.landing-audience-note{width:min(900px,100%);margin:0 auto 22px;text-align:center}.landing-audience-note h2{font-size:clamp(32px,5vw,54px);line-height:1.08;margin:0 0 14px;color:#10131d}.landing-audience-note p:last-child{font-size:17px;line-height:1.8;color:#5b6577;margin:0}.landing-plan-grid{width:min(1040px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.landing-plan-grid article{padding:30px;border-radius:17px;background:#fff;border:1px solid rgba(16,19,29,.08);min-height:210px;box-shadow:0 20px 58px rgba(20,28,45,.07)}.landing-plan-grid article.featured{background:linear-gradient(180deg,#10131d,#1d2840);border-color:rgba(46,102,255,.34);box-shadow:0 30px 90px rgba(16,19,29,.22);color:#fff}.landing-plan-grid h3{font-size:25px;margin-bottom:10px;color:inherit}.landing-plan-grid p{font-size:14px;color:#5b6577;line-height:1.75;min-height:76px}.landing-plan-grid article.featured p{color:rgba(255,255,255,.72)}.landing-plan-grid strong{display:inline-flex;margin-top:12px;color:#2e66ff;font-size:16px;font-weight:950}.landing-plan-grid article.featured strong{color:#fff}.landing-contact{width:min(1120px,calc(100% - 88px));margin:0 auto 72px;padding:42px;border-radius:24px;background:linear-gradient(135deg,#10131d,#2e66ff);border:1px solid rgba(255,255,255,.18);display:grid;grid-template-columns:1fr 420px;gap:34px;align-items:center;color:#fff;box-shadow:0 34px 100px rgba(46,102,255,.24)}.landing-contact h2{color:#fff}.landing-contact p{color:rgba(255,255,255,.72)}.landing-contact .landing-kicker{color:#cfe0ff}.landing-form{display:grid;gap:12px}.landing-form label{display:grid;gap:7px;font-size:12px;font-weight:950;color:rgba(255,255,255,.78)}.landing-form input{height:50px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:#fff;padding:0 14px;font-family:'Heebo',sans-serif;font-size:14px;outline:none}.landing-form input::placeholder{color:rgba(255,255,255,.46)}.landing-form input:focus{border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.18)}.landing-form button{height:54px;border:none;border-radius:10px;background:#fff;color:#10131d;font-size:15px;font-weight:950;font-family:'Heebo',sans-serif;cursor:pointer;box-shadow:0 18px 50px rgba(255,255,255,.18)}.landing-form-status{display:none;border-radius:10px;padding:11px 13px;font-size:13px;font-weight:800;line-height:1.5}.landing-form-status.ok{display:block;background:rgba(220,252,231,.14);border:1px solid rgba(134,239,172,.42);color:#dcfce7}.landing-form-status.error{display:block;background:rgba(254,226,226,.14);border:1px solid rgba(252,165,165,.42);color:#fee2e2}@media(max-width:900px){.landing-nav{padding:0 18px}.landing-nav-links{display:none}.landing-hero{grid-template-columns:1fr;padding:112px 20px 64px}.landing-hero-content{text-align:center;margin:0 auto}.landing-hero-actions,.landing-proof{justify-content:center}.landing-live-panel{width:min(560px,100%);margin:0 auto}.landing-metrics,.landing-feature-grid,.landing-flow-grid,.landing-plan-grid,.landing-pricing-grid,.landing-question-grid,.landing-capability-list{grid-template-columns:1fr 1fr}.landing-journey-wrap{grid-template-columns:1fr}.landing-journey-orbit{min-height:350px}.landing-showcase,.landing-contact{grid-template-columns:1fr}.landing-split{grid-template-columns:1fr}.landing-contact{width:min(100% - 32px,720px)}.landing-dashboard-mock{grid-template-columns:110px 1fr}}@media(max-width:560px){.landing-nav-cta{display:none}.landing-hero h1{font-size:38px}.landing-live-panel{padding:14px;border-radius:18px}.landing-live-stats{grid-template-columns:1fr}.landing-trust{justify-content:flex-start}.landing-section{padding:68px 18px}.landing-metrics,.landing-feature-grid,.landing-flow-grid,.landing-plan-grid,.landing-pricing-grid,.landing-question-grid,.landing-capability-list{grid-template-columns:1fr}.landing-journey-map{grid-template-columns:1fr}.landing-journey-map::before{top:28px;bottom:28px;right:19px;left:auto;width:3px;height:auto;transform:none;animation:none}.landing-journey-map article{padding-right:66px;min-height:auto}.landing-journey-map span{position:absolute;right:15px;top:20px}.landing-journey-orbit{min-height:300px}.journey-orbit-ring{width:250px;height:250px}.journey-screen{width:100%;min-height:280px}.landing-price-card{padding:24px}.landing-audience-note{text-align:right}.landing-showcase{padding:68px 18px}.landing-dashboard-mock{grid-template-columns:1fr}.landing-dashboard-mock aside{display:none}.landing-cards-row{grid-template-columns:1fr}.landing-car-row.short{width:100%}.landing-contact{padding:24px;width:calc(100% - 28px);margin-bottom:42px}}/* DealerX premium landing refresh */
.landing-page{
  background:#06070b;
  color:#f7f7fb;
}.landing-nav{
  height:78px;
  padding:0 54px;
  background:rgba(6,7,11,.78);
  border-bottom:1px solid rgba(255,255,255,.1);
  box-shadow:0 18px 60px rgba(0,0,0,.34);
}.landing-brand{
  padding:9px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.5);
  box-shadow:0 18px 46px rgba(0,0,0,.26);
}.landing-brand-logo{
  width:178px;
}.landing-nav-links a{
  color:rgba(255,255,255,.68);
  letter-spacing:.2px;
}.landing-nav-links a:hover{
  color:#fff;
}.landing-nav-cta{
  border-radius:999px;
  background:linear-gradient(135deg,#8b49ff,#d76dff);
  color:#fff;
  box-shadow:0 16px 42px rgba(139,73,255,.34);
}.landing-hero{
  min-height:100vh;
  grid-template-columns:minmax(0,1fr) minmax(360px,.48fr);
  gap:58px;
  padding:142px 72px 92px;
  background:#06070b;
  isolation:isolate;
}.landing-hero::before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:58px 58px;
  opacity:.56;
  mask-image:linear-gradient(180deg,#000 0%,transparent 88%);
}.landing-hero-media{
  inset:0;
  height:auto;
  background-image:url('https://images.unsplash.com/photo-1552519507-da3b142c6e3d?w=2200&q=84');
  background-position:center;
  opacity:.34;
  filter:saturate(.78) contrast(1.12) brightness(.72);
  mask-image:none;
  z-index:-2;
}.landing-hero-overlay{
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(6,7,11,.98) 0%,rgba(6,7,11,.88) 42%,rgba(6,7,11,.62) 100%),
    linear-gradient(180deg,rgba(6,7,11,.36),#06070b 96%);
}.landing-hero-content{
  width:min(920px,100%);
}.landing-kicker{
  color:#c08cff;
  letter-spacing:4px;
}.landing-hero h1{
  color:#fff;
  font-size:clamp(48px,6.9vw,96px);
  max-width:940px;
  text-wrap:balance;
}.landing-lead{
  color:rgba(255,255,255,.72);
  max-width:790px;
}.landing-btn{
  min-height:58px;
  border-radius:999px;
}.landing-btn.primary{
  background:linear-gradient(135deg,#8b49ff,#d66dff);
  color:#fff;
  box-shadow:0 24px 68px rgba(139,73,255,.34);
}.landing-btn.secondary{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  color:#fff;
  box-shadow:none;
}.landing-proof span{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.12);
  color:rgba(255,255,255,.72);
  box-shadow:none;
}.landing-live-panel{
  background:linear-gradient(180deg,rgba(18,20,30,.9),rgba(9,10,16,.92));
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  box-shadow:0 42px 110px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.08);
}.landing-live-head strong{
  color:#fff;
}.landing-live-head span{
  background:rgba(101,255,178,.12);
  color:#77ffbc;
  border:1px solid rgba(119,255,188,.22);
}.landing-live-car{
  min-height:250px;
  background:linear-gradient(180deg,rgba(8,9,14,.18),rgba(8,9,14,.78)),url('https://images.unsplash.com/photo-1617788138017-80ad40651399?w=1000&q=84');
  background-size:cover;
  background-position:center;
}.landing-live-car em{
  background:rgba(255,255,255,.1);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
}.landing-live-stats span{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.1);
  color:rgba(255,255,255,.62);
}.landing-live-stats b{
  color:#fff;
}.landing-trust{
  background:#090a10;
  border-color:rgba(255,255,255,.1);
}.landing-trust span{
  color:rgba(255,255,255,.62);
}.landing-section{
  background:#06070b;
}.landing-problem,.landing-features,.landing-israel,.landing-plans,.landing-journey{
  background:#06070b;
}.landing-section-head h2,.landing-showcase h2,.landing-contact h2,.landing-split h2,.landing-audience-note h2{
  color:#fff;
}.landing-section-head p:not(.landing-kicker),.landing-showcase p,.landing-contact p,.landing-split p:not(.landing-kicker),.landing-audience-note p:last-child{
  color:rgba(255,255,255,.66);
}.landing-question-grid span,.landing-metrics div,.landing-feature-grid article,.landing-showcase-card,.landing-checks li,.landing-capability-list span,.landing-price-card,.landing-plan-grid article{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
}.landing-question-grid span,.landing-checks li,.landing-capability-list span,.landing-feature-grid h3,.landing-split h2,.landing-price-top h3,.landing-price-main strong,.landing-plan-grid h3{
  color:#fff;
}.landing-metrics strong,.landing-feature-grid article span,.landing-plan-grid strong{
  color:#c08cff;
}.landing-feature-grid article span{
  background:rgba(192,140,255,.12);
  border:1px solid rgba(192,140,255,.22);
}.landing-feature-grid p,.landing-metrics span,.landing-price-desc,.landing-price-note,.landing-plan-grid p,.landing-journey-map p{
  color:rgba(255,255,255,.62);
}.landing-showcase{
  color:#fff;
}.landing-browser-top{
  background:rgba(255,255,255,.06);
  border-bottom-color:rgba(255,255,255,.1);
}.landing-dashboard-mock aside{
  background:#080910;
}.landing-dashboard-mock main{
  background:#10121b;
}.landing-chart{
  background:linear-gradient(135deg,#191b28,#8b49ff);
}.landing-cards-row span,.landing-car-row{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.1);
  color:#fff;
}.landing-flow{
  background:linear-gradient(180deg,#0b0d14,#06070b);
}.landing-flow-grid div{
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
}.landing-flow-grid strong{
  background:linear-gradient(135deg,#8b49ff,#d66dff);
  color:#fff;
}.landing-journey::before{
  background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);
  mask-image:linear-gradient(180deg,#000,transparent 86%);
}.landing-journey-map article{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.12);
}.landing-journey-map h3{
  color:#fff;
}.landing-journey-map span{
  background:linear-gradient(135deg,#8b49ff,#d66dff);
}.journey-screen{
  background:linear-gradient(180deg,#151724,#080910);
}.landing-capability-list span::before{
  background:rgba(192,140,255,.12);
  color:#d66dff;
}.landing-billing-toggle{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}.landing-billing-toggle button.active{
  background:linear-gradient(135deg,#8b49ff,#d66dff);
}.landing-price-card.recommended{
  border-color:#c08cff;
  box-shadow:0 34px 98px rgba(139,73,255,.22);
}.landing-price-ribbon{
  background:linear-gradient(135deg,#8b49ff,#d66dff);
}.landing-price-icon{
  background:rgba(192,140,255,.14);
  color:#d66dff;
}.landing-price-top span:not(.landing-price-icon){
  color:#c08cff;
}.landing-price-features li{
  color:rgba(255,255,255,.82);
}.landing-price-features li::before{
  border-color:#c08cff;
  color:#c08cff;
}.landing-price-cta{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}.landing-price-cta.primary{
  background:linear-gradient(135deg,#8b49ff,#d66dff);
  border-color:transparent;
}.landing-plan-grid article.featured{
  background:linear-gradient(180deg,#161827,#090a10);
  border-color:rgba(192,140,255,.34);
}.landing-contact{
  background:linear-gradient(135deg,#11131f,#5f2eea 58%,#10131d);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 38px 110px rgba(95,46,234,.22);
}.landing-form input{
  background:rgba(255,255,255,.08);
}@media(max-width:900px){.landing-nav{padding:0 18px}.landing-brand{padding:8px 12px}.landing-brand-logo{width:142px}.landing-hero{
    grid-template-columns:1fr;
    padding:122px 22px 72px;
  }.landing-hero-overlay{
    background:linear-gradient(180deg,rgba(6,7,11,.8),#06070b 88%);
  }.landing-hero-content{
    text-align:center;
  }}@media(max-width:560px){.landing-hero h1{font-size:40px}.landing-lead{font-size:16px}.landing-btn{width:100%}.landing-brand-logo{width:126px}}/* DealerX bright premium landing refresh */
.landing-page{
  background:#f5f7fc;
  color:#111421;
}.landing-nav{
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(22,29,45,.09);
  box-shadow:0 16px 46px rgba(20,28,45,.08);
}.landing-brand{
  background:#fff;
  border-color:rgba(20,28,45,.08);
  box-shadow:0 16px 40px rgba(20,28,45,.08);
}.landing-nav-links a{
  color:#667085;
}.landing-nav-links a:hover{
  color:#111421;
}.landing-nav-cta{
  background:linear-gradient(135deg,#111421,#7b4dff);
  box-shadow:0 16px 42px rgba(123,77,255,.22);
}.landing-hero{
  background:linear-gradient(135deg,#ffffff 0%,#f3f6ff 46%,#eef2ff 100%);
}.landing-hero::before{
  background:
    radial-gradient(circle at 78% 16%,rgba(123,77,255,.18),transparent 34%),
    radial-gradient(circle at 18% 22%,rgba(46,102,255,.13),transparent 30%),
    linear-gradient(90deg,rgba(17,20,33,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(17,20,33,.035) 1px,transparent 1px);
  background-size:auto,auto,58px 58px,58px 58px;
  opacity:1;
  mask-image:linear-gradient(180deg,#000 0%,transparent 92%);
}.landing-hero-media{
  opacity:.18;
  filter:saturate(.86) contrast(1.03) brightness(1.06);
}.landing-hero-overlay{
  background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 47%,rgba(255,255,255,.56) 100%),linear-gradient(180deg,rgba(255,255,255,.08),#f5f7fc 96%);
}.landing-kicker{
  color:#7147ea;
}.landing-hero h1,.landing-section-head h2,.landing-showcase h2,.landing-contact h2,.landing-split h2,.landing-audience-note h2{
  color:#111421;
}.landing-lead,.landing-section-head p:not(.landing-kicker),.landing-showcase p,.landing-split p:not(.landing-kicker),.landing-audience-note p:last-child{
  color:#5f6878;
}.landing-btn.primary{
  background:linear-gradient(135deg,#111421,#7b4dff);
  box-shadow:0 24px 68px rgba(123,77,255,.24);
}.landing-btn.secondary{
  background:#fff;
  border-color:rgba(17,20,33,.1);
  color:#111421;
  box-shadow:0 16px 40px rgba(20,28,45,.08);
}.landing-proof span{
  background:#fff;
  border-color:rgba(17,20,33,.08);
  color:#4d586b;
  box-shadow:0 12px 28px rgba(20,28,45,.06);
}.landing-live-panel{
  background:rgba(255,255,255,.9);
  border-color:rgba(17,20,33,.1);
  box-shadow:0 42px 110px rgba(35,51,82,.18), inset 0 1px 0 rgba(255,255,255,.9);
}.landing-live-head strong,.landing-live-stats b{
  color:#111421;
}.landing-live-stats span{
  background:#f3f6fc;
  border-color:rgba(17,20,33,.08);
  color:#5f6878;
}.landing-trust{
  background:#111421;
}.landing-section,.landing-problem,.landing-features,.landing-israel,.landing-plans,.landing-journey{
  background:#f5f7fc;
}.landing-problem,.landing-israel{
  background:#fff;
}.landing-question-grid span,.landing-metrics div,.landing-feature-grid article,.landing-showcase-card,.landing-checks li,.landing-capability-list span,.landing-price-card,.landing-plan-grid article{
  background:linear-gradient(180deg,#fff,#f9fbff);
  border-color:rgba(17,20,33,.08);
  color:#111421;
  box-shadow:0 24px 68px rgba(20,28,45,.08);
}.landing-question-grid span,.landing-checks li,.landing-capability-list span,.landing-feature-grid h3,.landing-price-top h3,.landing-price-main strong,.landing-plan-grid h3,.landing-journey-map h3{
  color:#111421;
}.landing-metrics strong,.landing-feature-grid article span,.landing-plan-grid strong{
  color:#7147ea;
}.landing-feature-grid article span{
  background:#f1ecff;
  border-color:rgba(113,71,234,.18);
}.landing-how{
  background:linear-gradient(180deg,#f5f7fc,#fff);
}.landing-how .landing-section-head p:not(.landing-kicker){
  max-width:640px;
  margin:10px auto 0;
}.landing-how-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1120px;
  margin:34px auto 0;
}.landing-how-grid article{
  position:relative;
  background:linear-gradient(180deg,#fff,#f9fbff);
  border:1px solid rgba(17,20,33,.08);
  border-radius:24px;
  padding:28px;
  min-height:220px;
  box-shadow:0 24px 68px rgba(20,28,45,.08);
  overflow:hidden;
}.landing-how-grid article::after{
  content:'';
  position:absolute;
  inset:auto -40px -54px auto;
  width:138px;
  height:138px;
  border-radius:50%;
  background:rgba(113,71,234,.08);
}.landing-how-grid span{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,#111421,#7b4dff);
  color:#fff;
  font-weight:900;
  margin-bottom:22px;
  box-shadow:0 18px 38px rgba(123,77,255,.2);
}.landing-how-grid h3{
  color:#111421;
  font-size:22px;
  line-height:1.25;
  margin-bottom:10px;
}.landing-how-grid p{
  color:#626d7f;
  font-size:15px;
  line-height:1.8;
}.landing-feature-grid p,.landing-metrics span,.landing-price-desc,.landing-price-note,.landing-plan-grid p,.landing-journey-map p{
  color:#626d7f;
}.landing-browser-top{
  background:#f5f7fb;
  border-bottom-color:rgba(17,20,33,.08);
}.landing-dashboard-mock aside{
  background:#111421;
}.landing-dashboard-mock main{
  background:#f3f6fc;
}.landing-chart{
  background:linear-gradient(135deg,#111421,#7b4dff);
}.landing-cards-row span,.landing-car-row{
  background:#fff;
  border-color:rgba(17,20,33,.08);
  color:#111421;
}.landing-flow{
  background:linear-gradient(180deg,#111421,#171b2b);
}.landing-flow .landing-section-head h2{
  color:#fff;
}.landing-flow .landing-section-head p:not(.landing-kicker){
  color:rgba(255,255,255,.66);
}.landing-journey{
  background:linear-gradient(180deg,#f8fbff,#fff);
}.landing-journey-map article{
  background:rgba(255,255,255,.9);
  border-color:rgba(17,20,33,.08);
}.journey-screen{
  background:linear-gradient(180deg,#171b2b,#111421);
}.landing-price-card.recommended{
  border-color:#7147ea;
  box-shadow:0 34px 92px rgba(113,71,234,.16);
}.landing-price-ribbon,.landing-billing-toggle button.active,.landing-price-cta.primary{
  background:linear-gradient(135deg,#7147ea,#b35cff);
}.landing-billing-toggle{
  background:#111421;
  border:0;
}.landing-price-cta{
  background:#fff;
  color:#111421;
  border-color:rgba(17,20,33,.1);
}.landing-price-features li{
  color:#263044;
}.landing-contact{
  background:linear-gradient(135deg,#111421,#7147ea 62%,#202643);
  box-shadow:0 34px 100px rgba(113,71,234,.2);
}.landing-contact h2{
  color:#fff;
}.landing-contact p{
  color:rgba(255,255,255,.72);
}.landing-form input{
  background:rgba(255,255,255,.12);
}@media(max-width:860px){.landing-how-grid{
    grid-template-columns:1fr;
  }.landing-how-grid article{
    min-height:auto;
  }}/* DealerX luxury CRO pass */
body.landing-mode .landing-page{
  background:#07090f;
  color:#f7f8fb;
}body.landing-mode .landing-nav{
  width:min(1180px,calc(100% - 40px));
  left:50%;
  right:auto;
  transform:translateX(-50%);
  top:18px;
  border-radius:18px;
  background:rgba(9,11,18,.72);
  border:1px solid rgba(232,222,196,.18);
  box-shadow:0 22px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(22px);
}body.landing-mode .landing-brand{
  background:rgba(255,255,255,.04);
  border-color:rgba(232,222,196,.14);
  box-shadow:none;
}body.landing-mode .landing-nav-links a{
  color:rgba(247,248,251,.72);
}body.landing-mode .landing-nav-links a:hover{
  color:#f3d991;
}body.landing-mode .landing-nav-cta{
  background:linear-gradient(135deg,#f5d98d,#b89245);
  color:#090b12;
  box-shadow:0 18px 48px rgba(216,178,92,.22);
}body.landing-mode .landing-hero{
  min-height:100vh;
  background:
    linear-gradient(115deg,rgba(7,9,15,.98) 0%,rgba(10,13,22,.94) 42%,rgba(19,22,31,.86) 100%),
    url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=2400&q=84');
  background-size:cover;
  background-position:center;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  padding:150px 70px 96px;
  overflow:hidden;
}body.landing-mode .landing-hero::before{
  background:
    linear-gradient(90deg,rgba(245,217,141,.055) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:76px 76px;
  opacity:.7;
  mask-image:linear-gradient(180deg,#000 0%,transparent 84%);
}body.landing-mode .landing-hero-media{
  display:none;
}body.landing-mode .landing-hero-overlay{
  background:
    radial-gradient(circle at 78% 28%,rgba(245,217,141,.16),transparent 28%),
    radial-gradient(circle at 28% 18%,rgba(98,134,190,.16),transparent 30%),
    linear-gradient(180deg,rgba(7,9,15,.2),#07090f 96%);
}body.landing-mode .landing-hero-content{
  max-width:820px;
}body.landing-mode .landing-kicker{
  color:#f3d991;
  letter-spacing:5px;
}body.landing-mode .landing-hero h1{
  color:#fff;
  font-size:clamp(50px,7vw,96px);
  line-height:.98;
  max-width:900px;
  text-shadow:0 28px 80px rgba(0,0,0,.44);
}body.landing-mode .landing-lead{
  color:rgba(247,248,251,.76);
  max-width:720px;
  font-size:18px;
}body.landing-mode .landing-btn{
  border-radius:14px;
  min-height:58px;
  padding-inline:34px;
}body.landing-mode .landing-btn.primary{
  background:linear-gradient(135deg,#f6df9e,#b58c3e);
  color:#090b12;
  box-shadow:0 24px 70px rgba(216,178,92,.28);
}body.landing-mode .landing-btn.secondary{
  background:rgba(255,255,255,.06);
  color:#f7f8fb;
  border-color:rgba(232,222,196,.2);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}body.landing-mode .landing-proof span{
  background:rgba(255,255,255,.06);
  border-color:rgba(232,222,196,.18);
  color:rgba(247,248,251,.78);
  box-shadow:none;
}body.landing-mode .landing-live-panel{
  background:linear-gradient(180deg,rgba(16,19,29,.84),rgba(8,10,16,.9));
  border-color:rgba(232,222,196,.18);
  border-radius:26px;
  box-shadow:0 42px 120px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.08);
}.landing-product-preview{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:14px;
  margin:16px 0;
  border-radius:20px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(232,222,196,.13);
}.landing-product-image{
  aspect-ratio:1.42;
  border-radius:16px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.32)),
    url('https://images.unsplash.com/photo-1617814076367-b759c7d7e738?w=900&q=80');
  background-size:cover;
  background-position:center;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);
}.landing-product-meta{
  display:grid;
  gap:7px;
  min-width:0;
}.landing-product-meta small{
  color:#f3d991;
  font-weight:850;
}.landing-product-meta strong{
  color:#fff;
  font-size:30px;
  line-height:1;
}.landing-product-meta span{
  color:rgba(247,248,251,.6);
  font-size:13px;
}body.landing-mode .landing-live-head strong,body.landing-mode .landing-live-stats b{
  color:#fff;
}body.landing-mode .landing-live-head span,body.landing-mode .landing-live-stats span,body.landing-mode .landing-chat-bubble small,body.landing-mode .landing-chat-bubble em{
  color:rgba(247,248,251,.58);
}body.landing-mode .landing-chat-bubble,body.landing-mode .landing-live-stats span{
  background:rgba(255,255,255,.055);
  border-color:rgba(232,222,196,.12);
  color:#fff;
}body.landing-mode .landing-automation-rail span{
  background:rgba(243,217,145,.1);
  border-color:rgba(243,217,145,.22);
  color:#f3d991;
}body.landing-mode .landing-section,body.landing-mode .landing-how,body.landing-mode .landing-features,body.landing-mode .landing-plans,body.landing-mode .landing-journey{
  background:#07090f;
}body.landing-mode .landing-problem,body.landing-mode #landingCompare,body.landing-mode #landingFaq{
  background:linear-gradient(180deg,#0b0e16,#07090f);
}body.landing-mode .landing-section-head h2,body.landing-mode .landing-showcase h2,body.landing-mode .landing-contact h2{
  color:#f7f8fb;
}body.landing-mode .landing-section-head p:not(.landing-kicker),body.landing-mode .landing-feature-grid p,body.landing-mode .landing-how-grid p,body.landing-mode .landing-price-note{
  color:rgba(247,248,251,.62);
}body.landing-mode .landing-feature-grid article,body.landing-mode .landing-how-grid article,body.landing-mode .landing-price-card,body.landing-mode .landing-feature-table,body.landing-mode .landing-faq-grid details{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border-color:rgba(232,222,196,.14);
  color:#f7f8fb;
  box-shadow:0 24px 84px rgba(0,0,0,.22);
}body.landing-mode .landing-feature-grid h3,body.landing-mode .landing-how-grid h3,body.landing-mode .landing-price-top h3,body.landing-mode .landing-price-main strong{
  color:#fff;
}body.landing-mode .landing-feature-grid article span,body.landing-mode .landing-how-grid span{
  background:rgba(243,217,145,.12);
  border-color:rgba(243,217,145,.2);
  color:#f3d991;
  box-shadow:none;
}body.landing-mode .landing-price-card.recommended{
  border-color:rgba(243,217,145,.38);
  box-shadow:0 34px 100px rgba(216,178,92,.13);
}body.landing-mode .landing-price-ribbon,body.landing-mode .landing-price-cta.primary{
  background:linear-gradient(135deg,#f6df9e,#b58c3e);
  color:#090b12;
}body.landing-mode .landing-price-features li{
  color:rgba(247,248,251,.78);
}body.landing-mode .landing-price-cta{
  background:rgba(255,255,255,.055);
  color:#f7f8fb;
  border-color:rgba(232,222,196,.16);
}body.landing-mode .landing-contact{
  background:linear-gradient(135deg,#11141e,#090b12 58%,#1b160d);
  border:1px solid rgba(243,217,145,.22);
  box-shadow:0 36px 120px rgba(0,0,0,.34);
}body.landing-mode .landing-form input{
  background:rgba(255,255,255,.07);
  border-color:rgba(232,222,196,.18);
  color:#fff;
}body.landing-mode .landing-form button{
  background:linear-gradient(135deg,#f6df9e,#b58c3e);
  color:#090b12;
}@media(max-width:900px){body.landing-mode .landing-nav{
    width:calc(100% - 24px);
    top:10px;
  }body.landing-mode .landing-hero{
    grid-template-columns:1fr;
    padding:126px 22px 72px;
  }}@media(max-width:560px){body.landing-mode .landing-hero h1{
    font-size:42px;
  }.landing-product-preview{
    grid-template-columns:1fr;
  }}/* DealerX light luxury refinement */
body.landing-mode .landing-page{
  background:#f5f7fc;
  color:#111421;
}body.landing-mode .landing-nav{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(17,20,33,.09);
  box-shadow:0 18px 56px rgba(20,28,45,.11);
}body.landing-mode .landing-brand{
  background:#fff;
  border-color:rgba(17,20,33,.08);
}body.landing-mode .landing-nav-links a{
  color:#5f6878;
}body.landing-mode .landing-nav-links a:hover{
  color:#111421;
}body.landing-mode .landing-nav-cta,body.landing-mode .landing-btn.primary,body.landing-mode .landing-form button{
  background:linear-gradient(135deg,#111421,#315bff);
  color:#fff;
  box-shadow:0 22px 60px rgba(49,91,255,.24);
}body.landing-mode .landing-hero{
  background:
    linear-gradient(115deg,rgba(255,255,255,.98) 0%,rgba(248,250,255,.94) 45%,rgba(239,244,255,.88) 100%),
    url('https://images.unsplash.com/photo-1562141961-4d446d392a37?w=2400&q=84');
  background-size:cover;
  background-position:center 58%;
}body.landing-mode .landing-hero::before{
  background:
    radial-gradient(circle at 78% 18%,rgba(49,91,255,.16),transparent 34%),
    radial-gradient(circle at 16% 24%,rgba(216,178,92,.18),transparent 30%),
    linear-gradient(90deg,rgba(17,20,33,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(17,20,33,.035) 1px,transparent 1px);
  background-size:auto,auto,64px 64px,64px 64px;
  opacity:1;
  mask-image:linear-gradient(180deg,#000 0%,transparent 92%);
}body.landing-mode .landing-hero-overlay{
  background:linear-gradient(180deg,rgba(255,255,255,.08),#f5f7fc 96%);
}body.landing-mode .landing-kicker{
  color:#315bff;
}body.landing-mode .landing-hero h1,body.landing-mode .landing-section-head h2,body.landing-mode .landing-showcase h2,body.landing-mode .landing-contact h2{
  color:#111421;
  text-shadow:none;
}body.landing-mode .landing-lead,body.landing-mode .landing-section-head p:not(.landing-kicker),body.landing-mode .landing-feature-grid p,body.landing-mode .landing-how-grid p,body.landing-mode .landing-price-note{
  color:#5f6878;
}body.landing-mode .landing-btn.secondary{
  background:#fff;
  color:#111421;
  border-color:rgba(17,20,33,.1);
  box-shadow:0 16px 40px rgba(20,28,45,.08);
}body.landing-mode .landing-proof span{
  background:rgba(255,255,255,.86);
  border-color:rgba(17,20,33,.08);
  color:#4d586b;
  box-shadow:0 12px 34px rgba(20,28,45,.08);
}body.landing-mode .landing-live-panel{
  background:rgba(255,255,255,.92);
  border-color:rgba(17,20,33,.1);
  box-shadow:0 44px 118px rgba(35,51,82,.2), inset 0 1px 0 rgba(255,255,255,.9);
}body.landing-mode .landing-live-head strong,body.landing-mode .landing-live-stats b,body.landing-mode .landing-chat-bubble strong{
  color:#111421;
}body.landing-mode .landing-live-head span,body.landing-mode .landing-live-stats span,body.landing-mode .landing-chat-bubble small,body.landing-mode .landing-chat-bubble em{
  color:#667085;
}body.landing-mode .landing-chat-bubble,body.landing-mode .landing-live-stats span{
  background:#f3f6fc;
  border-color:rgba(17,20,33,.08);
  color:#111421;
}body.landing-mode .landing-automation-rail span{
  background:#edf2ff;
  border-color:rgba(49,91,255,.16);
  color:#315bff;
}body.landing-mode .landing-product-preview{
  background:linear-gradient(180deg,#fff,#f8fbff);
  border-color:rgba(17,20,33,.08);
  box-shadow:0 20px 58px rgba(20,28,45,.1);
}body.landing-mode .landing-product-meta small{
  color:#315bff;
}body.landing-mode .landing-product-meta strong{
  color:#111421;
}body.landing-mode .landing-product-meta span{
  color:#667085;
}body.landing-mode .landing-section,body.landing-mode .landing-how,body.landing-mode .landing-features,body.landing-mode .landing-plans,body.landing-mode .landing-journey{
  background:#f5f7fc;
}body.landing-mode .landing-problem,body.landing-mode #landingCompare,body.landing-mode #landingFaq{
  background:#fff;
}body.landing-mode .landing-feature-grid article,body.landing-mode .landing-how-grid article,body.landing-mode .landing-price-card,body.landing-mode .landing-feature-table,body.landing-mode .landing-faq-grid details{
  background:linear-gradient(180deg,#fff,#f9fbff);
  border-color:rgba(17,20,33,.08);
  color:#111421;
  box-shadow:0 26px 76px rgba(20,28,45,.09);
}body.landing-mode .landing-feature-grid article:hover,body.landing-mode .landing-how-grid article:hover,body.landing-mode .landing-price-card:hover{
  transform:translateY(-4px);
  border-color:rgba(49,91,255,.2);
  box-shadow:0 34px 92px rgba(20,28,45,.13);
}body.landing-mode .landing-feature-grid h3,body.landing-mode .landing-how-grid h3,body.landing-mode .landing-price-top h3,body.landing-mode .landing-price-main strong{
  color:#111421;
}body.landing-mode .landing-feature-grid article span,body.landing-mode .landing-how-grid span{
  background:#eef3ff;
  border-color:rgba(49,91,255,.16);
  color:#315bff;
}body.landing-mode .landing-how-grid article::after{
  background:rgba(49,91,255,.08);
}body.landing-mode .landing-price-card.recommended{
  border-color:rgba(49,91,255,.28);
  box-shadow:0 34px 96px rgba(49,91,255,.14);
}body.landing-mode .landing-price-ribbon,body.landing-mode .landing-price-cta.primary{
  background:linear-gradient(135deg,#111421,#315bff);
  color:#fff;
}body.landing-mode .landing-price-features li{
  color:#263044;
}body.landing-mode .landing-price-cta{
  background:#fff;
  color:#111421;
  border-color:rgba(17,20,33,.1);
}body.landing-mode .landing-contact{
  background:
    radial-gradient(circle at 12% 8%,rgba(49,91,255,.10),transparent 36%),
    linear-gradient(180deg,#ffffff,#f7f9ff);
  border:1px solid rgba(17,20,33,.08);
  box-shadow:0 34px 100px rgba(20,28,45,.11);
}body.landing-mode .landing-contact h2{
  color:#111827;
}body.landing-mode .landing-contact p{
  color:#5d6677;
}body.landing-mode .landing-form input{
  background:#fff;
  border-color:#dfe6f2;
  color:#111827;
}@media(max-width:900px){body.landing-mode .landing-hero{
    background:
      linear-gradient(180deg,rgba(255,255,255,.97),rgba(245,247,252,.96)),
      url('https://images.unsplash.com/photo-1562141961-4d446d392a37?w=1600&q=78');
    background-size:cover;
    background-position:center;
  }}/* NAV */
nav{position:fixed;top:0;width:100%;z-index:1000;padding:6px 48px;display:flex;align-items:center;justify-content:space-between;transition:all .4s;position:fixed}nav.scrolled{background:rgba(12,12,14,.97);border-bottom:1px solid rgba(255,255,255,.07);padding:5px 48px;backdrop-filter:blur(20px)}.nav-logo,.f-logo{text-decoration:none;cursor:pointer}.nav-logo img{height:36px}.nav-logo-fb{font-size:20px;font-weight:800;color:var(--brand-primary);letter-spacing:2px;display:none}.nav-links{display:flex;gap:36px}.nav-links a{font-size:14px;font-weight:500;color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--text-main)}.nav-cta{border:1.5px solid var(--line-soft);color:var(--text-main);padding:9px 26px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s;background:transparent;font-family:'Heebo',sans-serif}.nav-cta:hover{background:var(--button-bg);color:var(--button-text)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:24px;height:1.5px;background:rgba(255,255,255,.8);display:block}/* HERO */
.hero{height:100vh;min-height:700px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center center;transition:transform 10s ease}.hero:hover .hero-bg{transform:scale(1.03)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,28,.4) 0%,rgba(20,20,28,.15) 35%,rgba(20,20,28,.55) 75%,rgba(20,20,28,.92) 100%)}.hero-content{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:920px}.hero-logo{display:block;width:auto;max-width:min(280px,62vw);max-height:112px;object-fit:contain;margin:0 auto 22px;filter:drop-shadow(0 18px 34px rgba(0,0,0,.32))}.hero-eyebrow{display:inline-block;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:8px 28px;font-size:12px;font-weight:500;letter-spacing:3px;color:rgba(255,255,255,.9);text-transform:uppercase;margin-bottom:28px}.hero-title{font-size:clamp(52px,8.5vw,108px);font-weight:900;line-height:.9;letter-spacing:-3px;margin-bottom:20px;color:var(--text-main)}.hero-title span{display:block;background:linear-gradient(135deg,var(--text-main) 0%,var(--brand-primary) 55%,var(--brand-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:16px;font-weight:400;color:var(--text-muted);letter-spacing:1px;margin-bottom:44px}.hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.cta-primary{background:var(--button-bg);color:var(--button-text);padding:16px 52px;font-size:14px;font-weight:700;cursor:pointer;border:none;font-family:'Heebo',sans-serif;transition:all .3s;border-radius:var(--theme-radius)}.cta-primary:hover{background:var(--silver-l);transform:translateY(-2px);box-shadow:0 16px 48px rgba(255,255,255,.12)}.cta-secondary{background:rgba(255,255,255,.08);color:var(--white);padding:16px 52px;font-size:14px;font-weight:600;cursor:pointer;border:1.5px solid rgba(255,255,255,.3);font-family:'Heebo',sans-serif;transition:all .3s;backdrop-filter:blur(10px)}.cta-secondary:hover{background:rgba(255,255,255,.18)}.hero-stats{position:absolute;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,1fr);background:color-mix(in srgb,var(--surface-bg) 88%,transparent);backdrop-filter:blur(20px);border-top:1px solid var(--line-soft)}.hero-stat{padding:22px 0;text-align:center;border-left:1px solid rgba(255,255,255,.06)}.hero-stat:last-child{border-left:none}.hs-num{font-size:30px;font-weight:800;color:var(--white);line-height:1}.hs-label{font-size:11px;font-weight:400;color:rgba(255,255,255,.65);margin-top:4px;letter-spacing:1px}/* BRANDS */
.brands{background:var(--surface-soft);border-bottom:1px solid var(--line-soft);overflow:hidden;height:54px;display:flex;align-items:center}/* seamless-brand-marquee-loop */
.brands-inner{display:flex;animation:marquee 80s linear infinite;width:max-content;will-change:transform}.brands-inner:hover{animation-play-state:paused}.brands-sequence{display:flex;align-items:center;flex:0 0 auto}.brand-item{padding:0 44px;font-size:12px;font-weight:700;letter-spacing:3px;color:rgba(255,255,255,.4);white-space:nowrap;transition:color .3s;text-transform:uppercase;flex:0 0 auto}.brand-item:hover{color:rgba(255,255,255,.55)}.brand-sep{color:rgba(255,255,255,.07);font-size:7px;align-self:center;flex-shrink:0}@keyframes marquee{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@media(max-width:760px){.brands-inner{animation-duration:95s}}@media(prefers-reduced-motion:reduce){.brands-inner{animation:none;transform:none}}/* CATALOG */
.catalog{padding:104px 60px 110px;background:
  radial-gradient(ellipse 70% 42% at 50% 0%,rgba(255,255,255,.08) 0%,transparent 68%),
  linear-gradient(180deg,#1b1b24 0%,#252530 58%,#20202a 100%);
  position:relative;overflow:hidden}.catalog::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 70%);pointer-events:none}.catalog>*{position:relative;z-index:1}.s-head{text-align:center;margin-bottom:56px}.s-tag{font-size:11px;font-weight:700;letter-spacing:4px;color:rgba(200,210,225,1);text-transform:uppercase;margin-bottom:12px}.s-title{font-size:clamp(32px,4vw,56px);font-weight:900;letter-spacing:-1.5px}.s-rule{width:36px;height:3px;background:linear-gradient(90deg,var(--silver),transparent);margin:18px auto 0}.catalog-head{margin-bottom:34px}.catalog-sub{font-size:15px;color:rgba(255,255,255,.58);line-height:1.8;max-width:540px;margin:14px auto 0}.catalog-toolbar{
  max-width:1180px;margin:0 auto 28px;padding:16px;
  display:flex;align-items:flex-end;justify-content:space-between;gap:16px;
  background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);
  border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.22);backdrop-filter:blur(16px)
}.catalog-toolbar-label{font-size:10px;font-weight:700;letter-spacing:2px;color:rgba(255,255,255,.42);text-transform:uppercase;margin:0 4px 10px;text-align:right}.catalog-tools{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.catalog-search,.catalog-sort{
  background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.12);
  color:#fff;padding:10px 13px;font-size:13px;font-family:'Heebo',sans-serif;
  border-radius:8px;outline:none;min-height:40px;direction:rtl
}.catalog-search{min-width:190px}.catalog-search:focus,.catalog-sort:focus{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.09)}.catalog-sort option{background:#2e2e3c;color:#fff}.filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;margin-bottom:0}.f-btn{background:rgba(255,255,255,.045);border:1.5px solid rgba(255,255,255,.11);color:rgba(255,255,255,.68);padding:9px 18px;font-size:12px;font-weight:700;letter-spacing:.6px;cursor:pointer;font-family:'Heebo',sans-serif;transition:all .25s;border-radius:8px;min-height:38px}.f-btn.active,.f-btn:hover{border-color:rgba(255,255,255,.55);color:var(--white);background:rgba(255,255,255,.12);box-shadow:0 8px 22px rgba(0,0,0,.22)}.catalog-grid-wrap{max-width:1180px;margin:0 auto}.cars-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px}.no-cars{grid-column:1/-1;text-align:center;padding:80px;color:rgba(255,255,255,.4)}.full-catalog-cta{max-width:1180px;margin:34px auto 0;padding:26px 30px;border:1px solid color-mix(in srgb,var(--brand-primary) 42%,rgba(255,255,255,.08));border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 18%,rgba(255,255,255,.04)),rgba(255,255,255,.035));box-shadow:0 22px 72px rgba(0,0,0,.24);display:flex;align-items:center;justify-content:space-between;gap:22px}.full-catalog-cta span{display:block;margin-bottom:6px;font-size:10px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:var(--brand-primary)}.full-catalog-cta strong{display:block;font-size:25px;line-height:1.25;color:var(--text-main)}.full-catalog-cta p{margin:7px 0 0;font-size:14px;line-height:1.7;color:var(--text-muted)}.full-catalog-cta a{min-width:220px;text-align:center;border-radius:var(--theme-radius);padding:16px 24px;background:var(--button-bg);color:var(--button-text);font-size:14px;font-weight:900;box-shadow:0 16px 52px color-mix(in srgb,var(--brand-primary) 18%,transparent);transition:transform .2s,box-shadow .2s}.full-catalog-cta a:hover{transform:translateY(-2px);box-shadow:0 22px 64px color-mix(in srgb,var(--brand-primary) 24%,transparent)}body.full-catalog-mode .hero,body.full-catalog-mode .brands,body.full-catalog-mode .section-divider,body.full-catalog-mode .weekly-car-section,body.full-catalog-mode .trust-strip,body.full-catalog-mode .why,body.full-catalog-mode .process,body.full-catalog-mode .about,body.full-catalog-mode .coming-section,body.full-catalog-mode .reviews,body.full-catalog-mode .happy-customers-section,body.full-catalog-mode .videos-section,body.full-catalog-mode .sold-strip,body.full-catalog-mode .faq-section,body.full-catalog-mode .finance-calculator,body.full-catalog-mode .contact{display:none!important}body.full-catalog-mode .catalog{padding-top:140px;min-height:calc(100vh - 260px)}body.finance-standalone-mode .hero,body.finance-standalone-mode .brands,body.finance-standalone-mode .section-divider,body.finance-standalone-mode .catalog,body.finance-standalone-mode .weekly-car-section,body.finance-standalone-mode .trust-strip,body.finance-standalone-mode .why,body.finance-standalone-mode .process,body.finance-standalone-mode .about,body.finance-standalone-mode .coming-section,body.finance-standalone-mode .reviews,body.finance-standalone-mode .happy-customers-section,body.finance-standalone-mode .videos-section,body.finance-standalone-mode .sold-strip,body.finance-standalone-mode .faq-section,body.finance-standalone-mode .contact{display:none!important}body.finance-standalone-mode .finance-calculator{display:block!important;min-height:calc(100vh - 140px);padding-top:150px}/* dealer-finance-standalone-shell-lock
   Finance links are customer-facing utility pages,so they must not inherit
   the public dealer header,sticky contact bar,credits,or route chrome. */
body.finance-standalone-mode > nav,body.finance-standalone-mode > header,body.finance-standalone-mode .landing-nav,body.finance-standalone-mode .dealerx-credit,body.finance-standalone-mode .sticky-cta,body.finance-standalone-mode .cp-dealerx-credit,body.finance-standalone-mode #systemHome,body.finance-standalone-mode #landingPage{
  display:none!important;
}body.finance-standalone-mode{
  min-height:100svh;
  background:#f8f7ff;
}body.finance-standalone-mode .finance-calculator{
  min-height:100svh!important;
  padding-top:clamp(34px,5vw,64px)!important;
  padding-bottom:clamp(34px,5vw,64px)!important;
}.finance-standalone-back{display:none}body.finance-standalone-mode .finance-standalone-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin-bottom:24px;
  padding:10px 16px;
  border:1px solid var(--line-soft);
  border-radius:999px;
  color:var(--text-main);
  background:color-mix(in srgb,var(--surface-bg) 78%,transparent);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}body.finance-standalone-mode .finance-standalone-back::before{content:'→';font-size:18px}body.finance-standalone-mode .finance-standalone-back:hover{border-color:var(--brand-primary);color:var(--brand-primary)}body.dealer-finance-route .finance-calculator{
  min-height:100vh;
  padding:124px 24px 64px;
  background:
    radial-gradient(circle at 16% 16%, rgba(139,92,246,.15), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(59,130,246,.10), transparent 30%),
    linear-gradient(180deg,#fbfaff 0%,#ffffff 56%,#f7f7fb 100%);
}body.dealer-finance-route .finance-inner{
  position:relative;
  width:min(1080px,100%);
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
  padding:34px;
  border:1px solid rgba(124,58,237,.14);
  border-radius:28px;
  background:rgba(255,255,255,.88);
  box-shadow:0 24px 80px rgba(29,24,54,.12);
  overflow:hidden;
}body.dealer-finance-route .finance-inner::before{
  content:'DealerX Finance';
  position:absolute;
  left:26px;
  bottom:18px;
  direction:ltr;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  color:rgba(124,58,237,.45);
}body.dealer-finance-route .finance-title{color:#111827}body.dealer-finance-route .finance-sub{color:#64748b}body.dealer-finance-route .finance-box{
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 18px 55px rgba(15,23,42,.10);
}body.dealer-finance-route .finance-grid label{color:#475569}body.dealer-finance-route .finance-grid input,body.dealer-finance-route .finance-grid select{
  background:#f8fafc;
  border-color:#dbe3ef;
  color:#111827;
}body.dealer-finance-route .finance-grid select option{background:#fff;color:#111827}body.dealer-finance-route .finance-result{
  background:linear-gradient(135deg,#f5f3ff,#eef2ff);
  border:1px solid rgba(124,58,237,.16);
}body.dealer-finance-route .finance-result span{color:#64748b}body.dealer-finance-route .finance-result strong{color:#7c3aed}body.dealer-finance-route .finance-notes{color:#64748b}/* CRO PROMOTIONS */
.weekly-car-section{padding:82px 60px;background:linear-gradient(135deg,var(--site-bg),color-mix(in srgb,var(--surface-bg) 82%,var(--brand-primary) 18%));position:relative;overflow:hidden}.weekly-car-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 48% 70% at 18% 30%,color-mix(in srgb,var(--brand-primary) 18%,transparent),transparent 70%);pointer-events:none}.weekly-car-inner{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(320px,.9fr);gap:34px;align-items:center}.weekly-car-media{height:420px;border-radius:14px;overflow:hidden;border:1px solid var(--line-soft);background:rgba(255,255,255,.04);box-shadow:0 28px 90px rgba(0,0,0,.42)}.weekly-car-media img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:color-mix(in srgb,var(--surface-bg) 88%,var(--site-bg) 12%)}.weekly-car-copy{padding:18px 0;text-align:right}.weekly-car-copy h2{font-size:clamp(34px,5vw,64px);line-height:1;font-weight:900;letter-spacing:0;margin:0 0 12px;color:var(--text-main)}.weekly-car-copy p:not(.s-tag){font-size:16px;color:var(--text-muted);line-height:1.7;margin-bottom:18px}.weekly-car-price{font-size:clamp(28px,4vw,48px);font-weight:900;color:var(--brand-primary);margin-bottom:10px}.weekly-car-finance{display:inline-flex;background:rgba(255,255,255,.08);border:1px solid var(--line-soft);border-radius:999px;padding:9px 16px;font-size:13px;font-weight:800;color:var(--text-main);margin-bottom:24px}.weekly-car-actions{display:flex;gap:10px;flex-wrap:wrap}.weekly-car-actions button,.weekly-car-actions a{border:none;border-radius:var(--theme-radius);padding:14px 28px;font-size:14px;font-weight:800;font-family:'Heebo',sans-serif;cursor:pointer}.weekly-car-actions button{background:var(--button-bg);color:var(--button-text)}.weekly-car-actions a{background:rgba(37,211,102,.14);border:1px solid rgba(37,211,102,.35);color:#7cf2a7}.card-finance-teaser{margin:10px 0 0;padding:10px 12px;border-radius:9px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:10px}.card-finance-teaser span{font-size:11px;color:rgba(255,255,255,.48);font-weight:700}.card-finance-teaser strong{font-size:12px;color:var(--brand-primary);font-weight:900;text-align:left}.finance-calculator{padding:86px 60px;background:linear-gradient(180deg,var(--surface-soft),var(--site-bg))}.finance-inner{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:center}.finance-title{font-size:clamp(30px,4vw,52px);line-height:1.08;font-weight:900;margin:0 0 12px}.finance-sub{font-size:15px;color:var(--text-muted);line-height:1.8;max-width:460px}.finance-box{background:rgba(255,255,255,.055);border:1px solid var(--line-soft);border-radius:14px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.finance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.finance-grid label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:rgba(255,255,255,.62)}.finance-grid input,.finance-grid select{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#fff;padding:12px;font-family:'Heebo',sans-serif;font-size:15px;outline:none}.finance-grid select option{background:#242432;color:#fff}.finance-result{margin-top:16px;padding:18px;border-radius:12px;background:rgba(255,255,255,.08);display:flex;align-items:center;gap:14px;justify-content:space-between;flex-wrap:wrap}.finance-result span{font-size:12px;font-weight:800;color:rgba(255,255,255,.55)}.finance-result strong{font-size:30px;color:var(--brand-primary);font-weight:900}.finance-result button{background:var(--button-bg);color:var(--button-text);border:none;border-radius:var(--theme-radius);padding:12px 20px;font-size:13px;font-weight:900;font-family:'Heebo',sans-serif;cursor:pointer}.finance-notes{margin-top:10px;font-size:12px;font-weight:800;color:rgba(255,255,255,.62);line-height:1.7}.weekly-feature-toggle{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #e2e5ea;border-radius:9px;background:#f9fafb;margin-bottom:14px;cursor:pointer}.weekly-feature-toggle input{width:18px;height:18px;margin-top:3px}.weekly-feature-toggle span{display:flex;flex-direction:column;gap:3px}.weekly-feature-toggle strong{font-size:13px;color:#1a1a2e}.weekly-feature-toggle small{font-size:12px;color:#6b7280;line-height:1.5}/* VIEW TOGGLE */
.view-toggle{display:flex;gap:6px;align-items:center;margin-bottom:0;justify-content:flex-start;flex-shrink:0}.vt-btn{width:38px;height:38px;border:1.5px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;border-radius:8px}.vt-btn.active,.vt-btn:hover{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.08)}.vt-btn svg{width:16px;height:16px;fill:rgba(255,255,255,.6)}.vt-btn.active svg{fill:var(--white)}.cars-grid.grid-2{grid-template-columns:repeat(2,1fr)}@media(max-width:500px){.cars-grid.grid-2{grid-template-columns:1fr 1fr}}/* CARD DETAILS BTN */
.card-actions-row{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  align-items:center;
  margin-top:8px;
}.btn-details{
  width:100%;padding:11px 14px;font-size:13px;font-weight:600;
  background:rgba(255,255,255,.07);color:var(--white);
  border:1px solid rgba(255,255,255,.15);cursor:pointer;
  font-family:'Heebo',sans-serif;transition:all .25s;
  border-radius:8px;margin-top:0;
  display:flex;align-items:center;justify-content:center;gap:7px;
  letter-spacing:.3px;
}.btn-details:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4);transform:translateY(-1px)}.btn-details::before{content:'🔍';font-size:14px}.btn-share-car{
  min-height:43px;
  padding:10px 13px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
  transition:all .25s;
}.btn-share-car:hover{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.38);
  transform:translateY(-1px);
}.btn-share-car.copied{
  background:rgba(34,197,94,.16);
  border-color:rgba(34,197,94,.45);
  color:#22c55e;
}.btn-wa-full{
  width:100%;padding:12px 14px;font-size:13px;font-weight:700;
  background:linear-gradient(135deg,#25D366,#20b558);
  color:white;border:none;cursor:pointer;
  font-family:'Heebo',sans-serif;transition:all .25s;
  display:flex;align-items:center;justify-content:center;gap:8px;
  border-radius:8px;margin-top:8px;letter-spacing:.3px;
  box-shadow:0 4px 14px rgba(37,211,102,.2);
}.btn-wa-full:hover{background:linear-gradient(135deg,#20b558,#1da84d);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.3)}.btn-wa-full svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}/* TENANT DESIGN THEMES */
body[data-template="luxury_dark"]{
  --theme-radius:8px;
}body[data-template="luxury_dark"] .catalog{
  background:
    radial-gradient(ellipse 70% 42% at 50% 0%,color-mix(in srgb,var(--brand-primary) 14%,transparent) 0%,transparent 68%),
    linear-gradient(180deg,var(--surface-bg) 0%,var(--surface-soft) 58%,var(--site-bg) 100%);
}body[data-template="luxury_dark"] .car-card{
  background:linear-gradient(180deg,color-mix(in srgb,var(--surface-bg) 84%,#ffffff 16%) 0%,var(--surface-soft) 100%);
  border-radius:12px;
  box-shadow:0 18px 48px rgba(0,0,0,.34);
}body[data-template="luxury_dark"] .car-card,body[data-template="luxury_dark"] .why-card,body[data-template="luxury_dark"] .faq-item{
  border-color:color-mix(in srgb,var(--brand-primary) 22%,transparent);
}body[data-template="clean_light"]{
  --site-bg:#f6f7f9;
  --surface-bg:#ffffff;
  --surface-soft:#eef1f5;
  --text-main:#141821;
  --text-muted:rgba(20,24,33,.68);
  --line-soft:rgba(20,24,33,.13);
  --button-text:#ffffff;
  --theme-radius:6px;
}body[data-template="clean_light"] nav.scrolled{background:rgba(255,255,255,.94);border-bottom-color:rgba(20,24,33,.12)}body[data-template="clean_light"] .nav-links a,body[data-template="clean_light"] .nav-cta{color:#141821}body[data-template="clean_light"] .hero{
  height:82vh;
  min-height:620px;
  align-items:flex-end;
  justify-content:flex-start;
  padding-bottom:72px;
}body[data-template="clean_light"] .hero-overlay{background:linear-gradient(180deg,rgba(246,247,249,.18) 0%,rgba(246,247,249,.08) 35%,rgba(246,247,249,.68) 74%,rgba(246,247,249,.96) 100%)}body[data-template="clean_light"] .hero-content{
  max-width:760px;
  margin-right:min(7vw,90px);
  margin-left:auto;
  text-align:right;
}body[data-template="clean_light"] .hero-title{
  color:#141821;
  text-shadow:none;
}body[data-template="clean_light"] .hero-subtitle{color:rgba(20,24,33,.74)}body[data-template="clean_light"] .hero-eyebrow,body[data-template="clean_light"] .catalog-toolbar,body[data-template="clean_light"] .car-card,body[data-template="clean_light"] .why-card,body[data-template="clean_light"] .faq-item{
  background:rgba(255,255,255,.86);
  color:#141821;
  border-color:rgba(20,24,33,.12);
  box-shadow:0 12px 32px rgba(15,23,42,.08);
}body[data-template="clean_light"] .catalog,body[data-template="clean_light"] .why,body[data-template="clean_light"] .reviews,body[data-template="clean_light"] .faq-section{
  background:linear-gradient(180deg,#ffffff 0%,#f1f4f8 100%);
}body[data-template="clean_light"] .cars-grid{
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:26px;
}body[data-template="clean_light"] .car-card{
  border-radius:6px;
  box-shadow:0 10px 28px rgba(15,23,42,.08);
}body[data-template="clean_light"] .card-img-wrap{border-radius:0}body[data-template="clean_light"] .card-name,body[data-template="clean_light"] .s-title,body[data-template="clean_light"] .card-price{color:#141821}body[data-template="clean_light"] .card-spec,body[data-template="clean_light"] .adv-filters{background:rgba(20,24,33,.045);border-color:rgba(20,24,33,.1)}body[data-template="sport_premium"]{
  --site-bg:#050608;
  --surface-bg:#101217;
  --surface-soft:#181c24;
  --text-main:#ffffff;
  --text-muted:rgba(255,255,255,.7);
  --theme-radius:2px;
}body[data-template="sport_premium"] .hero-overlay{
  background:
    linear-gradient(110deg,rgba(5,6,8,.94) 0%,rgba(5,6,8,.48) 44%,rgba(5,6,8,.9) 100%),
    linear-gradient(180deg,transparent 0%,rgba(5,6,8,.92) 100%);
}body[data-template="sport_premium"] .hero-content{text-align:right;margin-right:min(8vw,110px);margin-left:auto}body[data-template="sport_premium"] .hero-ctas{justify-content:flex-start}body[data-template="sport_premium"] .hero-eyebrow,body[data-template="sport_premium"] .card-badge,body[data-template="sport_premium"] .cp-badge{
  border-radius:2px;
  border-color:var(--brand-accent);
}body[data-template="sport_premium"] .catalog{
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--brand-accent) 14%,transparent) 0%,transparent 34%),
    linear-gradient(180deg,#090a0d 0%,#171b22 100%);
}body[data-template="sport_premium"] .cars-grid{
  grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
  gap:14px;
}body[data-template="sport_premium"] .car-card{
  border-radius:2px;
  border-color:color-mix(in srgb,var(--brand-accent) 24%,transparent);
  box-shadow:0 18px 50px rgba(0,0,0,.42);
  background:linear-gradient(135deg,#11141a 0%,#06070a 100%);
  border-right:4px solid var(--brand-accent);
}body[data-template="sport_premium"] .card-img-wrap{
  border-radius:0;
  aspect-ratio:16/9;
}body[data-template="sport_premium"] .card-body{padding:22px 24px 24px}body[data-template="sport_premium"] .card-name{text-transform:uppercase}body[data-template="sport_premium"] .card-specs{gap:6px}body[data-template="sport_premium"] .card-spec{border-radius:2px}body[data-template="sport_premium"] .card-actions{gap:6px}body[data-template="sport_premium"] .card-actions .btn-details,body[data-template="sport_premium"] .card-actions .btn-wa-full{
  min-height:44px;
}body[data-template="sport_premium"] .cta-primary,body[data-template="sport_premium"] .btn-details,body[data-template="sport_premium"] .f-btn{border-radius:2px}/* LEADS in admin */
.plan-limit-alert{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:8px;padding:12px 14px;margin:0 0 14px;font-size:13px;font-weight:700;line-height:1.5}.leads-sales-center{display:grid;gap:12px;width:100%;max-width:100%;overflow:hidden}.leads-center-head{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff;border:1px solid #e2e5ea;border-radius:14px;padding:16px 18px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.leads-center-head h2{font-size:24px;font-weight:900;color:#151527;margin:3px 0}.leads-center-head p{font-size:12px;color:#6b7280;margin:0}.leads-center-kicker{font-size:11px;color:#3b5bdb;font-weight:900;letter-spacing:.8px;text-transform:uppercase}.leads-head-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.leads-refresh-btn{background:#151527;color:#fff;border:none;border-radius:10px;padding:11px 18px;font-family:'Heebo',sans-serif;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(21,21,39,.16)}.lead-display-toggle{display:inline-flex;gap:4px;background:#f1f5f9;border:1px solid #dbe4f0;border-radius:999px;padding:4px;align-items:center}.lead-display-toggle button{border:0;background:transparent;color:#64748b;border-radius:999px;padding:8px 13px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:750;cursor:pointer;white-space:nowrap}.lead-display-toggle button.active{background:#151527;color:#fff;box-shadow:0 8px 18px rgba(15,23,42,.13)}.lead-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.lead-kpi-card{background:#fff;border:1px solid #e2e5ea;border-radius:12px;padding:13px 14px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.lead-kpi-card span{display:block;color:#64748b;font-size:11px;font-weight:900;margin-bottom:6px}.lead-kpi-card strong{display:block;color:#151527;font-size:23px;line-height:1;font-weight:950}.lead-kpi-card small{display:block;color:#94a3b8;font-size:10px;font-weight:700;margin-top:6px;line-height:1.35}.lead-workday-focus{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:8px}.lead-focus-card{display:grid;grid-template-columns:minmax(0,1fr) 92px auto;align-items:center;gap:12px;background:#151527;color:#fff;border-radius:16px;padding:15px 16px;box-shadow:0 18px 42px rgba(21,21,39,.16)}.lead-focus-main span,.lead-focus-score span{display:block;font-size:11px;font-weight:950;color:#aeb8d4;margin-bottom:4px}.lead-focus-main strong{display:block;font-size:18px;font-weight:950;line-height:1.25}.lead-focus-main p{margin:5px 0 0;color:#d9deef;font-size:12px;font-weight:800;line-height:1.45}.lead-focus-score{border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:10px;text-align:center;background:rgba(255,255,255,.06)}.lead-focus-score strong{display:block;font-size:27px;line-height:1;font-weight:950}.lead-focus-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.lead-focus-actions button{border:1px solid rgba(255,255,255,.2);background:#fff;color:#151527;border-radius:10px;padding:9px 12px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:950;cursor:pointer}.lead-focus-actions button:first-child{background:#3b5bdb;color:#fff;border-color:#3b5bdb}.lead-focus-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.lead-focus-strip button,.lead-focus-empty{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:13px 12px;text-align:right;font-family:'Heebo',sans-serif;box-shadow:0 1px 3px rgba(0,0,0,.04)}.lead-focus-strip button{cursor:pointer}.lead-focus-strip strong{display:block;color:#151527;font-size:22px;line-height:1;font-weight:950}.lead-focus-strip span,.lead-focus-empty span{display:block;color:#64748b;font-size:11px;font-weight:850;margin-top:6px;line-height:1.35}.lead-focus-empty{grid-column:1/-1;text-align:center}.lead-focus-empty strong{display:block;color:#151527;font-size:15px;font-weight:950}.lead-team-workload{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:13px 14px;box-shadow:0 10px 28px rgba(15,23,42,.045)}.lead-team-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.lead-team-head span{display:block;color:#3b5bdb;font-size:11px;font-weight:950}.lead-team-head strong{display:block;color:#151527;font-size:14px;font-weight:950;margin-top:2px}.lead-team-head small{color:#64748b;font-size:11px;font-weight:850}.lead-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.lead-team-card{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:11px 12px;text-align:right;font-family:'Heebo',sans-serif;cursor:pointer;min-height:104px}.lead-team-card.needs-work{border-color:#fed7aa;background:#fff7ed}.lead-team-card strong{display:block;color:#111827;font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-team-card span{display:block;color:#475569;font-size:11px;font-weight:900;margin-top:5px}.lead-team-card small{display:block;color:#64748b;font-size:11px;font-weight:750;line-height:1.4;margin-top:8px}.lead-smart-insights{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px 14px;box-shadow:0 8px 24px rgba(15,23,42,.04)}.lead-insights-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.lead-insights-head span{display:block;color:#3b5bdb;font-size:11px;font-weight:950}.lead-insights-head strong{display:block;color:#151527;font-size:14px;font-weight:950;margin-top:2px}.lead-insights-head small{color:#64748b;font-size:11px;font-weight:850}.lead-insights-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.lead-insight-card{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:11px 10px;text-align:right;font-family:'Heebo',sans-serif;cursor:pointer;min-width:0}.lead-insight-card.has-issues{background:#fff7ed;border-color:#fed7aa}.lead-insight-card strong{display:block;color:#151527;font-size:22px;line-height:1;font-weight:950}.lead-insight-card span{display:block;color:#111827;font-size:12px;font-weight:950;margin-top:6px}.lead-insight-card small{display:block;color:#64748b;font-size:10px;font-weight:800;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-quick-tabs{display:flex;gap:7px;flex-wrap:wrap;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.lead-quick-tabs button{display:inline-flex;align-items:center;gap:8px;border:1px solid #dce3ef;background:#fff;color:#475569;border-radius:999px;padding:8px 12px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.03)}.lead-quick-tabs button strong{background:#e8eefb;color:#3b5bdb;border-radius:999px;min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.lead-quick-tabs button.active{background:#151527;border-color:#151527;color:#fff}.lead-quick-tabs button.active strong{background:#fff;color:#151527}.lead-action-inbox{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px;box-shadow:0 10px 28px rgba(15,23,42,.045)}.lead-inbox-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.lead-inbox-head span{font-size:11px;font-weight:950;color:#3b5bdb}.lead-inbox-head strong{font-size:13px;font-weight:950;color:#111827}.lead-inbox-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.lead-inbox-item{text-align:right;border:1px solid #e5eaf2;background:#f8fafc;border-radius:12px;padding:11px;cursor:pointer;font-family:'Heebo',sans-serif;min-height:104px}.lead-inbox-item span{display:inline-flex;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:900;margin-bottom:7px}.lead-inbox-item strong{display:block;color:#111827;font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-inbox-item small{display:block;color:#64748b;font-size:11px;font-weight:750;line-height:1.45;margin-top:4px}.lead-inbox-empty{border:1px dashed #dbe3ef;background:#f8fafc;color:#64748b;border-radius:13px;padding:12px;text-align:center;font-size:12px;font-weight:850}.manual-lead-panel{background:#fff;border:1px solid #dbe3ef;border-radius:16px;padding:14px;box-shadow:0 12px 34px rgba(15,23,42,.06)}.manual-lead-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.manual-lead-head strong{display:block;color:#111827;font-size:14px;font-weight:950}.manual-lead-head span{display:block;color:#64748b;font-size:12px;font-weight:750;margin-top:3px}.manual-lead-head button{width:34px;height:34px;border:1px solid #dce3ef;background:#f8fafc;border-radius:9px;font-size:20px;cursor:pointer}.manual-lead-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.manual-lead-grid input,.manual-lead-grid select,.manual-lead-grid textarea{border:1px solid #d9dee8;background:#f9fafb;color:#1a1a2e;border-radius:9px;padding:10px;font-family:'Heebo',sans-serif;font-size:12px;outline:none;min-height:38px;width:100%}.manual-lead-grid textarea{grid-column:1/-1;min-height:70px;resize:vertical}.manual-lead-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.lead-filter-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid #e2e5ea;border-radius:9px;padding:10px 12px;margin:10px 0 14px}.lead-filter-bar-modern{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(145px,.55fr) minmax(145px,.55fr) minmax(145px,.55fr);margin:0}.lead-filter-bar select,.lead-filter-bar input{border:1px solid #d9dee8;background:#f9fafb;color:#1a1a2e;border-radius:7px;padding:8px 10px;font-family:'Heebo',sans-serif;font-size:12px;outline:none;min-height:36px;width:100%}.lead-filter-bar label{display:inline-flex;align-items:center;gap:7px;color:#4b5563;font-size:12px;font-weight:700;white-space:nowrap}.lead-advanced-filters{grid-column:1/-1;border-top:1px solid #eef2f7;margin-top:2px;padding-top:8px}.lead-advanced-filters summary{cursor:pointer;color:#64748b;font-size:12px;font-weight:900;list-style:none;display:inline-flex;align-items:center;gap:6px}.lead-advanced-filters summary::-webkit-details-marker{display:none}.lead-advanced-filters summary::before{content:'+';width:20px;height:20px;border-radius:999px;background:#eef2ff;color:#3b5bdb;display:inline-flex;align-items:center;justify-content:center;font-weight:950}.lead-advanced-filters[open] summary::before{content:'−'}.lead-advanced-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-top:10px}.daily-sales-tasks{background:#fff;border:1px solid #e2e5ea;border-radius:10px;padding:18px 20px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.daily-sales-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.daily-sales-head div{display:flex;flex-direction:column;gap:3px}.daily-sales-head span{font-size:12px;color:#6b7280;font-weight:800}.daily-sales-head strong{font-size:18px;color:#1a1a2e;font-weight:900}.daily-sales-head button{background:#1a1a2e;color:#fff;border:none;border-radius:7px;padding:8px 14px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:800;cursor:pointer}.daily-sales-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.daily-sales-grid div{background:#f9fafb;border:1px solid #e2e5ea;border-radius:8px;padding:13px}.daily-sales-grid strong{display:block;font-size:24px;line-height:1;color:#3b5bdb;margin-bottom:5px}.daily-sales-grid span{font-size:12px;color:#6b7280;font-weight:700}.lead-pipeline-shell{display:grid;gap:10px}.lead-pipeline-shell[hidden]{display:none!important}.lead-pipeline-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;box-shadow:0 1px 3px rgba(15,23,42,.04)}.lead-pipeline-toolbar span{display:block;color:#3b5bdb;font-size:11px;font-weight:950}.lead-pipeline-toolbar strong{display:block;color:#151527;font-size:13px;font-weight:950;margin-top:2px}.lead-pipeline-view-toggle{display:inline-flex;gap:4px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:4px;flex-shrink:0}.lead-pipeline-view-toggle button{border:none;background:transparent;color:#64748b;border-radius:999px;padding:8px 12px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:950;cursor:pointer}.lead-pipeline-view-toggle button.active{background:#151527;color:#fff;box-shadow:0 8px 18px rgba(15,23,42,.12)}.lead-pipeline-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px;margin:0 0 4px}.lead-pipeline-board.lead-optional-panel{display:grid}.lead-pipeline-board.is-board-view{grid-template-columns:repeat(3,minmax(260px,1fr));overflow:visible;align-items:start;padding-bottom:4px}.lead-pipeline-board.is-list-view{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));overflow:visible;padding-bottom:0}.pipeline-stage{background:#fff;border:1px solid #e2e5ea;border-radius:9px;padding:12px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-family:'Heebo',sans-serif;transition:all .2s}.pipeline-stage span{font-size:12px;color:#4b5563;font-weight:800}.pipeline-stage strong{font-size:18px;color:#1a1a2e}.pipeline-stage.active,.pipeline-stage:hover{border-color:#3b5bdb;background:#f0f4ff}.pipeline-stage.active span,.pipeline-stage:hover span{color:#3b5bdb}.pipeline-column{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px;min-height:220px;min-width:0;overflow:hidden;transition:border-color .18s,background .18s,box-shadow .18s}.pipeline-column.active{border-color:#3b5bdb;background:#f0f4ff}.pipeline-column.drag-over{border-color:#3b5bdb;background:#eef2ff;box-shadow:inset 0 0 0 2px rgba(59,91,219,.16)}.pipeline-column-head{width:100%;border:none;background:#fff;color:#151527;border-radius:14px;padding:12px 13px;text-align:right;font-family:'Heebo',sans-serif;display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center;box-shadow:0 1px 2px rgba(15,23,42,.04)}.pipeline-column-head span{display:block;font-size:14px;font-weight:850;color:#151527}.pipeline-column-head strong{font-size:24px;font-weight:900;color:#3b5bdb;line-height:1}.pipeline-column-head small{display:block;color:#64748b;font-size:11px;font-weight:650;line-height:1.35;margin-top:3px}.pipeline-column-summary{display:inline-flex;align-items:center;justify-content:center;justify-self:start;margin-top:8px;background:#eef2ff;color:#3b5bdb;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}.pipeline-column-list{display:grid;gap:8px;margin-top:10px;max-height:520px;overflow-y:auto;padding-inline-end:2px}.pipeline-lead-card{border:1px solid #e2e8f0;background:#fff;border-radius:13px;padding:11px;text-align:right;cursor:grab;box-shadow:0 1px 2px rgba(15,23,42,.04);max-width:100%;box-sizing:border-box;transition:transform .18s,box-shadow .18s,opacity .18s}.pipeline-lead-card:active{cursor:grabbing}.pipeline-lead-card.dragging{opacity:.58;transform:scale(.985);box-shadow:0 12px 26px rgba(15,23,42,.14)}.pipeline-lead-card.due{border-color:#fed7aa;background:#fff7ed}.pipeline-lead-card.hot{border-color:#fecaca}.pipeline-lead-card strong{display:block;color:#111827;font-size:13px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pipeline-lead-card span{display:block;color:#475569;font-size:11px;font-weight:650;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pipeline-lead-card small{display:block;color:#64748b;font-size:10px;font-weight:650;margin-top:7px;line-height:1.35}.pipeline-lead-card em{display:block;color:#111827;font-style:normal;font-size:11px;font-weight:750;margin-top:6px;line-height:1.35}.pipeline-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:9px}.pipeline-card-actions button,.pipeline-more{border:1px solid #dbe3ef;background:#f8fafc;color:#151527;border-radius:9px;padding:7px 8px;font-family:'Heebo',sans-serif;font-size:11px;font-weight:950;cursor:pointer}.pipeline-card-actions button:first-child{background:#151527;color:#fff;border-color:#151527}.pipeline-more{width:100%;background:#eef2ff;color:#3b5bdb;border-color:#c7d2fe}.pipeline-empty{border:1px dashed #dbe3ef;background:#fff;color:#94a3b8;border-radius:12px;padding:22px 10px;text-align:center;font-size:12px;font-weight:750}.lead-card{background:#fff;border:1px solid #e2e5ea;padding:13px 14px;display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(210px,.85fr) minmax(210px,.85fr);align-items:center;gap:12px;transition:all .2s;border-radius:13px;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-bottom:8px;cursor:pointer;max-width:100%}.lead-card:hover{border-color:#c0c8d8;box-shadow:0 8px 24px rgba(15,23,42,.08);transform:translateY(-1px)}.lead-card.overdue{border-color:#fed7aa;background:linear-gradient(90deg,#fff7ed,#fff)}.lead-card-top{display:flex;align-items:center;gap:12px}.lead-card-top h3{font-size:16px;font-weight:900;color:#151527;margin:0 0 3px}.lead-card-top p{font-size:13px;color:#475569;margin:0 0 2px;font-weight:800}.lead-card-top small{font-size:11px;color:#94a3b8;font-weight:700}.lead-car-thumb{width:68px;height:52px;object-fit:cover;border-radius:10px;border:1px solid #dce3ef;background:#f8fafc;flex-shrink:0}.lead-car-thumb.empty{display:flex;align-items:center;justify-content:center;font-size:24px;color:#94a3b8}.lead-card-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.lead-card-meta span{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.lead-card-meta span.danger{background:#fff1f2;border-color:#fecdd3;color:#be123c}.lead-card-detail{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:0}.lead-card-detail span{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;line-height:1.2}.lead-card-detail span.danger{background:#fff1f2;border-color:#fecdd3;color:#be123c}.lead-card-detail .lead-status{border:none;color:inherit}.lead-card-detail .lead-recommendation-chip{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.lead-card-detail .lead-sla-chip{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.lead-heat-chip{background:#fff7ed!important;border-color:#fed7aa!important;color:#9a3412!important}.lead-heat-chip.hot,.lead-heat-chip.urgent{background:#fff1f2!important;border-color:#fecdd3!important;color:#be123c!important}.lead-heat-chip.warm{background:#fffbeb!important;border-color:#fde68a!important;color:#92400e!important}.lead-heat-chip.cold{background:#f8fafc!important;border-color:#e2e8f0!important;color:#475569!important}.lead-intelligence-strip{border:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:16px;padding:14px 15px;margin:12px 0;display:grid;gap:9px}.lead-intelligence-strip.hot,.lead-intelligence-strip.urgent{border-color:#fecdd3;background:linear-gradient(135deg,#fff1f2,#fff)}.lead-intelligence-strip.warm{border-color:#fde68a;background:linear-gradient(135deg,#fffbeb,#fff)}.lead-intelligence-strip>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.lead-intelligence-strip span{display:block;color:#64748b;font-size:10px;font-weight:950;letter-spacing:.6px;text-transform:uppercase}.lead-intelligence-strip strong{display:block;color:#111827;font-size:16px;font-weight:1000}.lead-intelligence-strip p{margin:0;color:#475569;font-size:12px;font-weight:850;line-height:1.55}.lead-intelligence-strip em{display:block;background:#111827;color:#fff;border-radius:12px;padding:10px 12px;font-style:normal;font-size:12px;font-weight:850;line-height:1.7}.lead-labels{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.lead-label-badge{display:inline-flex;align-items:center;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900;line-height:1.2}.lead-last-note{font-size:12px;color:#64748b;margin:10px 0 0;line-height:1.45;white-space:pre-line}.lead-card-actions{display:flex;gap:8px;flex-wrap:wrap}.lead-wa,.lead-call{border:none;padding:8px 13px;font-size:12px;font-weight:900;cursor:pointer;border-radius:9px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-family:'Heebo',sans-serif;min-width:76px}.lead-wa{background:#25D366;color:#fff}.lead-call{background:#f0f4ff;color:#3b5bdb;border:1px solid #c7d4f0}.lead-quick-action-btn{border:1px solid #dce3ef;background:#fff;color:#151527;border-radius:9px;padding:8px 11px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:900;cursor:pointer;min-width:62px}.lead-quick-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.lead-delete-btn{border:1px solid #fecaca;background:#fff7f7;color:#dc2626;border-radius:9px;padding:8px 12px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:900;cursor:pointer;min-width:64px}.lead-delete-btn:hover{background:#fee2e2;border-color:#fca5a5}.lead-row{background:#fff;border:1px solid #e2e5ea;padding:14px 18px;display:flex;align-items:center;gap:14px;transition:all .2s;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-bottom:8px}.lead-row:hover{border-color:#c0c8d8;box-shadow:0 2px 8px rgba(0,0,0,.08)}.lead-status{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.5px}.lead-new{background:#eff6ff;color:#3b5bdb}.lead-contacted{background:#f0fdf4;color:#22c55e}.lead-warn{background:#fff7ed;color:#f97316}.lead-hot{background:#fef2f2;color:#ef4444}.lead-closed{background:#f9fafb;color:#6b7280}.lead-lost{background:#fff5f5;color:#ef4444}.lead-main{flex:1;min-width:0}.lead-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end;min-width:0}.lead-action-row{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.lead-crm{display:grid;grid-template-columns:minmax(160px,1fr) 150px 150px auto;gap:8px;align-items:start;width:100%;margin-top:8px}.lead-notes,.lead-follow-up,.lead-status-select,.lead-assignee-select,.lead-quick-note,.lead-priority-select,.lead-source-select,.lead-last-contact{border:1px solid #e2e5ea;background:#f9fafb;color:#1a1a2e;border-radius:6px;font-family:'Heebo',sans-serif;font-size:12px;outline:none;direction:rtl}.lead-notes{min-height:54px;resize:vertical;padding:8px 10px;line-height:1.45}.lead-follow-up,.lead-status-select,.lead-assignee-select,.lead-quick-note,.lead-priority-select,.lead-source-select,.lead-last-contact{padding:7px 9px}.lead-quick-note{grid-column:1 / span 3;background:#fff}.lead-save-small{background:#1a1a2e;color:#fff;border:none;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer;font-family:'Heebo',sans-serif;white-space:nowrap}.lead-manager-report-wrap{background:#fff;border:1px solid #e2e5ea;border-radius:14px;padding:12px 14px;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-top:2px}.lead-manager-report-wrap summary{cursor:pointer;color:#151527;font-size:13px;font-weight:950;list-style:none}.lead-manager-report-wrap summary::-webkit-details-marker{display:none}.lead-manager-report{background:#fff;border:none;border-radius:0;padding:14px 0 2px;box-shadow:none;margin-top:0}.lead-report-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.lead-report-head span{display:block;font-size:12px;color:#64748b;font-weight:900}.lead-report-head strong{display:block;font-size:18px;color:#151527;font-weight:950;margin-top:2px}.lead-report-head small{color:#ef4444;font-size:12px;font-weight:900}.lead-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lead-report-grid section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:13px}.lead-report-grid h4{margin:0 0 10px;font-size:13px;color:#151527;font-weight:900}.lead-report-grid div{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e2e8f0;padding:8px 0;font-size:12px;color:#64748b;font-weight:800}.lead-report-grid div:first-of-type{border-top:none}.lead-report-grid strong{color:#151527}.lead-drawer{position:fixed;inset:0;z-index:10000;background:rgba(15,23,42,.42);display:none;justify-content:flex-start;direction:rtl}.lead-drawer.open{display:flex}.lead-drawer-panel{width:min(520px,100%);height:100%;background:#fff;box-shadow:-20px 0 50px rgba(15,23,42,.22);padding:22px;overflow:auto;margin-right:auto}.lead-drawer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:16px}.lead-drawer-head span{font-size:11px;color:#3b5bdb;font-weight:900}.lead-drawer-head h3{font-size:24px;color:#151527;margin:3px 0;font-weight:950}.lead-drawer-head p{font-size:13px;color:#64748b;margin:0;font-weight:800}.lead-drawer-head button{width:38px;height:38px;border:1px solid #dce3ef;background:#f8fafc;border-radius:10px;font-size:24px;line-height:1;cursor:pointer}.lead-drawer-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px}.lead-drawer-actions a,.lead-drawer-actions button{border:1px solid #dce3ef;background:#f8fafc;color:#151527;border-radius:10px;padding:10px 8px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:900;text-align:center;text-decoration:none;cursor:pointer}.lead-template-bar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:9px;margin-bottom:14px}.lead-template-bar span{color:#64748b;font-size:11px;font-weight:950;margin-inline-end:auto}.lead-template-bar button{border:1px solid #dbe3ef;background:#fff;color:#111827;border-radius:999px;padding:6px 10px;font-family:'Heebo',sans-serif;font-size:11px;font-weight:900;cursor:pointer}.lead-drawer-car{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:10px;margin-bottom:14px}.lead-drawer-car img{width:92px;height:64px;object-fit:cover;border-radius:10px}.lead-drawer-car strong{display:block;color:#151527;font-size:14px;font-weight:950}.lead-drawer-car span{display:block;color:#64748b;font-size:12px;font-weight:800;margin-top:3px}.lead-drawer-car.empty{justify-content:center;color:#94a3b8;font-weight:900}.lead-drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lead-drawer-grid label,.lead-drawer-notes{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:12px;font-weight:900}.lead-drawer-grid input,.lead-drawer-grid select,.lead-drawer-notes textarea{border:1px solid #dce3ef;background:#f8fafc;color:#151527;border-radius:10px;padding:10px;font-family:'Heebo',sans-serif;font-size:13px;outline:none}.lead-next-action{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:12px;font-weight:900;margin-top:10px}.lead-next-action input{border:1px solid #dce3ef;background:#f8fafc;color:#151527;border-radius:10px;padding:10px;font-family:'Heebo',sans-serif;font-size:13px;outline:none}.lead-drawer-notes{margin-top:12px}.lead-drawer-notes textarea{min-height:94px;resize:vertical;line-height:1.55}.lead-reminder-shortcuts{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 2px}.lead-reminder-shortcuts button{border:1px solid #dce3ef;background:#fff;color:#3b5bdb;border-radius:999px;padding:7px 12px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:900;cursor:pointer}.lead-timeline{margin-top:14px;border-top:1px solid #e2e8f0;padding-top:10px;display:grid;gap:8px}.lead-timeline div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:9px 11px}.lead-timeline span{display:block;color:#151527;font-size:12px;font-weight:900}.lead-timeline small{display:block;color:#94a3b8;font-size:11px;margin-top:2px}.lead-drawer-footer{position:sticky;bottom:-22px;background:linear-gradient(180deg,rgba(255,255,255,.84),#fff 35%);display:grid;grid-template-columns:1.4fr 1fr 1fr .85fr;gap:8px;padding-top:16px;margin-top:16px}.lead-drawer-footer button{border:1px solid #dce3ef;background:#f8fafc;color:#151527;border-radius:10px;padding:12px 8px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:900;cursor:pointer}.lead-drawer-footer .lead-save-main{background:#151527;color:#fff;border-color:#151527}.lead-drawer-footer .lead-delete-danger{background:#fff7f7;color:#dc2626;border-color:#fecaca}.lead-drawer-footer .lead-delete-danger:hover{background:#fee2e2;border-color:#fca5a5}@media(max-width:980px){.leads-sales-center{overflow:visible}.lead-workday-focus{grid-template-columns:1fr}.lead-focus-card{grid-template-columns:1fr}.lead-focus-actions{justify-content:flex-start}.lead-insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-inbox-list{grid-template-columns:repeat(2,minmax(0,1fr))}.manual-lead-grid{grid-template-columns:1fr 1fr}.lead-filter-bar-modern{grid-template-columns:1fr 1fr}.lead-pipeline-board.is-board-view{grid-template-columns:repeat(2,minmax(230px,1fr))}.lead-card{grid-template-columns:1fr}.lead-card-detail{border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;padding:10px 0}.lead-actions{align-items:stretch;min-width:0}.lead-action-row{justify-content:flex-start}}@media(max-width:760px){.weekly-car-section,.finance-calculator{padding:56px 16px}body.dealer-finance-route .finance-calculator{padding:92px 14px 36px}body.dealer-finance-route .finance-inner{padding:22px 16px;border-radius:22px}body.dealer-finance-route .finance-inner::before{position:static;display:block;margin-top:16px}.weekly-car-inner,.finance-inner{grid-template-columns:1fr;gap:20px}.weekly-car-media{height:260px}.weekly-car-actions{display:grid;grid-template-columns:1fr}.weekly-car-actions button,.weekly-car-actions a{text-align:center}.finance-grid{grid-template-columns:1fr}.finance-result{align-items:stretch}.finance-result button{width:100%}.daily-sales-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.leads-center-head{display:block}.leads-head-actions{width:100%;justify-content:stretch}.leads-refresh-btn{width:100%;margin-top:12px}.lead-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-inbox-list,.manual-lead-grid{grid-template-columns:1fr}.lead-filter-bar-modern{grid-template-columns:1fr}.lead-pipeline-toolbar{display:grid;grid-template-columns:1fr;align-items:stretch}.lead-display-toggle{width:100%;display:grid;grid-template-columns:1fr 1fr}.lead-pipeline-view-toggle{width:100%;display:grid;grid-template-columns:1fr 1fr}.lead-pipeline-board{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-pipeline-board.is-board-view{grid-template-columns:1fr;margin-inline:0;padding-inline:0}.lead-pipeline-board.is-list-view{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-card{grid-template-columns:1fr;align-items:stretch;padding:13px}.lead-card-top{align-items:flex-start}.lead-car-thumb{width:74px;height:58px}.lead-card-detail{display:grid;grid-template-columns:1fr 1fr}.lead-card-meta span{font-size:10px}.lead-row{flex-direction:column;align-items:stretch}.lead-actions{align-items:stretch;min-width:0}.lead-action-row{justify-content:flex-start}.lead-crm{grid-template-columns:1fr}.lead-quick-note{grid-column:auto}.lead-report-grid{grid-template-columns:1fr}.lead-drawer{align-items:stretch}.lead-drawer-panel{width:100%;padding:18px}.lead-drawer-actions,.lead-drawer-grid,.lead-drawer-footer{grid-template-columns:1fr}.meta-connect-card{padding:18px}.meta-connect-main{display:block}.meta-connect-icon{margin-bottom:14px}.meta-readiness-checklist{grid-template-columns:1fr 1fr}.meta-readiness-item strong,.meta-readiness-item small{white-space:normal}.meta-connect-actions{display:grid;grid-template-columns:1fr}.meta-primary-btn,.meta-secondary-btn{width:100%}.meta-lead-form-row{align-items:flex-start;flex-direction:column}.meta-lead-form-row span{white-space:normal}.meta-automation-strip{grid-template-columns:1fr}}/* CAR CARD */
.car-card{background:linear-gradient(180deg,#2b2b38 0%,#23232f 100%);border:1px solid rgba(255,255,255,.13);overflow:hidden;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.25,.46,.45,.94);border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.28)}.car-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.26);box-shadow:0 28px 72px rgba(0,0,0,.52)}.card-img-wrap{aspect-ratio:1/1;height:auto;overflow:hidden;position:relative;background:#111}.card-img-wrap::after{content:'';position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(0deg,rgba(35,35,47,.92),transparent);pointer-events:none;z-index:1}.card-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.car-card:hover .card-img{transform:scale(1.08)}.card-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:52px;font-weight:900;color:rgba(255,255,255,.05);background:linear-gradient(135deg,#111,#1a1a1a)}.card-badge{position:absolute;top:14px;right:14px;background:var(--white);color:var(--dark);font-size:10px;letter-spacing:2px;padding:6px 14px;font-weight:800;z-index:2;border-radius:6px;box-shadow:0 8px 20px rgba(0,0,0,.22)}.card-status{position:absolute;inset:0;background:rgba(0,0,0,.78);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;letter-spacing:4px;color:rgba(255,255,255,.6)}.card-hover-cta{position:absolute;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.car-card:hover .card-hover-cta{opacity:1}.card-hover-btn{border:1.5px solid rgba(255,255,255,.65);color:var(--white);padding:12px 36px;font-size:13px;font-weight:600;background:transparent;cursor:pointer;font-family:'Heebo',sans-serif;transition:all .2s}.card-hover-btn:hover{background:var(--white);color:var(--dark)}.card-body{padding:22px 22px 20px;flex:1;display:flex;flex-direction:column}.card-meta{font-size:11px;font-weight:700;letter-spacing:2.5px;color:var(--silver-d);margin-bottom:6px;text-transform:uppercase;text-align:center}.card-name{font-size:21px;font-weight:800;margin-bottom:16px;line-height:1.35;letter-spacing:0;text-align:center}.card-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:16px;text-align:center}.card-spec{font-size:12px;color:rgba(255,255,255,.78);display:flex;flex-direction:column;gap:2px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);padding:9px 10px;border-radius:8px}.card-spec-label{font-size:10px;color:rgba(255,255,255,.45);font-weight:500;letter-spacing:.5px}.card-spec-val{font-size:13px;font-weight:600;color:var(--white)}.card-price{font-size:24px;font-weight:900;color:var(--white);margin-bottom:16px;text-align:center;letter-spacing:-.4px}.card-actions{display:flex;gap:8px;margin-top:auto}.btn-main{flex:1;padding:12px;font-size:13px;font-weight:700;background:var(--white);color:var(--dark);border:none;cursor:pointer;font-family:'Heebo',sans-serif;transition:all .25s}.btn-main:hover{background:var(--silver-l)}.btn-wa{width:46px;height:46px;background:#25D366;border:none;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .25s;flex-shrink:0;color:white;border-radius:2px}.btn-wa:hover{background:#20b558}/* WHY */
.why{padding:100px 60px;background:linear-gradient(180deg,#252530 0%,#2a2a38 100%);position:relative}.why::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 30%,rgba(120,140,220,.08) 0%,transparent 70%)}.trust-strip{padding:28px 60px;background:#20202a;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;max-width:100%;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.trust-item{background:rgba(255,255,255,.045);padding:22px 24px;text-align:center}.trust-item span{display:block;font-size:10px;font-weight:800;letter-spacing:2.5px;color:rgba(255,255,255,.42);text-transform:uppercase;margin-bottom:7px}.trust-item strong{display:block;font-size:14px;color:rgba(255,255,255,.86);line-height:1.5}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative;z-index:1}.why-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);padding:44px 36px;text-align:center;transition:all .35s;border-radius:6px;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.25)}.why-item::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .3s}.why-item:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.35);transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.35)}.why-item:hover::before{opacity:1}.why-icon-wrap{width:54px;height:54px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;border-radius:2px;transition:all .3s}.why-item:hover .why-icon-wrap{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.25)}.why-icon-wrap svg{width:24px;height:24px;stroke:rgba(210,215,222,.88);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.why-title{font-size:17px;font-weight:700;margin-bottom:10px;text-align:center}.why-text{font-size:14px;color:rgba(255,255,255,.82);line-height:1.85;text-align:center}/* PROCESS */
.process{padding:100px 60px;background:linear-gradient(180deg,#222230 0%,#1e1e2a 100%);position:relative;overflow:hidden}.process-img-bg{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=1920&q=60');background-size:cover;background-position:center;opacity:.035}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;z-index:1;margin-top:64px}.step{text-align:center;padding:0 24px;position:relative}.step:not(:last-child)::after{content:'';position:absolute;top:29px;left:-12%;width:24%;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.15),rgba(255,255,255,.08))}.step-circle{width:58px;height:58px;border:2px solid rgba(255,255,255,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:rgba(255,255,255,.9);margin:0 auto 24px;background:rgba(255,255,255,.06);position:relative;z-index:1;transition:all .3s;box-shadow:0 0 20px rgba(255,255,255,.05)}.step:hover .step-circle{border-color:rgba(255,255,255,.8);color:var(--white);background:rgba(255,255,255,.12);box-shadow:0 0 32px rgba(255,255,255,.15)}.step-title{font-size:16px;font-weight:700;margin-bottom:10px}.step-text{font-size:13px;color:rgba(255,255,255,.75);line-height:1.8}/* ABOUT */
.about{padding:100px 60px;background:linear-gradient(135deg,#2a2a38 0%,#252530 100%)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-label{font-size:11px;font-weight:700;letter-spacing:4px;color:rgba(200,205,212,.9);text-transform:uppercase;margin-bottom:16px}.about-title{font-size:clamp(28px,3.5vw,46px);font-weight:900;line-height:1.05;margin-bottom:20px;letter-spacing:-1px}.about-text{font-size:15px;color:rgba(255,255,255,.82);line-height:2;margin-bottom:32px}.about-feats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.about-feat{display:flex;gap:10px;align-items:flex-start}.feat-check{width:20px;height:20px;border:1.5px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;margin-top:2px;color:rgba(255,255,255,.7)}.feat-txt{font-size:13px;color:rgba(255,255,255,.7);line-height:1.6}.about-img{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:2px}.about-img img{width:100%;height:440px;object-fit:cover;display:block;filter:brightness(.75) contrast(1.1)}.about-img::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(0deg,rgba(26,26,32,.95) 0%,transparent 100%)}/* CONTACT */
.contact{padding:100px 60px;background:#1e1e26;position:relative}.contact::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 80% 50%,rgba(60,80,150,.05) 0%,transparent 70%)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;position:relative;z-index:1}.contact-headline{font-size:clamp(26px,3vw,44px);font-weight:900;margin-bottom:16px;line-height:1.1;letter-spacing:-1px;margin-top:12px}.contact-sub{font-size:15px;color:rgba(255,255,255,.65);line-height:1.9;margin-bottom:36px}.c-details{display:flex;flex-direction:column;gap:16px}.c-row{display:flex;align-items:center;gap:14px}.c-icon{width:40px;height:40px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.c-val{font-size:14px;color:rgba(255,255,255,.75)}.contact-form{display:flex;flex-direction:column;gap:12px;background:#2a2a38;border:1px solid rgba(255,255,255,.18);padding:36px;border-radius:2px}.f-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.f-group{display:flex;flex-direction:column;gap:7px}.f-label{font-size:10px;font-weight:700;letter-spacing:2.5px;color:rgba(255,255,255,.55);text-transform:uppercase}.f-input,.f-select,.f-textarea{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);color:var(--white);padding:13px 16px;font-size:14px;font-family:'Heebo',sans-serif;outline:none;transition:border .25s;direction:rtl;border-radius:1px}.f-input:focus,.f-select:focus,.f-textarea:focus{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.06)}.f-input::placeholder,.f-textarea::placeholder{color:rgba(255,255,255,.28)}.f-select option{background:var(--dark3)}.f-textarea{resize:none}.btn-send{background:var(--white);color:var(--dark);padding:15px;font-size:14px;font-weight:700;cursor:pointer;border:none;font-family:'Heebo',sans-serif;transition:all .3s}.btn-send:hover{background:var(--silver-l);transform:translateY(-1px)}/* FOOTER */
footer{background:#252530;border-top:1px solid rgba(255,255,255,.1);padding:60px 60px 28px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:48px;text-align:center}.f-logo img{height:42px;opacity:.5;margin-bottom:14px}.f-logo-fb{font-size:18px;font-weight:800;color:rgba(255,255,255,.35);letter-spacing:2px;margin-bottom:14px;display:none}.f-desc{font-size:13px;color:rgba(255,255,255,.65);line-height:1.9}.f-col-title{font-size:10px;font-weight:700;letter-spacing:3px;color:rgba(255,255,255,.65);text-transform:uppercase;margin-bottom:20px;text-align:center}.f-links{display:flex;flex-direction:column;gap:12px;align-items:center}.f-links a,.f-links span{font-size:13px;color:rgba(255,255,255,.65);transition:color .2s;display:block}.f-links a:hover{color:rgba(255,255,255,.8)}.footer-contact-link{width:100%;max-width:260px;min-height:44px;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px;padding:9px 12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-align:right;text-decoration:none;background:rgba(255,255,255,.035)}.footer-contact-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;border-radius:999px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.72)}.footer-contact-icon svg{width:15px;height:15px;fill:currentColor;stroke:currentColor}.footer-contact-icon svg[viewBox]{display:block}.footer-contact-text{display:grid;gap:2px;min-width:0}.footer-contact-text small{color:rgba(255,255,255,.45);font-size:10px;font-weight:800;line-height:1}.footer-contact-text strong{color:rgba(255,255,255,.78);font-size:13px;font-weight:850;line-height:1.3;overflow-wrap:anywhere}.footer-contact-link:hover{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.06)}.f-social{display:flex;gap:10px;margin-top:20px;justify-content:center}.f-soc{width:36px;height:36px;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.48);transition:all .25s;border-radius:2px}.f-soc svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:0;display:block}.f-soc[title="Instagram"] svg{fill:none;stroke:currentColor;stroke-width:1.7}.f-soc:hover{border-color:rgba(255,255,255,.5);color:rgba(255,255,255,.8)}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:24px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.f-copy{font-size:12px;color:rgba(255,255,255,.5)}.dealerx-credit{
  width:100%;
  min-height:38px;
  margin-top:22px;
  padding:6px 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  text-align:center;
  font-size:13px;
  line-height:1.2;
  color:#111827;
  background:#fff;
  border-top:1px solid rgba(15,23,42,.08);
  border-bottom:1px solid rgba(15,23,42,.08);
  box-shadow:0 -8px 28px rgba(15,23,42,.08);
}.dealerx-credit strong{color:#111827;font-weight:900}.dealerx-credit span{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.dealerx-credit-logo{display:inline-block;width:118px;max-width:42vw;height:28px;object-fit:contain;vertical-align:middle;opacity:1;filter:none}.dealerx-credit a{
  color:#111827;
  font-weight:900;
  text-decoration:none;
  transition:color .2s,opacity .2s;
}.dealerx-credit a:hover{color:var(--brand-primary,#8b5cf6)}body[data-template="clean_light"] .dealerx-credit{
  color:#111827;
}body[data-template="clean_light"] .dealerx-credit strong{color:#141419}body[data-template="clean_light"] .dealerx-credit-logo{filter:none;opacity:1}body[data-template="clean_light"] .dealerx-credit a{color:var(--brand-primary,#111827)}.cp-dealerx-credit{
  width:100%;
  max-width:none;
  margin:0 auto 44px;
  color:#111827;
}/* WA FLOAT */

.wa-float a{display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:13px 22px;font-size:14px;font-weight:700;transition:all .3s;box-shadow:0 8px 32px rgba(37,211,102,.25);border-radius:2px}.wa-float a:hover{background:#20b558;transform:translateY(-2px)}/* MODAL */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:9000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s;padding:20px;backdrop-filter:blur(4px)}.modal-overlay.open{opacity:1;pointer-events:all}.modal{background:#2e2e3c;border:1px solid rgba(255,255,255,.18);max-width:720px;width:100%;max-height:92vh;overflow-y:auto;position:relative;border-radius:8px;display:flex;flex-direction:column}.modal-close{position:absolute;top:16px;left:16px;z-index:2;width:36px;height:36px;background:rgba(0,0,0,.7);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.8);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover{background:rgba(255,255,255,.1)}.m-img-wrap{height:260px;overflow:hidden;background:#111;flex-shrink:0}.m-img{width:100%;height:100%;object-fit:cover}.m-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:60px;font-weight:900;color:rgba(255,255,255,.05);background:linear-gradient(135deg,#111,#1c1c1c)}.m-body{padding:24px 28px;overflow-y:auto}.m-brand{font-size:11px;font-weight:700;letter-spacing:3px;color:var(--silver-d);margin-bottom:6px;text-transform:uppercase}.m-title{font-size:28px;font-weight:800;margin-bottom:22px;letter-spacing:-.5px}.m-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.m-spec{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:10px 12px;border-radius:4px}.m-spec-l{font-size:10px;font-weight:600;letter-spacing:2px;color:rgba(255,255,255,.55);margin-bottom:4px;text-transform:uppercase}.m-spec-v{font-size:15px;font-weight:600}.m-desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.9;margin-bottom:24px;white-space:normal;text-align:right;direction:rtl}.m-desc p{margin:0 0 14px}.m-desc p:last-child{margin-bottom:0}.m-acts{display:flex;gap:10px}/* SECTION DIVIDER */
.section-divider{height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}/* LOADING OVERLAY */
#loadingOverlay{position:fixed;inset:0;background:var(--dark);z-index:99999;display:none;align-items:center;justify-content:center;flex-direction:column;gap:16px;transition:opacity .5s}#loadingOverlay.hidden{opacity:0;pointer-events:none}.loading-logo img{height:52px;opacity:.6}.loading-spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.1);border-top-color:rgba(255,255,255,.6);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}/* ── STICKY CTA BAR ── */
.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:4999;
  background:linear-gradient(90deg,#1a1a2e 0%,#252530 100%);
  border-top:1px solid rgba(255,255,255,.1);
  padding:10px 24px calc(10px + env(safe-area-inset-bottom));
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);
  backdrop-filter:blur(12px);
}.sticky-cta.show{transform:translateY(0)}.sticky-cta-text{font-size:13px;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:8px}.sticky-cta-text strong{color:#fff;font-size:14px}.sticky-cta-online{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-green 2s infinite;flex-shrink:0}@keyframes pulse-green{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.4)}50%{box-shadow:0 0 0 6px rgba(34,197,94,0)}}.sticky-cta-btns{display:flex;gap:8px;flex-shrink:0}.sticky-btn-wa{background:#25D366;color:#fff;border:none;padding:10px 20px;font-size:13px;font-weight:700;cursor:pointer;font-family:'Heebo',sans-serif;border-radius:6px;display:flex;align-items:center;gap:6px;transition:all .25s}.sticky-btn-wa:hover{background:#20b558;transform:translateY(-1px)}.floating-finance-shortcut{
  position:fixed;
  left:18px;
  bottom:calc(86px + env(safe-area-inset-bottom));
  z-index:4998;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:11px 16px;
  border-radius:999px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#111827) 28%,rgba(255,255,255,.45));
  background:linear-gradient(135deg,var(--button-bg,#111827),color-mix(in srgb,var(--button-bg,#111827) 78%,var(--brand-primary,#64748b) 22%));
  color:var(--button-text,#fff);
  box-shadow:0 18px 46px rgba(15,23,42,.24);
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:850;
  line-height:1;
  text-decoration:none;
  transform:translateY(0);
  transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease;
}.floating-finance-shortcut:hover{transform:translateY(-2px);box-shadow:0 22px 58px rgba(15,23,42,.3)}.floating-finance-shortcut:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-primary,#111827) 45%,transparent);outline-offset:3px}.floating-finance-icon{
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:color-mix(in srgb,var(--button-text,#fff) 16%,transparent);
  color:currentColor;
  font-size:15px;
  font-weight:900;
  flex:0 0 auto;
}body.system-home-mode .floating-finance-shortcut,body.landing-mode .floating-finance-shortcut,body.accessibility-mode .floating-finance-shortcut,body.finance-standalone-mode .floating-finance-shortcut,body.full-catalog-mode .floating-finance-shortcut,body.marketplace-car-detail-mode .floating-finance-shortcut{
  display:none!important;
}@media(max-width:600px){.sticky-cta{padding:9px 12px calc(9px + env(safe-area-inset-bottom))}.sticky-cta-text{display:none}.sticky-cta-btns{width:100%;justify-content:center}.sticky-btn-wa{flex:1;justify-content:center}.floating-finance-shortcut{
    left:12px;
    bottom:calc(78px + env(safe-area-inset-bottom));
    min-height:42px;
    padding:9px 12px;
    font-size:12px;
    box-shadow:0 14px 36px rgba(15,23,42,.22);
  }.floating-finance-icon{width:24px;height:24px;font-size:14px}}/* ── WA POPUP ── */
.wa-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:8000;opacity:0;pointer-events:none;transition:opacity .3s;backdrop-filter:blur(4px)}.wa-popup-overlay.show{opacity:1;pointer-events:all}.wa-popup{
  position:fixed;bottom:100px;left:28px;z-index:8001;
  background:#fff;border-radius:16px;padding:0;
  width:300px;max-width:calc(100vw - 48px);
  box-shadow:0 20px 60px rgba(0,0,0,.3);
  transform:translateY(20px) scale(.95);opacity:0;
  transition:all .35s cubic-bezier(.25,.46,.45,.94);
  pointer-events:none;overflow:hidden;
}.wa-popup.show{transform:translateY(0) scale(1);opacity:1;pointer-events:all}.wa-popup-header{background:linear-gradient(135deg,#1a1a2e,#2d2d4e);padding:16px 20px;display:flex;align-items:center;gap:12px}.wa-popup-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.2);flex-shrink:0}.wa-popup-avatar img{width:100%;height:100%;object-fit:cover}.wa-popup-name{color:#fff;font-size:14px;font-weight:700}.wa-popup-status{font-size:11px;color:#22c55e;display:flex;align-items:center;gap:4px;margin-top:2px}.wa-popup-close-btn{margin-right:auto;background:transparent;border:none;color:rgba(255,255,255,.5);font-size:20px;cursor:pointer;line-height:1;padding:0}.wa-popup-body{padding:16px 20px;background:#f0f4ff}.wa-popup-bubble{background:#fff;border-radius:0 12px 12px 12px;padding:12px 16px;font-size:13px;color:#1a1a2e;line-height:1.6;box-shadow:0 2px 8px rgba(0,0,0,.08);position:relative}.wa-popup-bubble::before{content:'';position:absolute;top:0;right:100%;border:8px solid transparent;border-top-color:#fff;border-right-color:#fff}.wa-popup-time{font-size:10px;color:#9ca3af;text-align:left;margin-top:6px;direction:ltr}.wa-popup-footer{padding:12px 16px;background:#fff}.wa-popup-send{width:100%;background:#25D366;color:#fff;border:none;padding:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:'Heebo',sans-serif;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .25s}.wa-popup-send:hover{background:#20b558}/* ── AVAILABILITY BADGE ── */
.nav-availability{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,.6)}.avail-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.avail-dot.open{background:#22c55e;animation:pulse-green 2s infinite}.avail-dot.closed{background:#ef4444}/* ── ADVANCED FILTER ── */
.adv-filters{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);
  border-radius:10px;padding:20px 24px;margin-bottom:32px;
}.catalog-advanced{max-width:1180px;margin:0 auto 28px;border-radius:14px;background:rgba(255,255,255,.035);backdrop-filter:blur(14px)}.adv-filters-title{font-size:12px;font-weight:700;letter-spacing:2px;color:rgba(255,255,255,.5);text-transform:uppercase;margin-bottom:16px}.adv-filters-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.adv-filter-group{display:flex;flex-direction:column;gap:6px}.adv-filter-label{font-size:11px;color:rgba(255,255,255,.5);font-weight:600;letter-spacing:.5px}.adv-filter-select,.adv-filter-input{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.12);color:#fff;padding:9px 12px;font-size:13px;font-family:'Heebo',sans-serif;border-radius:7px;outline:none;transition:border .2s;direction:rtl;cursor:pointer}.adv-filter-select:focus,.adv-filter-input:focus{border-color:rgba(255,255,255,.4)}.adv-filter-select option{background:#2e2e3c;color:#fff}.adv-filters-actions{display:flex;gap:8px;margin-top:16px}.adv-reset-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.6);padding:8px 18px;font-size:12px;font-weight:600;cursor:pointer;font-family:'Heebo',sans-serif;border-radius:6px;transition:all .2s}.adv-reset-btn:hover{border-color:rgba(255,255,255,.5);color:#fff}.adv-results-count{font-size:12px;color:rgba(255,255,255,.4);align-self:center;margin-right:auto}@media(max-width:700px){.adv-filters-grid{grid-template-columns:1fr 1fr}}@media(max-width:420px){.adv-filters-grid{grid-template-columns:1fr}}/* ── CARD BADGES ── */
.card-badge-just-in{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.card-badge-sold{background:rgba(0,0,0,.6);color:rgba(255,255,255,.7);font-size:9px;letter-spacing:1px}.card-savings{font-size:11px;color:#22c55e;font-weight:600;margin-top:-8px;margin-bottom:10px}.car-card{cursor:pointer}.car-card a,.car-card button{cursor:pointer}.card-click-target{cursor:pointer}/* ── REVIEWS ── */
.reviews{padding:80px 60px;background:linear-gradient(180deg,var(--dark3) 0%,var(--dark2) 100%)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:0}.review-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:28px 24px;position:relative;transition:all .3s}.review-card:hover{background:rgba(255,255,255,.08);transform:translateY(-3px)}.review-stars{color:#f59e0b;font-size:16px;margin-bottom:14px;letter-spacing:2px}.review-text{font-size:14px;color:rgba(255,255,255,.75);line-height:1.8;margin-bottom:18px;font-style:italic}.review-author{display:flex;align-items:center;gap:10px}.review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--dark4),var(--dark3));border:2px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--silver);flex-shrink:0}.review-name{font-size:14px;font-weight:700}.review-car{font-size:12px;color:var(--silver-d)}.review-quote{position:absolute;top:20px;left:20px;font-size:36px;color:rgba(255,255,255,.06);font-family:Georgia,serif;line-height:1}@media(max-width:768px){.reviews-grid{grid-template-columns:1fr}.reviews{padding:60px 24px}}/* ── HAPPY CUSTOMERS ── */
.happy-customers-section{padding:80px 60px;background:linear-gradient(180deg,var(--dark2) 0%,var(--dark3) 100%)}.happy-customers-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 20px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.24) transparent}.happy-customer-story{flex:0 0 clamp(220px,22vw,310px);aspect-ratio:4/5;border-radius:18px;overflow:hidden;position:relative;scroll-snap-align:start;background:rgba(255,255,255,.055);border:1px solid color-mix(in srgb,var(--brand-primary) 26%,rgba(255,255,255,.12));box-shadow:0 24px 70px rgba(0,0,0,.24);cursor:pointer;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.happy-customer-story::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 38%,rgba(0,0,0,.72));pointer-events:none}.happy-customer-story:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand-primary) 58%,rgba(255,255,255,.22));box-shadow:0 28px 82px rgba(0,0,0,.34)}.happy-customer-story img{width:100%;height:100%;display:block;object-fit:cover}.happy-customer-caption{position:absolute;inset:auto 0 0;z-index:2;padding:18px 18px 16px;display:grid;gap:4px;color:#fff}.happy-customer-caption strong{font-size:17px;font-weight:950;line-height:1.2;text-shadow:0 2px 14px rgba(0,0,0,.38)}.happy-customer-caption span{font-size:13px;font-weight:800;color:rgba(255,255,255,.78);line-height:1.35}.happy-customers-admin-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.happy-customers-editor{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin-top:16px}.happy-customer-admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px;box-shadow:0 10px 26px rgba(15,23,42,.06)}.happy-customer-admin-card img{width:100%;aspect-ratio:4/5;display:block;object-fit:cover;border-radius:10px;background:#eef2f7}.happy-customer-admin-card label{display:block;margin-top:9px;font-size:11px;font-weight:900;color:#475467}.happy-customer-admin-card input{width:100%;margin-top:5px;background:#f9fafb;border:1.5px solid #e2e5ea;color:#111827;border-radius:8px;padding:9px 10px;font-family:Heebo,sans-serif;font-size:13px;outline:none}.happy-customer-admin-card input:focus{border-color:#3b5bdb;background:#fff}.happy-customer-admin-card.image-load-error img{display:none}.happy-customer-admin-card.image-load-error::before{content:'תמונה לא נטענה';display:grid;place-items:center;aspect-ratio:4/5;border-radius:10px;background:#f3f4f6;color:#9ca3af;font-weight:800}.happy-customer-admin-actions-row{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:6px;margin-top:9px}.happy-customer-admin-actions-row button{min-height:38px;padding:8px 10px;font-size:13px}@media(max-width:768px){.happy-customers-section{padding:60px 20px}.happy-customer-story{flex-basis:min(78vw,300px)}.happy-customers-editor{grid-template-columns:1fr}}/* ── VIDEOS ── */
.videos-section{padding:clamp(64px,7vw,110px) clamp(16px,4vw,60px);background:linear-gradient(180deg,var(--dark2) 0%,var(--dark3) 100%)}.videos-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(420px,min(58vw,620px));gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 2px 22px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.24) transparent}.video-card{scroll-snap-align:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.28)}.video-card-instagram{max-width:min(58vw,380px)}.video-embed{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#08090d;border-bottom:1px solid rgba(255,255,255,.08)}.video-embed-instagram{aspect-ratio:9/16}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-card h3{font-size:15px;font-weight:900;color:#fff;margin:0;padding:16px 18px 18px;line-height:1.4}.video-card-link{display:flex;min-height:250px;align-items:center;justify-content:center;flex-direction:column;gap:14px;text-align:center}.video-card-link a{display:inline-flex;background:#fff;color:#111827;border-radius:999px;padding:10px 16px;font-weight:900}@media(max-width:768px){.videos-section{padding:60px 16px}.videos-carousel{grid-auto-columns:92vw;gap:14px}.video-card-instagram{max-width:none}.video-card{border-radius:14px}.video-card h3{font-size:14px;padding:14px 15px 16px}}/* FAQ */
.faq-section{padding:90px 60px;background:linear-gradient(180deg,#20202a 0%,#1b1b24 100%)}.faq-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}.faq-item{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0;overflow:hidden;align-self:start}.faq-item summary{list-style:none;cursor:pointer;padding:18px 20px;font-size:15px;font-weight:800;color:#fff}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';float:left;color:rgba(255,255,255,.45);font-size:20px;line-height:1}.faq-item[open] summary::after{content:'−'}.faq-item p{padding:0 20px 20px;margin:0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.9}/* ── RECENTLY SOLD ── */
.sold-strip{padding:60px 60px;background:var(--dark2)}.sold-cars{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.sold-cars::-webkit-scrollbar{display:none}.sold-car-item{flex-shrink:0;width:200px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden;opacity:.75;transition:opacity .3s}.sold-car-item:hover{opacity:1}.sold-car-img{width:100%;height:120px;object-fit:cover;filter:grayscale(30%)}.sold-car-info{padding:12px}.sold-car-name{font-size:13px;font-weight:700;margin-bottom:4px}.sold-car-meta{font-size:11px;color:rgba(255,255,255,.45)}.sold-car-badge{background:rgba(239,68,68,.15);color:#ef4444;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;display:inline-block;margin-bottom:6px;letter-spacing:1px}@media(max-width:600px){.sold-strip{padding:48px 24px}}/* ── DASHBOARD ── */
.owner-dashboard-shell{display:grid;gap:16px;margin-bottom:22px;direction:rtl;text-align:right}.owner-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fff,#f7f9ff);border:1px solid #e2e8f0;border-radius:18px;padding:22px 24px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.owner-dashboard-kicker{display:inline-flex;align-items:center;gap:6px;color:#3b5bdb;background:#eef4ff;border:1px solid #dbe7ff;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:900;letter-spacing:.5px;margin-bottom:9px}.owner-dashboard-head h2{font-size:28px;line-height:1.12;font-weight:950;color:#111827;margin:0 0 7px}.owner-dashboard-head p{font-size:13px;line-height:1.7;color:#667085;margin:0;max-width:620px}.owner-dashboard-actions{display:flex;align-items:flex-start;gap:10px;position:relative;flex-wrap:wrap;justify-content:flex-start}.owner-range-control{display:flex;align-items:center;gap:5px;flex-wrap:wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:5px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.owner-range-control button{border:none;background:transparent;color:#475467;border-radius:10px;padding:9px 12px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:950;cursor:pointer;transition:.18s ease;white-space:nowrap}.owner-range-control button:hover{background:#eef4ff;color:#1d4ed8}.owner-range-control button.active{background:#151527;color:#fff;box-shadow:0 10px 22px rgba(21,21,39,.16)}.owner-dashboard-range-summary{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:11px 14px;color:#667085;font-size:12px;font-weight:850;line-height:1.5;box-shadow:0 10px 26px rgba(15,23,42,.045)}.owner-refresh-btn{border:none;background:#151527;color:#fff;border-radius:12px;padding:12px 18px;font-family:'Heebo',sans-serif;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(21,21,39,.16);white-space:nowrap}.owner-ops-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:12px}.owner-system-health{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.owner-health-item{display:grid;gap:5px;text-align:right;border:1px solid #e2e8f0;background:#fbfcff;border-radius:14px;padding:12px 13px;font-family:'Heebo',sans-serif;cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.owner-health-item:hover{transform:translateY(-1px);border-color:#c8d5e8;background:#fff}.owner-health-item span{color:#64748b;font-size:11px;font-weight:650}.owner-health-item strong{color:#111827;font-size:13px;font-weight:750;line-height:1.35}.owner-health-item:before{content:"";width:9px;height:9px;border-radius:999px;background:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.13)}.owner-health-item.ok:before{background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.12)}.owner-health-item.warn:before{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.14)}.owner-health-item.danger:before{background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.13)}.owner-health-item.ok{border-color:#d4f3df;background:#fbfffc}.owner-health-item.warn{border-color:#fde7bf;background:#fffdf7}.owner-health-item.danger{border-color:#fecaca;background:#fffafa}.owner-urgent-actions{display:grid;gap:9px}.owner-urgent-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #e2e8f0;background:#fbfcff;border-radius:15px;padding:12px 13px}.owner-urgent-action span{display:inline-flex;width:max-content;border-radius:999px;padding:4px 9px;background:#eef2ff;color:#3b5bdb;font-size:10px;font-weight:750;margin-bottom:5px}.owner-urgent-action strong{display:block;color:#111827;font-size:14px;font-weight:750;margin-bottom:3px}.owner-urgent-action small{display:block;color:#64748b;font-size:11px;font-weight:500;line-height:1.45}.owner-urgent-action button{border:0;background:#111827;color:#fff;border-radius:11px;padding:10px 13px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:750;cursor:pointer;white-space:nowrap}.owner-urgent-action.danger{border-color:#fecaca;background:#fffafa}.owner-urgent-action.warn{border-color:#fde7bf;background:#fffdf7}.owner-urgent-action.focus{border-color:#bfdbfe;background:#f8fbff}.owner-urgent-action.good{border-color:#bbf7d0;background:#f6fef9}.owner-urgent-action.danger span{background:#fee2e2;color:#b91c1c}.owner-urgent-action.warn span{background:#fef3c7;color:#92400e}.owner-urgent-action.good span{background:#dcfce7;color:#166534}.dealer-notification-widget{position:relative;z-index:340}.dealer-notification-widget[hidden]{display:none!important}.admin-top-notification-widget{display:flex;align-items:center}.admin-top-notification-widget .dealer-notification-bell{width:42px;height:42px;border-radius:12px;font-size:18px}.admin-top-notification-widget .dealer-notification-panel{top:52px}.dealer-notification-bell{width:48px;height:48px;border:1px solid #dbe4f0;background:#fff;color:#151527;border-radius:14px;font-size:20px;display:grid;place-items:center;cursor:pointer;position:relative;box-shadow:0 10px 26px rgba(15,23,42,.08);transition:.2s ease}.dealer-notification-bell:hover,.dealer-notification-bell.has-alerts{border-color:#c7d2fe;background:#f5f7ff;transform:translateY(-1px)}.dealer-notification-icon{line-height:1}.dealer-notification-badge{position:absolute;top:-7px;left:-7px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;font-size:11px;font-weight:950;display:grid;place-items:center;box-shadow:0 8px 18px rgba(239,68,68,.25)}.dealer-notification-panel{position:absolute;top:58px;left:0;width:380px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.22);padding:14px;direction:rtl;z-index:360}.dealer-notification-panel[hidden]{display:none!important}.dealer-notification-panel:before{content:"";position:absolute;top:-8px;left:18px;width:16px;height:16px;background:#fff;border-top:1px solid #dbe4f0;border-right:1px solid #dbe4f0;transform:rotate(-45deg)}.dealer-notification-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #eef2f7;margin-bottom:10px}.dealer-notification-panel-head strong{display:block;color:#101828;font-size:14px;font-weight:950;margin-bottom:2px}.dealer-notification-panel-head span{display:block;color:#667085;font-size:11px;font-weight:800}.dealer-notification-panel-actions{display:flex;align-items:center;gap:7px}.dealer-notification-close{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dbe4f0;border-radius:50%;background:#fff;color:#64748b;font-family:'Heebo',sans-serif;font-size:14px;font-weight:900;cursor:pointer}.dealer-notification-close:hover{border-color:#fecaca;background:#fff1f2;color:#dc2626}.dealer-notification-sound-toggle{border:1px solid #dbe4f0;background:#f8fafc;color:#344054;border-radius:999px;padding:7px 10px;font-family:'Heebo',sans-serif;font-size:11px;font-weight:900;cursor:pointer;white-space:nowrap}.dealer-notification-sound-toggle.muted{background:#fff1f2;color:#b42318;border-color:#fecdd3}.dealer-notification-list{display:grid;gap:8px;max-height:360px;overflow:auto;padding-left:2px}.dealer-notification-item{width:100%;border:1px solid #e4e7ec;background:#fff;border-radius:14px;padding:12px 13px 12px 10px;text-align:right;font-family:'Heebo',sans-serif;cursor:pointer;display:grid;grid-template-columns:8px minmax(0,1fr);gap:4px 10px;align-items:start;transition:.18s ease}.dealer-notification-item:hover{border-color:#b8c6dc;background:#f8fbff}.dealer-notification-item.unread{box-shadow:inset 4px 0 0 #3b82f6;background:#f7fbff}.dealer-notification-dot{grid-row:1/4;width:8px;height:8px;border-radius:999px;background:#94a3b8;margin-top:7px}.dealer-notification-item.primary .dealer-notification-dot{background:#3b82f6}.dealer-notification-item.warm .dealer-notification-dot{background:#f59e0b}.dealer-notification-item.danger .dealer-notification-dot{background:#ef4444}.dealer-notification-item strong{color:#111827;font-size:13px;font-weight:950;line-height:1.3}.dealer-notification-item em{font-style:normal;color:#475467;font-size:12px;font-weight:800;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dealer-notification-item small{color:#98a2b3;font-size:10px;font-weight:850}.dealer-notification-empty{padding:18px;border:1px dashed #dbe4f0;background:#f8fafc;border-radius:14px;text-align:center;color:#667085;font-size:12px;font-weight:850}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:24px}.dash-card{background:#fff;border:1px solid #e2e5ea;border-radius:10px;padding:20px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.04)}.owner-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:0}.owner-kpi-grid .dash-card{text-align:right;border-radius:16px;padding:18px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.055)}.owner-kpi-grid .dash-card.priority{border-color:#c7d4f0;background:linear-gradient(135deg,#fff,#f5f8ff)}.owner-kpi-grid .dash-card.warn{border-color:#fed7aa;background:linear-gradient(135deg,#fff,#fff8ed)}.owner-kpi-grid .dash-card.compact{padding:14px 15px;background:#fbfcff}.owner-kpi-grid .dash-card small{display:block;color:#98a2b3;font-size:11px;font-weight:800;margin-top:7px;line-height:1.35}.dash-num{font-size:36px;font-weight:800;color:#1a1a2e;line-height:1}.dash-label{font-size:12px;color:#6b7280;margin-top:4px;font-weight:500}.dash-icon{font-size:24px;margin-bottom:8px}.dash-trend{font-size:11px;font-weight:600;margin-top:6px}.dash-trend.up{color:#22c55e}.dash-trend.down{color:#ef4444}.owner-insight-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:12px}.owner-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 14px 38px rgba(15,23,42,.055)}.owner-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.owner-panel-head span{font-size:11px;font-weight:950;color:#667085;letter-spacing:.4px}.owner-panel-head strong{font-size:15px;font-weight:950;color:#111827;text-align:right}.owner-insight-list{display:grid;gap:9px}.owner-insight{border-radius:14px;padding:13px 14px;background:#f8fafc;border:1px solid #e2e8f0}.owner-insight strong{display:block;color:#111827;font-size:14px;font-weight:950;margin-bottom:4px}.owner-insight span{display:block;color:#667085;font-size:12px;line-height:1.6;font-weight:750}.owner-insight.good{background:#ecfdf3;border-color:#abefc6}.owner-insight.warn{background:#fff7ed;border-color:#fed7aa}.owner-insight.focus{background:#eff6ff;border-color:#bfdbfe}.owner-activity-panel{overflow:visible;position:relative;z-index:2}.owner-activity-chart{min-height:285px;display:grid;gap:14px;direction:rtl}.owner-activity-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.owner-activity-totals>span{display:grid;gap:3px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;text-align:right}.owner-activity-totals small{color:#64748b;font-size:10px;font-weight:850}.owner-activity-totals strong{color:#111827;font-size:18px;font-weight:950;line-height:1.1}.owner-activity-legend{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;color:#667085;font-size:11px;font-weight:850}.owner-activity-legend span{display:inline-flex;align-items:center;gap:5px}.owner-activity-legend i{width:9px;height:9px;border-radius:999px;display:inline-block}.owner-activity-legend .visits,.owner-activity-stack .visits{background:#3b82f6}.owner-activity-legend .clicks,.owner-activity-stack .clicks{background:#8b5cf6}.owner-activity-legend .whatsapp,.owner-activity-stack .whatsapp{background:#10b981}.owner-activity-legend .leads,.owner-activity-stack .leads{background:#f59e0b}.owner-activity-bars{height:238px;display:flex;align-items:flex-end;gap:7px;padding:82px 4px 0;overflow:visible;direction:rtl}.owner-activity-day{height:100%;min-width:30px;flex:1 1 30px;max-width:72px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;position:relative}.owner-activity-day-total{color:#475569;font-size:10px;font-weight:900;line-height:1;white-space:nowrap}.owner-activity-stack{width:100%;min-height:8px;border-radius:10px 10px 4px 4px;overflow:hidden;display:flex;flex-direction:column-reverse;background:#edf2f7;box-shadow:0 8px 18px rgba(15,23,42,.08)}.owner-activity-stack span{min-height:3px}.owner-activity-day small{color:#98a2b3;font-size:10px;font-weight:850;white-space:nowrap}.owner-activity-tooltip{position:absolute;bottom:calc(100% - 4px);right:50%;transform:translateX(50%) translateY(8px);width:260px;background:#111827;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:13px 14px;box-shadow:0 22px 55px rgba(15,23,42,.28);display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;opacity:0;visibility:hidden;pointer-events:none;z-index:80;text-align:right;transition:.16s ease}.owner-activity-tooltip:after{content:"";position:absolute;bottom:-6px;right:50%;width:12px;height:12px;background:#111827;transform:translateX(50%) rotate(45deg);border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.owner-activity-day:hover .owner-activity-tooltip,.owner-activity-day:focus-within .owner-activity-tooltip{opacity:1;visibility:visible;transform:translateX(50%) translateY(0)}.owner-activity-day.edge-right .owner-activity-tooltip{right:0;transform:translateX(0) translateY(8px)}.owner-activity-day.edge-right:hover .owner-activity-tooltip,.owner-activity-day.edge-right:focus-within .owner-activity-tooltip{transform:translateX(0) translateY(0)}.owner-activity-day.edge-right .owner-activity-tooltip:after{right:18px;transform:rotate(45deg)}.owner-activity-day.edge-left .owner-activity-tooltip{right:auto;left:0;transform:translateX(0) translateY(8px)}.owner-activity-day.edge-left:hover .owner-activity-tooltip,.owner-activity-day.edge-left:focus-within .owner-activity-tooltip{transform:translateX(0) translateY(0)}.owner-activity-day.edge-left .owner-activity-tooltip:after{right:auto;left:18px;transform:rotate(45deg)}.owner-activity-tooltip strong{font-size:13px;font-weight:950;color:#fff;grid-column:1/-1;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:7px;margin-bottom:2px}.owner-activity-tooltip span{font-size:11px;font-weight:800;color:#d1d5db}.owner-activity-tooltip em{font-style:normal;border-top:1px solid rgba(255,255,255,.12);margin-top:4px;padding-top:7px;font-size:10px;font-weight:800;color:#bfdbfe;line-height:1.5;grid-column:1/-1}@media(max-width:700px){.owner-activity-totals{grid-template-columns:1fr 1fr}.owner-activity-bars{overflow-x:auto;overflow-y:visible;justify-content:flex-start}.owner-activity-day{min-width:42px}}.owner-traffic-sources{display:grid;gap:9px}.owner-traffic-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.55fr) 44px;align-items:center;gap:12px;border:1px solid #e2e8f0;background:#fbfcff;border-radius:14px;padding:12px 14px}.owner-traffic-row strong{display:block;color:#111827;font-size:13px;font-weight:950;margin-bottom:3px}.owner-traffic-row span{display:block;color:#667085;font-size:11px;font-weight:800;line-height:1.45}.owner-traffic-row small{color:#111827;font-size:12px;font-weight:950;text-align:left}.owner-traffic-meter{height:9px;background:#eef2f7;border-radius:999px;overflow:hidden;direction:rtl}.owner-traffic-meter i{display:block;height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:999px}.owner-value-report{display:grid;gap:12px}.owner-value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.owner-value-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:13px 14px;min-height:102px}.owner-value-card span{display:block;color:#64748b;font-size:11px;font-weight:900;margin-bottom:6px}.owner-value-card strong{display:block;color:#111827;font-size:24px;font-weight:1000;line-height:1.1}.owner-value-card small{display:block;color:#667085;font-size:11px;font-weight:750;line-height:1.45;margin-top:8px}.owner-value-summary{background:#eef4ff;border:1px solid #cfe0ff;border-radius:14px;padding:14px 16px}.owner-value-summary strong{display:block;color:#1d4ed8;font-size:14px;font-weight:950;margin-bottom:5px}.owner-value-summary span{display:block;color:#475569;font-size:12px;font-weight:750;line-height:1.65}.owner-action-queue{display:grid;gap:8px}.owner-action-item{display:grid;gap:4px;border:1px solid #eef2f7;background:#fbfcff;border-radius:13px;padding:12px}.owner-action-item span{width:max-content;background:#eef2ff;color:#3b5bdb;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:950}.owner-action-item strong{color:#111827;font-size:13px;font-weight:950}.owner-action-item small{color:#667085;font-size:11px;font-weight:750;line-height:1.5}.owner-car-panel{padding-bottom:10px}.owner-car-performance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.owner-car-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #eef2f7;border-radius:15px;padding:10px;background:#fbfcff}.owner-car-row img,.owner-car-placeholder{width:72px;height:54px;border-radius:11px;object-fit:cover;background:#eef2f7;display:grid;place-items:center;color:#98a2b3;font-size:20px}.owner-car-row strong{display:block;color:#111827;font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owner-car-row span{display:block;color:#667085;font-size:12px;font-weight:850;margin-top:2px}.owner-car-metrics{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.owner-car-metrics small{background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;color:#475467;font-size:10px;font-weight:900;white-space:nowrap}.owner-empty{margin:0;padding:14px;text-align:center;color:#667085;font-size:12px;font-weight:800;background:#f8fafc;border:1px dashed #d9e2ef;border-radius:13px}.dealer-dashboard-onboarding{background:#fff;border:1px solid #e2e5ea;border-radius:10px;padding:18px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.dashboard-onboarding-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.dashboard-onboarding-head h3{font-size:16px;color:#1a1a2e;margin:0 0 4px;font-weight:800}.dashboard-onboarding-head p{font-size:12px;color:#6b7280;margin:0}.dashboard-onboarding-head strong{font-size:24px;color:#1a1a2e}.dashboard-onboarding-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.dashboard-onboarding-list button{border:1px solid;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;font-family:'Heebo',sans-serif;cursor:pointer;background:#fff}.dashboard-onboarding-list button.done{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.dashboard-onboarding-list button.todo{background:#fff7ed;border-color:#fed7aa;color:#9a3412}@media(max-width:1000px){.owner-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-ops-grid,.owner-insight-grid,.owner-car-performance{grid-template-columns:1fr}.owner-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-car-row{grid-template-columns:64px minmax(0,1fr)}.owner-car-metrics{grid-column:1/-1;justify-content:flex-start}.dealer-preflight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.dash-grid{grid-template-columns:repeat(2,1fr)}.owner-dashboard-head{flex-direction:column;padding:18px;border-radius:16px}.owner-dashboard-actions{width:100%;display:grid;grid-template-columns:1fr}.owner-range-control{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.owner-range-control button{padding:9px 6px}.owner-dashboard-range-summary{font-size:11px}.owner-refresh-btn{width:100%}.admin-top-notification-widget .dealer-notification-bell{width:40px;height:40px}.dealer-notification-panel{position:fixed;left:12px;right:12px;top:86px;width:auto;max-width:none;max-height:70vh;overflow:auto}.dealer-notification-panel:before{display:none}.dealer-notification-list{max-height:48vh}.owner-dashboard-head h2{font-size:24px}.owner-kpi-grid{grid-template-columns:1fr}.owner-system-health{grid-template-columns:1fr}.owner-urgent-action{grid-template-columns:1fr}.owner-urgent-action button{width:100%}.owner-kpi-grid .dash-card{padding:15px}.owner-panel{padding:15px;border-radius:16px}.owner-panel-head{flex-direction:column}.owner-panel-head strong{text-align:right}.owner-activity-bars{gap:6px}.owner-activity-day{min-width:30px}.owner-activity-tooltip{right:auto;left:50%;transform:translateX(-50%) translateY(8px)}.owner-activity-day:hover .owner-activity-tooltip,.owner-activity-day:focus-within .owner-activity-tooltip{transform:translateX(-50%) translateY(0)}.owner-traffic-row{grid-template-columns:1fr;gap:8px}.owner-traffic-row small{text-align:right}.owner-value-grid{grid-template-columns:1fr}.owner-car-row{grid-template-columns:58px minmax(0,1fr);gap:10px}.owner-car-row img,.owner-car-placeholder{width:58px;height:46px}.owner-car-row strong{white-space:normal}.dealer-preflight-grid{grid-template-columns:1fr}}.owner-dashboard-shell{
  gap:14px;
}.owner-dashboard-head{
  align-items:center;
  background:#fff;
  border-color:#dde6f2;
  border-radius:20px;
  padding:20px 22px;
  box-shadow:0 14px 36px rgba(15,23,42,.055);
}.owner-dashboard-kicker{
  color:#475569;
  background:#f8fafc;
  border-color:#e2e8f0;
  font-weight:600;
  letter-spacing:0;
}.owner-dashboard-head h2{
  font-size:26px;
  font-weight:750;
  letter-spacing:0;
}.owner-dashboard-head p{
  color:#64748b;
  font-weight:400;
  max-width:720px;
}.owner-range-control button,.owner-refresh-btn{
  font-weight:600;
}.owner-dashboard-range-summary{
  display:flex;
  align-items:center;
  gap:8px;
  color:#475569;
  font-weight:400;
  box-shadow:none;
}.owner-dashboard-range-summary:before{
  content:'';
  width:8px;
  height:8px;
  border-radius:999px;
  background:#22c55e;
  flex:0 0 auto;
}.owner-command-center{
  display:grid;
  grid-template-columns:minmax(280px,1.1fr) minmax(360px,1.4fr);
  gap:12px;
  align-items:stretch;
}.owner-command-main{
  border:1px solid #dbe4f0;
  border-radius:18px;
  background:#111827;
  color:#fff;
  padding:18px 20px;
  box-shadow:0 16px 36px rgba(15,23,42,.12);
}.owner-command-main span{
  display:block;
  color:#cbd5e1;
  font-size:12px;
  font-weight:500;
  margin-bottom:7px;
}.owner-command-main strong{
  display:block;
  color:#fff;
  font-size:21px;
  line-height:1.25;
  font-weight:750;
}.owner-command-main small{
  display:block;
  color:#cbd5e1;
  font-size:12px;
  line-height:1.65;
  font-weight:400;
  margin-top:8px;
}.owner-command-actions{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}.owner-command-actions button{
  border:1px solid #dbe4f0;
  border-radius:16px;
  background:#fff;
  color:#111827;
  padding:14px 13px;
  min-height:96px;
  font-family:'Heebo',sans-serif;
  text-align:right;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}.owner-command-actions button:hover{
  border-color:#a9b8ce;
  box-shadow:0 12px 28px rgba(15,23,42,.075);
  transform:translateY(-1px);
}.owner-command-actions button span{
  display:block;
  color:#111827;
  font-size:14px;
  font-weight:650;
}.owner-command-actions button small{
  display:block;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
  font-weight:400;
  margin-top:5px;
}.owner-kpi-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
}.owner-kpi-grid .dash-card{
  min-height:116px;
  border-color:#e3eaf4;
  box-shadow:none;
  display:grid;
  align-content:start;
  gap:5px;
}.owner-kpi-grid .dash-card.priority,.owner-kpi-grid .dash-card.warn{
  grid-column:span 2;
}.owner-kpi-grid .dash-card.compact{
  min-height:96px;
}.owner-kpi-grid .dash-card .dash-icon{
  display:none;
}.owner-kpi-grid .dash-card .dash-num{
  color:#111827;
  font-size:31px;
  font-weight:750;
}.owner-kpi-grid .dash-card .dash-label{
  color:#334155;
  font-size:13px;
  font-weight:600;
}.owner-kpi-grid .dash-card small{
  color:#64748b;
  font-weight:400;
}.owner-panel{
  box-shadow:none;
  border-color:#e3eaf4;
}.owner-panel-head span,.owner-value-card span,.owner-action-item span{
  font-weight:500;
  letter-spacing:0;
}.owner-panel-head strong,.owner-insight strong,.owner-action-item strong,.owner-car-row strong{
  font-weight:650;
}.owner-insight span,.owner-action-item small,.owner-value-card small,.owner-value-summary span{
  font-weight:400;
}.dashboard-work-panel{
  background:#fff;
  border:1px solid #e3eaf4;
  border-radius:18px;
  padding:18px;
  margin-bottom:16px;
  box-shadow:none;
  direction:rtl;
}.dashboard-work-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}.dashboard-work-head span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:500;
  margin-bottom:3px;
}.dashboard-work-head h3{
  color:#111827;
  font-size:16px;
  font-weight:650;
  margin:0;
}.dashboard-work-head button{
  border:1px solid #dbe4f0;
  background:#f8fafc;
  color:#111827;
  border-radius:11px;
  padding:9px 13px;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
}.dashboard-work-head button:hover{
  background:#111827;
  border-color:#111827;
  color:#fff;
}.dashboard-empty-good{
  margin:0;
  color:#047857;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  border-radius:14px;
  padding:14px;
  text-align:center;
  font-size:13px;
  font-weight:500;
}.dashboard-reminder-row{
  background:#fff7ed;
  border-color:#fed7aa;
  border-radius:14px;
  padding:13px 14px;
  margin-bottom:8px;
}.dashboard-reminder-row .lead-reminder-text{
  display:grid;
  gap:2px;
  color:#111827;
}.dashboard-reminder-row .lead-reminder-text strong{
  color:#111827;
  font-size:14px;
  font-weight:650;
}.dashboard-reminder-row .lead-reminder-text span{
  color:#475569;
  font-size:12px;
  font-weight:400;
}.dashboard-reminder-row .lead-reminder-text small{
  color:#9a3412;
  font-size:11px;
  font-weight:500;
}.dashboard-reminder-row .lead-reminder-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111827;
  color:#fff;
  border-radius:10px;
  min-height:36px;
  padding:8px 13px;
  text-decoration:none;
  font-size:12px;
  font-weight:500;
}.dashboard-recent-lead-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto auto;
  align-items:center;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #eef2f7;
}.dashboard-recent-lead-row:last-child{
  border-bottom:none;
}.dashboard-recent-lead-row strong{
  display:block;
  color:#111827;
  font-size:14px;
  font-weight:650;
}.dashboard-recent-lead-row span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:400;
  line-height:1.45;
  margin-top:2px;
}.dashboard-recent-lead-row em{
  font-style:normal;
  background:color-mix(in srgb,var(--lead-status-color,#3b5bdb) 12%,#fff);
  color:var(--lead-status-color,#3b5bdb);
  border-radius:999px;
  padding:5px 10px;
  font-size:11px;
  font-weight:500;
  white-space:nowrap;
}.dashboard-recent-lead-row button,.dashboard-recent-lead-row a{
  background:#111827;
  color:#fff;
  border:0;
  border-radius:10px;
  padding:8px 11px;
  text-decoration:none;
  font-size:12px;
  font-weight:500;
  white-space:nowrap;
  font-family:'Heebo',sans-serif;
  cursor:pointer;
}.dashboard-recent-lead-row button{
  background:#fff;
  color:#111827;
  border:1px solid #dbe4f0;
}@media(max-width:1180px){.owner-command-center{
    grid-template-columns:1fr;
  }.owner-command-actions{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }.owner-kpi-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }.owner-kpi-grid .dash-card.priority,.owner-kpi-grid .dash-card.warn{
    grid-column:span 1;
  }}@media(max-width:700px){#tab-dashboard{
    overflow-x:hidden;
  }.owner-dashboard-shell{
    gap:12px;
  }.owner-dashboard-head{
    padding:14px;
    gap:10px;
  }.owner-dashboard-head h2{
    font-size:22px;
    margin-bottom:0;
  }.owner-dashboard-head p{
    display:none;
  }.owner-dashboard-kicker{
    margin-bottom:6px;
    padding:5px 9px;
    font-size:10px;
  }.owner-dashboard-range-summary{
    padding:9px 11px;
    border-radius:12px;
    font-size:10px;
    line-height:1.35;
  }.owner-command-actions{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }.owner-command-actions button{
    min-height:54px;
    padding:10px 8px;
    text-align:center;
    border-radius:13px;
  }.owner-command-actions button small{
    display:none;
  }.owner-command-actions button span{
    font-size:12px;
  }.owner-command-main{
    padding:14px;
    border-radius:15px;
  }.owner-command-main span{
    font-size:11px;
    margin-bottom:5px;
  }.owner-command-main strong{
    font-size:17px;
  }.owner-command-main small{
    font-size:11px;
    line-height:1.45;
  }.owner-ops-grid{
    gap:10px;
  }.owner-kpi-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }.owner-kpi-grid .dash-card{
    min-height:84px;
    padding:12px;
    border-radius:14px;
  }.owner-kpi-grid .dash-card .dash-num{
    font-size:24px;
  }.owner-kpi-grid .dash-card .dash-label{
    font-size:11px;
  }.owner-kpi-grid .dash-card small{
    display:none;
  }.owner-system-health{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }.owner-health-item{
    padding:10px;
    border-radius:12px;
  }.owner-health-item:nth-child(n+7){
    display:none;
  }.owner-health-item span{
    font-size:10px;
  }.owner-health-item strong{
    font-size:11px;
  }.owner-urgent-action{
    padding:11px;
    gap:9px;
  }.owner-urgent-action span{
    font-size:10px;
  }.owner-urgent-action strong{
    font-size:13px;
  }.owner-urgent-action small{
    display:none;
  }.owner-activity-chart{
    min-height:210px;
  }.owner-activity-bars{
    height:170px;
    padding-top:48px;
  }.owner-activity-day{
    min-width:22px;
  }.owner-activity-day small{
    font-size:9px;
  }.owner-insight-grid,.owner-car-panel,.owner-value-report-panel,.dealer-dashboard-onboarding,.daily-sales-tasks{
    display:none;
  }.dashboard-work-head{
    display:grid;
  }.dashboard-work-head button{
    width:100%;
  }.dashboard-recent-lead-row{
    grid-template-columns:1fr;
    align-items:stretch;
  }.dashboard-recent-lead-row em,.dashboard-recent-lead-row button,.dashboard-recent-lead-row a{
    width:max-content;
  }}/* ── LEAD REMINDER ── */
.lead-reminder{background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:12px 16px;margin-bottom:8px;display:flex;align-items:center;gap:12px}.lead-reminder-icon{font-size:18px;flex-shrink:0}.lead-reminder-text{flex:1;font-size:13px;color:#92400e}.lead-reminder-action{background:#f59e0b;color:#fff;border:none;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;font-family:'Heebo',sans-serif;border-radius:5px;white-space:nowrap;flex-shrink:0}/* ══════════════════════════════
   CAR DETAIL PAGE
══════════════════════════════ */
.car-page{
  display:none;position:fixed;inset:0;
  background:var(--dark);z-index:7000;
  overflow-y:auto;direction:rtl;
}.car-page.open{display:block}/* Hero image area */
.cp-hero{
  position:relative;height:65vh;min-height:420px;
  background:#111;overflow:hidden;
}@media(max-width:600px){.cp-hero{height:50vw;min-height:260px}}.cp-hero-img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;display:block;
}.cp-hero:hover .cp-hero-img{transform:scale(1.03)}.cp-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(20,20,30,.95) 0%,rgba(20,20,30,.1) 60%,transparent 100%);
}.cp-back{
  position:absolute;top:20px;right:20px;z-index:2;
  background:rgba(0,0,0,.6);backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.2);color:#fff;
  padding:10px 20px;font-size:13px;font-weight:600;
  cursor:pointer;font-family:'Heebo',sans-serif;
  border-radius:8px;transition:all .2s;
  display:flex;align-items:center;gap:6px;
}.cp-back:hover{background:rgba(0,0,0,.85)}.cp-share-btn{
  position:absolute;top:20px;left:20px;z-index:2;
  background:rgba(0,0,0,.6);backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.2);color:#fff;
  width:42px;height:42px;border-radius:50%;
  cursor:pointer;font-size:18px;display:flex;
  align-items:center;justify-content:center;transition:all .2s;
}.cp-share-btn:hover{background:rgba(0,0,0,.85)}/* Thumbnails */
.cp-thumbs{
  display:flex;gap:8px;
  padding:12px 40px;
  background:rgba(0,0,0,.8);
  overflow-x:auto;scrollbar-width:none;
  border-bottom:1px solid rgba(255,255,255,.07);
  min-height:76px;
}.cp-thumbs::-webkit-scrollbar{display:none}.cp-thumb{
  width:72px;height:52px;flex-shrink:0;
  border-radius:5px;overflow:hidden;cursor:pointer;
  border:2px solid transparent;transition:border .2s,transform .2s;
}.cp-thumb:hover{transform:scale(1.05)}.cp-thumb.active{border-color:rgba(255,255,255,.7)}.cp-thumb img{width:100%;height:100%;object-fit:cover}@media(max-width:600px){.cp-thumbs{padding:10px 16px}}/* Body layout */
.cp-body{
  max-width:1200px;margin:0 auto;
  padding:40px 40px 80px;
  display:grid;grid-template-columns:1fr 360px;gap:48px;
}@media(max-width:960px){.cp-body{grid-template-columns:1fr;padding:24px 20px 80px;gap:32px}}/* Left column */
.cp-badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.cp-badge{
  font-size:10px;font-weight:700;letter-spacing:2px;
  padding:4px 12px;border-radius:4px;text-transform:uppercase;
}.cp-badge-brand{background:rgba(255,255,255,.08);color:rgba(255,255,255,.6)}.cp-badge-status-available{background:rgba(34,197,94,.15);color:#22c55e}.cp-badge-status-sold{background:rgba(239,68,68,.15);color:#ef4444}.cp-badge-status-reserved{background:rgba(245,158,11,.15);color:#f59e0b}.cp-badge-tag{background:rgba(255,255,255,.12);color:rgba(255,255,255,.85)}.cp-title{
  font-size:clamp(28px,4vw,48px);font-weight:900;
  line-height:1;letter-spacing:-1px;margin-bottom:8px;
}.cp-subtitle{
  font-size:16px;color:rgba(255,255,255,.5);
  margin-bottom:28px;font-weight:400;
}.cp-price{
  font-size:36px;font-weight:900;color:#fff;
  margin-bottom:28px;letter-spacing:-1px;
}.cp-price-label{font-size:12px;color:rgba(255,255,255,.4);font-weight:400;letter-spacing:1px;display:block;margin-bottom:4px}/* Specs grid */
.cp-specs-title{
  font-size:11px;font-weight:700;letter-spacing:3px;
  color:rgba(255,255,255,.4);text-transform:uppercase;
  margin-bottom:14px;
}.cp-specs-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:10px;margin-bottom:32px;
}@media(max-width:500px){.cp-specs-grid{grid-template-columns:repeat(2,1fr)}}.cp-spec{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;padding:14px 16px;
  transition:background .2s;
}.cp-spec:hover{background:rgba(255,255,255,.08)}.cp-spec-label{
  font-size:10px;color:rgba(255,255,255,.45);
  font-weight:600;letter-spacing:1px;
  text-transform:uppercase;margin-bottom:5px;
}.cp-spec-val{font-size:15px;font-weight:700;color:#fff}/* Description */
.cp-desc-title{
  font-size:11px;font-weight:700;letter-spacing:3px;
  color:rgba(255,255,255,.4);text-transform:uppercase;
  margin-bottom:12px;
}.cp-desc-text{
  font-size:15px;color:rgba(255,255,255,.72);
  line-height:2;margin-bottom:32px;white-space:normal;
  text-align:right;direction:rtl;unicode-bidi:plaintext;
}.cp-desc-text p{margin:0 0 18px}.cp-desc-text p:last-child{margin-bottom:0}/* Video */
.cp-video-wrap{
  position:relative;padding-bottom:56.25%;
  height:0;overflow:hidden;border-radius:10px;
  margin-bottom:32px;
}.cp-video-wrap iframe{
  position:absolute;top:0;left:0;
  width:100%;height:100%;border:0;
}.cp-video-ig{
  display:flex;align-items:center;gap:12px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  padding:16px 20px;border-radius:10px;margin-bottom:32px;
  color:#fff;font-size:14px;font-weight:600;
  text-decoration:none;transition:background .2s;
}.cp-video-ig:hover{background:rgba(255,255,255,.1)}/* Similar cars */
.cp-similar-title{
  font-size:11px;font-weight:700;letter-spacing:3px;
  color:rgba(255,255,255,.4);text-transform:uppercase;
  margin-bottom:16px;
}.cp-similar-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;
}@media(max-width:600px){.cp-similar-grid{grid-template-columns:1fr 1fr}}.cp-similar-item{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s;
}.cp-similar-item:hover{border-color:rgba(255,255,255,.22);transform:translateY(-3px)}.cp-similar-img{width:100%;height:80px;object-fit:cover}.cp-similar-info{padding:10px 12px}.cp-similar-name{font-size:12px;font-weight:700;color:#fff}.cp-similar-price{font-size:11px;color:rgba(255,255,255,.5);margin-top:2px}.cp-similar-empty{color:rgba(255,255,255,.3);font-size:13px}/* Right column — sticky CTA card */
.cp-cta-card{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;padding:28px 24px;
  position:sticky;top:20px;
  align-self:start;
}@media(max-width:960px){.cp-cta-card{position:static}}.cp-cta-card-title{font-size:18px;font-weight:800;margin-bottom:6px}.cp-cta-card-sub{font-size:13px;color:rgba(255,255,255,.5);margin-bottom:24px;line-height:1.6}.lead-agent-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:16px;padding:14px;margin:0 0 16px;box-shadow:0 16px 38px rgba(0,0,0,.18)}.lead-agent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.lead-agent-head span{display:block;color:rgba(255,255,255,.58);font-size:10px;font-weight:950;letter-spacing:1.4px;text-transform:uppercase}.lead-agent-head strong{display:block;color:#fff;font-size:15px;font-weight:1000;line-height:1.35}.lead-agent-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:9px}.lead-agent-grid label{display:grid;gap:5px;color:rgba(255,255,255,.72);font-size:11px;font-weight:850}.lead-agent-grid select,.lead-agent-contact input{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.22);color:#fff;border-radius:10px;padding:9px 10px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:800;outline:none}.lead-agent-grid select:focus,.lead-agent-contact input:focus{border-color:rgba(255,255,255,.45);box-shadow:0 0 0 3px rgba(255,255,255,.08)}.lead-agent-contact{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.lead-agent-contact input::placeholder{color:rgba(255,255,255,.42)}.lead-agent-submit{width:100%;border:none;border-radius:12px;background:linear-gradient(135deg,#fff,#cbd5e1);color:#111827;padding:11px 12px;font-family:'Heebo',sans-serif;font-size:13px;font-weight:1000;cursor:pointer;box-shadow:0 14px 28px rgba(255,255,255,.08)}.lead-agent-submit:disabled{opacity:.65;cursor:wait}.lead-agent-result{display:none;margin-top:10px;border:1px solid rgba(34,197,94,.28);background:rgba(34,197,94,.11);color:#d1fae5;border-radius:12px;padding:10px 11px;font-size:12px;line-height:1.55}.lead-agent-result.show{display:grid;gap:3px}.lead-agent-result strong{color:#fff;font-size:13px}.lead-agent-result span,.lead-agent-result small{color:rgba(255,255,255,.72);font-weight:750}.cp-cta-wa{
  width:100%;background:#25D366;color:#fff;
  border:none;padding:15px;font-size:15px;font-weight:700;
  cursor:pointer;font-family:'Heebo',sans-serif;
  border-radius:8px;display:flex;align-items:center;
  justify-content:center;gap:8px;transition:all .3s;
  margin-bottom:10px;
}.cp-cta-wa:hover{background:#20b558;transform:translateY(-1px)}.cp-cta-phone{
  width:100%;background:transparent;color:#fff;
  border:1.5px solid rgba(255,255,255,.2);padding:13px;
  font-size:14px;font-weight:600;cursor:pointer;
  font-family:'Heebo',sans-serif;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  gap:8px;transition:all .3s;margin-bottom:10px;
  text-decoration:none;
}.cp-cta-phone:hover{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.05)}.cp-cta-share{
  width:100%;background:transparent;color:rgba(255,255,255,.5);
  border:1.5px solid rgba(255,255,255,.1);padding:11px;
  font-size:13px;font-weight:500;cursor:pointer;
  font-family:'Heebo',sans-serif;border-radius:8px;
  display:flex;align-items:center;justify-content:center;gap:6px;
  transition:all .3s;
}.cp-cta-share:hover{color:#fff;border-color:rgba(255,255,255,.3)}.cp-cta-share.copied{
  color:#22c55e;
  border-color:rgba(34,197,94,.5);
  background:rgba(34,197,94,.12);
}.cp-cta-divider{height:1px;background:rgba(255,255,255,.07);margin:20px 0}.cp-cta-features{display:flex;flex-direction:column;gap:8px}.cp-cta-feature{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.6)}.cp-cta-feature-icon{width:20px;height:20px;background:rgba(34,197,94,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}/* ── CUSTOM CURSOR ── */
.cursor-dot{
  position:fixed;width:8px;height:8px;
  background:#fff;border-radius:50%;
  pointer-events:none;z-index:99999;
  transform:translate(-50%,-50%);
  opacity:0;transition:opacity .3s;
  will-change:left,top;
  display:none;
}.cursor-ring{
  position:fixed;width:36px;height:36px;
  border:1.5px solid rgba(255,255,255,.5);
  border-radius:50%;pointer-events:none;
  z-index:99998;transform:translate(-50%,-50%);
  transition:width .2s,height .2s,border-color .2s,opacity .3s;
  opacity:0;
  will-change:left,top;
  display:none;
}.cursor-ring.hover{
  width:54px;height:54px;
  border-color:rgba(255,255,255,.8);
  background:rgba(255,255,255,.04);
}.cursor-ring.clicking{
  width:26px;height:26px;
  border-color:#fff;
}/* Only hide real cursor when custom cursor is active */
body.custom-cursor-active{cursor:none !important}body.custom-cursor-active a,body.custom-cursor-active button,body.custom-cursor-active .car-card,body.custom-cursor-active .f-btn{cursor:none !important}input,textarea,select{cursor:auto !important}/* ── LOADING ANIMATION ── */
#loadingOverlay{
  position:fixed;inset:0;background:var(--dark);
  z-index:99999;display:none;align-items:center;
  justify-content:center;flex-direction:column;gap:0;
  transition:opacity .6s ease;
}#loadingOverlay.hidden{opacity:0;pointer-events:none}.loading-brand{
  font-size:clamp(28px,5vw,52px);font-weight:900;
  letter-spacing:6px;color:rgba(255,255,255,0);
  text-transform:uppercase;
  animation:brandReveal 1.2s cubic-bezier(.25,.46,.45,.94) .3s forwards;
}.loading-tagline{
  font-size:12px;letter-spacing:4px;
  color:rgba(255,255,255,0);text-transform:uppercase;
  font-weight:300;margin-top:8px;
  animation:brandReveal 1s ease .8s forwards;
}.loading-line{
  width:0;height:1px;background:rgba(255,255,255,.35);
  margin-top:28px;
  animation:lineExpand 1s ease .6s forwards;
}.loading-spinner{
  display:none;
  width:42px;
  height:42px;
  border:4px solid rgba(15,23,42,.12);
  border-top-color:#111827;
  border-radius:50%;
  animation:loadingSpin .8s linear infinite;
}@keyframes brandReveal{
  0%{color:rgba(255,255,255,0);transform:translateY(12px)}
  100%{color:rgba(255,255,255,.9);transform:translateY(0)}
}@keyframes lineExpand{
  0%{width:0}100%{width:120px}
}@keyframes loadingSpin{
  to{transform:rotate(360deg)}
}/* ── CAR OF THE DAY ── */
.cotd{
  background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;overflow:hidden;
  margin-bottom:40px;
  display:grid;grid-template-columns:1fr 1fr;
  min-height:300px;position:relative;
  transition:border-color .3s;
}.cotd:hover{border-color:rgba(255,255,255,.25)}.cotd-img-wrap{
  position:relative;overflow:hidden;
  min-height:280px;background:#111;
}.cotd-img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s ease;display:block;
}.cotd:hover .cotd-img{transform:scale(1.04)}.cotd-img-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,transparent 60%,rgba(20,20,30,.95) 100%);
}.cotd-body{
  padding:40px 40px;display:flex;
  flex-direction:column;justify-content:center;
}.cotd-label{
  font-size:10px;font-weight:700;letter-spacing:4px;
  color:rgba(255,255,255,.45);text-transform:uppercase;
  margin-bottom:12px;display:flex;align-items:center;gap:8px;
}.cotd-label::before{
  content:'';width:24px;height:1px;
  background:rgba(255,255,255,.3);
}.cotd-brand{
  font-size:12px;font-weight:700;letter-spacing:3px;
  color:var(--silver-d);text-transform:uppercase;
  margin-bottom:6px;
}.cotd-name{
  font-size:clamp(24px,3vw,38px);font-weight:900;
  letter-spacing:-1px;line-height:1.05;margin-bottom:12px;
}.cotd-specs{
  display:flex;gap:16px;flex-wrap:wrap;
  margin-bottom:20px;
}.cotd-spec{
  font-size:12px;color:rgba(255,255,255,.55);
  display:flex;align-items:center;gap:5px;
}.cotd-spec::before{
  content:'';width:3px;height:3px;
  border-radius:50%;background:var(--silver-d);
}.cotd-price{
  font-size:28px;font-weight:800;
  margin-bottom:24px;letter-spacing:-1px;
}.cotd-cta{
  display:flex;gap:10px;flex-wrap:wrap;
}.cotd-btn-main{
  background:var(--white);color:var(--dark);
  border:none;padding:12px 28px;
  font-size:13px;font-weight:700;cursor:pointer;
  font-family:'Heebo',sans-serif;transition:all .25s;
  border-radius:6px;
}.cotd-btn-main:hover{background:var(--silver-l);transform:translateY(-1px)}.cotd-btn-wa{
  background:#25D366;color:#fff;border:none;
  padding:12px 20px;font-size:13px;font-weight:700;
  cursor:pointer;font-family:'Heebo',sans-serif;
  border-radius:6px;transition:all .25s;
}.cotd-btn-wa:hover{background:#20b558}@media(max-width:720px){.cotd{grid-template-columns:1fr}.cotd-img-wrap{min-height:200px}.cotd-body{padding:24px 22px}.cotd-img-overlay{background:linear-gradient(0deg,rgba(20,20,30,.95) 0%,transparent 60%)}}/* ── WARRANTY BADGE ── */
.card-warranty{justify-content:center;
  font-size:11px;font-weight:600;color:#22c55e;
  display:flex;align-items:center;gap:4px;
  margin-bottom:8px;
}.card-warranty svg{width:12px;height:12px;fill:#22c55e;flex-shrink:0}/* ── COMING SOON SECTION ── */
.coming-section{padding:80px 60px;background:var(--dark2)}.cs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-top:40px}.cs-card{
  background:var(--dark3);border:1px solid rgba(255,255,255,.1);
  border-radius:10px;overflow:hidden;transition:all .3s;
  position:relative;cursor:pointer;
}.cs-card:hover{border-color:rgba(255,255,255,.25);transform:translateY(-4px)}.cs-card:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-primary) 78%,#fff 22%);outline-offset:4px;border-color:color-mix(in srgb,var(--brand-primary) 60%,rgba(255,255,255,.25))}.cs-card-coming-badge{
  position:absolute;top:14px;right:14px;z-index:2;
  background:linear-gradient(135deg,#f59e0b,#d97706);
  color:#fff;font-size:10px;font-weight:700;
  padding:4px 12px;border-radius:4px;letter-spacing:1px;
}.cs-img-wrap{height:200px;overflow:hidden;background:#111;position:relative}.cs-img{width:100%;height:100%;object-fit:cover;filter:brightness(.8)}.cs-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:900;color:rgba(255,255,255,.05)}.cs-body{padding:20px 22px}.cs-brand{font-size:11px;font-weight:700;letter-spacing:2px;color:var(--silver-d);text-transform:uppercase;margin-bottom:4px}.cs-name{font-size:20px;font-weight:800;margin-bottom:14px;letter-spacing:-.3px}.cs-arrival{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(255,255,255,.04)}.cs-arrival-kicker{font-size:10px;color:rgba(255,255,255,.48);letter-spacing:1.4px;text-transform:uppercase;font-weight:800}.cs-arrival strong{font-size:13px;color:#fff;font-weight:900;direction:ltr;white-space:nowrap}.cs-timer-label{font-size:10px;color:rgba(255,255,255,.4);letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}.cs-timer{direction:ltr;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:16px;justify-content:stretch}.cs-timer-block{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);
  border-radius:10px;padding:10px 6px;text-align:center;min-width:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}.cs-timer-num{font-size:clamp(18px,4.8vw,24px);font-weight:900;line-height:1;font-variant-numeric:tabular-nums;color:#fff}.cs-timer-unit{font-size:10px;color:rgba(255,255,255,.48);margin-top:5px;letter-spacing:.4px;font-weight:800}.cs-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.cs-price-block{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:10px 12px}.cs-price-label{font-size:10px;color:rgba(255,255,255,.45);letter-spacing:1px;margin-bottom:4px}.cs-price-val{font-size:16px;font-weight:800}.cs-price-val.highlight{color:#f59e0b}.cs-wa-btn{
  width:100%;background:linear-gradient(135deg,#25D366,#20b558);
  color:#fff;border:none;padding:12px;font-size:13px;font-weight:700;
  cursor:pointer;font-family:'Heebo',sans-serif;border-radius:8px;
  display:flex;align-items:center;justify-content:center;gap:8px;transition:all .25s;
}.cs-wa-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(37,211,102,.3)}@media(max-width:600px){.coming-section{padding:60px 20px}.cs-body{padding:18px}.cs-timer{gap:6px}.cs-timer-block{border-radius:9px;padding:9px 4px}.cs-arrival{align-items:flex-start;flex-direction:column;gap:4px}}/* ── STATS COUNTER ANIMATION ── */
.hs-num{font-size:30px;font-weight:800;color:var(--white);line-height:1;transition:none}@keyframes countUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}/* ── BRAND LOGO FILTERS ── */
.brand-logo-filters{
  display:flex;gap:10px;flex-wrap:wrap;
  justify-content:center;margin-bottom:28px;
}.brand-logo-btn{
  display:flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.05);
  border:1.5px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.7);
  padding:8px 16px;border-radius:8px;
  cursor:pointer;font-family:'Heebo',sans-serif;
  font-size:12px;font-weight:600;
  transition:all .2s;white-space:nowrap;
}.brand-logo-btn:hover,.brand-logo-btn.active{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.4);
  color:#fff;
}.brand-logo-btn img{height:20px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.7}.brand-logo-btn.active img{opacity:1}/* ── CAR PAGE GALLERY ── */
.cp-gallery-section{margin-bottom:32px;width:100%}.cp-gallery-title{
  font-size:11px;font-weight:700;letter-spacing:3px;
  color:rgba(255,255,255,.4);text-transform:uppercase;
  margin-bottom:14px;
}.cp-gallery-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
}@media(max-width:900px){.cp-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.cp-gallery-grid{grid-template-columns:repeat(2,1fr)}}.cp-gallery-item{
  position:relative;aspect-ratio:4/3;overflow:hidden;
  border-radius:7px;cursor:pointer;
  border:2px solid transparent;transition:all .25s;
}.cp-gallery-item:hover{border-color:rgba(255,255,255,.4);transform:scale(1.02)}.cp-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cp-gallery-item:hover img{transform:scale(1.06)}.cp-gallery-item.active{border-color:rgba(255,255,255,.75)}.cp-hero-img,.cp-lightbox-img{transition:opacity .16s ease,filter .16s ease}.cp-hero-img.image-loading,.cp-lightbox-img.image-loading{filter:saturate(.92);opacity:.82}/* Lightbox */
.cp-lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.96);
  z-index:9500;display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;transition:opacity .3s;
}.cp-lightbox.open{opacity:1;pointer-events:all}.cp-lightbox-img{
  max-width:90vw;max-height:85vh;object-fit:contain;
  border-radius:4px;transition:opacity .2s;
}.cp-lightbox-close{
  position:absolute;top:20px;right:20px;
  background:rgba(255,255,255,.1);border:none;color:#fff;
  width:44px;height:44px;border-radius:50%;font-size:20px;
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .2s;
}.cp-lightbox-close:hover{background:rgba(255,255,255,.2)}.cp-lightbox-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  background:rgba(255,255,255,.1);border:none;color:#fff;
  width:48px;height:48px;border-radius:50%;font-size:22px;
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .2s;
}.cp-lightbox-nav:hover{background:rgba(255,255,255,.2)}.cp-lightbox-prev{right:16px}.cp-lightbox-next{left:16px}.cp-lightbox-counter{
  position:absolute;bottom:20px;left:50%;transform:translateX(-50%);
  font-size:13px;color:rgba(255,255,255,.6);
  background:rgba(0,0,0,.5);padding:4px 14px;border-radius:20px;
}.admin-weekly-star{border:1px solid #ead28a;background:#fff8dd;color:#a66b00;border-radius:8px;padding:8px 11px;font-size:16px;font-weight:900;cursor:pointer;line-height:1;transition:all .18s}.admin-weekly-star:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(166,107,0,.18)}.admin-weekly-star.is-active{background:linear-gradient(135deg,#f7d774,#b88a19);color:#111827;box-shadow:0 0 18px rgba(217,184,95,.45)}.dealerx-landing-leads-card{min-height:auto;margin:0 0 18px}.dealerx-landing-leads-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;margin-bottom:14px}.dealerx-landing-leads-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dealerx-landing-leads-list{display:grid;gap:10px;width:100%}.dealerx-landing-lead-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.dealerx-landing-lead-row strong{display:block;color:#111827;font-size:14px;font-weight:850}.dealerx-landing-lead-row span{display:block;background:transparent;border:0;color:#64748b;padding:0;margin:4px 0 0;font-size:12px;font-weight:650}.dealerx-landing-lead-row em{color:#94a3b8;font-size:12px;font-style:normal;font-weight:650;text-align:left}.dealerx-landing-leads-workspace{display:grid;gap:14px}.dealerx-landing-workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dealerx-lead-work-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px;box-shadow:0 10px 30px rgba(15,23,42,.055);display:grid;gap:13px}.dealerx-lead-work-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #eef2f7;padding-bottom:12px}.dealerx-lead-work-top span{display:block;color:#94a3b8;font-size:11px;font-weight:650;margin-bottom:5px}.dealerx-lead-work-top h3{margin:0;color:#111827;font-size:18px;font-weight:850;line-height:1.25}.dealerx-lead-work-top p{margin:5px 0 0;color:#64748b;font-size:12px;font-weight:650;line-height:1.45}.dealerx-lead-work-top strong{background:#f8fafc;border:1px solid #e2e8f0;color:#111827;border-radius:999px;padding:8px 10px;font-size:13px;font-weight:800;white-space:nowrap}.dealerx-lead-work-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dealerx-lead-work-actions a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:12px;border:1px solid #dbe4f0;background:#f8fafc;color:#151527;text-decoration:none;font-size:13px;font-weight:800}.dealerx-lead-work-actions a:last-child{background:#151527;border-color:#151527;color:#fff}.dealerx-lead-work-form{display:grid;grid-template-columns:minmax(130px,.42fr) 1fr;gap:10px;align-items:start}.dealerx-lead-work-form label{display:grid;gap:7px;color:#475569;font-size:12px;font-weight:750}.dealerx-lead-work-form select,.dealerx-lead-work-form textarea{width:100%;border:1px solid #dbe4f0;background:#fff;color:#111827;border-radius:12px;padding:10px 11px;font-family:'Heebo',sans-serif;font-size:13px;font-weight:600;outline:none}.dealerx-lead-work-form textarea{min-height:98px;resize:vertical;line-height:1.55}.dealerx-lead-work-form select:focus,.dealerx-lead-work-form textarea:focus{border-color:#3b5bdb;box-shadow:0 0 0 3px rgba(59,91,219,.12)}.active-dealers-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.active-dealers-head h3{font-size:18px;color:#1a1a2e;margin:0 0 4px;font-weight:800}.active-dealers-head p{font-size:12px;color:#6b7280;margin:0}.active-dealers-head span{background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;white-space:nowrap}.active-dealers-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.active-dealer-tile{background:#f9fafb;border:1px solid #edf0f4;border-radius:8px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.active-dealer-name{font-size:14px;font-weight:800;color:#1a1a2e;margin-bottom:4px}.active-dealer-meta{font-size:12px;color:#6b7280}.dealer-card{align-items:stretch;flex-direction:column;padding:18px}.dealer-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.dealer-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.dealer-plan-control{display:inline-grid;gap:6px;margin-top:10px;color:#64748b;font-size:11px;font-weight:900}.dealer-plan-control select{min-width:150px;border:1px solid #dbe3ef;border-radius:9px;background:#fff;color:#111827;padding:8px 10px;font-family:Heebo,sans-serif;font-size:12px;font-weight:800;outline:none}.dealer-plan-control select:focus{border-color:#3b5bdb;box-shadow:0 0 0 3px rgba(59,91,219,.12)}.dealer-pill{display:inline-flex;align-items:center;gap:5px;background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:600}.dealer-pill.active{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.dealer-pill.trial{background:#fffbeb;border-color:#fde68a;color:#92400e}.dealer-pill.suspended{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.dealer-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.dealer-stat{background:#f9fafb;border:1px solid #edf0f4;border-radius:8px;padding:10px 12px;min-height:64px}.dealer-stat span{display:block;font-size:11px;color:#6b7280;margin-bottom:4px}.dealer-stat strong{display:block;font-size:17px;color:#1a1a2e;font-weight:800}.dealer-checklist{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dealer-checklist span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;border:1px solid}.dealer-checklist .done{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.dealer-checklist .todo{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.dealer-preflight-panel{margin-top:12px;background:#fff;border:1px solid #e5eaf2;border-radius:12px;overflow:hidden}.dealer-preflight-panel.ready{border-color:#bbf7d0}.dealer-preflight-panel.warn{border-color:#fed7aa}.dealer-preflight-panel.risk{border-color:#fecaca}.dealer-preflight-panel summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:#111827;font-size:12px;font-weight:950}.dealer-preflight-panel summary::-webkit-details-marker{display:none}.dealer-preflight-panel summary strong{color:#3b5bdb;font-size:12px}.dealer-preflight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 14px 14px}.dealer-preflight-grid span{border:1px solid #e5eaf2;border-radius:10px;padding:9px 10px;background:#f8fafc;min-width:0}.dealer-preflight-grid span.done{background:#f0fdf4;border-color:#bbf7d0}.dealer-preflight-grid span.todo{background:#fff7ed;border-color:#fed7aa}.dealer-preflight-grid b{display:block;color:#111827;font-size:11px;font-weight:950;margin-bottom:3px}.dealer-preflight-grid em{display:block;color:#64748b;font-size:10px;font-style:normal;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dealer-warning-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;background:#fff7ed;border:1px solid #fed7aa;border-radius:9px;padding:9px 10px;color:#9a3412;font-size:11px;font-weight:700}.dealer-warning-list.ready{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.dealer-warning-list span{display:inline-flex;align-items:center;gap:4px}.dealer-feature-controls{margin-top:12px;background:#f8fafc;border:1px solid #e3e8f2;border-radius:10px;padding:12px}.dealer-feature-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.dealer-feature-head strong{font-size:12px;color:#111827;font-weight:900}.dealer-feature-head span{font-size:11px;color:#64748b;font-weight:700}.dealer-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dealer-feature-chip{border:1px solid #dbe3ef;border-radius:9px;background:#fff;color:#1f2937;padding:8px 9px;text-align:right;font-family:Heebo,sans-serif;cursor:pointer;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s}.dealer-feature-chip:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(15,23,42,.08)}.dealer-feature-chip span{display:block;font-size:11px;font-weight:900;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dealer-feature-chip strong{display:block;font-size:10px;font-weight:800;color:#64748b}.dealer-feature-chip.on{background:#ecfdf5;border-color:#86efac}.dealer-feature-chip.on strong{color:#047857}.dealer-feature-chip.off{background:#fef2f2;border-color:#fecaca}.dealer-feature-chip.off strong{color:#b91c1c}.dealer-feature-chip.inherit{background:#fff;border-color:#dbe3ef}.dealer-ops-panel{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid #edf0f4}.dealer-onboarding-wizard{border:1px solid #dbe6f7;background:linear-gradient(135deg,#ffffff,#f7fbff);border-radius:14px;padding:15px;margin-bottom:16px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.dealer-wizard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:13px}.dealer-wizard-head strong{display:block;color:#111827;font-size:15px;font-weight:1000;margin-bottom:4px}.dealer-wizard-head span{display:block;color:#64748b;font-size:12px;font-weight:750;line-height:1.6}.dealer-wizard-head b{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:38px;border-radius:999px;background:#111827;color:#fff;font-size:14px;font-weight:1000}.dealer-wizard-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.dealer-wizard-step{border:1px solid #dbe3ef;background:#fff;border-radius:10px;padding:10px 11px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;text-align:right;cursor:pointer;font-family:Heebo,sans-serif;color:#1f2937;min-height:48px}.dealer-wizard-step span{width:25px;height:25px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#edf2f7;color:#475569;font-size:12px;font-weight:1000}.dealer-wizard-step strong{font-size:12px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dealer-wizard-step em{font-style:normal;color:#94a3b8;font-size:11px;font-weight:900}.dealer-wizard-step.done{border-color:#bbf7d0;background:#f0fdf4}.dealer-wizard-step.done span{background:#16a34a;color:#fff}.dealer-wizard-step.active{border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(59,91,219,.12)}.dealer-wizard-panel{border:1px solid #e3e8f2;background:#fff;border-radius:12px;padding:14px;display:grid;grid-template-columns:minmax(180px,.85fr) minmax(220px,1.15fr);gap:12px;align-items:start}.dealer-wizard-panel strong{display:block;color:#111827;font-size:14px;font-weight:1000;margin-bottom:5px}.dealer-wizard-panel p{margin:0;color:#64748b;font-size:12px;font-weight:750;line-height:1.65}.dealer-wizard-checks{display:flex;gap:7px;flex-wrap:wrap;align-content:flex-start}.dealer-wizard-checks span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;border:1px solid #e5e7eb;background:#f8fafc;color:#64748b}.dealer-wizard-checks span.done{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.dealer-wizard-checks span.todo{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.dealer-wizard-tools{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding-top:4px}.dealer-wizard-tools small{color:#64748b;font-size:11px;font-weight:800;line-height:1.6}.dealer-wizard-tools code{direction:ltr;unicode-bidi:bidi-override;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:7px;padding:3px 6px;color:#0f172a;font-size:11px}.dealer-wizard-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.dealer-wizard-actions button:disabled{opacity:.45;cursor:not-allowed}.dealer-essential-grid{margin-bottom:14px}.dealer-advanced-settings{border:1px solid #e3e8f2;background:#f8fafc;border-radius:12px;overflow:hidden}.dealer-advanced-settings summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;color:#1f2937}.dealer-advanced-settings summary::-webkit-details-marker{display:none}.dealer-advanced-settings summary strong{display:block;color:#111827;font-size:13px;font-weight:950;margin-bottom:3px}.dealer-advanced-settings summary span{display:block;color:#64748b;font-size:11px;font-weight:800;line-height:1.5}.dealer-advanced-settings summary em{font-style:normal;border:1px solid #dbe3ef;background:#fff;border-radius:999px;padding:6px 10px;color:#475569;font-size:11px;font-weight:900}.dealer-advanced-settings[open] summary{border-bottom:1px solid #e3e8f2;background:#fff}.dealer-advanced-settings[open] summary em{background:#111827;border-color:#111827;color:#fff}.dealer-advanced-body{display:grid;gap:14px;padding:14px 16px 16px}.release-ops-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.release-ops-grid>div{background:#f8fafc;border:1px solid #e3e8f2;border-radius:9px;padding:13px 14px;min-height:112px}.release-ops-grid strong{display:block;color:#111827;font-size:13px;margin-bottom:8px}.release-ops-grid code{display:block;background:#0f172a;border:1px solid #1e293b;border-radius:7px;color:#dbeafe;padding:8px 10px;font-size:12px;text-align:left;white-space:nowrap;overflow:auto;margin-bottom:8px}.release-ops-grid p{font-size:12px;line-height:1.65;color:#64748b;margin:0}.release-ops-grid b{color:#111827;font-weight:800}.plans-management-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.plan-management-card{background:#fff;border:1px solid #e3e8f2;border-radius:10px;padding:16px;box-shadow:0 1px 4px rgba(15,23,42,.05)}.plan-management-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.plan-management-head span{display:inline-block;color:#64748b;font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:800;margin-bottom:4px}.plan-management-head h4{font-size:20px;color:#111827;margin:0;font-weight:900}.plan-management-head strong{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;border-radius:999px;padding:6px 10px;font-size:12px;white-space:nowrap}.plan-field-grid{display:grid;grid-template-columns:1fr;gap:9px;margin-bottom:12px}.plan-field-grid label,.plan-notes-label{display:block;font-size:11px;color:#64748b;font-weight:800}.plan-field-grid input,.plan-notes-label textarea{width:100%;margin-top:5px;border:1px solid #dbe2ea;border-radius:8px;background:#f8fafc;color:#111827;padding:9px 10px;font-family:Heebo,sans-serif;font-size:13px;outline:none}.plan-feature-grid{display:grid;grid-template-columns:1fr;gap:7px;background:#f8fafc;border:1px solid #edf2f7;border-radius:9px;padding:10px;margin-bottom:12px}.plan-feature-grid label{display:flex;align-items:center;gap:8px;color:#334155;font-size:12px;font-weight:700}.plan-feature-grid input{accent-color:#1a1a2e}.plan-customers-list{display:flex;flex-direction:column;gap:10px}.plan-customer-row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(180px,.7fr) auto;gap:12px;align-items:center;background:#f9fafb;border:1px solid #edf0f4;border-radius:9px;padding:12px}.plan-customer-row strong{display:block;color:#111827;font-size:14px;margin-bottom:4px}.plan-customer-row span{display:block;color:#64748b;font-size:12px}.plan-customer-usage{min-width:0}.plan-usage-bar{height:7px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:7px}.plan-usage-bar i{display:block;height:100%;background:linear-gradient(90deg,#22c55e,#3b82f6);border-radius:inherit}@media(max-width:1000px){.plans-management-grid{grid-template-columns:1fr}.plan-customer-row{grid-template-columns:1fr}}@media(max-width:900px){.dealer-wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.dealer-wizard-panel{grid-template-columns:1fr}}@media(max-width:560px){.dealer-onboarding-wizard{padding:12px}.dealer-wizard-head{align-items:stretch;flex-direction:column}.dealer-wizard-head b{align-self:flex-start}.dealer-wizard-steps{grid-template-columns:1fr}.dealer-wizard-actions{justify-content:stretch}.dealer-wizard-actions button{flex:1}}.system-health-panel{background:#fbfcff}.system-health-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.health-card{border:1px solid #e3e8f2;border-radius:9px;padding:12px 13px;background:#fff;min-height:76px}.health-card span{display:block;font-size:11px;color:#64748b;margin-bottom:6px;font-weight:700}.health-card strong{display:block;font-size:18px;color:#111827;font-weight:900}.health-card.ok{border-color:#bbf7d0;background:#f0fdf4}.health-card.ok strong{color:#047857}.health-card.warn{border-color:#fed7aa;background:#fff7ed}.health-card.warn strong{color:#9a3412}.system-health-issues{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.system-health-issues span{display:inline-flex;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700}.health-issues-title{width:100%;font-size:12px;color:#6b7280;font-weight:800;margin-bottom:2px}.health-ready{background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800}.campaign-score-ring{width:138px;height:138px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:10px solid #e5e7eb;background:#fff;margin-inline:auto;box-shadow:0 8px 24px rgba(15,23,42,.08)}.campaign-score-ring.ok{border-color:#22c55e}.campaign-score-ring.warn{border-color:#f59e0b}.campaign-score-ring.risk{border-color:#ef4444}.campaign-score-ring strong{font-size:32px;font-weight:1000;color:#111827;line-height:1}.campaign-score-ring span{margin-top:7px;color:#64748b;font-size:11px;font-weight:900}.campaign-score-copy h3{margin:0 0 8px;color:#111827;font-size:20px;font-weight:1000;line-height:1.35}.campaign-score-copy p{margin:0;color:#64748b;font-size:13px;font-weight:750;line-height:1.7}@media(max-width:1000px){.dealerx-landing-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.dealerx-landing-workspace-grid,.dealerx-lead-work-form{grid-template-columns:1fr}.dealerx-landing-leads-head,.dealerx-landing-lead-row{grid-template-columns:1fr;display:grid}.dealerx-landing-leads-actions{width:100%}.dealerx-landing-lead-row em{text-align:right}.dealerx-lead-work-top{display:grid}.dealerx-lead-work-top strong{justify-self:start}.dealer-advanced-settings summary{align-items:flex-start}.dealer-advanced-settings summary em{margin-top:2px}}.dealer-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-top:14px}.launch-score{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:14px;align-items:center;background:#f8fafc;border:1px solid #e5eaf2;border-radius:10px;padding:12px 14px;margin-top:14px}.launch-score strong{display:block;font-size:13px;color:#1a1a2e;margin-bottom:3px}.launch-score span{display:block;font-size:11px;color:#6b7280}.plan-meter{height:9px;background:#e5eaf2;border-radius:999px;overflow:hidden}.plan-meter i{display:block;height:100%;background:linear-gradient(90deg,#3b5bdb,#10b981);border-radius:999px}.audit-filter-bar{display:flex;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid #e2e5ea;border-radius:9px;padding:10px 12px;margin:0 0 12px}.audit-filter-bar select{border:1px solid #d9dee8;background:#f9fafb;color:#1a1a2e;border-radius:7px;padding:8px 10px;font-family:'Heebo',sans-serif;font-size:12px;outline:none;min-height:36px}.audit-events-list{display:flex;flex-direction:column;gap:8px}.audit-event-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f9fafb;border:1px solid #edf0f4;border-radius:9px;padding:12px 14px}.audit-event-row strong{display:block;font-size:13px;color:#1a1a2e}.audit-event-row span{display:block;font-size:11px;color:#6b7280;margin-top:3px}.audit-event-row em{font-style:normal;background:#eef2ff;color:#3b5bdb;border:1px solid #c7d4f0;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700;white-space:nowrap}.access-split-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:0 0 12px;padding:0 0 12px;border-bottom:1px solid #edf0f4}.access-split-head-secondary{margin-top:24px}.access-split-head span{display:block;color:#64748b;font-size:10px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;margin-bottom:3px}.access-split-head strong{display:block;color:#111827;font-size:15px;font-weight:950;line-height:1.25}.access-split-head em{font-style:normal;color:#94a3b8;font-size:11px;font-weight:800;line-height:1.5;text-align:left}.current-access-user{margin-bottom:22px}.current-user-card{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:18px 20px;border:1px solid #dce4f0;border-radius:12px;
  background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%);
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}.current-user-kicker{font-size:11px;font-weight:800;letter-spacing:.8px;color:#64748b;text-transform:uppercase;margin-bottom:5px}.current-user-name{font-size:18px;font-weight:800;color:#111827}.current-user-meta{font-size:12px;color:#64748b;margin-top:4px;direction:ltr;text-align:right}.current-user-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.current-user-empty{padding:14px 16px;border:1px dashed #d7dce5;border-radius:10px;color:#7b8190;background:#f8fafc}.system-user-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.admin-bulk-actions{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:-8px 0 16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;box-shadow:0 1px 4px rgba(15,23,42,.04)}.admin-bulk-actions.has-selection{border-color:#c7d4f0;background:#f8fbff;box-shadow:0 10px 26px rgba(59,91,219,.1)}.admin-bulk-select-all{display:flex;align-items:center;gap:8px;color:#1f2937;font-size:13px;font-weight:800;cursor:pointer}.admin-bulk-select-all input{accent-color:#3b5bdb;cursor:pointer}.admin-bulk-count{color:#64748b;font-size:12px;font-weight:800}.admin-bulk-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-bulk-btn{border:1px solid #dbe3ef;background:#fff;color:#334155;border-radius:7px;padding:8px 13px;font-family:'Heebo',sans-serif;font-size:12px;font-weight:800;cursor:pointer;transition:all .18s}.admin-bulk-btn.publish{border-color:#bbf7d0;color:#15803d;background:#f0fdf4}.admin-bulk-btn.private{border-color:#fed7aa;color:#c2410c;background:#fff7ed}.admin-bulk-btn.delete{border-color:#fecaca;color:#dc2626;background:#fff5f5}.admin-bulk-btn.clear{color:#475569;background:#f8fafc}.admin-bulk-btn:hover{transform:translateY(-1px);filter:brightness(.98)}.admin-drag-handle{width:34px;height:34px;border:1px solid #dbe3ef;background:#f8fafc;color:#64748b;border-radius:8px;cursor:grab;font-weight:900;letter-spacing:-2px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .18s}.admin-drag-handle:hover{background:#111827;color:#fff;border-color:#111827}.admin-drag-handle:active{cursor:grabbing}.admin-order-controls{display:flex;flex-direction:column;gap:3px;margin-left:2px}.admin-order-btn{width:28px;height:24px;border:1px solid #dce4f0;background:#f8fafc;color:#475569;border-radius:6px;font-size:13px;font-weight:900;line-height:1;cursor:pointer;transition:all .18s}.admin-order-btn:hover:not(:disabled){background:#111827;color:#fff;border-color:#111827;transform:translateY(-1px)}.admin-order-btn:disabled{opacity:.34;cursor:not-allowed}.meta-connect-card{background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:14px;padding:24px;box-shadow:0 12px 34px rgba(15,23,42,.07)}.meta-connect-main{display:flex;align-items:flex-start;gap:18px}.meta-connect-icon{width:54px;height:54px;border-radius:14px;background:#1877f2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:900;font-family:Arial,sans-serif;flex-shrink:0;box-shadow:0 12px 24px rgba(24,119,242,.2)}.meta-connect-copy{flex:1;min-width:0}.meta-connect-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.meta-status-badge{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800}.meta-connect-summary{color:#475569;font-size:14px;line-height:1.8;margin:10px 0 0}.meta-connect-status{font-size:12px;color:#3b5bdb;margin-top:8px;line-height:1.7}.meta-readiness-checklist{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.meta-readiness-item{display:flex;align-items:center;gap:8px;min-width:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:9px 10px}.meta-readiness-dot{width:9px;height:9px;border-radius:999px;background:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.14);flex:0 0 auto}.meta-readiness-item strong{display:block;color:#111827;font-size:11px;font-weight:900;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta-readiness-item small{display:block;color:#64748b;font-size:10px;font-weight:800;line-height:1.35;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta-readiness-item.ok{background:#f0fdf4;border-color:#bbf7d0}.meta-readiness-item.ok .meta-readiness-dot{background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.14)}.meta-readiness-item.warn{background:#fffbeb;border-color:#fde68a}.meta-readiness-item.warn .meta-readiness-dot{background:#d97706;box-shadow:0 0 0 4px rgba(217,119,6,.16)}.meta-readiness-item.error{background:#fef2f2;border-color:#fecaca}.meta-readiness-item.error .meta-readiness-dot{background:#dc2626;box-shadow:0 0 0 4px rgba(220,38,38,.14)}.meta-page-chooser{margin-top:14px;padding:14px;border:1px solid #dbe5f5;border-radius:12px;background:#fff}.meta-page-title{color:#111827;font-size:14px;font-weight:900;margin-bottom:10px}.meta-page-current{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}.meta-page-current div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.meta-page-current span{display:block;color:#64748b;font-size:11px;font-weight:800;margin-bottom:4px}.meta-page-current strong{display:block;color:#111827;font-size:13px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta-page-chooser label{display:block;color:#1f2a44;font-size:12px;font-weight:900;margin-bottom:8px}.meta-page-chooser select{width:100%;border:1px solid #d7dfef;border-radius:10px;background:#f8fafc;color:#111827;font-size:14px;font-weight:800;padding:12px}.meta-page-chooser small{display:block;color:#64748b;font-size:11px;line-height:1.6;margin-top:8px}.meta-lead-form-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;cursor:pointer}.meta-lead-form-row input{width:18px;height:18px;accent-color:#1877f2;flex:0 0 auto}.meta-lead-form-row div{flex:1;min-width:0}.meta-lead-form-row strong{display:block;font-size:13px;color:#111827;font-weight:900}.meta-lead-form-row small{display:block;color:#64748b;font-size:11px;font-weight:800;margin-top:3px}.meta-lead-form-row span{font-size:11px;font-weight:900;color:#475569;background:#f1f5f9;border-radius:999px;padding:5px 8px;white-space:nowrap}.meta-live-webhook-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.9fr) auto;gap:10px;align-items:center;margin-top:10px;background:#eef6ff;border:1px solid #bfdbfe;border-radius:14px;padding:12px}.meta-live-webhook-card strong{display:block;color:#0f172a;font-size:13px;font-weight:900}.meta-live-webhook-card span{display:block;color:#475569;font-size:12px;font-weight:800;line-height:1.55;margin-top:3px}.meta-live-webhook-card code{display:block;direction:ltr;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #dbeafe;border-radius:10px;padding:10px 12px;color:#1e3a8a;font-size:11px}.meta-page-empty{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:10px;padding:12px 14px;font-size:12px;font-weight:800;line-height:1.7}.meta-page-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.meta-page-reconnect{margin-top:10px;background:#1877f2;border:1px solid #1877f2;color:#fff;border-radius:9px;padding:10px 16px;font-family:'Heebo',sans-serif;font-size:13px;font-weight:900;cursor:pointer;transition:all .18s}.meta-page-actions .meta-page-reconnect{margin-top:0}.meta-page-reconnect.secondary{background:#eef2ff;color:#1e3a8a;border-color:#c7d2fe}.meta-page-reconnect:hover{background:#0f67dc;transform:translateY(-1px)}.meta-page-reconnect.secondary:hover{background:#dbeafe}.meta-connect-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.meta-publish-btn{background:#f0f7ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}.meta-publish-btn:hover{background:#dbeafe!important}.meta-primary-btn{background:#1877f2;border:1px solid #1877f2;color:#fff;border-radius:9px;padding:12px 24px;font-family:'Heebo',sans-serif;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 12px 24px rgba(24,119,242,.18);transition:all .18s}.meta-primary-btn:hover{background:#0f67dc;transform:translateY(-1px)}.meta-secondary-btn{background:#fff;border:1px solid #dbe3ef;color:#334155;border-radius:9px;padding:12px 18px;font-family:'Heebo',sans-serif;font-size:13px;font-weight:800;cursor:pointer;transition:all .18s}.meta-secondary-btn:hover{background:#f8fafc;transform:translateY(-1px)}.meta-automation-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px}.meta-automation-strip div{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.meta-automation-strip strong{display:block;color:#111827;font-size:13px;margin-bottom:5px}.meta-automation-strip span{display:block;color:#64748b;font-size:12px;line-height:1.6}.meta-advanced-settings{margin-top:18px;border-top:1px solid #e2e8f0;padding-top:14px}.meta-advanced-settings summary{cursor:pointer;color:#475569;font-size:13px;font-weight:900}.meta-advanced-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.google-oauth-helper{margin-top:14px;padding:14px;border:1px solid #dbe5f5;border-radius:12px;background:#fff;display:grid;gap:8px}.google-oauth-helper strong{color:#111827;font-size:13px;font-weight:900}.google-oauth-helper code{direction:ltr;text-align:left;display:block;white-space:normal;overflow-wrap:anywhere;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#334155;padding:10px 12px;font-size:12px;line-height:1.6}.google-oauth-helper button{width:max-content;margin:0}.google-oauth-helper small{display:block;color:#64748b;font-size:11px;line-height:1.6}.superadmin-only-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:#dbeafe;
  border:1px solid #93c5fd;
  color:#1d4ed8;
  font-size:12px;
  font-weight:900;
}.superadmin-only-badge::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.16);
}.admin-form-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:210;backdrop-filter:blur(3px)}.vehicle-ocr-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:12px}.vehicle-ocr-card strong{display:block;color:#111827;font-size:13px;font-weight:800}.vehicle-ocr-card span{display:block;color:#64748b;font-size:12px;font-weight:600;line-height:1.55;margin-top:2px}.vehicle-ocr-upload{position:relative;display:inline-flex!important;align-items:center;justify-content:center;min-width:126px;min-height:42px;border:1px solid #111827;border-radius:10px;background:#111827;color:#fff!important;font-size:12px!important;font-weight:850!important;cursor:pointer;overflow:hidden}.vehicle-ocr-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.vehicle-ocr-upload span{color:#fff!important;margin:0!important;font-size:12px!important}.compact-editor-grid{padding:0}.landing-cms-workspace{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start}.landing-cms-workspace #landingCmsForm{margin-top:0}.landing-cms-quick-panel{position:sticky;top:96px;display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #e2e5ea;border-radius:12px;padding:16px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.landing-cms-quick-panel strong{font-size:15px;color:#111827}.landing-cms-quick-panel span{font-size:12px;color:#6b7280;line-height:1.55}.landing-cms-quick-panel button{width:100%;justify-content:center;margin-top:0}#landingCmsStatus{min-height:20px;padding:9px 12px;border-radius:9px;background:#f8fafc;border:1px solid #e5e7eb}@media(max-width:980px){.landing-cms-workspace{grid-template-columns:1fr}.landing-cms-quick-panel{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-cms-quick-panel strong,.landing-cms-quick-panel span{grid-column:1/-1}}.integration-help-text{font-size:13px;color:#64748b;line-height:1.7;margin:-4px 0 12px}.color-code-pill{direction:ltr;text-align:center;background:#f9fafb;border:1.5px solid #e2e5ea;color:#374151;border-radius:7px;padding:7px 10px;font:800 12px/1.2 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.7px}.design-template-status{margin-top:12px;font-size:12px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.design-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.design-helper-note{margin:6px 0 12px;color:#64748b;font-size:12px;line-height:1.6}.palette-swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.palette-swatches i{display:block;height:32px;border:1px solid rgba(15,23,42,.12);border-radius:8px}.design-preview-card{border:1.5px solid var(--template-border,#e2e8f0);border-radius:18px;padding:16px;background:linear-gradient(180deg,var(--theme-background,#fff),var(--template-surface,#fff));color:var(--template-body,#111827);display:grid;gap:12px;box-shadow:0 18px 42px rgba(15,23,42,.08);overflow:hidden}.design-preview-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--template-border,#e5e7eb);border-radius:14px;background:var(--template-surface-strong,#f8fafc)}.design-preview-header button,.design-preview-hero button,.design-preview-car button,.design-preview-form button{background:var(--template-action,#111827);color:var(--template-action-text,#fff);border:1px solid color-mix(in srgb,var(--template-action,#111827) 64%,transparent);border-radius:999px;padding:8px 14px;font-family:'Heebo',sans-serif;font-weight:800;font-size:11px;white-space:nowrap}.design-preview-logo{font-size:13px;font-weight:900;color:var(--template-heading,#111827);letter-spacing:.8px}.design-preview-nav{font-size:11px;color:var(--template-muted,#64748b);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-preview-hero{border:1px solid var(--template-border,#e5e7eb);border-radius:16px;padding:18px;background:linear-gradient(135deg,var(--template-surface,#fff),var(--template-surface-strong,#f8fafc));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end}.design-preview-hero div{display:grid;gap:7px}.design-preview-hero small,.design-preview-car small,.design-preview-footer span:first-child{font-size:11px;color:var(--template-muted,#64748b);font-weight:800}.design-preview-hero strong{font-size:22px;color:var(--template-heading,#111827);line-height:1.2}.design-preview-hero p{margin:0;font-size:12px;line-height:1.5;color:var(--template-muted,#64748b)}.design-preview-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.design-preview-chips span{border:1px solid var(--template-border,#e5e7eb);background:var(--template-surface,#fff);color:var(--template-body,#111827);border-radius:999px;padding:8px 10px;text-align:center;font-size:11px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-preview-car{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:center;border:1px solid var(--template-border,#e5e7eb);border-radius:16px;padding:12px;background:var(--template-surface,#fff)}.design-preview-car > span{height:92px;border-radius:12px;background:linear-gradient(135deg,var(--template-action,#111827),var(--template-surface-strong,#f8fafc));position:relative;overflow:hidden}.design-preview-car > span::after{content:'';position:absolute;inset:28px 14px 18px;border-radius:999px;background:color-mix(in srgb,var(--template-action-text,#fff) 28%,transparent);box-shadow:0 22px 0 -14px color-mix(in srgb,var(--template-action-text,#fff) 36%,transparent)}.design-preview-car div{display:grid;gap:5px}.design-preview-car strong{font-size:15px;color:var(--template-heading,#111827)}.design-preview-car em{font-style:normal;font-weight:900;color:var(--template-action,#111827);font-size:18px}.design-preview-car button{justify-self:start;padding:8px 16px}.design-preview-form{border:1px solid var(--template-border,#e5e7eb);border-radius:16px;padding:12px;background:var(--template-surface-strong,#f8fafc);display:grid;gap:10px}.design-preview-form strong{color:var(--template-heading,#111827);font-size:13px}.design-preview-form div{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.design-preview-form span{border:1px solid var(--template-border,#e5e7eb);background:var(--template-surface,#fff);color:var(--template-muted,#64748b);border-radius:10px;padding:10px 12px;font-size:11px}.design-preview-footer{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--template-border,#e5e7eb);padding:10px 2px 0;color:var(--template-muted,#64748b);font-size:11px}@media(max-width:760px){.design-preview-header{grid-template-columns:1fr auto}.design-preview-nav{grid-column:1/-1;grid-row:2;text-align:right}.design-preview-hero{grid-template-columns:1fr}.design-preview-hero button{justify-self:start}.design-preview-chips{grid-template-columns:1fr}.design-preview-car{grid-template-columns:1fr}.design-preview-form div{grid-template-columns:1fr}.design-preview-footer{flex-direction:column}}.template-card-preview{height:78px;border-radius:9px;display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:9px;overflow:hidden}.template-card-preview i,.template-card-preview b,.template-card-preview em{display:block;border-radius:5px}.template-card-preview i{grid-column:1/-1}.template-card-preview.executive{background:#08090d}.template-card-preview.executive i{background:#222633}.template-card-preview.executive b{background:#d6bd7f}.template-card-preview.executive em{background:#35394a}.template-card-preview.showroom{background:#f6f1e6}.template-card-preview.showroom i{background:#fff}.template-card-preview.showroom b{background:#111827}.template-card-preview.showroom em{background:#d8ccb5}.template-card-preview.tech{background:#05070a}.template-card-preview.tech i{background:linear-gradient(135deg,#0b1b2a,#155e75)}.template-card-preview.tech b{background:#75e6ff}.template-card-preview.tech em{background:#1f2937}.design-template-btn.is-active{background:#111827;color:#fff;border-color:#111827;box-shadow:0 8px 18px rgba(17,24,39,.16)}.dealer-domain-card{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:14px}.dealer-domain-card span{display:block;font-size:11px;font-weight:800;color:#64748b;margin-bottom:4px}.dealer-domain-card strong{display:block;font-size:14px;color:#111827;direction:ltr;text-align:right}.dealer-domain-card small{display:block;font-size:11px;color:#64748b;direction:ltr;text-align:right;margin-top:3px}.dealer-domain-card.dns-connected{border-color:#bbf7d0;background:#f0fdf4}.dealer-domain-card.dns-pending_dns{border-color:#fde68a;background:#fffbeb}.dealer-domain-card.dns-error{border-color:#fecaca;background:#fff5f5}.dealer-domain-editor{
  grid-column:1/-1;
  border:1px solid #dbe5f4;
  background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
  border-radius:14px;
  padding:16px;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}.dealer-domain-editor-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}.dealer-domain-editor-head strong{
  display:block;
  font-size:16px;
  color:#111827;
}.dealer-domain-editor-head span,.dealer-domain-help{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:12px;
  line-height:1.7;
}.dealer-domain-editor input[readonly]{
  background:#f1f5f9;
  border-color:#cbd5e1;
  color:#334155;
  font-weight:800;
}.dealer-domain-help{
  margin:10px 0 0;
}.toast{position:fixed;bottom:24px;right:24px;min-width:min(360px,calc(100vw - 32px));background:#1a1a2e;color:#fff;padding:15px 24px 17px;font-size:14px;font-weight:900;z-index:99999;opacity:0;pointer-events:none;transition:opacity .24s,transform .24s;border-radius:12px;box-shadow:0 18px 50px rgba(15,23,42,.28);transform:translateY(8px);overflow:hidden}.toast.show{opacity:1;transform:translateY(0)}.toast.is-success{background:#052e1a;color:#ecfdf3}.toast.is-error{background:#4c0519;color:#fff1f2}.toast.is-loading{background:#111827;color:#eff6ff}.toast.is-loading::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#22c55e);transform-origin:right center;animation:admin-loading-bar 1.15s ease-in-out infinite}.admin-sync-status{position:relative;display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid transparent;font-weight:900;overflow:hidden;max-width:min(520px,52vw);white-space:nowrap;text-overflow:ellipsis}.admin-sync-status.is-loading{background:#eff6ff;border-color:#bfdbfe;color:#3b5bdb!important;padding-left:44px}.admin-sync-status.is-success{background:#ecfdf3;border-color:#bbf7d0;color:#15803d!important}.admin-sync-status.is-error{background:#fff1f2;border-color:#fecdd3;color:#dc2626!important}.admin-sync-status.is-loading::after{content:"";position:absolute;left:10px;width:22px;height:22px;border-radius:999px;border:3px solid rgba(59,91,219,.18);border-top-color:#3b5bdb;animation:admin-spin .78s linear infinite}@keyframes admin-loading-bar{0%{transform:scaleX(.18) translateX(78%)}50%{transform:scaleX(.72) translateX(0)}100%{transform:scaleX(.18) translateX(-78%)}}@keyframes admin-spin{to{transform:rotate(360deg)}}.saving-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;margin-top:8px}.saving-indicator.saving{color:#3b5bdb}/* RESPONSIVE */
@media(max-width:960px){
  nav{padding:12px 18px;min-height:68px}nav.scrolled{padding:10px 18px}
  .nav-links{display:none}.hamburger{display:flex}
  .nav-logo img{height:30px;max-width:148px;object-fit:contain}
  .nav-cta{padding:10px 18px;font-size:12px;border-color:rgba(255,255,255,.32);background:rgba(10,10,18,.22);backdrop-filter:blur(12px)}
  .hamburger{width:36px;height:36px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);background:rgba(10,10,18,.2);backdrop-filter:blur(12px)}
  .hamburger span{width:18px}
  .hero-bg{background-image:var(--hero-mobile-image) !important;background-position:var(--hero-mobile-position, center center) !important;background-attachment:scroll !important}
  .hero-overlay{background:linear-gradient(180deg,rgba(8,8,14,.36) 0%,rgba(8,8,14,.24) 24%,rgba(8,8,14,.68) 58%,rgba(8,8,14,.96) 100%)}
  .hero{min-height:100svh;height:100svh;align-items:center;padding:86px 0 154px}
  .hero-content{width:100%;padding:0 22px;max-width:520px}
  .hero-eyebrow{padding:7px 18px;font-size:11px;letter-spacing:2.4px;margin-bottom:18px;max-width:100%;white-space:normal;line-height:1.5}
  .hero-title{font-size:clamp(44px,13vw,72px);line-height:.9;letter-spacing:0;margin-bottom:12px}
  .hero-title span{overflow-wrap:anywhere}
  .hero-title #hL2{font-size:clamp(25px,7vw,42px) !important;letter-spacing:0 !important;opacity:.72 !important}
  .hero-sub{font-size:14px;line-height:1.7;letter-spacing:.2px;margin-bottom:28px;text-shadow:0 2px 12px rgba(0,0,0,.45)}
  .cta-primary{min-width:178px;padding:15px 28px;font-size:13px}
  .hero-stats{grid-template-columns:repeat(2,1fr)}
  .hero-stat{padding:18px 8px;min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center}
  .hs-num{font-size:30px}
  .hs-label{font-size:11px;letter-spacing:.4px}
  .catalog,.why,.process,.about,.contact{padding:60px 24px}
  .why-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:1fr 1fr;gap:36px}
  .step:not(:last-child)::after{display:none}
  .about-inner{grid-template-columns:1fr;gap:40px}
  .contact-inner{grid-template-columns:1fr}
  .trust-strip{grid-template-columns:1fr 1fr;padding:18px 20px}
  .f-row{grid-template-columns:1fr}
  footer{padding:48px 24px 24px}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:10px}
  .a-grid,.a-s-grid{grid-template-columns:1fr}
  .stats-editor-grid{grid-template-columns:1fr}
  .a-wrap{padding:24px 16px 60px}
  .a-tabs{display:block;padding:10px}
  .admin-nav-group{margin-bottom:8px}
  .admin-nav-group:last-child{margin-bottom:0}
  #carForm.car-editor-modal{top:72px;width:calc(100vw - 20px);max-height:calc(100vh - 88px);border-radius:12px}
  #carForm.car-editor-modal .a-grid{padding:0 18px 22px}
  .car-editor-head{padding:18px 18px 14px}
  .car-editor-actions{padding:14px 18px}
}@media(max-width:600px){.catalog{padding:54px 16px;background:linear-gradient(180deg,#191922 0%,#222230 100%)}.catalog-sub{font-size:13px;line-height:1.7;margin-top:10px}.catalog-toolbar{margin-bottom:20px;padding:12px;border-radius:12px;display:block}.catalog-toolbar-label{margin:0 2px 9px;font-size:9px}.catalog-tools{margin:12px 0 0;display:grid;grid-template-columns:1fr;gap:8px}.catalog-search,.catalog-sort{width:100%;min-width:0}.catalog-advanced{padding:14px;margin-bottom:18px}.s-head{margin-bottom:34px}.s-title{font-size:34px;line-height:1.05;letter-spacing:0}.s-tag{letter-spacing:2.6px}.filters{gap:8px;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding:0 2px 8px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.f-btn{flex:0 0 auto;padding:9px 15px;font-size:12px;min-height:38px}.view-toggle{display:none}.cars-grid:not(.grid-2),.cars-grid.grid-2{grid-template-columns:1fr;gap:18px}.hero-stats{grid-template-columns:repeat(2,1fr)}.m-specs{grid-template-columns:repeat(2,1fr)}.car-card{border-radius:10px;background:#242431;border-color:rgba(255,255,255,.14);box-shadow:0 12px 34px rgba(0,0,0,.32)}.car-card:hover{transform:none;box-shadow:0 12px 34px rgba(0,0,0,.32)}.card-img-wrap{aspect-ratio:auto;height:260px;border-bottom:1px solid rgba(255,255,255,.08)}.card-img{transform:none !important;object-fit:cover;object-position:center 58%;background:#111}.card-hover-cta{display:none}.card-badge{top:12px;right:12px;padding:6px 12px;border-radius:4px;font-size:9px;letter-spacing:1.3px}.card-body{padding:18px 18px 20px}.card-meta{font-size:10px;letter-spacing:2px;margin-bottom:5px}.card-name{font-size:22px;line-height:1.35;margin-bottom:16px;letter-spacing:0}.card-specs{gap:8px;margin-bottom:14px}.card-spec{min-height:58px;padding:9px 8px;border-radius:7px;background:rgba(255,255,255,.055)}.card-spec-label{font-size:10px}.card-spec-val{font-size:13px;line-height:1.25}.card-price{font-size:24px;margin-bottom:14px}.card-actions-row{grid-template-columns:1fr;gap:8px}.btn-details,.btn-share-car,.btn-wa-full{min-height:46px;border-radius:7px;font-size:13px;width:100%}.m-img-wrap{height:220px !important}.m-body{padding:20px !important}.m-title{font-size:22px !important;margin-bottom:14px !important}.m-specs{grid-template-columns:1fr 1fr !important;gap:8px !important}.m-spec{padding:10px 12px !important}.m-spec-v{font-size:13px !important}.m-acts{flex-direction:column !important}.m-acts .cta-primary{padding:13px !important}.m-acts .btn-wa{width:100% !important;height:46px !important}.modal{max-height:95vh !important;border-radius:12px 12px 0 0 !important}.modal-overlay{padding:0 !important;align-items:flex-end !important}.why-grid{grid-template-columns:1fr !important}.faq-section{padding:54px 16px}.trust-strip{grid-template-columns:1fr;padding:14px 16px;gap:8px}.trust-item{border-radius:10px;padding:17px 16px}.faq-grid{grid-template-columns:1fr;gap:10px}.faq-item summary{font-size:14px;padding:16px}.faq-item p{font-size:13px;padding:0 16px 16px}.active-dealers-head{flex-direction:column}.active-dealers-list{grid-template-columns:1fr}.active-dealer-tile{align-items:flex-start;flex-direction:column}.current-user-card{align-items:flex-start;flex-direction:column}.current-user-actions{width:100%;justify-content:flex-start}.access-split-head{align-items:flex-start;flex-direction:column;gap:5px}.access-split-head em{text-align:right}.system-user-actions{width:100%;justify-content:flex-start}.dealer-card-head{flex-direction:column}.dealer-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dealer-feature-head{flex-direction:column}.dealer-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.launch-score{grid-template-columns:1fr}.release-ops-grid{grid-template-columns:1fr}.system-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.admin-bulk-actions{position:sticky;top:8px;z-index:18;margin:0 0 12px;padding:10px;border-radius:12px}.admin-bulk-buttons{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-bulk-btn{padding:9px 8px}.admin-drag-handle{align-self:center}}@media(max-width:430px){nav{padding:10px 14px}.nav-logo img{height:27px;max-width:132px}.nav-cta{padding:9px 14px;font-size:12px}.hero{padding:82px 0 150px}.hero-content{padding:0 18px}.hero-eyebrow{font-size:10px;letter-spacing:2px;padding:7px 14px}.hero-title{font-size:clamp(40px,14vw,58px)}.hero-sub{font-size:13px;margin-bottom:24px}.hero-stat{min-height:86px;padding:14px 6px}.hs-num{font-size:28px}.card-img-wrap{height:248px}}/* CAR PAGE POLISH */
.car-page{background:linear-gradient(180deg,#08080d 0%,#14141d 42%,#0d0d14 100%)}.cp-hero{height:72vh;min-height:520px;border-bottom:1px solid rgba(255,255,255,.08)}.cp-hero-img{object-position:center 48%;filter:saturate(1.06) contrast(1.04)}.cp-hero-overlay{
  background:
    linear-gradient(180deg,rgba(5,5,9,.3) 0%,rgba(5,5,9,.06) 35%,rgba(7,7,12,.82) 100%),
    radial-gradient(ellipse 60% 45% at 50% 78%,rgba(255,255,255,.08),transparent 70%);
}.cp-back,.cp-share-btn{box-shadow:0 10px 30px rgba(0,0,0,.28)}.cp-thumbs{
  margin-top:-86px;position:relative;z-index:3;
  max-width:1200px;margin-left:auto;margin-right:auto;
  background:rgba(8,8,12,.64);border:1px solid rgba(255,255,255,.1);
  border-radius:12px;padding:14px;min-height:84px;
  backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(0,0,0,.35);
}.cp-thumb{width:86px;height:58px;border-radius:8px;opacity:.7}.cp-thumb.active{opacity:1;border-color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.25)}.cp-body{position:relative;z-index:2;padding-top:44px}.cp-body>div:first-child{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;padding:28px;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}.cp-badge{border:1px solid rgba(255,255,255,.08)}.cp-title{letter-spacing:0}.cp-subtitle{color:rgba(255,255,255,.62)}.cp-price{display:inline-flex;align-items:baseline;gap:8px;margin-bottom:30px}.cp-specs-grid{gap:12px}.cp-spec{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.11)}.cp-spec-val{line-height:1.3}.cp-desc-text{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;padding:18px 20px;
}.cp-gallery-grid{gap:10px}.cp-gallery-item{border-radius:12px}.cp-similar-item{background:rgba(255,255,255,.055)}.cp-cta-card{
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
  border-color:rgba(255,255,255,.16);
  box-shadow:0 22px 60px rgba(0,0,0,.3);
}.cp-cta-card-title{font-size:20px}.cp-cta-wa{box-shadow:0 12px 28px rgba(37,211,102,.24)}@media(max-width:960px){.cp-hero{height:54vh;min-height:380px}.cp-thumbs{margin:-58px 20px 0;padding:10px;border-radius:11px}.cp-body{padding:28px 20px 128px}.cp-body>div:first-child{padding:22px 18px;border-radius:14px}}@media(max-width:600px){.cp-hero{height:44vh;min-height:330px}.cp-hero-img{object-position:center center}.cp-back{
    top:18px;right:18px;padding:10px 14px;font-size:12px;
    border-radius:10px;background:rgba(0,0,0,.5);
  }.cp-share-btn{
    top:18px;left:18px;width:40px;height:40px;border-radius:12px;
    background:rgba(0,0,0,.5);
  }.cp-thumbs{
    margin:-46px 16px 0;min-height:70px;gap:7px;
    overflow-x:auto;
  }.cp-thumb{width:72px;height:50px;border-radius:8px}.cp-body{padding:24px 16px 150px;gap:22px}.cp-body>div:first-child{padding:22px 16px}.cp-badge-row{justify-content:flex-start;gap:7px;margin-bottom:14px}.cp-badge{font-size:9px;letter-spacing:1.5px;padding:5px 10px;border-radius:6px}.cp-title{font-size:34px;line-height:1.02;margin-bottom:8px}.cp-subtitle{font-size:14px;line-height:1.7;margin-bottom:20px}.cp-price-label{font-size:11px}.cp-price{font-size:34px;margin-bottom:24px}.cp-specs-title,.cp-desc-title,.cp-gallery-title,.cp-similar-title{letter-spacing:2.4px}.cp-specs-grid{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:24px}.cp-spec{padding:13px 12px;min-height:74px;border-radius:10px}.cp-spec-label{font-size:10px;letter-spacing:.7px}.cp-spec-val{font-size:15px}.cp-desc-text{font-size:14px;line-height:1.9;padding:16px;margin-bottom:26px}.cp-gallery-grid{grid-template-columns:1fr 1fr;gap:9px}.cp-gallery-item{aspect-ratio:1.12}.cp-similar-grid{grid-template-columns:1fr 1fr;gap:10px}.cp-similar-img{height:92px}.cp-cta-card{
    position:fixed;top:auto;left:12px;right:12px;bottom:12px;z-index:7000;
    padding:12px;border-radius:14px;
    display:grid;grid-template-columns:1fr 48px;gap:8px;
    backdrop-filter:blur(18px);
  }.cp-cta-card-title,.cp-cta-card-sub,.cp-cta-divider,.cp-cta-features{display:none}.cp-cta-wa,.cp-cta-phone,.cp-cta-share{margin:0;min-height:48px}.cp-cta-wa{grid-column:1;font-size:14px}.cp-cta-phone{grid-column:2;font-size:0;padding:0}.cp-cta-phone::before{content:'📞';font-size:20px}.cp-cta-share{display:none}}/* TENANT THEME COVERAGE */
body[data-template] .why,body[data-template] .process,body[data-template] .about,body[data-template] .contact,body[data-template] footer,body[data-template] .reviews,body[data-template] .faq-section,body[data-template] .sold-strip,body[data-template] .coming-section,body[data-template] .trust-strip{
  background:
    radial-gradient(ellipse 70% 54% at 50% 0%,color-mix(in srgb,var(--brand-accent) 10%,transparent) 0%,transparent 70%),
    linear-gradient(180deg,var(--surface-bg) 0%,var(--surface-soft) 100%) !important;
  color:var(--text-main);
}body[data-template] .about{
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 10%,transparent) 0%,transparent 46%),
    linear-gradient(180deg,var(--surface-soft) 0%,var(--surface-bg) 100%) !important;
}body[data-template] .process{
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--brand-accent) 8%,transparent) 0%,transparent 42%),
    linear-gradient(180deg,var(--surface-bg) 0%,var(--site-bg) 100%) !important;
}body[data-template] .why{
  background:
    radial-gradient(ellipse 60% 52% at 50% 28%,color-mix(in srgb,var(--brand-primary) 12%,transparent) 0%,transparent 68%),
    linear-gradient(180deg,var(--surface-soft) 0%,var(--surface-bg) 100%) !important;
}body[data-template] footer{
  background:linear-gradient(180deg,var(--surface-soft) 0%,var(--site-bg) 100%) !important;
  border-top-color:color-mix(in srgb,var(--brand-accent) 22%,transparent);
}body[data-template] .s-tag,body[data-template] .about-label,body[data-template] .catalog-toolbar-label,body[data-template] .adv-filters-title,body[data-template] .f-col-title{
  color:color-mix(in srgb,var(--brand-primary) 78%,var(--text-main) 22%) !important;
}body[data-template] .s-rule{
  background:linear-gradient(90deg,var(--brand-accent),transparent);
}body[data-template] .contact-form,body[data-template] .why-item,body[data-template] .trust-item,body[data-template] .review-card,body[data-template] .faq-item,body[data-template] .sold-car-item,body[data-template] .cs-card,body[data-template] .cp-cta-card{
  background:color-mix(in srgb,var(--surface-bg) 76%,transparent) !important;
  border-color:color-mix(in srgb,var(--brand-primary) 20%,transparent) !important;
  color:var(--text-main);
  box-shadow:0 16px 44px color-mix(in srgb,var(--site-bg) 42%,transparent);
}body[data-template] .contact-form{
  border-radius:var(--theme-radius);
}body[data-template] .f-input,body[data-template] .f-select,body[data-template] .f-textarea,body[data-template] .catalog-search,body[data-template] .catalog-sort,body[data-template] .adv-filter-select,body[data-template] .adv-filter-input{
  background:color-mix(in srgb,var(--surface-soft) 70%,transparent);
  border-color:color-mix(in srgb,var(--brand-primary) 20%,transparent);
  color:var(--text-main);
  border-radius:var(--theme-radius);
}body[data-template] .f-input:focus,body[data-template] .f-select:focus,body[data-template] .f-textarea:focus,body[data-template] .catalog-search:focus,body[data-template] .catalog-sort:focus,body[data-template] .adv-filter-select:focus{
  border-color:var(--brand-accent);
  background:color-mix(in srgb,var(--surface-soft) 82%,transparent);
}body[data-template] .contact-sub,body[data-template] .about-text,body[data-template] .about-feat,body[data-template] .feat-txt,body[data-template] .why-text,body[data-template] .step-text,body[data-template] .trust-item strong,body[data-template] .f-desc,body[data-template] .f-links a,body[data-template] .f-links span,body[data-template] .f-copy,body[data-template] .c-val,body[data-template] .faq-item p{
  color:var(--text-muted) !important;
}body[data-template] .why-icon-wrap,body[data-template] .step-circle,body[data-template] .c-icon,body[data-template] .feat-check,body[data-template] .f-soc{
  background:color-mix(in srgb,var(--theme-decor) 10%,transparent);
  border-color:color-mix(in srgb,var(--theme-decor) 34%,transparent);
  color:var(--text-main);
}body[data-template] .step-circle{
  box-shadow:0 0 26px color-mix(in srgb,var(--theme-decor) 18%,transparent);
}body[data-template] .step:not(:last-child)::after{
  background:linear-gradient(90deg,transparent,var(--theme-decor),transparent);
}body[data-template] .btn-send,body[data-template] .cta-primary,body[data-template] .btn-main{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 72%,#000 28%));
  color:var(--button-text);
  border-radius:var(--theme-radius);
}body[data-template] .btn-wa-full,body[data-template] .btn-wa,body[data-template] .wa-float a,body[data-template] .sticky-btn-wa,body[data-template] .wa-popup-send,body[data-template] .cp-cta-wa,body[data-template] .cotd-btn-wa,body[data-template] .cs-wa-btn,body[data-template] #contactWaBtn{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 72%,#000 28%)) !important;
  color:var(--button-text) !important;
  border-color:color-mix(in srgb,var(--theme-action) 55%,transparent) !important;
  box-shadow:0 10px 28px color-mix(in srgb,var(--theme-action) 24%,transparent) !important;
}body[data-template] .btn-wa-full:hover,body[data-template] .btn-wa:hover,body[data-template] .wa-float a:hover,body[data-template] .sticky-btn-wa:hover,body[data-template] .wa-popup-send:hover,body[data-template] .cp-cta-wa:hover,body[data-template] .cotd-btn-wa:hover,body[data-template] .cs-wa-btn:hover,body[data-template] #contactWaBtn:hover{
  background:linear-gradient(135deg,color-mix(in srgb,var(--theme-action) 82%,#fff 18%),var(--theme-action)) !important;
  transform:translateY(-2px);
}body[data-template] .section-divider{
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--theme-decor) 42%,transparent),transparent);
}body[data-template="clean_light"] .contact-form,body[data-template="clean_light"] .why-item,body[data-template="clean_light"] .trust-item,body[data-template="clean_light"] .review-card,body[data-template="clean_light"] .faq-item{
  background:#ffffff !important;
  color:#141821;
  box-shadow:0 12px 32px rgba(15,23,42,.08);
}body[data-template="clean_light"] .process,body[data-template="clean_light"] .about,body[data-template="clean_light"] .contact,body[data-template="clean_light"] footer,body[data-template="clean_light"] .trust-strip{
  background:linear-gradient(180deg,#ffffff 0%,#eef1f5 100%) !important;
}body[data-template="clean_light"] .f-input,body[data-template="clean_light"] .f-select,body[data-template="clean_light"] .f-textarea{
  background:#f7f9fc;
  color:#141821;
}body[data-template="clean_light"] .f-logo-fb,body[data-template="clean_light"] .footer-bottom,body[data-template="clean_light"] .about-title,body[data-template="clean_light"] .contact-headline,body[data-template="clean_light"] .why-title,body[data-template="clean_light"] .step-title,body[data-template="clean_light"] .faq-item summary{
  color:#141821 !important;
}body[data-template="sport_premium"] .process-steps{
  gap:14px;
}body[data-template="sport_premium"] .step{
  text-align:right;
  padding:20px 22px;
  border-right:3px solid var(--brand-accent);
  background:linear-gradient(135deg,color-mix(in srgb,var(--brand-accent) 12%,transparent),transparent);
}body[data-template="sport_premium"] .step-circle{
  margin-right:0;
  margin-left:auto;
  border-radius:2px;
}body[data-template="sport_premium"] .why-item,body[data-template="sport_premium"] .contact-form,body[data-template="sport_premium"] footer,body[data-template="sport_premium"] .trust-item{
  border-radius:2px;
}body[data-template="sport_premium"] .about-inner{
  grid-template-columns:1.18fr .82fr;
}/* LUXURY SAAS TEMPLATES 2026 */
body[data-template="executive_classic"],body[data-template="private_showroom"],body[data-template="tech_signature"]{
  --text-main:#ffffff;
  --text-muted:rgba(232,236,245,.68);
}body[data-template="executive_classic"]{
  --surface-bg:#11131b;
  --surface-soft:#181b24;
  --line-soft:rgba(217,195,136,.18);
  --button-text:#090a0f;
  --theme-radius:12px;
}body[data-template="executive_classic"] .hero{
  min-height:760px;
  background:
    radial-gradient(ellipse 60% 42% at 50% 3%,color-mix(in srgb,var(--brand-accent) 17%,transparent) 0%,transparent 68%),
    linear-gradient(180deg,#07080c 0%,#11131a 100%);
}body[data-template="executive_classic"] .hero-overlay{
  background:
    linear-gradient(180deg,rgba(7,8,12,.42) 0%,rgba(7,8,12,.14) 36%,rgba(7,8,12,.88) 100%),
    radial-gradient(ellipse 60% 48% at 50% 76%,rgba(255,255,255,.08),transparent 70%);
}body[data-template="executive_classic"] .hero-content{
  max-width:860px;
}body[data-template="executive_classic"] .hero-title{
  text-shadow:0 20px 70px rgba(0,0,0,.5);
}body[data-template="executive_classic"] .hero-eyebrow,body[data-template="executive_classic"] .catalog-toolbar,body[data-template="executive_classic"] .adv-filters{
  border-color:color-mix(in srgb,var(--brand-accent) 22%,transparent);
  background:rgba(16,18,26,.72);
  backdrop-filter:blur(18px);
}body[data-template="executive_classic"] .catalog{
  background:
    radial-gradient(ellipse 72% 48% at 50% 0%,color-mix(in srgb,var(--brand-accent) 14%,transparent),transparent 70%),
    linear-gradient(180deg,#0b0c12 0%,#171a23 54%,#090a0f 100%) !important;
}body[data-template="executive_classic"] .cars-grid{
  grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
  gap:22px;
}body[data-template="executive_classic"] .car-card{
  background:linear-gradient(180deg,rgba(29,32,43,.92) 0%,rgba(16,18,26,.96) 100%) !important;
  border-color:color-mix(in srgb,var(--brand-accent) 18%,transparent) !important;
  border-radius:14px;
  box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06);
}body[data-template="executive_classic"] .card-img-wrap{
  aspect-ratio:1.28;
}body[data-template="executive_classic"] .card-badge{
  background:color-mix(in srgb,var(--brand-accent) 92%,#ffffff 8%)!important;
  color:#090a0f!important;
  border:1px solid color-mix(in srgb,var(--brand-accent) 68%,transparent)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.34)!important;
  text-shadow:none!important;
}body[data-template="executive_classic"] .card-badge:empty,body[data-template="executive_classic"] .cp-badge:empty{
  display:none!important;
}body[data-template="executive_classic"] .cp-badge-tag{
  background:color-mix(in srgb,var(--brand-accent) 16%,rgba(255,255,255,.08))!important;
  color:var(--brand-accent)!important;
}body[data-template="executive_classic"] .card-price,body[data-template="executive_classic"] .s-tag,body[data-template="executive_classic"] .about-label{
  color:var(--brand-accent) !important;
}body[data-template="executive_classic"] .about-inner{
  grid-template-columns:1fr .9fr;
}body[data-template="executive_classic"] .contact-inner{
  grid-template-columns:.86fr 1.14fr;
  gap:56px;
  align-items:start;
}body[data-template="executive_classic"] .trust-strip{
  background:#0f1118 !important;
  padding:22px 60px;
  border-top:1px solid color-mix(in srgb,var(--brand-accent) 22%,transparent);
  border-bottom:1px solid color-mix(in srgb,var(--brand-accent) 18%,transparent);
}body[data-template="executive_classic"] .process-steps{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}body[data-template="executive_classic"] .about-img{
  border-radius:18px;
  box-shadow:0 26px 80px rgba(0,0,0,.4);
}body[data-template="executive_classic"] .footer-top{
  border:1px solid color-mix(in srgb,var(--brand-accent) 18%,transparent);
  border-radius:18px;
  padding:30px;
  background:rgba(255,255,255,.035);
}body[data-template="executive_classic"] .contact-form,body[data-template="executive_classic"] .why-item,body[data-template="executive_classic"] .trust-item,body[data-template="executive_classic"] .review-card,body[data-template="executive_classic"] .faq-item,body[data-template="executive_classic"] footer{
  border-radius:14px;
}body[data-template="executive_classic"] .contact-form{
  position:relative;
  padding:42px;
  overflow:hidden;
}body[data-template="executive_classic"] .contact-form::before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--brand-accent),transparent);
}body[data-template="executive_classic"] .cp-body{
  max-width:1240px;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:56px;
  padding-top:52px;
}body[data-template="executive_classic"] .cp-cta-card{
  border-radius:18px;
  padding:32px 28px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035)) !important;
  border-color:color-mix(in srgb,var(--brand-accent) 24%,transparent) !important;
}body[data-template="executive_classic"] .cp-spec,body[data-template="executive_classic"] .cp-similar-item,body[data-template="executive_classic"] .cp-video-ig{
  border-radius:14px;
  background:rgba(255,255,255,.055);
  border-color:color-mix(in srgb,var(--brand-accent) 18%,transparent);
}body[data-template="executive_classic"] .wa-popup{
  border-radius:18px;
  border:1px solid color-mix(in srgb,var(--brand-accent) 24%,transparent);
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}body[data-template="executive_classic"] .footer-bottom{
  justify-content:space-between;
  border-top-color:color-mix(in srgb,var(--brand-accent) 20%,transparent);
}body[data-template="private_showroom"]{
  --surface-bg:#12141c;
  --surface-soft:#1a1d27;
  --line-soft:rgba(238,241,247,.16);
  --button-text:#090a0f;
  --theme-radius:8px;
}body[data-template="private_showroom"] nav{
  min-height:86px;
}body[data-template="private_showroom"] .hero{
  min-height:720px;
  align-items:flex-end;
  justify-content:flex-start;
  padding-bottom:76px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04),transparent 48%),
    radial-gradient(ellipse 48% 34% at 76% 18%,color-mix(in srgb,var(--brand-primary) 15%,transparent),transparent 72%),
    linear-gradient(180deg,#0d0f15 0%,#171a23 100%);
}body[data-template="private_showroom"] .hero-overlay{
  background:
    linear-gradient(90deg,rgba(10,11,15,.92) 0%,rgba(10,11,15,.44) 44%,rgba(10,11,15,.82) 100%),
    linear-gradient(180deg,transparent 0%,rgba(10,11,15,.95) 100%);
}body[data-template="private_showroom"] .hero-content{
  margin-right:min(7vw,96px);
  margin-left:auto;
  max-width:720px;
  text-align:right;
}body[data-template="private_showroom"] .hero-title{
  font-size:clamp(50px,7.2vw,96px);
}body[data-template="private_showroom"] .catalog{
  background:
    linear-gradient(180deg,#0f1118 0%,#1a1d26 48%,#0e0f13 100%) !important;
}body[data-template="private_showroom"] .catalog-toolbar{
  border-radius:0;
  border-right:3px solid var(--brand-accent);
}body[data-template="private_showroom"] .cars-grid{
  grid-template-columns:1fr;
  max-width:1120px;
  margin:0 auto;
  gap:14px;
}body[data-template="private_showroom"] .car-card{
  display:grid;
  grid-template-columns:minmax(260px,38%) 1fr;
  background:#12151d !important;
  border-color:rgba(238,241,247,.13) !important;
  border-radius:8px;
  position:relative;
  overflow:hidden;
}body[data-template="private_showroom"] .car-card::before{
  content:'';
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--brand-primary),var(--brand-accent));
  opacity:.9;
}body[data-template="private_showroom"] .card-img-wrap{
  aspect-ratio:auto;
  min-height:260px;
  height:100%;
  border-left:1px solid rgba(255,255,255,.08);
}body[data-template="private_showroom"] .card-body{
  display:grid;
  align-content:center;
  padding:28px 32px;
}body[data-template="private_showroom"] .card-specs{
  grid-template-columns:repeat(4,minmax(0,1fr));
}body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner{
  grid-template-columns:1fr;
  max-width:980px;
}body[data-template="private_showroom"] .trust-strip{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  max-width:1120px;
  margin:0 auto;
  background:#10131a !important;
  padding:28px 24px;
}body[data-template="private_showroom"] .btn-wa-full,body[data-template="private_showroom"] .btn-wa{
  border-radius:999px !important;
  justify-content:center;
  min-height:50px;
}body[data-template="private_showroom"] .why-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:980px;
  margin:0 auto;
}body[data-template="private_showroom"] .about-img{
  max-width:980px;
  margin:0 auto;
  border-radius:28px;
}body[data-template="private_showroom"] .process-steps{
  gap:12px;
}body[data-template="private_showroom"] .step{
  border-radius:999px;
  padding:18px 20px;
  background:rgba(255,255,255,.045);
}body[data-template="private_showroom"] .contact-form,body[data-template="private_showroom"] .why-item,body[data-template="private_showroom"] .trust-item,body[data-template="private_showroom"] .review-card,body[data-template="private_showroom"] .faq-item{
  background:#151821 !important;
  border-color:rgba(238,241,247,.13) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}body[data-template="private_showroom"] footer{
  background:linear-gradient(180deg,#171a23 0%,#0e0f13 100%) !important;
}body[data-template="private_showroom"] .footer-top{
  grid-template-columns:1fr;
  max-width:820px;
  margin-inline:auto;
  text-align:right;
}body[data-template="private_showroom"] .contact-form{
  padding:30px;
  border-radius:26px;
  max-width:860px;
  margin-inline:auto;
}body[data-template="private_showroom"] .cp-hero{
  height:58vh;
  min-height:460px;
  border-bottom:0;
}body[data-template="private_showroom"] .cp-body{
  max-width:1080px;
  grid-template-columns:1fr;
  gap:34px;
}body[data-template="private_showroom"] .cp-cta-card{
  position:static;
  display:grid;
  grid-template-columns:1fr 220px 200px;
  align-items:center;
  gap:12px;
  padding:22px;
  border-radius:999px;
}body[data-template="private_showroom"] .cp-cta-card-title,body[data-template="private_showroom"] .cp-cta-card-sub{
  margin-bottom:0;
}body[data-template="private_showroom"] .cp-cta-features,body[data-template="private_showroom"] .cp-cta-divider{
  display:none;
}body[data-template="private_showroom"] .wa-popup{
  border-radius:28px;
  overflow:hidden;
}body[data-template="private_showroom"] .wa-popup-header{
  min-height:86px;
}body[data-template="private_showroom"] .footer-bottom{
  justify-content:flex-start;
  max-width:820px;
  margin-inline:auto;
}body[data-template="tech_signature"]{
  --surface-bg:#10131c;
  --surface-soft:#171b26;
  --line-soft:rgba(205,213,226,.16);
  --button-text:#08090c;
  --theme-radius:2px;
}body[data-template="tech_signature"] .hero{
  min-height:780px;
  align-items:center;
  background:
    linear-gradient(135deg,transparent 0%,transparent 47%,rgba(255,255,255,.055) 47%,rgba(255,255,255,.055) 50%,transparent 50%),
    radial-gradient(ellipse 54% 38% at 72% 12%,color-mix(in srgb,var(--brand-primary) 15%,transparent),transparent 66%),
    linear-gradient(180deg,#07080b 0%,#11141d 100%);
}body[data-template="tech_signature"] .hero-overlay{
  background:
    linear-gradient(120deg,rgba(7,8,11,.94) 0%,rgba(7,8,11,.38) 42%,rgba(7,8,11,.9) 100%),
    radial-gradient(ellipse 62% 42% at 50% 78%,rgba(205,213,226,.12),transparent 70%);
}body[data-template="tech_signature"] .hero-content{
  margin-right:min(8vw,112px);
  margin-left:auto;
  max-width:650px;
  text-align:right;
}body[data-template="tech_signature"] .hero-eyebrow,body[data-template="tech_signature"] .card-badge,body[data-template="tech_signature"] .cp-badge{
  border-radius:2px;
  border-color:color-mix(in srgb,var(--brand-primary) 30%,transparent);
}body[data-template="tech_signature"] .catalog{
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 9%,transparent),transparent 38%),
    linear-gradient(180deg,#08090c 0%,#151923 56%,#07080b 100%) !important;
}body[data-template="tech_signature"] .cars-grid{
  grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:12px;
}body[data-template="tech_signature"] .car-card{
  border-radius:2px;
  border-color:color-mix(in srgb,var(--brand-primary) 19%,transparent) !important;
  background:linear-gradient(135deg,#121620 0%,#08090d 100%) !important;
  box-shadow:0 18px 54px rgba(0,0,0,.44);
}body[data-template="tech_signature"] .car-card:nth-child(3n+1){
  grid-column:span 2;
}body[data-template="tech_signature"] .card-img-wrap{
  aspect-ratio:16/9;
  border-radius:0;
}body[data-template="tech_signature"] .card-body{
  padding:20px 22px 24px;
}body[data-template="tech_signature"] .card-spec{
  border-radius:2px;
}body[data-template="tech_signature"] .card-actions .btn-details,body[data-template="tech_signature"] .card-actions .btn-wa-full,body[data-template="tech_signature"] .cta-primary,body[data-template="tech_signature"] .btn-send,body[data-template="tech_signature"] #contactWaBtn{
  border-radius:2px !important;
}body[data-template="tech_signature"] .process-steps{
  gap:14px;
}body[data-template="tech_signature"] .trust-strip{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--brand-primary) 12%,transparent),transparent 42%),
    #080a0f !important;
}body[data-template="tech_signature"] .contact-inner{
  grid-template-columns:1.08fr .92fr;
  gap:34px;
}body[data-template="tech_signature"] .why-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}body[data-template="tech_signature"] .step{
  text-align:right;
  padding:22px 24px;
  border-radius:2px;
  border-right:3px solid var(--brand-primary);
  background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 12%,transparent),transparent);
}body[data-template="tech_signature"] .step-circle{
  margin-right:0;
  margin-left:auto;
  border-radius:2px;
}body[data-template="tech_signature"] .about-inner{
  grid-template-columns:.9fr 1.1fr;
}body[data-template="tech_signature"] .about-img{
  border-radius:0;
  clip-path:polygon(0 0,100% 0,92% 100%,0 100%);
}body[data-template="tech_signature"] footer .footer-top{
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid color-mix(in srgb,var(--brand-primary) 28%,transparent);
  border-bottom:1px solid rgba(255,255,255,.08);
  padding-block:28px;
}body[data-template="tech_signature"] .contact-form,body[data-template="tech_signature"] .why-item,body[data-template="tech_signature"] .trust-item,body[data-template="tech_signature"] .review-card,body[data-template="tech_signature"] .faq-item,body[data-template="tech_signature"] footer{
  border-radius:2px;
}body[data-template="tech_signature"] .contact-form{
  position:relative;
  overflow:hidden;
  border-right:3px solid var(--brand-primary);
}body[data-template="tech_signature"] .contact-form::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--brand-primary) 10%,transparent) 1px,transparent 1px),
    linear-gradient(180deg,color-mix(in srgb,var(--brand-primary) 8%,transparent) 1px,transparent 1px);
  background-size:34px 34px;
  opacity:.35;
}body[data-template="tech_signature"] .cp-body{
  max-width:1280px;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
}body[data-template="tech_signature"] .cp-specs-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}body[data-template="tech_signature"] .cp-spec,body[data-template="tech_signature"] .cp-similar-item{
  border-radius:2px;
  border-right:2px solid color-mix(in srgb,var(--brand-primary) 38%,transparent);
}body[data-template="tech_signature"] .cp-cta-card{
  position:sticky;
  overflow:hidden;
  border-radius:2px;
  border-color:color-mix(in srgb,var(--brand-primary) 30%,transparent) !important;
}body[data-template="tech_signature"] .cp-cta-card::before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:38px;
  background:linear-gradient(90deg,color-mix(in srgb,var(--brand-primary) 32%,transparent),transparent);
  opacity:.6;
}body[data-template="tech_signature"] .wa-popup{
  border-radius:2px;
  border:1px solid color-mix(in srgb,var(--brand-primary) 28%,transparent);
}body[data-template="tech_signature"] .wa-popup-header{
  border-bottom:1px solid color-mix(in srgb,var(--brand-primary) 26%,transparent);
}body[data-template="tech_signature"] .footer-bottom{
  justify-content:space-between;
  border-top-color:color-mix(in srgb,var(--brand-primary) 30%,transparent);
}/* Launch-grade alternate template systems */
body[data-template="private_showroom"]{
  --template-chrome:showroom-gallery;
  --surface-bg:#ffffff;
  --surface-soft:#f4f1ea;
  --text-main:#15171d;
  --text-muted:rgba(21,23,29,.68);
  --line-soft:rgba(22,32,51,.14);
  --button-text:#ffffff;
  --theme-radius:18px;
  color:#15171d;
  background:#f4f1ea;
}body[data-template="private_showroom"] nav{
  background:rgba(244,241,234,.82);
  border-bottom:1px solid rgba(22,32,51,.12);
  backdrop-filter:blur(18px);
}body[data-template="private_showroom"] nav.scrolled{background:rgba(244,241,234,.94)}body[data-template="private_showroom"] .nav-links a,body[data-template="private_showroom"] .nav-cta{color:#15171d}body[data-template="private_showroom"] .hero{
  min-height:720px;
  align-items:flex-end;
  padding:120px 56px 124px;
  background:
    linear-gradient(90deg,rgba(244,241,234,.88) 0%,rgba(244,241,234,.52) 42%,rgba(244,241,234,.08) 100%),
    radial-gradient(ellipse 44% 36% at 18% 74%,rgba(184,138,68,.22),transparent 72%),
    linear-gradient(180deg,#f4f1ea 0%,#ebe6dc 100%);
}body[data-template="private_showroom"] .hero-overlay{
  background:
    linear-gradient(90deg,rgba(244,241,234,.08),rgba(244,241,234,.38) 58%,rgba(244,241,234,.88)),
    linear-gradient(180deg,rgba(244,241,234,.05) 0%,#f4f1ea 100%);
}body[data-template="private_showroom"] .hero-content{
  margin:0;
  max-width:760px;
  padding:0;
  color:#15171d;
}body[data-template="private_showroom"] .hero-eyebrow{
  background:#15171d;
  color:#f4f1ea;
  border-color:#15171d;
  border-radius:999px;
  box-shadow:none;
}body[data-template="private_showroom"] .hero-title{
  color:#15171d;
  font-size:clamp(46px,6.3vw,92px);
  line-height:.98;
  text-shadow:none;
}body[data-template="private_showroom"] .hero-subtitle,body[data-template="private_showroom"] .hero-sub{color:rgba(21,23,29,.72)}body[data-template="private_showroom"] .hero-stats{
  background:rgba(255,255,255,.78);
  border-color:rgba(22,32,51,.12);
  box-shadow:0 -18px 70px rgba(22,32,51,.1);
}body[data-template="private_showroom"] .hero-stat{border-color:rgba(22,32,51,.1)}body[data-template="private_showroom"] .hs-num,body[data-template="private_showroom"] .s-title,body[data-template="private_showroom"] .card-name,body[data-template="private_showroom"] .card-price,body[data-template="private_showroom"] .why-title,body[data-template="private_showroom"] .step-title,body[data-template="private_showroom"] .about-title,body[data-template="private_showroom"] .contact-headline,body[data-template="private_showroom"] .faq-item summary{color:#15171d}body[data-template="private_showroom"] .s-kicker,body[data-template="private_showroom"] .card-meta,body[data-template="private_showroom"] .about-label{color:#b88a44}body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .coming-section{
  background:
    linear-gradient(180deg,#f4f1ea 0%,#fff 48%,#eee8dd 100%) !important;
  color:#15171d;
}body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .adv-filters{
  background:#fff;
  color:#15171d;
  border:1px solid rgba(22,32,51,.12);
  border-radius:18px;
  box-shadow:0 18px 60px rgba(22,32,51,.08);
}body[data-template="private_showroom"] .cars-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
  max-width:1280px;
  gap:22px;
}body[data-template="private_showroom"] .car-card{
  display:grid;
  grid-template-columns:46% 1fr;
  min-height:320px;
  background:#fff !important;
  border:1px solid rgba(22,32,51,.13) !important;
  border-radius:22px;
  box-shadow:0 28px 80px rgba(22,32,51,.1);
}body[data-template="private_showroom"] .car-card::before{
  width:0;
  height:0;
}body[data-template="private_showroom"] .card-img-wrap{
  min-height:320px;
  height:100%;
  border-radius:18px;
  margin:12px;
  overflow:hidden;
  border:1px solid rgba(22,32,51,.08);
}body[data-template="private_showroom"] .card-img-wrap::after{
  background:linear-gradient(0deg,rgba(21,23,29,.34),transparent);
}body[data-template="private_showroom"] .card-body{
  padding:30px 28px;
  align-content:center;
}body[data-template="private_showroom"] .card-spec{
  background:#f6f3ed;
  border-color:rgba(22,32,51,.1);
  color:rgba(21,23,29,.72);
}body[data-template="private_showroom"] .card-spec-label{color:rgba(21,23,29,.42)}body[data-template="private_showroom"] .card-spec-val{color:#15171d}body[data-template="private_showroom"] .btn-details{
  background:#15171d;
  color:#fff;
  border-color:#15171d;
  border-radius:999px;
}body[data-template="private_showroom"] .btn-wa-full,body[data-template="private_showroom"] .btn-wa,body[data-template="private_showroom"] .cta-primary,body[data-template="private_showroom"] .btn-send,body[data-template="private_showroom"] #contactWaBtn{
  background:linear-gradient(135deg,#162033,#27344d);
  color:#fff;
  border:0;
  border-radius:999px !important;
  box-shadow:0 14px 34px rgba(22,32,51,.18);
}body[data-template="private_showroom"] .trust-strip,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid{
  max-width:1160px;
  margin-inline:auto;
  align-items:start;
}body[data-template="private_showroom"] .trust-strip{
  background:transparent !important;
  border:0;
  grid-template-columns:repeat(4,minmax(0,1fr));
}body[data-template="private_showroom"] .trust-item,body[data-template="private_showroom"] .why-item,body[data-template="private_showroom"] .step,body[data-template="private_showroom"] .review-card,body[data-template="private_showroom"] .faq-item,body[data-template="private_showroom"] .contact-form{
  background:#fff !important;
  color:#15171d;
  border:1px solid rgba(22,32,51,.12) !important;
  border-radius:22px;
  box-shadow:0 22px 70px rgba(22,32,51,.08);
}body[data-template="private_showroom"] .trust-item span,body[data-template="private_showroom"] .why-text,body[data-template="private_showroom"] .step-text,body[data-template="private_showroom"] .about-text,body[data-template="private_showroom"] .about-feat,body[data-template="private_showroom"] .review-text,body[data-template="private_showroom"] .faq-item p,body[data-template="private_showroom"] .contact-sub,body[data-template="private_showroom"] .c-val,body[data-template="private_showroom"] .f-desc,body[data-template="private_showroom"] .f-links a,body[data-template="private_showroom"] .f-links span,body[data-template="private_showroom"] .f-copy{color:rgba(21,23,29,.68)}body[data-template="private_showroom"] .trust-item strong{color:#15171d}body[data-template="private_showroom"] .process-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1040px;margin-inline:auto}body[data-template="private_showroom"] .step{
  border-radius:22px;
  text-align:right;
  padding:30px;
}body[data-template="private_showroom"] .step-circle{
  margin-right:0;
  margin-left:auto;
  border-radius:16px;
  border-color:#b88a44;
  color:#b88a44;
  background:#fbf6ee;
}body[data-template="private_showroom"] .about-inner{
  grid-template-columns:.86fr 1.14fr;
  max-width:1180px;
}body[data-template="private_showroom"] .about-img{
  border-radius:32px;
  border-color:rgba(22,32,51,.12);
  box-shadow:0 30px 90px rgba(22,32,51,.12);
}body[data-template="private_showroom"] .contact{
  background:#f4f1ea !important;
}body[data-template="private_showroom"] .contact-inner{
  grid-template-columns:.92fr 1.08fr;
  max-width:1180px;
}body[data-template="private_showroom"] .f-input,body[data-template="private_showroom"] .f-select,body[data-template="private_showroom"] .f-textarea{
  background:#f8f6f1;
  color:#15171d;
  border-color:rgba(22,32,51,.14);
  border-radius:14px;
}body[data-template="private_showroom"] .f-input::placeholder,body[data-template="private_showroom"] .f-textarea::placeholder{color:rgba(21,23,29,.36)}body[data-template="private_showroom"] footer{
  background:#15171d !important;
  color:#fff;
}body[data-template="private_showroom"] .footer-top{
  grid-template-columns:1.3fr 1fr 1fr;
  max-width:1180px;
  text-align:center;
}body[data-template="private_showroom"] .footer-bottom{max-width:1180px;justify-content:space-between}body[data-template="private_showroom"] .cp-hero{height:62vh;min-height:500px}body[data-template="private_showroom"] .cp-body{
  max-width:1160px;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:34px;
}body[data-template="private_showroom"] .cp-body>div:first-child,body[data-template="private_showroom"] .cp-cta-card,body[data-template="private_showroom"] .cp-spec,body[data-template="private_showroom"] .cp-desc-text,body[data-template="private_showroom"] .cp-similar-item{
  background:#fff !important;
  color:#15171d;
  border-color:rgba(22,32,51,.12) !important;
}body[data-template="private_showroom"] .cp-title,body[data-template="private_showroom"] .cp-price,body[data-template="private_showroom"] .cp-spec-val{color:#15171d}body[data-template="private_showroom"] .cp-subtitle,body[data-template="private_showroom"] .cp-desc-text,body[data-template="private_showroom"] .cp-spec-label{color:rgba(21,23,29,.62)}body[data-template="tech_signature"]{
  --template-chrome:performance-lab;
  --surface-bg:#0b0f18;
  --surface-soft:#111827;
  --text-main:#ffffff;
  --text-muted:rgba(226,232,240,.7);
  --line-soft:rgba(125,211,252,.2);
  --button-text:#ffffff;
  --theme-radius:4px;
  background:#05070c;
}body[data-template="tech_signature"] nav{
  background:rgba(5,7,12,.74);
  border-bottom:1px solid rgba(125,211,252,.16);
  backdrop-filter:blur(18px);
}body[data-template="tech_signature"] .hero{
  min-height:760px;
  padding-inline:56px;
  background:
    linear-gradient(120deg,rgba(5,7,12,.98) 0%,rgba(5,7,12,.52) 54%,rgba(139,92,246,.16) 100%),
    repeating-linear-gradient(90deg,rgba(125,211,252,.08) 0 1px,transparent 1px 96px),
    linear-gradient(180deg,#05070c 0%,#0b1020 100%);
}body[data-template="tech_signature"] .hero-overlay{
  background:
    radial-gradient(ellipse 44% 34% at 72% 20%,rgba(125,211,252,.22),transparent 72%),
    linear-gradient(180deg,rgba(5,7,12,.08),#05070c 100%);
}body[data-template="tech_signature"] .hero-content{
  margin-right:min(7vw,96px);
  max-width:720px;
  border-right:3px solid var(--brand-primary);
  padding-right:28px;
}body[data-template="tech_signature"] .hero-title{
  text-transform:uppercase;
  text-shadow:0 0 36px rgba(125,211,252,.18);
}body[data-template="tech_signature"] .hero-eyebrow{
  background:rgba(125,211,252,.09);
  color:#7dd3fc;
  border-color:rgba(125,211,252,.38);
}body[data-template="tech_signature"] .hero-stats{
  background:rgba(8,12,22,.84);
  border-color:rgba(125,211,252,.18);
  box-shadow:0 -22px 80px rgba(0,0,0,.34);
}body[data-template="tech_signature"] .hero-stat{border-color:rgba(125,211,252,.12)}body[data-template="tech_signature"] .hs-num,body[data-template="tech_signature"] .s-kicker,body[data-template="tech_signature"] .card-price,body[data-template="tech_signature"] .cp-price{color:#7dd3fc}body[data-template="tech_signature"] .s-title{
  color:#fff;
  text-shadow:0 0 38px rgba(125,211,252,.16);
}body[data-template="tech_signature"] .catalog,body[data-template="tech_signature"] .why,body[data-template="tech_signature"] .process,body[data-template="tech_signature"] .about,body[data-template="tech_signature"] .reviews,body[data-template="tech_signature"] .faq-section,body[data-template="tech_signature"] .coming-section{
  background:
    radial-gradient(ellipse 54% 32% at 82% 0%,rgba(139,92,246,.18),transparent 72%),
    repeating-linear-gradient(90deg,rgba(125,211,252,.035) 0 1px,transparent 1px 90px),
    linear-gradient(180deg,#05070c 0%,#0b0f18 54%,#05070c 100%) !important;
}body[data-template="tech_signature"] .catalog-toolbar,body[data-template="tech_signature"] .adv-filters{
  background:rgba(10,15,28,.82);
  border:1px solid rgba(125,211,252,.18);
  border-radius:4px;
  box-shadow:0 22px 70px rgba(0,0,0,.34);
}body[data-template="tech_signature"] .cars-grid{
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:16px;
}body[data-template="tech_signature"] .car-card{
  display:flex;
  min-height:auto;
  border-radius:4px;
  background:
    linear-gradient(135deg,rgba(125,211,252,.1),transparent 36%),
    linear-gradient(180deg,#111827 0%,#060911 100%) !important;
  border:1px solid rgba(125,211,252,.18) !important;
  border-right:3px solid var(--brand-primary);
  box-shadow:0 24px 80px rgba(0,0,0,.46);
}body[data-template="tech_signature"] .car-card:nth-child(3n+1){
  grid-column:auto;
}body[data-template="tech_signature"] .card-img-wrap{
  aspect-ratio:16/10;
  border-radius:0;
}body[data-template="tech_signature"] .card-img-wrap::after{
  background:linear-gradient(0deg,rgba(5,7,12,.92),transparent);
}body[data-template="tech_signature"] .card-spec{
  background:rgba(125,211,252,.06);
  border-color:rgba(125,211,252,.14);
}body[data-template="tech_signature"] .btn-details,body[data-template="tech_signature"] .btn-wa-full,body[data-template="tech_signature"] .btn-wa,body[data-template="tech_signature"] .cta-primary,body[data-template="tech_signature"] .btn-send,body[data-template="tech_signature"] #contactWaBtn{
  background:linear-gradient(135deg,#2563eb,#8b5cf6);
  color:#fff;
  border:0;
  border-radius:4px !important;
  box-shadow:0 0 0 1px rgba(125,211,252,.15),0 16px 40px rgba(37,99,235,.2);
}body[data-template="tech_signature"] .trust-strip,body[data-template="tech_signature"] .reviews-grid,body[data-template="tech_signature"] .faq-grid{
  max-width:1180px;
  margin-inline:auto;
  align-items:start;
}body[data-template="tech_signature"] .why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body[data-template="tech_signature"] .why-item,body[data-template="tech_signature"] .step,body[data-template="tech_signature"] .trust-item,body[data-template="tech_signature"] .review-card,body[data-template="tech_signature"] .faq-item,body[data-template="tech_signature"] .contact-form{
  background:rgba(10,15,28,.76) !important;
  border:1px solid rgba(125,211,252,.16) !important;
  border-radius:4px;
  box-shadow:0 22px 70px rgba(0,0,0,.34);
}body[data-template="tech_signature"] .why-item,body[data-template="tech_signature"] .step{
  text-align:right;
}body[data-template="tech_signature"] .why-icon-wrap,body[data-template="tech_signature"] .step-circle{
  margin-right:0;
  margin-left:auto;
  border-radius:4px;
  border-color:rgba(125,211,252,.32);
  background:rgba(125,211,252,.08);
}body[data-template="tech_signature"] .process-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}body[data-template="tech_signature"] .about-inner{
  grid-template-columns:1.08fr .92fr;
  gap:56px;
}body[data-template="tech_signature"] .about-img{
  border-radius:4px;
  clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);
  border-color:rgba(125,211,252,.16);
}body[data-template="tech_signature"] .contact-inner{
  grid-template-columns:1.05fr .95fr;
  max-width:1180px;
}body[data-template="tech_signature"] .f-input,body[data-template="tech_signature"] .f-select,body[data-template="tech_signature"] .f-textarea{
  background:rgba(5,7,12,.68);
  border-color:rgba(125,211,252,.18);
  border-radius:4px;
}body[data-template="tech_signature"] footer{
  background:#05070c !important;
  border-top-color:rgba(125,211,252,.18);
}body[data-template="tech_signature"] footer .footer-top{
  max-width:1180px;
  margin-inline:auto;
  grid-template-columns:1.3fr 1fr 1fr;
}body[data-template="tech_signature"] .cp-body{
  max-width:1260px;
  grid-template-columns:minmax(0,1fr) 360px;
}body[data-template="tech_signature"] .cp-body>div:first-child,body[data-template="tech_signature"] .cp-cta-card{
  background:
    linear-gradient(135deg,rgba(125,211,252,.08),transparent 42%),
    rgba(10,15,28,.82) !important;
  border-color:rgba(125,211,252,.18) !important;
}body[data-template="tech_signature"] .cp-specs-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body[data-template="tech_signature"] .cp-spec,body[data-template="tech_signature"] .cp-desc-text,body[data-template="tech_signature"] .cp-similar-item{
  background:rgba(125,211,252,.055) !important;
  border-color:rgba(125,211,252,.15) !important;
}@media(max-width:960px){body[data-template="private_showroom"] .hero-content,body[data-template="tech_signature"] .hero-content{
    margin-right:0;
    max-width:560px;
  }body[data-template="private_showroom"] .car-card{
    display:block;
  }body[data-template="private_showroom"] .card-img-wrap{
    min-height:0;
    height:260px;
  }body[data-template="private_showroom"] .card-specs{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }body[data-template="tech_signature"] .car-card:nth-child(3n+1){
    grid-column:auto;
  }}@media(max-width:760px){body[data-template] .contact{
    padding:56px 16px calc(94px + env(safe-area-inset-bottom));
  }.dealerx-credit{
    margin-top:18px;
    font-size:12px;
    min-height:36px;
    padding:6px 12px;
    gap:10px;
  }.dealerx-credit-logo{width:104px;height:25px}.cp-dealerx-credit{
    width:100%;
    max-width:none;
    margin-bottom:calc(104px + env(safe-area-inset-bottom));
  }body[data-template] .contact-inner,body[data-template="executive_classic"] .contact-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="tech_signature"] .contact-inner{
    display:block;
    width:100%;
    max-width:560px;
    margin:0 auto;
  }body[data-template] .contact-form,body[data-template="executive_classic"] .contact-form,body[data-template="private_showroom"] .contact-form,body[data-template="tech_signature"] .contact-form{
    width:100%;
    max-width:none;
    margin:24px 0 0;
    padding:22px 16px;
    border-radius:16px;
    box-sizing:border-box;
  }body[data-template] .contact-headline{
    font-size:clamp(30px,8vw,38px);
    line-height:1.18;
    letter-spacing:0;
  }body[data-template] .contact-sub{
    font-size:14px;
    line-height:1.75;
    margin-bottom:22px;
  }body[data-template] .c-details{
    gap:10px;
    margin-bottom:6px;
  }body[data-template] .c-row{
    align-items:flex-start;
    gap:10px;
  }body[data-template] .c-icon{
    width:34px;
    height:34px;
  }body[data-template] .c-val{
    font-size:13px;
    line-height:1.65;
    overflow-wrap:anywhere;
  }body[data-template] .f-row{
    grid-template-columns:1fr;
  }body[data-template] .f-input,body[data-template] .f-select,body[data-template] .f-textarea{
    width:100%;
    min-width:0;
    font-size:16px;
    line-height:1.45;
  }body[data-template] .btn-send,body[data-template] #contactWaBtn,body[data-template] .btn-wa-full,body[data-template] .sticky-btn-wa{
    width:100%;
    min-width:0;
    min-height:52px;
    justify-content:center;
    text-align:center;
    white-space:normal;
  }body[data-template] .sticky-cta{
    left:0;
    right:0;
    bottom:0;
    width:auto;
    max-width:none;
    padding:9px 12px;
    padding-bottom:calc(9px + env(safe-area-inset-bottom));
    border-radius:0;
    gap:8px;
    align-items:center;
  }body[data-template] .sticky-cta-btns{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }body[data-template] .wa-float{
    display:none;
  }body[data-template] .catalog-grid-wrap{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }body[data-template] .cars-grid,body[data-template="private_showroom"] .cars-grid,body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:1fr;
    width:100%;
    max-width:100%;
    min-width:0;
  }body[data-template] .car-card,body[data-template="executive_classic"] .car-card,body[data-template="private_showroom"] .car-card,body[data-template="tech_signature"] .car-card{
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
    transform:none;
  }body[data-template] .card-img-wrap,body[data-template="executive_classic"] .card-img-wrap,body[data-template="private_showroom"] .card-img-wrap,body[data-template="tech_signature"] .card-img-wrap{
    width:100%;
    max-width:100%;
    min-width:0;
    height:clamp(220px,62vw,290px);
    min-height:0;
    aspect-ratio:auto;
    border-left:0;
  }body[data-template] .card-body,body[data-template="executive_classic"] .card-body,body[data-template="private_showroom"] .card-body,body[data-template="tech_signature"] .card-body{
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:100%;
    min-width:0;
    padding:18px 16px 20px;
  }body[data-template] .card-name,body[data-template] .card-meta,body[data-template] .card-price,body[data-template] .card-spec-label,body[data-template] .card-spec-val{
    max-width:100%;
    min-width:0;
    overflow-wrap:anywhere;
  }body[data-template] .card-name{
    font-size:clamp(20px,6vw,26px);
    line-height:1.22;
    letter-spacing:0;
  }body[data-template] .card-specs,body[data-template="private_showroom"] .card-specs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    min-width:0;
  }body[data-template] .card-spec{
    min-width:0;
  }body[data-template] .card-actions{
    grid-template-columns:1fr;
    width:100%;
    min-width:0;
    gap:8px;
  }body[data-template] .about-inner,body[data-template="private_showroom"] .about-inner,body[data-template="tech_signature"] .about-inner{
    grid-template-columns:1fr;
    gap:28px;
    text-align:right;
  }body[data-template] .about-copy{
    min-width:0;
  }body[data-template] .about-copy p{font-size:15px;line-height:1.9}body[data-template] .about-title{
    font-size:clamp(29px,8vw,38px);
    line-height:1.18;
    letter-spacing:0;
    margin-bottom:14px;
  }body[data-template] .about-text{
    font-size:15px;
    line-height:1.95;
    margin-bottom:22px;
  }body[data-template] .about-feats{
    grid-template-columns:1fr;
    gap:10px;
  }body[data-template] .about-img img{
    height:clamp(260px,62vw,340px);
  }body[data-template] .why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body[data-template] .process-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px}body[data-template] .why-item{
    padding:24px 14px;
    min-width:0;
  }body[data-template] .why-icon-wrap{
    width:44px;
    height:44px;
    margin-bottom:14px;
  }body[data-template] .why-title{
    font-size:14px;
    line-height:1.35;
  }body[data-template] .why-text{
    font-size:12px;
    line-height:1.65;
  }body[data-template] .step{
    padding:18px 10px;
    min-width:0;
  }body[data-template] .step-circle{
    width:48px;
    height:48px;
    margin-bottom:14px;
  }body[data-template] .step-title{
    font-size:14px;
    line-height:1.35;
  }body[data-template] .step-text{
    font-size:12px;
    line-height:1.65;
  }body[data-template] .trust-strip,body[data-template="private_showroom"] .trust-strip,body[data-template="tech_signature"] .trust-strip,body[data-template] footer .footer-top,body[data-template="tech_signature"] footer .footer-top{
    grid-template-columns:1fr;
  }body[data-template="tech_signature"] .about-img{
    clip-path:none;
  }body[data-template] .contact-form{padding:22px 16px}body[data-template] .cp-body,body[data-template="executive_classic"] .cp-body,body[data-template="private_showroom"] .cp-body,body[data-template="tech_signature"] .cp-body{
    display:block;
    width:min(100%, 560px);
    margin:0 auto;
  }body[data-template] .cp-cta-card,body[data-template="executive_classic"] .cp-cta-card,body[data-template="private_showroom"] .cp-cta-card,body[data-template="tech_signature"] .cp-cta-card{
    position:static;
    display:block;
    width:100%;
    max-width:none;
    margin:18px 0 0;
    padding:20px 16px;
    border-radius:18px;
    box-sizing:border-box;
  }body[data-template] .cp-specs-grid,body[data-template="tech_signature"] .cp-specs-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }}@media(max-width:430px){body[data-template] .contact{
    padding-left:12px;
    padding-right:12px;
  }body[data-template] .contact-form{
    padding:18px 12px;
  }body[data-template] .contact-headline{
    font-size:30px;
    line-height:1.12;
  }body[data-template] .contact-sub{
    font-size:13px;
    margin-bottom:22px;
  }body[data-template] .cp-specs-grid,body[data-template="tech_signature"] .cp-specs-grid{
    grid-template-columns:1fr;
  }}@media(max-width:520px){body[data-template="private_showroom"] .hero,body[data-template="tech_signature"] .hero{
    min-height:640px;
    padding:96px 18px 136px;
    align-items:flex-end;
  }body[data-template="private_showroom"] .hero-content,body[data-template="tech_signature"] .hero-content{
    max-width:100%;
    margin:0;
    padding:0;
    border-right:0;
  }body[data-template="private_showroom"] .hero-title,body[data-template="tech_signature"] .hero-title{
    font-size:clamp(38px,13vw,56px);
    line-height:1.04;
  }body[data-template="private_showroom"] .hero-stats,body[data-template="tech_signature"] .hero-stats{
    position:relative;
    margin:28px -18px -112px;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }body[data-template="private_showroom"] .catalog,body[data-template="tech_signature"] .catalog,body[data-template="private_showroom"] .why,body[data-template="tech_signature"] .why,body[data-template="private_showroom"] .process,body[data-template="tech_signature"] .process,body[data-template="private_showroom"] .about,body[data-template="tech_signature"] .about,body[data-template="private_showroom"] .reviews,body[data-template="tech_signature"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="tech_signature"] .faq-section{
    padding-left:14px;
    padding-right:14px;
  }body[data-template="private_showroom"] .cars-grid,body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:1fr;
    gap:14px;
  }body[data-template="private_showroom"] .car-card,body[data-template="tech_signature"] .car-card{
    display:flex;
    grid-template-columns:none;
    min-height:0;
    border-radius:18px;
  }body[data-template="tech_signature"] .car-card{
    border-radius:6px;
  }body[data-template="private_showroom"] .card-img-wrap,body[data-template="tech_signature"] .card-img-wrap{
    margin:0;
    min-height:0;
    height:clamp(216px,58vw,280px);
    border-radius:0;
  }body[data-template="private_showroom"] .card-body,body[data-template="tech_signature"] .card-body{
    padding:18px 14px 20px;
  }body[data-template="private_showroom"] .card-specs,body[data-template="tech_signature"] .card-specs{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }body[data-template="private_showroom"] .card-actions,body[data-template="tech_signature"] .card-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }body[data-template="private_showroom"] .trust-strip,body[data-template="tech_signature"] .trust-strip,body[data-template="private_showroom"] .why-grid,body[data-template="tech_signature"] .why-grid,body[data-template="private_showroom"] .process-steps,body[data-template="tech_signature"] .process-steps,body[data-template="private_showroom"] .reviews-grid,body[data-template="tech_signature"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="tech_signature"] .faq-grid{
    grid-template-columns:1fr;
  }body[data-template="private_showroom"] .about-inner,body[data-template="tech_signature"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="tech_signature"] .contact-inner{
    display:block;
    max-width:100%;
  }body[data-template="private_showroom"] .contact-form,body[data-template="tech_signature"] .contact-form{
    margin-top:22px;
    padding:18px 14px;
  }body[data-template="private_showroom"] footer .footer-top,body[data-template="tech_signature"] footer .footer-top{
    grid-template-columns:1fr;
    gap:26px;
  }body[data-template="private_showroom"] .cp-body,body[data-template="tech_signature"] .cp-body{
    display:block;
    width:100%;
    padding-left:12px;
    padding-right:12px;
  }body[data-template="private_showroom"] .cp-specs-grid,body[data-template="tech_signature"] .cp-specs-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }}/* Mobile hardening for vehicle detail pages. Keep this late so every template inherits it. */
@media(max-width:600px){
  .car-page{overflow-x:hidden}
  .car-page *{max-width:100%}
  .cp-hero{
    height:42svh;
    min-height:300px;
  }
  .cp-thumbs{
    width:auto;
    max-width:none;
    margin:-42px 12px 0;
    padding:9px;
    overflow-x:auto;
  }
  .cp-body{display:block;width:100%;max-width:560px;margin:0 auto;padding:22px 12px calc(120px + env(safe-area-inset-bottom));box-sizing:border-box;overflow:hidden}
  .cp-body>div:first-child,.cp-body>div:last-child,.cp-main,.cp-sidebar{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
  .cp-body>div:first-child{
    padding:18px 14px;
    border-radius:16px;
    overflow:hidden;
  }
  .cp-badge-row{
    min-width:0;
    overflow:hidden;
  }
  .cp-title{font-size:clamp(30px,8.6vw,38px);line-height:1.08;letter-spacing:0;overflow-wrap:anywhere;word-break:normal}
  .cp-subtitle{
    font-size:14px;
    line-height:1.65;
    overflow-wrap:anywhere;
  }
  .cp-price{display:block;font-size:clamp(34px,12vw,48px);line-height:1.08;letter-spacing:0;overflow-wrap:anywhere;white-space:normal}
  .cp-specs-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0;gap:9px}
  .cp-spec{
    min-width:0;
    padding:13px 10px;
    overflow:hidden;
  }
  .cp-spec-label,
  .cp-spec-val{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .cp-spec-val{
    font-size:clamp(15px,4.5vw,18px);
    line-height:1.25;
  }
  .cp-desc-text,
  .cp-gallery-section,
  .cp-similar-grid{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
  }
  .cp-cta-card{position:static;display:block;width:100%;max-width:100%;margin:18px 0 0;padding:16px 14px;border-radius:18px;box-sizing:border-box}
  .cp-cta-card-title,
  .cp-cta-card-sub,
  .cp-cta-divider,
  .cp-cta-features{
    display:block;
  }
  .cp-cta-wa,
  .cp-cta-phone,
  .cp-cta-share{
    width:100%;
    min-width:0;
    min-height:52px;
    margin:0 0 10px;
    white-space:normal;
    text-align:center;
  }
}@media(max-width:380px){.cp-specs-grid{grid-template-columns:1fr}}.car-post-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  direction:rtl;
}.car-post-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,7,12,.72);
  backdrop-filter:blur(10px);
}.car-post-dialog{
  position:relative;
  width:min(1180px, calc(100vw - 40px));
  max-height:calc(100svh - 40px);
  margin:20px auto;
  overflow:auto;
  background:#fff;
  border:1px solid #e2e5ea;
  border-radius:16px;
  box-shadow:0 28px 90px rgba(0,0,0,.32);
  padding:24px;
  box-sizing:border-box;
}.car-post-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}.car-post-kicker{
  margin:0 0 4px;
  color:#9b7c2f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}.car-post-head h3{
  margin:0;
  color:#111827;
  font-size:24px;
  line-height:1.2;
}.car-post-head p{
  margin:6px 0 0;
  color:#6b7280;
  font-size:13px;
}.car-post-close{
  width:38px;
  height:38px;
  border:1px solid #e2e5ea;
  border-radius:10px;
  background:#fff;
  color:#111827;
  cursor:pointer;
  font-size:17px;
}.car-post-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:16px;
}.post-style-picker{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:6px 10px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
  color:#334155;
  font-size:12px;
  font-weight:900;
}.post-style-picker select{
  min-width:150px;
  border:1px solid #d7deea;
  border-radius:10px;
  background:#fff;
  color:#111827;
  font:800 13px Heebo, Arial, sans-serif;
  padding:9px 10px;
}.post-manual-editor{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:16px;
  margin-bottom:16px;
}.post-preview-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,360px);
  gap:18px;
  align-items:start;
}.post-preview-frame{
  background:#0b0d13;
  border:1px solid #1f2937;
  border-radius:14px;
  padding:12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}.post-preview-label{
  color:#d1d5db;
  font-size:12px;
  font-weight:800;
  margin-bottom:10px;
}.post-preview-frame canvas{
  display:block;
  width:100%;
  height:auto;
  border-radius:10px;
  background:#111827;
}.post-preview-frame-story{
  max-width:360px;
}.car-post-status{
  margin-top:14px;
  color:#6b7280;
  font-size:13px;
  line-height:1.7;
}.facebook-marketplace-dialog{
  width:min(980px, calc(100vw - 32px));
}.facebook-marketplace-prep-body{
  display:grid;
  gap:16px;
}.facebook-marketplace-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}.facebook-marketplace-steps span{
  padding:12px 14px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
  color:#334155;
  font-size:13px;
  font-weight:800;
}.facebook-marketplace-prep-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}.facebook-marketplace-copy-card{
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
  padding:14px;
}.facebook-marketplace-copy-card-wide{
  grid-column:1 / -1;
}.facebook-marketplace-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}.facebook-marketplace-card-head h4{
  margin:0;
  color:#111827;
  font-size:15px;
  font-weight:900;
}.facebook-marketplace-copy-card input,.facebook-marketplace-copy-card textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #dbe3ef;
  border-radius:10px;
  background:#f8fafc;
  color:#111827;
  font-family:Heebo,sans-serif;
  font-size:14px;
  font-weight:700;
  padding:12px;
  outline:none;
}.facebook-marketplace-copy-card textarea{
  min-height:220px;
  line-height:1.75;
  resize:vertical;
  white-space:pre-wrap;
}.facebook-marketplace-copy-card small{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:12px;
  line-height:1.6;
}.facebook-marketplace-images{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(92px,1fr));
  gap:10px;
}.facebook-marketplace-image{
  display:block;
  aspect-ratio:1.15;
  overflow:hidden;
  border-radius:10px;
  border:1px solid #e2e8f0;
  background:#f1f5f9;
}.facebook-marketplace-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}.facebook-marketplace-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:10px;
}.facebook-marketplace-note,.facebook-marketplace-empty{
  margin:0;
  color:#64748b;
  font-size:13px;
  line-height:1.7;
}@media(max-width:760px){.facebook-marketplace-steps,.facebook-marketplace-prep-grid{
    grid-template-columns:1fr;
  }.facebook-marketplace-dialog{
    width:calc(100vw - 20px);
    margin:10px auto;
    padding:18px;
  }}.car-ai-post-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);
}.car-ai-post-kicker{
  margin:0 0 8px;
  color:#9b7c2f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}.car-ai-post-panel h3{
  margin:0 0 8px;
  color:#111827;
  font-size:21px;
  line-height:1.25;
}.car-ai-post-panel p{
  margin:0;
  color:#64748b;
  font-size:13px;
  line-height:1.8;
}.car-ai-post-actions{
  display:grid;
  gap:8px;
  min-width:180px;
}.car-ai-post-actions small{
  color:#94a3b8;
  font-size:11px;
  line-height:1.5;
}.car-ai-description-section{
  display:grid;
  gap:14px;
  padding:22px;
  margin-bottom:16px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
}.car-ai-description-section h3{
  margin:0 0 8px;
  color:#111827;
  font-size:21px;
  line-height:1.25;
}.car-ai-description-section p{
  margin:0;
  color:#64748b;
  font-size:13px;
  line-height:1.8;
}@media(max-width:700px){.car-post-dialog{
    width:100vw;
    max-height:100svh;
    margin:0;
    border-radius:0;
    padding:18px 14px calc(24px + env(safe-area-inset-bottom));
  }.car-post-head{
    align-items:center;
  }.car-post-head h3{
    font-size:19px;
  }.car-post-toolbar{
    display:grid;
    grid-template-columns:1fr 1fr;
  }.car-post-toolbar button{
    width:100%;
    min-width:0;
    white-space:normal;
  }.post-preview-grid{
    grid-template-columns:1fr;
  }.post-preview-frame-story{
    max-width:none;
  }.car-ai-post-panel{
    display:block;
    padding:18px;
  }.car-ai-post-actions{
    margin-top:14px;
  }.car-ai-description-section{
    padding:18px;
  }}/* Dealer homepage catalog preview: 8 cars,strong full-catalog handoff */
.catalog-grid-wrap{
  max-width:min(1480px,calc(100vw - 56px));
}.cars-grid,body[data-template] .cars-grid,body[data-template="private_showroom"] .cars-grid,body[data-template="tech_signature"] .cars-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}.full-catalog-cta{
  position:relative;
  max-width:min(1480px,calc(100vw - 56px));
  margin:42px auto 0;
  padding:30px clamp(22px,3vw,40px);
  border-radius:18px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--brand-primary) 62%,rgba(255,255,255,.14));
  background:
    radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--brand-primary) 26%,transparent),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
  box-shadow:0 28px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.12);
}.full-catalog-cta::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transform:translateX(115%);
  animation:catalogCtaSweep 4.5s ease-in-out infinite;
}.full-catalog-cta span{
  color:color-mix(in srgb,var(--brand-primary) 88%,#fff);
}.full-catalog-cta strong{
  font-size:clamp(24px,2.4vw,38px);
  letter-spacing:0;
}.full-catalog-cta p{
  font-size:15px;
  max-width:560px;
}.full-catalog-cta a{
  position:relative;
  min-width:260px;
  padding:18px 30px;
  border-radius:999px;
  font-size:16px;
  isolation:isolate;
}.full-catalog-cta a::after{
  content:"";
  position:absolute;
  inset:-7px;
  z-index:-1;
  border-radius:999px;
  background:color-mix(in srgb,var(--brand-primary) 24%,transparent);
  filter:blur(16px);
}@keyframes catalogCtaSweep{
  0%,58%{transform:translateX(115%)}
  78%,100%{transform:translateX(-115%)}
}@media(max-width:1240px){.cars-grid,body[data-template] .cars-grid,body[data-template="private_showroom"] .cars-grid,body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }}@media(max-width:920px){.catalog-grid-wrap{
    max-width:calc(100vw - 32px);
  }.cars-grid,body[data-template] .cars-grid,body[data-template="private_showroom"] .cars-grid,body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }.full-catalog-cta{
    max-width:calc(100vw - 32px);
    display:grid!important;
    text-align:center;
    justify-items:center;
  }}@media(max-width:640px){.catalog-grid-wrap{
    max-width:calc(100vw - 24px);
  }.cars-grid,.cars-grid:not(.grid-2),.cars-grid.grid-2,body[data-template] .cars-grid,body[data-template="private_showroom"] .cars-grid,body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:1fr;
  }.full-catalog-cta{
    max-width:calc(100vw - 24px);
    margin-top:30px;
    padding:24px 18px;
  }.full-catalog-cta a{
    width:100%;
    min-width:0;
  }}/* Late theme consistency pass: every template keeps its layout personality while honoring dealer brand colors. */
body[data-template] .finance-calculator{
  background:
    radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--brand-primary) 16%,transparent),transparent 34%),
    linear-gradient(180deg,color-mix(in srgb,var(--surface-soft) 84%,var(--brand-secondary) 16%),var(--site-bg));
}body[data-template] .finance-title,body[data-template] .finance-result strong,body[data-template] .card-finance-teaser strong,body[data-template] .weekly-car-price{
  color:var(--text-main);
}body[data-template] .finance-box,body[data-template] .card-finance-teaser,body[data-template] .catalog-toolbar,body[data-template] .adv-filters,body[data-template] .cp-cta-card,body[data-template] .dealerx-credit{
  border-color:color-mix(in srgb,var(--theme-decor) 24%,var(--line-soft));
}body[data-template] .finance-grid input,body[data-template] .finance-grid select,body[data-template] .f-input,body[data-template] .f-select,body[data-template] .f-textarea{
  accent-color:var(--theme-action);
}body[data-template] .btn-details,body[data-template] .btn-wa-full,body[data-template] .btn-wa,body[data-template] .cta-primary,body[data-template] .btn-send,body[data-template] #contactWaBtn,body[data-template] .sticky-btn-wa,body[data-template] .full-catalog-cta a{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 72%,#ffffff 28%));
  color:var(--button-text);
}body[data-template] .full-catalog-cta,body[data-template] .weekly-car-section{
  border-color:color-mix(in srgb,var(--theme-decor) 38%,var(--line-soft));
  box-shadow:0 22px 74px color-mix(in srgb,var(--theme-decor) 18%,transparent);
}/* dealer-finance-route-responsive-theme-fix */
body.dealer-finance-route .finance-calculator{
  min-height:100svh!important;
  padding:clamp(92px,10vw,140px) clamp(14px,4vw,60px) clamp(42px,6vw,86px)!important;
  overflow-x:hidden;
}body.dealer-finance-route[data-template] .finance-calculator{
  background:
    radial-gradient(circle at 84% 10%,color-mix(in srgb,var(--brand-primary) 20%,transparent),transparent 36%),
    radial-gradient(circle at 12% 22%,color-mix(in srgb,var(--brand-accent) 14%,transparent),transparent 32%),
    linear-gradient(180deg,var(--site-bg),color-mix(in srgb,var(--surface-bg) 86%,var(--site-bg)))!important;
  color:var(--text-main)!important;
}body.dealer-finance-route .finance-inner{
  width:min(1120px,100%)!important;
  max-width:calc(100vw - 28px)!important;
  grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr)!important;
  gap:clamp(18px,3vw,34px)!important;
  box-sizing:border-box;
}body.dealer-finance-route[data-template] .finance-inner{
  background:color-mix(in srgb,var(--surface-bg) 74%,transparent)!important;
  border:1px solid var(--line-soft)!important;
  border-radius:calc(var(--theme-radius) + 8px)!important;
  box-shadow:var(--shadow-card)!important;
  padding:clamp(18px,3vw,34px)!important;
  backdrop-filter:blur(18px);
}body.dealer-finance-route .finance-inner::before{
  pointer-events:none;
}body.dealer-finance-route[data-template] .finance-inner::before{
  color:color-mix(in srgb,var(--brand-primary) 48%,transparent)!important;
}body.dealer-finance-route[data-template] .finance-title{
  color:var(--text-main)!important;
}body.dealer-finance-route[data-template] .finance-sub,body.dealer-finance-route[data-template] .finance-grid label,body.dealer-finance-route[data-template] .finance-result span,body.dealer-finance-route[data-template] .finance-notes{
  color:var(--text-muted)!important;
}body.dealer-finance-route[data-template] .finance-box{
  background:var(--surface-soft)!important;
  border:1px solid var(--line-soft)!important;
  border-radius:var(--theme-radius)!important;
  box-shadow:0 18px 48px color-mix(in srgb,var(--site-bg) 36%,transparent)!important;
}body.dealer-finance-route[data-template] .finance-grid input,body.dealer-finance-route[data-template] .finance-grid select{
  background:var(--surface-bg)!important;
  color:var(--text-main)!important;
  border-color:var(--line-soft)!important;
}body.dealer-finance-route[data-template] .finance-grid select option{
  background:var(--surface-bg)!important;
  color:var(--text-main)!important;
}body.dealer-finance-route[data-template] .finance-result{
  background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-bg))!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 25%,transparent)!important;
}body.dealer-finance-route[data-template] .finance-result strong{
  color:var(--brand-primary)!important;
}body.dealer-finance-route[data-template] .finance-result button{
  background:var(--button-bg)!important;
  color:var(--button-text)!important;
  border-radius:var(--theme-radius)!important;
}@media(max-width:760px){body.dealer-finance-route .finance-calculator{
    padding:82px 12px 28px!important;
    min-height:100svh!important;
  }body.dealer-finance-route .finance-inner{
    grid-template-columns:1fr!important;
    max-width:calc(100vw - 20px)!important;
    padding:18px 14px!important;
    border-radius:18px!important;
    gap:18px!important;
  }body.dealer-finance-route .finance-inner::before{
    display:none!important;
  }body.dealer-finance-route .finance-title{
    font-size:clamp(28px,10vw,38px)!important;
    line-height:1.12!important;
    text-align:center!important;
  }body.dealer-finance-route .finance-sub{
    max-width:100%!important;
    font-size:14px!important;
    text-align:center!important;
  }body.dealer-finance-route .finance-inner .s-tag{
    text-align:center!important;
  }body.dealer-finance-route .finance-box{
    padding:14px!important;
  }body.dealer-finance-route .finance-grid{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }body.dealer-finance-route .finance-result{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    text-align:center!important;
  }body.dealer-finance-route .finance-result strong{
    font-size:clamp(28px,11vw,40px)!important;
  }body.dealer-finance-route .finance-result button{
    width:100%!important;
    min-height:50px!important;
  }}/* DealerX landing final copy pass */
body.landing-mode{
  overflow-x:hidden;
  background:#f5f7fc;
}body.landing-mode > :not(#landingPage){
  display:none!important;
}.landing-page{
  min-height:100vh;
  background:#f5f7fc;
  color:#111421;
}.landing-nav{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  height:88px;
  padding:0 54px;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(22,29,45,.09);
  backdrop-filter:blur(16px);
  box-shadow:0 16px 46px rgba(20,28,45,.08);
}.landing-brand{
  display:inline-flex;
  align-items:center;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
}.landing-brand-logo{
  width:246px;
  max-width:28vw;
  height:auto;
  display:block;
}.landing-nav-links{
  display:flex;
  align-items:center;
  gap:26px;
}.landing-nav-links a{
  color:#667085;
  font-weight:800;
  text-decoration:none;
}.landing-nav-links a:hover{
  color:#111421;
}.landing-nav-cta,.landing-btn,.landing-price-cta,.landing-form button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  border:0;
  cursor:pointer;
}.landing-nav-cta,.landing-btn.primary,.landing-price-cta.primary,.landing-form button{
  background:linear-gradient(135deg,#7147ea,#b35cff);
  color:#fff;
  box-shadow:0 18px 46px rgba(113,71,234,.24);
}.landing-btn.secondary,.landing-price-cta{
  background:#fff;
  color:#111421;
  border:1px solid rgba(17,20,33,.12);
}.landing-hero{
  position:relative;
  min-height:calc(100vh - 78px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.42fr);
  align-items:center;
  gap:54px;
  padding:96px 72px 86px;
  overflow:hidden;
  isolation:isolate;
  background:linear-gradient(135deg,#ffffff 0%,#f3f6ff 48%,#eef2ff 100%);
}.landing-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 78% 16%,rgba(113,71,234,.18),transparent 34%),
    radial-gradient(circle at 18% 22%,rgba(46,102,255,.13),transparent 30%),
    linear-gradient(90deg,rgba(17,20,33,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(17,20,33,.035) 1px,transparent 1px);
  background-size:auto,auto,58px 58px,58px 58px;
}.landing-hero-media{
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:url('https://images.unsplash.com/photo-1552519507-da3b142c6e3d?w=2200&q=84');
  background-size:cover;
  background-position:center;
  opacity:.15;
  filter:saturate(.86) contrast(1.03) brightness(1.06);
}.landing-hero-overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.88) 48%,rgba(255,255,255,.56)),linear-gradient(180deg,rgba(255,255,255,.08),#f5f7fc 96%);
}.landing-hero-content{
  width:min(920px,100%);
}.landing-kicker{
  margin:0 0 16px;
  color:#7147ea;
  font-size:13px;
  font-weight:950;
  letter-spacing:4px;
  text-transform:uppercase;
}.landing-hero h1{
  margin:0;
  max-width:930px;
  color:#111421;
  font-size:clamp(46px,6.2vw,92px);
  line-height:.98;
  letter-spacing:0;
  text-wrap:balance;
}.landing-lead{
  max-width:790px;
  margin:28px 0 0;
  color:#4f5868;
  font-size:clamp(18px,2vw,24px);
  line-height:1.75;
}.landing-hero-actions,.landing-proof{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}.landing-proof span{
  padding:11px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(17,20,33,.1);
  color:#596273;
  font-weight:850;
  box-shadow:0 16px 38px rgba(20,28,45,.08);
}.landing-live-panel{
  padding:22px;
  border-radius:28px;
  background:
    radial-gradient(circle at 18% 10%,rgba(113,71,234,.12),transparent 34%),
    linear-gradient(180deg,#fff,rgba(255,255,255,.72));
  border:1px solid rgba(17,20,33,.1);
  box-shadow:0 34px 90px rgba(20,28,45,.14);
}.landing-live-head,.landing-live-stats{
  display:flex;
  justify-content:space-between;
  gap:12px;
}.landing-live-head strong{
  color:#111421;
  font-size:20px;
}.landing-live-head span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(32,201,151,.1);
  color:#087f5b;
  font-weight:900;
}.landing-automation-panel{
  position:relative;
  overflow:hidden;
}.landing-automation-panel::before{
  content:"";
  position:absolute;
  inset:-40% -25%;
  pointer-events:none;
  background:conic-gradient(from 180deg,transparent,rgba(113,71,234,.14),transparent,rgba(179,92,255,.12),transparent);
  animation:landingFlowGlow 8s linear infinite;
}.landing-automation-panel > *{
  position:relative;
  z-index:1;
}.landing-automation-chat{
  display:grid;
  gap:18px;
  min-height:300px;
  margin:18px 0;
  padding:20px;
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(17,20,33,.94),rgba(31,37,58,.92)),
    radial-gradient(circle at 80% 20%,rgba(113,71,234,.34),transparent 42%);
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}.landing-chat-bubble{
  width:min(92%,360px);
  padding:16px 18px;
  border-radius:22px;
  color:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}.landing-chat-bubble small,.landing-chat-bubble em{
  display:block;
}.landing-chat-bubble small{
  margin-bottom:6px;
  color:rgba(255,255,255,.64);
  font-size:12px;
  font-weight:900;
}.landing-chat-bubble strong{
  display:block;
  font-size:clamp(18px,2vw,24px);
  line-height:1.25;
}.landing-chat-bubble em{
  margin-top:8px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-style:normal;
  font-weight:800;
}.landing-chat-bubble.customer{
  justify-self:start;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  animation:landingBubbleIn 5.8s ease-in-out infinite;
}.landing-chat-bubble.system{
  justify-self:end;
  background:linear-gradient(135deg,#7147ea,#b35cff);
  animation:landingAnswerIn 5.8s ease-in-out infinite;
}.landing-automation-rail{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  align-items:center;
  padding:12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}.landing-automation-rail::before{
  content:"";
  position:absolute;
  top:50%;
  right:18px;
  left:18px;
  height:2px;
  background:linear-gradient(90deg,rgba(113,71,234,0),rgba(179,92,255,.9),rgba(113,71,234,0));
  transform:translateY(-50%);
  animation:landingFlowLine 2.8s ease-in-out infinite;
}.landing-automation-rail span{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  min-height:44px;
  border-radius:999px;
  background:#fff;
  color:#111421;
  font-weight:950;
  font-size:13px;
  animation:landingFlowPulse 2.8s ease-in-out infinite;
  animation-delay:calc(var(--i) * .28s);
}.landing-live-stats span{
  flex:1;
  padding:14px 12px;
  border-radius:16px;
  background:#f4f6fb;
  color:#647084;
  font-weight:800;
  text-align:center;
}.landing-live-stats b{
  color:#7147ea;
}@keyframes landingFlowGlow{
  to{transform:rotate(360deg)}
}@keyframes landingFlowLine{
  0%{opacity:.2;transform:translateY(-50%) scaleX(.2)}
  48%{opacity:1;transform:translateY(-50%) scaleX(1)}
  100%{opacity:.2;transform:translateY(-50%) scaleX(.2)}
}@keyframes landingFlowPulse{
  0%,100%{transform:translateY(0);box-shadow:0 0 0 rgba(113,71,234,0)}
  45%{transform:translateY(-4px);box-shadow:0 10px 26px rgba(113,71,234,.24)}
}@keyframes landingBubbleIn{
  0%,100%{transform:translateY(0);opacity:1}
  44%{transform:translateY(-3px);opacity:.92}
}@keyframes landingAnswerIn{
  0%,22%{transform:translateY(8px);opacity:.55}
  42%,100%{transform:translateY(0);opacity:1}
}.landing-section{
  padding:86px 72px;
  background:#f5f7fc;
}.landing-section-head{
  max-width:960px;
  margin:0 auto 34px;
  text-align:center;
}.landing-section-head.compact{
  max-width:780px;
}.landing-section-head h2,.landing-contact h2{
  margin:0;
  color:#111421;
  font-size:clamp(32px,4vw,54px);
  line-height:1.12;
  letter-spacing:0;
}.landing-problem-copy{
  max-width:980px;
  margin:0 auto;
  padding:38px 42px;
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 0%,rgba(113,71,234,.10),transparent 34%),
    #fff;
  border:1px solid rgba(17,20,33,.1);
  box-shadow:0 24px 70px rgba(20,28,45,.08);
}.landing-question-chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-bottom:34px;
}.landing-question-chips span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:#f5f7fc;
  border:1px solid rgba(113,71,234,.18);
  color:#111421;
  font-size:clamp(16px,1.8vw,22px);
  font-weight:900;
  box-shadow:0 14px 34px rgba(20,28,45,.06);
}.landing-problem-points{
  display:grid;
  gap:16px;
  max-width:760px;
  margin:0 auto;
  text-align:center;
}.landing-problem-copy p{
  margin:0;
  color:#3e4654;
  font-size:clamp(17px,1.8vw,22px);
  line-height:1.72;
  font-weight:760;
}.landing-problem-copy p b{
  color:#111421;
  font-size:1.08em;
  font-weight:950;
}.landing-fit-check{
  background:#fff;
}.landing-fit-check .landing-section-head p:not(.landing-kicker){
  margin:16px auto 0;
  max-width:680px;
  color:#5d6675;
  font-size:clamp(16px,1.6vw,20px);
  line-height:1.7;
}.landing-fit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  max-width:1180px;
  margin:0 auto;
}.landing-fit-grid article{
  position:relative;
  min-height:250px;
  padding:28px 24px;
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(245,247,252,.98)),
    #fff;
  border:1px solid rgba(17,20,33,.10);
  box-shadow:0 24px 70px rgba(20,28,45,.08);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:right;
  overflow:hidden;
}.landing-fit-grid article::after{
  content:"";
  position:absolute;
  inset:auto 24px 0 24px;
  height:4px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,#315bff,#7147ea);
  opacity:.86;
}.landing-fit-grid span{
  width:42px;
  height:42px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  background:#111421;
  color:#fff;
  font-weight:900;
  box-shadow:0 16px 34px rgba(17,20,33,.18);
}.landing-fit-grid h3{
  margin:0 0 14px;
  color:#111421;
  font-size:clamp(20px,2vw,27px);
  line-height:1.22;
  letter-spacing:0;
}.landing-fit-grid p{
  margin:0;
  color:#5d6675;
  font-size:16px;
  line-height:1.7;
  font-weight:650;
}.landing-feature-grid,.landing-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  max-width:1180px;
  margin:0 auto;
}.landing-pricing-grid.two-plans{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}.landing-feature-grid article,.landing-price-card{
  position:relative;
  padding:30px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(17,20,33,.1);
  box-shadow:0 22px 62px rgba(20,28,45,.08);
}.landing-price-card{
  display:flex;
  flex-direction:column;
  min-height:auto;
  overflow:hidden;
}.landing-feature-grid article span,.landing-price-top span:not(.landing-price-icon){
  display:inline-flex;
  margin:0;
  padding:0;
  border-radius:0;
  background:transparent;
  color:#7147ea;
  font-weight:900;
  font-size:15px;
  line-height:1.55;
}.landing-feature-grid h3,.landing-price-top h3{
  margin:0 0 10px;
  color:#111421;
  font-size:clamp(28px,2.7vw,38px);
  line-height:1.05;
}.landing-feature-grid p,.landing-price-desc,.landing-price-note,.landing-faq-grid p{
  color:#596273;
  font-size:17px;
  line-height:1.65;
}.landing-price-card.recommended{
  border-color:rgba(113,71,234,.4);
  box-shadow:0 34px 98px rgba(113,71,234,.18);
}.landing-price-ribbon{
  position:absolute;
  top:22px;
  left:22px;
  right:auto;
  width:72px;
  height:72px;
  padding:0;
  border-radius:999px;
  background:linear-gradient(135deg,#7147ea,#b35cff);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:15px;
  line-height:1;
  box-shadow:0 16px 34px rgba(113,71,234,.24);
  z-index:2;
}.landing-price-icon{
  position:absolute;
  top:28px;
  right:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin:0;
  border-radius:13px;
  background:rgba(113,71,234,.12);
  color:#7147ea;
  font-weight:950;
}.landing-price-top{
  padding-inline-end:52px;
}.landing-price-card.recommended .landing-price-top{
  margin-top:0;
  padding-inline-start:82px;
}.landing-price-card.recommended .landing-price-icon{
  display:none!important;
}.landing-price-main{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin:28px 0 16px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(17,20,33,.08);
}.landing-price-main strong{
  color:#111421;
  font-size:clamp(42px,4.2vw,58px);
  line-height:1;
}.landing-price-main span{
  color:#647084;
  font-weight:800;
  font-size:15px;
}.landing-price-note{
  margin:0;
  padding:14px 16px;
  border-radius:18px;
  background:#f7f5ff;
}.landing-price-features{
  display:grid;
  gap:10px;
  margin:22px 0 26px;
  padding:0;
  list-style:none;
}.landing-price-features li{
  color:#273142;
  font-weight:800;
  line-height:1.45;
}.landing-price-features li::before{
  content:"✓";
  margin-left:8px;
  color:#7147ea;
}.landing-price-cta{
  margin-top:auto;
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  border:1px solid rgba(113,71,234,.18);
  background:#f7f5ff;
  color:#7147ea;
  font-weight:950;
  text-decoration:none;
}.landing-price-cta.primary{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,#7147ea,#a855f7);
  box-shadow:0 18px 40px rgba(113,71,234,.22);
}.landing-feature-table{
  max-width:1040px;
  margin:0 auto;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(17,20,33,.1);
  background:#fff;
  box-shadow:0 22px 62px rgba(20,28,45,.08);
}.landing-feature-table table{
  width:100%;
  border-collapse:collapse;
}.landing-feature-table th,.landing-feature-table td{
  padding:18px 22px;
  border-bottom:1px solid rgba(17,20,33,.08);
  text-align:right;
  color:#273142;
  font-weight:800;
}.landing-feature-table th{
  background:#f0f3fb;
  color:#111421;
  font-size:18px;
}.landing-feature-table tr:last-child td{
  border-bottom:0;
}.landing-faq-grid{
  display:grid;
  gap:14px;
  max-width:980px;
  margin:0 auto;
}.landing-faq-grid details{
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(17,20,33,.1);
  box-shadow:0 16px 42px rgba(20,28,45,.06);
  overflow:hidden;
}.landing-faq-grid summary{
  padding:20px 24px;
  color:#111421;
  font-weight:950;
  font-size:20px;
  cursor:pointer;
}.landing-faq-grid p{
  margin:0;
  padding:0 24px 22px;
}.landing-contact.landing-final-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.44fr);
  gap:34px;
  align-items:center;
  margin:56px auto 72px;
  width:min(1160px,calc(100% - 48px));
  padding:42px;
  border-radius:32px;
  background:linear-gradient(135deg,#111421,#7147ea 58%,#10131d);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 38px 110px rgba(113,71,234,.22);
}.landing-contact.landing-final-cta h2{
  color:#fff;
}.landing-contact.landing-final-cta p{
  color:rgba(255,255,255,.76);
  font-size:20px;
  line-height:1.7;
}.landing-form{
  display:grid;
  gap:14px;
}.landing-form label{
  display:grid;
  gap:8px;
  color:rgba(255,255,255,.8);
  font-weight:850;
}.landing-form input{
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.1);
  color:#fff;
  padding:0 16px;
  font:inherit;
}.landing-form input::placeholder{
  color:rgba(255,255,255,.56);
}@media(max-width:900px){.landing-nav{
    height:76px;
    padding:0 18px;
  }.landing-nav-links{
    display:none;
  }.landing-brand-logo{
    width:164px;
    max-width:44vw;
  }.landing-hero{
    grid-template-columns:1fr;
    padding:86px 22px 64px;
  }.landing-hero-content{
    text-align:center;
  }.landing-hero-actions,.landing-proof{
    justify-content:center;
  }.landing-section{
    padding:66px 18px;
  }.landing-feature-grid,.landing-fit-grid,.landing-pricing-grid,.landing-pricing-grid.two-plans,.landing-contact.landing-final-cta{
    grid-template-columns:1fr;
  }.landing-feature-table{
    overflow-x:auto;
  }.landing-feature-table table{
    min-width:680px;
  }}@media(max-width:560px){.landing-hero h1{
    font-size:40px;
  }.landing-lead{
    font-size:16px;
  }.landing-btn,.landing-price-cta{
    width:100%;
  }.landing-brand-logo{
    width:148px;
    max-width:48vw;
  }.landing-problem-copy,.landing-fit-grid article,.landing-feature-grid article,.landing-price-card,.landing-contact.landing-final-cta{
    padding:22px;
  }.landing-fit-grid article{
    min-height:0;
    align-items:center;
    text-align:center;
  }.landing-price-ribbon{
    width:62px;
    height:62px;
    top:16px;
    left:16px;
    font-size:13px;
  }.landing-price-card.recommended .landing-price-top{
    padding-inline-start:68px;
  }.landing-contact.landing-final-cta{
    width:calc(100% - 28px);
  }}/* Final landing pricing polish */
.landing-pricing-grid.two-plans{
  direction:rtl;
  align-items:stretch;
}.landing-price-card{
  text-align:right;
  direction:rtl;
  display:flex;
  flex-direction:column;
}.landing-price-card.recommended{
  overflow:visible;
}.landing-price-ribbon{
  top:22px!important;
  left:22px!important;
  right:auto!important;
  width:74px!important;
  height:74px!important;
  padding:0!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  line-height:1.05!important;
  font-size:13px!important;
  font-weight:950!important;
  background:linear-gradient(135deg,#7147ea,#b35cff)!important;
  color:#fff!important;
  box-shadow:0 18px 42px rgba(113,71,234,.28)!important;
  z-index:3!important;
}.landing-price-card.recommended .landing-price-top{
  margin-top:0!important;
  padding-inline-start:96px!important;
}.landing-price-top{
  text-align:right;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:12px!important;
  padding-inline-end:0!important;
  min-height:150px;
}.landing-price-top span:not(.landing-price-icon){
  justify-content:flex-start!important;
  text-align:right!important;
  width:100%;
  max-width:520px;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
}.landing-price-top h3{
  grid-column:auto!important;
  text-align:right!important;
  width:100%;
}.landing-price-main{
  direction:rtl;
  text-align:right;
  display:flex!important;
  flex-direction:row-reverse!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  gap:14px!important;
}.landing-price-main strong,.landing-price-main span,.landing-price-note,.landing-price-features,.landing-price-features li{
  text-align:right;
}.landing-price-main strong{
  white-space:nowrap;
}.landing-price-note{
  direction:rtl;
}.landing-price-features{
  width:100%;
}.landing-price-features li{
  position:relative;
  padding-right:34px!important;
  padding-left:0;
}.landing-price-features li::before{
  position:absolute;
  right:0;
  left:auto;
  top:.05em;
  margin:0!important;
}@media(max-width:900px){.landing-section-head h2{
    font-size:clamp(30px,10vw,46px);
  }.landing-pricing-grid.two-plans{
    gap:22px;
  }.landing-price-card{
    padding:26px 22px!important;
    border-radius:24px;
  }.landing-price-ribbon{
    width:66px!important;
    height:66px!important;
    top:18px!important;
    left:18px!important;
    font-size:12px!important;
  }.landing-price-card.recommended .landing-price-top{
    padding-inline-start:84px!important;
  }.landing-price-top{
    min-height:auto;
    gap:10px!important;
  }.landing-price-top h3{
    font-size:clamp(32px,11vw,44px)!important;
  }.landing-price-main{
    display:grid!important;
    gap:8px!important;
    justify-items:end!important;
    justify-content:stretch!important;
  }.landing-price-main strong{
    font-size:clamp(42px,14vw,58px);
  }.landing-price-note{
    font-size:15px;
    line-height:1.65;
  }.landing-price-features{
    gap:12px;
  }.landing-price-features li{
    font-size:15px;
    line-height:1.55;
  }.landing-feature-table{
    overflow:visible!important;
    border:0;
    background:transparent;
    box-shadow:none;
  }.landing-feature-table table,.landing-feature-table tbody,.landing-feature-table tr,.landing-feature-table td{
    display:block;
    width:100%;
    min-width:0!important;
  }.landing-feature-table table{
    min-width:0!important;
  }.landing-feature-table thead{
    display:none;
  }.landing-feature-table tbody{
    display:grid;
    gap:14px;
  }.landing-feature-table tr{
    padding:18px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(17,20,33,.1);
    box-shadow:0 14px 38px rgba(20,28,45,.06);
  }.landing-feature-table td{
    border:0;
    padding:0;
    text-align:right;
  }.landing-feature-table td:first-child{
    margin-bottom:14px;
    color:#111421;
    font-size:18px;
    font-weight:950;
    line-height:1.35;
  }.landing-feature-table td:nth-child(2),.landing-feature-table td:nth-child(3){
    display:grid;
    grid-template-columns:minmax(78px,auto) 1fr;
    align-items:center;
    gap:10px;
    min-height:40px;
    padding:10px 0;
    border-top:1px solid rgba(17,20,33,.07);
    color:#273142;
    font-size:16px;
    line-height:1.4;
  }.landing-feature-table td:nth-child(2)::before,.landing-feature-table td:nth-child(3)::before{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    padding:0 10px;
    border-radius:999px;
    background:#f2edff;
    color:#7147ea;
    font-size:13px;
    font-weight:950;
  }.landing-feature-table td:nth-child(2)::before{
    content:"בסיסית";
  }.landing-feature-table td:nth-child(3)::before{
    content:"פרמיום";
  }}@media(max-width:520px){.landing-price-card{
    padding:24px 18px!important;
  }.landing-price-ribbon{
    width:58px!important;
    height:58px!important;
    left:16px!important;
    top:16px!important;
  }.landing-price-card.recommended .landing-price-top{
    padding-inline-start:70px!important;
  }.landing-price-note{
    padding:14px!important;
  }.landing-feature-table tr{
    padding:16px 14px;
  }.landing-feature-table td:nth-child(2),.landing-feature-table td:nth-child(3){
    grid-template-columns:76px 1fr;
    font-size:15px;
  }}/* Landing pricing redesign v2 */
.landing-plans{
  background:
    radial-gradient(circle at 20% 0%,rgba(113,71,234,.08),transparent 30%),
    #f5f7fc;
}.landing-pricing-grid.two-plans{
  width:min(1080px,100%)!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:28px!important;
  align-items:stretch!important;
}.landing-price-card{
  isolation:isolate;
  min-height:0!important;
  padding:34px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;
  border:1px solid rgba(17,20,33,.1)!important;
  box-shadow:0 28px 74px rgba(20,28,45,.08)!important;
  transform:none!important;
  overflow:hidden!important;
}.landing-price-card.recommended{
  border:2px solid rgba(113,71,234,.42)!important;
  box-shadow:0 34px 92px rgba(113,71,234,.15)!important;
}.landing-price-card.recommended::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(113,71,234,.07),transparent 34%);
  pointer-events:none;
  z-index:-1;
}.landing-price-icon{
  display:none!important;
}.landing-price-ribbon{
  top:28px!important;
  left:28px!important;
  right:auto!important;
  width:auto!important;
  height:44px!important;
  min-width:92px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  font-size:15px!important;
  line-height:1!important;
  box-shadow:0 14px 34px rgba(113,71,234,.22)!important;
}.landing-price-top,.landing-price-card.recommended .landing-price-top{
  min-height:150px!important;
  padding:0!important;
  padding-left:124px!important;
  margin:0 0 28px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:16px!important;
  text-align:right!important;
}.landing-price-card:not(.recommended) .landing-price-top{
  padding-left:0!important;
}.landing-price-top h3{
  width:100%!important;
  margin:0!important;
  color:#111421!important;
  font-size:clamp(40px,3.7vw,58px)!important;
  line-height:1.05!important;
  text-align:right!important;
  letter-spacing:0!important;
}.landing-price-top span:not(.landing-price-icon){
  width:100%!important;
  max-width:560px!important;
  color:#7147ea!important;
  font-size:18px!important;
  line-height:1.6!important;
  font-weight:850!important;
  text-align:right!important;
}.landing-price-main{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:end!important;
  align-content:start!important;
  gap:8px!important;
  margin:0 0 22px!important;
  padding:0 0 24px!important;
  border-bottom:1px solid rgba(17,20,33,.09)!important;
}.landing-price-main strong{
  display:block!important;
  color:#111421!important;
  font-size:clamp(56px,5.4vw,82px)!important;
  line-height:.96!important;
  font-weight:950!important;
}.landing-price-main span{
  color:#6a7282!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:850!important;
}.landing-price-note{
  margin:0 0 24px!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  background:#f5f0ff!important;
  color:#596273!important;
  font-size:17px!important;
  line-height:1.65!important;
  font-weight:760!important;
}.landing-price-features{
  gap:12px!important;
  margin:0 0 30px!important;
}.landing-price-features li{
  min-height:30px;
  color:#273142!important;
  font-size:17px!important;
  line-height:1.45!important;
  font-weight:850!important;
}.landing-price-features li::before{
  top:0!important;
  width:24px;
  height:24px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  border:1px solid rgba(113,71,234,.36);
  color:#7147ea!important;
  font-size:14px;
  line-height:1;
}.landing-price-cta{
  min-height:58px!important;
  border-radius:18px!important;
  font-size:18px!important;
}@media(max-width:980px){.landing-pricing-grid.two-plans{
    grid-template-columns:1fr!important;
    width:min(640px,100%)!important;
  }.landing-price-card{
    padding:30px!important;
  }.landing-price-top,.landing-price-card.recommended .landing-price-top{
    min-height:auto!important;
    padding-left:118px!important;
  }.landing-price-card:not(.recommended) .landing-price-top{
    padding-left:0!important;
  }}@media(max-width:560px){.landing-price-card{
    padding:24px 18px!important;
    border-radius:24px!important;
  }.landing-price-ribbon{
    top:18px!important;
    left:18px!important;
    min-width:78px!important;
    height:38px!important;
    padding:0 14px!important;
    font-size:13px!important;
  }.landing-price-top,.landing-price-card.recommended .landing-price-top{
    padding-left:96px!important;
    gap:12px!important;
    margin-bottom:22px!important;
  }.landing-price-card:not(.recommended) .landing-price-top{
    padding-left:0!important;
  }.landing-price-top h3{
    font-size:clamp(34px,12vw,44px)!important;
  }.landing-price-top span:not(.landing-price-icon){
    font-size:16px!important;
    line-height:1.55!important;
  }.landing-price-main strong{
    font-size:clamp(50px,17vw,66px)!important;
  }.landing-price-main span,.landing-price-note,.landing-price-features li{
    font-size:15px!important;
  }.landing-price-cta{
    font-size:16px!important;
  }}/* Landing pricing final alignment */
.landing-pricing-grid.two-plans{
  width:min(1120px,100%)!important;
  gap:30px!important;
  align-items:stretch!important;
}.landing-price-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:620px!important;
  padding:36px 34px!important;
  text-align:right!important;
  direction:rtl!important;
}.landing-price-card.recommended{
  background:
    linear-gradient(180deg,rgba(126,74,245,.045),rgba(255,255,255,0) 32%),
    linear-gradient(180deg,#fff 0%,#fcfbff 100%)!important;
}.landing-price-ribbon{
  top:24px!important;
  left:24px!important;
  right:auto!important;
  width:82px!important;
  height:82px!important;
  min-width:0!important;
  padding:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#7347ee,#b354f6)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
  box-shadow:0 18px 42px rgba(113,71,234,.24)!important;
}.landing-price-top,.landing-price-card.recommended .landing-price-top,.landing-price-card:not(.recommended) .landing-price-top{
  min-height:0!important;
  padding:0!important;
  padding-left:96px!important;
  margin:0 0 28px!important;
  gap:14px!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  text-align:right!important;
}.landing-price-card:not(.recommended) .landing-price-top{
  padding-left:0!important;
}.landing-price-top h3{
  font-size:clamp(42px,3.2vw,56px)!important;
  line-height:1!important;
  text-align:right!important;
}.landing-price-top span:not(.landing-price-icon){
  max-width:100%!important;
  min-height:58px!important;
  display:block!important;
  color:#7249ee!important;
  font-size:18px!important;
  line-height:1.55!important;
  text-align:right!important;
}.landing-price-main{
  display:flex!important;
  flex-direction:row-reverse!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:16px!important;
  margin:8px 0 24px!important;
  padding:0 0 24px!important;
  text-align:right!important;
}.landing-price-main strong{
  font-size:clamp(62px,4.8vw,82px)!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}.landing-price-main span{
  max-width:150px!important;
  margin-bottom:8px!important;
  text-align:right!important;
}.landing-price-note{
  min-height:82px!important;
  margin:0 0 26px!important;
  padding:16px 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:right!important;
}.landing-price-features{
  margin:0 0 28px!important;
}.landing-price-features li{
  padding-right:36px!important;
  text-align:right!important;
}.landing-price-features li::before{
  right:0!important;
  left:auto!important;
}.landing-price-cta{
  margin-top:auto!important;
  width:100%!important;
}@media(max-width:980px){.landing-pricing-grid.two-plans{
    grid-template-columns:1fr!important;
    width:min(680px,100%)!important;
  }.landing-price-card{
    min-height:0!important;
  }.landing-logo-strip{
    padding:34px 18px 40px;
  }.landing-logo-marquee{
    mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  }.landing-logo-track{
    gap:12px;
    animation-duration:24s;
  }.landing-logo-item{
    width:150px;
    height:82px;
    border-radius:16px;
    padding:12px 14px;
  }.landing-logo-item img{
    max-width:112px;
    max-height:34px;
  }}@media(max-width:620px){.landing-pricing-grid.two-plans{
    gap:18px!important;
  }.landing-price-card{
    padding:26px 20px!important;
    border-radius:24px!important;
  }.landing-price-ribbon{
    top:18px!important;
    left:18px!important;
    width:66px!important;
    height:66px!important;
    font-size:13px!important;
  }.landing-price-top,.landing-price-card.recommended .landing-price-top,.landing-price-card:not(.recommended) .landing-price-top{
    padding-left:78px!important;
    margin-bottom:22px!important;
  }.landing-price-card:not(.recommended) .landing-price-top{
    padding-left:0!important;
  }.landing-price-top h3{
    font-size:38px!important;
  }.landing-price-top span:not(.landing-price-icon){
    min-height:0!important;
    font-size:15px!important;
  }.landing-price-main{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
  }.landing-price-main strong{
    font-size:58px!important;
  }.landing-price-main span{
    max-width:100%!important;
    margin:0!important;
  }.landing-price-note{
    min-height:0!important;
    font-size:15px!important;
    line-height:1.55!important;
  }.landing-feature-table{
    width:100%!important;
    overflow:visible!important;
  }.landing-feature-table table,.landing-feature-table tbody,.landing-feature-table tr,.landing-feature-table td{
    width:100%!important;
  }}/* dealer-template-final-polish */
body[data-template="private_showroom"]{
  --template-layout:private-split-showroom;
}body[data-template="tech_signature"]{
  --template-layout:tech-lab-rail;
}body[data-template] .card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  align-items:stretch;
}body[data-template] .card-actions a,body[data-template] .card-actions button,body[data-template] .btn-details,body[data-template] .btn-wa-full,body[data-template] .btn-wa,body[data-template] .cta-primary,body[data-template] .btn-send,body[data-template] #contactWaBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-width:0;
  min-height:52px;
  padding-inline:16px;
  line-height:1.25;
  white-space:normal;
  overflow-wrap:anywhere;
}.template-card-preview.showroom{
  background:linear-gradient(135deg,#fbfaf7 0%,#f0eadf 100%);
  border:1px solid rgba(184,138,68,.22);
  border-radius:20px;
  box-shadow:inset 0 0 0 14px rgba(184,138,68,.08);
}.template-card-preview.showroom .preview-line:first-child{
  background:#ffffff;
  border-radius:12px;
}.template-card-preview.showroom .preview-line:nth-child(2){
  background:#d7ccb6;
}.template-card-preview.showroom .preview-line:nth-child(3){
  background:#111827;
}.template-card-preview.tech{
  background:#020617;
  border:1px solid rgba(125,211,252,.42);
  border-radius:14px;
  box-shadow:inset 0 0 0 12px rgba(125,211,252,.08),0 0 0 1px rgba(139,92,246,.24);
}.template-card-preview.tech .preview-line:first-child{
  background:linear-gradient(90deg,#0e7490,#22d3ee);
  border-radius:8px;
}.template-card-preview.tech .preview-line:nth-child(2){
  background:#1e293b;
}.template-card-preview.tech .preview-line:nth-child(3){
  background:#67e8f9;
}body[data-template="private_showroom"] .template-card-preview.showroom{
  box-shadow:inset 0 0 0 14px rgba(184,138,68,.1),0 18px 42px rgba(21,23,29,.12);
}body[data-template="tech_signature"] .template-card-preview.tech{
  box-shadow:inset 0 0 0 12px rgba(125,211,252,.1),0 0 36px rgba(125,211,252,.28);
}body[data-template="private_showroom"] .cars-grid{
  grid-template-columns:repeat(auto-fit,minmax(520px,1fr));
  gap:26px;
}body[data-template="private_showroom"] .car-card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:stretch;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f8f5ee 100%);border:1px solid rgba(184,138,68,.2);border-radius:28px;box-shadow:0 26px 70px rgba(21,23,29,.12);}body[data-template="private_showroom"] .card-img-wrap{
  grid-column:1;
  grid-row:1;
  min-height:320px;
  height:100%;
  border-radius:0;
}body[data-template="private_showroom"] .card-img-wrap img{
  height:100%;
  object-fit:cover;
}body[data-template="private_showroom"] .card-body{
  grid-column:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
  padding:30px;
  text-align:right;
}body[data-template="private_showroom"] .card-brand{
  width:max-content;
  margin-inline-start:auto;
  padding:7px 12px;
  border:1px solid rgba(184,138,68,.26);
  border-radius:999px;
  color:#8a642f;
  background:rgba(184,138,68,.08);
  letter-spacing:.08em;
}body[data-template="private_showroom"] .card-name{
  font-size:clamp(25px,2.2vw,38px);
  line-height:1.08;
  color:#141821;
}body[data-template="private_showroom"] .card-price{
  color:#9a7137;
}body[data-template="private_showroom"] .card-actions{
  margin-top:auto;
}body[data-template="private_showroom"] .card-actions a:first-child,body[data-template="private_showroom"] .btn-details{
  background:#15171d;
  color:#fff;
  border-color:#15171d;
}body[data-template="private_showroom"] .card-actions a:last-child,body[data-template="private_showroom"] .btn-wa-full{
  background:#fff;
  color:#15171d;
  border:1px solid rgba(184,138,68,.3);
}body[data-template="tech_signature"] .cars-grid{
  grid-template-columns:repeat(auto-fit,minmax(390px,1fr));
  gap:18px;
}body[data-template="tech_signature"] .car-card{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:stretch;overflow:hidden;background:linear-gradient(135deg,#060b14 0%,#0c1423 100%);border:1px solid rgba(125,211,252,.28);border-radius:18px;box-shadow:0 0 0 1px rgba(139,92,246,.18),0 22px 70px rgba(2,6,23,.34);}body[data-template="tech_signature"] .card-img-wrap{
  grid-column:1;
  grid-row:1;
  min-height:270px;
  height:100%;
  border-radius:0;
  border-left:1px solid rgba(125,211,252,.26);
}body[data-template="tech_signature"] .card-img-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(125,211,252,.16),rgba(139,92,246,.22));
  pointer-events:none;
}body[data-template="tech_signature"] .card-img-wrap img{
  height:100%;
  object-fit:cover;
}body[data-template="tech_signature"] .card-body{
  grid-column:2;
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px 18px;
  align-content:center;
  padding:24px;
  text-align:right;
}body[data-template="tech_signature"] .card-brand{
  grid-column:1/-1;
  justify-self:start;
  padding:6px 10px;
  border:1px solid rgba(125,211,252,.34);
  border-radius:8px;
  color:#67e8f9;
  background:rgba(14,165,233,.1);
  letter-spacing:.1em;
}body[data-template="tech_signature"] .card-name{
  grid-column:1/-1;
  font-size:clamp(24px,2vw,34px);
  line-height:1.08;
  color:#f8fafc;
}body[data-template="tech_signature"] .card-specs{
  grid-column:1/-1;
  color:#a7b4c8;
}body[data-template="tech_signature"] .card-price{
  grid-column:1/-1;
  color:#67e8f9;
}body[data-template="tech_signature"] .card-actions{
  grid-column:1/-1;
  grid-template-columns:1fr 1fr;
}body[data-template="tech_signature"] .card-actions a:first-child,body[data-template="tech_signature"] .btn-details{
  background:linear-gradient(135deg,#22d3ee,#8b5cf6);
  color:#020617;
  border:0;
}body[data-template="tech_signature"] .card-actions a:last-child,body[data-template="tech_signature"] .btn-wa-full{
  background:rgba(15,23,42,.92);
  color:#f8fafc;
  border:1px solid rgba(125,211,252,.3);
}.language-switcher{position:fixed;left:18px;bottom:18px;z-index:9001;display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.12);box-shadow:0 16px 40px rgba(0,0,0,.16);backdrop-filter:blur(14px);pointer-events:auto}nav .language-switcher{position:static;left:auto;bottom:auto;z-index:auto;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);box-shadow:none}.language-switcher button,.language-switcher a,.mobile-language-switcher button,.mobile-language-switcher a{border:0;background:transparent;color:#111827;border-radius:999px;padding:7px 10px;font:800 11px/1 Heebo,system-ui,sans-serif;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}nav .language-switcher button,nav .language-switcher a{color:rgba(255,255,255,.72)}.language-switcher button:hover,.language-switcher a:hover,.mobile-language-switcher button:hover,.mobile-language-switcher a:hover{background:rgba(79,70,229,.1);transform:translateY(-1px)}.language-switcher button.active,.language-switcher a.active,.mobile-language-switcher button.active,.mobile-language-switcher a.active{background:linear-gradient(135deg,var(--theme-action,#7c3aed),color-mix(in srgb,var(--theme-action,#7c3aed) 72%,#fff 28%));color:var(--button-text,#fff)}.mobile-language-switcher{display:flex;align-items:center;gap:8px;padding:8px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}.mobile-language-switcher button,.mobile-language-switcher a{color:rgba(255,255,255,.85);padding:10px 14px}.dealer-language-options{display:flex;flex-wrap:wrap;gap:10px}.dealer-language-options label,.dealer-language-toggle{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid #e2e5ea;border-radius:10px;background:#f9fafb;color:#1f2937;font-weight:800}.dealer-language-options input,.dealer-language-toggle input{width:auto;accent-color:#3b5bdb}body.lang-en,body.lang-ru{direction:ltr}body.lang-en nav,body.lang-ru nav,body.lang-en .hero,body.lang-ru .hero,body.lang-en .catalog,body.lang-ru .catalog,body.lang-en .about,body.lang-ru .about,body.lang-en .contact,body.lang-ru .contact,body.lang-en footer{text-align:left}body.lang-ru footer{text-align:left}body.lang-en .nav-links,body.lang-ru .nav-links{direction:ltr}body.lang-en .card-body,body.lang-ru .card-body,body.lang-en .contact-grid,body.lang-ru .contact-grid,body.lang-en .footer-top{direction:ltr;text-align:left}body.lang-ru .footer-top{direction:ltr;text-align:left}body.lang-ar{direction:rtl}@media(max-width:680px){body[data-template] .cars-grid{
    grid-template-columns:1fr!important;
    gap:16px;
    width:100%;
  }body[data-template] .card-actions{
    grid-template-columns:1fr;
    gap:9px;
  }body[data-template] .card-actions a,body[data-template] .card-actions button,body[data-template] .btn-details,body[data-template] .btn-wa-full,body[data-template] .btn-wa,body[data-template] .cta-primary,body[data-template] .btn-send,body[data-template] #contactWaBtn{
    width:100%;
    min-height:50px;
    font-size:15px;
    padding-inline:12px;
  }body[data-template="tech_signature"] .car-card{grid-template-columns:1fr;border-radius:18px;margin-inline:0;}body[data-template="private_showroom"] .car-card{grid-template-columns:1fr;border-radius:22px;margin-inline:0;}body[data-template="tech_signature"] .card-img-wrap,body[data-template="private_showroom"] .card-img-wrap{
    grid-column:1;
    grid-row:1;
    min-height:0;
    height:clamp(220px,58vw,310px);
    border:0;
  }body[data-template="tech_signature"] .card-body,body[data-template="private_showroom"] .card-body{
    grid-column:1;
    grid-row:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    padding:20px;
    gap:10px;
    min-width:0;
  }body[data-template="tech_signature"] .card-brand,body[data-template="private_showroom"] .card-brand{
    align-self:flex-start;
    max-width:100%;
    overflow-wrap:anywhere;
  }body[data-template="tech_signature"] .card-name,body[data-template="private_showroom"] .card-name{
    font-size:clamp(22px,7.2vw,31px);
    line-height:1.12;
    max-width:100%;
    overflow-wrap:anywhere;
  }body[data-template="tech_signature"] .card-specs,body[data-template="private_showroom"] .card-specs,body[data-template="tech_signature"] .card-price,body[data-template="private_showroom"] .card-price{
    max-width:100%;
    overflow-wrap:anywhere;
  }}@media(max-width:760px){nav .language-switcher{display:none!important}.language-switcher{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);max-width:calc(100vw - 24px);box-shadow:0 10px 30px rgba(0,0,0,.18)}.language-switcher button,.language-switcher a{padding:9px 11px;font-size:12px}body.lang-en nav,body.lang-ru nav,body.lang-en .hero,body.lang-ru .hero,body.lang-en .catalog,body.lang-ru .catalog,body.lang-en .about,body.lang-ru .about,body.lang-en .contact,body.lang-ru .contact,body.lang-en footer,body.lang-ru footer{text-align:inherit}}/* dealer-template-identity-upgrade */
body[data-template="private_showroom"]{
  --template-layout:private-editorial-gallery;
}body[data-template="private_showroom"] .hero{
  min-height:clamp(620px,78vh,880px);
  background-color:#f7f3ec;
  isolation:isolate;
}body[data-template="private_showroom"] .hero::before{
  content:"";
  position:absolute;
  inset:9vh min(6vw,90px) auto auto;
  width:min(360px,42vw);
  height:min(360px,42vw);
  border:1px solid color-mix(in srgb,var(--brand-accent) 34%,transparent);
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--brand-accent) 16%,transparent),transparent 66%);
  pointer-events:none;
  z-index:1;
}body[data-template="private_showroom"] .hero-overlay{
  background:linear-gradient(90deg,rgba(247,243,236,.96) 0%,rgba(247,243,236,.74) 42%,rgba(247,243,236,.18) 100%);
}body[data-template="private_showroom"] .hero-content{max-width:640px;margin-inline:clamp(18px,8vw,118px) auto;text-align:right;align-items:flex-start;padding-block:clamp(120px,18vh,180px);}body[data-template="private_showroom"] .hero-eyebrow{
  border-radius:999px;
  background:#fff;
  color:var(--brand-primary);
  border:1px solid color-mix(in srgb,var(--brand-accent) 34%,transparent);
  box-shadow:0 14px 34px rgba(16,24,40,.08);
}body[data-template="private_showroom"] .hero-title{
  color:var(--brand-primary);
  text-align:right;
  max-width:12ch;
}body[data-template="private_showroom"] .hero-sub{
  color:color-mix(in srgb,var(--brand-primary) 72%,#fff);
  max-width:34rem;
  text-align:right;
}body[data-template="private_showroom"] .hero-stats{
  max-width:1120px;
  margin:-58px auto 0;
  position:relative;
  z-index:4;
  border-radius:28px;
  background:rgba(255,255,255,.9);
  border:1px solid color-mix(in srgb,var(--brand-accent) 22%,transparent);
  box-shadow:0 24px 70px rgba(16,24,40,.11);
  backdrop-filter:blur(18px);
}body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .contact{
  background:#f7f3ec;
  color:var(--brand-primary);
}body[data-template="private_showroom"] .catalog-toolbar{max-width:1120px;margin:0 auto 26px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-accent) 22%,transparent);border-radius:24px;box-shadow:0 18px 48px rgba(16,24,40,.08);}body[data-template="private_showroom"] .cars-grid{
  max-width:1120px;
  margin-inline:auto;
  grid-template-columns:1fr;
  gap:30px;
}body[data-template="private_showroom"] .car-card{
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  min-height:360px;
  border-radius:34px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--brand-accent) 22%,transparent);
  box-shadow:0 30px 80px rgba(16,24,40,.13);
}body[data-template="private_showroom"] .car-card::before{
  width:5px;
  height:auto;
  inset:24px auto 24px 24px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--brand-accent),color-mix(in srgb,var(--brand-primary) 72%,var(--brand-accent)));
}body[data-template="private_showroom"] .card-img-wrap{
  min-height:360px;
}body[data-template="private_showroom"] .card-body{
  padding:clamp(28px,4vw,46px);
}body[data-template="private_showroom"] .card-specs{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}body[data-template="private_showroom"] .card-spec{
  background:#f7f3ec;
  border:1px solid rgba(16,24,40,.06);
  border-radius:18px;
}body[data-template="private_showroom"] .why-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin-inline:auto;}body[data-template="private_showroom"] .why-item{
  min-height:210px;
  border-radius:30px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--brand-accent) 20%,transparent);
  box-shadow:0 18px 50px rgba(16,24,40,.08);
}body[data-template="private_showroom"] .process-steps{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin-inline:auto;}body[data-template="private_showroom"] .step{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  align-items:center;
  text-align:right;
  border-radius:28px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--brand-accent) 20%,transparent);
}body[data-template="private_showroom"] .about-inner{
  grid-template-columns:minmax(380px,.92fr) minmax(0,1.08fr);
  align-items:center;
  background:#fff;
  border-radius:34px;
  padding:clamp(22px,4vw,42px);
  border:1px solid color-mix(in srgb,var(--brand-accent) 20%,transparent);
  box-shadow:0 24px 70px rgba(16,24,40,.1);
}body[data-template="private_showroom"] .about-img{
  min-height:520px;
  border-radius:28px;
}body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid{
  max-width:1040px;
  margin-inline:auto;
  grid-template-columns:repeat(2,minmax(0,1fr));
}body[data-template="private_showroom"] .contact-inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);align-items:stretch;background:#fff;border-radius:34px;padding:clamp(22px,4vw,42px);border:1px solid color-mix(in srgb,var(--brand-accent) 20%,transparent);box-shadow:0 24px 70px rgba(16,24,40,.1);}body[data-template="private_showroom"] .contact-form{
  border-radius:28px;
  background:#f7f3ec;
  border:1px solid color-mix(in srgb,var(--brand-accent) 18%,transparent);
}body[data-template="private_showroom"] footer{
  background:#fff;
  color:var(--brand-primary);
  border-top:1px solid color-mix(in srgb,var(--brand-accent) 22%,transparent);
}body[data-template="private_showroom"] footer .footer-top{
  max-width:1120px;
  margin-inline:auto;
  grid-template-columns:1.45fr repeat(3,minmax(140px,1fr));
}body[data-template="tech_signature"]{
  --template-layout:tech-command-grid;
}body[data-template="tech_signature"] .hero{
  min-height:clamp(610px,82vh,900px);
  isolation:isolate;
  overflow:hidden;
}body[data-template="tech_signature"] .hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(125,211,252,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(125,211,252,.08) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,#000 0%,transparent 78%);
}body[data-template="tech_signature"] .hero-overlay{
  background:linear-gradient(90deg,#05070c 0%,rgba(5,7,12,.88) 38%,rgba(5,7,12,.35) 100%);
}body[data-template="tech_signature"] .hero-content{
  max-width:720px;
  margin-inline:auto clamp(18px,7vw,110px);
  text-align:right;
  align-items:flex-start;
}body[data-template="tech_signature"] .hero-title{
  text-align:right;
  max-width:11ch;
  text-shadow:0 0 34px color-mix(in srgb,var(--brand-primary) 38%,transparent);
}body[data-template="tech_signature"] .hero-sub{
  max-width:38rem;
  text-align:right;
}body[data-template="tech_signature"] .hero-stats{
  border-radius:0;
  border-block:1px solid color-mix(in srgb,var(--brand-primary) 28%,transparent);
  background:linear-gradient(90deg,rgba(125,211,252,.12),rgba(139,92,246,.1));
}body[data-template="tech_signature"] .catalog,body[data-template="tech_signature"] .why,body[data-template="tech_signature"] .process,body[data-template="tech_signature"] .about,body[data-template="tech_signature"] .reviews,body[data-template="tech_signature"] .faq-section,body[data-template="tech_signature"] .contact{
  background:#05070c;
  color:#f8fafc;
}body[data-template="tech_signature"] .catalog-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:14px;max-width:1240px;margin:0 auto 22px;background:rgba(8,13,23,.84);border:1px solid color-mix(in srgb,var(--brand-primary) 28%,transparent);border-radius:18px;box-shadow:0 0 0 1px rgba(139,92,246,.16),0 24px 70px rgba(2,6,23,.42);backdrop-filter:blur(18px);}body[data-template="tech_signature"] .cars-grid{
  max-width:1240px;
  margin-inline:auto;
  grid-template-columns:repeat(auto-fit,minmax(520px,1fr));
  gap:18px;
}body[data-template="tech_signature"] .car-card{
  grid-template-columns:140px minmax(0,1fr);
  min-height:290px;
  border-radius:14px;
  background:linear-gradient(135deg,#070b13 0%,#0c1422 70%,#111827 100%);
  border:1px solid color-mix(in srgb,var(--brand-primary) 30%,transparent);
  box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-accent) 18%,transparent),0 24px 70px rgba(2,6,23,.44);
}body[data-template="tech_signature"] .car-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,var(--brand-primary),var(--brand-accent));
}body[data-template="tech_signature"] .card-img-wrap{
  min-height:290px;
}body[data-template="tech_signature"] .card-body{
  display:grid;
  grid-template-columns:1fr minmax(150px,.34fr);
  align-content:center;
  padding:24px;
}body[data-template="tech_signature"] .card-price{
  align-self:center;
  justify-self:end;
}body[data-template="tech_signature"] .card-actions{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}body[data-template="tech_signature"] .why-grid{
  max-width:1240px;
  margin-inline:auto;
  grid-template-columns:repeat(3,minmax(0,1fr));
}body[data-template="tech_signature"] .why-item{
  position:relative;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(8,13,23,.94));
  border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);
  overflow:hidden;
}body[data-template="tech_signature"] .why-item::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--brand-primary),var(--brand-accent));
}body[data-template="tech_signature"] .process-steps{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1240px;margin-inline:auto;}body[data-template="tech_signature"] .step{
  border-radius:16px;
  background:linear-gradient(180deg,rgba(15,23,42,.88),rgba(8,13,23,.94));
  border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);
  box-shadow:0 0 32px rgba(125,211,252,.08);
}body[data-template="tech_signature"] .about-inner{
  max-width:1240px;
  grid-template-columns:minmax(0,1fr) minmax(430px,.8fr);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(15,23,42,.86),rgba(8,13,23,.96));
  border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);
  padding:clamp(22px,4vw,40px);
}body[data-template="tech_signature"] .about-img{
  min-height:460px;
  border-radius:16px;
  filter:saturate(1.1) contrast(1.06);
}body[data-template="tech_signature"] .reviews-grid,body[data-template="tech_signature"] .faq-grid{
  max-width:1240px;
  margin-inline:auto;
}body[data-template="tech_signature"] .review-card,body[data-template="tech_signature"] .faq-item{
  background:rgba(15,23,42,.82);
  border-color:color-mix(in srgb,var(--brand-primary) 22%,transparent);
}body[data-template="tech_signature"] .contact-inner{grid-template-columns:minmax(430px,1.05fr) minmax(0,.95fr);max-width:1240px;margin-inline:auto;background:linear-gradient(135deg,rgba(15,23,42,.88),rgba(8,13,23,.96));border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);border-radius:20px;padding:clamp(22px,4vw,40px);}body[data-template="tech_signature"] .contact-form{
  border-radius:16px;
  background:rgba(2,6,23,.58);
  border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);
}body[data-template="tech_signature"] footer{
  background:#03050a;
  border-top:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);
}body[data-template="tech_signature"] footer .footer-top{grid-template-columns:1.2fr repeat(3,minmax(130px,1fr));max-width:1240px;margin-inline:auto;border-radius:18px;background:rgba(15,23,42,.54);border:1px solid color-mix(in srgb,var(--brand-primary) 16%,transparent);padding:28px;}@media(max-width:980px){body[data-template="private_showroom"] .hero-content,body[data-template="tech_signature"] .hero-content{
    max-width:min(680px,calc(100% - 32px));
    margin-inline:auto;
    padding-block:120px 80px;
  }body[data-template="private_showroom"] .hero-title,body[data-template="tech_signature"] .hero-title{
    max-width:100%;
  }body[data-template="private_showroom"] .catalog-toolbar,body[data-template="tech_signature"] .catalog-toolbar{
    display:grid;
    grid-template-columns:1fr;
    margin-inline:16px;
  }body[data-template="private_showroom"] .cars-grid,body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:1fr;
    padding-inline:16px;
  }body[data-template="private_showroom"] .about-inner,body[data-template="tech_signature"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="tech_signature"] .contact-inner{
    grid-template-columns:1fr;
    margin-inline:16px;
  }body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .process-steps,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="tech_signature"] .why-grid,body[data-template="tech_signature"] .process-steps,body[data-template="tech_signature"] .reviews-grid,body[data-template="tech_signature"] .faq-grid{
    grid-template-columns:1fr;
    padding-inline:16px;
  }body[data-template="private_showroom"] footer .footer-top,body[data-template="tech_signature"] footer .footer-top{
    grid-template-columns:1fr;
    margin-inline:16px;
  }}@media(max-width:680px){body[data-template="private_showroom"] .hero,body[data-template="tech_signature"] .hero{
    min-height:auto;
  }body[data-template="private_showroom"] .hero::before,body[data-template="tech_signature"] .hero::before{
    opacity:.55;
  }body[data-template="private_showroom"] .hero-content,body[data-template="tech_signature"] .hero-content{
    padding-block:96px 58px;
    text-align:center;
    align-items:center;
  }body[data-template="private_showroom"] .hero-title,body[data-template="private_showroom"] .hero-sub,body[data-template="tech_signature"] .hero-title,body[data-template="tech_signature"] .hero-sub{
    text-align:center;
  }body[data-template="private_showroom"] .hero-stats{
    margin:0 12px 0;
    border-radius:20px;
  }body[data-template="private_showroom"] .car-card,body[data-template="tech_signature"] .car-card{
    grid-template-columns:1fr;
    min-height:0;
  }body[data-template="private_showroom"] .card-img-wrap,body[data-template="tech_signature"] .card-img-wrap{
    min-height:0;
    height:clamp(220px,62vw,320px);
  }body[data-template="private_showroom"] .card-body,body[data-template="tech_signature"] .card-body{
    display:flex;
    padding:20px;
  }body[data-template="private_showroom"] .card-specs,body[data-template="tech_signature"] .card-specs{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }body[data-template="private_showroom"] .step{
    grid-template-columns:1fr;
  }body[data-template="private_showroom"] .about-img,body[data-template="tech_signature"] .about-img{
    min-height:280px;
  }}/* private-showroom-polish-final
   Keep this last: compact header,prevent desktop overflow,and keep DealerX credit visible above the sticky CTA. */
body[data-template="private_showroom"]{
  overflow-x:hidden;
  padding-bottom:92px;
}body[data-template="private_showroom"] nav{
  min-height:0!important;
  height:auto!important;
  width:min(1120px,calc(100% - 28px))!important;
  top:12px!important;
  padding:7px 18px!important;
  gap:16px!important;
}body[data-template="private_showroom"] nav.scrolled{
  padding:6px 18px!important;
}body[data-template="private_showroom"] .nav-logo img{
  height:28px!important;
  max-width:150px;
  object-fit:contain;
}body[data-template="private_showroom"] .nav-links{
  gap:22px!important;
  min-width:0;
  flex-wrap:nowrap;
}body[data-template="private_showroom"] .nav-links a{
  font-size:13px!important;
  white-space:nowrap;
}body[data-template="private_showroom"] .nav-cta{
  padding:7px 18px!important;
  font-size:12px!important;
  white-space:nowrap;
}body[data-template="private_showroom"] .hero,body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .contact,body[data-template="private_showroom"] footer{
  max-width:100vw;
  overflow-x:clip;
}body[data-template="private_showroom"] .hero{
  padding-inline:clamp(18px,5vw,78px)!important;
}body[data-template="private_showroom"] .hero-bg{
  max-width:calc(100vw - 36px)!important;
}body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .cars-grid,body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .process-steps,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="private_showroom"] footer .footer-top{
  width:min(1060px,calc(100vw - 32px))!important;
  max-width:calc(100vw - 32px)!important;
}body[data-template="private_showroom"] .car-card{
  min-width:0!important;
}body[data-template="private_showroom"] .card-body,body[data-template="private_showroom"] .card-name,body[data-template="private_showroom"] .card-price,body[data-template="private_showroom"] .card-spec{
  min-width:0;
  overflow-wrap:anywhere;
}body[data-template="private_showroom"] .dealerx-credit{
  position:relative;
  z-index:45;
  margin-bottom:86px!important;
}body[data-template="private_showroom"] .sticky-cta{
  z-index:40;
  background:color-mix(in srgb,var(--theme-background) 82%,var(--surface-bg) 18%)!important;
  border-top:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
  box-shadow:0 -18px 44px color-mix(in srgb,var(--theme-decor) 12%,transparent)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .sticky-cta-text{
  color:var(--text-muted)!important;
}body[data-template="private_showroom"] .sticky-cta-text strong{
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .sticky-cta svg{
  color:currentColor!important;
}@media(max-width:1020px){body[data-template="private_showroom"] .nav-links{
    gap:14px!important;
  }body[data-template="private_showroom"] .nav-links a{
    font-size:12px!important;
  }body[data-template="private_showroom"] .nav-cta{
    padding:7px 13px!important;
  }body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .car-card:nth-child(even){
    grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr)!important;
  }}@media(max-width:860px){body[data-template="private_showroom"]{
    padding-bottom:104px;
  }body[data-template="private_showroom"] nav{
    width:100%!important;
    top:0!important;
    right:0!important;
    transform:none!important;
    border-radius:0!important;
    padding:8px 14px!important;
  }body[data-template="private_showroom"] .nav-logo img{
    height:26px!important;
  }body[data-template="private_showroom"] .dealerx-credit{
    margin-bottom:96px!important;
  }}@media(max-width:640px){body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .cars-grid,body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .process-steps,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="private_showroom"] footer .footer-top{
    width:min(100%,calc(100vw - 24px))!important;
    max-width:calc(100vw - 24px)!important;
  }}@media(max-width:760px){.design-template-grid{
    grid-template-columns:1fr;
  }}/* private-showroom-contact-footer-alignment
   Final pass for the lower conversion blocks: clean contact card,aligned footer columns,and visible DealerX credit above the sticky action bar. */
body[data-template="private_showroom"] .contact{
  padding:clamp(54px,7vw,92px) 0 clamp(38px,5vw,68px)!important;
  background:linear-gradient(180deg,#f4f1ea 0%,#ffffff 100%)!important;
}body[data-template="private_showroom"] .contact-inner{
  display:grid!important;
  grid-template-columns:minmax(0,.82fr) minmax(380px,1.18fr)!important;
  gap:clamp(22px,4vw,42px)!important;
  align-items:stretch!important;
  padding:clamp(22px,4vw,44px)!important;
  border-radius:32px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 28px 80px rgba(16,24,40,.11)!important;
}body[data-template="private_showroom"] .contact-info,body[data-template="private_showroom"] .contact-form{
  min-width:0;
}body[data-template="private_showroom"] .contact-info{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:16px;
  text-align:center;
  padding:clamp(4px,1.5vw,18px);
}body[data-template="private_showroom"] .contact-headline{
  max-width:12ch;
  margin:0!important;
  line-height:1.05!important;
}body[data-template="private_showroom"] .contact-sub{
  max-width:42rem;
  margin:0!important;
}body[data-template="private_showroom"] .contact-details{
  display:grid;
  gap:10px;
  width:100%;
  max-width:520px;
  margin-inline:auto;
  margin-top:12px;
}body[data-template="private_showroom"] .contact-detail,body[data-template="private_showroom"] .contact-item{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:18px;
  background:#f7f3ec;
  border:1px solid rgba(184,138,68,.16);
  color:#15171d;
}body[data-template="private_showroom"] .contact-form{
  display:grid!important;
  gap:12px!important;
  align-content:start;
  padding:clamp(18px,2.6vw,30px)!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fbfaf7,#f5efe5)!important;
}body[data-template="private_showroom"] .contact-form .f-input,body[data-template="private_showroom"] .contact-form .f-select,body[data-template="private_showroom"] .contact-form .f-textarea{
  width:100%;
}body[data-template="private_showroom"] footer{
  padding:clamp(38px,5vw,58px) 0 calc(26px + env(safe-area-inset-bottom))!important;
  background:#fff!important;
}body[data-template="private_showroom"] footer .footer-top{
  display:grid!important;
  grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(140px,.8fr))!important;
  gap:clamp(18px,3vw,34px)!important;
  align-items:start!important;
  padding:clamp(20px,3vw,30px)!important;
  border-radius:28px!important;
  background:#f8f5ef!important;
  border:1px solid rgba(184,138,68,.18)!important;
  box-shadow:0 18px 48px rgba(16,24,40,.07)!important;
  text-align:right!important;
}body[data-template="private_showroom"] footer .footer-brand,body[data-template="private_showroom"] footer .footer-col{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-start;
}body[data-template="private_showroom"] footer .footer-logo,body[data-template="private_showroom"] footer .f-title{
  margin:0;
}body[data-template="private_showroom"] footer .f-desc,body[data-template="private_showroom"] footer .f-links{
  margin:0;
}body[data-template="private_showroom"] footer .f-links{
  display:flex;
  flex-direction:column;
  gap:8px;
}body[data-template="private_showroom"] .dealerx-credit{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:34px;
  margin:14px auto 96px!important;
  padding:7px 14px!important;
  width:max-content;
  max-width:calc(100vw - 32px);
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(16,24,40,.08);
  box-shadow:0 12px 34px rgba(16,24,40,.08);
}@media(max-width:1040px){body[data-template="private_showroom"] .contact-inner{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .contact-info{
    align-items:center;
    text-align:center;
  }body[data-template="private_showroom"] .contact-headline,body[data-template="private_showroom"] .contact-sub{
    max-width:100%;
  }body[data-template="private_showroom"] footer .footer-top{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }}@media(max-width:680px){body[data-template="private_showroom"] .contact{
    padding-top:42px!important;
  }body[data-template="private_showroom"] .contact-inner{
    padding:18px!important;
    border-radius:24px!important;
    gap:18px!important;
  }body[data-template="private_showroom"] .contact-info{
    padding:0;
  }body[data-template="private_showroom"] .contact-form{
    padding:16px!important;
    border-radius:20px!important;
  }body[data-template="private_showroom"] footer .footer-top{
    grid-template-columns:1fr!important;
    padding:18px!important;
    border-radius:22px!important;
  }body[data-template="private_showroom"] footer .footer-brand,body[data-template="private_showroom"] footer .footer-col{
    align-items:center;
    text-align:center;
  }body[data-template="private_showroom"] .dealerx-credit{
    margin-bottom:106px!important;
  }}/* dealer-template-color-token-authority
   Templates own structure. The selected palette/manual colors own the visual colors.
   Executive Classic keeps its approved default colors only as the JS fallback preset. */
body[data-template]{
  background:var(--site-bg)!important;
  color:var(--text-main)!important;
}body[data-template] .hero,body[data-template] .catalog,body[data-template] .why,body[data-template] .process,body[data-template] .about,body[data-template] .reviews,body[data-template] .faq-section,body[data-template] .coming-section,body[data-template] .contact{
  background:var(--site-bg)!important;
  color:var(--text-main)!important;
}body[data-template] nav,body[data-template] nav.scrolled,body[data-template] .hero-stats,body[data-template] .catalog-toolbar,body[data-template] .adv-filters,body[data-template] .car-card,body[data-template] .why-item,body[data-template] .trust-item,body[data-template] .step,body[data-template] .review-card,body[data-template] .faq-item,body[data-template] .about-inner,body[data-template] .contact-inner,body[data-template] .contact-form,body[data-template] .cp-cta-card,body[data-template] .cp-spec,body[data-template] .cp-desc-text,body[data-template] .cp-similar-item,body[data-template] .wa-popup,body[data-template] footer,body[data-template] footer .footer-top{
  background:var(--surface-bg)!important;
  color:var(--text-main)!important;
  border-color:var(--line-soft)!important;
}body[data-template] .catalog-search,body[data-template] .catalog-sort,body[data-template] .f-btn,body[data-template] .vt-btn,body[data-template] .card-spec,body[data-template] .card-finance-teaser,body[data-template] .f-input,body[data-template] .f-select,body[data-template] .f-textarea,body[data-template] .contact-detail,body[data-template] .contact-item{
  background:var(--surface-soft)!important;
  color:var(--text-main)!important;
  border-color:var(--line-soft)!important;
}body[data-template] .nav-links a,body[data-template] .nav-cta,body[data-template] .hero-content,body[data-template] .hero-title,body[data-template] .hs-num,body[data-template] .s-title,body[data-template] .card-name,body[data-template] .card-price,body[data-template] .why-title,body[data-template] .step-title,body[data-template] .about-title,body[data-template] .contact-headline,body[data-template] .faq-item summary,body[data-template] .cp-title,body[data-template] .cp-price,body[data-template] .cp-spec-val,body[data-template] .trust-item strong{
  color:var(--text-main)!important;
}body[data-template] .hero-sub,body[data-template] .hero-subtitle,body[data-template] .hs-label,body[data-template] .catalog-sub,body[data-template] .card-spec-label,body[data-template] .card-spec,body[data-template] .why-text,body[data-template] .step-text,body[data-template] .about-text,body[data-template] .about-feat,body[data-template] .review-text,body[data-template] .faq-item p,body[data-template] .contact-sub,body[data-template] .c-val,body[data-template] .f-desc,body[data-template] .f-links a,body[data-template] .f-links span,body[data-template] .f-copy,body[data-template] .cp-subtitle,body[data-template] .cp-desc-text,body[data-template] .cp-spec-label{
  color:var(--text-muted)!important;
}body[data-template] .s-kicker,body[data-template] .s-tag,body[data-template] .card-brand,body[data-template] .card-meta,body[data-template] .card-badge,body[data-template] .about-label,body[data-template] .step-circle,body[data-template] .cp-badge,body[data-template] .cp-badge-brand{
  color:var(--text-main)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
}body[data-template] .btn-details,body[data-template] .btn-wa-full,body[data-template] .btn-wa,body[data-template] .cta-primary,body[data-template] .btn-send,body[data-template] #contactWaBtn,body[data-template] .cp-cta-wa{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 74%,#ffffff 26%))!important;
  color:var(--button-text)!important;
  border-color:transparent!important;
}body[data-template] .btn-secondary,body[data-template] .cp-cta-share{
  background:var(--surface-soft)!important;
  color:var(--text-main)!important;
  border-color:var(--line-soft)!important;
}body[data-template] .hero-title span{
  background:linear-gradient(135deg,var(--text-main),color-mix(in srgb,var(--text-main) 72%,var(--site-bg) 28%))!important;
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  background-clip:text!important;
}body[data-template] .card-img-wrap::after{
  background:linear-gradient(0deg,color-mix(in srgb,var(--site-bg) 76%,transparent),transparent 48%)!important;
}body[data-template] .hero-overlay{
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--site-bg) 92%,transparent) 0%,color-mix(in srgb,var(--site-bg) 56%,transparent) 52%,color-mix(in srgb,var(--site-bg) 22%,transparent) 100%)!important;
}body[data-template="private_showroom"] .hero{
  background:
    radial-gradient(ellipse 44% 36% at 18% 74%,color-mix(in srgb,var(--brand-accent) 18%,transparent),transparent 72%),
    var(--site-bg)!important;
}body[data-template="tech_signature"] .hero,body[data-template="tech_signature"] .catalog,body[data-template="tech_signature"] .why,body[data-template="tech_signature"] .process,body[data-template="tech_signature"] .about,body[data-template="tech_signature"] .reviews,body[data-template="tech_signature"] .faq-section,body[data-template="tech_signature"] .coming-section{
  background:
    radial-gradient(ellipse 54% 32% at 82% 0%,color-mix(in srgb,var(--brand-accent) 18%,transparent),transparent 72%),
     repeating-linear-gradient(90deg,color-mix(in srgb,var(--brand-primary) 4%,transparent) 0 1px,transparent 1px 90px),
     var(--site-bg)!important;
}/* dealer-template-tech-signature-alignment-fix
   Final authority for Tech Signature: centered hero/story and compact logo-safe header. */
body[data-template="tech_signature"] nav{min-height:76px!important;height:auto!important;padding:8px clamp(16px,3vw,34px)!important;gap:clamp(12px,2vw,24px)!important;align-items:center!important}body[data-template="tech_signature"] nav.scrolled{padding:7px clamp(16px,3vw,34px)!important}body[data-template="tech_signature"] .nav-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:min(190px,24vw)!important;max-width:min(360px,40vw)!important;min-height:62px!important;padding:7px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;border:1px solid color-mix(in srgb,var(--brand-primary) 18%,rgba(255,255,255,.62))!important;box-shadow:0 18px 42px rgba(0,0,0,.18)!important;overflow:hidden}body[data-template="tech_signature"] .nav-logo img{display:block!important;min-height:42px!important;max-height:56px!important;max-width:min(300px,34vw)!important;width:auto!important;object-fit:contain!important;mix-blend-mode:normal!important;filter:none!important;opacity:1!important}body[data-template="tech_signature"] .nav-logo-fb{font-size:clamp(15px,1.4vw,19px)!important;letter-spacing:1.2px!important;white-space:nowrap}body[data-template="tech_signature"] .f-logo img{mix-blend-mode:normal!important;filter:none!important;opacity:1!important;background:rgba(255,255,255,.92)!important;border-radius:16px!important;padding:7px 12px!important;box-sizing:content-box!important}body[data-template="tech_signature"] .nav-links{min-width:0!important;gap:clamp(14px,2vw,28px)!important}body[data-template="tech_signature"] .hero{justify-content:center!important;padding-inline:clamp(18px,5vw,84px)!important}body[data-template="tech_signature"] .hero::before{mask-image:linear-gradient(90deg,transparent 0%,#000 22%,#000 78%,transparent 100%)}body[data-template="tech_signature"] .hero-overlay{background:linear-gradient(180deg,color-mix(in srgb,var(--site-bg) 58%,transparent) 0%,color-mix(in srgb,var(--site-bg) 78%,transparent) 54%,var(--site-bg) 100%)!important}body[data-template="tech_signature"] .hero-content{margin-inline:auto!important;margin-right:auto!important;margin-left:auto!important;max-width:min(850px,100%)!important;width:min(850px,100%)!important;text-align:center!important;align-items:center!important;border-right:0!important;border-inline:0!important;padding:0!important}body[data-template="tech_signature"] .hero-title{max-width:100%!important;text-align:center!important;margin-inline:auto!important}body[data-template="tech_signature"] .hero-sub{max-width:48rem!important;text-align:center!important;margin-inline:auto!important}body[data-template="tech_signature"] .hero-ctas{justify-content:center!important}body[data-template="tech_signature"] .about-inner{grid-template-columns:1fr!important;max-width:min(980px,calc(100vw - 32px))!important;margin-inline:auto!important;text-align:center!important;justify-items:center!important}body[data-template="tech_signature"] .about-text{text-align:center!important;max-width:760px;margin-inline:auto}body[data-template="tech_signature"] .about-title,body[data-template="tech_signature"] .about-label,body[data-template="tech_signature"] .about-feats{margin-inline:auto;text-align:center!important}body[data-template="tech_signature"] .about-img{width:min(760px,100%)!important;min-height:clamp(280px,36vw,440px)!important;clip-path:none!important}/* dealer-template-tech-signature-clean-hero-image
   Keep the Tech Signature hero image clean: no grid texture,only a smooth dark readability layer. */
body[data-template="tech_signature"] .hero{background:var(--site-bg)!important}body[data-template="tech_signature"] .hero::before{content:none!important;background:none!important;mask-image:none!important}body[data-template="tech_signature"] .hero-overlay{background:linear-gradient(180deg,color-mix(in srgb,var(--site-bg) 62%,transparent) 0%,color-mix(in srgb,var(--site-bg) 50%,transparent) 42%,color-mix(in srgb,var(--site-bg) 84%,transparent) 100%)!important}/* dealer-template-tech-signature-catalog-card-grid
   Match the main dealer catalog card layout while keeping Tech Signature's visual language. */
body[data-template="tech_signature"] .catalog{overflow-x:hidden!important}body[data-template="tech_signature"] .catalog-grid-wrap{
  width:min(100%,calc(100vw - 48px))!important;
  max-width:min(1180px,calc(100vw - 48px))!important;
  margin-inline:auto!important;
  box-sizing:border-box!important;
}body[data-template="tech_signature"] .catalog-toolbar,body[data-template="tech_signature"] .cars-grid{
  width:min(100%,calc(100vw - 48px))!important;
  max-width:min(1180px,calc(100vw - 48px))!important;
  margin-inline:auto!important;
  box-sizing:border-box!important;
}body[data-template="tech_signature"] .cars-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
}body[data-template="tech_signature"] .car-card,body[data-template="tech_signature"] .car-card:nth-child(5n+1),body[data-template="tech_signature"] .car-card:nth-child(3n+1){
  display:flex!important;
  flex-direction:column!important;
  grid-column:auto!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  border-radius:20px!important;
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--surface-bg) 96%,#020617) 0%,color-mix(in srgb,var(--site-bg) 92%,#111827) 100%)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 28%,rgba(255,255,255,.08))!important;
  box-shadow:
    0 0 0 1px color-mix(in srgb,var(--brand-accent) 14%,transparent),
    0 18px 54px rgba(2,6,23,.38)!important;
}body[data-template="tech_signature"] .car-card::before,body[data-template="tech_signature"] .car-card:nth-child(5n+1)::before,body[data-template="tech_signature"] .car-card:nth-child(3n+1)::before{
  content:none!important;
  display:none!important;
  background:none!important;
}body[data-template="tech_signature"] .card-img-wrap,body[data-template="tech_signature"] .card-body{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}body[data-template="tech_signature"] .card-img-wrap,body[data-template="tech_signature"] .car-card:nth-child(5n+1) .card-img-wrap,body[data-template="tech_signature"] .car-card:nth-child(3n+1) .card-img-wrap{
  width:100%!important;
  height:260px!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border-radius:0!important;
  border-left:0!important;
  border-bottom:1px solid color-mix(in srgb,var(--brand-primary) 22%,transparent)!important;
}body[data-template="tech_signature"] .card-img-wrap::after{
  content:none!important;
  display:none!important;
  background:none!important;
}body[data-template="tech_signature"] .card-badge,body[data-template="tech_signature"] .card-badge.card-badge-just-in,body[data-template="tech_signature"] .card-badge.card-badge-sold{
  top:14px!important;
  right:14px!important;
  left:auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:calc(100% - 28px)!important;
  min-height:0!important;
  border-radius:999px!important;
  padding:8px 13px!important;
  background:color-mix(in srgb,var(--surface-bg) 74%,transparent)!important;
  color:var(--brand-primary)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 38%,transparent)!important;
  box-shadow:0 10px 26px rgba(2,6,23,.28)!important;
  backdrop-filter:blur(10px)!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}body[data-template="tech_signature"] .card-body{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:13px!important;
  padding:24px!important;
  text-align:right!important;
  grid-template-columns:1fr!important;
}body[data-template="tech_signature"] .card-brand{
  align-self:flex-start!important;
  justify-self:auto!important;
  width:max-content!important;
  max-width:100%!important;
  border-radius:999px!important;
  padding:7px 11px!important;
  color:var(--brand-primary)!important;
  background:color-mix(in srgb,var(--brand-primary) 13%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 34%,transparent)!important;
}body[data-template="tech_signature"] .card-name{
  font-size:clamp(24px,2.3vw,34px)!important;
  line-height:1.08!important;
  color:var(--text-main)!important;
}body[data-template="tech_signature"] .card-price{
  align-self:auto!important;
  justify-self:auto!important;
  font-size:clamp(28px,2.8vw,40px)!important;
  color:var(--text-main)!important;
}body[data-template="tech_signature"] .card-specs{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}body[data-template="tech_signature"] .card-actions{
  margin-top:auto!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}body[data-template="tech_signature"] .card-actions,body[data-template="tech_signature"] .card-specs{min-width:0!important}@media(max-width:1180px){body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template="tech_signature"] .car-card,body[data-template="tech_signature"] .car-card:nth-child(5n+1){
    grid-column:auto!important;
    min-height:0!important;
  }body[data-template="tech_signature"] .card-body{grid-template-columns:1fr!important}body[data-template="tech_signature"] .car-card:nth-child(5n+1) .card-img-wrap{
    min-height:0!important;
    height:250px!important;
  }}@media(max-width:760px){body[data-template="tech_signature"] nav{padding:8px 14px!important}body[data-template="tech_signature"] .nav-logo{min-width:112px!important;max-width:174px!important}body[data-template="tech_signature"] .nav-logo img{min-height:34px!important;max-height:44px!important;max-width:168px!important}body[data-template="tech_signature"] .catalog-toolbar,body[data-template="tech_signature"] .catalog-grid-wrap,body[data-template="tech_signature"] .cars-grid{
    width:min(100%,calc(100vw - 24px))!important;
    max-width:calc(100vw - 24px)!important;
  }body[data-template="tech_signature"] .cars-grid{
    grid-template-columns:1fr!important;
  }}.external-crm-card{
  margin-top:18px;
  background:#fff;
  border:1px solid #dfe7f3;
  border-radius:18px;
  padding:22px;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}.connections-hub{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(178px,1fr));
  gap:14px;
  margin:0 0 18px;
  direction:rtl;
}.connection-tile{
  min-height:154px;
  border:1px solid #dfe7f3;
  border-radius:18px;
  background:#fff;
  color:#111827;
  padding:18px 16px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  text-align:right;
  font-family:'Heebo',sans-serif;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}.connection-tile:hover{
  transform:translateY(-2px);
  border-color:#c7d4f0;
  box-shadow:0 18px 38px rgba(15,23,42,.09);
}.connection-tile.is-active{
  border-color:#111827;
  background:linear-gradient(135deg,#111827,#1f2a44);
  color:#fff;
  box-shadow:0 20px 44px rgba(15,23,42,.18);
}.connection-tile-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,#111827,#2563eb);
  font-size:17px;
  font-weight:1000;
  box-shadow:0 10px 22px rgba(37,99,235,.16);
}.connection-tile-icon.meta{background:#1877f2}.connection-tile-icon.whatsapp{background:#16a34a}.connection-tile-icon.crm{background:#7c3aed}.connection-tile-icon.webhook{background:#0f766e}.connection-tile-icon.fix{background:#f97316}.connection-tile-icon.voicecenter{background:#0284c7}.connection-tile.is-active .connection-tile-icon{
  background:rgba(255,255,255,.16);
  color:#fff;
  box-shadow:none;
}.connection-tile strong{
  display:block;
  font-size:16px;
  font-weight:1000;
  line-height:1.22;
}.connection-tile small{
  display:block;
  color:#667085;
  font-size:12px;
  font-weight:800;
  line-height:1.55;
}.connection-tile.is-active small{
  color:rgba(255,255,255,.72);
}.connections-workspace{
  min-height:220px;
}.connections-workspace .integration-accordion{
  margin-top:0;
}.connections-workspace .integration-accordion:not([open]){
  display:none;
}.integration-accordion{
  position:relative;
}.integration-accordion[open]{
  border-color:#c8d7ee;
  box-shadow:0 18px 44px rgba(15,23,42,.09);
}.integration-accordion-summary{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  list-style:none;
  cursor:pointer;
  user-select:none;
  padding:2px;
}.integration-accordion-summary::-webkit-details-marker{
  display:none;
}.integration-summary-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,#111827,#2563eb);
  font-size:18px;
  font-weight:1000;
  letter-spacing:.02em;
  box-shadow:0 10px 24px rgba(37,99,235,.16);
}.integration-summary-copy{
  display:grid;
  gap:4px;
  min-width:0;
}.integration-summary-copy strong{
  color:#101828;
  font-size:16px;
  font-weight:1000;
}.integration-summary-copy small{
  color:#667085;
  font-size:12px;
  font-weight:800;
  line-height:1.5;
}.integration-summary-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:104px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid #d8e2f0;
  background:#f8fafc;
  color:#344054;
  font-size:12px;
  font-weight:1000;
}.integration-accordion[open] .integration-accordion-summary{
  margin-bottom:18px;
  padding-bottom:16px;
  border-bottom:1px solid #eef2f7;
}.integration-accordion[open] .integration-summary-action{
  background:#111827;
  color:#fff;
  border-color:#111827;
}.external-crm-card.is-compact{
  padding:18px 20px;
}.external-crm-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}.external-crm-sub{
  margin:8px 0 0;
  color:#667085;
  font-size:13px;
  line-height:1.7;
}.external-crm-guide{
  margin-bottom:16px;
  padding:13px 15px;
  border:1px solid #dbeafe;
  background:#eff6ff;
  border-radius:12px;
  color:#1e3a8a;
  display:grid;
  gap:5px;
}.external-crm-guide strong{
  font-size:13px;
  font-weight:900;
}.external-crm-guide span{
  font-size:12px;
  line-height:1.7;
  font-weight:700;
}.external-crm-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:82px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff1f2;
  color:#be123c;
  border:1px solid #fecdd3;
  font-size:12px;
  font-weight:900;
}.external-crm-badge.active{
  background:#ecfdf3;
  color:#027a48;
  border-color:#abefc6;
}.external-crm-badge.pending{
  background:#fffbeb;
  color:#92400e;
  border-color:#fde68a;
}.external-crm-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}.external-crm-card.is-compact .external-crm-guide,.external-crm-card.is-compact .external-crm-grid,.external-crm-card.is-compact #fixdigitalSaveBtn{
  display:none;
}.external-crm-card.is-compact .external-crm-head{
  margin-bottom:10px;
}.external-crm-card.is-compact .external-crm-status{
  margin-top:0;
}.external-crm-grid .full{
  grid-column:1/-1;
}.copy-input-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}.green-api-card{
  overflow:hidden;
}.green-api-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:5px;
  margin:0 0 16px;
  border:1px solid #edf2f7;
  border-radius:14px;
  background:#f6f8fc;
}.green-api-tab{
  border:0;
  border-radius:10px;
  background:transparent;
  color:#748094;
  font:inherit;
  font-size:14px;
  font-weight:900;
  padding:12px 14px;
  cursor:pointer;
}.green-api-tab.active{
  background:#fff;
  color:#101828;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
}.green-api-panel{
  display:grid;
  gap:14px;
}.green-api-panel[hidden]{
  display:none!important;
}.green-api-empty-state{
  min-height:150px;
  display:grid;
  place-items:center;
  gap:8px;
  padding:28px 18px;
  text-align:center;
  color:#98a2b3;
  border:1px dashed #dbe5f5;
  border-radius:14px;
  background:#fbfcff;
}.green-api-empty-state strong{
  color:#344054;
  font-size:18px;
}.green-api-empty-state span{
  max-width:560px;
  line-height:1.7;
  font-weight:700;
}.green-api-safety-state{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  border:1px solid #dbe5f5;
  border-radius:14px;
  background:#f8fbff;
  color:#475467;
}.green-api-safety-state div{
  display:grid;
  gap:6px;
}.green-api-safety-state strong{
  color:#101828;
  font-size:16px;
}.green-api-safety-state span:not(.green-api-safety-pill){
  line-height:1.7;
  font-weight:700;
}.green-api-safety-pill{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:12px;
  font-weight:900;
}.external-crm-toggle{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  border:1px solid #dbe5f5;
  background:#f8fbff;
  border-radius:12px;
  color:#1f2937;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}.external-crm-toggle input{
  width:18px;
  height:18px;
  accent-color:#2563eb;
}.external-crm-status{
  margin-top:14px;
  padding:12px 14px;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#475467;
  font-size:13px;
  font-weight:700;
}.external-crm-status.ok{
  background:#ecfdf3;
  border-color:#abefc6;
  color:#027a48;
}.external-crm-status.pending{
  background:#fffbeb;
  border-color:#fde68a;
  color:#92400e;
}.external-crm-status.error{
  background:#fff1f2;
  border-color:#fecdd3;
  color:#be123c;
}.external-crm-actions{
  display:flex;
  justify-content:flex-start;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}.voicecenter-extension-panel{
  margin-top:16px;
  padding:16px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fbfdff;
  display:grid;
  gap:12px;
}.voicecenter-extension-panel>div:first-child{
  display:grid;
  gap:4px;
  color:#344054;
}.voicecenter-extension-panel strong{
  font-size:13px;
  font-weight:900;
}.voicecenter-extension-panel span{
  font-size:12px;
  color:#667085;
  font-weight:700;
}.voicecenter-extension-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:10px;
}.voicecenter-extension-row{
  min-width:0;
  border:1px solid #dbe5f5;
  border-radius:12px;
  background:#fff;
  padding:12px 13px;
  display:grid;
  gap:4px;
}.voicecenter-extension-row strong{
  color:#101828;
  font-size:14px;
}.voicecenter-extension-row span{
  color:#111827;
  font-size:13px;
  direction:ltr;
  text-align:right;
}.voicecenter-extension-row small{
  color:#667085;
  font-size:11px;
  font-weight:800;
}@media(max-width:760px){.connections-hub{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.connection-tile{min-height:138px;padding:14px;border-radius:15px}.connection-tile-icon{width:36px;height:36px;border-radius:12px}.connection-tile strong{font-size:14px}.connection-tile small{font-size:11px}.external-crm-card{padding:16px;border-radius:14px}.integration-accordion-summary{grid-template-columns:auto minmax(0,1fr)}.integration-summary-action{grid-column:1/-1;width:100%}.external-crm-head{flex-direction:column}.external-crm-grid{grid-template-columns:1fr}.copy-input-row{grid-template-columns:1fr}.green-api-tabs{grid-template-columns:1fr}.green-api-safety-state{display:grid}.green-api-safety-pill{justify-self:start}}@media(max-width:430px){.connections-hub{grid-template-columns:1fr}.connection-tile{min-height:112px}}/* tech-signature-footer-centered-content
   Keep footer columns visually centered inside the framed block. */
body[data-template="tech_signature"] footer{
  padding:72px clamp(16px,4vw,60px) 30px!important;
}body[data-template="tech_signature"] footer .footer-top{
  min-height:260px!important;
  display:grid!important;
  grid-template-columns:minmax(320px,1.25fr) repeat(2,minmax(160px,.8fr))!important;
  align-items:center!important;
  justify-items:center!important;
  gap:clamp(28px,5vw,72px)!important;
  text-align:center!important;
  padding:42px clamp(24px,5vw,72px)!important;
  box-sizing:border-box!important;
}body[data-template="tech_signature"] footer .footer-brand,body[data-template="tech_signature"] footer .footer-col{
  width:100%!important;
  min-height:150px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}body[data-template="tech_signature"] footer .f-logo{
  min-height:78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 0 14px!important;
}body[data-template="tech_signature"] footer .f-logo img{
  max-height:72px!important;
  max-width:min(360px,100%)!important;
  object-fit:contain!important;
}body[data-template="tech_signature"] footer .f-desc,body[data-template="tech_signature"] footer .f-links{
  margin-inline:auto!important;
  text-align:center!important;
}body[data-template="tech_signature"] footer .social{
  justify-content:center!important;
}@media(max-width:980px){body[data-template="tech_signature"] footer .footer-top{
    min-height:0!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    padding:30px 20px!important;
  }body[data-template="tech_signature"] footer .footer-brand,body[data-template="tech_signature"] footer .footer-col{
    min-height:0!important;
  }}/* tech-signature-clean-contact-and-hero
   Remove decorative cockpit grid from the inquiry form and the vertical DX label. */
body[data-template="tech_signature"] .contact-form::before{content:none!important;display:none!important;background:none!important}body[data-template="tech_signature"] .hero::after{content:none!important;display:none!important}/* dealer-template-private-showroom-gallery-fix
   Final authority for Private Showroom: stable private-gallery layout,distinct from the classic and tech templates. */
body[data-template="private_showroom"]{
  --template-layout:private-gallery-editorial;
  --template-personality:private-showroom-boutique;
  background:var(--site-bg)!important;
  color:var(--text-main)!important;
  overflow-x:hidden!important;
}body[data-template="private_showroom"] nav{
  width:min(1180px,calc(100vw - 36px))!important;
  max-width:calc(100vw - 36px)!important;
  min-height:78px!important;
  height:auto!important;
  inset-inline:0!important;
  margin-inline:auto!important;
  top:18px!important;
  padding:10px clamp(14px,2.8vw,30px)!important;
  border-radius:28px!important;
  background:color-mix(in srgb,var(--surface-bg) 82%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 25%,transparent)!important;
  box-shadow:0 24px 60px color-mix(in srgb,var(--site-bg) 32%,transparent)!important;
  backdrop-filter:blur(18px)!important;
}body[data-template="private_showroom"] .nav-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:min(170px,24vw)!important;
  max-width:min(310px,34vw)!important;
  min-height:58px!important;
  overflow:hidden!important;
}body[data-template="private_showroom"] .nav-logo img{
  display:block!important;
  max-height:62px!important;
  max-width:min(290px,32vw)!important;
  width:auto!important;
  object-fit:contain!important;
}body[data-template="private_showroom"] .nav-links{
  gap:clamp(12px,2vw,28px)!important;
  min-width:0!important;
}body[data-template="private_showroom"] .nav-links a,body[data-template="private_showroom"] .nav-cta{
  color:var(--text-main)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;
}body[data-template="private_showroom"] .hero{
  min-height:clamp(620px,82vh,820px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:clamp(112px,13vh,156px) clamp(18px,6vw,92px) clamp(58px,8vh,96px)!important;
  overflow:hidden!important;
  background:var(--site-bg)!important;
}body[data-template="private_showroom"] .hero::before{
  content:""!important;
  position:absolute!important;
  inset:clamp(96px,13vh,150px) clamp(18px,5vw,84px) clamp(42px,7vh,80px)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 30%,transparent)!important;
  border-radius:clamp(30px,5vw,72px)!important;
  pointer-events:none!important;
  z-index:2!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--surface-bg) 9%,transparent),transparent 46%)!important;
}body[data-template="private_showroom"] .hero::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:min(420px,52vw)!important;
  height:min(420px,52vw)!important;
  right:auto!important;
  left:clamp(-180px,-10vw,-80px)!important;
  bottom:clamp(-180px,-12vw,-90px)!important;
  border-radius:999px!important;
  background:radial-gradient(circle,color-mix(in srgb,var(--theme-decor) 18%,transparent),transparent 68%)!important;
  opacity:.9!important;
  pointer-events:none!important;
}body[data-template="private_showroom"] .hero-bg{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  border-radius:0!important;
  opacity:1!important;
  filter:saturate(1.02) contrast(1.03)!important;
  transform:none!important;
}body[data-template="private_showroom"] .hero-overlay{
  background:
    radial-gradient(ellipse 52% 44% at 50% 44%,color-mix(in srgb,var(--surface-bg) 7%,transparent),transparent 58%),
    linear-gradient(180deg,color-mix(in srgb,var(--site-bg) 58%,transparent) 0%,color-mix(in srgb,var(--site-bg) 44%,transparent) 42%,color-mix(in srgb,var(--site-bg) 86%,transparent) 100%)!important;
}body[data-template="private_showroom"] .hero-content{
  max-width:min(760px,100%)!important;
  width:min(760px,100%)!important;
  margin-inline:auto!important;
  text-align:center!important;
  align-items:center!important;
  padding:0!important;
  border:0!important;
  z-index:3!important;
}body[data-template="private_showroom"] .hero-content{max-width:min(760px,100%)!important}body[data-template="private_showroom"] .hero-title{
  max-width:13ch!important;
  margin-inline:auto!important;
  text-align:center!important;
  font-size:clamp(44px,8vw,100px)!important;
  line-height:.94!important;
}body[data-template="private_showroom"] .hero-sub{
  max-width:46rem!important;
  margin-inline:auto!important;
  text-align:center!important;
}body[data-template="private_showroom"] .hero-ctas,body[data-template="private_showroom"] .hero-stats{
  justify-content:center!important;
}body[data-template="private_showroom"] .hero-stats{
  width:min(720px,100%)!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border-radius:26px!important;
  background:color-mix(in srgb,var(--surface-bg) 74%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 26%,transparent)!important;
}body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .coming-section,body[data-template="private_showroom"] .contact,body[data-template="private_showroom"] footer{
  overflow-x:hidden!important;
  background:
    radial-gradient(ellipse 38% 22% at 15% 6%,color-mix(in srgb,var(--theme-decor) 10%,transparent),transparent 70%),
    var(--site-bg)!important;
}body[data-template="private_showroom"] .catalog-grid-wrap,body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .cars-grid,body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .process-steps,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="private_showroom"] footer .footer-top{
  width:min(100%,calc(100vw - 36px))!important;
  max-width:1180px!important;
  margin-inline:auto!important;
  box-sizing:border-box!important;
}body[data-template="private_showroom"] .catalog-toolbar{max-width:1180px!important}body[data-template="private_showroom"] .catalog-toolbar{
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) auto auto!important;
  gap:12px!important;
  border-radius:24px!important;
  padding:12px!important;
  background:color-mix(in srgb,var(--surface-bg) 92%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 20%,transparent)!important;
}body[data-template="private_showroom"] .cars-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:24px!important;
}body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .car-card:nth-child(even){
  display:grid!important;
  grid-template-columns:minmax(300px,.42fr) minmax(0,.58fr)!important;
  min-height:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  border-radius:32px!important;
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--surface-bg) 96%,transparent),color-mix(in srgb,var(--site-bg) 86%,var(--surface-bg) 14%))!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 26%,transparent)!important;
  box-shadow:0 24px 68px color-mix(in srgb,var(--site-bg) 24%,transparent)!important;
}body[data-template="private_showroom"] .car-card:nth-child(even) .card-img-wrap{grid-column:auto!important;grid-row:auto!important}body[data-template="private_showroom"] .car-card:nth-child(even) .card-body{grid-column:auto!important;grid-row:auto!important}body[data-template="private_showroom"] .car-card::before{
  content:""!important;
  position:absolute!important;
  inset:16px!important;
  border-radius:24px!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 18%,transparent)!important;
  pointer-events:none!important;
  background:none!important;
}body[data-template="private_showroom"] .card-img-wrap{
  height:clamp(260px,28vw,360px)!important;
  min-height:0!important;
  margin:14px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 22%,transparent)!important;
}body[data-template="private_showroom"] .card-body{
  min-width:0!important;
  max-width:100%!important;
  padding:clamp(24px,3.4vw,44px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:14px!important;
}body[data-template="private_showroom"] .card-name{
  font-size:clamp(25px,3vw,40px)!important;
  line-height:1.08!important;
  overflow-wrap:anywhere!important;
}body[data-template="private_showroom"] .card-price{
  font-size:clamp(30px,3.2vw,44px)!important;
}body[data-template="private_showroom"] .card-specs{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}body[data-template="private_showroom"] .card-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:auto!important;
}body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px!important;
}body[data-template="private_showroom"] .process-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-template="private_showroom"] .why-item,body[data-template="private_showroom"] .step,body[data-template="private_showroom"] .review-card,body[data-template="private_showroom"] .faq-item{
  border-radius:28px!important;
  background:color-mix(in srgb,var(--surface-bg) 92%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 22%,transparent)!important;
  box-shadow:0 18px 54px color-mix(in srgb,var(--site-bg) 16%,transparent)!important;
}body[data-template="private_showroom"] .step{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  align-items:center!important;
}body[data-template="private_showroom"] .about-inner{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr)!important}body[data-template="private_showroom"] .contact-inner{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr)!important}body[data-template="private_showroom"] .about-img{
  border-radius:36px!important;
  clip-path:none!important;
  overflow:hidden!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;
}body[data-template="private_showroom"] footer .footer-top{
  grid-template-columns:minmax(260px,1.15fr) repeat(2,minmax(150px,.8fr))!important;
  align-items:start!important;
  border-radius:32px!important;
  padding:36px!important;
  background:color-mix(in srgb,var(--surface-bg) 88%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 18%,transparent)!important;
}@media(max-width:980px){body[data-template="private_showroom"] nav{
    top:10px!important;
    width:min(100%,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    border-radius:22px!important;
  }body[data-template="private_showroom"] .nav-links{
    display:none!important;
  }body[data-template="private_showroom"] .hero{
    min-height:620px!important;
    padding:118px 18px 56px!important;
  }body[data-template="private_showroom"] .hero::before{
    inset:92px 12px 34px!important;
    border-radius:30px!important;
  }body[data-template="private_showroom"] .hero-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template="private_showroom"] .catalog-toolbar{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .cars-grid{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .car-card{
    grid-template-columns:1fr!important;
    border-radius:26px!important;
  }body[data-template="private_showroom"] .car-card{grid-template-columns:1fr!important}body[data-template="private_showroom"] .card-img-wrap{
    height:240px!important;
    margin:10px!important;
    border-radius:20px!important;
  }body[data-template="private_showroom"] .card-body{
    padding:22px!important;
  }body[data-template="private_showroom"] .card-specs,body[data-template="private_showroom"] .card-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .process-steps,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="private_showroom"] footer .footer-top{
    grid-template-columns:1fr!important;
  }}@media(max-width:520px){body[data-template="private_showroom"] .nav-logo{min-width:112px!important;max-width:172px!important}body[data-template="private_showroom"] .nav-logo img{max-height:44px!important;max-width:168px!important}body[data-template="private_showroom"] .hero-title{font-size:clamp(40px,14vw,64px)!important}body[data-template="private_showroom"] .card-specs,body[data-template="private_showroom"] .card-actions,body[data-template="private_showroom"] .hero-stats{
    grid-template-columns:1fr!important;
  }}/* dealer-template-private-showroom-polish-v2
   Final pass for "גלריה פרטית": centered header/hero,cleaner process cards,and finance colors mapped to the admin color roles. */
body[data-template="private_showroom"] nav{left:50%!important;right:auto!important;transform:translateX(-50%)!important;display:grid!important;grid-template-columns:clamp(150px,18vw,260px) minmax(0,1fr) auto!important;align-items:center!important;justify-content:stretch!important;gap:clamp(12px,2vw,28px)!important}body[data-template="private_showroom"] .nav-logo{flex:0 0 clamp(150px,18vw,260px)!important;min-width:clamp(150px,18vw,260px)!important;max-width:clamp(150px,18vw,260px)!important;justify-content:flex-start!important}body[data-template="private_showroom"] .nav-logo img{max-width:100%!important;max-height:64px!important}body[data-template="private_showroom"] .nav-links{justify-content:center!important;text-align:center!important;width:100%!important}body[data-template="private_showroom"] .nav-links a{color:var(--text-main)!important}body[data-template="private_showroom"] .nav-cta{justify-self:end!important;background:var(--button-bg)!important;color:var(--button-text)!important;border-color:color-mix(in srgb,var(--theme-decor) 28%,transparent)!important}body[data-template="private_showroom"] .hero{justify-content:center!important;text-align:center!important}body[data-template="private_showroom"] .hero-content{margin-inline:auto!important;text-align:center!important;justify-content:center!important;align-items:center!important}body[data-template="private_showroom"] .hero-title,body[data-template="private_showroom"] .hero-sub{text-align:center!important;margin-inline:auto!important}body[data-template="private_showroom"] .hero-ctas{justify-content:center!important}body[data-template="private_showroom"] .s-title,body[data-template="private_showroom"] .finance-title,body[data-template="private_showroom"] .step h3,body[data-template="private_showroom"] .why-item h3,body[data-template="private_showroom"] .about-text h2{color:var(--theme-heading)!important}body[data-template="private_showroom"] .s-tag,body[data-template="private_showroom"] .finance-sub,body[data-template="private_showroom"] .step p,body[data-template="private_showroom"] .why-item p,body[data-template="private_showroom"] .about-text p{color:var(--text-muted)!important}body[data-template="private_showroom"] .process-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}body[data-template="private_showroom"] .step{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important;align-content:start!important;min-height:232px!important;border-radius:30px!important;padding:28px 22px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-bg) 94%,transparent),color-mix(in srgb,var(--theme-background) 82%,var(--surface-bg) 18%))!important;border:1px solid color-mix(in srgb,var(--theme-decor) 30%,transparent)!important}body[data-template="private_showroom"] .step-num,body[data-template="private_showroom"] .step-number{width:58px!important;height:58px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:color-mix(in srgb,var(--theme-decor) 22%,var(--surface-bg) 78%)!important;color:var(--theme-heading)!important;border:1px solid color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;margin:0 auto 12px!important}body[data-template="private_showroom"] .finance-calculator{background:linear-gradient(180deg,var(--site-bg),color-mix(in srgb,var(--theme-background) 88%,var(--surface-bg) 12%))!important;color:var(--text-main)!important;padding:clamp(64px,7vw,96px) clamp(18px,5vw,64px)!important}body[data-template="private_showroom"] .finance-inner{width:min(1120px,100%)!important;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)!important;gap:clamp(20px,4vw,42px)!important;padding:clamp(22px,4vw,42px)!important;border-radius:36px!important;background:color-mix(in srgb,var(--surface-bg) 86%,transparent)!important;border:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;box-shadow:0 28px 86px color-mix(in srgb,var(--site-bg) 22%,transparent)!important}body[data-template="private_showroom"] .finance-box{background:color-mix(in srgb,var(--theme-background) 80%,var(--surface-bg) 20%)!important;border:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;border-radius:28px!important;box-shadow:none!important}body[data-template="private_showroom"] .finance-grid label{color:var(--text-muted)!important}body[data-template="private_showroom"] .finance-grid input,body[data-template="private_showroom"] .finance-grid select{background:var(--surface-bg)!important;color:var(--text-main)!important;border:1px solid color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;border-radius:16px!important}body[data-template="private_showroom"] .finance-grid select option{background:var(--surface-bg)!important;color:var(--text-main)!important}body[data-template="private_showroom"] .finance-result{background:color-mix(in srgb,var(--surface-bg) 88%,var(--theme-decor) 12%)!important;border:1px solid color-mix(in srgb,var(--theme-decor) 32%,transparent)!important;border-radius:24px!important}body[data-template="private_showroom"] .finance-result span{color:var(--text-muted)!important}body[data-template="private_showroom"] .finance-result strong{color:var(--theme-action)!important;text-shadow:none!important}body[data-template="private_showroom"] .finance-result button{background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 78%,var(--theme-decor) 22%))!important;color:var(--button-text)!important;border:0!important;border-radius:999px!important}body[data-template="private_showroom"] .finance-notes{color:var(--text-muted)!important}@media(max-width:1180px){body[data-template="private_showroom"] .process-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){body[data-template="private_showroom"] nav{left:50%!important;right:auto!important;transform:translateX(-50%)!important;grid-template-columns:minmax(130px,1fr) auto!important}body[data-template="private_showroom"] .nav-logo{flex:0 1 auto!important;min-width:130px!important;max-width:min(220px,58vw)!important}body[data-template="private_showroom"] .nav-cta{justify-self:end!important}body[data-template="private_showroom"] .finance-inner{grid-template-columns:1fr!important}}@media(max-width:640px){body[data-template="private_showroom"] nav{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important}body[data-template="private_showroom"] .process-steps{grid-template-columns:1fr!important}body[data-template="private_showroom"] .step{min-height:0!important}body[data-template="private_showroom"] .finance-calculator{padding:48px 14px!important}body[data-template="private_showroom"] .finance-inner{padding:18px!important;border-radius:26px!important}}/* dealer-template-private-showroom-color-lock-v3
   One source of truth for the admin color roles:
   buttons = --theme-action,text = --theme-heading/text-main,background = --theme-background/site-bg,decor = --theme-decor. */
body[data-template="private_showroom"]{
  background:var(--theme-background)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .hero{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:var(--theme-background)!important;
}body[data-template="private_showroom"] .hero-content{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(860px,calc(100vw - 32px))!important;
  max-width:min(860px,calc(100vw - 32px))!important;
  margin:0 auto!important;
  padding-inline:0!important;
  text-align:center!important;
}body[data-template="private_showroom"] .hero-eyebrow,body[data-template="private_showroom"] .hero-title,body[data-template="private_showroom"] .hero-title span,body[data-template="private_showroom"] .hero-sub{
  max-width:100%!important;
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}body[data-template="private_showroom"] .hero-title span{
  background:linear-gradient(135deg,var(--theme-heading) 0%,var(--theme-decor) 52%,var(--theme-decor-secondary) 100%)!important;
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  background-clip:text!important;
}body[data-template="private_showroom"] .hero-overlay{
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--theme-background) 42%,transparent) 0%,color-mix(in srgb,var(--theme-background) 20%,transparent) 42%,color-mix(in srgb,var(--theme-background) 84%,transparent) 100%)!important;
}body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .weekly-car-section,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .contact,body[data-template="private_showroom"] footer{
  background:var(--theme-background)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .why-item,body[data-template="private_showroom"] .review-card,body[data-template="private_showroom"] .faq-item,body[data-template="private_showroom"] .contact-form,body[data-template="private_showroom"] .wa-popup,body[data-template="private_showroom"] .cp-cta-card,body[data-template="private_showroom"] .cp-spec,body[data-template="private_showroom"] .trust-strip{
  background:color-mix(in srgb,var(--theme-background) 84%,var(--surface-bg) 16%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 30%,transparent)!important;
  box-shadow:0 22px 74px color-mix(in srgb,var(--theme-decor) 10%,transparent)!important;
}body[data-template="private_showroom"] .catalog-search,body[data-template="private_showroom"] .catalog-sort,body[data-template="private_showroom"] .contact-form input,body[data-template="private_showroom"] .contact-form select,body[data-template="private_showroom"] .contact-form textarea{
  background:color-mix(in srgb,var(--theme-background) 88%,var(--surface-bg) 12%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 26%,transparent)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .hero-eyebrow,body[data-template="private_showroom"] .s-tag,body[data-template="private_showroom"] .card-brand,body[data-template="private_showroom"] .card-badge,body[data-template="private_showroom"] .step-num,body[data-template="private_showroom"] .step-number{
  border-color:color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;
  background:color-mix(in srgb,var(--theme-decor) 16%,var(--theme-background) 84%)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .cta-primary,body[data-template="private_showroom"] .btn-details,body[data-template="private_showroom"] .btn-wa-full,body[data-template="private_showroom"] .btn-wa,body[data-template="private_showroom"] .wa-float a,body[data-template="private_showroom"] #contactWaBtn,body[data-template="private_showroom"] .contact-form button,body[data-template="private_showroom"] .sticky-cta a{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 82%,var(--theme-decor) 18%))!important;
  color:var(--button-text)!important;
  border-color:color-mix(in srgb,var(--theme-action) 34%,transparent)!important;
}body[data-template="private_showroom"] .cta-secondary,body[data-template="private_showroom"] .f-btn,body[data-template="private_showroom"] .vt-btn,body[data-template="private_showroom"] .card-spec,body[data-template="private_showroom"] .card-finance-teaser{
  background:color-mix(in srgb,var(--theme-background) 82%,var(--theme-decor) 18%)!important;
  color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 30%,transparent)!important;
}body[data-template="private_showroom"] .s-title,body[data-template="private_showroom"] .card-name,body[data-template="private_showroom"] .card-price,body[data-template="private_showroom"] .about-text h2,body[data-template="private_showroom"] .contact-title,body[data-template="private_showroom"] .cp-title,body[data-template="private_showroom"] .cp-price{
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .catalog-sub,body[data-template="private_showroom"] .card-specs,body[data-template="private_showroom"] .about-text p,body[data-template="private_showroom"] .contact-sub,body[data-template="private_showroom"] .faq-answer,body[data-template="private_showroom"] .review-text,body[data-template="private_showroom"] .cp-meta{
  color:var(--text-muted)!important;
}/* dealer-template-private-showroom-visible-logo-v4
   Transparent/dark dealer logos must stay readable in the gallery template. */
body[data-template="private_showroom"] .nav-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:58px!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--theme-background) 78%,var(--surface-bg) 22%)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
  overflow:visible!important;
}body[data-template="private_showroom"] .nav-logo img{display:block!important;min-height:38px!important;max-height:64px!important;max-width:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;mix-blend-mode:normal!important;filter:none!important;opacity:1!important;background:transparent!important}body[data-template="private_showroom"] .nav-logo-fb{
  color:var(--theme-heading)!important;
}@media(max-width:520px){body[data-template="private_showroom"] .nav-logo{
    min-height:50px!important;
    padding:7px 10px!important;
  }body[data-template="private_showroom"] .nav-logo img{min-height:34px!important;max-height:48px!important}}/* dealer-template-private-showroom-composition-v5
   Final visual authority for "גלריה פרטית": balanced header,centered hero,predictable logo sizing,and responsive spacing. */
body[data-template="private_showroom"] nav{width:min(1400px,calc(100vw - 56px))!important;max-width:min(1400px,calc(100vw - 56px))!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;display:grid!important;grid-template-columns:minmax(164px,220px) minmax(0,1fr) minmax(142px,174px)!important;align-items:center!important;justify-content:stretch!important;gap:clamp(12px,2vw,28px)!important;min-height:82px!important;padding:10px clamp(18px,2.2vw,28px)!important;border-radius:30px!important;background:color-mix(in srgb,var(--surface-bg) 90%,var(--theme-background) 10%)!important}body[data-template="private_showroom"] .nav-logo{justify-content:center!important;min-width:164px!important;max-width:220px!important;min-height:60px!important;padding:8px 12px!important;background:color-mix(in srgb,var(--theme-background) 70%,var(--surface-bg) 30%)!important}body[data-template="private_showroom"] .nav-logo img{max-height:52px!important;min-height:0!important;max-width:180px!important;width:auto!important}body[data-template="private_showroom"] .nav-links{justify-content:center!important;gap:clamp(14px,2vw,30px)!important}body[data-template="private_showroom"] .nav-cta{justify-self:start!important;min-width:142px!important;min-height:48px!important;padding-inline:18px!important}body[data-template="private_showroom"] .hero{display:grid!important;place-items:center!important;min-height:clamp(680px,86vh,920px)!important;padding:clamp(130px,16vh,180px) clamp(22px,5vw,72px) clamp(72px,10vh,118px)!important;text-align:center!important;overflow:hidden!important}body[data-template="private_showroom"] .hero::before{left:50%!important;right:auto!important;transform:translateX(-50%)!important;top:clamp(138px,18vh,210px)!important;width:min(660px,calc(100vw - 64px))!important;height:clamp(260px,34vh,420px)!important;border-radius:42px!important;opacity:.42!important}body[data-template="private_showroom"] .hero-content{position:relative!important;left:auto!important;right:auto!important;transform:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:min(860px,calc(100vw - 44px))!important;max-width:min(860px,calc(100vw - 44px))!important;margin:0 auto!important;padding:0!important;text-align:center!important;z-index:4!important}body[data-template="private_showroom"] .hero-eyebrow{margin-inline:auto!important;max-width:min(520px,100%)!important;text-align:center!important}body[data-template="private_showroom"] .hero-title{font-size:clamp(54px,7vw,112px)!important;line-height:.92!important;letter-spacing:0!important;max-width:10.5ch!important;margin:0 auto clamp(14px,2vh,24px)!important;text-align:center!important}body[data-template="private_showroom"] .hero-sub{max-width:620px!important;margin-inline:auto!important;text-align:center!important}body[data-template="private_showroom"] .hero-ctas{justify-content:center!important;margin-inline:auto!important}body[data-template="private_showroom"] .hero-stats{margin-inline:auto!important}@media(max-width:760px){body[data-template="private_showroom"] nav{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;grid-template-columns:minmax(112px,1fr) auto!important;min-height:66px!important;padding:8px 10px!important;border-radius:22px!important}body[data-template="private_showroom"] .nav-logo{min-width:112px!important;max-width:178px!important;min-height:48px!important;padding:6px 8px!important}body[data-template="private_showroom"] .nav-logo img{max-height:42px!important;max-width:158px!important}body[data-template="private_showroom"] .nav-cta{min-width:0!important;min-height:42px!important;padding-inline:12px!important}body[data-template="private_showroom"] .hero{min-height:clamp(600px,82vh,760px)!important;padding:112px 16px 58px!important}body[data-template="private_showroom"] .hero::before{top:126px!important;width:calc(100vw - 36px)!important;height:280px!important;border-radius:28px!important}body[data-template="private_showroom"] .hero-title{font-size:clamp(42px,13vw,68px)!important;line-height:.96!important;max-width:11ch!important}body[data-template="private_showroom"] .hero-sub{font-size:clamp(15px,4vw,18px)!important}}/* dealer-template-tech-signature-transparent-logo-v2 */
body[data-template="tech_signature"] .nav-logo{background:transparent!important;border-color:transparent!important;box-shadow:none!important}body[data-template="tech_signature"] .nav-logo img{display:block!important;min-height:42px!important;max-height:56px!important;background:transparent!important;padding:0!important;border-radius:0!important;mix-blend-mode:normal!important;filter:none!important;opacity:1!important}/* dealer-template-tech-signature-transparent-logo-v2
   Tech Signature must show the dealer logo as-is,with no artificial pill,fill,padding,or shadow behind transparent logo artwork. */
body[data-template="tech_signature"] .nav-logo{background:transparent!important;border-color:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important;overflow:visible!important}body[data-template="tech_signature"] .nav-logo img{display:block!important;min-height:42px!important;max-height:56px!important;max-width:min(300px,34vw)!important;width:auto!important;height:auto!important;object-fit:contain!important;mix-blend-mode:normal!important;filter:none!important;opacity:1!important;background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important}body[data-template="tech_signature"] .f-logo img{background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important}@media(max-width:640px){body[data-template="tech_signature"] .nav-logo img{min-height:34px!important;max-height:44px!important;max-width:168px!important}}/* Catalog card typography tuning */
.catalog .car-card .card-name{
  font-size:14.7px!important;
  line-height:1.32!important;
}.catalog .car-card .card-price{
  font-size:16.8px!important;
  line-height:1.18!important;
}body[data-template] .catalog .car-card .card-name{
  font-size:clamp(17px,1.6vw,24px)!important;
  line-height:1.16!important;
}body[data-template] .catalog .car-card .card-price{
  font-size:clamp(20px,2vw,28px)!important;
  line-height:1.12!important;
}@media(max-width:600px){.catalog .car-card .card-name,body[data-template] .catalog .car-card .card-name{
    font-size:15.4px!important;
    line-height:1.28!important;
  }.catalog .car-card .card-price,body[data-template] .catalog .car-card .card-price{
    font-size:16.8px!important;
  }}/* dealer-template-private-showroom-ready-v6
   Production-ready authority for "גלריה פרטית": centered boutique header,readable transparent logos,calm hero composition,and color-role consistency. */
body[data-template="private_showroom"] nav{
  top:clamp(16px,2.4vh,30px)!important;
  width:min(1240px,calc(100vw - 48px))!important;
  max-width:min(1240px,calc(100vw - 48px))!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  display:grid!important;
  grid-template-columns:minmax(210px,280px) minmax(0,1fr) minmax(132px,168px)!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:clamp(16px,2.2vw,34px)!important;
  min-height:94px!important;
  padding:12px clamp(18px,2vw,28px)!important;
  border-radius:36px!important;
  background:color-mix(in srgb,var(--surface-bg) 94%,white 6%)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 20%,transparent)!important;
  box-shadow:0 24px 74px color-mix(in srgb,var(--theme-decor) 12%,transparent)!important;
  overflow:visible!important;
}body[data-template="private_showroom"] .nav-logo{
  justify-self:end!important;
  justify-content:center!important;
  min-width:210px!important;
  max-width:280px!important;
  min-height:72px!important;
  padding:8px 18px!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--theme-background) 66%,white 34%)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44)!important;
}body[data-template="private_showroom"] .nav-logo img{
  display:block!important;
  min-height:0!important;
  max-height:64px!important;
  max-width:232px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
}body[data-template="private_showroom"] .nav-links{
  justify-content:center!important;
  gap:clamp(18px,2.1vw,34px)!important;
  min-width:0!important;
}body[data-template="private_showroom"] .nav-links a{
  color:var(--theme-heading)!important;
  white-space:nowrap!important;
}body[data-template="private_showroom"] .nav-cta{
  justify-self:start!important;
  min-width:132px!important;
  min-height:48px!important;
  padding-inline:18px!important;
  border-radius:0!important;
  background:var(--theme-action)!important;
  color:var(--button-text)!important;
  border-color:color-mix(in srgb,var(--theme-action) 40%,transparent)!important;
}body[data-template="private_showroom"] .hero{
  display:grid!important;
  place-items:center!important;
  min-height:clamp(660px,84vh,860px)!important;
  padding:clamp(136px,16vh,176px) clamp(22px,5vw,72px) clamp(70px,9vh,108px)!important;
  text-align:center!important;
  overflow:hidden!important;
  background:var(--theme-background)!important;
}body[data-template="private_showroom"] .hero-bg{
  opacity:.9!important;
  filter:saturate(.92) contrast(.98)!important;
}body[data-template="private_showroom"] .hero-overlay{
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--theme-background) 28%,rgba(0,0,0,.42)) 0%,color-mix(in srgb,var(--theme-background) 18%,rgba(0,0,0,.34)) 48%,color-mix(in srgb,var(--theme-background) 70%,rgba(0,0,0,.42)) 100%),
    radial-gradient(circle at 50% 44%,color-mix(in srgb,var(--surface-bg) 18%,transparent) 0%,transparent 52%)!important;
}body[data-template="private_showroom"] .hero::before{
  left:50%!important;
  right:auto!important;
  top:50%!important;
  transform:translate(-50%,-43%)!important;
  width:min(720px,calc(100vw - 72px))!important;
  height:clamp(260px,34vh,380px)!important;
  border-radius:44px!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 22%,transparent)!important;
  background:color-mix(in srgb,var(--surface-bg) 12%,transparent)!important;
  opacity:.26!important;
  pointer-events:none!important;
}body[data-template="private_showroom"] .hero::after{
  opacity:0!important;
  content:none!important;
}body[data-template="private_showroom"] .hero-content{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(760px,calc(100vw - 44px))!important;
  max-width:min(760px,calc(100vw - 44px))!important;
  margin:0 auto!important;
  padding:0!important;
  text-align:center!important;
  z-index:4!important;
}body[data-template="private_showroom"] .hero-eyebrow{
  max-width:min(520px,100%)!important;
  margin-inline:auto!important;
  text-align:center!important;
  border-radius:999px!important;
}body[data-template="private_showroom"] .hero-title{
  font-size:clamp(48px,6.2vw,96px)!important;
  line-height:.94!important;
  letter-spacing:0!important;
  max-width:11ch!important;
  margin:0 auto clamp(14px,2vh,24px)!important;
  text-align:center!important;
}body[data-template="private_showroom"] .hero-sub{
  max-width:620px!important;
  margin-inline:auto!important;
  text-align:center!important;
  color:color-mix(in srgb,var(--theme-heading) 70%,var(--text-muted) 30%)!important;
}body[data-template="private_showroom"] .hero-ctas,body[data-template="private_showroom"] .hero-stats{
  justify-content:center!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] .process-steps{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  max-width:980px!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] .step{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  justify-items:stretch!important;
  gap:18px!important;
  text-align:right!important;
  padding:24px 26px!important;
  border-radius:30px!important;
  background:color-mix(in srgb,var(--surface-bg) 88%,var(--theme-background) 12%)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
  box-shadow:0 20px 62px color-mix(in srgb,var(--theme-decor) 9%,transparent)!important;
}body[data-template="private_showroom"] .step-num,body[data-template="private_showroom"] .step-number{
  margin:0!important;
  width:58px!important;
  height:58px!important;
  background:color-mix(in srgb,var(--theme-decor) 20%,var(--surface-bg) 80%)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .finance-inner{
  background:color-mix(in srgb,var(--surface-bg) 90%,var(--theme-background) 10%)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
}body[data-template="private_showroom"] .finance-box{
  background:color-mix(in srgb,var(--theme-background) 72%,var(--surface-bg) 28%)!important;
}body[data-template="private_showroom"] .finance-result{
  background:color-mix(in srgb,var(--surface-bg) 84%,var(--theme-action) 16%)!important;
}@media(max-width:1100px){body[data-template="private_showroom"] nav{
    grid-template-columns:minmax(178px,236px) minmax(0,1fr) minmax(120px,154px)!important;
    width:calc(100vw - 34px)!important;
    max-width:calc(100vw - 34px)!important;
  }body[data-template="private_showroom"] .nav-logo{
    min-width:178px!important;
    max-width:236px!important;
  }body[data-template="private_showroom"] .nav-logo img{
    max-height:58px!important;
    max-width:206px!important;
  }}@media(max-width:760px){body[data-template="private_showroom"] nav{
    top:10px!important;
    width:calc(100vw - 22px)!important;
    max-width:calc(100vw - 22px)!important;
    grid-template-columns:minmax(134px,1fr) auto!important;
    min-height:68px!important;
    padding:8px 10px!important;
    border-radius:24px!important;
  }body[data-template="private_showroom"] .nav-logo{
    justify-self:end!important;
    min-width:134px!important;
    max-width:min(190px,58vw)!important;
    min-height:50px!important;
    padding:6px 10px!important;
  }body[data-template="private_showroom"] .nav-logo img{
    max-height:44px!important;
    max-width:170px!important;
  }body[data-template="private_showroom"] .nav-links{
    display:none!important;
  }body[data-template="private_showroom"] .nav-cta{
    min-width:0!important;
    min-height:42px!important;
    padding-inline:12px!important;
    font-size:13px!important;
  }body[data-template="private_showroom"] .hero{
    min-height:clamp(590px,82vh,740px)!important;
    padding:106px 16px 58px!important;
  }body[data-template="private_showroom"] .hero::before{
    top:49%!important;
    width:calc(100vw - 36px)!important;
    height:260px!important;
    border-radius:30px!important;
  }body[data-template="private_showroom"] .hero-title{
    font-size:clamp(40px,12.8vw,64px)!important;
    line-height:.98!important;
    max-width:11ch!important;
  }body[data-template="private_showroom"] .hero-sub{
    font-size:clamp(15px,4vw,18px)!important;
  }body[data-template="private_showroom"] .process-steps{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .step{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
    padding:22px 18px!important;
  }}/* dealer-template-private-showroom-color-roles-v7
   Final color-role authority for "גלריה פרטית":
   action = button fill,heading/text = readable labels,decor = borders and accents. */
body[data-template="private_showroom"] .cta-primary,body[data-template="private_showroom"] .btn-wa-full,body[data-template="private_showroom"] .btn-wa,body[data-template="private_showroom"] .nav-cta,body[data-template="private_showroom"] .wa-float a,body[data-template="private_showroom"] #contactWaBtn,body[data-template="private_showroom"] .contact-form button,body[data-template="private_showroom"] .sticky-cta a,body[data-template="private_showroom"] .wa-popup-send,body[data-template="private_showroom"] .finance-result button,body[data-template="private_showroom"] .lead-submit{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 82%,var(--theme-decor) 18%))!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;
  box-shadow:0 16px 42px color-mix(in srgb,var(--theme-action) 16%,transparent)!important;
}body[data-template="private_showroom"] .cta-primary:hover,body[data-template="private_showroom"] .btn-wa-full:hover,body[data-template="private_showroom"] .btn-wa:hover,body[data-template="private_showroom"] .nav-cta:hover,body[data-template="private_showroom"] .wa-float a:hover,body[data-template="private_showroom"] #contactWaBtn:hover,body[data-template="private_showroom"] .contact-form button:hover,body[data-template="private_showroom"] .sticky-cta a:hover,body[data-template="private_showroom"] .wa-popup-send:hover,body[data-template="private_showroom"] .finance-result button:hover,body[data-template="private_showroom"] .lead-submit:hover{
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 58%,transparent)!important;
}body[data-template="private_showroom"] .btn-details,body[data-template="private_showroom"] .cta-secondary,body[data-template="private_showroom"] .f-btn,body[data-template="private_showroom"] .vt-btn,body[data-template="private_showroom"] .copy-link-btn,body[data-template="private_showroom"] .share-link-btn{
  background:color-mix(in srgb,var(--theme-background) 78%,var(--surface-bg) 22%)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;
  box-shadow:0 14px 38px color-mix(in srgb,var(--theme-decor) 9%,transparent)!important;
}body[data-template="private_showroom"] .btn-details:hover,body[data-template="private_showroom"] .cta-secondary:hover,body[data-template="private_showroom"] .f-btn:hover,body[data-template="private_showroom"] .vt-btn:hover,body[data-template="private_showroom"] .copy-link-btn:hover,body[data-template="private_showroom"] .share-link-btn:hover{
  background:color-mix(in srgb,var(--theme-background) 66%,var(--theme-decor) 34%)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 58%,transparent)!important;
}body[data-template="private_showroom"] nav,body[data-template="private_showroom"] .nav-logo,body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .why-item,body[data-template="private_showroom"] .review-card,body[data-template="private_showroom"] .faq-item,body[data-template="private_showroom"] .contact-form,body[data-template="private_showroom"] .wa-popup,body[data-template="private_showroom"] .cp-cta-card,body[data-template="private_showroom"] .cp-spec,body[data-template="private_showroom"] .trust-strip,body[data-template="private_showroom"] .finance-inner,body[data-template="private_showroom"] .finance-box,body[data-template="private_showroom"] .finance-result,body[data-template="private_showroom"] .step,body[data-template="private_showroom"] .card-spec,body[data-template="private_showroom"] .card-finance-teaser{
  border-color:color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;
}body[data-template="private_showroom"] .catalog-search,body[data-template="private_showroom"] .catalog-sort,body[data-template="private_showroom"] .contact-form input,body[data-template="private_showroom"] .contact-form select,body[data-template="private_showroom"] .contact-form textarea,body[data-template="private_showroom"] .finance-grid input,body[data-template="private_showroom"] .finance-grid select{
  background:color-mix(in srgb,var(--theme-background) 72%,var(--surface-bg) 28%)!important;
  color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;
}body[data-template="private_showroom"] .hero-eyebrow,body[data-template="private_showroom"] .s-tag,body[data-template="private_showroom"] .card-brand,body[data-template="private_showroom"] .card-badge,body[data-template="private_showroom"] .step-num,body[data-template="private_showroom"] .step-number{
  color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;
  background:color-mix(in srgb,var(--theme-decor) 16%,var(--theme-background) 84%)!important;
}/* dealer-template-private-showroom-polish-v8
   Final launch polish for "גלריה פרטית": consistent CTAs,readable icons,compact section tags,cropped media,and form text contrast. */
body[data-template="private_showroom"] .full-catalog-cta a,body[data-template="private_showroom"] .catalog-more-btn,body[data-template="private_showroom"] .catalog-full-link,body[data-template="private_showroom"] .show-all-catalog-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:15px 28px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 82%,var(--theme-decor) 18%))!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 46%,transparent)!important;
  box-shadow:0 18px 46px color-mix(in srgb,var(--theme-action) 18%,transparent)!important;
  font-weight:950!important;
  letter-spacing:0!important;
}body[data-template="private_showroom"] .full-catalog-cta a:hover,body[data-template="private_showroom"] .catalog-more-btn:hover,body[data-template="private_showroom"] .catalog-full-link:hover,body[data-template="private_showroom"] .show-all-catalog-btn:hover{
  transform:translateY(-2px)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 64%,transparent)!important;
  box-shadow:0 24px 58px color-mix(in srgb,var(--theme-action) 24%,transparent)!important;
}body[data-template="private_showroom"] .nav-cta{
  direction:ltr!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  text-align:center!important;
  white-space:nowrap!important;
  padding-inline:20px!important;
  letter-spacing:0!important;
  line-height:1!important;
}/* dealer-template-private-showroom-rounded-phone-cta-v28
   The header phone CTA should follow the rounded private-showroom language. */
body[data-template="private_showroom"] .nav-cta,body[data-template="private_showroom"].logo-placement-hero .nav-cta{
  border-radius:999px!important;
  overflow:hidden!important;
}body[data-template="private_showroom"] .why-icon-wrap,body[data-template="private_showroom"] .feature-icon,body[data-template="private_showroom"] .step-icon,body[data-template="private_showroom"] .contact-icon{
  width:58px!important;
  height:58px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--surface-bg)!important;
  background:linear-gradient(135deg,var(--theme-heading),color-mix(in srgb,var(--theme-heading) 78%,#000 22%))!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 46%,transparent)!important;
  box-shadow:0 16px 42px color-mix(in srgb,var(--theme-heading) 14%,transparent)!important;
}body[data-template="private_showroom"] .why-icon-wrap svg,body[data-template="private_showroom"] .feature-icon svg,body[data-template="private_showroom"] .step-icon svg,body[data-template="private_showroom"] .contact-icon svg{
  stroke:currentColor!important;
  color:currentColor!important;
  opacity:1!important;
}body[data-template="private_showroom"] .about-img,body[data-template="private_showroom"] .about-image,body[data-template="private_showroom"] .about-media{
  aspect-ratio:4/5!important;
  overflow:hidden!important;
  border-radius:34px!important;
}body[data-template="private_showroom"] .about-img img,body[data-template="private_showroom"] .about-image img,body[data-template="private_showroom"] .about-media img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}body[data-template="private_showroom"] .s-tag{
  display:inline-flex!important;
  width:auto!important;
  max-width:max-content!important;
  margin:0 auto 14px!important;
  padding:8px 16px!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--theme-decor) 16%,var(--theme-background) 84%)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 36%,transparent)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  box-shadow:none!important;
}body[data-template="private_showroom"] .s-tag::before,body[data-template="private_showroom"] .s-tag::after{
  content:none!important;
  display:none!important;
}body[data-template="private_showroom"] .s-head{
  text-align:center!important;
}body[data-template="private_showroom"] .contact-form,body[data-template="private_showroom"] .contact-form label,body[data-template="private_showroom"] .contact-form h2,body[data-template="private_showroom"] .contact-form h3,body[data-template="private_showroom"] .contact-form p,body[data-template="private_showroom"] .contact-form span{
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .contact-form input,body[data-template="private_showroom"] .contact-form select,body[data-template="private_showroom"] .contact-form textarea{
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  caret-color:var(--theme-action)!important;
}body[data-template="private_showroom"] .contact-form input::placeholder,body[data-template="private_showroom"] .contact-form textarea::placeholder{
  color:color-mix(in srgb,var(--theme-heading) 54%,transparent)!important;
  -webkit-text-fill-color:color-mix(in srgb,var(--theme-heading) 54%,transparent)!important;
}body[data-template="private_showroom"] .contact-form svg,body[data-template="private_showroom"] .contact-form i,body[data-template="private_showroom"] .contact-form .icon{
  color:var(--theme-heading)!important;
  stroke:currentColor!important;
}@media(max-width:760px){body[data-template="private_showroom"] .full-catalog-cta a{
    width:100%!important;
    min-height:52px!important;
  }body[data-template="private_showroom"] .nav-cta{
    padding-inline:12px!important;
    min-width:104px!important;
  }body[data-template="private_showroom"] .about-img,body[data-template="private_showroom"] .about-image,body[data-template="private_showroom"] .about-media{
    aspect-ratio:1/1.08!important;
    border-radius:26px!important;
  }}/* dealer-template-private-showroom-launch-polish-v9
   Final usability pass for "גלריה פרטית": lower header,readable catalog controls,clearer process cards,wider about media,distinct finance/contact sections,roomier lead form,and visible footer logo. */
body[data-template="private_showroom"] nav{
  min-height:75px!important;
  padding:8px clamp(16px,1.8vw,24px)!important;
  border-radius:30px!important;
}body[data-template="private_showroom"] .nav-logo{
  min-height:58px!important;
  padding:6px 14px!important;
}body[data-template="private_showroom"] .nav-logo img{
  max-height:50px!important;
  max-width:220px!important;
}body[data-template="private_showroom"] .nav-links a{
  line-height:1.1!important;
}body[data-template="private_showroom"] .nav-cta{
  min-height:42px!important;
  padding-inline:18px!important;
}body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .catalog-toolbar *{
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .catalog-toolbar svg,body[data-template="private_showroom"] .catalog-toolbar i,body[data-template="private_showroom"] .catalog-toolbar .icon,body[data-template="private_showroom"] .vt-btn svg,body[data-template="private_showroom"] .f-btn svg{
  color:var(--theme-heading)!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
}body[data-template="private_showroom"] .catalog-search,body[data-template="private_showroom"] .catalog-sort,body[data-template="private_showroom"] .catalog-toolbar-label{
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .catalog-search::placeholder{
  color:color-mix(in srgb,var(--theme-heading) 58%,transparent)!important;
  -webkit-text-fill-color:color-mix(in srgb,var(--theme-heading) 58%,transparent)!important;
}body[data-template="private_showroom"] .process-steps{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  max-width:1120px!important;
  margin-top:42px!important;
}body[data-template="private_showroom"] .step{
  grid-template-columns:1fr!important;
  justify-items:center!important;
  text-align:center!important;
  gap:14px!important;
  padding:26px 20px!important;
  border-radius:28px!important;
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--surface-bg) 92%,white 8%),color-mix(in srgb,var(--theme-background) 62%,var(--surface-bg) 38%))!important;
}body[data-template="private_showroom"] .step::after{
  display:none!important;
}body[data-template="private_showroom"] .step-circle,body[data-template="private_showroom"] .step-num,body[data-template="private_showroom"] .step-number{
  width:54px!important;
  height:54px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--theme-heading)!important;
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 78%,var(--theme-decor) 22%))!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 46%,transparent)!important;
}body[data-template="private_showroom"] .step-title{
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .step-text{
  color:var(--text-muted)!important;
  max-width:24ch!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] .about-img,body[data-template="private_showroom"] .about-image,body[data-template="private_showroom"] .about-media{
  aspect-ratio:16/10!important;
  border-radius:32px!important;
}body[data-template="private_showroom"] .finance-calculator{
  background:
    radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--theme-action) 12%,transparent),transparent 34%),
    linear-gradient(180deg,color-mix(in srgb,var(--theme-background) 92%,var(--surface-bg) 8%),var(--theme-background))!important;
}body[data-template="private_showroom"] .finance-inner{
  border-radius:34px!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--surface-bg) 86%,var(--theme-background) 14%),color-mix(in srgb,var(--theme-decor) 10%,var(--surface-bg) 90%))!important;
}body[data-template="private_showroom"] .contact{
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--surface-bg) 96%,white 4%),color-mix(in srgb,var(--theme-background) 88%,var(--surface-bg) 12%))!important;
}body[data-template="private_showroom"] .contact-inner{
  align-items:start!important;
}body[data-template="private_showroom"] .contact-form{
  gap:18px!important;
  padding:clamp(26px,3vw,42px)!important;
  border-radius:32px!important;
  background:color-mix(in srgb,var(--theme-background) 86%,var(--surface-bg) 14%)!important;
}body[data-template="private_showroom"] .contact-form input,body[data-template="private_showroom"] .contact-form select,body[data-template="private_showroom"] .contact-form textarea{
  min-height:54px!important;
  padding:14px 16px!important;
}body[data-template="private_showroom"] .contact-form textarea{
  min-height:126px!important;
}body[data-template="private_showroom"] footer .footer-logo,body[data-template="private_showroom"] .footer-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:8px 12px!important;
  border-radius:18px!important;
  background:color-mix(in srgb,var(--theme-background) 80%,var(--surface-bg) 20%)!important;
}body[data-template="private_showroom"] footer .footer-logo img,body[data-template="private_showroom"] .footer-logo img,body[data-template="private_showroom"] footer img[src*="logo"],body[data-template="private_showroom"] footer img[alt*="logo"],body[data-template="private_showroom"] footer img[alt*="לוגו"]{
  display:block!important;
  max-height:42px!important;
  max-width:170px!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}@media(max-width:1100px){body[data-template="private_showroom"] nav{
    min-height:70px!important;
  }body[data-template="private_showroom"] .nav-logo{
    min-height:54px!important;
  }body[data-template="private_showroom"] .nav-logo img{
    max-height:46px!important;
  }body[data-template="private_showroom"] .process-steps{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:760px!important;
  }}@media(max-width:760px){body[data-template="private_showroom"] nav{
    min-height:58px!important;
    padding:7px 9px!important;
    border-radius:20px!important;
  }body[data-template="private_showroom"] .nav-logo{
    min-height:42px!important;
    padding:5px 8px!important;
  }body[data-template="private_showroom"] .nav-logo img{
    max-height:36px!important;
    max-width:150px!important;
  }body[data-template="private_showroom"] .nav-cta{
    min-height:38px!important;
    font-size:12px!important;
  }body[data-template="private_showroom"] .process-steps{
    grid-template-columns:1fr!important;
    gap:14px!important;
    margin-top:28px!important;
  }body[data-template="private_showroom"] .step{
    padding:22px 18px!important;
  }body[data-template="private_showroom"] .about-img,body[data-template="private_showroom"] .about-image,body[data-template="private_showroom"] .about-media{
    aspect-ratio:4/3!important;
    border-radius:24px!important;
  }body[data-template="private_showroom"] .contact-form{
    gap:14px!important;
    padding:22px 16px!important;
  }}/* dealer-template-private-showroom-admin-palette-lock-v10
   The design panel color roles are authoritative for "גלריה פרטית".
   This keeps monochrome palettes readable: action controls use action text,content uses heading text,and surfaces/decor stay tied to their roles. */
body[data-template="private_showroom"]{
  background:var(--theme-background)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .hero,body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .weekly-car-section,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .finance-calculator,body[data-template="private_showroom"] .contact,body[data-template="private_showroom"] .coming-section,body[data-template="private_showroom"] footer{
  background:var(--theme-background)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .hero-overlay{
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--theme-background) 16%,transparent) 0%,color-mix(in srgb,var(--theme-background) 10%,transparent) 42%,color-mix(in srgb,var(--theme-background) 82%,transparent) 100%)!important;
}body[data-template="private_showroom"] .hero::before{
  background:color-mix(in srgb,var(--surface-bg) 72%,var(--theme-background) 28%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;
  box-shadow:0 32px 90px color-mix(in srgb,var(--theme-decor) 12%,transparent)!important;
}body[data-template="private_showroom"] .hero::after{
  color:color-mix(in srgb,var(--theme-decor) 10%,transparent)!important;
}body[data-template="private_showroom"] nav,body[data-template="private_showroom"] .nav-logo,body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .adv-filters,body[data-template="private_showroom"] .hero-stats,body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .why-item,body[data-template="private_showroom"] .review-card,body[data-template="private_showroom"] .faq-item,body[data-template="private_showroom"] .contact-form,body[data-template="private_showroom"] .wa-popup,body[data-template="private_showroom"] .cp-cta-card,body[data-template="private_showroom"] .cp-spec,body[data-template="private_showroom"] .cp-similar-item,body[data-template="private_showroom"] .trust-strip,body[data-template="private_showroom"] .finance-inner,body[data-template="private_showroom"] .finance-box,body[data-template="private_showroom"] .finance-result,body[data-template="private_showroom"] .step,body[data-template="private_showroom"] .card-spec,body[data-template="private_showroom"] .card-finance-teaser,body[data-template="private_showroom"] .footer-top,body[data-template="private_showroom"] .cs-card{
  background:color-mix(in srgb,var(--theme-background) 78%,var(--surface-bg) 22%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
  color:var(--theme-heading)!important;
  box-shadow:0 18px 54px color-mix(in srgb,var(--theme-decor) 9%,transparent)!important;
}body[data-template="private_showroom"] .catalog-search,body[data-template="private_showroom"] .catalog-sort,body[data-template="private_showroom"] .adv-filter-select,body[data-template="private_showroom"] .adv-filter-input,body[data-template="private_showroom"] .contact-form input,body[data-template="private_showroom"] .contact-form select,body[data-template="private_showroom"] .contact-form textarea,body[data-template="private_showroom"] .finance-grid input,body[data-template="private_showroom"] .finance-grid select{
  background:color-mix(in srgb,var(--theme-background) 88%,var(--surface-bg) 12%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 30%,transparent)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .hero-title,body[data-template="private_showroom"] .hero-title span,body[data-template="private_showroom"] .s-title,body[data-template="private_showroom"] .card-name,body[data-template="private_showroom"] .card-price,body[data-template="private_showroom"] .about-title,body[data-template="private_showroom"] .contact-title,body[data-template="private_showroom"] .cp-title,body[data-template="private_showroom"] .cp-price,body[data-template="private_showroom"] .finance-result strong,body[data-template="private_showroom"] .faq-item summary{
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  text-shadow:none!important;
}body[data-template="private_showroom"] .hero-title span{
  background:none!important;
}body[data-template="private_showroom"] .hero-sub,body[data-template="private_showroom"] .catalog-sub,body[data-template="private_showroom"] .contact-sub,body[data-template="private_showroom"] .about-text,body[data-template="private_showroom"] .why-text,body[data-template="private_showroom"] .step-text,body[data-template="private_showroom"] .faq-item p,body[data-template="private_showroom"] .review-text,body[data-template="private_showroom"] .cp-subtitle,body[data-template="private_showroom"] .cp-desc-text,body[data-template="private_showroom"] .footer-bottom,body[data-template="private_showroom"] .f-desc,body[data-template="private_showroom"] .f-copy{
  color:var(--text-muted)!important;
}body[data-template="private_showroom"] .hero-eyebrow,body[data-template="private_showroom"] .s-tag,body[data-template="private_showroom"] .about-label,body[data-template="private_showroom"] .card-brand,body[data-template="private_showroom"] .card-badge,body[data-template="private_showroom"] .cp-badge,body[data-template="private_showroom"] .step-num,body[data-template="private_showroom"] .step-number,body[data-template="private_showroom"] .step-circle{
  background:color-mix(in srgb,var(--theme-decor) 14%,var(--theme-background) 86%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .cta-primary,body[data-template="private_showroom"] .btn-send,body[data-template="private_showroom"] .btn-wa-full,body[data-template="private_showroom"] .btn-wa,body[data-template="private_showroom"] .nav-cta,body[data-template="private_showroom"] .wa-float a,body[data-template="private_showroom"] #contactWaBtn,body[data-template="private_showroom"] .contact-form button,body[data-template="private_showroom"] .sticky-cta a,body[data-template="private_showroom"] .sticky-btn-wa,body[data-template="private_showroom"] .wa-popup-send,body[data-template="private_showroom"] .finance-result button,body[data-template="private_showroom"] .lead-submit,body[data-template="private_showroom"] .full-catalog-cta a,body[data-template="private_showroom"] .catalog-more-btn,body[data-template="private_showroom"] .catalog-full-link,body[data-template="private_showroom"] .show-all-catalog-btn,body[data-template="private_showroom"] .cp-cta-wa,body[data-template="private_showroom"] .cotd-btn-wa,body[data-template="private_showroom"] .cs-wa-btn{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 82%,var(--theme-decor) 18%))!important;
  color:var(--theme-action-text)!important;
  -webkit-text-fill-color:var(--theme-action-text)!important;
  border-color:color-mix(in srgb,var(--theme-action) 42%,transparent)!important;
  box-shadow:0 18px 46px color-mix(in srgb,var(--theme-action) 18%,transparent)!important;
}body[data-template="private_showroom"] .btn-details,body[data-template="private_showroom"] .cta-secondary,body[data-template="private_showroom"] .f-btn,body[data-template="private_showroom"] .vt-btn,body[data-template="private_showroom"] .copy-link-btn,body[data-template="private_showroom"] .share-link-btn{
  background:color-mix(in srgb,var(--theme-background) 84%,var(--theme-decor) 16%)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 38%,transparent)!important;
}body[data-template="private_showroom"] .why-icon-wrap,body[data-template="private_showroom"] .feature-icon,body[data-template="private_showroom"] .step-icon,body[data-template="private_showroom"] .contact-icon{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 78%,var(--theme-decor) 22%))!important;
  color:var(--theme-action-text)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 42%,transparent)!important;
}/* dealer-template-private-showroom-interaction-fix-v11
   Respect catalog view controls,keep hero-logo sites compact,and remove
   hard-coded WhatsApp green from the public template and vehicle page. */
body[data-template="private_showroom"].logo-placement-hero nav{
  grid-template-columns:minmax(0,1fr) auto!important;
  width:min(980px,calc(100vw - 56px))!important;
  min-height:60px!important;
  padding:8px 16px!important;
}body[data-template="private_showroom"].logo-placement-hero .nav-logo{
  display:none!important;
}body[data-template="private_showroom"].logo-placement-hero .nav-links{
  justify-content:center!important;
}body[data-template="private_showroom"].logo-placement-hero .nav-cta{
  min-height:40px!important;
}body[data-template="private_showroom"] .vt-btn.active{
  background:linear-gradient(135deg,var(--theme-action),color-mix(in srgb,var(--theme-action) 82%,var(--theme-decor) 18%))!important;
  border-color:color-mix(in srgb,var(--theme-action) 56%,transparent)!important;
}body[data-template="private_showroom"] .vt-btn.active svg{
  fill:var(--theme-action-text)!important;
}body[data-template="private_showroom"] .cars-grid.grid-2,body[data-template="private_showroom"] .cars-grid.view-2{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:1180px!important;
  gap:18px!important;
}body[data-template="private_showroom"] .cars-grid.grid-2 .car-card,body[data-template="private_showroom"] .cars-grid.view-2 .car-card,body[data-template="private_showroom"] .cars-grid.grid-2 .car-card:nth-child(even),body[data-template="private_showroom"] .cars-grid.view-2 .car-card:nth-child(even){
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  min-height:0!important;
}body[data-template="private_showroom"] .cars-grid.grid-2 .card-img-wrap,body[data-template="private_showroom"] .cars-grid.view-2 .card-img-wrap,body[data-template="private_showroom"] .cars-grid.grid-2 .car-card:nth-child(even) .card-img-wrap,body[data-template="private_showroom"] .cars-grid.view-2 .car-card:nth-child(even) .card-img-wrap{
  grid-column:auto!important;
  grid-row:auto!important;
  height:260px!important;
  min-height:260px!important;
  margin:12px!important;
  aspect-ratio:16/10!important;
}body[data-template="private_showroom"] .cars-grid.grid-2 .card-body,body[data-template="private_showroom"] .cars-grid.view-2 .card-body,body[data-template="private_showroom"] .cars-grid.grid-2 .car-card:nth-child(even) .card-body,body[data-template="private_showroom"] .cars-grid.view-2 .car-card:nth-child(even) .card-body{
  grid-column:auto!important;
  grid-row:auto!important;
  padding:24px!important;
  justify-content:flex-start!important;
}body[data-template="private_showroom"] .cars-grid.grid-2 .card-name,body[data-template="private_showroom"] .cars-grid.view-2 .card-name{
  font-size:clamp(24px,2.4vw,32px)!important;
}body[data-template="private_showroom"] .cars-grid.grid-2 .card-specs,body[data-template="private_showroom"] .cars-grid.view-2 .card-specs{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}body[data-template="private_showroom"] .card-badge-just-in,body[data-template="private_showroom"] .cp-badge-status-available,body[data-template="private_showroom"] .cp-cta-feature-icon,body[data-template="private_showroom"] .avail-dot.open,body[data-template="private_showroom"] .sticky-cta-online{
  background:color-mix(in srgb,var(--theme-decor) 18%,var(--theme-background) 82%)!important;
  color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 36%,transparent)!important;
  box-shadow:0 0 0 0 color-mix(in srgb,var(--theme-decor) 0%,transparent)!important;
}body[data-template="private_showroom"] .card-warranty,body[data-template="private_showroom"] .wa-popup-status{
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .card-warranty svg,body[data-template="private_showroom"] .card-warranty svg path{
  stroke:var(--theme-decor)!important;
  fill:none!important;
}body[data-template="private_showroom"] .wa-popup-status span{
  background:var(--theme-decor)!important;
}body[data-template="private_showroom"] .wa-popup-header,body[data-template="private_showroom"] .wa-popup-body,body[data-template="private_showroom"] .wa-popup-footer,body[data-template="private_showroom"] .wa-popup-bubble{
  background:color-mix(in srgb,var(--theme-background) 86%,var(--surface-bg) 14%)!important;
  color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
}body[data-template="private_showroom"] .wa-popup-bubble::before{
  border-top-color:color-mix(in srgb,var(--theme-background) 86%,var(--surface-bg) 14%)!important;
  border-right-color:color-mix(in srgb,var(--theme-background) 86%,var(--surface-bg) 14%)!important;
}body[data-template="private_showroom"] #formSuccess{
  background:color-mix(in srgb,var(--theme-decor) 10%,var(--theme-background) 90%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .car-page{
  background:var(--theme-background)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .cp-hero{
  background:var(--theme-background)!important;
  border-bottom-color:color-mix(in srgb,var(--theme-decor) 18%,transparent)!important;
}body[data-template="private_showroom"] .cp-hero-overlay{
  background:linear-gradient(0deg,var(--theme-background) 0%,color-mix(in srgb,var(--theme-background) 48%,transparent) 48%,color-mix(in srgb,var(--theme-background) 6%,transparent) 100%)!important;
}body[data-template="private_showroom"] .cp-thumbs{
  background:color-mix(in srgb,var(--theme-background) 84%,var(--surface-bg) 16%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;
}body[data-template="private_showroom"] .cp-thumb.active{
  border-color:var(--theme-action)!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-action) 18%,transparent)!important;
}body[data-template="private_showroom"] .cp-body,body[data-template="private_showroom"] .cp-body>div:first-child,body[data-template="private_showroom"] .cp-desc-text,body[data-template="private_showroom"] .cp-gallery-item,body[data-template="private_showroom"] .cp-video-ig{
  background:color-mix(in srgb,var(--theme-background) 78%,var(--surface-bg) 22%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .cp-body{
  background:var(--theme-background)!important;
}body[data-template="private_showroom"] .cp-badge-brand,body[data-template="private_showroom"] .cp-badge-tag{
  background:color-mix(in srgb,var(--theme-decor) 12%,var(--theme-background) 88%)!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .cp-spec-label,body[data-template="private_showroom"] .cp-similar-price,body[data-template="private_showroom"] .cp-cta-card-sub,body[data-template="private_showroom"] .cp-cta-feature{
  color:var(--text-muted)!important;
}body[data-template="private_showroom"] .cp-price-label,body[data-template="private_showroom"] .cp-specs-title,body[data-template="private_showroom"] .cp-desc-title,body[data-template="private_showroom"] .cp-gallery-title,body[data-template="private_showroom"] .cp-similar-title,body[data-template="private_showroom"] .cp-similar-empty{
  color:var(--text-muted)!important;
}body[data-template="private_showroom"] .cp-spec-val,body[data-template="private_showroom"] .cp-similar-name{
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .cp-similar-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(14px,1.8vw,20px)!important;
  align-items:stretch!important;
}body[data-template="private_showroom"] .cp-similar-item{
  display:flex!important;
  flex-direction:column!important;
  min-height:clamp(250px,17vw,310px)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:color-mix(in srgb,var(--theme-background) 78%,var(--surface-bg) 22%)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 30%,transparent)!important;
}body[data-template="private_showroom"] .cp-similar-img{
  width:100%!important;
  height:clamp(170px,12vw,220px)!important;
  object-fit:cover!important;
  object-position:center center!important;
  flex:0 0 auto!important;
  background:color-mix(in srgb,var(--theme-background) 88%,var(--theme-decor) 12%)!important;
}body[data-template="private_showroom"] .cp-similar-info{
  min-height:76px!important;
  padding:14px 16px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:6px!important;
  text-align:right!important;
}body[data-template="private_showroom"] .cp-similar-name{
  font-size:clamp(14px,1.1vw,16px)!important;
  line-height:1.35!important;
  overflow-wrap:anywhere!important;
}body[data-template="private_showroom"] .cp-similar-price{
  font-size:clamp(12px,1vw,14px)!important;
  line-height:1.35!important;
}body[data-template="private_showroom"] .cp-cta-phone,body[data-template="private_showroom"] .cp-cta-share{
  background:color-mix(in srgb,var(--theme-background) 84%,var(--theme-decor) 16%)!important;
  color:var(--theme-heading)!important;
  border-color:color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
}body[data-template="private_showroom"] .cp-cta-divider{
  background:color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;
}/* dealer-template-private-showroom-car-cta-responsive-v12
   The vehicle-page inquiry panel should read like a clean action block,not a
   wide pill. Keep text and actions aligned across desktop,tablet,and mobile. */
body[data-template="private_showroom"] .cp-cta-card{
  position:static!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:18px!important;
  width:min(760px,100%)!important;
  margin:0 auto 28px!important;
  padding:clamp(22px,3vw,34px)!important;
  border-radius:24px!important;
  text-align:center!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  overflow:hidden!important;
}body[data-template="private_showroom"] .cp-cta-card-title{
  margin:0!important;
  font-size:clamp(24px,3vw,38px)!important;
  line-height:1.12!important;
  letter-spacing:0!important;
}body[data-template="private_showroom"] .cp-cta-card-sub{
  width:min(560px,100%)!important;
  margin:0 auto!important;
  font-size:clamp(14px,1.45vw,17px)!important;
  line-height:1.7!important;
  text-align:center!important;
}body[data-template="private_showroom"] .cp-cta-wa,body[data-template="private_showroom"] .cp-cta-phone,body[data-template="private_showroom"] .cp-cta-share{
  width:100%!important;
  min-width:0!important;
  min-height:54px!important;
  margin:0!important;
  padding:14px 18px!important;
  border-radius:14px!important;
  font-size:clamp(14px,1.35vw,16px)!important;
  font-weight:900!important;
  line-height:1.25!important;
  white-space:normal!important;
  text-align:center!important;
  overflow-wrap:anywhere!important;
}body[data-template="private_showroom"] .cp-cta-card .cp-cta-wa,body[data-template="private_showroom"] .cp-cta-card .cp-cta-phone,body[data-template="private_showroom"] .cp-cta-card .cp-cta-share{
  grid-column:1/-1!important;
}body[data-template="private_showroom"] .cp-cta-card{
  grid-auto-flow:row!important;
}body[data-template="private_showroom"] .cp-cta-card .cp-cta-wa{
  order:3;
}body[data-template="private_showroom"] .cp-cta-card .cp-cta-phone{
  order:4;
}body[data-template="private_showroom"] .cp-cta-card .cp-cta-share{
  order:5;
}body[data-template="private_showroom"] .cp-cta-divider{
  display:none!important;
}body[data-template="private_showroom"] .cp-cta-features{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:2px!important;
}body[data-template="private_showroom"] .cp-cta-feature{
  justify-content:center!important;
  text-align:center!important;
  min-width:0!important;
  line-height:1.35!important;
}@media(min-width:720px){body[data-template="private_showroom"] .cp-cta-card{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template="private_showroom"] .cp-cta-card-title,body[data-template="private_showroom"] .cp-cta-card-sub,body[data-template="private_showroom"] .cp-cta-features{
    grid-column:1/-1!important;
  }body[data-template="private_showroom"] .cp-cta-wa{
    grid-column:1/-1!important;
  }body[data-template="private_showroom"] .cp-cta-phone{
    grid-column:auto!important;
  }body[data-template="private_showroom"] .cp-cta-share{
    grid-column:auto!important;
  }}@media(max-width:719px){body[data-template="private_showroom"] .cp-cta-card{
    width:100%!important;
    border-radius:18px!important;
    padding:20px 16px!important;
  }body[data-template="private_showroom"] .cp-cta-features{
    grid-template-columns:1fr!important;
  }}@media(max-width:760px){body[data-template="private_showroom"].logo-placement-hero nav{
    grid-template-columns:1fr auto!important;
    width:calc(100vw - 22px)!important;
  }body[data-template="private_showroom"].logo-placement-hero .nav-links{
    justify-content:flex-start!important;
  }body[data-template="private_showroom"] .cars-grid.grid-2,body[data-template="private_showroom"] .cars-grid.view-2{
    grid-template-columns:1fr!important;
  }}/* dealer-template-private-showroom-responsive-master-v13
   Final responsive authority for 770cars/private_showroom. This layer keeps every
   public surface inside the viewport and gives each breakpoint a deliberate layout. */
body[data-template="private_showroom"],body[data-template="private_showroom"] *{
  box-sizing:border-box!important;
}body[data-template="private_showroom"]{
  width:100%!important;
  max-width:100vw!important;
  overflow-x:hidden!important;
}body[data-template="private_showroom"] section,body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .weekly-car-section,body[data-template="private_showroom"] .finance-calculator,body[data-template="private_showroom"] .coming-section,body[data-template="private_showroom"] .videos-section,body[data-template="private_showroom"] .happy-customers-section,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .contact{
  width:100%!important;
  max-width:100vw!important;
  overflow-x:clip!important;
  padding-inline:clamp(14px,4vw,60px)!important;
}body[data-template="private_showroom"] nav{
  width:min(1240px,calc(100vw - 32px))!important;
  max-width:calc(100vw - 32px)!important;
  grid-template-columns:minmax(130px,240px) minmax(0,1fr) minmax(116px,168px)!important;
  gap:clamp(8px,1.4vw,22px)!important;
  min-height:clamp(62px,7vw,82px)!important;
  padding:8px clamp(10px,2vw,24px)!important;
}body[data-template="private_showroom"] .nav-logo{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}body[data-template="private_showroom"] .nav-logo img{
  max-width:100%!important;
  height:auto!important;
}body[data-template="private_showroom"] .nav-links{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  gap:clamp(8px,1.4vw,18px)!important;
}body[data-template="private_showroom"] .nav-links a,body[data-template="private_showroom"] .nav-cta{
  white-space:nowrap!important;
  min-width:0!important;
}body[data-template="private_showroom"] .hero{
  min-height:clamp(600px,82svh,860px)!important;
  height:auto!important;
  padding:clamp(112px,15svh,170px) clamp(16px,5vw,72px) clamp(54px,8svh,104px)!important;
}body[data-template="private_showroom"] .hero::before{
  width:min(760px,calc(100vw - 40px))!important;
  height:clamp(250px,34svh,420px)!important;
  top:clamp(126px,18svh,205px)!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
}body[data-template="private_showroom"] .hero-content{
  width:min(760px,calc(100vw - 32px))!important;
  max-width:min(760px,calc(100vw - 32px))!important;
  min-width:0!important;
}body[data-template="private_showroom"] .hero-title{
  font-size:clamp(42px,8.5vw,96px)!important;
  line-height:.96!important;
  letter-spacing:0!important;
  max-width:12ch!important;
  overflow-wrap:normal!important;
}body[data-template="private_showroom"] .hero-sub{
  max-width:min(620px,100%)!important;
  font-size:clamp(15px,1.8vw,20px)!important;
  line-height:1.65!important;
}body[data-template="private_showroom"] .hero-ctas{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}body[data-template="private_showroom"] .hero-ctas a,body[data-template="private_showroom"] .cta-primary,body[data-template="private_showroom"] .cta-secondary,body[data-template="private_showroom"] .btn-details,body[data-template="private_showroom"] .btn-wa-full,body[data-template="private_showroom"] .btn-wa,body[data-template="private_showroom"] .nav-cta,body[data-template="private_showroom"] .cs-wa-btn,body[data-template="private_showroom"] .cp-cta-wa,body[data-template="private_showroom"] .cp-cta-phone,body[data-template="private_showroom"] .cp-cta-share{
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  text-align:center!important;
}body[data-template="private_showroom"] .hero-stats{
  width:min(760px,100%)!important;
  max-width:100%!important;
  gap:10px!important;
}body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .adv-filters{
  width:min(1180px,100%)!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(220px,1fr) auto auto!important;
  align-items:center!important;
}body[data-template="private_showroom"] .catalog-search,body[data-template="private_showroom"] .catalog-sort,body[data-template="private_showroom"] .adv-filter-select,body[data-template="private_showroom"] .adv-filter-input{
  min-width:0!important;
  width:100%!important;
}body[data-template="private_showroom"] .cars-grid,body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .process-steps,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid,body[data-template="private_showroom"] .cs-grid{
  width:min(1180px,100%)!important;
  max-width:100%!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] .cars-grid.view-multi,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2){
  grid-template-columns:1fr!important;
}body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .car-card:nth-child(even){
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr)!important;
}body[data-template="private_showroom"] .card-img-wrap{
  width:auto!important;
  max-width:100%!important;
  height:clamp(245px,28vw,360px)!important;
}body[data-template="private_showroom"] .card-body,body[data-template="private_showroom"] .card-spec,body[data-template="private_showroom"] .card-finance-teaser{
  min-width:0!important;
}body[data-template="private_showroom"] .card-name,body[data-template="private_showroom"] .card-price,body[data-template="private_showroom"] .card-brand,body[data-template="private_showroom"] .card-meta{
  overflow-wrap:anywhere!important;
}body[data-template="private_showroom"] .weekly-car-card,body[data-template="private_showroom"] .finance-inner,body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="private_showroom"] .footer-top{
  width:min(1180px,100%)!important;
  max-width:100%!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] .process-steps{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}body[data-template="private_showroom"] .step{
  min-width:0!important;
  min-height:0!important;
}body[data-template="private_showroom"] .cs-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))!important;
  gap:18px!important;
}body[data-template="private_showroom"] .cs-card{
  min-width:0!important;
  max-width:100%!important;
  border-radius:24px!important;
}body[data-template="private_showroom"] .cs-img-wrap{
  height:clamp(190px,24vw,260px)!important;
}body[data-template="private_showroom"] .cs-body{
  min-width:0!important;
  display:grid!important;
  gap:12px!important;
}body[data-template="private_showroom"] .cs-name,body[data-template="private_showroom"] .cs-price-val{
  overflow-wrap:anywhere!important;
}body[data-template="private_showroom"] .cs-timer{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}body[data-template="private_showroom"] .cs-timer-block{
  min-width:0!important;
  padding:10px 4px!important;
}body[data-template="private_showroom"] .videos-carousel,body[data-template="private_showroom"] .happy-customers-carousel{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain!important;
  scroll-padding-inline:clamp(14px,4vw,60px)!important;
}body[data-template="private_showroom"] .videos-carousel{
  grid-auto-columns:minmax(min(340px,86vw),min(560px,70vw))!important;
}body[data-template="private_showroom"] .video-card{
  max-width:100%!important;
}body[data-template="private_showroom"] .happy-customer-story{
  flex-basis:clamp(220px,26vw,310px)!important;
}body[data-template="private_showroom"] .cp-hero{
  height:clamp(320px,58svh,620px)!important;
  min-height:320px!important;
}body[data-template="private_showroom"] .cp-body{
  width:min(1180px,calc(100vw - 32px))!important;
  max-width:calc(100vw - 32px)!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:clamp(22px,4vw,42px)!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] .cp-specs{
  grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr))!important;
}body[data-template="private_showroom"] .cp-gallery-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))!important;
}body[data-template="private_showroom"] .cp-title,body[data-template="private_showroom"] .cp-price,body[data-template="private_showroom"] .cp-subtitle,body[data-template="private_showroom"] .cp-desc-text{
  overflow-wrap:anywhere!important;
}@media(max-width:900px){body[data-template="private_showroom"] .cp-similar-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template="private_showroom"] .cp-similar-item{
    min-height:clamp(230px,34vw,290px)!important;
  }body[data-template="private_showroom"] .cp-similar-img{
    height:clamp(155px,25vw,205px)!important;
  }}@media(max-width:560px){body[data-template="private_showroom"] .cp-similar-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }body[data-template="private_showroom"] .cp-similar-item{
    min-height:0!important;
  }body[data-template="private_showroom"] .cp-similar-img{
    height:auto!important;
    aspect-ratio:16/10!important;
  }body[data-template="private_showroom"] .cp-similar-info{
    min-height:72px!important;
    padding:13px 14px 15px!important;
  }}body[data-template="private_showroom"] .wa-popup{
  max-width:calc(100vw - 28px)!important;
}@media(max-width:1180px){body[data-template="private_showroom"] nav{
    grid-template-columns:minmax(118px,200px) minmax(0,1fr) minmax(104px,148px)!important;
  }body[data-template="private_showroom"] .process-steps{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template="private_showroom"] .finance-inner,body[data-template="private_showroom"] .about-inner,body[data-template="private_showroom"] .contact-inner,body[data-template="private_showroom"] footer .footer-top{
    grid-template-columns:1fr!important;
  }}@media(max-width:900px){body[data-template="private_showroom"] nav{
    width:calc(100vw - 22px)!important;
    max-width:calc(100vw - 22px)!important;
    grid-template-columns:minmax(0,1fr) auto!important;
  }body[data-template="private_showroom"] .nav-links{
    display:none!important;
  }body[data-template="private_showroom"] .nav-logo{
    justify-content:flex-start!important;
  }body[data-template="private_showroom"] .hero{
    min-height:clamp(560px,78svh,720px)!important;
    padding-top:112px!important;
  }body[data-template="private_showroom"] .hero-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .adv-filters{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .car-card,body[data-template="private_showroom"] .car-card:nth-child(even),body[data-template="private_showroom"] .cars-grid.grid-2 .car-card,body[data-template="private_showroom"] .cars-grid.view-2 .car-card{
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .card-img-wrap,body[data-template="private_showroom"] .cars-grid.grid-2 .card-img-wrap,body[data-template="private_showroom"] .cars-grid.view-2 .card-img-wrap{
    height:clamp(230px,52vw,340px)!important;
    min-height:0!important;
  }body[data-template="private_showroom"] .why-grid,body[data-template="private_showroom"] .reviews-grid,body[data-template="private_showroom"] .faq-grid{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .cp-hero{
    height:clamp(280px,48svh,480px)!important;
    min-height:280px!important;
  }}@media(max-width:640px){body[data-template="private_showroom"] section,body[data-template="private_showroom"] .catalog,body[data-template="private_showroom"] .weekly-car-section,body[data-template="private_showroom"] .finance-calculator,body[data-template="private_showroom"] .coming-section,body[data-template="private_showroom"] .videos-section,body[data-template="private_showroom"] .happy-customers-section,body[data-template="private_showroom"] .reviews,body[data-template="private_showroom"] .why,body[data-template="private_showroom"] .process,body[data-template="private_showroom"] .about,body[data-template="private_showroom"] .faq-section,body[data-template="private_showroom"] .contact{
    padding-inline:14px!important;
  }body[data-template="private_showroom"] nav{
    top:8px!important;
    min-height:58px!important;
    border-radius:18px!important;
    padding:7px 8px!important;
  }body[data-template="private_showroom"] .nav-logo img{
    max-height:42px!important;
  }body[data-template="private_showroom"] .nav-cta{
    min-height:38px!important;
    padding-inline:10px!important;
    font-size:12px!important;
  }body[data-template="private_showroom"] .hero{
    min-height:clamp(520px,76svh,660px)!important;
    padding:96px 14px 44px!important;
  }body[data-template="private_showroom"] .hero::before{
    top:104px!important;
    width:calc(100vw - 28px)!important;
    height:clamp(220px,34svh,310px)!important;
    border-radius:24px!important;
  }body[data-template="private_showroom"] .hero-title{
    font-size:clamp(38px,12.5vw,58px)!important;
    max-width:11ch!important;
  }body[data-template="private_showroom"] .hero-sub{
    font-size:15px!important;
    line-height:1.55!important;
  }body[data-template="private_showroom"] .hero-ctas,body[data-template="private_showroom"] .card-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
  }body[data-template="private_showroom"] .hero-stats,body[data-template="private_showroom"] .card-specs,body[data-template="private_showroom"] .process-steps,body[data-template="private_showroom"] .cs-prices{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .car-card{
    border-radius:22px!important;
  }body[data-template="private_showroom"] .card-img-wrap{
    height:clamp(210px,58vw,290px)!important;
    margin:8px!important;
    border-radius:18px!important;
  }body[data-template="private_showroom"] .card-body{
    padding:20px 16px!important;
  }body[data-template="private_showroom"] .card-name{
    font-size:clamp(24px,8vw,32px)!important;
  }body[data-template="private_showroom"] .card-price{
    font-size:clamp(27px,9vw,38px)!important;
  }body[data-template="private_showroom"] .cs-timer{
    gap:6px!important;
  }body[data-template="private_showroom"] .cs-timer-num{
    font-size:20px!important;
  }body[data-template="private_showroom"] .videos-carousel{
    grid-auto-columns:minmax(0,calc(100vw - 28px))!important;
  }body[data-template="private_showroom"] .happy-customer-story{
    flex-basis:min(78vw,300px)!important;
  }body[data-template="private_showroom"] .cp-body{
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
  }body[data-template="private_showroom"] .cp-hero{
    height:clamp(260px,44svh,380px)!important;
    min-height:260px!important;
  }}@media(max-width:420px){body[data-template="private_showroom"] .nav-logo{
    max-width:52vw!important;
  }body[data-template="private_showroom"] .nav-cta{
    max-width:38vw!important;
  }body[data-template="private_showroom"] .hero-title{
    font-size:clamp(34px,12vw,48px)!important;
  }body[data-template="private_showroom"] .cs-timer{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }}/* dealer-admin-multi-whatsapp-lead-routing */
.green-api-connections-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:10px;
  margin:12px 0 16px;
}.green-api-connection-chip{
  border:1px solid #dbe5f1;
  background:#fff;
  border-radius:16px;
  padding:12px 14px;
  text-align:right;
  display:grid;
  gap:5px;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}.green-api-connection-chip.active{
  border-color:#111827;
  box-shadow:0 12px 28px rgba(15,23,42,.13);
}.green-api-connection-chip strong{
  color:#111827;
  font-size:14px;
}.green-api-connection-chip span,.green-api-empty-state,.lead-whatsapp-origin{
  color:#64748b;
  font-size:12px;
  line-height:1.45;
}.green-api-empty-state{
  border:1px dashed #cbd5e1;
  border-radius:16px;
  padding:14px;
  background:#f8fafc;
}.lead-card-simple .lead-person .lead-whatsapp-origin{
  display:block;
  margin-top:4px;
  color:#0f766e;
}/* dealer-template-private-showroom-mobile-polish-v14
   Mobile-only correction pass for the private showroom template. */
body[data-template="private_showroom"] .hero-ctas a,body[data-template="private_showroom"] .hero-ctas button,body[data-template="private_showroom"] .cta-primary,body[data-template="private_showroom"] .catalog-full-link,body[data-template="private_showroom"] .show-all-catalog-btn{
  text-decoration:none!important;
  border-bottom:0!important;
  background-clip:padding-box!important;
}body[data-template="private_showroom"] .hero-ctas a::before,body[data-template="private_showroom"] .hero-ctas a::after,body[data-template="private_showroom"] .hero-ctas button::before,body[data-template="private_showroom"] .hero-ctas button::after{
  text-decoration:none!important;
}body[data-template="private_showroom"] .wa-popup{
  border:1px solid color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;
  border-radius:22px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.22)!important;
}body[data-template="private_showroom"] .wa-popup-header{
  background:var(--theme-heading)!important;
  color:var(--theme-background)!important;
  border-bottom:1px solid color-mix(in srgb,var(--theme-background) 18%,transparent)!important;
}body[data-template="private_showroom"] .wa-popup-name,body[data-template="private_showroom"] .wa-popup-status{
  color:var(--theme-background)!important;
  -webkit-text-fill-color:var(--theme-background)!important;
}body[data-template="private_showroom"] .wa-popup-status{
  opacity:.84!important;
}body[data-template="private_showroom"] .wa-popup-close-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  margin-right:auto!important;
  border:1px solid color-mix(in srgb,var(--theme-background) 26%,transparent)!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--theme-background) 14%,transparent)!important;
  color:var(--theme-background)!important;
  -webkit-text-fill-color:var(--theme-background)!important;
  opacity:1!important;
  line-height:1!important;
}body[data-template="private_showroom"] .wa-popup-body,body[data-template="private_showroom"] .wa-popup-footer{
  background:color-mix(in srgb,var(--theme-background) 94%,var(--surface-bg) 6%)!important;
}body[data-template="private_showroom"] .wa-popup-bubble{
  background:var(--theme-heading)!important;
  color:var(--theme-background)!important;
  -webkit-text-fill-color:var(--theme-background)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 24%,transparent)!important;
}body[data-template="private_showroom"] .wa-popup-bubble::before{
  border-top-color:var(--theme-heading)!important;
  border-right-color:var(--theme-heading)!important;
}body[data-template="private_showroom"] .wa-popup-time{
  color:color-mix(in srgb,var(--theme-background) 68%,transparent)!important;
  -webkit-text-fill-color:color-mix(in srgb,var(--theme-background) 68%,transparent)!important;
}@media(max-width:760px){body[data-template="private_showroom"] nav,body[data-template="private_showroom"].logo-placement-hero nav{
    direction:rtl!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) minmax(104px,142px)!important;
    align-items:center!important;
    gap:8px!important;
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
  }body[data-template="private_showroom"] .nav-logo,body[data-template="private_showroom"].logo-placement-hero .nav-logo,body[data-template="private_showroom"] .nav-links,body[data-template="private_showroom"] .language-switcher{
    display:none!important;
  }body[data-template="private_showroom"] nav > div:last-child{
    display:contents!important;
  }body[data-template="private_showroom"] .hamburger{
    display:flex!important;
    grid-column:1!important;
    justify-self:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border-color:color-mix(in srgb,var(--theme-decor) 30%,transparent)!important;
    background:color-mix(in srgb,var(--theme-background) 86%,var(--surface-bg) 14%)!important;
  }body[data-template="private_showroom"] .hamburger span{
    background:var(--theme-heading)!important;
  }body[data-template="private_showroom"] .nav-cta,body[data-template="private_showroom"].logo-placement-hero .nav-cta{
    grid-column:3!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:40px!important;
    padding:8px 10px!important;
    direction:ltr!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
  }body[data-template="private_showroom"] .catalog-toolbar{
    overflow:hidden!important;
    gap:12px!important;
  }body[data-template="private_showroom"] .filters,body[data-template="private_showroom"] .brand-logo-filters{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 2px 10px!important;
    margin:0!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }body[data-template="private_showroom"] .filters::-webkit-scrollbar,body[data-template="private_showroom"] .brand-logo-filters::-webkit-scrollbar{
    display:none!important;
  }body[data-template="private_showroom"] .filter-btn,body[data-template="private_showroom"] .brand-logo-btn{
    flex:0 0 auto!important;
    max-width:72vw!important;
    scroll-snap-align:start!important;
    white-space:nowrap!important;
  }body[data-template="private_showroom"] .view-toggle{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    width:100%!important;
    margin:0!important;
  }body[data-template="private_showroom"] .vt-btn{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi{
    grid-template-columns:1fr!important;
  }body[data-template="private_showroom"] .cars-grid.view-2,body[data-template="private_showroom"] .cars-grid.grid-2{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .car-card,body[data-template="private_showroom"] .cars-grid.grid-2 .car-card,body[data-template="private_showroom"] .cars-grid.view-2 .car-card:nth-child(even),body[data-template="private_showroom"] .cars-grid.grid-2 .car-card:nth-child(even){
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    border-radius:16px!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .card-img-wrap,body[data-template="private_showroom"] .cars-grid.grid-2 .card-img-wrap{
    height:clamp(118px,32vw,160px)!important;
    margin:6px!important;
    border-radius:12px!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .card-body,body[data-template="private_showroom"] .cars-grid.grid-2 .card-body{
    padding:11px 9px!important;
    gap:7px!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .card-brand,body[data-template="private_showroom"] .cars-grid.view-2 .card-meta,body[data-template="private_showroom"] .cars-grid.grid-2 .card-brand,body[data-template="private_showroom"] .cars-grid.grid-2 .card-meta{
    font-size:10px!important;
    line-height:1.25!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .card-name,body[data-template="private_showroom"] .cars-grid.grid-2 .card-name{
    font-size:clamp(15px,4.2vw,18px)!important;
    line-height:1.18!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .card-price,body[data-template="private_showroom"] .cars-grid.grid-2 .card-price{
    font-size:clamp(16px,4.6vw,20px)!important;
    line-height:1.15!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .card-specs,body[data-template="private_showroom"] .cars-grid.view-2 .card-finance-teaser,body[data-template="private_showroom"] .cars-grid.view-2 .card-warranty,body[data-template="private_showroom"] .cars-grid.grid-2 .card-specs,body[data-template="private_showroom"] .cars-grid.grid-2 .card-finance-teaser,body[data-template="private_showroom"] .cars-grid.grid-2 .card-warranty{
    display:none!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .card-actions,body[data-template="private_showroom"] .cars-grid.grid-2 .card-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    width:100%!important;
  }body[data-template="private_showroom"] .cars-grid.view-2 .btn-details,body[data-template="private_showroom"] .cars-grid.view-2 .btn-wa-full,body[data-template="private_showroom"] .cars-grid.grid-2 .btn-details,body[data-template="private_showroom"] .cars-grid.grid-2 .btn-wa-full{
    min-height:36px!important;
    padding:8px 7px!important;
    font-size:11px!important;
    line-height:1.25!important;
  }body[data-template="private_showroom"] .wa-popup{
    left:14px!important;
    right:14px!important;
    bottom:86px!important;
    width:auto!important;
    max-width:none!important;
  }}/* dealer-template-private-showroom-mobile-alignment-v15
   Tightens the private showroom mobile layout after the v14 responsive pass. */
body[data-template="private_showroom"] .card-finance-teaser,body[data-template="private_showroom"] .weekly-car-finance,body[data-template="private_showroom"] .finance-calculator,body[data-template="private_showroom"] .finance-inner,body[data-template="private_showroom"] .finance-box,body[data-template="private_showroom"] .finance-grid,body[data-template="private_showroom"] .finance-result,body[data-template="private_showroom"] .finance-notes{
  direction:rtl!important;
  text-align:right!important;
}body[data-template="private_showroom"] .card-finance-teaser{
  flex-direction:row!important;
  justify-content:space-between!important;
  align-items:center!important;
}body[data-template="private_showroom"] .card-finance-teaser span,body[data-template="private_showroom"] .card-finance-teaser strong{
  text-align:right!important;
}body[data-template="private_showroom"] .process-steps .step{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}body[data-template="private_showroom"] .process-steps .step-circle,body[data-template="private_showroom"] .process-steps .step-num,body[data-template="private_showroom"] .process-steps .step-number{
  margin-inline:auto!important;
  align-self:center!important;
  place-self:center!important;
}body[data-template="private_showroom"] .about-inner{
  overflow:hidden!important;
}body[data-template="private_showroom"] .about-img{
  justify-self:center!important;
  width:min(100%,560px)!important;
  max-width:100%!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] .about-img img{
  object-position:center center!important;
}body[data-template="private_showroom"] footer .footer-top > div:first-child,body[data-template="private_showroom"] footer .f-logo,body[data-template="private_showroom"] footer .f-desc,body[data-template="private_showroom"] footer .f-social{
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  margin-inline:auto!important;
}body[data-template="private_showroom"] footer .f-logo{
  display:flex!important;
}body[data-template="private_showroom"] footer .f-logo img,body[data-template="private_showroom"] footer #footerLogo,body[data-template="private_showroom"] footer .f-logo-fb{
  margin-inline:auto!important;
}@media(max-width:760px){body[data-template="private_showroom"] nav,body[data-template="private_showroom"].logo-placement-hero nav{
    grid-template-columns:44px minmax(0,1fr) minmax(112px,136px)!important;
    grid-auto-rows:44px!important;
    align-items:center!important;
    padding:7px 8px!important;
  }body[data-template="private_showroom"] .hamburger,body[data-template="private_showroom"] .nav-cta,body[data-template="private_showroom"].logo-placement-hero .nav-cta{
    grid-row:1!important;
    align-self:center!important;
  }body[data-template="private_showroom"] .hamburger{
    grid-column:1!important;
  }body[data-template="private_showroom"] .nav-cta,body[data-template="private_showroom"].logo-placement-hero .nav-cta{
    grid-column:3!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:40px!important;
    line-height:1!important;
  }body[data-template="private_showroom"] .catalog-toolbar{
    padding:12px!important;
    border-radius:18px!important;
  }body[data-template="private_showroom"] .catalog-tools{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(104px,.72fr)!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    align-items:center!important;
  }body[data-template="private_showroom"] .catalog-search,body[data-template="private_showroom"] .catalog-sort{
    min-width:0!important;
    width:100%!important;
    height:42px!important;
    padding:9px 10px!important;
    font-size:12px!important;
    line-height:1.2!important;
    border-radius:12px!important;
  }body[data-template="private_showroom"] .catalog-search::placeholder{
    font-size:11px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi{
    gap:10px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .car-card,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card,body[data-template="private_showroom"] .cars-grid.view-multi .car-card:nth-child(even),body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card:nth-child(even){
    display:grid!important;
    grid-template-columns:minmax(118px,38%) minmax(0,1fr)!important;
    min-height:0!important;
    border-radius:16px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-img-wrap,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-img-wrap{
    grid-column:1!important;
    grid-row:1!important;
    height:100%!important;
    min-height:138px!important;
    margin:6px!important;
    border-radius:12px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-body,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-body{
    grid-column:2!important;
    grid-row:1!important;
    padding:12px 10px!important;
    gap:7px!important;
    justify-content:start!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-meta,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-meta{
    font-size:10px!important;
    line-height:1.2!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-name,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-name{
    font-size:clamp(17px,5vw,22px)!important;
    line-height:1.12!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-price,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-price{
    font-size:clamp(18px,5.5vw,24px)!important;
    line-height:1.1!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-specs,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-specs{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-spec,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-spec{
    padding:6px 5px!important;
    border-radius:10px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-spec:nth-child(n+5),body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-spec:nth-child(n+5),body[data-template="private_showroom"] .cars-grid.view-multi .card-warranty,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-warranty{
    display:none!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-finance-teaser,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-finance-teaser{
    margin-top:2px!important;
    padding:7px 8px!important;
    gap:6px!important;
    border-radius:10px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-finance-teaser span,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-finance-teaser span,body[data-template="private_showroom"] .cars-grid.view-multi .card-finance-teaser strong,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-finance-teaser strong{
    font-size:10px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-actions-row,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-actions-row{
    margin-top:4px!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .btn-details,body[data-template="private_showroom"] .cars-grid.view-multi .btn-wa-full,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .btn-details,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .btn-wa-full{
    min-height:34px!important;
    padding:8px 7px!important;
    font-size:11px!important;
  }body[data-template="private_showroom"] .process-steps{
    gap:12px!important;
  }body[data-template="private_showroom"] .process-steps .step{
    min-height:132px!important;
    padding:18px 14px!important;
  }body[data-template="private_showroom"] .process-steps .step-circle{
    margin:0 auto 12px!important;
  }body[data-template="private_showroom"] .about-inner{
    justify-items:center!important;
  }body[data-template="private_showroom"] .about-img{
    width:min(100%,420px)!important;
  }body[data-template="private_showroom"] footer .footer-top{
    justify-items:center!important;
    text-align:center!important;
  }}@media(max-width:420px){body[data-template="private_showroom"] .catalog-tools{
    grid-template-columns:minmax(0,1fr) minmax(94px,.68fr)!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .car-card,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card,body[data-template="private_showroom"] .cars-grid.view-multi .car-card:nth-child(even),body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card:nth-child(even){
    grid-template-columns:minmax(104px,36%) minmax(0,1fr)!important;
  }body[data-template="private_showroom"] .cars-grid.view-multi .card-img-wrap,body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-img-wrap{
    min-height:126px!important;
  }}/* dealer-template-private-showroom-mobile-list-image-top-v16
   In the single-column mobile catalog list,keep the image above the details. */
@media(max-width:760px){
  body[data-template="private_showroom"] .cars-grid.view-multi .car-card,
  body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card,
  body[data-template="private_showroom"] .cars-grid.view-multi .car-card:nth-child(even),
  body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card:nth-child(even){
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:1fr!important;
    min-height:0!important;
    border-radius:18px!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-multi .card-img-wrap,
  body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-img-wrap,
  body[data-template="private_showroom"] .cars-grid.view-multi .car-card:nth-child(even) .card-img-wrap,
  body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card:nth-child(even) .card-img-wrap{
    grid-column:auto!important;
    grid-row:auto!important;
    width:auto!important;
    height:clamp(190px,52vw,270px)!important;
    min-height:0!important;
    margin:8px!important;
    border-radius:14px!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-multi .card-body,
  body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .card-body,
  body[data-template="private_showroom"] .cars-grid.view-multi .car-card:nth-child(even) .card-body,
  body[data-template="private_showroom"] .cars-grid:not(.view-2):not(.grid-2) .car-card:nth-child(even) .card-body{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:14px 12px 16px!important;
    gap:8px!important;
  }
}/* dealer-template-private-showroom-mobile-clean-cards-v17
   Remove stray decorative lines and make the two-column mobile view usable. */
@media(max-width:760px){
  body[data-template="private_showroom"] .cta-primary::before,
  body[data-template="private_showroom"] .cta-primary::after,
  body[data-template="private_showroom"] .car-card::before,
  body[data-template="private_showroom"] .car-card::after,
  body[data-template="private_showroom"] .card-img-wrap::after,
  body[data-template="private_showroom"] .btn-details::before,
  body[data-template="private_showroom"] .btn-details::after,
  body[data-template="private_showroom"] .btn-wa-full::before,
  body[data-template="private_showroom"] .btn-wa-full::after,
  body[data-template="private_showroom"] .cp-cta-card::before,
  body[data-template="private_showroom"] .cp-cta-card::after,
  body[data-template="private_showroom"] .cp-cta-phone::before,
  body[data-template="private_showroom"] .cp-cta-phone::after{
    content:none!important;
    display:none!important;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
  }

  body[data-template="private_showroom"] .cta-primary,
  body[data-template="private_showroom"] .btn-details,
  body[data-template="private_showroom"] .btn-wa-full,
  body[data-template="private_showroom"] .cp-cta-wa,
  body[data-template="private_showroom"] .cp-cta-phone,
  body[data-template="private_showroom"] .cp-cta-share{
    text-decoration:none!important;
    background-clip:padding-box!important;
  }

  body[data-template="private_showroom"] .cp-cta-phone{
    font-size:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2,
  body[data-template="private_showroom"] .cars-grid.grid-2{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .car-card,
  body[data-template="private_showroom"] .cars-grid.grid-2 .car-card,
  body[data-template="private_showroom"] .cars-grid.view-2 .car-card:nth-child(even),
  body[data-template="private_showroom"] .cars-grid.grid-2 .car-card:nth-child(even){
    display:flex!important;
    flex-direction:column!important;
    min-height:100%!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .card-img-wrap,
  body[data-template="private_showroom"] .cars-grid.grid-2 .card-img-wrap,
  body[data-template="private_showroom"] .cars-grid.view-2 .car-card:nth-child(even) .card-img-wrap,
  body[data-template="private_showroom"] .cars-grid.grid-2 .car-card:nth-child(even) .card-img-wrap{
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3!important;
    margin:6px!important;
    border-radius:12px!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .card-body,
  body[data-template="private_showroom"] .cars-grid.grid-2 .card-body,
  body[data-template="private_showroom"] .cars-grid.view-2 .car-card:nth-child(even) .card-body,
  body[data-template="private_showroom"] .cars-grid.grid-2 .car-card:nth-child(even) .card-body{
    padding:10px 9px 11px!important;
    gap:6px!important;
    min-height:0!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .card-name,
  body[data-template="private_showroom"] .cars-grid.grid-2 .card-name{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .card-price,
  body[data-template="private_showroom"] .cars-grid.grid-2 .card-price{
    margin-top:0!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .card-actions-row,
  body[data-template="private_showroom"] .cars-grid.grid-2 .card-actions-row{
    margin-top:2px!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .btn-details,
  body[data-template="private_showroom"] .cars-grid.grid-2 .btn-details{
    min-height:34px!important;
    border-radius:10px!important;
    font-size:11px!important;
  }

  body[data-template="private_showroom"] .cars-grid.view-2 .btn-wa-full,
  body[data-template="private_showroom"] .cars-grid.grid-2 .btn-wa-full,
  body[data-template="private_showroom"] .cars-grid.view-2 .card-actions-row + a,
  body[data-template="private_showroom"] .cars-grid.grid-2 .card-actions-row + a{
    display:none!important;
  }
}/* dealer-template-private-showroom-clean-hero-v18
   The hero image should stand on its own: no translucent frame and no bottom rule. */
body[data-template="private_showroom"] .hero::before,body[data-template="private_showroom"] .hero::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}/* dealer-template-private-showroom-dynamic-advanced-filters-v19
   Dynamic inventory filters should stay compact on desktop and mobile. */
body[data-template="private_showroom"] .catalog-advanced{
  padding:10px 12px!important;
  margin:0 auto 16px!important;
  border-radius:16px!important;
}body[data-template="private_showroom"] .adv-filters-title{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-bottom:8px!important;
  font-size:10px!important;
  letter-spacing:1px!important;
}body[data-template="private_showroom"] .adv-filters-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}body[data-template="private_showroom"] .adv-filter-group{
  min-width:0!important;
  gap:4px!important;
}body[data-template="private_showroom"] .adv-filter-label{
  font-size:10px!important;
  line-height:1.2!important;
}body[data-template="private_showroom"] .adv-filter-select{
  width:100%!important;
  height:38px!important;
  padding:7px 9px!important;
  border-radius:10px!important;
  font-size:12px!important;
}body[data-template="private_showroom"] .adv-filters-actions{
  margin-top:8px!important;
  justify-content:flex-start!important;
}body[data-template="private_showroom"] .adv-reset-btn{
  padding:7px 12px!important;
  border-radius:999px!important;
  font-size:11px!important;
}@media(max-width:760px){body[data-template="private_showroom"] .catalog-advanced{
    padding:10px!important;
    margin-bottom:12px!important;
  }body[data-template="private_showroom"] .adv-filters-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }body[data-template="private_showroom"] .adv-filter-select{
    height:36px!important;
    font-size:11px!important;
  }body[data-template="private_showroom"] .adv-filters-actions{
    margin-top:7px!important;
  }}/* dealer-template-private-showroom-footer-bottom-center-v20
   Keep the copyright and DealerX credit centered in the lower footer. */
body[data-template="private_showroom"] .footer-bottom{
  width:100%!important;
  max-width:1180px!important;
  margin-inline:auto!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  gap:10px 24px!important;
}body[data-template="private_showroom"] .footer-bottom .f-copy{
  width:100%!important;
  display:block!important;
  text-align:center!important;
}body[data-template="private_showroom"] .dealerx-credit{
  margin-inline:auto!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}/* dealer-template-private-showroom-footer-brand-panel-v26
   Give transparent or white dealer logos a designed contrast surface inside the footer. */
body[data-template="private_showroom"] footer{
  padding:clamp(34px,5vw,64px) clamp(16px,4vw,42px) calc(28px + env(safe-area-inset-bottom))!important;
  background:linear-gradient(180deg,var(--theme-background),color-mix(in srgb,var(--theme-background) 86%,var(--surface-bg) 14%))!important;
  color:var(--theme-heading)!important;
}body[data-template="private_showroom"] footer .footer-top{
  width:min(1180px,calc(100vw - 32px))!important;
  max-width:1180px!important;
  margin:0 auto 22px!important;
  padding:clamp(22px,3vw,34px)!important;
  display:grid!important;
  grid-template-columns:minmax(300px,1.25fr) minmax(180px,.75fr) minmax(220px,.85fr)!important;
  gap:clamp(18px,3vw,34px)!important;
  align-items:stretch!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 28%,transparent)!important;
  border-radius:28px!important;
  background:color-mix(in srgb,var(--theme-background) 76%,var(--surface-bg) 24%)!important;
  box-shadow:0 24px 70px color-mix(in srgb,var(--theme-decor) 10%,transparent)!important;
  text-align:right!important;
}body[data-template="private_showroom"] footer .footer-top > div{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  padding:18px!important;
  border-radius:20px!important;
}body[data-template="private_showroom"] footer .footer-top > div:first-child{
  background:
    radial-gradient(circle at 50% 12%,color-mix(in srgb,var(--theme-decor) 16%,transparent),transparent 46%),
    linear-gradient(135deg,color-mix(in srgb,var(--theme-heading) 92%,#000 8%),color-mix(in srgb,var(--theme-heading) 74%,var(--theme-decor) 26%))!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
  color:var(--theme-action-text)!important;
  text-align:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 44px color-mix(in srgb,var(--theme-heading) 14%,transparent)!important;
}body[data-template="private_showroom"] footer .f-logo{
  min-height:88px!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:12px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.14)!important;
}body[data-template="private_showroom"] footer .f-logo img,body[data-template="private_showroom"] footer #footerLogo{
  display:block;
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  max-width:min(260px,82%)!important;
  max-height:96px!important;
  height:auto!important;
  object-fit:contain!important;
}body[data-template="private_showroom"] footer .f-logo-fb{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  margin:0!important;
  text-align:center!important;
}body[data-template="private_showroom"] footer .f-desc{
  max-width:36ch!important;
  margin:0 auto!important;
  color:rgba(255,255,255,.72)!important;
  -webkit-text-fill-color:rgba(255,255,255,.72)!important;
  font-size:14px!important;
  line-height:1.75!important;
  text-align:center!important;
}body[data-template="private_showroom"] footer .f-col-title{
  margin:0 0 4px!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:4px!important;
  text-align:center!important;
}body[data-template="private_showroom"] footer .f-links{
  width:100%!important;
  display:grid!important;
  gap:10px!important;
  align-items:center!important;
  justify-items:center!important;
}body[data-template="private_showroom"] footer .f-links a,body[data-template="private_showroom"] footer .f-links span{
  width:max-content!important;
  max-width:100%!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  color:var(--text-muted)!important;
  -webkit-text-fill-color:var(--text-muted)!important;
  font-size:14px!important;
  font-weight:850!important;
  line-height:1.35!important;
  text-align:center!important;
  text-decoration:none!important;
}body[data-template="private_showroom"] footer .f-links a:hover{
  background:color-mix(in srgb,var(--theme-decor) 12%,transparent)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
}body[data-template="private_showroom"] footer .footer-bottom{
  width:min(1180px,calc(100vw - 32px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:16px 0 0!important;
  border-top:1px solid color-mix(in srgb,var(--theme-decor) 18%,transparent)!important;
}@media(max-width:900px){body[data-template="private_showroom"] footer .footer-top{
    grid-template-columns:1fr!important;
    padding:18px!important;
  }body[data-template="private_showroom"] footer .footer-top > div{
    padding:16px!important;
  }}/* dealer-template-private-showroom-hero-cta-line-removal-v21
   Remove the remaining decorative line below the hero catalog CTA. */
body[data-template="private_showroom"] .hero-ctas,body[data-template="private_showroom"] .hero-ctas a,body[data-template="private_showroom"] .hero-ctas button,body[data-template="private_showroom"] .cta-primary{
  border:0!important;
  border-top:0!important;
  border-bottom:0!important;
  outline:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
}body[data-template="private_showroom"] .hero-ctas::before,body[data-template="private_showroom"] .hero-ctas::after,body[data-template="private_showroom"] .hero-ctas a::before,body[data-template="private_showroom"] .hero-ctas a::after,body[data-template="private_showroom"] .hero-ctas button::before,body[data-template="private_showroom"] .hero-ctas button::after,body[data-template="private_showroom"] .cta-primary::before,body[data-template="private_showroom"] .cta-primary::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}body[data-template="private_showroom"] .hero-stats{
  border:0!important;
  border-top:0!important;
  border-bottom:0!important;
  background:transparent!important;
  box-shadow:none!important;
}body[data-template="private_showroom"] .hero-stats:empty{
  display:none!important;
}/* dealer-template-private-showroom-catalog-card-line-removal-v22
   Keep catalog cards clean by removing the right-side frame lines. */
body[data-template="private_showroom"] .catalog-grid-wrap,body[data-template="private_showroom"] .cars-grid{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}body[data-template="private_showroom"] .catalog .car-card,body[data-template="private_showroom"] .catalog .car-card:nth-child(even),body[data-template="private_showroom"] .catalog .card-img-wrap,body[data-template="private_showroom"] .catalog .card-img,body[data-template="private_showroom"] .catalog .card-body{
  border:0!important;
  border-top:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-left:0!important;
  outline:0!important;
}body[data-template="private_showroom"] .catalog .car-card,body[data-template="private_showroom"] .catalog .car-card:nth-child(even){
  box-shadow:none!important;
}body[data-template="private_showroom"] .catalog .car-card::before,body[data-template="private_showroom"] .catalog .car-card::after,body[data-template="private_showroom"] .catalog .card-img-wrap::before,body[data-template="private_showroom"] .catalog .card-img-wrap::after,body[data-template="private_showroom"] .catalog .card-body::before,body[data-template="private_showroom"] .catalog .card-body::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}/* dealer-template-private-showroom-catalog-cta-v23
   Polish the full-catalog prompt for each dealer. */
body[data-template="private_showroom"] .full-catalog-cta{
  width:min(1180px,calc(100vw - 32px))!important;
  min-height:0!important;
  margin:28px auto 0!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  border:0!important;
  border-radius:22px!important;
  background:color-mix(in srgb,var(--theme-background) 84%,var(--surface-bg) 16%)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  text-align:right!important;
}body[data-template="private_showroom"] .full-catalog-cta::before,body[data-template="private_showroom"] .full-catalog-cta::after{
  content:none!important;
  display:none!important;
}body[data-template="private_showroom"] .full-catalog-cta span{
  margin:0 0 4px!important;
  color:var(--text-muted)!important;
  font-size:10px!important;
  letter-spacing:1px!important;
}body[data-template="private_showroom"] .full-catalog-cta strong{
  color:var(--theme-heading)!important;
  font-size:clamp(18px,2.3vw,26px)!important;
  line-height:1.2!important;
}body[data-template="private_showroom"] .full-catalog-cta p{
  margin:4px 0 0!important;
  max-width:48ch!important;
  color:var(--text-muted)!important;
  font-size:13px!important;
  line-height:1.55!important;
}body[data-template="private_showroom"] .full-catalog-cta a{
  min-width:0!important;
  min-height:46px!important;
  padding:12px 20px!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--theme-action)!important;
  color:var(--theme-action-text)!important;
  -webkit-text-fill-color:var(--theme-action-text)!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}body[data-template="private_showroom"] .full-catalog-cta a::before,body[data-template="private_showroom"] .full-catalog-cta a::after{
  content:none!important;
  display:none!important;
}@media(max-width:760px){body[data-template="private_showroom"] .full-catalog-cta{
    width:calc(100vw - 32px)!important;
    margin-top:22px!important;
    padding:14px!important;
    grid-template-columns:1fr!important;
    justify-items:stretch!important;
    text-align:center!important;
    border-radius:18px!important;
  }body[data-template="private_showroom"] .full-catalog-cta > div{
    display:grid!important;
    gap:4px!important;
    justify-items:center!important;
  }body[data-template="private_showroom"] .full-catalog-cta strong{
    font-size:20px!important;
  }body[data-template="private_showroom"] .full-catalog-cta p{
    font-size:12px!important;
    max-width:30ch!important;
  }body[data-template="private_showroom"] .full-catalog-cta a{
    width:100%!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:14px!important;
  }}/* dealer-template-private-showroom-finance-teaser-fit-v24
   Finance teaser inside catalog cards should behave like a compact RTL badge. */
body[data-template="private_showroom"] .catalog .card-finance-teaser{
  width:max-content!important;
  max-width:100%!important;
  min-width:0!important;
  margin:10px 0 0 auto!important;
  padding:9px 14px!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  align-self:flex-end!important;
  justify-self:end!important;
  border-radius:999px!important;
  direction:rtl!important;
  text-align:center!important;
  white-space:normal!important;
}body[data-template="private_showroom"] .catalog .card-finance-teaser span{
  display:none!important;
}body[data-template="private_showroom"] .catalog .card-finance-teaser strong{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  color:var(--theme-heading)!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:950!important;
  text-align:center!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}@media(max-width:760px){body[data-template="private_showroom"] .catalog .card-finance-teaser{
    margin:9px auto 0!important;
    padding:8px 12px!important;
    align-self:center!important;
    justify-self:center!important;
  }body[data-template="private_showroom"] .catalog .card-finance-teaser strong{
    font-size:12px!important;
  }}/* dealer-template-private-showroom-card-image-frame-v25
   Center vehicle media inside each catalog card,show the full vehicle image,and restore only a thin outer frame. */
body[data-template="private_showroom"] .catalog .car-card,body[data-template="private_showroom"] .catalog .car-card:nth-child(even){
  border:1px solid color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
  box-sizing:border-box!important;
}body[data-template="private_showroom"] .catalog .card-img-wrap,body[data-template="private_showroom"] .catalog .car-card:nth-child(even) .card-img-wrap{
  align-self:center!important;
  justify-self:stretch!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}body[data-template="private_showroom"] .catalog .card-img,body[data-template="private_showroom"] .catalog .card-img-wrap img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  background:color-mix(in srgb,var(--surface-bg) 88%,var(--theme-background) 12%)!important;
}@media(max-width:760px){body[data-template="private_showroom"] .catalog .card-img-wrap,body[data-template="private_showroom"] .catalog .car-card:nth-child(even) .card-img-wrap{
    align-self:center!important;
    width:calc(100% - 16px)!important;
  }}/* dealer-template-private-showroom-footer-contact-links-v29
   Footer contact links should expose address,WhatsApp,Waze and social channels clearly. */
body[data-template="private_showroom"] footer .footer-contact-link{
  width:100%!important;
  max-width:310px!important;
  min-height:50px!important;
  padding:10px 13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:11px!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 22%,transparent)!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--theme-background) 72%,var(--surface-bg) 28%)!important;
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:initial!important;
  text-decoration:none!important;
}body[data-template="private_showroom"] footer .footer-contact-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border-radius:999px!important;
  color:var(--theme-action-text)!important;
  background:var(--theme-action)!important;
}body[data-template="private_showroom"] footer .footer-contact-icon svg{
  width:16px!important;
  height:16px!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}body[data-template="private_showroom"] footer .footer-contact-text{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
  text-align:right!important;
}body[data-template="private_showroom"] footer .footer-contact-text small{
  color:var(--text-muted)!important;
  -webkit-text-fill-color:var(--text-muted)!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
}body[data-template="private_showroom"] footer .footer-contact-text strong{
  color:var(--theme-heading)!important;
  -webkit-text-fill-color:var(--theme-heading)!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1.25!important;
  overflow-wrap:anywhere!important;
}body[data-template="private_showroom"] footer .footer-contact-link:hover{
  border-color:color-mix(in srgb,var(--theme-decor) 44%,transparent)!important;
  background:color-mix(in srgb,var(--theme-background) 62%,var(--theme-decor) 14%)!important;
}/* Dealer logos must render as uploaded. Transparent PNG/SVG/WEBP assets should not inherit dark blend effects. */
#navImg,#heroLogo,#footerLogo,#loadingLogo,#comingLogo,#adminPanelLogo,#waPopupLogo{
  background:transparent!important;
  mix-blend-mode:normal!important;
  filter:none!important;
}/* Dealer logo sizing is controlled from the design panel. Keep it after template overrides. */
#navImg{height:var(--dealer-logo-height,52px)!important;max-height:var(--dealer-logo-height,52px)!important;min-height:0!important;width:auto!important;object-fit:contain!important}#heroLogo.hero-logo{height:var(--dealer-hero-logo-height,81px)!important;max-height:min(var(--dealer-hero-logo-height,81px),18vh)!important;width:auto!important;object-fit:contain!important}#footerLogo{height:var(--dealer-footer-logo-height,42px)!important;max-height:var(--dealer-footer-logo-height,42px)!important;width:auto!important;object-fit:contain!important}@media(max-width:760px){#navImg{height:min(var(--dealer-logo-height,52px),64px)!important;max-height:min(var(--dealer-logo-height,52px),64px)!important}#heroLogo.hero-logo{height:min(var(--dealer-hero-logo-height,81px),112px)!important;max-height:112px!important}}/* dealer-template-private-showroom-full-catalog-route-v27
   Clean dealer /catalog routes should open directly on the full inventory. */
body.full-catalog-mode[data-template="private_showroom"] .hero,body.full-catalog-mode[data-template="private_showroom"] .brands,body.full-catalog-mode[data-template="private_showroom"] .section-divider,body.full-catalog-mode[data-template="private_showroom"] .weekly-car-section,body.full-catalog-mode[data-template="private_showroom"] .trust-strip,body.full-catalog-mode[data-template="private_showroom"] .why,body.full-catalog-mode[data-template="private_showroom"] .process,body.full-catalog-mode[data-template="private_showroom"] .about,body.full-catalog-mode[data-template="private_showroom"] .coming-section,body.full-catalog-mode[data-template="private_showroom"] .reviews,body.full-catalog-mode[data-template="private_showroom"] .happy-customers-section,body.full-catalog-mode[data-template="private_showroom"] .videos-section,body.full-catalog-mode[data-template="private_showroom"] .sold-strip,body.full-catalog-mode[data-template="private_showroom"] .faq-section,body.full-catalog-mode[data-template="private_showroom"] .finance-calculator,body.full-catalog-mode[data-template="private_showroom"] .contact,body.full-catalog-mode[data-template="private_showroom"] .full-catalog-cta,body.full-catalog-mode[data-template="private_showroom"] #fullCatalogCta{
  display:none!important;
}body.full-catalog-mode[data-template="private_showroom"] .catalog{
  display:block!important;
  padding-top:clamp(104px,13vh,150px)!important;
  min-height:100svh!important;
}body.full-catalog-mode[data-template="private_showroom"] .catalog-head{
  margin-top:0!important;
}/* public-performance-mobile-v1
   Let the browser skip layout/paint work for heavy below-the-fold sections until needed. */
body:not(.admin-booting):not(.dedicated-admin-route) .why,body:not(.admin-booting):not(.dedicated-admin-route) .process,body:not(.admin-booting):not(.dedicated-admin-route) .about,body:not(.admin-booting):not(.dedicated-admin-route) .coming-section,body:not(.admin-booting):not(.dedicated-admin-route) .reviews,body:not(.admin-booting):not(.dedicated-admin-route) .happy-customers-section,body:not(.admin-booting):not(.dedicated-admin-route) .videos-section,body:not(.admin-booting):not(.dedicated-admin-route) .sold-strip,body:not(.admin-booting):not(.dedicated-admin-route) .faq-section,body:not(.admin-booting):not(.dedicated-admin-route) .finance-calculator,body:not(.admin-booting):not(.dedicated-admin-route) .contact,body:not(.admin-booting):not(.dedicated-admin-route) footer{
  content-visibility:auto;
  contain-intrinsic-size:auto 720px;
}body:not(.admin-booting):not(.dedicated-admin-route) .videos-section,body:not(.admin-booting):not(.dedicated-admin-route) .happy-customers-section{
  contain-intrinsic-size:auto 560px;
}/* executive-classic-footer-contact-redesign-v1 */
body[data-template="executive_classic"] footer{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}body[data-template="executive_classic"] footer .footer-top{
  align-items:center!important;
  width:min(100%,1780px)!important;
  min-height:clamp(420px,34vw,620px)!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(360px,520px) minmax(220px,300px) minmax(420px,560px)!important;
  justify-content:center!important;
  justify-items:center!important;
  gap:clamp(42px,6vw,110px)!important;
  text-align:center!important;
  box-sizing:border-box!important;
}body[data-template="executive_classic"] footer .footer-top > div{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}body[data-template="executive_classic"] footer .footer-top > div:first-child{
  max-width:560px!important;
  justify-content:center!important;
}body[data-template="executive_classic"] footer .footer-bottom{
  width:min(100%,1780px)!important;
  margin-inline:auto!important;
  justify-content:center!important;
}body[data-template="executive_classic"] footer #fContact.f-links{
  width:100%!important;
  max-width:520px!important;
  margin-inline:auto!important;
  align-items:stretch!important;
  gap:12px!important;
}body[data-template="executive_classic"] footer .footer-contact-link{
  direction:rtl!important;
  width:100%!important;
  max-width:none!important;
  min-height:62px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:14px!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  border:1px solid color-mix(in srgb,var(--brand-accent) 18%,rgba(255,255,255,.14))!important;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
  text-align:right!important;
  color:var(--text-main)!important;
  text-decoration:none!important;
}body[data-template="executive_classic"] footer .footer-contact-icon{
  grid-column:1!important;
  grid-row:1!important;
  width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:color-mix(in srgb,var(--brand-accent) 16%,rgba(255,255,255,.07))!important;
  border:1px solid color-mix(in srgb,var(--brand-accent) 24%,transparent)!important;
  color:var(--brand-accent)!important;
}body[data-template="executive_classic"] footer .footer-contact-icon svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}body[data-template="executive_classic"] footer .footer-contact-text{
  grid-column:2!important;
  min-width:0!important;
  display:grid!important;
  gap:4px!important;
  justify-items:start!important;
  text-align:right!important;
}body[data-template="executive_classic"] footer .footer-contact-text small{
  display:block!important;
  width:100%!important;
  color:color-mix(in srgb,var(--brand-accent) 78%,var(--text-muted))!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:1.2px!important;
  text-transform:none!important;
  opacity:1!important;
}body[data-template="executive_classic"] footer .footer-contact-text strong{
  display:block!important;
  width:100%!important;
  color:var(--text-main)!important;
  font-size:clamp(14px,2.7vw,17px)!important;
  font-weight:850!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}body[data-template="executive_classic"] footer .footer-contact-link:hover{
  transform:translateY(-1px)!important;
  border-color:color-mix(in srgb,var(--brand-accent) 36%,rgba(255,255,255,.22))!important;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;
}@media(max-width:760px){body[data-template="executive_classic"] footer{
    padding-inline:18px!important;
  }body[data-template="executive_classic"] footer .footer-top{
    grid-template-columns:1fr!important;
    min-height:0!important;
    gap:28px!important;
    padding:24px 16px!important;
  }body[data-template="executive_classic"] footer .f-col-title{
    margin-bottom:14px!important;
  }body[data-template="executive_classic"] footer .footer-contact-link{
    min-height:58px!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:12px!important;
    border-radius:15px!important;
  }body[data-template="executive_classic"] footer .footer-contact-icon{
    width:38px!important;
    height:38px!important;
    flex-basis:38px!important;
  }}/* weekly-feature-full-car-image-v1 */
.weekly-car-media{
  background:color-mix(in srgb,var(--surface-bg) 90%,var(--site-bg) 10%)!important;
}.weekly-car-media img,body[data-template] .weekly-car-media img,body[data-template="private_showroom"] .weekly-car-media img,body[data-template="tech_signature"] .weekly-car-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  background:transparent!important;
}/* dealer-template-contract-stabilizer-v1 */
body[data-template]{
  --template-control-radius:18px;
}body[data-template="executive_classic"]{--template-control-radius:14px}body[data-template="private_showroom"]{--template-control-radius:22px}body[data-template="tech_signature"]{--template-control-radius:10px}body[data-template] .btn-wa,body[data-template] .btn-wa-full,body[data-template] .wa-float a,body[data-template] #contactWaBtn,body[data-template] .sticky-cta,body[data-template] .card-actions a,body[data-template] .card-actions button,body[data-template] .contact-form button,body[data-template] .cp-cta-card a,body[data-template] .cp-cta-card button{
  background:var(--template-action)!important;
  color:var(--template-action-text)!important;
  border-color:color-mix(in srgb,var(--template-action) 64%,transparent)!important;
  border-radius:var(--template-control-radius)!important;
}body[data-template] .car-card,body[data-template] .contact-form,body[data-template] .faq-item,body[data-template] .review-card,body[data-template] .why-item,body[data-template] .process-step,body[data-template] .cp-body,body[data-template] .cp-cta-card,body[data-template] footer .footer-top{
  background:var(--template-surface)!important;
  color:var(--template-body)!important;
  border-color:var(--template-border)!important;
}body[data-template] .s-title,body[data-template] .hero-title,body[data-template] .card-name,body[data-template] .cp-title,body[data-template] .cp-section-title,body[data-template] .faq-item summary,body[data-template] footer .f-col-title{
  color:var(--template-heading)!important;
}body[data-template] .card-badge,body[data-template] .cp-badge,body[data-template] .cp-badge-tag,body[data-template] .catalog-view-btn.active,body[data-template] .brand-chip.active{
  background:var(--template-action)!important;
  color:var(--template-action-text)!important;
  border-color:color-mix(in srgb,var(--template-action) 52%,transparent)!important;
}body[data-template] .catalog-toolbar,body[data-template] .filter-panel,body[data-template] .wa-popup,body[data-template] .cp-tab,body[data-template] .cp-spec-item{
  background:var(--template-surface-strong)!important;
  color:var(--template-body)!important;
  border-color:var(--template-border)!important;
}body[data-template] .cp-tab.active,body[data-template] .cp-tab:hover{
  color:var(--template-action-text)!important;
  background:var(--template-action)!important;
}body[data-template] footer,body[data-template] .footer-bottom{
  background:var(--template-footer-bg)!important;
  color:var(--template-footer-text)!important;
  border-color:var(--template-border)!important;
}body[data-template] footer a,body[data-template] footer p,body[data-template] footer span,body[data-template] .footer-bottom{
  color:color-mix(in srgb,var(--template-footer-text) 84%,transparent)!important;
}/* dealer-template-color-role-contract-v2 */
body[data-theme-contract-version="v2"][data-template] .hero-sub,body[data-theme-contract-version="v2"][data-template] .hero-subtitle,body[data-theme-contract-version="v2"][data-template] .catalog-sub,body[data-theme-contract-version="v2"][data-template] .s-tag,body[data-theme-contract-version="v2"][data-template] .card-brand,body[data-theme-contract-version="v2"][data-template] .card-spec small,body[data-theme-contract-version="v2"][data-template] .card-spec span:first-child,body[data-theme-contract-version="v2"][data-template] .card-finance-teaser span,body[data-theme-contract-version="v2"][data-template] .cp-meta,body[data-theme-contract-version="v2"][data-template] .cp-subtitle,body[data-theme-contract-version="v2"][data-template] .cp-spec-item span:first-child,body[data-theme-contract-version="v2"][data-template] .review-card p,body[data-theme-contract-version="v2"][data-template] .faq-item p,body[data-theme-contract-version="v2"][data-template] .why-item p,body[data-theme-contract-version="v2"][data-template] .step p,body[data-theme-contract-version="v2"][data-template] .contact-form label{
  color:var(--template-muted)!important;
  -webkit-text-fill-color:var(--template-muted)!important;
}body[data-theme-contract-version="v2"][data-template] .card-price,body[data-theme-contract-version="v2"][data-template] .cp-price,body[data-theme-contract-version="v2"][data-template] .hs-num,body[data-theme-contract-version="v2"][data-template] .step-number,body[data-theme-contract-version="v2"][data-template] .process-step-number,body[data-theme-contract-version="v2"][data-template] .finance-result strong{
  color:var(--template-action)!important;
  -webkit-text-fill-color:var(--template-action)!important;
}body[data-theme-contract-version="v2"][data-template] .catalog-search,body[data-theme-contract-version="v2"][data-template] .catalog-sort,body[data-theme-contract-version="v2"][data-template] .contact-form input,body[data-theme-contract-version="v2"][data-template] .contact-form textarea,body[data-theme-contract-version="v2"][data-template] .filter-panel input,body[data-theme-contract-version="v2"][data-template] .filter-panel select,body[data-theme-contract-version="v2"][data-template] .lead-agent-grid select,body[data-theme-contract-version="v2"][data-template] .lead-agent-contact input{
  background:var(--template-surface-strong)!important;
  color:var(--template-surface-text)!important;
  -webkit-text-fill-color:var(--template-surface-text)!important;
  border-color:var(--template-border)!important;
}body[data-theme-contract-version="v2"][data-template] .catalog-search::placeholder,body[data-theme-contract-version="v2"][data-template] .contact-form input::placeholder,body[data-theme-contract-version="v2"][data-template] .contact-form textarea::placeholder,body[data-theme-contract-version="v2"][data-template] .filter-panel input::placeholder,body[data-theme-contract-version="v2"][data-template] .lead-agent-contact input::placeholder{
  color:color-mix(in srgb,var(--template-surface-text) 48%,transparent)!important;
  -webkit-text-fill-color:color-mix(in srgb,var(--template-surface-text) 48%,transparent)!important;
}body[data-theme-contract-version="v2"][data-template] .brand-chip,body[data-theme-contract-version="v2"][data-template] .catalog-view-btn,body[data-theme-contract-version="v2"][data-template] .vt-btn,body[data-theme-contract-version="v2"][data-template] .f-btn,body[data-theme-contract-version="v2"][data-template] .cp-tab:not(.active){
  background:var(--template-surface)!important;
  color:var(--template-body)!important;
  -webkit-text-fill-color:var(--template-body)!important;
  border-color:var(--template-border)!important;
}body[data-theme-contract-version="v2"][data-template] .card-spec strong,body[data-theme-contract-version="v2"][data-template] .card-spec span:last-child,body[data-theme-contract-version="v2"][data-template] .cp-spec-item strong,body[data-theme-contract-version="v2"][data-template] .cp-spec-item span:last-child,body[data-theme-contract-version="v2"][data-template] .contact-form strong,body[data-theme-contract-version="v2"][data-template] .why-item strong,body[data-theme-contract-version="v2"][data-template] .review-card strong{
  color:var(--template-heading)!important;
  -webkit-text-fill-color:var(--template-heading)!important;
}body[data-theme-contract-version="v2"][data-template] .btn-details,body[data-theme-contract-version="v2"][data-template] .cta-primary,body[data-theme-contract-version="v2"][data-template] .hero-ctas button,body[data-theme-contract-version="v2"][data-template] .hero-ctas a,body[data-theme-contract-version="v2"][data-template] .finance-result button,body[data-theme-contract-version="v2"][data-template] .full-catalog-cta a{
  background:var(--template-action)!important;
  color:var(--template-action-text)!important;
  -webkit-text-fill-color:var(--template-action-text)!important;
  border-color:color-mix(in srgb,var(--template-action) 64%,transparent)!important;
}/* dealer-template-language-and-shadow-polish-v1 */
body[data-template] .language-switcher,body[data-template] .mobile-language-switcher{
  background:color-mix(in srgb,var(--template-surface) 88%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--template-border) 78%,transparent)!important;
  box-shadow:0 10px 26px color-mix(in srgb,var(--theme-background) 14%,transparent)!important;
  backdrop-filter:blur(12px)!important;
}body[data-template] .language-switcher a,body[data-template] .language-switcher button,body[data-template] .mobile-language-switcher a,body[data-template] .mobile-language-switcher button{
  color:var(--template-body)!important;
  -webkit-text-fill-color:var(--template-body)!important;
  opacity:.88!important;
  font-weight:800!important;
}body[data-template] .language-switcher a:hover,body[data-template] .language-switcher button:hover,body[data-template] .mobile-language-switcher a:hover,body[data-template] .mobile-language-switcher button:hover{
  background:color-mix(in srgb,var(--template-action) 10%,transparent)!important;
  color:var(--template-heading)!important;
  -webkit-text-fill-color:var(--template-heading)!important;
  opacity:1!important;
}body[data-template] .language-switcher a.active,body[data-template] .language-switcher button.active,body[data-template] .mobile-language-switcher a.active,body[data-template] .mobile-language-switcher button.active{
  background:var(--template-action)!important;
  color:var(--template-action-text)!important;
  -webkit-text-fill-color:var(--template-action-text)!important;
  box-shadow:0 8px 18px color-mix(in srgb,var(--template-action) 18%,transparent)!important;
  opacity:1!important;
}body[data-template] .catalog-toolbar,body[data-template] .car-card,body[data-template] .contact-inner,body[data-template] .finance-inner,body[data-template] .full-catalog-cta,body[data-template] .weekly-car-media,body[data-template] .why-item,body[data-template] .review-card,body[data-template] .faq-item,body[data-template] footer .footer-top{
  box-shadow:0 14px 38px color-mix(in srgb,var(--theme-background) 8%,transparent)!important;
}body[data-template="private_showroom"] .catalog-toolbar,body[data-template="private_showroom"] .contact-inner,body[data-template="private_showroom"] .finance-inner,body[data-template="private_showroom"] footer .footer-top{
  box-shadow:0 16px 44px color-mix(in srgb,var(--theme-decor) 7%,transparent)!important;
}body[data-template="tech_signature"] .catalog-toolbar,body[data-template="tech_signature"] .car-card,body[data-template="tech_signature"] footer .footer-contact-link{
  box-shadow:0 12px 34px rgba(2,6,23,.24)!important;
}/* dealer-finance-template-color-contract-v1 */
body[data-template] .finance-calculator{
  background:
    radial-gradient(circle at 16% 18%,color-mix(in srgb,var(--template-action) 10%,transparent),transparent 34%),
    linear-gradient(180deg,var(--theme-background),color-mix(in srgb,var(--template-surface) 78%,var(--theme-background) 22%))!important;
  color:var(--template-body)!important;
}body[data-template] .finance-inner{
  background:color-mix(in srgb,var(--template-surface) 92%,transparent)!important;
  border:1px solid var(--template-border)!important;
  color:var(--template-body)!important;
  box-shadow:0 12px 34px color-mix(in srgb,var(--theme-background) 8%,transparent)!important;
}body[data-template] .finance-title,body[data-template] .finance-inner .s-title{
  color:var(--template-heading)!important;
  -webkit-text-fill-color:var(--template-heading)!important;
}body[data-template] .finance-sub,body[data-template] .finance-grid label,body[data-template] .finance-result span,body[data-template] .finance-notes{
  color:var(--template-muted)!important;
  -webkit-text-fill-color:var(--template-muted)!important;
}body[data-template] .finance-box,body[data-template] .finance-result{
  background:var(--template-surface-strong)!important;
  border:1px solid var(--template-border)!important;
  color:var(--template-surface-text)!important;
  box-shadow:none!important;
}body[data-template] .finance-grid input,body[data-template] .finance-grid select{
  background:var(--template-surface)!important;
  color:var(--template-surface-text)!important;
  -webkit-text-fill-color:var(--template-surface-text)!important;
  border:1px solid var(--template-border)!important;
  box-shadow:none!important;
}body[data-template] .finance-grid input::placeholder{
  color:color-mix(in srgb,var(--template-surface-text) 46%,transparent)!important;
  -webkit-text-fill-color:color-mix(in srgb,var(--template-surface-text) 46%,transparent)!important;
}body[data-template] .finance-grid select option{
  background:var(--template-surface)!important;
  color:var(--template-surface-text)!important;
}body[data-template] .finance-result strong{
  color:var(--template-action)!important;
  -webkit-text-fill-color:var(--template-action)!important;
  text-shadow:none!important;
}body[data-template] .finance-result button{
  background:var(--template-action)!important;
  color:var(--template-action-text)!important;
  -webkit-text-fill-color:var(--template-action-text)!important;
  border:1px solid color-mix(in srgb,var(--template-action) 64%,transparent)!important;
}/* dealer-template-readable-sections-contract-v1 */
body[data-theme-contract-version="v2"][data-template] .why-item,body[data-theme-contract-version="v2"][data-template] .process-step,body[data-theme-contract-version="v2"][data-template] .process-steps .step,body[data-theme-contract-version="v2"][data-template] .finance-box,body[data-theme-contract-version="v2"][data-template] .finance-result{
  background:color-mix(in srgb,var(--template-surface) 94%,var(--theme-background) 6%)!important;
  border:1px solid var(--template-border)!important;
  color:var(--template-body)!important;
  -webkit-text-fill-color:initial!important;
  box-shadow:0 10px 28px color-mix(in srgb,var(--theme-background) 7%,transparent)!important;
}body[data-theme-contract-version="v2"][data-template] .why-item h3,body[data-theme-contract-version="v2"][data-template] .why-item strong,body[data-theme-contract-version="v2"][data-template] .process-step h3,body[data-theme-contract-version="v2"][data-template] .process-step strong,body[data-theme-contract-version="v2"][data-template] .process-steps .step h3,body[data-theme-contract-version="v2"][data-template] .process-steps .step strong,body[data-theme-contract-version="v2"][data-template] .finance-box h3,body[data-theme-contract-version="v2"][data-template] .finance-title,body[data-theme-contract-version="v2"][data-template] .finance-inner .s-title{
  color:var(--template-heading)!important;
  -webkit-text-fill-color:var(--template-heading)!important;
}body[data-theme-contract-version="v2"][data-template] .why-item p,body[data-theme-contract-version="v2"][data-template] .process-step p,body[data-theme-contract-version="v2"][data-template] .process-steps .step p,body[data-theme-contract-version="v2"][data-template] .finance-sub,body[data-theme-contract-version="v2"][data-template] .finance-grid label,body[data-theme-contract-version="v2"][data-template] .finance-result span,body[data-theme-contract-version="v2"][data-template] .finance-notes{
  color:var(--template-muted)!important;
  -webkit-text-fill-color:var(--template-muted)!important;
}body[data-theme-contract-version="v2"][data-template] .why-icon-wrap,body[data-theme-contract-version="v2"][data-template] .why-item .why-icon,body[data-theme-contract-version="v2"][data-template] .why-item svg,body[data-theme-contract-version="v2"][data-template] .process-step-icon,body[data-theme-contract-version="v2"][data-template] .process-step svg{
  color:var(--template-action)!important;
  border-color:color-mix(in srgb,var(--template-action) 32%,transparent)!important;
  background:color-mix(in srgb,var(--template-action) 11%,var(--template-surface) 89%)!important;
  opacity:1!important;
  filter:none!important;
}body[data-theme-contract-version="v2"][data-template] .why-item svg *,body[data-theme-contract-version="v2"][data-template] .process-step svg *{
  stroke:currentColor!important;
}body[data-theme-contract-version="v2"][data-template] .finance-result strong{
  color:var(--template-action)!important;
  -webkit-text-fill-color:var(--template-action)!important;
}/* dealer-template-role-audit-surface-v1 */
body[data-theme-contract-version="v2"][data-template] .catalog-toolbar,body[data-theme-contract-version="v2"][data-template] .adv-filters,body[data-theme-contract-version="v2"][data-template] .catalog-advanced,body[data-theme-contract-version="v2"][data-template] .car-card,body[data-theme-contract-version="v2"][data-template] .card-spec,body[data-theme-contract-version="v2"][data-template] .card-finance-teaser,body[data-theme-contract-version="v2"][data-template] .contact-inner,body[data-theme-contract-version="v2"][data-template] .contact-form,body[data-theme-contract-version="v2"][data-template] .about-inner,body[data-theme-contract-version="v2"][data-template] .trust-item,body[data-theme-contract-version="v2"][data-template] .review-card,body[data-theme-contract-version="v2"][data-template] .faq-item,body[data-theme-contract-version="v2"][data-template] .cp-body,body[data-theme-contract-version="v2"][data-template] .cp-cta-card,body[data-theme-contract-version="v2"][data-template] .cp-spec-item,body[data-theme-contract-version="v2"][data-template] .full-catalog-cta,body[data-theme-contract-version="v2"][data-template] .wa-popup{
  background:var(--template-surface)!important;
  color:var(--template-body)!important;
  border-color:var(--template-border)!important;
}body[data-theme-contract-version="v2"][data-template] .catalog-search,body[data-theme-contract-version="v2"][data-template] .catalog-sort,body[data-theme-contract-version="v2"][data-template] .adv-filter-select,body[data-theme-contract-version="v2"][data-template] .contact-form input,body[data-theme-contract-version="v2"][data-template] .contact-form textarea,body[data-theme-contract-version="v2"][data-template] .finance-grid input,body[data-theme-contract-version="v2"][data-template] .finance-grid select{
  background:var(--template-surface-strong)!important;
  color:var(--template-surface-text)!important;
  -webkit-text-fill-color:var(--template-surface-text)!important;
  border-color:var(--template-border)!important;
}body[data-theme-contract-version="v2"][data-template] .s-title,body[data-theme-contract-version="v2"][data-template] .card-name,body[data-theme-contract-version="v2"][data-template] .about-title,body[data-theme-contract-version="v2"][data-template] .contact-headline,body[data-theme-contract-version="v2"][data-template] .faq-item summary,body[data-theme-contract-version="v2"][data-template] .full-catalog-cta strong,body[data-theme-contract-version="v2"][data-template] .wa-popup-title{
  color:var(--template-heading)!important;
  -webkit-text-fill-color:var(--template-heading)!important;
}body[data-theme-contract-version="v2"][data-template] .catalog-sub,body[data-theme-contract-version="v2"][data-template] .card-brand,body[data-theme-contract-version="v2"][data-template] .about-text,body[data-theme-contract-version="v2"][data-template] .contact-sub,body[data-theme-contract-version="v2"][data-template] .review-text,body[data-theme-contract-version="v2"][data-template] .faq-item p,body[data-theme-contract-version="v2"][data-template] .full-catalog-cta p,body[data-theme-contract-version="v2"][data-template] .wa-popup p{
  color:var(--template-muted)!important;
  -webkit-text-fill-color:var(--template-muted)!important;
}/* bino-tech-uniform-catalog-cards-v1 */
body[data-template="tech_signature"] .catalog .cars-grid .car-card,body[data-template="tech_signature"] .catalog .cars-grid .car-card:nth-child(3n+1),body[data-template="tech_signature"] .catalog .cars-grid .car-card:nth-child(5n+1),body[data-template="tech_signature"] .catalog .cars-grid .car-card:nth-child(even){
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--site-bg) 94%,#111827) 0%,color-mix(in srgb,var(--site-bg) 86%,#020617) 100%)!important;
  border-color:color-mix(in srgb,var(--brand-primary) 28%,rgba(255,255,255,.08))!important;
  border-right:1px solid color-mix(in srgb,var(--brand-primary) 28%,rgba(255,255,255,.08))!important;
  box-shadow:
    0 0 0 1px color-mix(in srgb,var(--brand-accent) 12%,transparent),
    0 18px 54px rgba(2,6,23,.38)!important;
}body[data-template="tech_signature"] .catalog .cars-grid .car-card::before,body[data-template="tech_signature"] .catalog .cars-grid .car-card:nth-child(3n+1)::before,body[data-template="tech_signature"] .catalog .cars-grid .car-card:nth-child(5n+1)::before{
  content:none!important;
  display:none!important;
}/* tech-signature-footer-contact-actions-v1 */
body[data-template="tech_signature"] footer #fContact.f-links{
  width:min(100%,560px)!important;
  margin-inline:auto!important;
  align-items:stretch!important;
  gap:14px!important;
}body[data-template="tech_signature"] footer .footer-contact-link{
  direction:rtl!important;
  width:100%!important;
  max-width:none!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:14px!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 25%,rgba(255,255,255,.12))!important;
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--surface-bg) 92%,var(--brand-primary) 8%),color-mix(in srgb,var(--site-bg) 82%,#000 18%))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 14px 34px rgba(0,0,0,.2)!important;
  text-align:right!important;
  color:var(--template-footer-text)!important;
  text-decoration:none!important;
}body[data-template="tech_signature"] footer .footer-contact-icon{
  grid-column:1!important;
  grid-row:1!important;
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  border-radius:16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 30% 25%,color-mix(in srgb,var(--brand-accent) 34%,rgba(255,255,255,.14)),transparent 58%),
    color-mix(in srgb,var(--brand-primary) 16%,rgba(255,255,255,.07))!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 32%,rgba(255,255,255,.08))!important;
  color:color-mix(in srgb,var(--brand-primary) 82%,#fff 18%)!important;
}body[data-template="tech_signature"] footer .footer-contact-icon svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}body[data-template="tech_signature"] footer .footer-contact-text{
  grid-column:2!important;
  min-width:0!important;
  display:grid!important;
  gap:5px!important;
  justify-items:end!important;
  text-align:right!important;
}body[data-template="tech_signature"] footer .footer-contact-text small{
  display:block!important;
  width:100%!important;
  color:color-mix(in srgb,var(--brand-primary) 76%,var(--template-footer-text) 24%)!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:1.1px!important;
  opacity:1!important;
}body[data-template="tech_signature"] footer .footer-contact-text strong{
  display:block!important;
  width:100%!important;
  color:var(--template-footer-text)!important;
  font-size:clamp(15px,2.4vw,19px)!important;
  font-weight:850!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  unicode-bidi:plaintext!important;
}body[data-template="tech_signature"] footer .footer-contact-link:hover{
  transform:translateY(-1px)!important;
  border-color:color-mix(in srgb,var(--brand-primary) 48%,rgba(255,255,255,.18))!important;
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--surface-bg) 86%,var(--brand-primary) 14%),color-mix(in srgb,var(--site-bg) 78%,#000 22%))!important;
}/* sticky-cta-readable-template-contrast-v1 */
body[data-template] .sticky-cta{
  color:var(--template-action-text)!important;
}body[data-template] .sticky-cta-text,body[data-template] .sticky-cta-text span,body[data-template] .sticky-cta-text strong{
  color:var(--template-action-text)!important;
  opacity:1!important;
}body[data-template="private_showroom"] .sticky-cta{
  background:color-mix(in srgb,var(--theme-background) 88%,#000 12%)!important;
  color:var(--theme-surface)!important;
  border-top:1px solid color-mix(in srgb,var(--theme-decor) 30%,transparent)!important;
}body[data-template="private_showroom"] .sticky-cta-text,body[data-template="private_showroom"] .sticky-cta-text span,body[data-template="private_showroom"] .sticky-cta-text strong{
  color:var(--theme-surface)!important;
  text-shadow:0 1px 1px rgba(0,0,0,.22)!important;
}/* private-showroom-car-detail-badge-contrast-v1 */
body[data-template="private_showroom"] #carPage .cp-badge,body[data-template="private_showroom"] #carPage .cp-badge-brand,body[data-template="private_showroom"] #carPage .cp-badge-tag,body[data-template="private_showroom"] #carPage .cp-badge-status-available,body[data-template="private_showroom"] #carPage .cp-badge-status-sold,body[data-template="private_showroom"] #carPage .cp-badge-status-reserved{
  background:color-mix(in srgb,var(--theme-background) 86%,#000 14%)!important;
  color:var(--theme-surface)!important;
  -webkit-text-fill-color:var(--theme-surface)!important;
  border:1px solid color-mix(in srgb,var(--theme-decor) 34%,transparent)!important;
  box-shadow:inset 0 1px 0 color-mix(in srgb,var(--theme-surface) 10%,transparent)!important;
}@media(max-width:760px){body[data-template="tech_signature"] footer #fContact.f-links{
    width:100%!important;
    max-width:460px!important;
    gap:12px!important;
  }body[data-template="tech_signature"] footer .footer-contact-link{
    min-height:60px!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:12px!important;
    padding:11px 12px!important;
    border-radius:16px!important;
  }body[data-template="tech_signature"] footer .footer-contact-icon{
    width:44px!important;
    height:44px!important;
    border-radius:14px!important;
    flex-basis:44px!important;
  }body[data-template="tech_signature"] footer .footer-contact-text strong{
    font-size:15px!important;
  }}@media (prefers-reduced-motion: reduce){.hero-bg,.landing-hero-media,.loading-line,.card-img,.cp-hero-img{
    animation:none!important;
    transition:none!important;
  }}/* dealerx-landing-desktop-polish-v1 */
body.landing-mode .landing-page{
  overflow-x:hidden;
}body.landing-mode .landing-nav{
  position:fixed;
  top:18px;
  left:50%;
  right:auto;
  width:min(1180px,calc(100vw - 48px));
  height:74px;
  transform:translateX(-50%);
  box-sizing:border-box;
  padding:0 24px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  border-radius:22px;
}body.landing-mode .landing-brand{
  min-width:0;
  padding:0;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}body.landing-mode .landing-brand-logo{
  display:block;
  width:154px;
  max-width:18vw;
  height:auto;
  object-fit:contain;
  background:transparent!important;
}body.landing-mode .landing-nav-links{
  min-width:0;
  justify-content:center;
  gap:clamp(14px,1.55vw,26px);
}body.landing-mode .landing-nav-links a{
  white-space:nowrap;
}body.landing-mode .landing-nav-cta{
  white-space:nowrap;
  min-height:46px;
  padding-inline:20px;
}body.landing-mode .landing-hero{
  padding-top:152px;
}body.landing-mode .landing-section > *,body.landing-mode .landing-showcase > *,body.landing-mode .landing-contact > *{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}@media(max-width:1100px){body.landing-mode .landing-nav{
    width:calc(100vw - 32px);
    gap:16px;
    padding-inline:18px;
  }body.landing-mode .landing-brand-logo{
    width:136px;
    max-width:22vw;
  }body.landing-mode .landing-nav-links{
    gap:12px;
  }body.landing-mode .landing-nav-links a{
    font-size:12px;
  }}@media(max-width:900px){body.landing-mode .landing-nav{
    top:10px;
    width:calc(100vw - 24px);
    height:68px;
    display:flex;
  }body.landing-mode .landing-brand-logo{
    width:142px;
    max-width:44vw;
  }body.landing-mode .landing-hero{
    padding-top:116px;
  }}/* dealerx-landing-responsive-header-fix-v1 */
body.landing-mode,body.landing-mode .landing-page{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}body.landing-mode .landing-nav{
  inset-inline:0!important;
  left:0!important;
  right:0!important;
  transform:none!important;
  width:min(1180px,calc(100% - 48px))!important;
  max-width:calc(100% - 48px)!important;
  margin-inline:auto!important;
  box-sizing:border-box;
  direction:rtl;
  grid-template-columns:minmax(120px,auto) minmax(0,1fr) auto;
  overflow:hidden;
}body.landing-mode .landing-brand,body.landing-mode .landing-brand-logo{
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}body.landing-mode .landing-brand{
  justify-self:start;
  line-height:0;
}body.landing-mode .landing-brand-logo{
  width:clamp(128px,13vw,176px)!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain;
  object-position:center;
}body.landing-mode .landing-nav-links{
  min-width:0;
  max-width:100%;
  justify-content:center;
  overflow:hidden;
}body.landing-mode .landing-nav-links a{
  flex:0 1 auto;
  min-width:0;
}body.landing-mode .landing-nav-cta{
  justify-self:end;
  flex-shrink:0;
}body.landing-mode .landing-hero,body.landing-mode .landing-section,body.landing-mode .landing-contact{
  max-width:100%;
  box-sizing:border-box;
}@media(max-width:1120px){body.landing-mode .landing-nav{
    width:calc(100% - 32px)!important;
    max-width:calc(100% - 32px)!important;
    gap:14px;
    padding-inline:16px;
  }body.landing-mode .landing-nav-links{
    gap:10px;
  }}@media(max-width:980px){body.landing-mode .landing-nav-links{
    display:none!important;
  }body.landing-mode .landing-nav{
    display:grid!important;
    grid-template-columns:1fr auto;
  }}@media(max-width:620px){body.landing-mode .landing-nav{
    top:10px;
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
    height:64px;
    padding-inline:12px;
    border-radius:18px;
  }body.landing-mode .landing-brand-logo{
    width:118px!important;
  }body.landing-mode .landing-nav-cta{
    min-height:42px;
    padding-inline:14px;
    font-size:12px;
  }body.landing-mode .landing-hero{
    padding-inline:18px;
    padding-top:104px;
  }}@media(max-width:380px){body.landing-mode .landing-brand-logo{
    width:104px!important;
  }body.landing-mode .landing-nav-cta{
    padding-inline:12px;
  }}/* dealerx-landing-typography-polish-v1 */
body.landing-mode .landing-page{
  font-family:'Heebo',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-weight:400;
  letter-spacing:0;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}body.landing-mode .landing-page :where(p,li,td,span,small,label,input,button,a){
  letter-spacing:0;
}body.landing-mode .landing-nav-links a{
  color:#667085;
  font-size:13px;
  font-weight:500;
  line-height:1;
}body.landing-mode .landing-nav-cta,body.landing-mode .landing-btn,body.landing-mode .landing-price-cta,body.landing-mode .landing-form button{
  font-size:14px;
  font-weight:700;
  letter-spacing:0;
}body.landing-mode .landing-kicker{
  color:#7048e8;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.4;
}body.landing-mode .landing-hero h1{
  max-width:860px;
  font-size:clamp(42px,5.5vw,78px);
  font-weight:800;
  line-height:1.06;
  letter-spacing:0;
}body.landing-mode .landing-lead{
  max-width:760px;
  color:#4b5565;
  font-size:clamp(17px,1.65vw,21px);
  font-weight:400;
  line-height:1.85;
}body.landing-mode .landing-proof span{
  color:#536071;
  font-size:14px;
  font-weight:500;
  line-height:1.35;
}body.landing-mode .landing-section-head h2,body.landing-mode .landing-contact h2{
  color:#111827;
  font-size:clamp(30px,3.35vw,46px);
  font-weight:750;
  line-height:1.18;
  letter-spacing:0;
  text-wrap:balance;
}body.landing-mode .landing-section-head p:not(.landing-kicker),body.landing-mode .landing-how-grid p,body.landing-mode .landing-feature-grid p,body.landing-mode .landing-price-desc,body.landing-mode .landing-price-note,body.landing-mode .landing-faq-grid p,body.landing-mode .landing-contact.landing-final-cta p{
  color:#5d6677;
  font-size:16px;
  font-weight:400;
  line-height:1.78;
}body.landing-mode .landing-problem-copy p{
  color:#3f4857;
  font-size:clamp(16px,1.45vw,19px);
  font-weight:400;
  line-height:1.85;
}body.landing-mode .landing-problem-copy p b{
  font-weight:700;
}body.landing-mode .landing-question-chips span{
  min-height:44px;
  color:#1f2937;
  font-size:clamp(15px,1.45vw,18px);
  font-weight:600;
}body.landing-mode .landing-live-head strong,body.landing-mode .landing-product-meta strong,body.landing-mode .landing-chat-bubble strong,body.landing-mode .landing-feature-grid h3,body.landing-mode .landing-price-top h3,body.landing-mode .landing-faq-grid summary{
  font-weight:700;
  letter-spacing:0;
}body.landing-mode .landing-feature-grid h3,body.landing-mode .landing-price-top h3{
  font-size:clamp(24px,2.1vw,31px);
  line-height:1.18;
}body.landing-mode .landing-feature-grid article span,body.landing-mode .landing-price-top span:not(.landing-price-icon),body.landing-mode .landing-live-head span,body.landing-mode .landing-chat-bubble small,body.landing-mode .landing-chat-bubble em,body.landing-mode .landing-live-stats span,body.landing-mode .landing-price-main span,body.landing-mode .landing-price-features li{
  font-weight:500;
  letter-spacing:0;
}body.landing-mode .landing-price-main strong{
  font-size:clamp(36px,3.5vw,50px);
  font-weight:750;
  letter-spacing:0;
}body.landing-mode .landing-feature-table th{
  font-size:15px;
  font-weight:700;
}body.landing-mode .landing-feature-table td{
  font-size:15px;
  font-weight:400;
  line-height:1.65;
}body.landing-mode .landing-form label{
  font-size:13px;
  font-weight:500;
}body.landing-mode .landing-form input{
  font-size:15px;
  font-weight:400;
}body.landing-mode .landing-form input::placeholder{
  font-weight:400;
}@media(max-width:900px){body.landing-mode .landing-hero-content,body.landing-mode .landing-section-head,body.landing-mode .landing-problem-copy,body.landing-mode .landing-how-grid article,body.landing-mode .landing-feature-grid article,body.landing-mode .landing-price-card,body.landing-mode .landing-faq-grid details,body.landing-mode .landing-contact.landing-final-cta{
    text-align:right;
  }body.landing-mode .landing-hero h1{
    font-size:clamp(34px,9.5vw,48px);
    line-height:1.12;
  }body.landing-mode .landing-lead{
    font-size:16px;
    line-height:1.78;
  }body.landing-mode .landing-hero-actions,body.landing-mode .landing-proof{
    justify-content:flex-start;
  }}@media(max-width:560px){body.landing-mode .landing-section-head h2,body.landing-mode .landing-contact h2{
    font-size:clamp(28px,8.2vw,36px);
    line-height:1.2;
  }body.landing-mode .landing-feature-grid h3,body.landing-mode .landing-price-top h3{
    font-size:24px;
  }body.landing-mode .landing-nav-cta{
    font-size:12px;
    font-weight:600;
  }}/* dealerx-landing-cro-forms-v1 */
body.landing-mode .landing-mid-conversion{
  padding-top:42px;
  padding-bottom:42px;
  background:linear-gradient(180deg,#f5f7fc,#fff);
}body.landing-mode .landing-mid-card{
  width:min(1120px,calc(100% - 48px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);
  gap:28px;
  align-items:center;
  padding:30px;
  border:1px solid rgba(17,20,33,.08);
  border-radius:28px;
  background:
    radial-gradient(circle at 8% 10%,rgba(49,91,255,.10),transparent 34%),
    linear-gradient(180deg,#fff,#f9fbff);
  box-shadow:0 28px 80px rgba(20,28,45,.09);
}body.landing-mode .landing-mid-copy h2{
  margin:0;
  max-width:720px;
  color:#111827;
  font-size:clamp(28px,3.1vw,42px);
  font-weight:750;
  line-height:1.18;
}body.landing-mode .landing-mid-copy p:not(.landing-kicker){
  max-width:680px;
  margin:14px 0 0;
  color:#5d6677;
  font-size:16px;
  font-weight:400;
  line-height:1.75;
}body.landing-mode .landing-conversion-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}body.landing-mode .landing-conversion-points span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  background:#eef3ff;
  color:#315bff;
  border:1px solid rgba(49,91,255,.14);
  font-size:13px;
  font-weight:500;
}body.landing-mode .landing-conversion-points span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:#315bff;
  box-shadow:0 0 0 4px rgba(49,91,255,.1);
}body.landing-mode .landing-form{
  position:relative;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(17,20,33,.08);
  box-shadow:0 20px 60px rgba(20,28,45,.09);
}body.landing-mode .landing-form-compact{
  padding:18px;
  background:#fff;
  border:1px solid rgba(17,20,33,.09);
  box-shadow:0 18px 50px rgba(20,28,45,.08);
}body.landing-mode .landing-form label{
  gap:7px;
  color:#465266;
}body.landing-mode .landing-form-compact label{
  color:#465266;
}body.landing-mode .landing-form input{
  min-height:52px;
  border-radius:14px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}body.landing-mode .landing-form-compact input{
  background:#f8fafc!important;
  color:#111827!important;
  border-color:#dfe6f2!important;
}body.landing-mode .landing-form input:focus{
  outline:0;
  border-color:#315bff;
  background:#fff;
  box-shadow:0 0 0 4px rgba(49,91,255,.10);
}body.landing-mode .landing-form-compact input:focus{
  border-color:#315bff!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(49,91,255,.10);
}body.landing-mode .landing-form button{
  min-height:54px;
  border-radius:16px;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}body.landing-mode .landing-form button:hover{
  transform:translateY(-1px);
}body.landing-mode .landing-form button:disabled{
  cursor:not-allowed;
  opacity:.72;
  transform:none;
}body.landing-mode .landing-form-compact button{
  background:linear-gradient(135deg,#111421,#315bff)!important;
  color:#fff!important;
  box-shadow:0 18px 42px rgba(49,91,255,.20);
}body.landing-mode .landing-final-cta{
  grid-template-columns:1fr!important;
  align-items:center;
  justify-items:center;
  gap:26px;
  text-align:center;
  width:min(1040px,calc(100% - 48px));
  padding:clamp(34px,5vw,58px);
}body.landing-mode .landing-final-cta > div:first-child{
  align-self:center;
  width:min(760px,100%);
  margin-inline:auto;
}body.landing-mode .landing-final-cta .landing-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  width:min(680px,100%);
  margin-inline:auto;
  padding:22px;
  background:#fff;
  border-color:rgba(17,20,33,.08);
  box-shadow:0 24px 70px rgba(20,28,45,.10);
}body.landing-mode .landing-final-cta .landing-form button,body.landing-mode .landing-final-cta .landing-form-status{
  grid-column:1 / -1;
}body.landing-mode .landing-final-cta .landing-form::before{
  content:"נחזור אליך עם הדגמה ממוקדת, לא שיחת מכירה ארוכה";
  grid-column:1 / -1;
  display:block;
  padding:11px 13px;
  border-radius:14px;
  background:#f1f5ff;
  color:#40506a;
  font-size:13px;
  font-weight:400;
  line-height:1.55;
  text-align:center;
}body.landing-mode .landing-final-cta .landing-kicker,body.landing-mode .landing-final-cta h2,body.landing-mode .landing-final-cta p{
  text-align:center;
}body.landing-mode .landing-final-cta h2{
  margin-inline:auto;
}body.landing-mode .landing-final-cta p:not(.landing-kicker){
  max-width:680px;
  margin:14px auto 0;
}body.landing-mode .landing-form-status{
  border-radius:14px;
  font-weight:500;
  grid-column:1 / -1;
  padding:13px 15px;
  text-align:center;
  box-shadow:none;
}body.landing-mode .landing-form-status.ok{
  display:block;
  background:#ecfdf3;
  border:1px solid #abefc6;
  color:#067647;
}.landing-final-cta .landing-form-status.ok{
  display:block;
  background:#ecfdf3;
  border:1px solid #abefc6;
  color:#067647;
}body.landing-mode .landing-form-status.error{
  display:block;
  background:#fff1f3;
  border:1px solid #fecdca;
  color:#b42318;
  box-shadow:0 10px 24px rgba(180,35,24,.08);
}.landing-final-cta .landing-form-status.error{
  display:block;
  background:#fff1f3;
  border:1px solid #fecdca;
  color:#b42318;
}@media(max-width:900px){body.landing-mode .landing-mid-card{
    width:calc(100% - 32px);
    grid-template-columns:1fr;
    padding:22px;
    text-align:right;
  }body.landing-mode .landing-final-cta .landing-form{
    grid-template-columns:1fr;
    width:100%;
    padding:18px;
  }body.landing-mode .landing-final-cta{
    width:calc(100% - 32px);
    text-align:right;
    justify-items:stretch;
  }body.landing-mode .landing-final-cta .landing-kicker,body.landing-mode .landing-final-cta h2,body.landing-mode .landing-final-cta p,body.landing-mode .landing-final-cta .landing-form::before{
    text-align:right;
  }}@media(max-width:560px){body.landing-mode .landing-mid-conversion{
    padding-top:26px;
    padding-bottom:30px;
  }body.landing-mode .landing-mid-card,body.landing-mode .landing-form{
    border-radius:20px;
  }body.landing-mode .landing-mid-card{
    width:calc(100% - 24px);
    padding:18px;
  }}/* dealerx-landing-mobile-centered-polish-v1 */
@media(max-width:760px){
  body.landing-mode .landing-page{
    text-align:center!important;
  }

  body.landing-mode .landing-hero,
  body.landing-mode .landing-section,
  body.landing-mode .landing-logo-strip,
  body.landing-mode .landing-mid-conversion,
  body.landing-mode .landing-contact{
    padding-inline:16px!important;
  }

  body.landing-mode .landing-hero{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:22px!important;
    min-height:auto!important;
    padding-top:104px!important;
    padding-bottom:42px!important;
  }

  body.landing-mode .landing-hero-content,
  body.landing-mode .landing-section-head,
  body.landing-mode .landing-logo-strip-head,
  body.landing-mode .landing-mid-copy,
  body.landing-mode .landing-problem-copy,
  body.landing-mode .landing-how-grid article,
  body.landing-mode .landing-feature-grid article,
  body.landing-mode .landing-price-card,
  body.landing-mode .landing-faq-grid details,
  body.landing-mode .landing-contact.landing-final-cta,
  body.landing-mode .landing-final-cta .landing-kicker,
  body.landing-mode .landing-final-cta h2,
  body.landing-mode .landing-final-cta p,
  body.landing-mode .landing-final-cta .landing-form::before{
    text-align:center!important;
  }

  body.landing-mode .landing-hero-content,
  body.landing-mode .landing-section-head,
  body.landing-mode .landing-logo-strip-head,
  body.landing-mode .landing-mid-copy,
  body.landing-mode .landing-final-cta > div:first-child{
    width:min(100%,640px)!important;
    margin-inline:auto!important;
  }

  body.landing-mode .landing-hero h1,
  body.landing-mode .landing-lead,
  body.landing-mode .landing-section-head h2,
  body.landing-mode .landing-section-head p:not(.landing-kicker),
  body.landing-mode .landing-mid-copy h2,
  body.landing-mode .landing-mid-copy p:not(.landing-kicker),
  body.landing-mode .landing-contact h2,
  body.landing-mode .landing-contact.landing-final-cta p{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }

  body.landing-mode .landing-hero-actions,
  body.landing-mode .landing-proof,
  body.landing-mode .landing-conversion-points{
    justify-content:center!important;
  }

  body.landing-mode .landing-hero-actions{
    width:100%!important;
    align-items:center!important;
  }

  body.landing-mode .landing-btn,
  body.landing-mode .landing-price-cta,
  body.landing-mode .landing-form button{
    justify-content:center!important;
    text-align:center!important;
  }

  body.landing-mode .landing-hero-value-card,
  body.landing-mode .landing-mid-card,
  body.landing-mode .landing-form,
  body.landing-mode .landing-feature-table,
  body.landing-mode .landing-pricing-grid.two-plans,
  body.landing-mode .landing-faq-grid,
  body.landing-mode .landing-feature-grid,
  body.landing-mode .landing-how-grid{
    width:min(100%,640px)!important;
    margin-inline:auto!important;
  }

  body.landing-mode .landing-mid-card{
    justify-items:center!important;
  }

  body.landing-mode .landing-form{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:stretch!important;
  }

  body.landing-mode .landing-form label{
    text-align:center!important;
  }

  body.landing-mode .landing-form input{
    text-align:center!important;
  }

  body.landing-mode .landing-price-card{
    align-items:center!important;
  }

  body.landing-mode .landing-price-top,
  body.landing-mode .landing-price-card.recommended .landing-price-top,
  body.landing-mode .landing-price-card:not(.recommended) .landing-price-top{
    align-items:center!important;
    text-align:center!important;
    padding-left:0!important;
    width:100%!important;
  }

  body.landing-mode .landing-price-top h3,
  body.landing-mode .landing-price-top span:not(.landing-price-icon),
  body.landing-mode .landing-price-main span,
  body.landing-mode .landing-price-note{
    text-align:center!important;
  }

  body.landing-mode .landing-price-main{
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  body.landing-mode .landing-price-features{
    width:100%!important;
  }

  body.landing-mode .landing-price-features li{
    text-align:center!important;
    padding-right:0!important;
    padding-top:28px!important;
  }

  body.landing-mode .landing-price-features li::before{
    right:50%!important;
    left:auto!important;
    transform:translateX(50%)!important;
  }

  body.landing-mode .landing-hero-value-card{
    display:grid!important;
    gap:16px;
    width:min(100%,640px)!important;
    margin-inline:auto!important;
    padding:18px;
    border-radius:22px;
    background:
      radial-gradient(circle at 50% 0,rgba(49,91,255,.12),transparent 48%),
      #fff;
    border:1px solid rgba(17,20,33,.10);
    box-shadow:0 22px 60px rgba(20,28,45,.10);
    text-align:center;
  }

  body.landing-mode .landing-hero-value-card strong{
    color:#111827;
    font-size:18px;
    font-weight:700;
    line-height:1.35;
  }

  body.landing-mode .landing-hero-value-card div{
    display:grid;
    gap:10px;
  }

  body.landing-mode .landing-hero-value-card span{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 14px;
    border-radius:999px;
    background:#f3f6ff;
    color:#315bff;
    border:1px solid rgba(49,91,255,.14);
    font-size:14px;
    font-weight:600;
  }

  body.landing-mode .landing-logo-strip{
    padding-top:34px!important;
    padding-bottom:38px!important;
  }

  body.landing-mode .landing-logo-marquee{
    margin-inline:auto!important;
  }
}@media(max-width:430px){body.landing-mode .landing-hero,body.landing-mode .landing-section,body.landing-mode .landing-logo-strip,body.landing-mode .landing-mid-conversion,body.landing-mode .landing-contact{
    padding-inline:12px!important;
  }body.landing-mode .landing-hero h1{
    font-size:clamp(31px,10vw,40px)!important;
  }body.landing-mode .landing-lead,body.landing-mode .landing-section-head p:not(.landing-kicker),body.landing-mode .landing-mid-copy p:not(.landing-kicker){
    font-size:15px!important;
    line-height:1.72!important;
  }body.landing-mode .landing-btn,body.landing-mode .landing-hero-actions{
    width:100%!important;
  }body.landing-mode .landing-btn{
    min-height:50px!important;
  }}/* dealerx-thank-you-conversion-page-v1 */
body.landing-mode .dealerx-thankyou-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 50% 12%,rgba(113,71,234,.18),transparent 30%),
    radial-gradient(circle at 18% 78%,rgba(49,91,255,.14),transparent 30%),
    linear-gradient(180deg,#f5f7fc,#fff);
  color:#111827;
  overflow:hidden;
}body.landing-mode .dealerx-thankyou-hero{
  min-height:100vh;
  display:grid;
  place-items:center;
  align-content:center;
  gap:28px;
  padding:44px 18px;
  text-align:center;
  position:relative;
}body.landing-mode .dealerx-thankyou-hero::before{
  content:"";
  position:absolute;
  inset:36px;
  border-radius:48px;
  border:1px solid rgba(17,20,33,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.18));
  pointer-events:none;
}body.landing-mode .dealerx-thankyou-brand{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:180px;
}body.landing-mode .dealerx-thankyou-brand img{
  width:100%;
  height:auto;
  object-fit:contain;
}body.landing-mode .dealerx-thankyou-card{
  position:relative;
  z-index:1;
  width:min(780px,100%);
  padding:clamp(28px,5vw,58px);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 0,rgba(255,255,255,.92),rgba(255,255,255,.72) 48%,rgba(255,255,255,.9)),
    linear-gradient(180deg,#fff,#f9fbff);
  border:1px solid rgba(17,20,33,.09);
  box-shadow:0 34px 100px rgba(20,28,45,.14);
}body.landing-mode .dealerx-thankyou-card h1{
  margin:8px auto 0;
  max-width:680px;
  color:#10131d;
  font-size:clamp(38px,6vw,72px);
  font-weight:800;
  line-height:1.05;
  letter-spacing:0;
  text-wrap:balance;
}body.landing-mode .dealerx-thankyou-card p:not(.landing-kicker){
  max-width:620px;
  margin:18px auto 0;
  color:#5d6677;
  font-size:clamp(16px,1.8vw,20px);
  line-height:1.8;
  font-weight:400;
}body.landing-mode .dealerx-thankyou-pulse{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:26px auto 0;
  width:min(560px,100%);
}body.landing-mode .dealerx-thankyou-pulse span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:999px;
  background:#f1f5ff;
  color:#315bff;
  border:1px solid rgba(49,91,255,.13);
  font-size:13px;
  font-weight:700;
}body.landing-mode .dealerx-thankyou-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:28px;
}body.landing-mode .dealerx-thankyou-next{
  position:relative;
  z-index:1;
  width:min(980px,100%);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}body.landing-mode .dealerx-thankyou-next article{
  min-height:160px;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(17,20,33,.08);
  box-shadow:0 20px 60px rgba(20,28,45,.08);
  text-align:center;
}body.landing-mode .dealerx-thankyou-next span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin:0 auto 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#111421,#315bff);
  color:#fff;
  font-weight:800;
}body.landing-mode .dealerx-thankyou-next strong{
  display:block;
  color:#111827;
  font-size:17px;
  font-weight:750;
}body.landing-mode .dealerx-thankyou-next p{
  margin:9px 0 0;
  color:#667085;
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}@media(max-width:760px){body.landing-mode .dealerx-thankyou-hero{
    padding:28px 14px;
    gap:18px;
  }body.landing-mode .dealerx-thankyou-hero::before{
    inset:12px;
    border-radius:28px;
  }body.landing-mode .dealerx-thankyou-brand{
    width:138px;
  }body.landing-mode .dealerx-thankyou-card{
    border-radius:26px;
    padding:28px 18px;
  }body.landing-mode .dealerx-thankyou-card h1{
    font-size:clamp(32px,10vw,44px);
  }body.landing-mode .dealerx-thankyou-pulse,body.landing-mode .dealerx-thankyou-next{
    grid-template-columns:1fr;
  }body.landing-mode .dealerx-thankyou-actions,body.landing-mode .dealerx-thankyou-actions .landing-btn{
    width:100%;
  }}/* lead-intelligence-agent-v1 */
body[data-template] .lead-agent-card{
  background:color-mix(in srgb,var(--surface-bg) 92%,var(--brand-primary) 8%)!important;
  border:1px solid color-mix(in srgb,var(--brand-primary) 22%,var(--line-soft))!important;
  box-shadow:0 18px 44px color-mix(in srgb,var(--brand-primary) 12%,transparent)!important;
}body[data-template] .lead-agent-head strong,body[data-template] .lead-agent-result strong{color:var(--text-main)!important}body[data-template] .lead-agent-head span,body[data-template] .lead-agent-grid label,body[data-template] .lead-agent-result span,body[data-template] .lead-agent-result small{color:var(--text-muted)!important}body[data-template] .lead-agent-grid select,body[data-template] .lead-agent-contact input{
  background:var(--surface-bg)!important;
  color:var(--text-main)!important;
  border-color:var(--line-soft)!important;
}body[data-template] .lead-agent-contact input::placeholder{color:var(--text-muted)!important}body[data-template] .lead-agent-submit{
  background:var(--brand-primary)!important;
  color:var(--on-primary)!important;
}body[data-template] .lead-agent-result{
  background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-bg))!important;
  border-color:color-mix(in srgb,var(--brand-primary) 28%,var(--line-soft))!important;
}.lead-agent-custom-questions{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:10px 0 12px;
}.lead-agent-custom-questions label{
  display:grid;
  gap:6px;
  font-size:12px;
  font-weight:800;
  color:var(--text-muted,#6b7280);
}.lead-agent-custom-questions input{
  min-height:42px;
  border-radius:14px;
  border:1px solid var(--line-soft,#e5e7eb);
  background:var(--surface-bg,#fff);
  color:var(--text-main,#111827);
  padding:0 12px;
  font:inherit;
}body[data-template] .lead-agent-custom-questions label{color:var(--text-muted)!important}body[data-template] .lead-agent-custom-questions input{
  background:var(--surface-bg)!important;
  color:var(--text-main)!important;
  border-color:var(--line-soft)!important;
}/* dealer-bot-management-v2 */
.bot-settings-admin{
  display:grid;
  gap:18px;
}.bot-settings-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:24px;
  border:1px solid #dfe7f2;
  border-radius:20px;
  background:linear-gradient(135deg,#fff 0%,#f8fbff 58%,#eef5ff 100%);
  box-shadow:0 18px 44px rgba(15,23,42,.055);
}.bot-settings-head span,.bot-settings-preview>span{
  display:block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  color:#64748b;
  text-transform:uppercase;
  margin-bottom:6px;
}.bot-settings-head h2{
  margin:0;
  font-size:30px;
  font-weight:750;
  color:#0f172a;
}.bot-settings-head p{
  margin:8px 0 0;
  color:#64748b;
  font-size:14px;
  line-height:1.7;
  max-width:680px;
}.bot-settings-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}.lead-assistant-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}.lead-assistant-flow>div{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:6px 12px;
  align-items:start;
  min-height:92px;
  padding:16px;
  border:1px solid #e1e8f2;
  border-radius:16px;
  background:#fff;
}.lead-assistant-flow span{
  grid-row:1 / span 2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:13px;
  font-weight:700;
}.lead-assistant-flow strong{
  color:#111827;
  font-size:15px;
  font-weight:700;
}.lead-assistant-flow p{
  margin:0;
  color:#64748b;
  font-size:13px;
  line-height:1.55;
}.bot-settings-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:18px;
  align-items:start;
}.bot-settings-main{
  display:grid;
  gap:14px;
}.lead-assistant-score-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-bottom:14px;
}.bot-question-switches{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}.bot-question-switches label{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
  font-size:14px;
  font-weight:500;
  color:#1f2937;
}.bot-question-switches input{
  width:18px;
  height:18px;
  accent-color:#111827;
}.bot-token-help{
  margin:12px 0 0;
  color:#64748b;
  font-size:12px;
  font-weight:500;
}.bot-settings-preview{
  position:sticky;
  top:22px;
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid #dfe7f2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.075);
}.bot-preview-card{
  display:grid;
  gap:10px;
  padding:18px;
  border-radius:18px;
  border:1px solid #dbe4ef;
  background:linear-gradient(180deg,#f8fafc,#fff);
}.bot-preview-card.disabled{
  opacity:.62;
}.bot-preview-card small{
  color:#64748b;
  font-weight:600;
}.bot-preview-card strong{
  color:#0f172a;
  font-size:20px;
  font-weight:750;
}.bot-preview-card p,.bot-preview-script p{
  margin:0;
  color:#475569;
  line-height:1.6;
}.bot-preview-card ul{
  margin:0;
  padding:0 18px 0 0;
  color:#1f2937;
  font-weight:500;
}.bot-preview-score{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}.bot-preview-score div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid #e1e8f2;
  background:#f8fafc;
}.bot-preview-score span{
  color:#64748b;
  font-size:12px;
  font-weight:500;
}.bot-preview-score strong{
  color:#111827;
  font-size:18px;
  font-weight:750;
}.bot-preview-script{
  padding:14px;
  border-radius:14px;
  background:#111827;
  color:#fff;
}.bot-preview-script span{
  display:block;
  margin-bottom:6px;
  color:#cbd5e1;
  font-size:12px;
  font-weight:650;
}.bot-preview-script p{
  color:#fff;
}@media(max-width:560px){.lead-agent-grid,.lead-agent-contact{grid-template-columns:1fr}.lead-agent-card{padding:12px}}@media(max-width:980px){.bot-settings-layout{grid-template-columns:1fr}.bot-settings-preview{position:static}.lead-assistant-flow{grid-template-columns:1fr}}@media(max-width:640px){.bot-settings-head{display:grid}.bot-question-switches{grid-template-columns:1fr}.lead-assistant-score-grid{grid-template-columns:1fr}.bot-settings-actions{width:100%}.bot-settings-actions button{flex:1}}/* accessibility-statement-page-v1 */
.landing-legal-links{
  width:min(1180px,calc(100% - 40px));
  margin:28px auto 56px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
}.landing-legal-links a{
  color:#5d6677;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}.landing-legal-links a:hover{color:#10131d}body.accessibility-mode > :not(script):not(style):not(#loadingOverlay):not(#accessibilityPage):not(#accessibilityWidget){
  display:none!important;
}body.accessibility-mode{
  min-height:100vh;
  background:var(--site-bg,#f8fafc)!important;
  color:var(--template-body,#111827)!important;
}body.accessibility-mode #accessibilityPage{
  display:block!important;
}.accessibility-page{
  min-height:100vh;
  padding:clamp(28px,5vw,72px) clamp(18px,4vw,54px);
  font-family:'Heebo',sans-serif;
}.accessibility-hero,.accessibility-card{
  width:min(1040px,100%);
  margin-inline:auto;
  border:1px solid var(--template-border,rgba(15,23,42,.12));
  background:var(--template-surface,#fff);
  color:var(--template-body,#111827);
  box-shadow:0 20px 70px rgba(15,23,42,.08);
}.accessibility-hero{
  position:relative;
  border-radius:24px;
  padding:clamp(34px,7vw,78px);
  text-align:center;
  overflow:hidden;
}.accessibility-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%,color-mix(in srgb,var(--brand-primary,#111827) 18%,transparent),transparent 28%),
    linear-gradient(135deg,color-mix(in srgb,var(--brand-accent,#64748b) 10%,transparent),transparent 48%);
  pointer-events:none;
}.accessibility-hero > *{position:relative}.accessibility-back{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 18px;
  margin-bottom:26px;
  border-radius:999px;
  border:1px solid var(--template-border,rgba(15,23,42,.14));
  background:var(--template-action,#111827);
  color:var(--template-action-text,#fff)!important;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}.accessibility-kicker{
  margin:0 0 10px;
  color:var(--brand-primary,#64748b);
  font-size:13px;
  font-weight:900;
}.accessibility-hero h1{
  margin:0;
  color:var(--template-heading,#111827);
  font-size:clamp(36px,8vw,74px);
  line-height:1.05;
  letter-spacing:0;
}.accessibility-hero p:last-child{
  margin:18px 0 0;
  color:color-mix(in srgb,var(--template-body,#111827) 68%,transparent);
  font-size:15px;
  font-weight:800;
}.accessibility-card{
  margin-top:22px;
  border-radius:20px;
  padding:clamp(22px,4vw,38px);
}.accessibility-grid{
  width:min(1040px,100%);
  margin:22px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}.accessibility-grid .accessibility-card{
  width:100%;
  margin-top:0;
}.accessibility-card h2{
  margin:0 0 14px;
  color:var(--template-heading,#111827);
  font-size:clamp(22px,3vw,30px);
  line-height:1.2;
}.accessibility-card p,.accessibility-card li{
  color:color-mix(in srgb,var(--template-body,#111827) 78%,transparent);
  font-size:16px;
  font-weight:650;
  line-height:1.8;
}.accessibility-card ul{
  margin:0;
  padding-inline-start:22px;
}.accessibility-contact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}.accessibility-arrangements{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:18px 0 4px;
}.accessibility-arrangements div{
  min-height:68px;
  display:grid;
  gap:5px;
  align-content:center;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid var(--template-border,rgba(15,23,42,.12));
  background:var(--template-surface-strong,#f8fafc);
}.accessibility-arrangements span{
  color:color-mix(in srgb,var(--brand-primary,#64748b) 76%,var(--template-body,#111827) 24%)!important;
  font-size:12px;
  font-weight:900;
}.accessibility-arrangements strong{
  color:var(--template-heading,#111827)!important;
  font-size:15px;
  font-weight:900;
  overflow-wrap:anywhere;
}.accessibility-contact-link{
  min-height:64px;
  display:grid;
  gap:4px;
  align-content:center;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid var(--template-border,rgba(15,23,42,.12));
  background:var(--template-surface-strong,#f8fafc);
  color:var(--template-body,#111827)!important;
  text-decoration:none;
}.accessibility-contact-link span{
  color:color-mix(in srgb,var(--brand-primary,#64748b) 76%,var(--template-body,#111827) 24%)!important;
  font-size:12px;
  font-weight:900;
}.accessibility-contact-link strong{
  color:var(--template-heading,#111827)!important;
  font-size:16px;
  font-weight:900;
  overflow-wrap:anywhere;
}@media(max-width:760px){.accessibility-page{padding:20px 14px 36px}.accessibility-hero,.accessibility-card{border-radius:18px}.accessibility-grid,.accessibility-contact-grid,.accessibility-arrangements{grid-template-columns:1fr}.landing-legal-links{width:calc(100% - 28px);margin-bottom:34px}}/* dealerx-fixed-accessibility-widget-v1 */
.accessibility-widget{
  position:fixed;
  right:18px;
  bottom:calc(92px + env(safe-area-inset-bottom));
  z-index:998;
  direction:rtl;
  font-family:'Heebo',sans-serif;
}.accessibility-widget-toggle{
  min-width:118px;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:#111827;
  color:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.24);
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}.accessibility-widget-toggle:focus-visible,.accessibility-widget-panel button:focus-visible,.accessibility-widget-panel a:focus-visible{
  outline:3px solid #facc15;
  outline-offset:3px;
}.accessibility-widget-mark{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:1000;
}.accessibility-widget-panel{
  width:min(330px,calc(100vw - 28px));
  margin-bottom:12px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color:#111827;
  box-shadow:0 24px 80px rgba(15,23,42,.28);
}.accessibility-widget-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}.accessibility-widget-head p{
  margin:0;
  color:#111827;
  font-size:18px;
  font-weight:1000;
}.accessibility-widget-head span{
  display:block;
  margin-top:2px;
  color:#64748b;
  font-size:12px;
  font-weight:800;
}.accessibility-widget-close{
  width:34px;
  height:34px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  background:#f8fafc;
  color:#111827;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}.accessibility-widget-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}.accessibility-widget-actions button,.accessibility-widget-links button,.accessibility-widget-links a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dbe4ef;
  border-radius:12px;
  background:#f8fafc;
  color:#111827;
  font-size:13px;
  font-weight:900;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
}.accessibility-widget-actions button.active{
  background:#111827;
  color:#fff;
  border-color:#111827;
}.accessibility-widget-links{
  display:grid;
  gap:8px;
  margin-top:10px;
}.accessibility-widget-links a{
  background:#111827;
  color:#fff;
  border-color:#111827;
}.accessibility-widget-links button:last-child{
  background:#fff;
}body.public-render-pending .accessibility-widget{
  display:none!important;
}html.a11y-font-small body{font-size:92%!important}html.a11y-font-large body{font-size:112%!important}html.a11y-font-xlarge body{font-size:124%!important}html.a11y-readable-spacing body,html.a11y-readable-spacing p,html.a11y-readable-spacing li,html.a11y-readable-spacing a,html.a11y-readable-spacing button,html.a11y-readable-spacing input,html.a11y-readable-spacing textarea,html.a11y-readable-spacing select{
  line-height:1.85!important;
  letter-spacing:0!important;
}html.a11y-underline-links a:not(.accessibility-widget-toggle){
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}html.a11y-reduce-motion *,html.a11y-reduce-motion *::before,html.a11y-reduce-motion *::after{
  animation:none!important;
  transition:none!important;
  scroll-behavior:auto!important;
}html.a11y-high-contrast .accessibility-widget-panel{
  background:#000;
  color:#fff;
  border-color:#fff;
}html.a11y-high-contrast .accessibility-widget-panel p,html.a11y-high-contrast .accessibility-widget-panel span{
  color:#fff!important;
}html.a11y-high-contrast .accessibility-widget-actions button,html.a11y-high-contrast .accessibility-widget-links button{
  background:#000;
  color:#fff;
  border-color:#fff;
}html.a11y-high-contrast .accessibility-widget-actions button.active,html.a11y-high-contrast .accessibility-widget-links a{
  background:#fff;
  color:#000!important;
}@media(max-width:760px){.accessibility-widget{
    right:12px;
    bottom:calc(86px + env(safe-area-inset-bottom));
  }.accessibility-widget-toggle{
    min-width:104px;
    min-height:44px;
    font-size:13px;
  }.accessibility-widget-panel{
    width:calc(100vw - 24px);
  }}/* DealerX CRM refresh */
.leads-sales-center{
  gap:10px;
  background:#f6f7fb;
  border:1px solid #e5e9f2;
  border-radius:18px;
  padding:14px;
  max-width:1560px;
  margin:0 auto;
}.lead-hidden-system{display:none!important}.leads-center-head{
  border-radius:14px;
  padding:14px 16px;
  box-shadow:none;
  align-items:flex-start;
}.leads-center-head h2{
  font-size:22px;
  letter-spacing:0;
}.leads-center-kicker{
  color:#475569;
  letter-spacing:0;
  text-transform:none;
}.leads-head-actions .leads-refresh-btn{
  min-height:40px;
  border-radius:10px;
  box-shadow:none;
}.leads-head-actions .leads-refresh-btn.secondary{
  background:#fff;
  color:#111827;
  border:1px solid #dbe4ef;
}.lead-quick-tabs{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:8px;
}.lead-quick-tabs button{
  justify-content:space-between;
  border-radius:12px;
  min-height:54px;
  padding:10px 12px;
  box-shadow:none;
}.lead-quick-tabs button span{
  font-size:13px;
}.lead-quick-tabs button strong{
  min-width:30px;
  height:30px;
}.lead-filter-bar-modern{
  grid-template-columns:minmax(240px,1.35fr) minmax(140px,.7fr) minmax(140px,.7fr) minmax(140px,.7fr);
  border-radius:14px;
  margin:0;
  box-shadow:none;
}.lead-secondary-panel{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:10px 12px;
}.lead-secondary-panel summary{
  cursor:pointer;
  color:#475569;
  font-size:12px;
  font-weight:950;
  list-style:none;
}.lead-secondary-panel summary::-webkit-details-marker{display:none}.lead-secondary-panel[open] summary{margin-bottom:10px}.lead-table-head{
  display:grid;
  grid-template-columns:minmax(170px,1fr) minmax(135px,.72fr) minmax(145px,.62fr) minmax(230px,1.25fr) minmax(200px,1fr) minmax(160px,auto);
  gap:12px;
  align-items:center;
  padding:0 18px 8px;
  margin:4px 0 -2px;
  color:#7a8493;
  font-size:11px;
  font-weight:500;
  direction:rtl;
  text-align:right;
}.lead-card-simple{
  grid-template-columns:minmax(170px,1fr) minmax(135px,.72fr) minmax(145px,.62fr) minmax(230px,1.25fr) minmax(200px,1fr) minmax(160px,auto);
  align-items:center;
  gap:12px;
  min-height:74px;
  padding:13px 18px;
  box-shadow:0 1px 2px rgba(15,23,42,.03);
  border-radius:12px;
  background:#fff;
  direction:rtl;
  border-color:#e7ecf4;
}.lead-card-simple:hover{
  transform:none;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}.lead-person,.lead-phone,.lead-interest,.lead-next-step,.lead-list-status{
  min-width:0;
  display:grid;
  gap:3px;
  justify-items:stretch;
  text-align:right;
}.lead-list-status select{
  width:100%;
  min-height:36px;
  border:1px solid #d8e0ec;
  border-radius:10px;
  background:#fff;
  color:#111827;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:500;
  padding:0 12px;
  text-align:right;
}.lead-list-status select.status-colored{
  border-color:#d8e0ec;
  background:
    linear-gradient(90deg,var(--lead-status-color,#3b82f6) 0 3px,transparent 3px),
    #fff;
  color:#111827;
  box-shadow:none;
}.lead-list-status select.status-colored:focus{
  outline:none;
  border-color:var(--lead-status-color,#3b82f6);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--lead-status-color,#3b82f6) 16%,transparent);
}.lead-list-status small{
  color:#7c8798;
  font-size:11px;
  font-weight:400;
  padding-inline-start:2px;
}.lead-person strong,.lead-phone a,.lead-phone span,.lead-interest strong,.lead-next-step strong{
  color:#111827;
  font-size:14px;
  font-weight:500;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}.lead-person strong,.lead-next-step strong{
  font-weight:650;
}.lead-person span,.lead-phone small,.lead-next-step span{
  color:#64748b;
  font-size:12px;
  font-weight:400;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}.lead-phone a{
  text-decoration:none;
  direction:ltr;
  unicode-bidi:plaintext;
  text-align:right;
}.lead-person small{
  color:#7c8798;
  font-size:11px;
  font-weight:400;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}.lead-interest .lead-status{
  width:max-content;
  max-width:100%;
  font-weight:500;
  justify-self:start;
  padding:4px 9px;
  background:#fff;
  color:color-mix(in srgb,var(--lead-status-color,#3b82f6) 86%,#111827);
  border:1px solid color-mix(in srgb,var(--lead-status-color,#3b82f6) 24%,#e2e8f0);
}.lead-next-step span.danger{
  color:#b45309;
}.lead-card-simple .lead-actions{
  align-items:center;
  justify-self:end;
  min-width:0;
  width:100%;
  max-width:170px;
}.lead-card-simple .lead-action-row{
  flex-wrap:nowrap;
  justify-content:flex-end;
  gap:5px;
  max-width:170px;
  width:100%;
}.lead-card-simple .lead-wa,.lead-card-simple .lead-call,.lead-card-simple .lead-quick-action-btn,.lead-card-simple .lead-inline-action{
  min-width:auto;
  min-height:34px;
  padding:7px 8px;
  border-radius:9px;
  white-space:nowrap;
  font-weight:500;
  font-size:11px;
}.lead-card-simple .lead-inline-action{
  width:74px;
  border:1px solid #d8e0ec;
  background:#fff;
  color:#111827;
  font-family:'Heebo',sans-serif;
  cursor:pointer;
}.lead-card-simple .lead-wa,.lead-drawer-primary-action .lead-whatsapp-cta,.lead-whatsapp-send{
  background:#22c55e!important;
  border-color:#16a34a!important;
  color:#fff!important;
}.lead-card-simple .lead-wa:hover,.lead-drawer-primary-action .lead-whatsapp-cta:hover,.lead-whatsapp-send:hover{
  background:#16a34a!important;
  border-color:#15803d!important;
}.lead-list-group{
  display:grid;
  gap:7px;
  max-width:100%;
  border-radius:14px;
  padding:6px;
  background:#fff;
  box-shadow:
    0 4px 14px color-mix(in srgb,var(--lead-group-color,#3b82f6) 5%,transparent),
    inset 3px 0 0 var(--lead-group-color,#3b82f6),
    inset 0 0 0 1px #e9edf5;
}.lead-list-group-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 12px;
  border:0;
  border-radius:10px;
  background:#f8fafc;
}.lead-list-group-head strong{
  color:#111827;
  font-size:12px;
  font-weight:650;
  display:inline-flex;
  align-items:center;
  gap:8px;
}.lead-list-group-head strong::before{
  content:'';
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--lead-group-color,#3b82f6);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--lead-group-color,#3b82f6) 14%,transparent);
}.lead-list-group-head span{
  color:#64748b;
  font-size:11px;
  font-weight:400;
}.lead-status-config{
  border:1px solid #dfe7f3;
  border-radius:16px;
  background:#fff;
  padding:0;
  overflow:hidden;
}.lead-status-config summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:13px 15px;
  cursor:pointer;
}.lead-status-config summary::-webkit-details-marker{display:none}.lead-status-config summary span{
  color:#111827;
  font-size:14px;
  font-weight:650;
}.lead-status-config summary small{
  color:#64748b;
  font-size:12px;
  font-weight:400;
}.lead-status-config-editor{
  display:grid;
  gap:8px;
  padding:0 15px 14px;
}.lead-status-config-head,.lead-status-config-row{
  display:grid;
  grid-template-columns:64px minmax(160px,1fr) minmax(150px,.75fr) minmax(130px,.65fr);
  gap:8px;
  align-items:center;
}.lead-status-config-head{
  color:#64748b;
  font-size:11px;
  font-weight:500;
}.lead-status-config-row input,.lead-status-config-row select{
  min-height:40px;
  border:1px solid #d8e0ec;
  border-radius:10px;
  background:#f8fafc;
  color:#111827;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  padding:0 10px;
}.lead-status-toggle{
  display:flex;
  justify-content:center;
}.lead-status-toggle input{
  width:18px;
  height:18px;
  min-height:18px;
}.lead-status-config-actions{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  padding:0 15px 15px;
}.lead-status-config-actions button{
  border:1px solid #d8e0ec;
  background:#f8fafc;
  color:#111827;
  border-radius:10px;
  min-height:40px;
  padding:0 14px;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
}.lead-status-config-actions button.primary{
  background:#151527;
  color:#fff;
  border-color:#151527;
}.lead-empty-state{
  background:#fff;
  border:1px dashed #d8deea;
  border-radius:14px;
  color:#64748b;
  font-size:13px;
  font-weight:850;
  text-align:center;
  padding:28px 14px;
}.lead-drawer-panel{
  width:min(560px,100%);
  padding:18px;
}.lead-drawer-actions{
  grid-template-columns:repeat(4,minmax(0,1fr));
}.lead-drawer-summary{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin:0 0 14px;
}.lead-drawer-summary div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:10px 12px;
}.lead-drawer-summary span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:950;
  margin-bottom:3px;
}.lead-drawer-summary strong{
  display:block;
  color:#111827;
  font-size:14px;
  font-weight:950;
  line-height:1.35;
}.lead-drawer-pro{
  width:min(720px,100%);
  padding:0;
  background:#f6f8fb;
}.lead-drawer-pro .lead-drawer-hero{
  position:sticky;
  top:0;
  z-index:4;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
  margin:0;
  padding:20px 22px 16px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e4e9f2;
  backdrop-filter:blur(12px);
}.lead-drawer-identity span,.lead-section-title small{
  color:#667085;
  font-size:12px;
  font-weight:900;
}.lead-drawer-identity h3{
  color:#111827;
  font-size:28px;
  line-height:1.12;
  margin:4px 0 7px;
}.lead-drawer-identity p{
  color:#475569;
  font-size:13px;
  font-weight:800;
  margin:0;
}.lead-drawer-head-actions{
  display:flex;
  align-items:center;
  gap:8px;
}.lead-drawer-head-actions > button{
  width:38px;
  height:38px;
  border:1px solid #d8deea;
  border-radius:12px;
  background:#fff;
  color:#111827;
  font-size:22px;
  font-weight:800;
  cursor:pointer;
}.lead-drawer-primary-action{
  display:grid;
  grid-template-columns:1.35fr .9fr .9fr;
  gap:10px;
  padding:16px 22px 8px;
}.lead-drawer-primary-action a,.lead-drawer-primary-action button{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #111827;
  border-radius:14px;
  background:#111827;
  color:#fff;
  font-family:'Heebo',sans-serif;
  font-size:15px;
  font-weight:950;
  text-decoration:none;
  cursor:pointer;
}.lead-drawer-primary-action .secondary{
  background:#fff;
  color:#111827;
  border-color:#d8deea;
}.lead-drawer-primary-action .lead-quote-cta{
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}.lead-drawer-primary-action button:disabled{
  opacity:.65;
  cursor:not-allowed;
}.lead-drawer-focus{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:10px;
  padding:8px 22px 12px;
}.lead-drawer-focus div{
  border:1px solid #dfe6f2;
  border-radius:16px;
  background:linear-gradient(135deg,#fff,#f8fafc);
  padding:14px;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}.lead-drawer-focus span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:950;
  margin-bottom:5px;
}.lead-drawer-focus strong{
  display:block;
  color:#111827;
  font-size:18px;
  font-weight:950;
  line-height:1.25;
}.lead-drawer-smart-actions{
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:0 22px 12px;
  margin:0;
}.lead-drawer-smart-actions button{
  min-height:42px;
  border-radius:13px;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}.lead-drawer-pro .lead-drawer-summary{
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:0 22px;
  margin:0 0 12px;
}.lead-drawer-pro .lead-drawer-summary div{
  background:#fff;
  border-radius:14px;
}.lead-drawer-pro .lead-drawer-car{
  margin:0 22px 12px;
  padding:10px;
  border:1px solid #dfe6f2;
  border-radius:18px;
  background:#fff;
}.lead-drawer-pro .lead-drawer-car img{
  width:124px;
  height:82px;
  border-radius:13px;
  object-fit:cover;
}.lead-drawer-pro .lead-drawer-car span,.lead-drawer-pro .lead-drawer-car small{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:850;
}.lead-drawer-pro .lead-drawer-car strong{
  display:block;
  color:#111827;
  font-size:16px;
  font-weight:950;
  margin:3px 0;
}.lead-drawer-pro .lead-template-bar{
  margin:0 22px 12px;
  border-radius:16px;
  background:#fff;
  border:1px solid #dfe6f2;
  padding:12px;
}.lead-editor-section{
  margin:0 22px 12px;
  padding:14px;
  border:1px solid #dfe6f2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.045);
}.lead-section-title{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
  margin-bottom:12px;
}.lead-section-title span{
  color:#111827;
  font-size:15px;
  font-weight:950;
}.lead-drawer-pro .lead-next-action,.lead-drawer-pro .lead-drawer-notes{
  display:block;
  margin:0;
}.lead-drawer-pro .lead-next-action input,.lead-drawer-pro .lead-drawer-notes textarea,.lead-drawer-pro .lead-drawer-grid select,.lead-drawer-pro .lead-drawer-grid input{
  border:1px solid #d8deea;
  background:#f8fafc;
  border-radius:13px;
  min-height:46px;
}.lead-drawer-pro .lead-drawer-notes textarea{
  min-height:88px;
}.lead-drawer-pro .lead-reminder-shortcuts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}.lead-drawer-pro .lead-reminder-shortcuts button{
  border-radius:12px;
  background:#f8fafc;
}.lead-drawer-pro .lead-drawer-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}.lead-notes-section{
  display:grid;
  gap:10px;
}.lead-drawer-pro .lead-timeline{
  max-height:170px;
  overflow:auto;
}.lead-drawer-pro .lead-timeline div{
  border-radius:12px;
  background:#f8fafc;
}.lead-drawer-pro .lead-drawer-footer{
  bottom:0;
  padding:14px 22px 18px;
  margin:0;
  border-top:1px solid #e4e9f2;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
}.lead-drawer.open{
  align-items:center;
  justify-content:center;
  padding:22px;
}.lead-drawer-pro{
  height:auto;
  max-height:min(92vh,860px);
  border-radius:22px;
  box-shadow:0 28px 90px rgba(15,23,42,.32);
  overflow:auto;
}.lead-drawer-pro .lead-drawer-hero{
  padding:16px 18px 12px;
}.lead-drawer-identity span{
  display:none;
}.lead-drawer-identity h3{
  font-size:25px;
  margin:0 0 5px;
}.lead-drawer-identity p{
  font-size:12px;
}.lead-drawer-primary-action{
  padding:12px 18px 8px;
}.lead-customer-request{
  margin:14px 18px 8px;
  padding:15px 16px;
  border:1px solid #d8e1ef;
  border-radius:16px;
  background:#fff;
}.lead-customer-request span{
  display:block;
  margin-bottom:7px;
  color:#64748b;
  font-size:12px;
  font-weight:600;
}.lead-customer-request p{
  margin:0;
  color:#111827;
  font-size:16px;
  line-height:1.65;
  font-weight:500;
}.lead-drawer-primary-action a,.lead-drawer-primary-action button{
  min-height:48px;
  border-radius:13px;
  font-size:14px;
}.lead-drawer-focus{
  grid-template-columns:1fr;
  padding:6px 18px 8px;
}.lead-drawer-focus div{
  padding:12px 14px;
  box-shadow:none;
  background:#f8fafc;
}.lead-drawer-focus span{
  display:none;
}.lead-drawer-focus strong{
  font-size:16px;
}.lead-drawer-smart-actions{
  padding:0 18px 10px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}.lead-drawer-smart-actions button{
  min-height:38px;
  padding:8px 6px;
  box-shadow:none;
}.lead-editor-section{
  margin:0 18px 10px;
  padding:12px;
  border-radius:16px;
  box-shadow:none;
}.lead-drawer-pro .lead-next-action,.lead-drawer-pro .lead-drawer-notes{
  font-size:12px;
}.lead-drawer-pro .lead-next-action input,.lead-drawer-pro .lead-drawer-notes textarea,.lead-drawer-pro .lead-drawer-grid select,.lead-drawer-pro .lead-drawer-grid input{
  min-height:42px;
  border-radius:12px;
  background:#fff;
}.lead-drawer-pro .lead-drawer-notes textarea{
  min-height:72px;
}.lead-drawer-pro .lead-main-notes textarea{
  min-height:150px;
}.lead-notes-section{
  gap:12px;
}.lead-drawer-pro .lead-drawer-notes textarea::placeholder,.lead-drawer-pro .lead-next-action input::placeholder{
  color:#9aa4b2;
  font-weight:400;
}.lead-drawer-pro .lead-reminder-shortcuts{
  grid-template-columns:repeat(3,minmax(0,1fr));
}.lead-drawer-pro .lead-reminder-shortcuts button{
  padding:8px 6px;
}.lead-advanced-details{
  margin:0 18px 10px;
  border:1px solid #dfe6f2;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}.lead-advanced-details summary{
  list-style:none;
  cursor:pointer;
  padding:12px 14px;
  color:#111827;
  font-size:13px;
  font-weight:950;
}.lead-advanced-details summary::-webkit-details-marker{
  display:none;
}.lead-advanced-details summary::after{
  content:'+';
  float:left;
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#f1f5f9;
  color:#475569;
}.lead-advanced-details[open] summary::after{
  content:'-';
}.lead-advanced-details .lead-drawer-summary,.lead-advanced-details .lead-drawer-car,.lead-advanced-details .lead-template-bar,.lead-advanced-details .lead-drawer-grid,.lead-advanced-details .lead-timeline{
  margin-left:12px;
  margin-right:12px;
}.lead-advanced-details .lead-drawer-summary{
  padding:0;
}.lead-advanced-details .lead-drawer-grid{
  margin-bottom:12px;
}.lead-advanced-details .lead-timeline{
  margin-bottom:12px;
}.lead-drawer-pro .lead-drawer-footer{
  grid-template-columns:1.2fr .9fr .9fr auto;
  padding:12px 18px 14px;
}.lead-drawer-pro .lead-drawer-footer button{
  min-height:42px;
  border-radius:12px;
}.lead-drawer.open{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
}.lead-drawer-pro{
  width:min(680px,calc(100vw - 48px))!important;
  margin:auto!important;
  height:auto!important;
  max-height:88vh!important;
  border-radius:20px!important;
  font-weight:400;
}.lead-drawer-pro *{
  letter-spacing:0;
}.lead-drawer-pro .lead-drawer-hero{
  border-bottom-color:#eef2f7;
}.lead-drawer-pro .lead-drawer-identity h3{
  font-weight:700;
}.lead-drawer-pro .lead-drawer-identity p,.lead-drawer-pro .lead-drawer-focus strong,.lead-drawer-pro .lead-next-action,.lead-drawer-pro .lead-drawer-notes,.lead-drawer-pro .lead-drawer-grid label,.lead-drawer-pro .lead-drawer-grid input,.lead-drawer-pro .lead-drawer-grid select,.lead-drawer-pro .lead-drawer-notes textarea,.lead-drawer-pro .lead-timeline span,.lead-drawer-pro .lead-timeline small{
  font-weight:400;
}.lead-drawer-pro .lead-status,.lead-drawer-pro .lead-drawer-primary-action a,.lead-drawer-pro .lead-drawer-primary-action button,.lead-drawer-pro .lead-drawer-smart-actions button,.lead-drawer-pro .lead-reminder-shortcuts button,.lead-drawer-pro .lead-drawer-footer button,.lead-drawer-pro .lead-advanced-details summary{
  font-weight:600;
}.lead-drawer-pro .lead-drawer-focus strong{
  color:#1f2937;
  font-size:15px;
}.lead-drawer-pro .lead-drawer-focus div,.lead-drawer-pro .lead-editor-section,.lead-drawer-pro .lead-advanced-details{
  border-color:#e5eaf2;
  box-shadow:none;
}.lead-drawer-pro .lead-drawer-primary-action a,.lead-drawer-pro .lead-drawer-primary-action button{
  font-size:14px;
}.lead-drawer-pro .lead-drawer-smart-actions button,.lead-drawer-pro .lead-reminder-shortcuts button,.lead-drawer-pro .lead-drawer-footer button{
  font-size:12px;
}.lead-drawer-pro .lead-drawer-footer .lead-save-main{
  font-weight:700;
}.lead-drawer-pro .lead-notes-section{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  padding:16px!important;
  background:linear-gradient(180deg,#fff,#fbfcff);
}.lead-drawer-pro .lead-drawer-notes{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  width:100%!important;
  color:#475569;
  font-size:13px!important;
  font-weight:500!important;
}.lead-drawer-pro .lead-drawer-notes textarea{
  width:100%!important;
  box-sizing:border-box;
  display:block;
  border:1px solid #d8e0ec!important;
  background:#fff!important;
  border-radius:14px!important;
  padding:14px 15px!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:400!important;
  resize:vertical;
  box-shadow:inset 0 1px 0 rgba(15,23,42,.03),0 10px 24px rgba(15,23,42,.035);
}.lead-drawer-pro .lead-drawer-notes textarea:focus{
  border-color:#9eb2d0!important;
  box-shadow:0 0 0 4px rgba(59,91,219,.08),inset 0 1px 0 rgba(15,23,42,.03);
}.lead-drawer-pro .lead-main-notes textarea{
  min-height:190px!important;
}.lead-drawer-pro #lead-drawer-new-note{
  min-height:96px!important;
}.lead-drawer-pro .lead-workflow-section{
  display:grid;
  gap:14px;
  padding:16px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border-color:#dfe7f3!important;
}.lead-workflow-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}.lead-workflow-title span{
  color:#111827;
  font-size:15px;
  font-weight:650;
}.lead-workflow-title small{
  color:#64748b;
  font-size:12px;
  line-height:1.5;
  font-weight:400;
  text-align:left;
}.lead-workflow-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}.lead-workflow-actions button{
  min-height:72px;
  border:1px solid #d9e2ef;
  border-radius:14px;
  background:#fff;
  color:#111827;
  padding:11px 10px;
  font-family:'Heebo',sans-serif;
  text-align:right;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}.lead-workflow-actions button:hover{
  border-color:#9eb2d0;
  box-shadow:0 10px 24px rgba(15,23,42,.07);
  transform:translateY(-1px);
}.lead-workflow-actions button.is-active{
  border-color:#111827;
  background:#111827;
  color:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.18);
}.lead-workflow-actions button.is-active::before{
  content:'✓';
  float:left;
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:12px;
  font-weight:700;
}.lead-workflow-actions button span{
  display:block;
  font-size:13px;
  font-weight:650;
  line-height:1.35;
}.lead-workflow-actions button small{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:11px;
  line-height:1.35;
  font-weight:400;
}.lead-workflow-actions button.is-active small{
  color:rgba(255,255,255,.76);
}.lead-drawer-tabs{
  display:flex;
  gap:8px;
  padding:12px 18px 0;
  background:#fff;
}.lead-drawer-tabs button{
  min-height:40px;
  border:1px solid #d9e2ef;
  border-radius:13px;
  background:#f8fafc;
  color:#475569;
  padding:0 16px;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
}.lead-drawer-tabs button.active{
  border-color:#111827;
  background:#111827;
  color:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.14);
}.lead-drawer-tab-panel{
  display:none;
}.lead-drawer-tab-panel.active{
  display:block;
}.lead-workspace-switch{
  display:inline-grid;
  grid-template-columns:repeat(2,minmax(150px,1fr));
  gap:6px;
  width:min(430px,100%);
  border:1px solid #dbe5f1;
  border-radius:999px;
  background:#f8fafc;
  padding:5px;
  box-shadow:0 8px 22px rgba(15,23,42,.045);
}.lead-workspace-switch button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  border:none;
  border-radius:999px;
  background:transparent;
  color:#475569;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:650;
  cursor:pointer;
}.lead-workspace-switch button strong{
  min-width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#e2e8f0;
  color:#334155;
  font-size:11px;
  font-weight:650;
}.lead-workspace-switch button.active{
  background:#111827;
  color:#fff;
  box-shadow:0 10px 20px rgba(15,23,42,.14);
}.lead-workspace-switch button.whatsapp.active{
  background:#16a34a;
}.lead-workspace-switch button.active strong{
  background:#fff;
  color:#111827;
}.lead-workspace-panel{
  display:grid;
  gap:12px;
  width:100%;
  min-width:0;
}.lead-workspace-panel[hidden]{
  display:none!important;
}.lead-workspace-leads{
  align-items:start;
}.lead-workspace-whatsapp{
  grid-template-columns:1fr;
}.lead-whatsapp-inbox{
  display:grid;
  gap:12px;
  border:1px solid #dbe5f1;
  border-radius:18px;
  background:#fff;
  padding:14px;
  box-shadow:0 12px 34px rgba(15,23,42,.055);
}.lead-whatsapp-inbox-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}.lead-whatsapp-inbox-head span{
  display:block;
  color:#16a34a;
  font-size:12px;
  font-weight:650;
}.lead-whatsapp-inbox-head strong{
  display:block;
  margin-top:3px;
  color:#111827;
  font-size:17px;
  font-weight:650;
}.lead-whatsapp-inbox-head em{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:12px;
  line-height:1.55;
  font-style:normal;
  font-weight:400;
}.lead-whatsapp-inbox-head small{
  border:1px solid #bbf7d0;
  border-radius:999px;
  background:#f0fdf4;
  color:#15803d;
  padding:6px 10px;
  font-size:12px;
  font-weight:500;
  white-space:nowrap;
}.lead-whatsapp-live-tools{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px;
  min-width:190px;
}.lead-whatsapp-live-tools button{
  min-height:32px;
  border:1px solid #d9e2ef;
  border-radius:999px;
  background:#fff;
  color:#111827;
  padding:0 12px;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:650;
  cursor:pointer;
}.lead-whatsapp-live-tools button:hover{
  border-color:#16a34a;
  color:#15803d;
}.lead-whatsapp-live-tools button:disabled{
  cursor:wait;
  opacity:.62;
}.lead-whatsapp-live-tools em{
  width:100%;
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:400;
  text-align:left;
}.lead-whatsapp-inbox-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  border-top:1px solid #edf2f7;
  padding-top:12px;
}.lead-whatsapp-inbox-filters button{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  border:1px solid #d9e2ef;
  border-radius:999px;
  background:#fff;
  color:#475569;
  padding:0 12px;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:650;
  cursor:pointer;
}.lead-whatsapp-inbox-filters button strong{
  min-width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ecfdf5;
  color:#15803d;
  font-size:11px;
  font-weight:650;
}.lead-whatsapp-inbox-filters button.active{
  border-color:#16a34a;
  background:#16a34a;
  color:#fff;
}.lead-whatsapp-inbox-filters button.active strong{
  background:#fff;
  color:#15803d;
}.lead-whatsapp-inbox-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:10px;
}.lead-whatsapp-workbench{
  display:grid;
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  min-height:620px;
  border:1px solid #dbe5f1;
  border-radius:18px;
  overflow:hidden;
  background:#f8fafc;
  direction:rtl;
}.lead-whatsapp-thread-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
  max-height:720px;
  overflow:auto;
  padding:10px;
  border-left:1px solid #dbe5f1;
  background:#fff;
}.lead-whatsapp-chat-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  width:100%;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
  color:#111827;
  padding:11px;
  font-family:'Heebo',sans-serif;
  text-align:right;
  cursor:pointer;
}.lead-whatsapp-chat-row:hover,.lead-whatsapp-chat-row.active{
  border-color:#16a34a;
  background:#f0fdf4;
  box-shadow:0 10px 24px rgba(22,163,74,.08);
}.lead-whatsapp-chat-row>span{
  align-self:start;
  min-width:52px;
  border-radius:999px;
  background:#ecfdf5;
  color:#15803d;
  padding:4px 8px;
  font-size:11px;
  font-weight:650;
  text-align:center;
}.lead-whatsapp-chat-row.answered>span{
  background:#eef2f7;
  color:#64748b;
}.lead-whatsapp-chat-row strong,.lead-whatsapp-chat-row small,.lead-whatsapp-chat-row p{
  display:block;
  min-width:0;
  margin:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}.lead-whatsapp-chat-row strong{
  font-size:14px;
  font-weight:650;
  color:#111827;
}.lead-whatsapp-chat-row small{
  margin-top:3px;
  color:#64748b;
  font-size:12px;
  font-weight:400;
}.lead-whatsapp-chat-row p{
  margin-top:6px;
  color:#475569;
  font-size:12px;
  line-height:1.45;
}.lead-whatsapp-active-chat{
  min-width:0;
  display:flex;
  background:#edf7f1;
  background-image:radial-gradient(circle at 20% 10%,rgba(22,163,74,.08),transparent 24%),linear-gradient(180deg,#f7fbf8,#eef7f1);
}.lead-whatsapp-conversation-card{
  display:grid;
  gap:10px;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:#f8fafc;
  padding:12px;
  min-width:0;
}.lead-whatsapp-conversation-card.needs-reply{
  border-color:#86efac;
  background:linear-gradient(135deg,#f0fdf4,#fff 70%);
  box-shadow:0 12px 26px rgba(22,163,74,.09);
}.lead-whatsapp-conversation-card.answered{
  background:#fff;
}.lead-whatsapp-conversation-main{
  min-width:0;
}.lead-whatsapp-conversation-main span{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  background:#dcfce7;
  color:#166534;
  padding:4px 9px;
  font-size:11px;
  font-weight:650;
}.lead-whatsapp-conversation-card.answered .lead-whatsapp-conversation-main span{
  background:#eef2f7;
  color:#64748b;
}.lead-whatsapp-conversation-main strong{
  display:block;
  margin-top:8px;
  color:#111827;
  font-size:15px;
  font-weight:650;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}.lead-whatsapp-conversation-main small{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:12px;
  font-weight:400;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}.lead-whatsapp-conversation-main p{
  margin:9px 0 0;
  min-height:38px;
  color:#334155;
  font-size:13px;
  line-height:1.45;
  font-weight:400;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}.lead-whatsapp-conversation-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}.lead-whatsapp-conversation-meta label{
  display:grid;
  gap:5px;
  color:#64748b;
  font-size:11px;
  font-weight:500;
}.lead-whatsapp-assignee,.lead-whatsapp-conversation-meta .lead-status-select{
  width:100%;
  min-height:38px;
  border:1px solid #d9e2ef;
  border-radius:11px;
  background:#fff;
  color:#111827;
  padding:0 10px;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:500;
}.lead-whatsapp-conversation-actions{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:8px;
}.lead-whatsapp-conversation-actions button,.lead-whatsapp-conversation-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  border:1px solid #16a34a;
  border-radius:11px;
  background:#16a34a;
  color:#fff;
  text-decoration:none;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:650;
  cursor:pointer;
}.lead-whatsapp-conversation-actions a{
  border-color:#d9e2ef;
  background:#fff;
  color:#15803d;
}.lead-whatsapp-conversation-actions .secondary{
  border-color:#d9e2ef;
  background:#fff;
  color:#111827;
}.lead-whatsapp-inbox-empty{
  grid-column:1 / -1;
  border:1px dashed #cbd5e1;
  border-radius:15px;
  background:#f8fafc;
  padding:18px;
  text-align:center;
}.lead-whatsapp-inbox-empty strong{
  display:block;
  color:#111827;
  font-size:14px;
  font-weight:650;
}.lead-whatsapp-inbox-empty span{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:13px;
  font-weight:400;
}.lead-whatsapp-panel{
  margin:14px 18px 12px;
  border:1px solid #dfe7f3;
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  overflow:hidden;
}.lead-whatsapp-panel.embedded{
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  width:100%;
  min-height:620px;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
}.lead-whatsapp-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border-bottom:1px solid #e7edf6;
  background:#fff;
}.lead-whatsapp-head span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:500;
}.lead-whatsapp-head strong{
  display:block;
  margin-top:3px;
  color:#111827;
  font-size:18px;
  font-weight:650;
}.lead-whatsapp-head em{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:12px;
  font-style:normal;
  font-weight:400;
}.lead-whatsapp-head small{
  color:#64748b;
  font-size:12px;
  font-weight:400;
}.lead-whatsapp-head-tools{
  display:grid;
  grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) auto;
  gap:8px;
  align-items:center;
  min-width:min(520px,58%);
}.lead-whatsapp-head-tools select,.lead-whatsapp-head-tools button{
  min-height:38px;
  border:1px solid #d9e2ef;
  border-radius:12px;
  background:#fff;
  color:#111827;
  padding:0 10px;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:500;
}.lead-whatsapp-head-tools button{
  background:#111827;
  color:#fff;
  cursor:pointer;
}.lead-whatsapp-thread{
  display:grid;
  gap:10px;
  max-height:360px;
  min-height:220px;
  overflow:auto;
  padding:16px;
}.lead-whatsapp-panel.embedded .lead-whatsapp-thread{
  align-content:end;
  max-height:none;
  min-height:0;
  padding:22px;
}.lead-whatsapp-message{
  width:min(82%,420px);
  border:1px solid #d9e2ef;
  border-radius:16px 16px 16px 6px;
  background:#fff;
  padding:11px 13px;
  color:#111827;
  box-shadow:0 10px 26px rgba(15,23,42,.045);
}.lead-whatsapp-message.outbound{
  justify-self:start;
  border-color:#111827;
  border-radius:16px 16px 6px 16px;
  background:#111827;
  color:#fff;
}.lead-whatsapp-message div{
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}.lead-whatsapp-media{
  display:grid;
  gap:8px;
  margin-top:8px;
  overflow:hidden;
  border:1px solid #d9e2ef;
  border-radius:13px;
  background:#f8fafc;
  color:#111827;
  text-decoration:none;
}.lead-whatsapp-media:first-child{
  margin-top:0;
}.lead-whatsapp-media img,.lead-whatsapp-media video{
  display:block;
  width:100%;
  max-height:310px;
  object-fit:contain;
  background:#eef2f7;
}.lead-whatsapp-media audio{
  width:100%;
}.lead-whatsapp-media a,.lead-whatsapp-media span,.lead-whatsapp-media small{
  padding:0 11px 10px;
}.lead-whatsapp-media span{
  display:block;
  padding-top:11px;
  color:#111827;
  font-size:13px;
  font-weight:600;
}.lead-whatsapp-media small{
  display:block;
  margin-top:-6px;
  color:#64748b;
  font-size:11px;
  line-height:1.45;
  overflow-wrap:anywhere;
}.lead-whatsapp-media a{
  color:#2563eb;
  font-size:12px;
  font-weight:600;
}.lead-whatsapp-media.audio{
  padding:11px;
}.lead-whatsapp-media.audio span{
  padding:0;
}.lead-whatsapp-media.document{
  padding:11px 12px;
}.lead-whatsapp-media.document span,.lead-whatsapp-media.document small{
  padding:0;
}.lead-whatsapp-message.outbound .lead-whatsapp-media{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
}.lead-whatsapp-message.outbound .lead-whatsapp-media span,.lead-whatsapp-message.outbound .lead-whatsapp-media a{
  color:#fff;
}.lead-whatsapp-message.outbound .lead-whatsapp-media small{
  color:rgba(255,255,255,.7);
}.lead-whatsapp-attribution{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:10px;
  margin-top:10px;
  padding:10px;
  border:1px solid #dbe5f2;
  border-radius:14px;
  background:linear-gradient(135deg,#f8fafc,#eef4ff);
  color:#111827;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}.lead-whatsapp-message.outbound .lead-whatsapp-attribution{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
}.lead-whatsapp-attribution img{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:10px;
  background:#e5e7eb;
}.lead-whatsapp-attribution div{
  display:grid;
  gap:3px;
  min-width:0;
  font-size:12px;
  line-height:1.35;
}.lead-whatsapp-attribution small,.lead-whatsapp-attribution em{
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:500;
}.lead-whatsapp-message.outbound .lead-whatsapp-attribution small,.lead-whatsapp-message.outbound .lead-whatsapp-attribution em{
  color:rgba(255,255,255,.72);
}.lead-whatsapp-attribution strong{
  color:inherit;
  font-size:13px;
  font-weight:700;
}.lead-whatsapp-attribution span,.lead-whatsapp-attribution p{
  margin:0;
  color:inherit;
  overflow:hidden;
  text-overflow:ellipsis;
}.lead-whatsapp-attribution code{
  width:max-content;
  max-width:100%;
  padding:3px 7px;
  border-radius:999px;
  background:rgba(15,23,42,.08);
  color:inherit;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:11px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}.lead-whatsapp-attribution a{
  width:max-content;
  max-width:100%;
  color:#2563eb;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}.lead-whatsapp-message.outbound .lead-whatsapp-attribution a{
  color:#bfdbfe;
}.lead-whatsapp-message small{
  display:block;
  margin-top:7px;
  color:#64748b;
  font-size:11px;
  font-weight:400;
}.lead-whatsapp-message.outbound small{
  color:rgba(255,255,255,.68);
}.lead-whatsapp-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:170px;
  border:1px dashed #cbd5e1;
  border-radius:16px;
  background:#fff;
  color:#64748b;
  padding:18px;
  text-align:center;
  font-size:14px;
  line-height:1.6;
}.lead-whatsapp-composer{
  display:grid;
  gap:10px;
  padding:14px 16px 16px;
  border-top:1px solid #e7edf6;
  background:#fff;
}.lead-whatsapp-panel.embedded .lead-whatsapp-composer{
  background:rgba(255,255,255,.96);
}.lead-whatsapp-composer textarea{
  width:100%;
  min-height:96px;
  box-sizing:border-box;
  border:1px solid #d8e0ec;
  border-radius:15px;
  background:#fff;
  color:#111827;
  padding:13px 14px;
  font-family:'Heebo',sans-serif;
  font-size:14px;
  line-height:1.65;
  resize:vertical;
}.lead-whatsapp-composer textarea:focus{
  outline:none;
  border-color:#9eb2d0;
  box-shadow:0 0 0 4px rgba(59,91,219,.08);
}.lead-whatsapp-composer-actions{
  display:grid;
  grid-template-columns:minmax(160px,.45fr) minmax(0,1fr);
  gap:10px;
  align-items:start;
}.lead-whatsapp-send{
  min-height:44px;
  border:1px solid #111827;
  border-radius:13px;
  background:#111827;
  color:#fff;
  font-family:'Heebo',sans-serif;
  font-size:14px;
  font-weight:650;
  cursor:pointer;
}.lead-whatsapp-send:disabled{
  opacity:.55;
  cursor:not-allowed;
}.lead-whatsapp-template-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}.lead-whatsapp-template-row button{
  min-height:40px;
  border:1px solid #d9e2ef;
  border-radius:12px;
  background:#f8fafc;
  color:#334155;
  padding:0 12px;
  font-family:'Heebo',sans-serif;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
}.lead-whatsapp-template-row button:hover{
  border-color:#9eb2d0;
  color:#111827;
}.lead-whatsapp-note,.lead-whatsapp-warning{
  margin:0;
  font-size:12px;
  line-height:1.55;
  font-weight:400;
}.lead-whatsapp-note{
  color:#64748b;
}.lead-whatsapp-warning{
  color:#b42318;
}@media (max-width:720px){.lead-whatsapp-inbox{
    padding:12px;
    border-radius:16px;
  }.lead-whatsapp-inbox-head{
    display:grid;
  }.lead-whatsapp-inbox-head small{
    justify-self:start;
    white-space:normal;
  }.lead-whatsapp-inbox-grid,.lead-whatsapp-workbench{
    grid-template-columns:1fr;
  }.lead-whatsapp-workbench{
    min-height:auto;
  }.lead-whatsapp-thread-list{
    max-height:260px;
    border-left:0;
    border-bottom:1px solid #dbe5f1;
  }.lead-whatsapp-panel.embedded{
    min-height:560px;
  }.lead-whatsapp-head{
    display:grid;
  }.lead-whatsapp-head-tools{
    grid-template-columns:1fr;
    min-width:0;
  }.lead-workspace-switch{
    width:100%;
    grid-template-columns:1fr;
    border-radius:16px;
  }.lead-whatsapp-inbox-filters{
    display:grid;
    grid-template-columns:1fr 1fr;
  }.lead-whatsapp-inbox-filters button{
    justify-content:space-between;
  }.lead-whatsapp-conversation-meta{
    grid-template-columns:1fr;
  }.lead-whatsapp-conversation-actions{
    grid-template-columns:1fr;
  }}.lead-workflow-row{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);
  gap:12px;
  align-items:end;
}.lead-drawer-pro .lead-workflow-row .lead-next-action{
  display:grid!important;
  gap:8px!important;
  color:#475569;
  font-size:12px!important;
  font-weight:500!important;
}.lead-drawer-pro .lead-workflow-row .lead-next-action input{
  width:100%;
  box-sizing:border-box;
  background:#fff!important;
  font-size:14px!important;
  font-weight:400!important;
  padding:0 14px!important;
}.lead-reminder-box{
  display:grid;
  gap:8px;
}.lead-reminder-box>span{
  color:#475569;
  font-size:12px;
  font-weight:500;
}.lead-drawer-pro .lead-workflow-row .lead-reminder-shortcuts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0;
}.lead-reminder-box input{
  width:100%;
  box-sizing:border-box;
  min-height:42px;
  border:1px solid #d8e0ec;
  border-radius:12px;
  background:#fff;
  color:#111827;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:400;
  padding:0 12px;
}.lead-drawer-pro .lead-workflow-row .lead-reminder-shortcuts button{
  min-height:42px;
  border:1px solid #d9e2ef;
  border-radius:12px;
  background:#fff;
  color:#334155;
  font-size:12px;
  font-weight:500;
}.lead-drawer-pro .lead-workflow-row .lead-reminder-shortcuts button:hover{
  border-color:#9eb2d0;
  color:#111827;
}.lead-drawer-pro .lead-workflow-row .lead-reminder-shortcuts button.is-active{
  border-color:#111827;
  background:#111827;
  color:#fff;
  box-shadow:0 8px 18px rgba(15,23,42,.14);
}.lead-drawer-pro .lead-workflow-row .lead-reminder-shortcuts button.is-active::before{
  content:'✓ ';
  font-weight:700;
}@media(max-width:1280px){.lead-table-head,.lead-card-simple{
    grid-template-columns:minmax(130px,.8fr) minmax(120px,.7fr) minmax(120px,.55fr) minmax(180px,1fr) minmax(170px,.9fr) minmax(168px,auto);
  }.lead-card-simple .lead-action-row{
    flex-wrap:wrap;
  }}@media(max-width:980px){.lead-quick-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-filter-bar-modern{grid-template-columns:1fr 1fr}.lead-table-head{display:none}.lead-card-simple{grid-template-columns:1fr}.lead-person,.lead-phone,.lead-interest,.lead-next-step,.lead-list-status{justify-items:stretch}.lead-card-simple .lead-actions{justify-self:stretch}.lead-card-simple .lead-action-row{flex-wrap:wrap;justify-content:flex-start}.lead-status-config-head{display:none}.lead-status-config-row{grid-template-columns:48px 1fr}.lead-status-config-row [data-status-group],.lead-status-config-row [data-status-key]{grid-column:2}}@media(max-width:640px){.leads-sales-center{padding:10px;border-radius:14px}.leads-center-head{align-items:flex-start;flex-direction:column}.leads-head-actions{width:100%;justify-content:stretch}.leads-head-actions .leads-refresh-btn{flex:1}.lead-quick-tabs{grid-template-columns:1fr}.lead-filter-bar-modern{grid-template-columns:1fr}.lead-drawer-actions{grid-template-columns:1fr 1fr}.lead-drawer-footer{grid-template-columns:1fr 1fr}.lead-drawer-pro .lead-drawer-hero,.lead-drawer-primary-action,.lead-drawer-focus,.lead-drawer-pro .lead-drawer-summary,.lead-drawer-pro .lead-drawer-grid,.lead-workflow-row,.lead-drawer-pro .lead-reminder-shortcuts{
    grid-template-columns:1fr;
  }.lead-workflow-title{
    display:grid;
    gap:4px;
  }.lead-workflow-title small{
    text-align:right;
  }.lead-workflow-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }.lead-drawer-tabs{
    overflow:auto;
    padding-left:16px;
    padding-right:16px;
  }.lead-drawer-tabs button{
    flex:0 0 auto;
  }.lead-whatsapp-composer-actions{
    grid-template-columns:1fr;
  }.lead-whatsapp-message{
    width:92%;
  }.lead-workflow-actions button{
    min-height:68px;
  }.lead-drawer-pro .lead-drawer-hero{
    padding:16px;
  }.lead-drawer.open{
    align-items:stretch!important;
    padding:0!important;
  }.lead-drawer-pro{
    width:100%!important;
    max-height:none!important;
    min-height:100%!important;
    border-radius:0!important;
  }.lead-drawer-primary-action,.lead-drawer-focus,.lead-drawer-smart-actions,.lead-drawer-pro .lead-drawer-summary{
    padding-left:16px;
    padding-right:16px;
  }.lead-editor-section,.lead-drawer-pro .lead-drawer-car,.lead-drawer-pro .lead-template-bar{
    margin-left:16px;
    margin-right:16px;
  }.lead-drawer-identity h3{
    font-size:23px;
  }}@media(max-width:760px){.leads-sales-center{
    padding:9px;
    gap:10px;
    border-radius:14px;
    overflow:visible;
  }.leads-center-head{
    display:grid;
    gap:10px;
    padding:12px;
    border-radius:13px;
  }.leads-center-head h2{
    font-size:20px;
    line-height:1.2;
  }.leads-head-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
    gap:7px;
  }.leads-head-actions .leads-refresh-btn{
    min-height:42px;
    padding:8px 10px;
    font-size:12px;
  }.lead-quick-tabs{
    display:flex;
    overflow-x:auto;
    gap:7px;
    padding-bottom:2px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }.lead-quick-tabs button{
    flex:0 0 142px;
    min-height:48px;
    padding:9px 10px;
    scroll-snap-align:start;
  }.lead-quick-tabs button span{
    font-size:12px;
  }.lead-quick-tabs button strong{
    min-width:26px;
    height:26px;
    font-size:11px;
  }.lead-filter-bar-modern{
    grid-template-columns:1fr!important;
    gap:8px;
    padding:10px;
    border-radius:13px;
  }.lead-filter-bar-modern input,.lead-filter-bar-modern select{
    width:100%;
    min-height:44px;
    font-size:13px;
  }.lead-secondary-panel{
    border-radius:13px;
  }.lead-status-config summary{
    display:grid;
    gap:4px;
    padding:12px;
  }.lead-status-config-editor{
    padding:0 12px 12px;
  }.lead-status-config-row{
    grid-template-columns:42px 1fr!important;
    align-items:start;
    padding:10px;
    border:1px solid #edf1f7;
    border-radius:12px;
    background:#fbfcff;
  }.lead-status-config-row [data-status-group],.lead-status-config-row [data-status-key]{
    grid-column:2!important;
  }.lead-status-config-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    padding:0 12px 12px;
  }.lead-list-group{
    gap:7px;
    padding:6px;
    border-radius:13px;
  }.lead-list-group-head{
    padding:8px 10px;
  }.lead-card-simple{
    grid-template-columns:1fr!important;
    gap:10px;
    min-height:0;
    padding:12px;
    border-radius:13px;
  }.lead-person,.lead-phone,.lead-interest,.lead-next-step,.lead-list-status{
    justify-items:stretch!important;
    gap:4px;
  }.lead-person{
    padding-bottom:2px;
  }.lead-person strong{
    font-size:16px;
    line-height:1.25;
  }.lead-phone,.lead-interest,.lead-next-step,.lead-list-status{
    padding-top:8px;
    border-top:1px solid #eef2f7;
  }.lead-phone a,.lead-phone span,.lead-interest strong,.lead-next-step strong{
    font-size:13px;
    line-height:1.35;
  }.lead-list-status{
    grid-template-columns:1fr auto;
    align-items:center;
    gap:8px;
  }.lead-list-status select{
    min-height:42px;
  }.lead-list-status small{
    white-space:nowrap;
    align-self:center;
  }.lead-interest .lead-status{
    justify-self:start;
  }.lead-card-simple .lead-actions{
    justify-self:stretch!important;
    width:100%;
    max-width:none;
    padding-top:8px;
    border-top:1px solid #eef2f7;
  }.lead-card-simple .lead-action-row{
    display:grid;
    grid-template-columns:1fr 1fr 92px;
    gap:7px;
    width:100%;
    max-width:none;
    justify-content:stretch!important;
  }.lead-card-simple .lead-wa,.lead-card-simple .lead-call,.lead-card-simple .lead-inline-action{
    width:100%;
    min-height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:12px;
  }.lead-pipeline-toolbar{
    grid-template-columns:1fr;
    padding:11px;
    border-radius:13px;
  }.lead-pipeline-view-toggle{
    width:100%;
  }.lead-pipeline-view-toggle button{
    min-height:40px;
  }.lead-pipeline-board.is-board-view,.lead-pipeline-board.is-list-view{
    grid-template-columns:1fr!important;
  }.pipeline-column{
    min-height:160px;
    padding:10px;
    border-radius:14px;
  }.pipeline-column-list{
    max-height:none;
  }.lead-drawer.open{
    align-items:flex-end!important;
    justify-content:center!important;
    padding:0!important;
  }.lead-drawer-pro{
    width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
    overflow:auto;
  }.lead-drawer-pro .lead-drawer-hero{
    position:sticky;
    top:0;
    z-index:6;
    grid-template-columns:1fr auto;
    gap:10px;
    padding:12px 14px 10px;
  }.lead-drawer-identity h3{
    font-size:21px;
    line-height:1.15;
  }.lead-drawer-identity p{
    font-size:11px;
    line-height:1.45;
  }.lead-drawer-head-actions{
    gap:6px;
  }.lead-drawer-head-actions .lead-status{
    display:none;
  }.lead-drawer-head-actions > button{
    width:40px;
    height:40px;
  }.lead-drawer-tabs{
    position:sticky;
    top:65px;
    z-index:5;
    overflow-x:auto;
    padding:8px 12px;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid #edf1f7;
    -webkit-overflow-scrolling:touch;
  }.lead-drawer-tabs button{
    flex:1 0 auto;
    min-width:96px;
    min-height:38px;
    padding:0 12px;
    font-size:12px;
  }.lead-customer-request,.lead-editor-section,.lead-whatsapp-panel,.lead-advanced-details{
    margin-left:12px;
    margin-right:12px;
    border-radius:15px;
  }.lead-customer-request{
    margin-top:12px;
    padding:13px;
  }.lead-customer-request p{
    font-size:14px;
    line-height:1.65;
  }.lead-drawer-primary-action{
    grid-template-columns:1fr 1fr;
    padding:10px 12px 8px;
    gap:8px;
  }.lead-drawer-primary-action a,.lead-drawer-primary-action button{
    min-height:46px;
    border-radius:12px;
    font-size:13px;
  }.lead-workflow-section,.lead-drawer-pro .lead-notes-section{
    padding:12px!important;
  }.lead-workflow-title{
    gap:5px;
  }.lead-workflow-title small{
    text-align:right;
  }.lead-workflow-actions{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }.lead-workflow-actions button{
    min-height:66px;
    padding:10px;
    border-radius:13px;
  }.lead-workflow-actions button span{
    font-size:12px;
  }.lead-workflow-actions button small{
    font-size:10px;
  }.lead-workflow-row{
    grid-template-columns:1fr!important;
    gap:10px;
  }.lead-drawer-pro .lead-workflow-row .lead-reminder-shortcuts{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }.lead-drawer-pro .lead-drawer-notes textarea{
    min-height:110px!important;
    font-size:14px!important;
  }.lead-drawer-pro .lead-main-notes textarea{
    min-height:170px!important;
  }.lead-drawer-pro #lead-drawer-new-note{
    min-height:118px!important;
  }.lead-drawer-pro .lead-drawer-grid{
    grid-template-columns:1fr!important;
  }.lead-drawer-pro .lead-drawer-summary{
    grid-template-columns:1fr!important;
    padding:0!important;
  }.lead-drawer-pro .lead-drawer-car,.lead-drawer-pro .lead-template-bar{
    margin-left:12px;
    margin-right:12px;
  }.lead-drawer-pro .lead-drawer-car{
    display:grid;
    grid-template-columns:96px 1fr;
  }.lead-drawer-pro .lead-drawer-car img{
    width:96px;
    height:68px;
  }.lead-whatsapp-head{
    padding:13px;
  }.lead-whatsapp-thread{
    min-height:260px;
    max-height:44vh;
    padding:12px;
  }.lead-whatsapp-message{
    width:94%;
  }.lead-whatsapp-composer{
    padding:12px;
  }.lead-whatsapp-composer-actions{
    grid-template-columns:1fr!important;
  }.lead-drawer-pro .lead-drawer-footer{
    position:sticky;
    bottom:0;
    z-index:7;
    grid-template-columns:1fr 1fr;
    gap:7px;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  }.lead-drawer-pro .lead-drawer-footer .lead-save-main{
    grid-column:1 / -1;
  }.lead-drawer-pro .lead-drawer-footer button{
    min-height:44px;
    font-size:12px;
  }}@media(max-width:420px){.leads-head-actions{
    grid-template-columns:1fr;
  }.lead-quick-tabs button{
    flex-basis:128px;
  }.lead-card-simple .lead-action-row{
    grid-template-columns:1fr 1fr;
  }.lead-card-simple .lead-inline-action{
    grid-column:1 / -1;
  }.lead-list-status{
    grid-template-columns:1fr;
  }.lead-list-status small{
    white-space:normal;
  }.lead-drawer-primary-action,.lead-workflow-actions,.lead-drawer-pro .lead-workflow-row .lead-reminder-shortcuts,.lead-status-config-actions{
    grid-template-columns:1fr;
  }.lead-drawer-pro .lead-drawer-car{
    grid-template-columns:1fr;
  }.lead-drawer-pro .lead-drawer-car img{
    width:100%;
    height:150px;
  }}/* dealer-admin-leads-mobile-workspace-v2 */
@media(max-width:760px){
  .admin-panel.open.leads-workspace-mode{
    background:#f4f6fb;
  }
  .admin-panel.open.leads-workspace-mode .a-wrap{
    max-width:100%;
    padding:8px 10px calc(84px + env(safe-area-inset-bottom));
    overflow-x:hidden;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab{
    padding:0!important;
  }
  .leads-sales-center{
    background:transparent;
    border:0;
    border-radius:0;
    padding:0;
    margin:0;
    gap:10px;
    overflow:visible;
  }
  .leads-center-head{
    border-radius:18px;
    padding:14px;
    background:linear-gradient(135deg,#fff,#f8fbff);
    border-color:#e1e8f4;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
  }
  .leads-center-kicker{
    font-size:10px;
  }
  .leads-center-head h2{
    font-size:22px;
    margin:2px 0 4px;
  }
  .leads-center-head p{
    font-size:11px;
    line-height:1.45;
  }
  .leads-head-actions{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto;
    width:100%;
    gap:8px;
    padding:2px 0 4px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
  }
  .leads-head-actions::-webkit-scrollbar,
  .lead-quick-tabs::-webkit-scrollbar,
  .lead-pipeline-board::-webkit-scrollbar{
    display:none;
  }
  .leads-head-actions .lead-display-toggle{
    flex:0 0 176px;
    min-height:42px;
  }
  .leads-head-actions .leads-refresh-btn{
    flex:0 0 auto;
    width:auto;
    min-width:92px;
    min-height:42px;
    margin:0;
    padding:8px 12px;
    font-size:12px;
    scroll-snap-align:start;
  }
  .lead-display-toggle button{
    min-height:34px;
    padding:7px 9px;
  }
  .lead-quick-tabs{
    display:flex!important;
    flex-wrap:nowrap;
    overflow-x:auto;
    gap:8px;
    margin:0 -10px;
    padding:2px 10px 7px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .lead-quick-tabs button{
    flex:0 0 154px;
    min-height:52px;
    border-radius:15px;
    scroll-snap-align:start;
    box-shadow:0 8px 20px rgba(15,23,42,.045);
  }
  .lead-filter-bar-modern{
    grid-template-columns:1fr 1fr!important;
    gap:8px;
    padding:10px;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 22px rgba(15,23,42,.045);
  }
  .lead-filter-bar-modern > input[type="search"],
  .lead-advanced-filters{
    grid-column:1 / -1;
  }
  .lead-filter-bar-modern input,
  .lead-filter-bar-modern select{
    min-height:44px;
    border-radius:12px;
    font-size:13px;
  }
  .lead-advanced-filter-grid{
    grid-template-columns:1fr;
  }
  .lead-status-config{
    border-radius:16px;
    box-shadow:0 8px 22px rgba(15,23,42,.04);
  }
  .lead-status-config summary{
    border-radius:16px;
  }
  .manual-lead-panel{
    border-radius:18px;
    padding:13px;
  }
  .manual-lead-head{
    display:grid;
    grid-template-columns:1fr auto;
  }
  .manual-lead-grid{
    grid-template-columns:1fr!important;
  }
  .manual-lead-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .lead-table-head{
    display:none!important;
  }
  #leadsContainer{
    display:grid;
    gap:10px;
  }
  .lead-list-group{
    gap:9px;
    padding:10px;
    border-radius:18px;
    background:#fff;
    border:1px solid #e3e9f3;
    box-shadow:0 10px 26px rgba(15,23,42,.05);
  }
  .lead-list-group-head{
    padding:4px 4px 8px;
    border-bottom:1px solid #edf2f8;
  }
  .lead-list-group-head strong{
    font-size:14px;
    font-weight:700;
  }
  .lead-list-group-head span{
    min-width:auto;
    height:auto;
    padding:4px 9px;
    font-size:11px;
  }
  .lead-card-simple{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    padding:0!important;
    min-height:0;
    border-radius:17px;
    overflow:hidden;
    border-color:#e5ebf4;
    box-shadow:0 1px 2px rgba(15,23,42,.04);
  }
  .lead-card-simple.overdue{
    background:#fff;
    border-color:#fed7aa;
  }
  .lead-person{
    padding:14px 14px 12px;
    background:linear-gradient(135deg,#fbfdff,#fff);
  }
  .lead-person strong{
    font-size:17px;
    font-weight:750;
    line-height:1.25;
  }
  .lead-person small{
    font-size:11px;
    margin-top:4px;
  }
  .lead-phone,
  .lead-list-status,
  .lead-interest,
  .lead-next-step{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;
    align-items:center;
    gap:3px 10px!important;
    padding:11px 14px!important;
    border-top:1px solid #eef3f8;
    text-align:right;
  }
  .lead-phone::before,
  .lead-list-status::before,
  .lead-interest::before,
  .lead-next-step::before{
    color:#8a94a6;
    font-size:11px;
    font-weight:600;
    line-height:1.3;
    align-self:start;
    padding-top:2px;
  }
  .lead-phone::before{content:'טלפון'}
  .lead-list-status::before{content:'סטטוס'}
  .lead-interest::before{content:'רכב'}
  .lead-next-step::before{content:'המשך'}
  .lead-phone a,
  .lead-phone span,
  .lead-interest strong,
  .lead-next-step strong{
    font-size:14px!important;
    font-weight:650!important;
  }
  .lead-phone small,
  .lead-list-status small,
  .lead-next-step span,
  .lead-interest .lead-status{
    grid-column:2;
    font-size:11px!important;
  }
  .lead-list-status select{
    grid-column:2;
    min-height:40px;
    border-radius:12px;
  }
  .lead-card-simple .lead-actions{
    width:100%;
    max-width:none;
    padding:12px 14px 14px!important;
    border-top:1px solid #eef3f8;
    background:#fbfcff;
  }
  .lead-card-simple .lead-action-row{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:8px!important;
    max-width:none;
    width:100%;
  }
  .lead-card-simple .lead-wa,
  .lead-card-simple .lead-call,
  .lead-card-simple .lead-inline-action{
    min-height:43px;
    border-radius:13px;
    font-size:12px;
    width:100%;
  }
  .lead-card-simple .lead-inline-action{
    grid-column:1 / -1;
  }
  .lead-pipeline-toolbar{
    border-radius:17px;
    padding:13px;
    box-shadow:0 8px 22px rgba(15,23,42,.045);
  }
  .lead-pipeline-toolbar strong{
    font-size:12px;
    line-height:1.45;
  }
  .lead-pipeline-board.is-board-view{
    display:flex!important;
    grid-template-columns:none!important;
    overflow-x:auto!important;
    gap:10px;
    margin:0 -10px;
    padding:0 10px 10px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .lead-pipeline-board.is-board-view .pipeline-column{
    flex:0 0 min(84vw,350px);
    scroll-snap-align:start;
    min-height:58vh;
  }
  .pipeline-column{
    border-radius:18px;
    padding:11px;
  }
  .pipeline-column-head{
    border-radius:15px;
    position:sticky;
    top:0;
    z-index:1;
  }
  .pipeline-column-list{
    max-height:none;
    gap:9px;
  }
  .pipeline-lead-card{
    border-radius:15px;
    padding:12px;
    cursor:pointer;
  }
  .pipeline-card-actions button{
    min-height:40px;
    border-radius:12px;
  }
  .lead-manager-report{
    border-radius:18px;
    padding:13px;
  }
  .lead-report-head{
    display:grid;
    gap:6px;
  }
  .lead-report-grid{
    grid-template-columns:1fr;
    gap:8px;
  }
  .lead-drawer.open{
    background:rgba(15,23,42,.5);
  }
  .lead-drawer-panel.lead-drawer-pro{
    width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    padding:0!important;
    background:#f6f8fc;
    border-radius:0!important;
  }
  .lead-drawer-pro .lead-drawer-hero{
    margin:0;
    padding:14px 14px 11px;
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(14px);
    border-bottom:1px solid #e7edf5;
  }
  .lead-drawer-identity h3{
    font-size:22px;
    font-weight:750;
  }
  .lead-drawer-identity p{
    color:#64748b;
    font-weight:500;
  }
  .lead-drawer-tabs{
    top:66px;
    gap:7px;
    padding:9px 12px;
    background:rgba(246,248,252,.96);
  }
  .lead-drawer-tabs button{
    border-radius:999px;
    min-height:39px;
    font-weight:650;
  }
  .lead-customer-request,
  .lead-editor-section,
  .lead-whatsapp-panel,
  .lead-advanced-details{
    margin:12px 10px;
    border-radius:18px;
    box-shadow:0 8px 22px rgba(15,23,42,.04);
  }
  .lead-customer-request p{
    font-size:14px;
    line-height:1.7;
  }
  .lead-drawer-primary-action{
    padding:0 10px 2px;
    grid-template-columns:1fr 1fr;
  }
  .lead-drawer-primary-action a,
  .lead-drawer-primary-action button{
    min-height:48px;
    border-radius:15px;
  }
  .lead-workflow-actions{
    grid-template-columns:1fr 1fr;
  }
  .lead-workflow-actions button{
    min-height:76px;
    border-radius:16px;
    align-content:center;
  }
  .lead-workflow-row{
    grid-template-columns:1fr!important;
  }
  .lead-drawer-pro .lead-drawer-notes textarea{
    min-height:132px!important;
    border-radius:16px;
  }
  .lead-drawer-pro .lead-main-notes textarea{
    min-height:190px!important;
  }
  .lead-whatsapp-thread{
    max-height:none;
    min-height:320px;
    border-radius:16px;
  }
  .lead-whatsapp-composer textarea{
    min-height:92px;
    border-radius:16px;
  }
  .lead-drawer-pro .lead-drawer-footer{
    position:sticky;
    bottom:0;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:11px 10px calc(11px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,.97);
    border-top:1px solid #e7edf5;
  }
  .lead-drawer-pro .lead-drawer-footer .lead-save-main{
    grid-column:1 / -1;
    order:-1;
  }
  .lead-drawer-pro .lead-drawer-footer button{
    min-height:46px;
    border-radius:14px;
  }
}@media(max-width:420px){.lead-filter-bar-modern{
    grid-template-columns:1fr!important;
  }.lead-phone,.lead-list-status,.lead-interest,.lead-next-step{
    grid-template-columns:74px minmax(0,1fr)!important;
  }.lead-drawer-primary-action,.lead-workflow-actions,.manual-lead-actions{
    grid-template-columns:1fr!important;
  }}/* dealer-admin-leads-mobile-no-side-scroll-v3 */
@media(max-width:760px){
  .admin-panel.open.leads-workspace-mode .a-wrap{
    padding-inline:12px;
  }
  .leads-head-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    overflow:visible!important;
    gap:8px!important;
    padding:0!important;
  }
  .leads-head-actions .lead-display-toggle{
    grid-column:1 / -1;
    width:100%;
    flex:auto;
  }
  .leads-head-actions .leads-refresh-btn{
    width:100%;
    min-width:0;
    flex:auto;
    border-radius:13px;
  }
  .lead-quick-tabs{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:visible!important;
    margin:0;
    padding:0;
    gap:8px;
  }
  .lead-quick-tabs button{
    flex:auto;
    width:100%;
    min-width:0;
    min-height:50px;
    scroll-snap-align:none;
  }
  .lead-filter-bar-modern{
    grid-template-columns:1fr!important;
  }
  .lead-card-simple{
    border-radius:18px;
    box-shadow:0 10px 26px rgba(15,23,42,.055);
  }
  .lead-person{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:4px 10px;
    align-items:start;
  }
  .lead-person strong{
    grid-column:1;
  }
  .lead-person small{
    grid-column:1 / -1;
  }
  .lead-person::after{
    content:'פתח';
    grid-column:2;
    grid-row:1;
    align-self:center;
    border:1px solid #dbe4ef;
    color:#475569;
    background:#fff;
    border-radius:999px;
    padding:5px 10px;
    font-size:11px;
    font-weight:650;
  }
  .lead-phone,
  .lead-list-status,
  .lead-interest,
  .lead-next-step{
    grid-template-columns:70px minmax(0,1fr)!important;
  }
  .lead-card-simple .lead-action-row{
    grid-template-columns:1fr 1fr!important;
  }
  .lead-card-simple .lead-inline-action{
    grid-column:1 / -1;
    appearance:none;
    text-align:center;
    text-align-last:center;
  }
  .lead-pipeline-toolbar{
    gap:10px;
  }
  .lead-pipeline-view-toggle{
    display:grid!important;
    grid-template-columns:1fr 1fr;
  }
  .lead-pipeline-board.is-board-view{
    display:grid!important;
    grid-template-columns:1fr!important;
    overflow:visible!important;
    margin:0;
    padding:0;
    gap:10px;
    scroll-snap-type:none;
  }
  .lead-pipeline-board.is-board-view .pipeline-column{
    flex:auto;
    min-height:0;
    scroll-snap-align:none;
  }
  .pipeline-column{
    background:#fff;
    box-shadow:0 10px 24px rgba(15,23,42,.045);
  }
  .pipeline-column-head{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    background:#f8fafc;
  }
  .pipeline-column-head span{
    font-size:14px;
    font-weight:700;
  }
  .pipeline-column-head strong{
    font-size:22px;
  }
  .pipeline-column-list{
    max-height:360px;
    overflow-y:auto;
  }
  .pipeline-empty{
    padding:16px 10px;
  }
  .lead-drawer-panel.lead-drawer-pro{
    background:#f3f6fb;
  }
  .lead-drawer-pro .lead-drawer-hero{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:start;
    padding:16px 14px 12px;
    box-shadow:0 8px 22px rgba(15,23,42,.055);
  }
  .lead-drawer-identity span{
    color:#64748b;
    font-size:11px;
    font-weight:650;
  }
  .lead-drawer-identity h3{
    margin-top:4px;
    font-size:24px;
    line-height:1.1;
  }
  .lead-drawer-head-actions{
    display:flex;
    flex-direction:column-reverse;
    align-items:flex-end;
    gap:8px;
  }
  .lead-drawer-head-actions .lead-status{
    display:inline-flex;
    border-radius:999px;
    padding:5px 10px;
    font-size:11px;
  }
  .lead-drawer-head-actions > button{
    background:#fff;
    border-radius:13px;
  }
  .lead-drawer-tabs{
    position:static;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow:visible;
    padding:10px 12px 4px;
    background:transparent;
    border:0;
  }
  .lead-drawer-tabs button{
    min-width:0;
    padding:0 8px;
    background:#fff;
    border:1px solid #e2e8f0;
    box-shadow:0 4px 12px rgba(15,23,42,.035);
  }
  .lead-drawer-tabs button.active{
    background:#151527;
    color:#fff;
    border-color:#151527;
  }
  .lead-customer-request{
    margin-top:10px;
    border:1px solid #dbe7f7;
    background:#fff;
  }
  .lead-customer-request span,
  .lead-workflow-title span{
    font-weight:750;
  }
  .lead-customer-request p{
    color:#111827;
    font-weight:450;
  }
  .lead-drawer-primary-action{
    grid-template-columns:1fr!important;
    gap:8px;
    padding:0 10px 4px;
  }
  .lead-drawer-primary-action .lead-whatsapp-cta{
    min-height:52px;
    font-size:14px;
    font-weight:800;
    box-shadow:0 12px 26px rgba(34,197,94,.22);
  }
  .lead-drawer-primary-action .secondary{
    min-height:46px;
    background:#fff;
    color:#151527;
    border-color:#dbe4ef;
  }
  .lead-editor-section,
  .lead-whatsapp-panel,
  .lead-advanced-details{
    background:#fff;
    border:1px solid #e2e8f0;
  }
  .lead-workflow-actions{
    grid-template-columns:1fr!important;
  }
  .lead-workflow-actions button{
    min-height:62px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:2px 10px;
    text-align:right;
  }
  .lead-workflow-actions button span,
  .lead-workflow-actions button small{
    grid-column:1;
  }
  .lead-workflow-actions button.is-active::before{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:center;
  }
  .lead-drawer-pro .lead-drawer-notes textarea{
    background:#fbfdff;
    border-color:#dbe4ef;
  }
  .lead-drawer-pro .lead-main-notes textarea{
    min-height:160px!important;
  }
  .lead-drawer-pro #lead-drawer-new-note{
    min-height:150px!important;
  }
  .lead-drawer-pro .lead-reminder-shortcuts{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .lead-drawer-pro .lead-reminder-shortcuts button{
    min-height:42px;
  }
  .lead-drawer-pro .lead-drawer-summary{
    display:grid;
    gap:8px;
  }
  .lead-drawer-pro .lead-drawer-summary div{
    border-radius:14px;
    background:#f8fafc;
  }
  .lead-drawer-pro .lead-drawer-footer{
    box-shadow:0 -10px 24px rgba(15,23,42,.07);
  }
}@media(max-width:420px){.leads-head-actions,.lead-quick-tabs{
    grid-template-columns:1fr!important;
  }.lead-drawer-tabs{
    grid-template-columns:1fr;
  }}/* dealer-admin-leads-no-horizontal-scroll-v4 */
#tab-leads_tab,#tab-leads_tab .leads-sales-center,#tab-leads_tab .lead-pipeline-shell,#tab-leads_tab #leadsContainer{
  max-width:100%;
  overflow-x:hidden!important;
}#tab-leads_tab .leads-head-actions,#tab-leads_tab .lead-quick-tabs,#tab-leads_tab .lead-drawer-tabs,#tab-leads_tab .lead-pipeline-view-toggle,#tab-leads_tab .lead-display-toggle{
  overflow:visible!important;
  white-space:normal!important;
  flex-wrap:wrap!important;
}#tab-leads_tab .leads-head-actions{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(128px,1fr));
  align-items:stretch;
}#tab-leads_tab .leads-head-actions .lead-display-toggle{
  grid-column:span 2;
  display:grid!important;
  grid-template-columns:1fr 1fr;
}#tab-leads_tab .leads-head-actions .leads-refresh-btn,#tab-leads_tab .lead-display-toggle button{
  min-width:0!important;
  width:100%;
}#tab-leads_tab .lead-quick-tabs{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(136px,1fr));
}#tab-leads_tab .lead-quick-tabs button{
  width:100%;
  justify-content:space-between;
}#tab-leads_tab .lead-filter-bar-modern{
  grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(120px,.7fr));
}#tab-leads_tab .lead-advanced-filters{
  grid-column:1 / -1;
}#tab-leads_tab .lead-table-head,#tab-leads_tab .lead-card-simple{
  grid-template-columns:minmax(135px,.95fr) minmax(115px,.75fr) minmax(130px,.8fr) minmax(150px,1fr) minmax(150px,1fr) minmax(132px,.75fr)!important;
  column-gap:10px;
  width:100%;
  min-width:0!important;
}#tab-leads_tab .lead-card-simple > *{
  min-width:0;
}#tab-leads_tab .lead-card-simple .lead-action-row{
  display:grid!important;
  grid-template-columns:1fr;
  gap:6px;
}#tab-leads_tab .lead-card-simple .lead-wa,#tab-leads_tab .lead-card-simple .lead-call,#tab-leads_tab .lead-card-simple .lead-inline-action{
  min-width:0!important;
  width:100%;
  padding-inline:8px;
}#tab-leads_tab .lead-pipeline-board.is-board-view{
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;
  overflow:visible!important;
}.lead-status-config-editor{
  overflow:visible!important;
}.lead-status-config-head,.lead-status-config-row{
  grid-template-columns:54px minmax(150px,1.1fr) minmax(140px,.9fr) 70px minmax(110px,.75fr)!important;
  align-items:center;
}.lead-status-config-row{
  border-inline-start:5px solid var(--lead-status-row-color,#3b5bdb);
}.lead-status-config-row input[type="color"]{
  min-height:42px;
  padding:4px;
  cursor:pointer;
}.lead-calendar-panel{
  background:#fff;
  border:1px solid #dbe4ef;
  border-radius:18px;
  padding:16px;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}.lead-calendar-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}.lead-calendar-head span,.lead-conversation-notes-head span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:700;
}.lead-calendar-head strong{
  display:block;
  color:#111827;
  font-size:16px;
  font-weight:800;
}.lead-calendar-head button{
  border:1px solid #dbe4ef;
  background:#f8fafc;
  color:#111827;
  border-radius:12px;
  padding:9px 13px;
  font-family:'Heebo',sans-serif;
  cursor:pointer;
}.lead-calendar-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:10px;
}.lead-calendar-item{
  border:1px solid #e2e8f0;
  background:#f8fafc;
  border-radius:14px;
  padding:12px;
  text-align:right;
  font-family:'Heebo',sans-serif;
  cursor:pointer;
}.lead-calendar-item span,.lead-calendar-item strong,.lead-calendar-item small{
  display:block;
}.lead-calendar-item span{
  color:#3b5bdb;
  font-size:12px;
  font-weight:800;
}.lead-calendar-item strong{
  color:#111827;
  font-size:15px;
  font-weight:800;
  margin-top:4px;
}.lead-calendar-item small,.lead-calendar-empty{
  color:#64748b;
  font-size:12px;
  font-weight:650;
}.lead-appointment-box{
  display:grid;
  grid-template-columns:1fr minmax(180px,.8fr) minmax(180px,.8fr);
  gap:10px;
  align-items:end;
  margin-top:12px;
  padding:12px;
  border:1px solid #dbe4ef;
  border-radius:16px;
  background:#f8fafc;
}.lead-appointment-box span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:700;
}.lead-appointment-box strong{
  display:block;
  color:#111827;
  font-size:14px;
  font-weight:800;
}.lead-appointment-box label{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#475569;
  font-size:12px;
  font-weight:700;
}.lead-appointment-box input{
  border:1px solid #dbe4ef;
  background:#fff;
  border-radius:12px;
  padding:10px;
  font-family:'Heebo',sans-serif;
}.lead-conversation-notes{
  display:grid;
  gap:10px;
}.lead-conversation-notes-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}.lead-conversation-thread{
  display:grid;
  gap:8px;
  max-height:260px;
  overflow-y:auto;
  padding:4px;
}.lead-conversation-thread article{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:10px 12px;
}.lead-conversation-thread article div{
  color:#111827;
  font-size:13px;
  line-height:1.55;
}.lead-conversation-thread small{
  display:block;
  margin-top:7px;
  color:#64748b;
  font-size:11px;
}.lead-conversation-thread p{
  margin:0;
  color:#94a3b8;
  font-size:13px;
  text-align:center;
  padding:12px;
}.lead-manager-activity-log{
  grid-column:1 / -1;
  border-top:1px solid #e2e8f0;
  margin-top:12px;
  padding-top:12px;
}.lead-manager-activity-log h4{
  margin:0 0 8px;
  color:#111827;
  font-size:14px;
  font-weight:800;
}.lead-manager-activity-log div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  border-radius:12px;
  padding:9px 10px;
  margin-top:7px;
}.lead-manager-activity-log span{
  color:#111827;
  font-size:12px;
  font-weight:700;
}.lead-manager-activity-log small{
  color:#64748b;
  font-size:11px;
  white-space:nowrap;
}@media(max-width:920px){#tab-leads_tab .lead-filter-bar-modern,#tab-leads_tab .lead-table-head,#tab-leads_tab .lead-card-simple,.lead-appointment-box{
    grid-template-columns:1fr!important;
  }#tab-leads_tab .lead-table-head{
    display:none!important;
  }.lead-status-config-head{display:none!important}.lead-status-config-row{
    grid-template-columns:46px 1fr 70px!important;
  }.lead-status-config-row [data-status-group],.lead-status-config-row [data-status-key]{
    grid-column:2 / -1;
  }}@media(max-width:560px){#tab-leads_tab .leads-head-actions,#tab-leads_tab .lead-quick-tabs,#tab-leads_tab .leads-head-actions .lead-display-toggle,#tab-leads_tab .lead-pipeline-view-toggle,.lead-calendar-list{
    grid-template-columns:1fr!important;
  }.lead-manager-activity-log div{
    align-items:flex-start;
    flex-direction:column;
  }.lead-manager-activity-log small{
    white-space:normal;
  }}/* dealer-admin-leads-operator-ux-v5 */
#tab-leads_tab{
  --lead-ink:#141827;
  --lead-muted:#667085;
  --lead-line:#e4eaf3;
  --lead-soft:#f7f9fc;
  --lead-green:#16a34a;
}#tab-leads_tab,#tab-leads_tab *{
  box-sizing:border-box;
}#tab-leads_tab .leads-sales-center{
  max-width:1440px;
  gap:12px;
  padding:16px;
  background:#f5f7fb;
}#tab-leads_tab .leads-center-head{
  display:grid;
  grid-template-columns:minmax(220px,.8fr) minmax(0,1.6fr);
  align-items:center;
  gap:16px;
  background:#fff;
  border:1px solid var(--lead-line);
  border-radius:18px;
  padding:16px;
}#tab-leads_tab .leads-center-head h2{
  font-size:24px;
  font-weight:700;
  color:var(--lead-ink);
  margin:2px 0 4px;
}#tab-leads_tab .leads-center-head p,#tab-leads_tab .leads-center-kicker{
  color:var(--lead-muted);
  font-weight:400;
}#tab-leads_tab .leads-head-actions{
  display:grid!important;
  grid-template-columns:minmax(190px,.95fr) repeat(3,minmax(118px,.62fr)) minmax(118px,.55fr);
  gap:8px;
  align-items:stretch;
  overflow:visible!important;
}#tab-leads_tab .lead-display-toggle,#tab-leads_tab .lead-pipeline-view-toggle{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  width:100%;
  min-width:0;
  border-radius:14px;
  background:#f2f5fa;
}#tab-leads_tab .lead-display-toggle button,#tab-leads_tab .lead-pipeline-view-toggle button{
  min-height:42px;
  border-radius:11px;
  font-weight:600;
}#tab-leads_tab .leads-refresh-btn,#tab-leads_tab .lead-tools-menu summary,#tab-leads_tab .lead-tools-menu button{
  min-height:46px;
  border-radius:13px;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:600;
}#tab-leads_tab .leads-refresh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  border:1px solid #111827;
  box-shadow:none;
}#tab-leads_tab .leads-refresh-btn.secondary{
  background:#fff;
  color:#1f2937;
  border-color:#d9e2ef;
}#tab-leads_tab .lead-main-create{
  background:#111827;
  color:#fff;
}#tab-leads_tab .lead-tools-menu{
  position:relative;
  min-width:0;
}#tab-leads_tab .lead-tools-menu summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:0 14px;
  border:1px solid #d9e2ef;
  background:#fff;
  color:#334155;
  cursor:pointer;
}#tab-leads_tab .lead-tools-menu summary::-webkit-details-marker{
  display:none;
}#tab-leads_tab .lead-tools-menu[open] summary{
  border-color:#111827;
  color:#111827;
}#tab-leads_tab .lead-tools-menu div{
  position:absolute;
  left:0;
  top:calc(100% + 8px);
  z-index:20;
  display:grid;
  gap:7px;
  min-width:190px;
  padding:8px;
  border:1px solid var(--lead-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.13);
}#tab-leads_tab .lead-tools-menu button{
  border:1px solid #dbe4ef;
  background:#f8fafc;
  color:#1f2937;
  cursor:pointer;
}#tab-leads_tab .lead-quick-tabs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  overflow:visible!important;
}#tab-leads_tab .lead-quick-tabs button{
  min-width:0;
  min-height:58px;
  border:1px solid color-mix(in srgb,var(--lead-quick-color,#2563eb) 22%,var(--lead-line));
  border-radius:16px;
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--lead-quick-color,#2563eb) 9%,#fff),#fff 72%);
  color:#344054;
  box-shadow:none;
}#tab-leads_tab .lead-quick-tabs button.active{
  background:linear-gradient(135deg,var(--lead-quick-color,#2563eb),color-mix(in srgb,var(--lead-quick-color,#2563eb) 78%,#111827));
  border-color:var(--lead-quick-color,#2563eb);
  color:#fff;
  box-shadow:0 12px 28px color-mix(in srgb,var(--lead-quick-color,#2563eb) 22%,transparent);
}#tab-leads_tab .lead-quick-tabs button span{
  font-weight:600;
}#tab-leads_tab .lead-quick-tabs button strong{
  background:color-mix(in srgb,var(--lead-quick-color,#2563eb) 13%,#fff);
  color:color-mix(in srgb,var(--lead-quick-color,#2563eb) 82%,#111827);
}#tab-leads_tab .lead-quick-tabs button.active strong{
  background:rgba(255,255,255,.18);
  color:#fff;
}#tab-leads_tab .lead-filter-bar-modern{
  display:grid;
  grid-template-columns:minmax(260px,1.7fr) repeat(3,minmax(130px,.7fr));
  gap:8px;
  padding:12px;
  border:1px solid var(--lead-line);
  border-radius:18px;
  background:#fff;
}#tab-leads_tab .lead-filter-bar-modern input,#tab-leads_tab .lead-filter-bar-modern select,#tab-leads_tab .lead-advanced-filters summary{
  min-height:44px;
  border-radius:13px;
  font-size:13px;
  font-weight:400;
}#tab-leads_tab .lead-advanced-filters{
  grid-column:1 / -1;
  border:1px solid #edf1f7;
  border-radius:14px;
  background:#fafcff;
  direction:rtl;
  text-align:right;
}#tab-leads_tab .lead-advanced-filters summary{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  padding:0 14px;
  color:#475569;
  cursor:pointer;
  direction:rtl;
  text-align:right;
  width:max-content;
  max-width:100%;
}#tab-leads_tab .lead-advanced-filter-grid{
  direction:rtl;
  text-align:right;
  align-items:center;
}#tab-leads_tab .lead-advanced-filter-grid label{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  width:max-content;
  max-width:100%;
  min-height:42px;
  padding:0 10px;
  border:1px solid #e5ebf4;
  border-radius:12px;
  background:#fff;
  color:#475569;
  font-size:12px;
  font-weight:500;
  white-space:normal;
}#tab-leads_tab .lead-advanced-filter-grid input[type="checkbox"]{
  width:18px;
  height:18px;
  min-width:18px;
  min-height:18px;
  margin:0;
  accent-color:#2563eb;
}#tab-leads_tab #leadsContainer{
  display:grid;
  gap:12px;
}#tab-leads_tab .lead-list-group{
  padding:8px;
  border:1px solid var(--lead-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(15,23,42,.045), inset 4px 0 0 var(--lead-group-color,#3b82f6);
}#tab-leads_tab .lead-list-group-head{
  padding:9px 10px 11px;
  background:transparent;
  border-bottom:1px solid #eef2f7;
}#tab-leads_tab .lead-table-head,#tab-leads_tab .lead-card-simple{
  grid-template-columns:minmax(160px,.95fr) minmax(122px,.66fr) minmax(132px,.72fr) minmax(180px,1.05fr) minmax(170px,.95fr) minmax(108px,.48fr)!important;
}#tab-leads_tab .lead-table-head{
  color:#7b8494;
  font-size:11px;
  font-weight:500;
  padding:0 16px 7px;
}#tab-leads_tab .lead-card-simple{
  min-height:78px;
  padding:13px 16px;
  border:1px solid #e7edf5;
  border-radius:15px;
  background:#fff;
  box-shadow:none;
}#tab-leads_tab .lead-card-simple:hover{
  border-color:#cbd7ea;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}#tab-leads_tab .lead-person strong,#tab-leads_tab .lead-interest strong,#tab-leads_tab .lead-next-step strong,#tab-leads_tab .lead-phone a,#tab-leads_tab .lead-phone span{
  font-size:14px;
  color:var(--lead-ink);
}#tab-leads_tab .lead-person strong,#tab-leads_tab .lead-next-step strong{
  font-weight:650;
}#tab-leads_tab .lead-person small,#tab-leads_tab .lead-phone small,#tab-leads_tab .lead-next-step span,#tab-leads_tab .lead-list-status small{
  font-size:11px;
  font-weight:400;
  color:var(--lead-muted);
}#tab-leads_tab .lead-card-simple .lead-action-row{
  display:grid!important;
  grid-template-columns:1fr;
  gap:6px;
}#tab-leads_tab .lead-card-simple .lead-wa,#tab-leads_tab .lead-card-simple .lead-call,#tab-leads_tab .lead-card-simple .lead-inline-action{
  min-height:34px;
  border-radius:10px;
  font-size:11px;
  font-weight:600;
}#tab-leads_tab .lead-card-simple .lead-wa{
  background:var(--lead-green)!important;
  border-color:#12813c!important;
}.lead-drawer.open{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
}.lead-drawer-panel.lead-drawer-pro{
  width:min(760px,calc(100vw - 48px))!important;
  max-height:90vh!important;
  border-radius:24px!important;
  background:#f6f8fc;
  overflow:auto;
}.lead-drawer-pro .lead-drawer-hero{
  padding:18px 20px 14px;
  background:#fff;
}.lead-drawer-pro .lead-drawer-identity h3{
  font-size:26px;
  font-weight:700;
}.lead-drawer-tabs{
  display:grid!important;
  grid-template-columns:1fr 1fr 1.25fr;
  gap:8px;
  padding:12px 18px 4px;
  overflow:visible!important;
}.lead-drawer-tabs button{
  min-width:0;
  min-height:42px;
  white-space:normal;
}.lead-customer-request{
  border-radius:18px;
  background:#fff;
}.lead-customer-request p{
  font-size:16px;
  font-weight:400;
}.lead-drawer-primary-action{
  grid-template-columns:1.4fr .8fr;
}.lead-drawer-primary-action .lead-whatsapp-cta{
  background:var(--lead-green,#16a34a)!important;
  border-color:#12813c!important;
  box-shadow:0 14px 28px rgba(22,163,74,.18);
}.lead-workflow-actions{
  grid-template-columns:repeat(4,minmax(0,1fr));
}.lead-workflow-actions button{
  text-align:right;
}.lead-workflow-row,.lead-appointment-box{
  grid-template-columns:minmax(0,1fr) minmax(220px,.8fr);
}.lead-appointment-box{
  align-items:start;
}.lead-appointment-box > label:last-child{
  grid-column:1 / -1;
}.lead-drawer-pro .lead-notes-section{
  grid-template-columns:1fr;
}.lead-conversation-thread{
  max-height:300px;
}@media(max-width:1080px){#tab-leads_tab .leads-center-head,#tab-leads_tab .leads-head-actions,#tab-leads_tab .lead-filter-bar-modern,#tab-leads_tab .lead-table-head,#tab-leads_tab .lead-card-simple{
    grid-template-columns:1fr!important;
  }#tab-leads_tab .lead-table-head{
    display:none!important;
  }#tab-leads_tab .lead-card-simple{
    gap:0;
    padding:0;
    overflow:hidden;
  }#tab-leads_tab .lead-person,#tab-leads_tab .lead-phone,#tab-leads_tab .lead-list-status,#tab-leads_tab .lead-interest,#tab-leads_tab .lead-next-step,#tab-leads_tab .lead-actions{
    padding:12px 14px!important;
    border-top:1px solid #eef2f7;
  }#tab-leads_tab .lead-person{
    border-top:0;
    background:#fbfcff;
  }#tab-leads_tab .lead-card-simple .lead-action-row{
    grid-template-columns:1fr 1fr 1fr;
  }}@media(max-width:760px){#tab-leads_tab .leads-sales-center{
    padding:0;
    background:transparent;
  }#tab-leads_tab .leads-center-head{
    border-radius:20px;
  }#tab-leads_tab .leads-head-actions{
    grid-template-columns:1fr 1fr!important;
  }#tab-leads_tab .lead-display-toggle,#tab-leads_tab .lead-tools-menu{
    grid-column:1 / -1;
  }#tab-leads_tab .lead-tools-menu div{
    position:static;
    margin-top:8px;
    box-shadow:none;
  }#tab-leads_tab .lead-quick-tabs{
    grid-template-columns:1fr!important;
  }#tab-leads_tab .lead-quick-tabs button{
    min-height:48px;
  }#tab-leads_tab .lead-card-simple .lead-action-row{
    grid-template-columns:1fr 1fr!important;
  }#tab-leads_tab .lead-card-simple .lead-inline-action{
    grid-column:1 / -1;
  }.lead-drawer.open{
    padding:0!important;
    align-items:stretch!important;
  }.lead-drawer-panel.lead-drawer-pro{
    width:100%!important;
    max-height:100dvh!important;
    height:100dvh!important;
    border-radius:0!important;
  }.lead-drawer-tabs{
    grid-template-columns:1fr!important;
    padding:10px 12px 4px;
  }.lead-drawer-primary-action,.lead-workflow-actions,.lead-workflow-row,.lead-appointment-box{
    grid-template-columns:1fr!important;
  }.lead-drawer-pro .lead-drawer-footer{
    grid-template-columns:1fr 1fr!important;
  }.lead-drawer-pro .lead-drawer-footer .lead-save-main{
    grid-column:1 / -1;
  }}/* dealer-admin-mobile-compact-header-v1
   Compact sticky admin header on mobile: brand/logo/menu only while scrolling,with the full admin navigation available from a fixed menu panel. */
.admin-mobile-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  border:1px solid #dbe3ef;
  background:#fff;
  color:#111827;
  border-radius:12px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  flex:0 0 auto;
  box-shadow:0 10px 26px rgba(15,23,42,.08);
}.admin-mobile-menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transition:transform .18s ease,opacity .18s ease;
}/* dealer-admin-mobile-hamburger-only-v1 */
@media(max-width:760px){
  .admin-panel.open .admin-nav-groups,
  .admin-panel.open.leads-workspace-mode .admin-nav-groups{
    display:none!important;
  }
  .admin-panel.open .admin-mobile-menu-toggle{
    display:flex!important;
  }
  .admin-panel.open.admin-mobile-menu-open .admin-nav-groups,
  .admin-panel.open.leads-workspace-mode.admin-mobile-menu-open .admin-nav-groups{
    position:fixed!important;
    inset:58px 10px auto 10px!important;
    z-index:119!important;
    display:block!important;
    width:auto!important;
    max-width:none!important;
    max-height:min(74vh,620px)!important;
    overflow:auto!important;
    margin:0!important;
    padding:12px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dbe3ef!important;
    box-shadow:0 28px 80px rgba(15,23,42,.24)!important;
  }
  .admin-panel.open.admin-mobile-menu-open .admin-nav-group,
  .admin-panel.open.leads-workspace-mode.admin-mobile-menu-open .admin-nav-group{
    display:block!important;
  }
}/* whatsapp-chat-scroll-fix-v1
   Keep the WhatsApp conversation itself scrollable inside the leads workspace.
   Grid/flex children need min-height:0 or the message list expands instead of scrolling. */
#tab-leads_tab .lead-whatsapp-workbench{
  height:min(76vh,780px);
  min-height:520px;
  overflow:hidden!important;
}#tab-leads_tab .lead-whatsapp-active-chat,#tab-leads_tab .lead-whatsapp-panel.embedded{
  min-height:0!important;
  overflow:hidden!important;
}#tab-leads_tab .lead-whatsapp-panel.embedded{
  height:100%;
  grid-template-rows:auto minmax(0,1fr) auto;
}#tab-leads_tab .lead-whatsapp-thread{
  min-height:0!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  align-content:start!important;
}#tab-leads_tab .lead-whatsapp-thread::after{
  content:'';
  display:block;
  height:2px;
}@media(max-width:760px){#tab-leads_tab .lead-whatsapp-workbench{
    height:auto;
    min-height:0;
    overflow:visible!important;
  }#tab-leads_tab .lead-whatsapp-active-chat{
    min-height:72vh;
  }#tab-leads_tab .lead-whatsapp-panel.embedded{
    height:72vh;
    min-height:520px!important;
    border-radius:18px;
  }#tab-leads_tab .lead-whatsapp-thread{
    padding:14px!important;
  }#tab-leads_tab .lead-whatsapp-attribution{
    grid-template-columns:56px minmax(0,1fr);
    padding:8px;
  }#tab-leads_tab .lead-whatsapp-attribution img{
    width:56px;
    height:56px;
  }}/* dealer-admin-lead-mobile-treatment-workspace-v1 */
.lead-tab-label-mobile{display:none}@media(max-width:760px){.lead-drawer.open{
    padding:0!important;
    align-items:stretch!important;
    background:#eef2f7!important;
  }.lead-drawer-panel.lead-drawer-pro{
    width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    overflow:hidden!important;
    border-radius:0!important;
    background:#f5f7fb!important;
    box-shadow:none!important;
  }.lead-drawer-pro .lead-drawer-hero{
    min-height:0!important;
    padding:10px 12px 8px!important;
    align-items:center!important;
    border-bottom:1px solid #e5eaf2!important;
    background:#fff!important;
  }.lead-drawer-pro .lead-drawer-identity span{display:none!important}.lead-drawer-pro .lead-drawer-identity h3{
    max-width:265px!important;
    margin:0 0 2px!important;
    font-size:18px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }.lead-drawer-pro .lead-drawer-identity p{
    max-width:275px!important;
    margin:0!important;
    font-size:10.5px!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }.lead-drawer-pro .lead-drawer-head-actions{
    flex-direction:row!important;
    align-items:center!important;
    gap:6px!important;
  }.lead-drawer-pro .lead-drawer-head-actions .lead-status{
    padding:4px 7px!important;
    font-size:10px!important;
  }.lead-drawer-pro .lead-drawer-head-actions button{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border-radius:12px!important;
  }.lead-drawer-pro .lead-drawer-tabs{
    display:grid!important;
    grid-template-columns:.78fr .78fr 1fr 1.12fr!important;
    gap:5px!important;
    min-height:0!important;
    padding:7px 8px!important;
    overflow:visible!important;
    background:#fff!important;
    border-bottom:1px solid #e5eaf2!important;
  }.lead-drawer-pro .lead-drawer-tabs button{
    width:auto!important;
    min-width:0!important;
    min-height:38px!important;
    padding:7px 4px!important;
    border-radius:10px!important;
    font-size:11px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }.lead-tab-label-desktop{display:none!important}.lead-tab-label-mobile{display:inline!important}.lead-drawer-pro .lead-drawer-tab-panel{
    min-height:0!important;
    padding:8px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch;
    scroll-padding-bottom:18px;
  }.lead-drawer-pro .lead-drawer-tab-panel.active[data-lead-panel="work"]{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    align-content:start!important;
  }.lead-drawer-pro .lead-duplicate-notice,.lead-drawer-pro .lead-customer-unified-card,.lead-drawer-pro .lead-editor-section{
    margin:0!important;
    padding:10px!important;
    border-radius:14px!important;
    box-shadow:none!important;
  }.lead-drawer-pro .lead-customer-unified-card{gap:8px!important}.lead-drawer-pro .lead-customer-unified-head strong{font-size:15px!important}.lead-drawer-pro .lead-customer-unified-head small,.lead-drawer-pro .lead-customer-unified-head span{font-size:10px!important}.lead-drawer-pro .lead-customer-unified-metrics{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
  }.lead-drawer-pro .lead-customer-unified-metrics div{
    padding:7px 5px!important;
    border-radius:10px!important;
    text-align:center!important;
  }.lead-drawer-pro .lead-customer-unified-metrics span{font-size:9px!important}.lead-drawer-pro .lead-customer-unified-metrics strong{font-size:11px!important}.lead-drawer-pro .lead-customer-unified-list{display:none!important}.lead-drawer-pro .lead-business-grid{
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
  }.lead-drawer-pro .lead-business-grid label,.lead-drawer-pro .lead-workflow-row label,.lead-drawer-pro .lead-appointment-box label{font-size:10.5px!important}.lead-drawer-pro .lead-business-grid input,.lead-drawer-pro .lead-business-grid select,.lead-drawer-pro .lead-workflow-row input,.lead-drawer-pro .lead-appointment-box input{
    min-height:40px!important;
    padding-inline:9px!important;
    border-radius:10px!important;
    font-size:12px!important;
  }.lead-drawer-pro .lead-workflow-title{margin-bottom:7px!important}.lead-drawer-pro .lead-workflow-title span{font-size:14px!important}.lead-drawer-pro .lead-workflow-title small{font-size:10px!important}.lead-drawer-pro .lead-workflow-actions{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
  }.lead-drawer-pro .lead-workflow-actions button{
    min-height:39px!important;
    padding:5px 3px!important;
    border-radius:10px!important;
    font-size:11px!important;
  }.lead-drawer-pro .lead-workflow-row,.lead-drawer-pro .lead-appointment-box{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }.lead-drawer-pro .lead-reminder-shortcuts{gap:5px!important}.lead-drawer-pro .lead-reminder-shortcuts button{
    min-height:34px!important;
    padding:5px!important;
    font-size:10.5px!important;
  }.lead-drawer-pro .lead-drawer-primary-action{
    display:grid!important;
    grid-template-columns:1.25fr .75fr .75fr!important;
    gap:5px!important;
    margin:0!important;
  }.lead-drawer-pro .lead-drawer-primary-action > *{
    min-width:0!important;
    min-height:40px!important;
    padding:7px 5px!important;
    border-radius:11px!important;
    font-size:10.5px!important;
    white-space:normal!important;
  }.lead-drawer-pro .lead-notes-section .lead-conversation-thread{
    min-height:110px!important;
    max-height:180px!important;
  }.lead-drawer-pro #lead-drawer-new-note{
    min-height:58px!important;
    max-height:72px!important;
  }.lead-drawer-pro .lead-drawer-footer{
    position:relative!important;
    bottom:auto!important;
    display:grid!important;
    grid-template-columns:1.3fr 1fr 1fr!important;
    gap:5px!important;
    margin:0!important;
    padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;
    border-top:1px solid #dfe5ee!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 -8px 24px rgba(15,23,42,.08)!important;
  }.lead-drawer-pro .lead-drawer-footer button{
    min-height:42px!important;
    padding:7px 4px!important;
    border-radius:11px!important;
    font-size:10.5px!important;
  }.lead-drawer-pro .lead-drawer-footer .lead-delete-btn{display:none!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view{
    grid-template-rows:auto auto minmax(0,1fr)!important;
  }}/* dealer-admin-leads-mobile-whatsapp-workspace-v5
   Mobile-first pass for the new Leads / WhatsApp split workspace. */
@media(max-width:820px){
  #adminPanel.open.leads-workspace-mode,
  #tab-leads_tab,
  #tab-leads_tab *{
    max-width:100%;
    box-sizing:border-box;
  }
  #tab-leads_tab{
    overflow-x:hidden!important;
  }
  #tab-leads_tab .leads-sales-center{
    gap:10px;
    overflow-x:hidden!important;
  }
  #tab-leads_tab .leads-center-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px;
    padding:14px!important;
    border-radius:20px!important;
  }
  #tab-leads_tab .leads-center-head h2{
    font-size:22px!important;
    line-height:1.15;
  }
  #tab-leads_tab .leads-center-head p{
    font-size:12px!important;
  }
  #tab-leads_tab .leads-head-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%;
  }
  #tab-leads_tab .lead-display-toggle,
  #tab-leads_tab .lead-tools-menu{
    grid-column:1 / -1;
  }
  #tab-leads_tab .lead-display-toggle,
  #tab-leads_tab .lead-workspace-switch{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    border-radius:16px!important;
  }
  #tab-leads_tab .lead-workspace-switch{
    position:sticky;
    top:8px;
    z-index:20;
    padding:5px!important;
    background:rgba(248,250,252,.94)!important;
    backdrop-filter:blur(12px);
  }
  #tab-leads_tab .lead-workspace-switch button,
  #tab-leads_tab .lead-display-toggle button,
  #tab-leads_tab .leads-refresh-btn{
    min-width:0!important;
    width:100%!important;
    min-height:44px!important;
    border-radius:13px!important;
    font-size:12px!important;
    white-space:normal!important;
  }
  #tab-leads_tab .lead-tools-menu summary{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
  }
  #tab-leads_tab .lead-tools-menu div{
    position:static!important;
    width:100%!important;
    margin-top:8px!important;
    box-shadow:none!important;
  }
  #tab-leads_tab .lead-workspace-panel{
    gap:10px!important;
    overflow-x:hidden!important;
  }
  #tab-leads_tab .lead-filter-bar-modern{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  #tab-leads_tab .lead-filter-bar-modern input,
  #tab-leads_tab .lead-filter-bar-modern select,
  #tab-leads_tab .lead-advanced-filters summary{
    width:100%!important;
    min-height:44px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  #tab-leads_tab .lead-advanced-filter-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  #tab-leads_tab .lead-advanced-filter-grid label{
    display:flex!important;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    min-height:44px;
    padding:0 10px;
    border:1px solid #dbe4ef;
    border-radius:12px;
    background:#fff;
  }
  #tab-leads_tab .lead-quick-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  #tab-leads_tab .lead-quick-tabs button{
    min-height:46px!important;
    padding:8px 10px!important;
    border-radius:14px!important;
  }
  #tab-leads_tab .lead-list-group{
    padding:8px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  #tab-leads_tab .lead-card-simple{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    min-width:0!important;
    gap:0!important;
    padding:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  #tab-leads_tab .lead-card-simple .lead-person,
  #tab-leads_tab .lead-card-simple .lead-phone,
  #tab-leads_tab .lead-card-simple .lead-list-status,
  #tab-leads_tab .lead-card-simple .lead-interest,
  #tab-leads_tab .lead-card-simple .lead-next-step{
    display:grid!important;
    grid-template-columns:78px minmax(0,1fr)!important;
    align-items:start!important;
    gap:4px 10px!important;
    padding:11px 12px!important;
    border-top:1px solid #eef3f8;
    text-align:right!important;
  }
  #tab-leads_tab .lead-card-simple .lead-person{
    display:block!important;
    border-top:0;
    padding:13px 12px!important;
  }
  #tab-leads_tab .lead-card-simple .lead-phone::before,
  #tab-leads_tab .lead-card-simple .lead-list-status::before,
  #tab-leads_tab .lead-card-simple .lead-interest::before,
  #tab-leads_tab .lead-card-simple .lead-next-step::before{
    color:#8a94a6;
    font-size:11px;
    font-weight:500;
    line-height:1.3;
  }
  #tab-leads_tab .lead-card-simple .lead-phone::before{content:'טלפון'}
  #tab-leads_tab .lead-card-simple .lead-list-status::before{content:'סטטוס'}
  #tab-leads_tab .lead-card-simple .lead-interest::before{content:'רכב'}
  #tab-leads_tab .lead-card-simple .lead-next-step::before{content:'המשך'}
  #tab-leads_tab .lead-card-simple .lead-actions{
    width:100%!important;
    max-width:none!important;
    padding:12px!important;
    border-top:1px solid #eef3f8;
    background:#fbfdff;
  }
  #tab-leads_tab .lead-card-simple .lead-action-row{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
    max-width:none!important;
  }
  #tab-leads_tab .lead-card-simple .lead-inline-action{
    grid-column:1 / -1;
  }
  #tab-leads_tab .lead-pipeline-board.is-board-view,
  #tab-leads_tab .lead-pipeline-board.is-list-view{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  #tab-leads_tab .lead-pipeline-board.is-board-view .pipeline-column{
    width:100%!important;
    min-width:0!important;
    min-height:auto!important;
    padding:10px!important;
    border-radius:18px!important;
  }
  #tab-leads_tab .pipeline-lead-card{
    width:100%!important;
    min-width:0!important;
  }

  #tab-leads_tab .lead-whatsapp-inbox{
    padding:10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  #tab-leads_tab .lead-whatsapp-inbox-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  #tab-leads_tab .lead-whatsapp-live-tools{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    width:100%!important;
    min-width:0!important;
    justify-content:stretch!important;
  }
  #tab-leads_tab .lead-whatsapp-live-tools small,
  #tab-leads_tab .lead-whatsapp-live-tools em{
    text-align:right!important;
    white-space:normal!important;
  }
  #tab-leads_tab .lead-whatsapp-live-tools em{
    grid-column:1 / -1;
  }
  #tab-leads_tab .lead-whatsapp-inbox-filters{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  #tab-leads_tab .lead-whatsapp-inbox-filters button{
    width:100%!important;
    justify-content:space-between!important;
    border-radius:13px!important;
  }
  #tab-leads_tab .lead-whatsapp-workbench{
    display:grid!important;
    grid-template-columns:1fr!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    border-radius:18px!important;
    background:#f8fafc!important;
  }
  #tab-leads_tab .lead-whatsapp-thread-list{
    max-height:34dvh!important;
    min-height:180px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    border-left:0!important;
    border-bottom:1px solid #dbe5f1!important;
    padding:8px!important;
    scroll-padding:8px;
  }
  #tab-leads_tab .lead-whatsapp-chat-row{
    grid-template-columns:1fr!important;
    gap:7px!important;
    padding:10px!important;
    border-radius:14px!important;
  }
  #tab-leads_tab .lead-whatsapp-chat-row > span{
    justify-self:start!important;
    min-width:0!important;
  }
  #tab-leads_tab .lead-whatsapp-active-chat{
    min-height:0!important;
    display:block!important;
  }
  #tab-leads_tab .lead-whatsapp-panel.embedded{
    height:64dvh!important;
    min-height:460px!important;
    border-radius:0!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
  }
  #tab-leads_tab .lead-whatsapp-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:12px!important;
  }
  #tab-leads_tab .lead-whatsapp-head strong{
    font-size:16px!important;
  }
  #tab-leads_tab .lead-whatsapp-head-tools{
    display:grid!important;
    grid-template-columns:1fr!important;
    min-width:0!important;
    width:100%!important;
  }
  #tab-leads_tab .lead-whatsapp-head-tools select,
  #tab-leads_tab .lead-whatsapp-head-tools button{
    width:100%!important;
    min-height:42px!important;
  }
  #tab-leads_tab .lead-whatsapp-thread{
    min-height:0!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:12px!important;
    align-content:start!important;
  }
  #tab-leads_tab .lead-whatsapp-message{
    width:min(92%,420px)!important;
    padding:10px 11px!important;
    border-radius:15px 15px 15px 6px!important;
    font-size:13px!important;
  }
  #tab-leads_tab .lead-whatsapp-message.outbound{
    border-radius:15px 15px 6px 15px!important;
  }
  #tab-leads_tab .lead-whatsapp-media img,
  #tab-leads_tab .lead-whatsapp-media video{
    max-height:210px!important;
    object-fit:contain!important;
  }
  #tab-leads_tab .lead-whatsapp-composer{
    padding:10px!important;
    background:#fff!important;
    border-top:1px solid #dbe5f1!important;
  }
  #tab-leads_tab .lead-whatsapp-composer textarea{
    min-height:76px!important;
    max-height:130px!important;
    border-radius:14px!important;
    font-size:14px!important;
  }
  #tab-leads_tab .lead-whatsapp-composer-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  #tab-leads_tab .lead-whatsapp-template-row{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
  }
}@media(max-width:760px){.lead-drawer.open{
    align-items:stretch!important;
    justify-content:center!important;
    padding:0!important;
  }.lead-drawer-panel.lead-drawer-pro{
    width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
    padding:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    background:#f6f8fc!important;
  }.lead-drawer-pro .lead-drawer-hero{
    position:sticky;
    top:0;
    z-index:8;
    padding:12px!important;
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:blur(12px);
  }.lead-drawer-pro .lead-drawer-identity h3{
    font-size:20px!important;
    line-height:1.15!important;
    font-weight:650!important;
  }.lead-drawer-pro .lead-drawer-identity p{
    font-size:11px!important;
    line-height:1.35!important;
  }.lead-drawer-head-actions{
    display:flex!important;
    align-items:start!important;
    gap:8px!important;
  }.lead-drawer-head-actions > button{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
  }.lead-drawer-tabs{
    position:sticky;
    top:82px;
    z-index:7;
    display:grid!important;
    grid-template-columns:1fr 1fr 1.15fr!important;
    gap:6px!important;
    padding:8px 10px!important;
    background:#f6f8fc!important;
    overflow:visible!important;
  }.lead-drawer-tabs button{
    min-width:0!important;
    min-height:42px!important;
    padding:0 6px!important;
    border-radius:12px!important;
    font-size:12px!important;
    line-height:1.2!important;
    white-space:normal!important;
  }.lead-drawer-tab-panel{
    padding:0 10px 96px!important;
  }.lead-customer-request,.lead-workflow-section,.lead-editor-section,.lead-appointment-box,.lead-drawer-pro .lead-drawer-summary,.lead-drawer-pro .lead-drawer-car,.lead-drawer-pro .lead-drawer-grid,.lead-whatsapp-panel{
    border-radius:17px!important;
    margin-inline:0!important;
  }.lead-drawer-primary-action,.lead-workflow-actions,.lead-workflow-row,.lead-appointment-box,.lead-drawer-pro .lead-drawer-grid,.lead-drawer-pro .lead-notes-section{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }.lead-drawer-primary-action a,.lead-drawer-primary-action button,.lead-workflow-actions button,.lead-reminder-shortcuts button{
    min-height:46px!important;
    border-radius:13px!important;
  }.lead-drawer-pro .lead-main-notes textarea,.lead-drawer-pro #lead-drawer-new-note{
    min-height:168px!important;
    font-size:14px!important;
    border-radius:15px!important;
  }.lead-drawer-pro .lead-drawer-grid input,.lead-drawer-pro .lead-drawer-grid select,.lead-drawer-pro .lead-next-action input{
    min-height:44px!important;
    border-radius:13px!important;
  }.lead-drawer-pro .lead-drawer-footer{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:12!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    padding:10px!important;
    margin:0!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 -12px 30px rgba(15,23,42,.14)!important;
  }.lead-drawer-pro .lead-drawer-footer .lead-save-main{
    grid-column:1 / -1;
    order:-1;
  }.lead-drawer-pro .lead-drawer-footer button{
    min-height:44px!important;
    border-radius:13px!important;
  }.lead-drawer-pro [data-lead-panel="whatsapp"] .lead-whatsapp-panel{
    height:calc(100dvh - 220px)!important;
    min-height:430px!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    overflow:hidden!important;
  }.lead-drawer-pro [data-lead-panel="whatsapp"] .lead-whatsapp-thread{
    min-height:0!important;
    max-height:none!important;
    overflow-y:auto!important;
    padding:12px!important;
  }}@media(max-width:420px){#tab-leads_tab .leads-head-actions,#tab-leads_tab .lead-quick-tabs,#tab-leads_tab .lead-whatsapp-inbox-filters,#tab-leads_tab .lead-whatsapp-template-row{
    grid-template-columns:1fr!important;
  }#tab-leads_tab .lead-card-simple .lead-action-row{
    grid-template-columns:1fr!important;
  }.lead-drawer-tabs{
    grid-template-columns:1fr!important;
    top:76px;
  }.lead-drawer-tab-panel{
    padding-top:4px!important;
  }}/* dealer-admin-whatsapp-owner-leads */
#tab-leads_tab .lead-whatsapp-owner-leads{
  margin-top:16px;
  padding:16px;
  border:1px solid #dbe5f1;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  overflow:hidden;
}#tab-leads_tab .lead-whatsapp-owner-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}#tab-leads_tab .lead-whatsapp-owner-head div{
  display:grid;
  gap:4px;
}#tab-leads_tab .lead-whatsapp-owner-head span{
  color:#2563eb;
  font-size:12px;
  font-weight:700;
}#tab-leads_tab .lead-whatsapp-owner-head strong{
  color:#111827;
  font-size:20px;
  font-weight:700;
}#tab-leads_tab .lead-whatsapp-owner-head small{
  color:#64748b;
  font-size:12px;
}#tab-leads_tab .lead-whatsapp-owner-head button{
  min-height:42px;
  padding:0 16px;
  border:1px solid #dbe5f1;
  border-radius:14px;
  background:#fff;
  color:#111827;
  font-weight:650;
  cursor:pointer;
}#tab-leads_tab .lead-whatsapp-owner-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:12px;
}#tab-leads_tab .lead-whatsapp-owner-card{
  display:grid;
  gap:10px;
  min-width:0;
  padding:13px;
  border:1px solid #dbe5f1;
  border-radius:18px;
  background:#fff;
}#tab-leads_tab .lead-whatsapp-owner-main{
  display:grid;
  grid-template-columns:1fr auto;
  gap:4px 10px;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:#111827;
  text-align:right;
  cursor:pointer;
}#tab-leads_tab .lead-whatsapp-owner-main strong,#tab-leads_tab .lead-whatsapp-owner-main span,#tab-leads_tab .lead-whatsapp-owner-main small{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}#tab-leads_tab .lead-whatsapp-owner-main strong{
  font-size:16px;
  font-weight:700;
}#tab-leads_tab .lead-whatsapp-owner-main span{
  color:#334155;
  font-size:13px;
  direction:ltr;
  text-align:left;
}#tab-leads_tab .lead-whatsapp-owner-main small{
  grid-column:1 / -1;
  color:#64748b;
  font-size:12px;
}#tab-leads_tab .lead-whatsapp-owner-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}#tab-leads_tab .lead-whatsapp-owner-meta em{
  padding:5px 10px;
  border-radius:999px;
  background:color-mix(in srgb,var(--lead-status-color,#2563eb) 12%,#fff);
  color:var(--lead-status-color,#2563eb);
  font-size:12px;
  font-style:normal;
  font-weight:700;
}#tab-leads_tab .lead-whatsapp-owner-meta small,#tab-leads_tab .lead-whatsapp-owner-source{
  color:#64748b;
  font-size:12px;
}#tab-leads_tab .lead-whatsapp-owner-source{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}#tab-leads_tab .lead-whatsapp-owner-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}#tab-leads_tab .lead-whatsapp-owner-actions button{
  min-height:38px;
  border:1px solid #dbe5f1;
  border-radius:12px;
  background:#fff;
  color:#111827;
  font-weight:650;
  cursor:pointer;
}#tab-leads_tab .lead-whatsapp-owner-actions button:first-child{
  border-color:#16a34a;
  background:#ecfdf5;
  color:#15803d;
}#tab-leads_tab .lead-whatsapp-owner-empty,#tab-leads_tab .lead-whatsapp-owner-more{
  display:grid;
  place-items:center;
  min-height:92px;
  border:1px dashed #cbd5e1;
  border-radius:16px;
  color:#64748b;
  text-align:center;
}#tab-leads_tab .lead-whatsapp-owner-empty strong{
  color:#111827;
  font-size:16px;
}#tab-leads_tab .lead-whatsapp-owner-empty span,#tab-leads_tab .lead-whatsapp-owner-more{
  font-size:13px;
}@media(max-width:760px){#tab-leads_tab .lead-whatsapp-owner-leads{
    margin-top:12px;
    padding:12px;
    border-radius:18px;
  }#tab-leads_tab .lead-whatsapp-owner-head{
    display:grid;
    grid-template-columns:1fr;
    align-items:stretch;
  }#tab-leads_tab .lead-whatsapp-owner-grid{
    grid-template-columns:1fr;
  }#tab-leads_tab .lead-whatsapp-owner-main{
    grid-template-columns:1fr;
  }#tab-leads_tab .lead-whatsapp-owner-main span{
    text-align:right;
  }#tab-leads_tab .lead-whatsapp-owner-actions{
    grid-template-columns:1fr;
  }}/* dealer-admin-leads-mobile-performance-minimal-v1 */
#tab-leads_tab .lead-load-more-btn{
  width:min(360px,100%);
  margin:8px auto 0;
  min-height:46px;
  border:1px solid #dbe5f1;
  border-radius:14px;
  background:#fff;
  color:#111827;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(15,23,42,.055);
}#tab-leads_tab .lead-mobile-fastbar,#tab-leads_tab .lead-mobile-treat-btn{
  display:none;
}.admin-top-insights{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:1 1 auto;
  min-width:0;
  max-width:720px;
  margin:0 18px;
}.admin-top-insights[hidden]{
  display:none!important;
}.admin-top-insights span{
  min-width:82px;
  min-height:38px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:7px;
  padding:6px 10px;
  border:1px solid #e3e9f2;
  border-radius:13px;
  background:#fff;
  color:#111827;
  box-shadow:0 8px 22px rgba(15,23,42,.045);
}.admin-top-insights span strong{
  font-size:15px;
  font-weight:750;
  line-height:1;
}.admin-top-insights span small{
  font-size:11px;
  font-weight:500;
  color:#667085;
  white-space:nowrap;
}.admin-top-insights span.warn{
  border-color:#fed7aa;
  background:#fff7ed;
}.admin-top-insights span.warn strong{
  color:#c2410c;
}.admin-top-insights span.muted{
  min-width:126px;
  grid-template-columns:1fr;
  gap:2px;
}.admin-top-insights span.muted strong{
  font-size:12px;
  font-weight:650;
  color:#334155;
}/* dealer-admin-leads-desktop-calm-header-v1 */
@media(min-width:761px){
  #tab-leads_tab .leads-sales-center{
    gap:14px;
    background:#f7f8fb;
    border:1px solid #e3e9f2;
    border-radius:18px;
    padding:16px;
    overflow:hidden;
  }
  #tab-leads_tab .leads-center-head{
    display:grid!important;
    grid-template-columns:minmax(230px,.72fr) minmax(360px,1fr) minmax(430px,1.18fr);
    align-items:center;
    gap:14px;
    min-height:auto;
    padding:14px 16px!important;
    border-radius:16px!important;
    background:#fff;
    border:1px solid #e3e9f2;
    box-shadow:0 8px 24px rgba(15,23,42,.035);
  }
  #tab-leads_tab .leads-center-head > div:first-child{
    display:grid;
    gap:2px;
    justify-items:start;
    text-align:right;
    min-width:0;
  }
  #tab-leads_tab .leads-center-kicker{
    font-size:11px!important;
    color:#64748b!important;
    font-weight:500!important;
    letter-spacing:0!important;
  }
  #tab-leads_tab .leads-center-head h2{
    margin:0!important;
    font-size:25px!important;
    line-height:1.08!important;
    color:#111827!important;
    font-weight:750!important;
  }
  #tab-leads_tab .leads-center-head p{
    font-size:12px!important;
    color:#64748b!important;
    font-weight:450!important;
    white-space:nowrap;
  }
  #tab-leads_tab .lead-workspace-switch{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(112px,1fr));
    justify-self:center;
    width:100%!important;
    max-width:560px!important;
    min-width:0!important;
    padding:4px!important;
    gap:4px!important;
    border-radius:14px!important;
    background:#f3f6fa!important;
    border:1px solid #dfe7f1!important;
    box-shadow:none!important;
  }
  #tab-leads_tab .lead-workspace-switch button{
    min-height:38px!important;
    padding:6px 10px!important;
    border-radius:11px!important;
    gap:7px!important;
    color:#526174!important;
    font-size:12px!important;
    font-weight:550!important;
    letter-spacing:0!important;
  }
  #tab-leads_tab .lead-workspace-switch button strong{
    min-width:22px!important;
    height:22px!important;
    font-size:10px!important;
    font-weight:650!important;
    background:#e2e8f0!important;
    color:#334155!important;
  }
  #tab-leads_tab .lead-workspace-switch button.active{
    background:#111827!important;
    color:#fff!important;
    box-shadow:0 8px 18px rgba(15,23,42,.12)!important;
  }
  #tab-leads_tab .lead-workspace-switch button.whatsapp.active{
    background:#128c4b!important;
  }
  #tab-leads_tab .lead-workspace-switch button.active strong{
    background:#fff!important;
    color:#111827!important;
  }
  #tab-leads_tab .leads-head-actions{
    display:grid!important;
    grid-template-columns:minmax(150px,1fr) minmax(112px,.72fr) minmax(112px,.72fr) minmax(92px,.55fr) minmax(92px,.55fr);
    gap:7px!important;
    align-items:center!important;
    justify-self:stretch;
    overflow:visible!important;
  }
  #tab-leads_tab .lead-display-toggle{
    min-height:38px;
    padding:4px!important;
    border-radius:13px!important;
    background:#f3f6fa!important;
    border:1px solid #dfe7f1!important;
  }
  #tab-leads_tab .lead-display-toggle button{
    min-height:30px!important;
    padding:5px 9px!important;
    border-radius:10px!important;
    font-size:12px!important;
    font-weight:550!important;
    color:#526174!important;
  }
  #tab-leads_tab .lead-display-toggle button.active{
    background:#fff!important;
    color:#111827!important;
    box-shadow:0 6px 14px rgba(15,23,42,.08)!important;
  }
  #tab-leads_tab .leads-refresh-btn,
  #tab-leads_tab .lead-tools-menu summary{
    min-height:38px!important;
    padding:7px 12px!important;
    border-radius:12px!important;
    font-size:12px!important;
    font-weight:600!important;
    box-shadow:none!important;
    white-space:nowrap!important;
  }
  #tab-leads_tab .lead-main-create{
    background:#111827!important;
    color:#fff!important;
    border-color:#111827!important;
  }
  #tab-leads_tab .leads-refresh-btn.secondary,
  #tab-leads_tab .lead-tools-menu summary{
    background:#fff!important;
    color:#334155!important;
    border:1px solid #dfe7f1!important;
  }
  #tab-leads_tab .lead-tools-menu div{
    left:0!important;
    right:auto!important;
    min-width:170px!important;
    border-radius:12px!important;
    box-shadow:0 14px 34px rgba(15,23,42,.11)!important;
  }
  #tab-leads_tab .lead-tools-menu button{
    min-height:34px!important;
    border-radius:10px!important;
    font-size:12px!important;
    font-weight:500!important;
  }
  #tab-leads_tab .lead-quick-tabs{
    gap:7px!important;
  }
  #tab-leads_tab .lead-quick-tabs button{
    min-height:46px!important;
    border-radius:13px!important;
    padding:8px 11px!important;
    font-weight:500!important;
  }
  #tab-leads_tab .lead-quick-tabs button span{
    font-size:12px!important;
    font-weight:550!important;
  }
  #tab-leads_tab .lead-quick-tabs button strong{
    min-width:24px!important;
    height:24px!important;
    font-size:11px!important;
    font-weight:650!important;
  }
}/* dealer-admin-leads-desktop-ux-header-v2 */
@media(min-width:761px){
  .admin-panel.open.leads-workspace-mode .a-top{
    display:grid!important;
    grid-template-columns:minmax(230px,auto) minmax(360px,720px) auto;
    gap:14px;
    align-items:center;
  }
  .admin-panel.open.leads-workspace-mode .admin-top-brand{
    min-width:0;
  }
  .admin-panel.open.leads-workspace-mode .admin-top-actions{
    justify-content:flex-end;
    min-width:0;
  }
  .admin-panel.open.leads-workspace-mode .a-wrap{
    width:min(calc(100% - 44px),1600px)!important;
    max-width:1600px!important;
    padding:18px 18px 48px!important;
    gap:14px!important;
    overflow-x:hidden!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-groups{
    position:sticky!important;
    top:76px!important;
    z-index:8!important;
    width:100%!important;
    max-width:1600px!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    max-height:none!important;
    overflow:visible!important;
    padding:9px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid #e3e9f2!important;
    box-shadow:0 10px 28px rgba(15,23,42,.055)!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-label,
  .admin-panel.open.leads-workspace-mode .admin-nav-sublabel{
    display:none!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-group,
  .admin-panel.open.leads-workspace-mode .admin-nav-subgroup,
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible-body{
    display:flex!important;
    flex:0 1 auto!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible{
    flex:0 1 auto!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-toggle{
    width:auto!important;
    min-height:36px!important;
    margin:0!important;
    padding:8px 12px!important;
    border-radius:12px!important;
    background:#f8fafc!important;
    border:1px solid #e3e9f2!important;
    color:#475569!important;
    font-size:12px!important;
    font-weight:650!important;
  }
  .admin-panel.open.leads-workspace-mode .a-tab{
    width:auto!important;
    min-height:36px!important;
    margin:0!important;
    padding:8px 12px!important;
    border-radius:12px!important;
    white-space:nowrap!important;
    font-size:12px!important;
    font-weight:600!important;
    color:#475569!important;
    background:#fff!important;
    border:1px solid #e3e9f2!important;
    box-shadow:none!important;
  }
  .admin-panel.open.leads-workspace-mode .a-tab.active{
    background:#111827!important;
    border-color:#111827!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(15,23,42,.12)!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible:not([open]) .admin-nav-collapsible-body{
    display:none!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab{
    width:100%!important;
    max-width:1600px!important;
    overflow-x:hidden!important;
  }
  #tab-leads_tab .leads-sales-center{
    padding:14px!important;
    gap:12px!important;
  }
  #tab-leads_tab .leads-center-head{
    grid-template-columns:minmax(180px,.58fr) minmax(280px,.86fr) minmax(420px,1.06fr)!important;
    gap:12px!important;
    padding:13px 15px!important;
    overflow:hidden!important;
  }
  #tab-leads_tab .lead-workspace-switch{
    max-width:520px!important;
    grid-template-columns:repeat(auto-fit,minmax(96px,1fr))!important;
    align-self:center!important;
  }
  #tab-leads_tab .lead-workspace-switch button{
    min-height:34px!important;
    padding:5px 8px!important;
    font-size:11px!important;
  }
  #tab-leads_tab .lead-workspace-switch button strong{
    min-width:20px!important;
    height:20px!important;
    font-size:9px!important;
  }
  #tab-leads_tab .leads-head-actions{
    grid-template-columns:minmax(132px,.95fr) minmax(98px,.7fr) minmax(98px,.7fr) minmax(82px,.55fr) minmax(92px,.58fr)!important;
    gap:6px!important;
  }
  #tab-leads_tab .lead-display-toggle,
  #tab-leads_tab .leads-refresh-btn,
  #tab-leads_tab .lead-tools-menu summary{
    min-height:34px!important;
  }
  #tab-leads_tab .lead-display-toggle button,
  #tab-leads_tab .leads-refresh-btn,
  #tab-leads_tab .lead-tools-menu summary{
    font-size:11px!important;
  }
}@media(min-width:761px) and (max-width:1350px){#tab-leads_tab .leads-center-head{
    grid-template-columns:1fr 1fr!important;
  }#tab-leads_tab .leads-center-head > div:first-child{
    grid-column:1;
  }#tab-leads_tab .lead-workspace-switch{
    grid-column:2;
  }#tab-leads_tab .leads-head-actions{
    grid-column:1/-1;
    grid-template-columns:minmax(140px,1fr) repeat(4,minmax(96px,.7fr))!important;
  }}@media(max-width:760px){html,body,#tab-leads_tab{
    max-width:100%;
    overflow-x:hidden!important;
  }#tab-leads_tab,#tab-leads_tab *{
    box-sizing:border-box;
  }#tab-leads_tab .leads-center-head{
    padding:12px!important;
    border-radius:18px!important;
  }#tab-leads_tab .leads-center-head h2{
    font-size:21px!important;
    line-height:1.18!important;
    margin:3px 0!important;
  }#tab-leads_tab .leads-center-head p,#tab-leads_tab .leads-center-kicker{
    display:none!important;
  }#tab-leads_tab .leads-head-actions{
    display:none!important;
  }#tab-leads_tab .lead-mobile-fastbar{
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:6px;
    width:100%!important;
    margin:0 0 8px;
  }#tab-leads_tab .lead-mobile-fastbar button{
    min-width:0;
    min-height:36px;
    border:1px solid #dbe5f1;
    border-radius:11px;
    background:#fff;
    color:#111827;
    font:700 12px 'Heebo',sans-serif;
    box-shadow:0 5px 14px rgba(15,23,42,.045);
  }#tab-leads_tab .lead-mobile-fastbar button.primary{
    border-color:#111827;
    background:#111827;
    color:#fff;
  }#tab-leads_tab .lead-workspace-switch,#tab-leads_tab .lead-quick-tabs,#tab-leads_tab .lead-whatsapp-inbox-filters{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    margin-inline:0!important;
    padding-inline:0!important;
    gap:7px!important;
  }#tab-leads_tab .lead-workspace-switch button,#tab-leads_tab .lead-quick-tabs button,#tab-leads_tab .lead-whatsapp-inbox-filters button{
    width:100%!important;
    min-width:0!important;
    flex:auto!important;
    scroll-snap-align:none!important;
    min-height:34px!important;
    padding:6px 8px!important;
    border-radius:11px!important;
    font-size:11px!important;
  }#tab-leads_tab .lead-workspace-switch button strong,#tab-leads_tab .lead-quick-tabs button strong,#tab-leads_tab .lead-whatsapp-inbox-filters button strong{
    min-width:20px!important;
    height:20px!important;
    font-size:10px!important;
  }#tab-leads_tab .lead-filter-bar-modern{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-height:54px!important;
    overflow:hidden!important;
    padding:8px!important;
    border-radius:16px!important;
    transition:max-height .22s ease, box-shadow .22s ease;
  }#tab-leads_tab .lead-filter-bar-modern input,#tab-leads_tab .lead-filter-bar-modern select{
    width:100%!important;
    min-width:0!important;
    min-height:38px!important;
    font-size:12px!important;
    border-radius:11px!important;
  }#tab-leads_tab .lead-filter-bar-modern:not(.mobile-open) select,#tab-leads_tab .lead-filter-bar-modern:not(.mobile-open) details{
    display:none!important;
  }#tab-leads_tab .lead-filter-bar-modern.mobile-open{
    max-height:480px!important;
    box-shadow:0 16px 40px rgba(15,23,42,.12)!important;
  }#tab-leads_tab .lead-advanced-filter-grid{
    grid-template-columns:1fr!important;
  }#tab-leads_tab .lead-advanced-filter-grid label{
    justify-content:flex-start!important;
    min-height:42px!important;
  }#tab-leads_tab #leadsContainer{
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
    gap:9px!important;
  }#tab-leads_tab .lead-list-group{
    padding:9px!important;
    border-radius:18px!important;
    width:100%!important;
    min-width:0!important;
  }#tab-leads_tab .lead-list-group-head{
    padding:3px 2px 9px!important;
  }#tab-leads_tab .lead-card-simple{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    min-width:0!important;
    padding:0!important;
    border-radius:17px!important;
    overflow:hidden!important;
  }#tab-leads_tab .lead-card-simple .lead-person{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:3px 8px!important;
    padding:12px!important;
  }#tab-leads_tab .lead-card-simple .lead-person strong{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:16px!important;
    font-weight:700!important;
  }#tab-leads_tab .lead-mobile-treat-btn{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    grid-column:2;
    grid-row:1 / span 2;
    align-self:center;
    min-width:58px;
    min-height:32px;
    border:1px solid #111827;
    border-radius:999px;
    background:#111827;
    color:#fff;
    font:700 12px 'Heebo',sans-serif;
  }#tab-leads_tab .lead-card-simple .lead-person small{
    grid-column:1 / -1!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:11px!important;
  }#tab-leads_tab .lead-card-simple .lead-phone,#tab-leads_tab .lead-card-simple .lead-list-status,#tab-leads_tab .lead-card-simple .lead-interest,#tab-leads_tab .lead-card-simple .lead-next-step{
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr)!important;
    gap:3px 8px!important;
    padding:9px 12px!important;
  }#tab-leads_tab .lead-card-simple .lead-phone small,#tab-leads_tab .lead-card-simple .lead-list-status small{
    display:none!important;
  }#tab-leads_tab .lead-card-simple .lead-phone > *,#tab-leads_tab .lead-card-simple .lead-list-status > *,#tab-leads_tab .lead-card-simple .lead-interest > *,#tab-leads_tab .lead-card-simple .lead-next-step > *{
    min-width:0!important;
  }#tab-leads_tab .lead-card-simple .lead-interest strong,#tab-leads_tab .lead-card-simple .lead-next-step strong,#tab-leads_tab .lead-card-simple .lead-next-step span{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }#tab-leads_tab .lead-card-simple .lead-actions{
    display:none!important;
  }#tab-leads_tab .lead-load-more-btn{
    width:100%!important;
    margin-top:4px!important;
  }#tab-leads_tab .lead-pipeline-board.is-board-view,#tab-leads_tab .lead-pipeline-board.is-list-view{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }#tab-leads_tab .lead-pipeline-board.is-board-view .pipeline-column{
    width:100%!important;
    min-width:0!important;
    min-height:auto!important;
    flex:auto!important;
  }#tab-leads_tab .lead-whatsapp-workbench{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    overflow:hidden!important;
  }#tab-leads_tab .lead-whatsapp-thread-list,#tab-leads_tab .lead-whatsapp-active-chat,#tab-leads_tab .lead-whatsapp-panel.embedded{
    width:100%!important;
    min-width:0!important;
  }#tab-leads_tab .lead-whatsapp-panel.embedded{
    height:62dvh!important;
    min-height:420px!important;
  }}@media(max-width:420px){#tab-leads_tab .lead-workspace-switch,#tab-leads_tab .lead-quick-tabs,#tab-leads_tab .lead-whatsapp-inbox-filters,#tab-leads_tab .leads-head-actions{
    grid-template-columns:1fr!important;
  }}/* dealer-admin-leads-final-nav-flow-fix-v2 */
@media(min-width:761px){
  .admin-panel.open.leads-workspace-mode .a-top{
    position:sticky!important;
    top:0!important;
    z-index:40!important;
    min-height:62px!important;
    padding:9px 28px!important;
    align-items:center!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-top-insights{
    max-width:650px!important;
    margin:0 12px!important;
    gap:6px!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-top-insights span{
    min-height:32px!important;
    min-width:72px!important;
    padding:4px 9px!important;
    border-radius:11px!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-top-insights span strong{
    font-size:13px!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-top-insights span small{
    font-size:10px!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-top-insights span.muted{
    min-width:116px!important;
  }
  .admin-panel.open.leads-workspace-mode .a-wrap{
    display:flex!important;
    flex-direction:column!important;
    width:min(calc(100% - 48px),1600px)!important;
    max-width:1600px!important;
    margin:0 auto!important;
    padding:12px 18px 48px!important;
    gap:12px!important;
    overflow:visible!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-groups{
    position:static!important;
    top:auto!important;
    z-index:auto!important;
    order:0!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    min-height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:8px 10px!important;
    gap:6px!important;
    overflow:visible!important;
    border-radius:16px!important;
    transform:none!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding-top:0!important;
    clear:both!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-label,
  .admin-panel.open.leads-workspace-mode .admin-nav-sublabel{
    display:none!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-group,
  .admin-panel.open.leads-workspace-mode .admin-nav-subgroup,
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible,
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible-body{
    display:flex!important;
    flex:0 1 auto!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  .admin-panel.open.leads-workspace-mode .admin-nav-collapsible:not([open]) .admin-nav-collapsible-body{
    display:none!important;
  }
  .admin-panel.open.leads-workspace-mode .a-tab,
  .admin-panel.open.leads-workspace-mode .admin-nav-toggle{
    flex:0 0 auto!important;
    width:auto!important;
    min-height:34px!important;
    max-width:190px!important;
    margin:0!important;
    padding:7px 10px!important;
    border-radius:11px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
    line-height:1.15!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-sales-center{
    margin-top:0!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-center-head{
    min-height:auto!important;
    margin-top:0!important;
  }
}/* dealer-admin-leads-tools-menu-popover-fix-v1 */
@media(min-width:761px){
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-sales-center,
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-center-head,
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-head-actions{
    overflow:visible!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-center-head{
    position:relative!important;
    z-index:2!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .leads-head-actions{
    grid-template-columns:minmax(132px,1fr) minmax(104px,.72fr) minmax(104px,.72fr) minmax(84px,.5fr) 46px!important;
    align-items:center!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .lead-tools-menu{
    position:relative!important;
    z-index:80!important;
    width:46px!important;
    min-width:46px!important;
    justify-self:end!important;
    overflow:visible!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .lead-tools-menu summary{
    width:46px!important;
    min-width:46px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0!important;
    gap:0!important;
    border-radius:12px!important;
    font-size:18px!important;
    line-height:1!important;
    color:#111827!important;
    background:#fff!important;
    border-color:#d9e2ef!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .lead-tools-menu summary small{
    display:none!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .lead-tools-menu summary span{
    transform:translateY(-2px);
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .lead-tools-menu[open] summary{
    background:#111827!important;
    border-color:#111827!important;
    color:#fff!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .lead-tools-menu div{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    right:auto!important;
    left:0!important;
    z-index:9999!important;
    min-width:180px!important;
    max-width:min(240px,calc(100vw - 40px))!important;
    padding:8px!important;
    border-radius:13px!important;
    background:#fff!important;
    border:1px solid #d9e2ef!important;
    box-shadow:0 18px 44px rgba(15,23,42,.18)!important;
  }
  .admin-panel.open.leads-workspace-mode #tab-leads_tab .lead-tools-menu button{
    width:100%!important;
    min-height:36px!important;
    justify-content:flex-start!important;
    padding:8px 11px!important;
    border-radius:10px!important;
    font-size:12px!important;
    font-weight:600!important;
    text-align:right!important;
  }
}/* dealer-admin-leads-realtime-rep-focus-v1 */
#tab-leads_tab .lead-rep-focus-panel{
  margin:10px 0 12px;
  padding:12px;
  border:1px solid #dbe5f1;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 12px 28px rgba(15,23,42,.045);
}#tab-leads_tab .lead-rep-focus-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}#tab-leads_tab .lead-rep-focus-head span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:650;
}#tab-leads_tab .lead-rep-focus-head strong{
  display:block;
  color:#111827;
  font-size:16px;
  font-weight:750;
}#tab-leads_tab .lead-rep-focus-head button{
  border:1px solid #dbe5f1;
  background:#fff;
  color:#334155;
  border-radius:12px;
  padding:8px 12px;
  font-size:12px;
  font-weight:650;
}#tab-leads_tab .lead-rep-focus-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}#tab-leads_tab .lead-rep-focus-grid button{
  display:grid;
  gap:4px;
  border:1px solid #e2e8f0;
  background:#fff;
  border-radius:14px;
  padding:10px 12px;
  text-align:right;
  cursor:pointer;
}#tab-leads_tab .lead-rep-focus-grid strong{
  color:#111827;
  font-size:18px;
  font-weight:800;
}#tab-leads_tab .lead-rep-focus-grid span{
  color:#64748b;
  font-size:12px;
  font-weight:650;
}#tab-leads_tab .lead-lock-chip{
  display:inline-flex!important;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  padding:4px 8px!important;
  margin-top:5px!important;
  font-size:10px!important;
  font-weight:750!important;
  color:#0f172a!important;
  background:#eef2ff!important;
  border:1px solid #c7d2fe!important;
}#tab-leads_tab .lead-lock-chip.busy{
  color:#92400e!important;
  background:#fffbeb!important;
  border-color:#fde68a!important;
}.lead-treatment-lock{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid #dbe5f1;
  border-radius:15px;
  background:#f8fafc;
  padding:10px 12px;
  margin-bottom:12px;
}.lead-treatment-lock span{
  color:#111827;
  font-size:14px;
  font-weight:750;
}.lead-treatment-lock small{
  color:#64748b;
  font-size:12px;
  font-weight:600;
}.lead-treatment-lock.own{
  background:#ecfdf5;
  border-color:#bbf7d0;
}.lead-treatment-lock.busy{
  background:#fffbeb;
  border-color:#fde68a;
}.lead-activity-timeline{
  margin-top:12px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}.lead-activity-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-bottom:1px solid #eef2f7;
  background:#f8fafc;
}.lead-activity-head span{
  color:#111827;
  font-size:13px;
  font-weight:750;
}.lead-activity-head small{
  color:#64748b;
  font-size:11px;
  font-weight:600;
}.lead-activity-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  padding:10px 12px;
  border-bottom:1px solid #f1f5f9;
}.lead-activity-item:last-child{border-bottom:0}.lead-activity-item strong{
  display:block;
  color:#1f2937;
  font-size:12px;
  font-weight:650;
  line-height:1.45;
}.lead-activity-item small,.lead-activity-item time{
  color:#64748b;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}.lead-activity-empty{
  margin:0;
  padding:14px;
  color:#64748b;
  font-size:12px;
}@media(max-width:980px){#tab-leads_tab .lead-rep-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){#tab-leads_tab .lead-rep-focus-panel{padding:10px;border-radius:14px}#tab-leads_tab .lead-rep-focus-grid{grid-template-columns:1fr 1fr;gap:7px}#tab-leads_tab .lead-rep-focus-grid button{padding:9px}.lead-treatment-lock{align-items:flex-start;flex-direction:column}.lead-activity-item{grid-template-columns:1fr}.lead-activity-item time{white-space:normal}}/* dealer-admin-leads-permissions-duplicates-whatsapp-v1 */
#tab-leads_tab .lead-permission-note{
  padding:12px 14px;
  border:1px solid #dbe5f1;
  border-radius:14px;
  color:#64748b;
  background:#f8fafc;
  font-size:13px;
  font-weight:650;
}#tab-leads_tab .lead-status-readonly,#tab-leads_tab .lead-assignee-readonly,#tab-leads_tab .lead-whatsapp-assignee.readonly{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  width:max-content;
  max-width:100%;
  padding:6px 10px;
  border:1px solid color-mix(in srgb,var(--lead-status-color,#64748b) 30%,#dbe5f1);
  border-radius:999px;
  color:#334155;
  background:color-mix(in srgb,var(--lead-status-color,#64748b) 9%,#fff);
  font-size:12px;
  font-weight:700;
}#tab-leads_tab .lead-duplicate-chip{
  display:inline-flex;
  vertical-align:middle;
  margin-inline-start:6px;
  padding:2px 7px;
  border-radius:999px;
  color:#9a3412;
  background:#ffedd5;
  border:1px solid #fed7aa;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}.lead-duplicate-notice{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
  padding:12px;
  border:1px solid #fed7aa;
  border-radius:16px;
  background:#fff7ed;
}.lead-duplicate-notice span,.lead-duplicate-notice small{
  display:block;
  color:#9a3412;
  font-size:12px;
  font-weight:650;
}.lead-duplicate-notice strong{
  display:block;
  color:#7c2d12;
  font-size:15px;
  font-weight:800;
}.lead-duplicate-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  justify-content:flex-end;
}.lead-duplicate-list button{
  border:1px solid #fdba74;
  background:#fff;
  color:#9a3412;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:750;
}#tab-leads_tab .lead-whatsapp-search{
  min-width:220px;
  height:38px;
  border:1px solid #dbe5f1;
  border-radius:12px;
  background:#fff;
  padding:0 12px;
  color:#0f172a;
  font-size:13px;
  font-weight:650;
}#tab-leads_tab .lead-whatsapp-source-line{
  display:block;
  color:#64748b;
  font-size:11px;
  margin-top:2px;
}.lead-whatsapp-context{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#f8fafc;
}.lead-whatsapp-context span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 9px;
  border:1px solid #dbe5f1;
  border-radius:999px;
  color:#475569;
  background:#fff;
  font-size:12px;
  font-weight:650;
}.lead-whatsapp-context span.needs-reply{
  color:#9a3412;
  background:#fff7ed;
  border-color:#fed7aa;
}.lead-whatsapp-context span.answered{
  color:#166534;
  background:#ecfdf5;
  border-color:#bbf7d0;
}.lead-whatsapp-context button{
  border:1px solid #dbe5f1;
  border-radius:999px;
  background:#fff;
  color:#0f172a;
  padding:7px 11px;
  font-size:12px;
  font-weight:750;
}@media(max-width:760px){.lead-duplicate-notice{grid-template-columns:1fr}.lead-duplicate-list{justify-content:flex-start}#tab-leads_tab .lead-whatsapp-search{min-width:0;width:100%}.lead-whatsapp-context{gap:6px;padding:8px}.lead-whatsapp-context span,.lead-whatsapp-context button{font-size:11px;min-height:28px}}/* dealer-admin-lead-drawer-desktop-stable-v1 */
@media(min-width:1024px){
  .lead-drawer.open{
    align-items:center!important;
    justify-content:center!important;
    padding:18px!important;
    overflow:hidden!important;
  }
  .lead-drawer-panel.lead-drawer-pro{
    width:min(1180px,calc(100vw - 48px))!important;
    height:auto!important;
    max-height:calc(100dvh - 36px)!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }
  .lead-drawer-pro .lead-drawer-hero{
    position:static!important;
    min-height:74px;
    padding:16px 20px 12px!important;
  }
  .lead-drawer-tabs{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    padding:10px 20px 8px!important;
    border-bottom:1px solid #eef2f7;
  }
  .lead-drawer-tabs button{
    min-width:0!important;
    min-height:38px!important;
    padding:0 10px!important;
    white-space:nowrap!important;
  }
  .lead-drawer-tab-panel{
    min-height:0!important;
    padding:14px 20px!important;
    overflow:hidden!important;
  }
  .lead-drawer-tab-panel.active[data-lead-panel="work"]{
    display:grid!important;
    grid-template-columns:minmax(320px,.82fr) minmax(520px,1.18fr)!important;
    grid-template-areas:
      "lock lock"
      "duplicate duplicate"
      "request workflow"
      "actions workflow"
      "notes notes";
    grid-auto-rows:min-content;
    align-content:start;
    gap:10px!important;
  }
  .lead-drawer-tab-panel.active[data-lead-panel="details"]{
    overflow:hidden!important;
  }
  .lead-drawer-pro .lead-treatment-lock{
    grid-area:lock;
    margin:0!important;
    min-height:44px;
  }
  .lead-drawer-pro .lead-duplicate-notice{
    grid-area:duplicate;
    margin:0!important;
  }
  .lead-drawer-pro .lead-customer-request{
    grid-area:request;
    margin:0!important;
    padding:13px 15px!important;
  }
  .lead-drawer-pro .lead-customer-request p{
    font-size:14px!important;
    line-height:1.55!important;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .lead-drawer-pro .lead-drawer-primary-action{
    grid-area:actions;
    display:grid!important;
    grid-template-columns:1.2fr .8fr!important;
    gap:8px!important;
    padding:0!important;
  }
  .lead-drawer-pro .lead-drawer-primary-action a,
  .lead-drawer-pro .lead-drawer-primary-action button{
    min-height:44px!important;
  }
  .lead-drawer-pro .lead-workflow-section{
    grid-area:workflow;
    margin:0!important;
    padding:13px!important;
    gap:10px!important;
  }
  .lead-workflow-title{
    margin:0!important;
  }
  .lead-workflow-actions{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .lead-workflow-actions button{
    min-height:58px!important;
    padding:9px 10px!important;
  }
  .lead-workflow-actions button span{
    font-size:12px!important;
  }
  .lead-workflow-actions button small{
    font-size:10px!important;
  }
  .lead-workflow-row,
  .lead-appointment-box{
    grid-template-columns:minmax(0,1fr) minmax(240px,.78fr)!important;
    gap:8px!important;
    margin-top:0!important;
  }
  .lead-appointment-box{
    padding:10px!important;
  }
  .lead-appointment-box > label:last-child{
    grid-column:1 / -1;
  }
  .lead-drawer-pro .lead-notes-section{
    grid-area:notes;
    display:grid!important;
    grid-template-columns:1.05fr .95fr!important;
    align-items:start;
    gap:10px!important;
    margin:0!important;
    padding:12px!important;
  }
  .lead-drawer-pro .lead-main-notes textarea,
  .lead-drawer-pro #lead-drawer-new-note{
    min-height:96px!important;
    max-height:96px!important;
    resize:none!important;
  }
  .lead-conversation-thread{
    max-height:96px!important;
    overflow:hidden!important;
  }
  .lead-activity-timeline{
    max-height:156px!important;
    overflow:hidden!important;
    margin-top:0!important;
  }
  .lead-activity-item{
    padding:8px 10px!important;
  }
  .lead-drawer-pro .lead-drawer-footer{
    position:static!important;
    display:grid!important;
    grid-template-columns:1.35fr .85fr .85fr auto!important;
    gap:8px!important;
    padding:12px 20px!important;
    margin:0!important;
  }
  .lead-drawer-pro .lead-drawer-footer button{
    min-height:40px!important;
  }
  .lead-drawer-pro [data-lead-panel="whatsapp"].active{
    display:block!important;
  }
  .lead-drawer-pro [data-lead-panel="whatsapp"] .lead-whatsapp-panel{
    height:100%!important;
    max-height:calc(100dvh - 210px)!important;
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    overflow:hidden!important;
  }
  .lead-drawer-pro [data-lead-panel="whatsapp"] .lead-whatsapp-thread{
    min-height:0!important;
    overflow-y:auto!important;
  }
}/* dealer-admin-lead-business-profile-v1 */
.lead-business-profile{
  display:grid;
  gap:12px;
}.lead-business-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}.lead-business-grid label{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#475569;
  font-size:12px;
  font-weight:650;
}.lead-business-grid input,.lead-business-grid select{
  min-height:42px;
  width:100%;
  border:1px solid #d8e0ec;
  border-radius:13px;
  background:#fff;
  color:#111827;
  padding:0 12px;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:500;
}.lead-business-grid input:focus,.lead-business-grid select:focus{
  outline:0;
  border-color:#9eb2d0;
  box-shadow:0 0 0 4px rgba(59,91,219,.08);
}.lead-finance-mini-panel{
  display:grid;
  gap:10px;
  border:1px solid #e6edf7;
  border-radius:16px;
  background:linear-gradient(135deg,#f8fafc,#fff);
  padding:12px;
}.lead-finance-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}.lead-drawer-primary-action .lead-calendar-cta{
  background:#fff;
  color:#334155;
  border:1px solid #d9e3f1;
}.lead-business-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0 22px 12px;
  padding:0;
}.lead-business-summary div{
  border:1px solid #dfe6f2;
  border-radius:14px;
  background:#fff;
  padding:10px 12px;
}.lead-business-summary span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:700;
  margin-bottom:3px;
}.lead-business-summary strong{
  display:block;
  color:#111827;
  font-size:13px;
  font-weight:650;
  line-height:1.35;
}@media(min-width:1024px){.lead-drawer-tab-panel.active[data-lead-panel="work"]{
    grid-template-areas:
      "lock lock"
      "duplicate duplicate"
      "request workflow"
      "business workflow"
      "actions workflow"
      "notes notes";
  }.lead-drawer-pro .lead-business-profile{
    grid-area:business;
    margin:0!important;
    padding:13px!important;
  }.lead-drawer-pro .lead-business-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }.lead-drawer-pro .lead-finance-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }.lead-drawer-pro .lead-business-grid input,.lead-drawer-pro .lead-business-grid select{
    min-height:38px!important;
    border-radius:12px!important;
    font-size:12px!important;
  }.lead-business-summary{
    grid-template-columns:repeat(6,minmax(0,1fr));
    margin:0 18px 12px!important;
  }.lead-business-summary div{
    padding:9px 10px;
  }}@media(max-width:760px){.lead-business-grid,.lead-finance-grid,.lead-business-summary{
    grid-template-columns:1fr!important;
  }}/* dealer-admin-lead-drawer-simplified-workflow-v1 */
.lead-workflow-title-compact{
  align-items:center;
  padding-bottom:2px;
}.lead-workflow-actions-compact{
  display:flex!important;
  flex-wrap:wrap;
  gap:8px!important;
}.lead-workflow-actions-compact button{
  width:auto!important;
  min-width:96px!important;
  min-height:40px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:999px!important;
  padding:0 14px!important;
  text-align:center!important;
}.lead-workflow-actions-compact button span{
  font-size:13px!important;
  font-weight:650!important;
}.lead-workflow-actions-compact button small{
  display:none!important;
}.lead-workflow-actions-compact button.is-active::before{
  float:none!important;
  width:18px!important;
  height:18px!important;
  margin-inline-end:6px;
}.lead-drawer-pro .lead-workflow-section{
  background:#fff!important;
}.lead-drawer-pro .lead-workflow-row{
  padding-top:4px;
  border-top:1px solid #eef2f7;
}.lead-drawer-pro .lead-reminder-box{
  gap:6px;
}.lead-drawer-pro .lead-reminder-box input,.lead-drawer-pro .lead-workflow-row .lead-next-action input{
  min-height:40px!important;
}.lead-drawer-pro .lead-notes-section{
  background:#fff!important;
}.lead-drawer-pro .lead-main-notes textarea{
  background:#f8fafc!important;
}@media(min-width:1024px){.lead-drawer-pro .lead-workflow-section{
    padding:12px!important;
  }.lead-workflow-actions-compact{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }.lead-workflow-actions-compact button{
    min-width:0!important;
    min-height:38px!important;
  }.lead-drawer-pro .lead-notes-section{
    grid-template-columns:minmax(300px,.75fr) minmax(430px,1.25fr)!important;
  }.lead-drawer-pro .lead-main-notes textarea{
    min-height:84px!important;
    max-height:84px!important;
  }.lead-drawer-pro #lead-drawer-new-note{
    min-height:84px!important;
    max-height:84px!important;
  }.lead-conversation-thread{
    max-height:82px!important;
  }}@media(max-width:760px){.lead-workflow-actions-compact{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }.lead-workflow-actions-compact button{
    width:100%!important;
    min-width:0!important;
  }}/* dealer-admin-lead-drawer-conversation-focused-v1 */
.lead-conversation-notes{
  display:grid;
  grid-template-rows:auto minmax(170px,1fr) auto;
  gap:10px;
  min-height:0;
  width:100%;
}.lead-conversation-notes-head{
  align-items:center;
}.lead-conversation-notes-head span{
  font-weight:700!important;
}.lead-conversation-thread{
  min-height:170px;
  max-height:clamp(190px,30dvh,360px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  padding:10px!important;
  border:1px solid #e1e8f3;
  border-radius:16px;
  background:linear-gradient(180deg,#f8fafc,#fff);
}.lead-conversation-thread article{
  padding:10px 12px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid #edf2f7!important;
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}.lead-conversation-thread article + article{
  margin-top:8px;
}.lead-conversation-thread article div{
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.55!important;
  color:#172033!important;
}.lead-conversation-thread small{
  font-size:11px!important;
  font-weight:500!important;
}.lead-drawer-pro #lead-drawer-new-note{
  min-height:72px!important;
  max-height:96px!important;
}@media(min-width:1024px){.lead-drawer.open{
    align-items:flex-start!important;
    justify-content:center!important;
    padding:20px 18px!important;
    overflow:auto!important;
  }.lead-drawer-panel.lead-drawer-pro{
    width:min(1120px,calc(100vw - 56px))!important;
    height:min(840px,calc(100dvh - 40px))!important;
    max-height:calc(100dvh - 40px)!important;
    border-radius:22px!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    box-shadow:0 28px 80px rgba(15,23,42,.28)!important;
  }.lead-drawer-pro .lead-drawer-hero{
    min-height:0!important;
    padding:14px 18px 10px!important;
    align-items:center!important;
  }.lead-drawer-identity h3{
    font-size:22px!important;
    line-height:1.12!important;
    margin:2px 0 4px!important;
    max-width:760px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }.lead-drawer-identity p{
    font-weight:500!important;
  }.lead-drawer-tabs{
    padding:8px 18px!important;
  }.lead-drawer-tab-panel{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:12px 18px!important;
  }.lead-drawer-tab-panel.active[data-lead-panel="work"]{
    grid-template-columns:minmax(300px,.82fr) minmax(480px,1.18fr)!important;
    grid-template-areas:
      "lock lock"
      "duplicate duplicate"
      "request workflow"
      "business workflow"
      "actions notes"
      "notes notes"!important;
    gap:10px!important;
    align-content:start!important;
  }.lead-drawer-pro .lead-customer-request p{
    -webkit-line-clamp:3;
  }.lead-drawer-pro .lead-workflow-section{
    align-self:start!important;
  }.lead-drawer-pro .lead-notes-section{
    grid-area:notes;
    display:block!important;
    min-height:0;
    padding:12px!important;
    background:#fff!important;
  }.lead-drawer-pro .lead-notes-section .lead-conversation-notes{
    min-height:250px;
  }.lead-drawer-pro .lead-notes-section .lead-conversation-thread{
    max-height:clamp(220px,32dvh,380px)!important;
  }.lead-drawer-pro .lead-drawer-footer{
    padding:10px 18px!important;
  }}/* dealer-admin-lead-drawer-clean-workspace-v2 */
.lead-drawer{
  z-index:100000!important;
}@media(min-width:1024px){.lead-drawer.open{
    padding:22px!important;
    background:rgba(15,23,42,.48)!important;
  }.lead-drawer-panel.lead-drawer-pro{
    width:min(1080px,calc(100vw - 64px))!important;
    height:min(800px,calc(100dvh - 44px))!important;
    max-height:calc(100dvh - 44px)!important;
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    overflow:hidden!important;
    border-radius:24px!important;
  }.lead-drawer-pro .lead-drawer-hero{
    padding:16px 20px 12px!important;
    border-bottom:1px solid #eef2f7!important;
  }.lead-drawer-identity h3{
    max-width:680px!important;
    font-size:23px!important;
    line-height:1.18!important;
  }.lead-drawer-tabs{
    padding:10px 20px!important;
    background:#fff!important;
  }.lead-drawer-tabs button{
    min-height:42px!important;
    font-size:13px!important;
    font-weight:650!important;
  }.lead-drawer-tab-panel{
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:14px 20px 18px!important;
  }.lead-drawer-tab-panel.active[data-lead-panel="work"]{
    display:grid!important;
    grid-template-columns:minmax(430px,1fr) minmax(360px,.78fr)!important;
    grid-template-areas:
      "lock lock"
      "duplicate duplicate"
      "workflow business"
      "workflow actions"
      "notes notes"!important;
    gap:12px!important;
    align-items:start!important;
  }.lead-drawer-pro .lead-business-profile{
    grid-area:business!important;
    padding:14px!important;
    margin:0!important;
  }.lead-drawer-pro .lead-business-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }.lead-drawer-pro .lead-drawer-primary-action{
    grid-area:actions!important;
    grid-template-columns:1fr 1fr!important;
    align-self:end!important;
  }.lead-drawer-pro .lead-workflow-section{
    grid-area:workflow!important;
    margin:0!important;
    padding:14px!important;
  }.lead-drawer-pro .lead-workflow-row,.lead-appointment-box{
    grid-template-columns:1fr!important;
  }.lead-drawer-pro .lead-notes-section{
    grid-area:notes!important;
    padding:14px!important;
    margin:0!important;
    min-height:300px!important;
  }.lead-conversation-notes{
    grid-template-rows:auto minmax(190px,1fr) auto!important;
  }.lead-drawer-pro .lead-notes-section .lead-conversation-thread{
    min-height:210px!important;
    max-height:300px!important;
  }.lead-drawer-pro #lead-drawer-new-note{
    min-height:78px!important;
    max-height:92px!important;
    resize:none!important;
  }.lead-drawer-pro .lead-drawer-footer{
    position:static!important;
    bottom:auto!important;
    margin:0!important;
    padding:12px 20px!important;
    border-top:1px solid #eef2f7!important;
    background:#fff!important;
    box-shadow:0 -10px 24px rgba(15,23,42,.04)!important;
  }}@media(max-width:760px){.lead-drawer{
    z-index:100000!important;
  }.lead-drawer-panel.lead-drawer-pro{
    max-height:100dvh!important;
  }.lead-drawer-pro .lead-notes-section{
    padding:12px!important;
  }.lead-conversation-thread{
    min-height:220px!important;
    max-height:42dvh!important;
  }}/* dealer-admin-lead-drawer-centered-desktop-v1 */
@media(min-width:1024px){
  .lead-drawer.open{
    align-items:center!important;
    justify-content:center!important;
    padding:22px!important;
    overflow:hidden!important;
  }
  .lead-drawer-panel.lead-drawer-pro{
    height:min(800px,calc(100dvh - 44px))!important;
    max-height:calc(100dvh - 44px)!important;
    margin:auto!important;
  }
}/* dealer-admin-lead-drawer-details-whatsapp-polish-v1 */
.lead-details-intro{
  display:grid;
  gap:4px;
  padding:14px 16px;
  border:1px solid #dfe7f3;
  border-radius:16px;
  background:linear-gradient(135deg,#fff,#f8fafc);
}.lead-details-intro span{
  color:#64748b;
  font-size:12px;
  font-weight:500;
}.lead-details-intro strong{
  color:#111827;
  font-size:17px;
  font-weight:700;
}.lead-details-intro small{
  color:#64748b;
  font-size:12px;
  font-weight:400;
}.lead-details-admin-grid{
  margin-top:12px;
}.lead-whatsapp-message:has(.lead-whatsapp-media){
  width:min(88%,520px);
}.lead-whatsapp-media.image,.lead-whatsapp-media.video{
  background:#f1f5f9;
}.lead-whatsapp-media.image img,.lead-whatsapp-media.video img,.lead-whatsapp-media.video video{
  max-height:420px;
  object-fit:contain;
  background:#0f172a;
}.lead-whatsapp-media.audio{
  min-width:min(380px,100%);
  background:#f8fafc;
}.lead-whatsapp-media.audio audio{
  min-height:38px;
}@media(min-width:1024px){.lead-drawer-pro [data-lead-panel="details"].active{
    display:block!important;
  }.lead-drawer-pro [data-lead-panel="details"] .lead-details-panel{
    display:grid;
    gap:12px;
    max-width:820px;
    margin:0 auto;
  }.lead-drawer-pro [data-lead-panel="details"] .lead-drawer-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }.lead-drawer-pro [data-lead-panel="details"] .lead-template-bar{
    margin:0!important;
  }.lead-drawer-pro [data-lead-panel="details"] .lead-timeline{
    max-height:260px!important;
    overflow-y:auto!important;
    margin:0!important;
  }.lead-drawer-pro [data-lead-panel="whatsapp"].active{
    display:grid!important;
    min-height:0!important;
  }.lead-drawer-pro [data-lead-panel="whatsapp"] .lead-whatsapp-panel{
    height:100%!important;
    max-height:none!important;
    min-height:0!important;
    margin:0!important;
    border:1px solid #dfe7f3!important;
    border-radius:18px!important;
    background:#fff!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
  }.lead-drawer-pro [data-lead-panel="whatsapp"] .lead-whatsapp-thread{
    min-height:0!important;
    max-height:none!important;
    align-content:start!important;
    padding:18px!important;
    background:linear-gradient(180deg,#f8fafc,#eef3f9)!important;
  }.lead-drawer-pro [data-lead-panel="whatsapp"] .lead-whatsapp-composer{
    background:#fff!important;
    border-top:1px solid #e5edf6!important;
  }}@media(max-width:760px){.lead-details-admin-grid{
    grid-template-columns:1fr!important;
  }.lead-whatsapp-message:has(.lead-whatsapp-media){
    width:100%;
  }.lead-whatsapp-media.image img,.lead-whatsapp-media.video img,.lead-whatsapp-media.video video{
    max-height:320px;
  }}/* dealer-admin-lead-crm-next-level-v1 */
.lead-customer-unified-card,.lead-automation-panel,.lead-quote-panel{
  border:1px solid #dfe7f3;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,23,42,.04);
}.lead-customer-unified-card{
  display:grid;
  gap:12px;
  padding:14px;
}.lead-customer-unified-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}.lead-customer-unified-head span,.lead-quote-panel span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:500;
}.lead-customer-unified-head strong,.lead-quote-panel strong{
  display:block;
  color:#111827;
  font-size:17px;
  font-weight:700;
  line-height:1.25;
}.lead-customer-unified-head small,.lead-quote-panel small{
  color:#64748b;
  font-size:12px;
  font-weight:500;
}.lead-customer-unified-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}.lead-customer-unified-metrics div{
  min-width:0;
  border:1px solid #edf2f7;
  border-radius:14px;
  background:#f8fafc;
  padding:9px 10px;
}.lead-customer-unified-metrics span,.lead-automation-list span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:500;
  line-height:1.45;
}.lead-customer-unified-metrics strong{
  display:block;
  color:#111827;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}.lead-customer-unified-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}.lead-customer-unified-list button{
  min-width:0;
  border:1px solid #edf2f7;
  border-radius:14px;
  background:#fff;
  color:#111827;
  padding:10px 12px;
  text-align:right;
  font-family:'Heebo',sans-serif;
  cursor:pointer;
}.lead-customer-unified-list span,.lead-customer-unified-list small{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:500;
}.lead-customer-unified-list strong{
  display:block;
  margin:3px 0;
  color:#111827;
  font-size:13px;
  font-weight:650;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}.lead-automation-panel{
  display:grid;
  gap:10px;
  padding:14px;
}.lead-automation-list{
  display:grid;
  gap:8px;
}.lead-automation-list div{
  display:grid;
  gap:3px;
  border:1px solid #edf2f7;
  border-radius:14px;
  background:linear-gradient(135deg,#f8fafc,#fff);
  padding:10px 12px;
}.lead-automation-list strong{
  color:#111827;
  font-size:13px;
  font-weight:700;
}.lead-quote-panel{
  display:grid;
  gap:16px;
  width:min(760px,100%);
  margin:0 auto;
  padding:18px;
}.lead-quote-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-bottom:12px;
  border-bottom:1px solid #edf2f7;
}.lead-quote-panel-head em{
  flex:0 0 auto;
  max-width:260px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#f8fafc;
  color:#64748b;
  padding:8px 12px;
  font-size:12px;
  font-style:normal;
  font-weight:600;
  line-height:1.35;
}.lead-quote-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}.lead-quote-title-field{
  grid-column:1/-1;
}.lead-quote-grid label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#475569;
  font-size:12px;
  font-weight:650;
}.lead-quote-grid input,.lead-quote-grid select{
  min-height:44px;
  width:100%;
  border:1px solid #d8e0ec;
  border-radius:13px;
  background:#fff;
  color:#111827;
  padding:0 12px;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:500;
}.lead-quote-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}.lead-quote-panel button{
  flex:0 0 auto;
  border:0;
  border-radius:14px;
  background:#111827;
  color:#fff;
  min-height:42px;
  padding:0 16px;
  font-family:'Heebo',sans-serif;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}.lead-quote-panel button.secondary{
  border:1px solid #d8e0ec;
  background:#fff;
  color:#111827;
}.lead-quote-actions .lead-finance-cta{
  background:#ecfdf5;
  color:#166534;
  border-color:#bbf7d0;
}.lead-quote-actions .lead-signature-cta{
  background:#eef2ff;
  color:#3730a3;
  border-color:#c7d2fe;
}.lead-quote-finance-panel{
  box-shadow:none;
}@media(min-width:1024px){.lead-drawer-tab-panel.active[data-lead-panel="work"]{
    grid-template-columns:minmax(430px,1fr) minmax(360px,.78fr)!important;
    grid-template-areas:
      "lock lock"
      "duplicate duplicate"
      "customer customer"
      "workflow business"
      "notes actions"!important;
  }.lead-customer-unified-card{grid-area:customer}.lead-drawer-pro [data-lead-panel="quote"].active{
    display:grid!important;
    align-items:start;
  }}@media(max-width:760px){.lead-customer-unified-metrics,.lead-customer-unified-list{
    grid-template-columns:1fr 1fr;
  }.lead-quote-panel-head,.lead-quote-actions{
    grid-template-columns:1fr;
    flex-direction:column;
  }.lead-quote-panel{
    padding:12px;
    gap:12px;
  }.lead-quote-grid{
    grid-template-columns:1fr;
    gap:9px;
  }.lead-quote-panel button{
    width:100%;
  }}/* public-car-detail-cta-hierarchy-v1
   Turn the car contact block into a clear action hierarchy across templates. */
#carPage .cp-cta-actions{
  --cp-cta-green:#16a34a;
  --cp-cta-green-dark:#12823d;
  --cp-cta-text:var(--template-heading,var(--theme-heading,#111827));
  --cp-cta-muted:var(--template-body,var(--text-muted,#64748b));
  --cp-cta-border:var(--template-border,var(--line-soft,rgba(148,163,184,.28)));
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:10px!important;
  width:100%!important;
  margin-top:16px!important;
}#carPage .cp-cta-secondary-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
}#carPage .cp-cta-actions .cp-cta-wa,#carPage .cp-cta-actions .cp-cta-phone,#carPage .cp-cta-actions .cp-cta-share{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  display:flex;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  font-family:'Heebo',sans-serif!important;
  line-height:1.25!important;
  text-align:center!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease!important;
}#carPage .cp-cta-actions .cp-cta-wa{
  min-height:58px!important;
  padding:15px 18px!important;
  border:1px solid color-mix(in srgb,var(--cp-cta-green) 72%,#fff 18%)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,var(--cp-cta-green),var(--cp-cta-green-dark))!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  box-shadow:0 16px 34px rgba(22,163,74,.24)!important;
}#carPage .cp-cta-actions .cp-cta-wa:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 20px 42px rgba(22,163,74,.3)!important;
}#carPage .cp-cta-actions .cp-cta-phone{
  min-height:48px!important;
  padding:12px 14px!important;
  border:1px solid var(--cp-cta-border)!important;
  border-radius:14px!important;
  background:color-mix(in srgb,var(--template-surface,var(--surface-bg,#fff)) 86%,var(--template-action,#0f172a) 8%)!important;
  color:var(--cp-cta-text)!important;
  font-size:14px!important;
  font-weight:760!important;
  text-decoration:none!important;
  box-shadow:none!important;
}#carPage .cp-cta-actions .cp-cta-waze{
  background:color-mix(in srgb,var(--template-surface,var(--surface-bg,#fff)) 88%,#38bdf8 10%)!important;
  border-color:color-mix(in srgb,#38bdf8 36%,var(--cp-cta-border))!important;
}#carPage .cp-cta-actions .cp-cta-phone:hover{
  transform:translateY(-1px)!important;
  border-color:color-mix(in srgb,var(--template-action,#0f172a) 40%,var(--cp-cta-border))!important;
  background:color-mix(in srgb,var(--template-surface,var(--surface-bg,#fff)) 78%,var(--template-action,#0f172a) 14%)!important;
}#carPage .cp-cta-actions .cp-cta-share{
  min-height:38px!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  color:var(--cp-cta-muted)!important;
  font-size:13px!important;
  font-weight:680!important;
  box-shadow:none!important;
}#carPage .cp-cta-actions .cp-cta-share:hover,#carPage .cp-cta-actions .cp-cta-share.copied{
  background:color-mix(in srgb,var(--template-action,#0f172a) 8%,transparent)!important;
  color:var(--cp-cta-text)!important;
}body[data-template="tech_signature"] #carPage .cp-cta-actions .cp-cta-phone{
  background:rgba(8,20,42,.72)!important;
  color:#e5edf8!important;
  border-color:rgba(37,99,235,.42)!important;
}body[data-template="tech_signature"] #carPage .cp-cta-actions .cp-cta-waze{
  background:rgba(15,34,68,.82)!important;
}body[data-template="tech_signature"] #carPage .cp-cta-actions .cp-cta-share{
  color:rgba(229,237,248,.7)!important;
}body[data-template="private_showroom"] #carPage .cp-cta-card .cp-cta-actions{
  grid-column:1/-1!important;
}body[data-template="private_showroom"] #carPage .cp-cta-card .cp-cta-actions .cp-cta-wa,body[data-template="private_showroom"] #carPage .cp-cta-card .cp-cta-actions .cp-cta-phone,body[data-template="private_showroom"] #carPage .cp-cta-card .cp-cta-actions .cp-cta-share{
  grid-column:auto!important;
  order:initial!important;
}@media(max-width:960px){#carPage .cp-cta-actions{
    margin-top:0!important;
    grid-column:1/-1!important;
  }}@media(max-width:560px){#carPage .cp-cta-actions{
    gap:8px!important;
  }#carPage .cp-cta-secondary-actions{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }#carPage .cp-cta-actions .cp-cta-wa{
    min-height:50px!important;
    padding:12px 14px!important;
    font-size:14px!important;
    border-radius:14px!important;
  }#carPage .cp-cta-actions .cp-cta-phone{
    min-height:42px!important;
    padding:10px 8px!important;
    font-size:12px!important;
    border-radius:12px!important;
  }#carPage .cp-cta-actions .cp-cta-share{
    min-height:32px!important;
    font-size:12px!important;
  }}/* admin-integrations-ocr-quote-polish-v1 */
@media(min-width:1024px){
  .lead-drawer-pro .lead-drawer-tabs{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }

  .lead-drawer-pro [data-lead-panel="quote"].active{
    display:grid!important;
    align-items:start!important;
    overflow-y:auto!important;
  }
}@media(max-width:760px){.meta-live-webhook-card{
    grid-template-columns:1fr!important;
  }.meta-live-webhook-card code{
    white-space:normal;
    overflow-wrap:anywhere;
  }.vehicle-ocr-card{
    flex-direction:column;
    align-items:stretch;
  }.vehicle-ocr-upload{
    width:100%;
  }.lead-drawer-pro .lead-drawer-primary-action{
    grid-template-columns:1fr!important;
  }}/* dealerx-natural-search-unified-inbox-pwa-v1 */
.natural-car-search{
  margin:12px 0 16px;
  padding:12px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:10px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}.natural-car-search label{
  display:block;
  margin-bottom:7px;
  color:#334155;
  font-size:12px;
  font-weight:850;
}.natural-car-search div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
}.natural-car-search input{
  width:100%;
  min-height:48px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:9px;
  background:#fff;
  color:#0f172a;
  padding:0 14px;
  font-family:Heebo,sans-serif;
  font-size:14px;
  font-weight:700;
  outline:none;
}.natural-car-search input:focus{
  border-color:rgba(37,99,235,.48);
  box-shadow:0 0 0 4px rgba(37,99,235,.1);
}.natural-car-search button{
  min-height:48px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:9px;
  background:#0f172a;
  color:#fff;
  padding:0 18px;
  font-family:Heebo,sans-serif;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}.natural-car-search small{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:12px;
  line-height:1.55;
  font-weight:650;
}.system-marketplace-natural-search{
  background:linear-gradient(135deg,#fff,rgba(240,245,255,.88));
}.catalog-natural-search{
  max-width:980px;
  margin-inline:auto;
}#tab-leads_tab .lead-unified-inbox{
  display:grid;
  gap:14px;
}#tab-leads_tab .lead-unified-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px;
  border:1px solid #dfe8f4;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}#tab-leads_tab .lead-unified-head span,#tab-leads_tab .lead-unified-head small{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:750;
}#tab-leads_tab .lead-unified-head strong{
  display:block;
  color:#101827;
  font-size:22px;
  line-height:1.2;
  margin:3px 0;
}#tab-leads_tab .lead-unified-head input{
  width:min(420px,42vw);
  min-height:46px;
  border:1px solid #d8e3f1;
  border-radius:12px;
  padding:0 14px;
  font-family:Heebo,sans-serif;
  font-size:13px;
  font-weight:700;
  outline:none;
}#tab-leads_tab .lead-unified-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:12px;
}#tab-leads_tab .lead-unified-card{
  display:grid;
  gap:10px;
  padding:14px;
  border:1px solid color-mix(in srgb,var(--lead-status-color,#2563eb) 18%,#dfe8f4);
  border-radius:16px;
  background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--lead-status-color,#2563eb) 5%,#fff));
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}#tab-leads_tab .lead-unified-main{
  display:grid;
  gap:2px;
  border:0;
  background:transparent;
  text-align:right;
  font-family:Heebo,sans-serif;
  cursor:pointer;
}#tab-leads_tab .lead-unified-main span,#tab-leads_tab .lead-unified-main small{
  color:#64748b;
  font-size:12px;
  font-weight:700;
}#tab-leads_tab .lead-unified-main strong{
  color:#101827;
  font-size:18px;
  line-height:1.25;
  font-weight:850;
}#tab-leads_tab .lead-unified-meta,#tab-leads_tab .lead-unified-tags,#tab-leads_tab .lead-unified-actions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
}#tab-leads_tab .lead-unified-meta em,#tab-leads_tab .lead-unified-meta span,#tab-leads_tab .lead-unified-tags span{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:0 10px;
  background:#f3f6fb;
  color:#475569;
  font-size:12px;
  font-style:normal;
  font-weight:750;
}#tab-leads_tab .lead-unified-meta em{
  background:color-mix(in srgb,var(--lead-status-color,#2563eb) 13%,#fff);
  color:color-mix(in srgb,var(--lead-status-color,#2563eb) 72%,#111827);
}#tab-leads_tab .lead-unified-card p{
  min-height:44px;
  margin:0;
  color:#334155;
  font-size:13px;
  line-height:1.55;
  font-weight:650;
}#tab-leads_tab .lead-unified-actions button{
  min-height:38px;
  border:1px solid #d8e3f1;
  border-radius:10px;
  background:#fff;
  color:#101827;
  padding:0 12px;
  font-family:Heebo,sans-serif;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}#tab-leads_tab .lead-unified-actions button:last-child{
  background:#16a34a;
  color:#fff;
  border-color:#16a34a;
}.dealerx-install-button{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:99999;
  min-height:44px;
  border:0;
  border-radius:999px;
  background:#101827;
  color:#fff;
  padding:0 18px;
  font-family:Heebo,sans-serif;
  font-size:13px;
  font-weight:850;
  box-shadow:0 16px 44px rgba(15,23,42,.25);
  cursor:pointer;
}@media (max-width:760px){.natural-car-search{padding:10px;border-radius:12px}.natural-car-search div{grid-template-columns:1fr}.natural-car-search button{width:100%}#tab-leads_tab .lead-unified-head{display:grid}#tab-leads_tab .lead-unified-head input{width:100%}#tab-leads_tab .lead-unified-grid{grid-template-columns:1fr}.dealerx-install-button{left:12px;right:12px;bottom:12px;width:auto}}/* dealer-catalog-compact-search-filters-v1 */
body[data-template] .catalog-toolbar{
  margin-bottom:12px!important;
}body[data-template] .catalog-natural-search{
  width:min(1180px,calc(100% - 32px));
  max-width:1180px;
  margin:0 auto 12px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  display:grid;
  grid-template-columns:auto minmax(320px,1fr) minmax(220px,.78fr);
  gap:10px 12px;
  align-items:center;
  box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}body[data-template] .catalog-natural-search label{
  margin:0!important;
  white-space:nowrap;
  font-size:12px!important;
  letter-spacing:0!important;
}body[data-template] .catalog-natural-search div{
  min-width:0;
  grid-template-columns:minmax(0,1fr) auto!important;
}body[data-template] .catalog-natural-search input{
  min-height:42px!important;
  border-radius:10px!important;
  font-size:13px!important;
}body[data-template] .catalog-natural-search button{
  min-height:42px!important;
  border-radius:10px!important;
  padding:0 15px!important;
}body[data-template] .catalog-natural-search small{
  margin:0!important;
  font-size:11px!important;
  line-height:1.45!important;
  text-align:right;
}body[data-template] .catalog-advanced{
  width:min(1180px,calc(100% - 32px));
  max-width:1180px!important;
  margin:0 auto 22px!important;
  padding:14px 16px!important;
  border-radius:14px!important;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:end;
}body[data-template] .adv-filters-title{
  margin:0!important;
  align-self:center;
  min-width:150px;
  font-size:11px!important;
  letter-spacing:1.5px!important;
}body[data-template] .adv-filters-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(128px,1fr))!important;
  gap:10px!important;
}body[data-template] .adv-filter-label{
  margin-bottom:5px!important;
  font-size:10px!important;
}body[data-template] .adv-filter-select{
  min-height:42px!important;
  border-radius:10px!important;
  font-size:13px!important;
}body[data-template] .adv-filters-actions{
  margin:0!important;
  align-self:end;
}body[data-template] .adv-reset-btn{
  min-height:42px!important;
  border-radius:10px!important;
  white-space:nowrap;
}body[data-template="tech_signature"] .catalog-natural-search{
  background:rgba(8,13,23,.82)!important;
  border-color:color-mix(in srgb,var(--brand-primary) 28%,transparent)!important;
}body[data-template="tech_signature"] .catalog-natural-search input{
  background:rgba(2,6,23,.72)!important;
  color:var(--brand-text,#fff)!important;
  border-color:color-mix(in srgb,var(--brand-primary) 32%,transparent)!important;
}body[data-template="tech_signature"] .catalog-natural-search input::placeholder{
  color:color-mix(in srgb,var(--brand-text,#fff) 46%,transparent)!important;
}body[data-template="tech_signature"] .catalog-natural-search small{
  color:color-mix(in srgb,var(--brand-text,#fff) 62%,transparent)!important;
}@media (max-width:980px){body[data-template] .catalog-natural-search{
    grid-template-columns:1fr;
    gap:8px;
  }body[data-template] .catalog-natural-search small{
    max-width:100%;
  }body[data-template] .catalog-advanced{
    grid-template-columns:1fr;
    align-items:stretch;
  }body[data-template] .adv-filters-title{
    min-width:0;
  }body[data-template] .adv-filters-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }body[data-template] .adv-reset-btn{
    width:100%;
  }}@media (max-width:560px){body[data-template] .catalog-natural-search,body[data-template] .catalog-advanced{
    width:calc(100% - 22px);
    padding:10px!important;
    margin-bottom:10px!important;
    border-radius:12px!important;
  }body[data-template] .catalog-natural-search div{
    grid-template-columns:1fr auto!important;
    gap:7px;
  }body[data-template] .catalog-natural-search input,body[data-template] .catalog-natural-search button,body[data-template] .adv-filter-select,body[data-template] .adv-reset-btn{
    min-height:38px!important;
  }body[data-template] .catalog-natural-search button{
    width:auto!important;
    padding:0 12px!important;
  }body[data-template] .catalog-natural-search small{
    display:none;
  }body[data-template] .adv-filters-grid{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }}/* dealerx-catalog-search-emergency-disable-v1
   Public catalogs must render the actual inventory first. The smart/advanced
   search UI is disabled until it can be reintroduced without affecting stock rendering. */
body[data-template] .catalog-natural-search,body[data-template] .catalog-advanced{
  display:none!important;
}/* dealerx-landing-conversion-proof-v1 */
body.landing-mode .landing-before-after,body.landing-mode .landing-system-screens{
  background:#fff;
}body.landing-mode .landing-product-demo{
  background:linear-gradient(180deg,#f5f7fc,#fff);
}body.landing-mode .landing-trust-proof{
  background:#f5f7fc;
}body.landing-mode .landing-before-after-grid,body.landing-mode .landing-screen-grid,body.landing-mode .landing-trust-proof-grid{
  width:min(1120px,100%);
  display:grid;
  gap:18px;
}body.landing-mode .landing-before-after-grid{
  grid-template-columns:1fr 1fr;
}body.landing-mode .landing-before-after-grid article,body.landing-mode .landing-screen-grid article,body.landing-mode .landing-trust-proof-grid article{
  position:relative;
  padding:28px;
  border-radius:26px;
  border:1px solid rgba(17,20,33,.09);
  background:#fff;
  box-shadow:0 22px 64px rgba(20,28,45,.08);
}body.landing-mode .landing-before-card{
  background:linear-gradient(180deg,#fff,#fff7f7)!important;
}body.landing-mode .landing-after-card{
  background:linear-gradient(180deg,#fff,#f0fdf4)!important;
  border-color:rgba(22,163,74,.18)!important;
}body.landing-mode .landing-before-after-grid article > span,body.landing-mode .landing-screen-grid article > span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  color:#516072;
  background:#f2f5fb;
  font-size:13px;
  font-weight:650;
}body.landing-mode .landing-after-card > span{
  color:#067647!important;
  background:#dcfae6!important;
}body.landing-mode .landing-before-card > span{
  color:#b42318!important;
  background:#fff1f3!important;
}body.landing-mode .landing-before-after-grid h3,body.landing-mode .landing-screen-grid h3{
  margin:16px 0 14px;
  color:#111827;
  font-size:30px;
  font-weight:750;
  line-height:1.16;
}body.landing-mode .landing-before-after-grid ul{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}body.landing-mode .landing-before-after-grid li{
  position:relative;
  padding-right:22px;
  color:#4b5565;
  font-size:15px;
  line-height:1.7;
}body.landing-mode .landing-before-after-grid li::before{
  content:"";
  position:absolute;
  right:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#98a2b3;
}body.landing-mode .landing-after-card li::before{
  background:#16a34a;
}body.landing-mode .landing-before-card li::before{
  background:#ef4444;
}body.landing-mode .landing-demo-shell{
  width:min(1120px,100%);
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:26px;
  align-items:center;
  padding:30px;
  border-radius:30px;
  border:1px solid rgba(17,20,33,.08);
  background:
    radial-gradient(circle at 12% 12%,rgba(49,91,255,.12),transparent 34%),
    linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 30px 90px rgba(20,28,45,.10);
}body.landing-mode .landing-demo-copy h2{
  margin:0;
  color:#111827;
  font-size:42px;
  font-weight:760;
  line-height:1.16;
}body.landing-mode .landing-demo-copy p:not(.landing-kicker){
  margin:14px 0 0;
  color:#5d6677;
  font-size:16px;
  line-height:1.75;
}body.landing-mode .landing-demo-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}body.landing-mode .landing-demo-badges span{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border-radius:999px;
  background:#eef3ff;
  color:#315bff;
  border:1px solid rgba(49,91,255,.14);
  font-size:13px;
  font-weight:600;
}body.landing-mode .landing-demo-board{
  min-width:0;
  padding:18px;
  border-radius:28px;
  background:#101828;
  box-shadow:0 28px 76px rgba(17,24,39,.22);
}body.landing-mode .landing-demo-window{
  display:grid;
  gap:14px;
  padding:16px;
  border-radius:22px;
  background:#f8fafc;
  direction:rtl;
}body.landing-mode .landing-demo-topbar{
  display:flex;
  align-items:center;
  gap:7px;
  color:#667085;
  font-size:13px;
  font-weight:700;
}body.landing-mode .landing-demo-topbar span{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d0d5dd;
}body.landing-mode .landing-demo-topbar b{
  margin-right:auto;
  color:#111827;
  font-weight:750;
}body.landing-mode .landing-demo-row{
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e4e7ec;
  box-shadow:0 12px 34px rgba(20,28,45,.06);
  animation:landingDemoFloat 4.2s ease-in-out infinite;
}body.landing-mode .landing-demo-row.whatsapp{
  animation-delay:.42s;
  border-color:rgba(22,163,74,.24);
}body.landing-mode .landing-demo-row small,body.landing-mode .landing-demo-row em{
  display:block;
  color:#667085;
  font-size:12px;
  font-style:normal;
}body.landing-mode .landing-demo-row strong{
  display:block;
  margin:6px 0;
  color:#111827;
  font-size:18px;
  font-weight:750;
}body.landing-mode .landing-demo-actions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}body.landing-mode .landing-demo-actions span{
  min-height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#111827;
  color:#fff;
  font-size:13px;
  font-weight:700;
}@keyframes landingDemoFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}body.landing-mode .landing-screen-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}body.landing-mode .landing-screen-grid article{
  overflow:hidden;
}body.landing-mode .landing-screen-grid article::after{
  content:"";
  position:absolute;
  inset:auto 22px 20px 22px;
  height:74px;
  border-radius:18px;
  background:
    linear-gradient(90deg,rgba(49,91,255,.16),rgba(113,71,234,.08)),
    repeating-linear-gradient(0deg,rgba(17,24,39,.08) 0 1px,transparent 1px 14px);
  opacity:.7;
}body.landing-mode .landing-screen-grid p{
  margin:0 0 92px;
  color:#5d6677;
  font-size:15px;
  line-height:1.7;
}body.landing-mode .landing-trust-proof-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}body.landing-mode .landing-trust-proof-grid article{
  min-height:180px;
}body.landing-mode .landing-trust-proof-grid strong{
  display:block;
  color:#111827;
  font-size:20px;
  font-weight:750;
  line-height:1.2;
}body.landing-mode .landing-trust-proof-grid p{
  margin:12px 0 0;
  color:#5d6677;
  font-size:15px;
  line-height:1.7;
}@media(max-width:980px){body.landing-mode .landing-before-after-grid,body.landing-mode .landing-demo-shell,body.landing-mode .landing-screen-grid,body.landing-mode .landing-trust-proof-grid{
    grid-template-columns:1fr 1fr;
  }body.landing-mode .landing-demo-shell{
    padding:22px;
  }body.landing-mode .landing-demo-copy h2{
    font-size:34px;
  }}@media(max-width:760px){body.landing-mode .landing-before-after-grid,body.landing-mode .landing-demo-shell,body.landing-mode .landing-screen-grid,body.landing-mode .landing-trust-proof-grid{
    grid-template-columns:1fr;
  }body.landing-mode .landing-before-after-grid article,body.landing-mode .landing-screen-grid article,body.landing-mode .landing-trust-proof-grid article{
    padding:22px;
    text-align:center!important;
  }body.landing-mode .landing-before-after-grid h3,body.landing-mode .landing-screen-grid h3{
    font-size:25px;
  }body.landing-mode .landing-before-after-grid li{
    text-align:right;
  }body.landing-mode .landing-demo-copy,body.landing-mode .landing-demo-copy h2,body.landing-mode .landing-demo-copy p{
    text-align:center!important;
  }body.landing-mode .landing-demo-copy h2{
    font-size:29px;
  }body.landing-mode .landing-demo-badges{
    justify-content:center;
  }body.landing-mode .landing-demo-board{
    padding:12px;
  }body.landing-mode .landing-demo-actions{
    grid-template-columns:1fr;
  }}/* dealer-admin-lead-whatsapp-conversation-workspace-v1-final */
.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-drawer-footer{display:none!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view [data-lead-panel="whatsapp"].active{min-height:0!important;padding:12px 16px 16px!important;overflow:hidden!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-panel{min-height:0!important;height:100%!important;max-height:none!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;overflow:hidden!important;border-radius:20px!important;box-shadow:0 14px 36px rgba(15,23,42,.08)!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-thread{min-height:0!important;max-height:none!important;overflow-y:auto!important;padding:22px clamp(16px,3vw,34px)!important;scroll-padding-block:20px}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message{width:min(78%,680px);font-size:15px!important;line-height:1.6!important;padding:11px 14px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-composer{padding:14px 16px!important;gap:10px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message-input{min-height:76px!important;max-height:150px!important;font-size:15px!important;line-height:1.55!important;resize:vertical!important}.lead-whatsapp-media.audio{min-height:82px!important;display:grid!important;grid-template-rows:auto 44px!important;align-content:start!important;contain:layout paint}.lead-whatsapp-media.audio audio{display:block!important;width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important}@media(max-width:760px){.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view [data-lead-panel="whatsapp"].active{padding:8px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-panel{height:100%!important;min-height:0!important;border-radius:14px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-head{padding:10px 12px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-head-tools{gap:6px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-context{max-height:76px;overflow-y:auto}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-thread{padding:14px 10px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message{width:min(92%,560px);font-size:14px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-composer{padding:10px!important}.lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message-input{min-height:58px!important;max-height:100px!important}}/* dealer-admin-whatsapp-chat-layout-standard-v2 */
#tab-leads_tab .lead-whatsapp-workbench{
  height:clamp(620px,72dvh,780px)!important;
  min-height:620px!important;
  align-items:stretch!important;
}#tab-leads_tab .lead-whatsapp-active-chat{
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
}#tab-leads_tab .lead-whatsapp-panel.embedded{
  height:100%!important;
  min-height:0!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr) auto!important;
  overflow:hidden!important;
  background:#f7faf8!important;
}#tab-leads_tab .lead-whatsapp-head{
  display:grid!important;
  grid-template-columns:minmax(180px,1fr) minmax(420px,auto)!important;
  align-items:center!important;
  gap:16px!important;
  padding:14px 16px!important;
  background:#fff!important;
}#tab-leads_tab .lead-whatsapp-head > div:first-child{
  min-width:0!important;
}#tab-leads_tab .lead-whatsapp-head strong,#tab-leads_tab .lead-whatsapp-head em{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}#tab-leads_tab .lead-whatsapp-head-tools{
  display:grid!important;
  grid-template-columns:minmax(150px,190px) minmax(150px,190px) max-content!important;
  justify-content:end!important;
  align-items:end!important;
  gap:8px!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
}#tab-leads_tab .lead-whatsapp-head-tools > *{
  min-width:0!important;
  margin:0!important;
}#tab-leads_tab .lead-whatsapp-head-tools label{
  display:grid!important;
  gap:4px!important;
  color:#64748b!important;
  font-size:11px!important;
  line-height:1.2!important;
}#tab-leads_tab .lead-whatsapp-head-tools select,#tab-leads_tab .lead-whatsapp-head-tools button{
  width:100%!important;
  max-width:100%!important;
  min-height:40px!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
}#tab-leads_tab .lead-whatsapp-context{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:9px 16px!important;
  overflow:visible!important;
  border:0!important;
  border-bottom:1px solid #dfe7e2!important;
  border-radius:0!important;
  background:#fff!important;
}#tab-leads_tab .lead-whatsapp-context span,#tab-leads_tab .lead-whatsapp-context button{
  flex:0 0 auto!important;
  max-width:100%!important;
  min-height:32px!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
}#tab-leads_tab .lead-whatsapp-thread{
  min-width:0!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:18px clamp(14px,2vw,28px)!important;
  background:linear-gradient(180deg,#f4faf6 0%,#edf5f0 100%)!important;
  scrollbar-gutter:stable;
}#tab-leads_tab .lead-whatsapp-composer{
  min-width:0!important;
  padding:12px 14px!important;
  gap:9px!important;
  border-top:1px solid #dfe7e2!important;
  background:#fff!important;
}#tab-leads_tab .lead-whatsapp-composer textarea{
  min-height:64px!important;
  max-height:112px!important;
  resize:vertical!important;
}#tab-leads_tab .lead-whatsapp-composer-actions{
  display:grid!important;
  grid-template-columns:minmax(190px,.42fr) minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}#tab-leads_tab .lead-whatsapp-send{
  min-height:44px!important;
  border-color:#16a34a!important;
  background:#16a34a!important;
  color:#fff!important;
}#tab-leads_tab .lead-whatsapp-template-row{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  gap:7px!important;
  min-width:0!important;
}#tab-leads_tab .lead-whatsapp-template-row button{
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:40px!important;
  padding-inline:11px!important;
  white-space:nowrap!important;
}@media(min-width:761px) and (max-width:1180px){#tab-leads_tab .lead-whatsapp-head{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }#tab-leads_tab .lead-whatsapp-head-tools{
    grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) max-content!important;
    width:100%!important;
  }}@media(max-width:760px){#tab-leads_tab .lead-whatsapp-workbench{
    height:auto!important;
    min-height:0!important;
  }#tab-leads_tab .lead-whatsapp-panel.embedded{
    height:68dvh!important;
    min-height:500px!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
  }#tab-leads_tab .lead-whatsapp-head{
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding:10px!important;
  }#tab-leads_tab .lead-whatsapp-head-tools{
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
  }#tab-leads_tab .lead-whatsapp-head-tools button{
    grid-column:1/-1;
  }#tab-leads_tab .lead-whatsapp-context{
    flex-wrap:nowrap!important;
    padding:8px 10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none;
  }#tab-leads_tab .lead-whatsapp-context::-webkit-scrollbar{display:none}#tab-leads_tab .lead-whatsapp-composer-actions{
    grid-template-columns:1fr!important;
  }#tab-leads_tab .lead-whatsapp-template-row{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }#tab-leads_tab .lead-whatsapp-template-row button{
    width:100%!important;
    white-space:normal!important;
  }}/* dealer-admin-lead-mobile-treatment-workspace-v1-final */
@media(max-width:760px){
  #leadDrawer .lead-drawer-panel.lead-drawer-pro{
    width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    overflow:hidden!important;
    border-radius:0!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-tabs{
    display:grid!important;
    grid-template-columns:.78fr .78fr 1fr 1.12fr!important;
    gap:5px!important;
    min-height:0!important;
    padding:7px 8px!important;
    overflow:visible!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-tabs button{
    width:auto!important;
    min-width:0!important;
    min-height:38px!important;
    padding:7px 4px!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-tab-panel{
    min-height:0!important;
    padding:8px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-tab-panel.active[data-lead-panel="work"]{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    align-content:start!important;
  }
  #leadDrawer .lead-drawer-pro .lead-customer-unified-metrics{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
  }
  #leadDrawer .lead-drawer-pro .lead-business-grid{
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
  }
  #leadDrawer .lead-drawer-pro .lead-workflow-actions{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-primary-action{
    display:grid!important;
    grid-template-columns:1.25fr .75fr .75fr!important;
    gap:5px!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-footer{
    position:relative!important;
    bottom:auto!important;
    display:grid!important;
    grid-template-columns:1.3fr 1fr 1fr!important;
    gap:5px!important;
    margin:0!important;
    padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-footer button{
    min-height:42px!important;
    padding:7px 4px!important;
    font-size:10.5px!important;
  }
  #leadDrawer .lead-drawer-pro .lead-drawer-footer .lead-delete-btn{display:none!important}
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view{
    grid-template-rows:auto auto minmax(0,1fr)!important;
  }
}/* dealer-admin-mobile-leads-list-above-fold-v1 */
@media(max-width:760px){
  #tab-leads_tab #leadWorkspaceSwitch{
    display:flex!important;
    align-items:stretch!important;
    gap:6px!important;
    width:100%!important;
    min-height:0!important;
    padding:0 1px 4px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  #tab-leads_tab #leadWorkspaceSwitch::-webkit-scrollbar,
  #tab-leads_tab #leadQuickTabs::-webkit-scrollbar{display:none}
  #tab-leads_tab #leadWorkspaceSwitch button{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:92px!important;
    min-height:42px!important;
    padding:6px 10px!important;
    border-radius:11px!important;
    scroll-snap-align:start;
  }
  #tab-leads_tab #leadWorkspaceSwitch button span{font-size:10.5px!important}
  #tab-leads_tab #leadWorkspaceSwitch button strong{font-size:11px!important}
  #tab-leads_tab #leadQuickTabs{
    display:flex!important;
    align-items:stretch!important;
    gap:6px!important;
    width:100%!important;
    min-height:0!important;
    padding:0 0 4px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  #tab-leads_tab #leadQuickTabs button{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:88px!important;
    min-height:40px!important;
    padding:6px 10px!important;
    border-radius:11px!important;
    scroll-snap-align:start;
  }
  #tab-leads_tab #leadQuickTabs button span,
  #tab-leads_tab #leadQuickTabs button strong{
    font-size:11px!important;
  }
  #tab-leads_tab #leadRepFocusPanel{display:none!important}
  #tab-leads_tab .lead-filter-bar-modern{margin-top:4px!important}
}/* dealer-admin-mobile-leads-polish-v2 */
.lead-next-step.is-empty{visibility:hidden}@media(max-width:760px){#tab-leads_tab,#tab-leads_tab .leads-sales-center,#tab-leads_tab .lead-workspace-panel{min-width:0!important;max-width:100%!important;overflow-x:hidden!important}#tab-leads_tab .leads-center-head{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:8px 10px!important;align-items:center!important;min-height:0!important;margin:0 0 8px!important;padding:12px!important;border-radius:16px!important}#tab-leads_tab .leads-center-head > div:first-child{grid-column:1!important;grid-row:1!important;min-width:72px!important}#tab-leads_tab .leads-center-kicker{display:none!important}#tab-leads_tab .leads-center-head h2{font-size:22px!important;line-height:1.1!important;margin:0!important}#tab-leads_tab .leads-center-head #leadsCount{font-size:10px!important;margin-top:3px!important;white-space:nowrap!important}#tab-leads_tab #leadWorkspaceSwitch{grid-column:2!important;grid-row:1!important;justify-self:stretch!important;padding:0!important}#tab-leads_tab #leadWorkspaceSwitch button{min-width:86px!important;min-height:38px!important;padding:5px 9px!important}#tab-leads_tab .leads-head-actions{display:none!important}#tab-leads_tab .lead-mobile-fastbar{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin:0 0 8px!important;padding:0!important}#tab-leads_tab .lead-mobile-fastbar button{min-width:0!important;min-height:40px!important;padding:6px 4px!important;border-radius:11px!important;font-size:11px!important;white-space:nowrap!important}#tab-leads_tab #leadQuickTabs{margin:0 0 6px!important;padding:0 0 4px!important}#tab-leads_tab #leadQuickTabs button{min-width:82px!important}#tab-leads_tab .lead-filter-bar-modern{width:100%!important;max-width:100%!important}#tab-leads_tab .lead-card-simple{overflow:hidden!important}#tab-leads_tab .lead-next-step.is-empty{display:none!important}#leadDrawer .lead-drawer-pro .lead-drawer-footer{grid-template-columns:1fr 1fr!important;gap:8px!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:#fff!important}#leadDrawer .lead-drawer-pro .lead-drawer-footer .lead-save-main{grid-column:auto!important;min-height:44px!important;border-radius:12px!important;background:#111827!important}#leadDrawer .lead-drawer-pro .lead-drawer-footer .lead-mark-irrelevant{min-height:44px!important;border-radius:12px!important;background:#fff!important;color:#64748b!important;border-color:#dbe3ef!important}#leadDrawer .lead-drawer-pro .lead-drawer-footer .lead-mark-sold,#leadDrawer .lead-drawer-pro .lead-drawer-footer .lead-delete-btn{display:none!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view [data-lead-panel="whatsapp"].active{padding:6px!important;overflow:hidden!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-panel{grid-template-rows:auto minmax(0,1fr) auto!important;border:0!important;border-radius:12px!important;box-shadow:none!important;background:#eef5f0!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-head{display:none!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-context{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;max-height:none!important;min-height:40px!important;padding:6px 8px!important;overflow-x:auto!important;overflow-y:hidden!important;border-radius:0!important;scrollbar-width:none!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-context::-webkit-scrollbar{display:none!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-context span,#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-context button{flex:0 0 auto!important;min-height:30px!important;white-space:nowrap!important;font-size:10px!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-thread{min-height:0!important;padding:12px 8px!important;overflow-y:auto!important;overflow-x:hidden!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message{width:min(90%,520px)!important;max-width:90%!important;padding:9px 11px!important;font-size:13px!important;line-height:1.45!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-composer{padding:8px!important;gap:7px!important;background:#fff!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message-input{min-height:52px!important;max-height:84px!important;padding:10px!important;font-size:14px!important;resize:none!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-composer-actions{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-send{min-height:42px!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-template-row{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;overflow-x:auto!important;scrollbar-width:none!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-template-row::-webkit-scrollbar{display:none!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-template-row button{flex:0 0 auto!important;width:auto!important;min-height:36px!important;padding:6px 10px!important;white-space:nowrap!important;font-size:11px!important}#leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-note{display:none!important}}/* dealer-admin-lead-whatsapp-mobile-v3
   A single,bounded mobile layout for the WhatsApp tab inside a lead card. */
@media(max-width:760px){
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view{
    width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    min-height:0!important;
    grid-template-rows:auto auto minmax(0,1fr)!important;
    overflow:hidden!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-drawer-hero{
    position:relative!important;
    top:auto!important;
    min-height:0!important;
    padding:9px 10px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-drawer-tabs{
    position:relative!important;
    top:auto!important;
    min-height:0!important;
    padding:6px 8px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view [data-lead-panel="whatsapp"].active{
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-panel{
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    overflow:hidden!important;
    border-radius:0!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-context{
    width:100%!important;
    min-width:0!important;
    min-height:38px!important;
    padding:5px 8px!important;
    border-bottom:1px solid #dce7e0!important;
    background:rgba(255,255,255,.96)!important;
    overscroll-behavior-x:contain;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-thread{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-height:none!important;
    padding:10px 8px 14px!important;
    align-content:start!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-gutter:auto!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message{
    width:fit-content!important;
    min-width:72px!important;
    max-width:88%!important;
    margin:0!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message.inbound{
    justify-self:end!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message.outbound{
    justify-self:start!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-media,
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-attribution{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-attribution{
    grid-template-columns:54px minmax(0,1fr)!important;
    gap:8px!important;
    padding:8px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-attribution img{
    width:54px!important;
    height:54px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-media img,
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-media video{
    width:100%!important;
    max-width:100%!important;
    max-height:38dvh!important;
    object-fit:contain!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-media.audio{
    width:100%!important;
    min-height:68px!important;
    padding:8px!important;
    contain:layout!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-media.audio audio{
    width:100%!important;
    min-width:0!important;
    height:40px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-composer{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;
    gap:6px!important;
    overflow:hidden!important;
    border-top:1px solid #dce7e0!important;
    box-shadow:0 -5px 18px rgba(15,23,42,.06)!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-message-input{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    max-height:72px!important;
    padding:9px 11px!important;
    line-height:1.35!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-composer-actions{
    display:grid!important;
    grid-template-columns:minmax(112px,.42fr) minmax(0,1fr)!important;
    align-items:center!important;
    gap:6px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-send{
    min-width:0!important;
    min-height:40px!important;
    padding:7px 8px!important;
    font-size:12px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-template-row{
    min-width:0!important;
    padding-bottom:1px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-template-row button{
    min-height:34px!important;
    padding:5px 9px!important;
    font-size:10.5px!important;
  }
  #leadDrawer .lead-drawer-panel.lead-drawer-pro.is-whatsapp-view .lead-whatsapp-warning{
    max-height:34px!important;
    overflow-y:auto!important;
    font-size:10px!important;
    line-height:1.3!important;
  }
}/* dealer-admin-whatsapp-inbox-mobile-master-detail-v1 */
.lead-whatsapp-mobile-back{display:none}@media(max-width:760px){#tab-leads_tab #leadWhatsappInbox{width:100%!important;min-width:0!important;padding:8px!important;overflow:hidden!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-head{gap:8px!important;padding:2px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-head em{display:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-live-tools{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-live-tools input{width:100%!important;min-width:0!important;min-height:40px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-live-tools small,#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-live-tools em{display:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-filters{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;padding-bottom:4px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-filters::-webkit-scrollbar{display:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-filters button{flex:0 0 auto!important;width:auto!important;min-width:86px!important;min-height:40px!important;padding:6px 9px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-workbench{display:block!important;width:100%!important;height:calc(100dvh - 245px)!important;min-height:480px!important;max-height:760px!important;overflow:hidden!important;border-radius:16px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-thread-list{display:flex!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;padding:7px!important;overflow-y:auto!important;overflow-x:hidden!important;border:0!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-chat-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;width:100%!important;min-width:0!important;gap:7px!important;padding:11px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-chat-row>span{grid-column:2!important;grid-row:1!important;min-width:auto!important;max-width:82px!important;padding:4px 8px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-chat-row>div{grid-column:1!important;grid-row:1!important;min-width:0!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-active-chat{display:none!important;position:relative!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;overflow:hidden!important}#tab-leads_tab #leadWhatsappInbox.mobile-chat-open .lead-whatsapp-thread-list{display:none!important}#tab-leads_tab #leadWhatsappInbox.mobile-chat-open .lead-whatsapp-active-chat{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-back{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:42px!important;padding:7px 12px!important;border:0!important;border-bottom:1px solid #dbe5f1!important;background:#fff!important;color:#166534!important;font-family:'Heebo',sans-serif!important;font-size:13px!important;font-weight:650!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-panel.embedded{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:hidden!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-head{display:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-context{min-width:0!important;min-height:38px!important;padding:5px 8px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-thread{min-width:0!important;min-height:0!important;max-height:none!important;padding:10px 8px 14px!important;align-content:start!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-message{width:fit-content!important;min-width:72px!important;max-width:88%!important;overflow:hidden!important;overflow-wrap:anywhere!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-message.inbound{justify-self:end!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-message.outbound{justify-self:start!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-composer{min-width:0!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;gap:6px!important;overflow:hidden!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-composer textarea{min-height:44px!important;max-height:72px!important;padding:9px 11px!important;resize:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-composer-actions{display:grid!important;grid-template-columns:minmax(112px,.42fr) minmax(0,1fr)!important;gap:6px!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-template-row{display:flex!important;flex-wrap:nowrap!important;min-width:0!important;overflow-x:auto!important;scrollbar-width:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-template-row::-webkit-scrollbar{display:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-template-row button{flex:0 0 auto!important;width:auto!important;min-height:34px!important;padding:5px 9px!important;white-space:nowrap!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-note{display:none!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-owner-leads{display:none!important}}/* dealer-admin-whatsapp-inbox-mobile-collapsible-v2 */
.lead-whatsapp-mobile-toggle{display:none}@media(max-width:760px){#tab-leads_tab #leadWhatsappInbox{
    overflow:visible!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-head{
    display:block!important;
    padding:6px 7px 2px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-head strong{
    font-size:15px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-live-tools{
    display:none!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    width:100%!important;
    min-height:64px!important;
    margin-top:6px!important;
    padding:10px 13px!important;
    border:1px solid #b9e4ca!important;
    border-radius:15px!important;
    background:linear-gradient(135deg,#f0fdf4,#fff)!important;
    color:#111827!important;
    font-family:'Heebo',sans-serif!important;
    text-align:right!important;
    box-shadow:0 7px 18px rgba(22,163,74,.07)!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle span{
    display:grid!important;
    gap:2px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle strong{
    font-size:14px!important;
    font-weight:700!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle small{
    color:#64748b!important;
    font-size:11px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle em{
    flex:0 0 auto!important;
    padding:7px 10px!important;
    border-radius:10px!important;
    background:#16a34a!important;
    color:#fff!important;
    font-size:11px!important;
    font-style:normal!important;
    font-weight:700!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-inbox-filters,#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-workbench{
    display:none!important;
  }#tab-leads_tab #leadWhatsappInbox.mobile-inbox-expanded .lead-whatsapp-inbox-filters{
    display:flex!important;
    margin-top:8px!important;
  }#tab-leads_tab #leadWhatsappInbox.mobile-inbox-expanded .lead-whatsapp-workbench{
    display:block!important;
    margin-top:7px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle em b,#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle em i{font:inherit!important;font-style:normal!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-mobile-toggle em i{display:none!important}#tab-leads_tab #leadWhatsappInbox.mobile-inbox-expanded .lead-whatsapp-mobile-toggle em b{display:none!important}#tab-leads_tab #leadWhatsappInbox.mobile-inbox-expanded .lead-whatsapp-mobile-toggle em i{display:inline!important}#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-owner-leads{
    display:block!important;
    margin:12px 0 0!important;
    padding:10px!important;
    border-radius:16px!important;
    box-shadow:none!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-owner-head{
    gap:8px!important;
    margin-bottom:10px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-owner-head strong{
    font-size:17px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-owner-head button{
    min-height:40px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-owner-card{
    padding:11px!important;
    border-radius:14px!important;
  }#tab-leads_tab #leadWhatsappInbox .lead-whatsapp-owner-actions{
    grid-template-columns:1fr 1fr!important;
  }}
