/* Landing page mobile overrides */
@media (max-width: 768px) {
  .hero-new { padding: 72px 0 48px 0; text-align: left; }
  .hero-new h1 { font-size: 1.9rem; }
  .hero-new p.lead { font-size: 1.05rem; }
  .hero-cta .btn { width: 100%; margin-bottom: .5rem; }
  .hero-stats { text-align: left; }

  .features-grid .card { padding: .75rem; }
  .features-grid .icon { width: 40px; height: 40px; }

  .hiw-step { padding: .9rem; }

  .course-card .card { margin-bottom: .5rem; }
  .pricing .card { margin-bottom: .75rem; }

  .trust-strip img { max-height: 28px; }

  .site-footer .col-md-4 { margin-bottom: 1rem; }
}
