/**
 * CDL Pro — Modern Template
 * Clean white, minimal, large imagery. Premium/upscale CDL academies.
 */
.cdl-template-modern {
  --cdl-primary:      #1e293b;
  --cdl-accent:       #3b82f6;
  --cdl-secondary:    #06b6d4;
  --cdl-font-heading: 'Poppins', sans-serif;
  --cdl-font-body:    'Nunito', sans-serif;
}
.cdl-template-modern .hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 60%, #0369a1 100%);
}
.cdl-template-modern .btn--primary { background: var(--cdl-accent); border-color: var(--cdl-accent); border-radius: 50px; }
.cdl-template-modern .btn--primary:hover { background: #2563eb; border-color: #2563eb; }
.cdl-template-modern .section-tag { background: var(--cdl-accent); border-radius: 50px; }
.cdl-template-modern .stats-bar { background: var(--cdl-accent); }
.cdl-template-modern .stat-number { color: #fff; }
.cdl-template-modern .program-card { border-radius: 20px; border: none; box-shadow: 0 8px 32px rgba(59,130,246,0.12); }
.cdl-template-modern .program-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(59,130,246,0.2); }
.cdl-template-modern .cta-strip { background: linear-gradient(135deg, var(--cdl-accent), var(--cdl-secondary)); }
.cdl-template-modern .site-header { background: rgba(15,23,42,0.95); backdrop-filter: blur(10px); }
.cdl-template-modern .site-footer { background: #0f172a; }
.cdl-template-modern h1, .cdl-template-modern h2, .cdl-template-modern h3 { font-weight: 600; }
