/* DealershipCore conversion + final mobile polish v28 */
:root{--dcv-red:#ed171f;--dcv-black:#070708;--dcv-panel:#101013;--dcv-muted:#6d6d74}

@media(max-width:900px){
  .ref-home .ref-actions,.ref-home .ref-final-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}
  .ref-home .ref-actions .ref-btn,.ref-home .ref-final-actions .ref-btn{width:100%!important;min-height:50px!important;justify-content:center!important}
  .ref-home .ref-hero-grid{grid-template-columns:1fr!important;gap:18px!important;min-height:auto!important}
  .ref-home .ref-hero-copy{padding:28px 0 8px!important}
  .ref-home .ref-device-image-stage{min-height:auto!important;margin:0 auto!important;padding:10px 0 20px!important}
  .ref-home .ref-device-image-stage .ref-hero-upload{position:relative!important;inset:auto!important;width:108%!important;max-width:none!important;transform:translateX(-4%)!important}
  .ref-home .ref-checklist{grid-template-columns:1fr!important;gap:10px!important}
  .ref-home .ref-feature-row{grid-template-columns:1fr 1fr!important;gap:12px!important}
  .ref-home .ref-power-grid,.ref-home .ref-section-head,.ref-home .ref-two-head{grid-template-columns:1fr!important;gap:24px!important}
  .ref-home .ref-module-grid{grid-template-columns:1fr 1fr!important}
  .ref-home .ref-benefit-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}
  .ref-home .ref-price-grid{grid-template-columns:1fr!important}
  .ref-home .ref-final-grid{grid-template-columns:1fr!important;gap:20px!important}
  .ref-home .ref-final-car{height:auto!important;min-height:220px!important}
  .ref-home .ref-final-car img{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;max-height:280px!important}
  .dc-logo-showcase{margin-left:0!important;margin-right:0!important}
}
@media(max-width:560px){
  body{font-size:16px}
  .ref-home .container{width:min(100% - 24px,1260px)!important}
  .ref-home .ref-hero{padding-top:18px!important}
  .ref-home .ref-hero-copy h1{font-size:clamp(42px,13vw,58px)!important;letter-spacing:-3px!important;line-height:.95!important}
  .ref-home .ref-two-head h2,.ref-home .ref-power-copy h2,.ref-home .ref-modules h2,.ref-home .ref-benefits h2,.ref-home .ref-proof h2,.ref-home .ref-pricing h2,.ref-home .ref-final h2{font-size:clamp(34px,10vw,44px)!important;letter-spacing:-2px!important}
  .ref-home .ref-feature-row,.ref-home .ref-module-grid,.ref-home .ref-benefit-grid{grid-template-columns:1fr!important}
  .ref-home .ref-overview,.ref-home .ref-modules,.ref-home .ref-proof,.ref-home .ref-pricing,.ref-home .ref-power,.ref-home .ref-benefits{padding-top:58px!important;padding-bottom:62px!important}
  .ref-home .ref-device-image-stage .ref-hero-upload{width:116%!important;transform:translateX(-8%)!important}
  .ref-home .ref-leads-panel{padding:16px!important;border-radius:14px!important;overflow:hidden!important}
  .ref-home .ref-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch}
  .ref-home .ref-table>div{min-width:620px!important}
}

.dcv-lock{overflow:hidden!important}
.dcv-overlay{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.dcv-overlay.is-open{opacity:1;visibility:visible}
.dcv-dialog{position:relative;width:min(760px,100%);max-height:min(760px,calc(100svh - 32px));overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,#111114 0%,#09090b 62%,#0d0809 100%);color:#fff;box-shadow:0 34px 120px rgba(0,0,0,.55);transform:translateY(16px) scale(.985);transition:transform .25s cubic-bezier(.2,.8,.2,1)}
.dcv-overlay.is-open .dcv-dialog{transform:none}
.dcv-dialog:before{content:"";position:absolute;width:340px;height:340px;right:-170px;top:-180px;border-radius:50%;background:rgba(237,23,31,.17);filter:blur(70px);pointer-events:none}
.dcv-close{position:absolute;right:18px;top:18px;z-index:3;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#17171a;color:#fff;font-size:22px;line-height:1;cursor:pointer}
.dcv-shell{position:relative;z-index:1;padding:34px}
.dcv-brand{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:#fff;font-size:14px;font-weight:850}.dcv-brand-dot{width:9px;height:9px;border-radius:50%;background:var(--dcv-red);box-shadow:0 0 18px rgba(237,23,31,.8)}
.dcv-topline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.dcv-kicker{color:#ff585e;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.dcv-step{color:#85858d;font-size:11px;font-weight:800}
.dcv-progress{height:4px;margin-bottom:28px;border-radius:999px;background:#242428;overflow:hidden}.dcv-progress>span{display:block;height:100%;width:16.66%;border-radius:999px;background:linear-gradient(90deg,var(--dcv-red),#ff5b61);transition:width .22s ease}
.dcv-question h2{max-width:620px;margin:0 0 10px;color:#fff;font-size:clamp(30px,4vw,46px);line-height:1.02;letter-spacing:-2px}.dcv-question>p{max-width:600px;margin:0 0 24px;color:#aaaab2;font-size:15px;line-height:1.65}
.dcv-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dcv-option{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:14px 16px;border:1px solid #2c2c31;border-radius:14px;background:#151518;color:#f5f5f6;font-size:14px;font-weight:750;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.dcv-option:hover,.dcv-option:focus-visible{transform:translateY(-2px);border-color:rgba(237,23,31,.65);background:#19191d;outline:none}.dcv-option:after{content:"→";color:#ff555b;font-size:16px}
.dcv-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dcv-field{display:grid;gap:7px}.dcv-field.full{grid-column:1/-1}.dcv-field label{color:#c8c8cd;font-size:11px;font-weight:800}.dcv-field input{width:100%;min-height:52px;padding:0 14px;border:1px solid #33333a;border-radius:12px;background:#151518;color:#fff;font:inherit;outline:none}.dcv-field input:focus{border-color:var(--dcv-red);box-shadow:0 0 0 3px rgba(237,23,31,.13)}
.dcv-consent{display:flex;align-items:flex-start;gap:10px;margin:14px 0 0;color:#94949c;font-size:11px;line-height:1.5}.dcv-consent input{width:16px;height:16px;margin-top:1px;accent-color:var(--dcv-red)}
.dcv-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px}.dcv-back{min-height:46px;padding:0 4px;border:0;background:transparent;color:#a4a4ab;font-weight:800;cursor:pointer}.dcv-primary{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid var(--dcv-red);border-radius:12px;background:var(--dcv-red);color:#fff;font-weight:850;cursor:pointer;box-shadow:0 12px 30px rgba(237,23,31,.22)}.dcv-primary:disabled{opacity:.55;cursor:wait}
.dcv-success{text-align:center;padding:22px 4px 8px}.dcv-success-mark{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:20px;background:rgba(237,23,31,.13);color:#ff565d;font-size:28px}.dcv-success h2{margin:0 0 10px;font-size:38px;letter-spacing:-1.8px}.dcv-success p{max-width:530px;margin:0 auto;color:#aaaab2;line-height:1.65}.dcv-success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:24px}.dcv-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:1px solid #3a3a40;border-radius:12px;background:#17171a;color:#fff;font-weight:800;text-decoration:none}
.dcv-fineprint{margin-top:18px;color:#777780;font-size:10px;line-height:1.5}
@media(max-width:640px){.dcv-overlay{align-items:end;padding:0}.dcv-dialog{width:100%;max-height:92svh;border-radius:22px 22px 0 0}.dcv-shell{padding:26px 18px 22px}.dcv-close{right:14px;top:14px}.dcv-brand{margin-bottom:22px}.dcv-question h2{font-size:34px;letter-spacing:-1.7px}.dcv-options,.dcv-fields{grid-template-columns:1fr}.dcv-field.full{grid-column:auto}.dcv-option{min-height:58px}.dcv-actions{position:sticky;bottom:-22px;padding:14px 0 6px;background:linear-gradient(transparent,#09090b 28%)}.dcv-primary{flex:1}.dcv-success h2{font-size:32px}.dcv-success-actions{display:grid}.dcv-success-actions>*{width:100%}}
@media(prefers-reduced-motion:reduce){.dcv-overlay,.dcv-dialog,.dcv-progress>span,.dcv-option{transition:none!important}}
