.dealer-hero{padding-top:72px}
.dealer-hero .hero-carousel{height:calc(100vh - 72px);min-height:620px}
.section-wrap{max-width:1120px;margin:0 auto;padding:70px 24px}
.section-wrap.muted{background:linear-gradient(180deg,#f8fafc 0%,#f0fdf4 100%);border-radius:24px}
.dealer-adv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.adv-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:var(--shadow-sm)}
.adv-card h3{margin-bottom:8px;color:var(--gray-900)}
.adv-card p{color:var(--gray-600);line-height:1.7;font-size:.94rem}
.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.step-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}
.step-item span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--green-100);color:var(--green-700);font-weight:800;margin-bottom:10px}
.step-item h4{margin-bottom:6px;color:var(--gray-800)}
.step-item p{font-size:.92rem;color:var(--gray-600);line-height:1.7}
.dealer-cta-card{background:linear-gradient(135deg,var(--green-900),var(--green-700));border-radius:20px;padding:34px;color:#fff;text-align:center}
.dealer-cta-card h3{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:10px}
.dealer-cta-card p{max-width:700px;margin:0 auto 20px;color:rgba(255,255,255,.9)}
.cta-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

@media(max-width:1024px){
  .dealer-adv-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
  .dealer-hero{padding-top:88px}
  .dealer-hero .hero-carousel{height:calc(100vh - 88px);min-height:560px}
  .section-wrap{padding:56px 16px}
  .dealer-adv-grid,.steps-grid{grid-template-columns:1fr}
}
