/* ==========================================================
   ONE WEB CLICK — Responsive Overrides
   ========================================================== */

/* Large screens */
@media (max-width: 1199.98px) {
  .home-hero h1 { font-size: 2.7rem; }
  .section-title { font-size: 2.1rem; }
}

/* Tablets */
@media (max-width: 991.98px) {
  .section { padding: 65px 0; }
  .home-hero { padding: 110px 0 80px; text-align: center; }
  .home-hero p.lead { margin-left: auto; margin-right: auto; }
  .home-hero .hero-stats { justify-content: center; display: flex; flex-wrap: wrap; gap: 24px; }
  .page-hero { padding: 80px 0 55px; }
  .page-hero h1 { font-size: 2.2rem; }
  .owc-navbar .navbar-collapse {
    background: #fff; border-radius: 14px; padding: 18px; margin-top: 14px; box-shadow: var(--shadow-md);
  }
  .pricing-card.featured { transform: scale(1); margin-bottom: 20px; }
  .cta-banner { padding: 44px 26px; }
  .job-card { flex-direction: column; align-items: flex-start; text-align: left; }
}

/* Small tablets / large phones */
@media (max-width: 767.98px) {
  .home-hero h1 { font-size: 2.2rem; }
  .home-hero { padding: 100px 0 60px; }
  .section-title { font-size: 1.8rem; }
  .section-subtitle { font-size: 0.95rem; }
  .stats-strip .stat-num { font-size: 1.8rem; }
  .owc-topbar .topbar-left { display: none; }
  .filter-pills { gap: 8px; }
  .filter-pill { padding: 8px 16px; font-size: 13px; }
  .owc-footer { padding: 55px 0 0; text-align: center; }
  .owc-footer .footer-social { justify-content: center; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input, .newsletter-form button { border-radius: 30px; width: 100%; margin-bottom: 10px; }
}

/* Phones */
@media (max-width: 575.98px) {
  .section { padding: 50px 0; }
  .home-hero h1 { font-size: 1.85rem; }
  .home-hero p.lead { font-size: 1rem; }
  .page-hero h1 { font-size: 1.75rem; }
  .section-title { font-size: 1.55rem; }
  .owc-card { padding: 26px 20px; }
  .cta-banner h2 { font-size: 1.5rem; }
  .pricing-card { padding: 30px 22px; }
  .back-to-top { width: 40px; height: 40px; bottom: 18px; right: 18px; }
}
