/* Responsive overrides only: desktop dimensions remain defined in the section stylesheets. */
@media (max-width: 1100px) {
  .global-container-padding { padding-left: 24px; padding-right: 24px; }
  .nav-wrap nav { gap: 22px; }
  .topbar { padding-left: 24px; padding-right: 24px; font-size: 12px; }
  .about { grid-template-columns: 42% 55%; }
  .service-cards { min-width: 0; }
  .process-connector { width: 90px; }
}

@media (max-width: 900px) {
  .site-header { display: none; }
  .mobile-header { display: flex; width: 100%; }
  .mobile-header.global-container-padding { padding: 12px 22px; }
  .mobile-menu { position: absolute; z-index: 20; top: 65px; left: 0; width: 100%; padding: 10px 22px 18px; background: #061b58; box-shadow: 0 8px 16px rgba(0, 0, 0, .2); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); color: #fff; font: 700 15px Arial, sans-serif; text-decoration: none; }
  .mobile-menu a:last-child { border-bottom: 0; }
  .mobile-menu .mobile-menu-quote { margin-top: 10px; border: 0; border-radius: 6px; background: linear-gradient(135deg, #f6bd35, #f7df8e); color: #071342; text-align: center; }
  .hero { min-height: 460px; padding: 54px 28px 42px; }
  .hero-content { width: min(100%, 520px); margin-top: 0; }
  .service-strip { width: calc(100% - 44px); }
  .about { grid-template-columns: 1fr; gap: 24px; }
  .about-images { grid-template-rows: 180px 180px; }
  .process-coverage { grid-template-columns: 1fr; gap: 30px; }
  .coverage img { height: auto; max-height: 340px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-right: 24px; }
}

@media (max-width: 760px) {
  .global-container-padding { padding: 36px 22px; }
  .hero { min-height: 480px; padding: 55px 22px 38px; background-position: center; }
  .hero h1 { font-size: clamp(32px, 9vw, 40px); line-height: .95; }
  .hero-copy { font-size: 14px; max-width: 315px; }
  .hero-copy br { display: none; }
  .trust-badge { width: 84px; height: 84px; top: 18px; right: 18px; font-size: 20px; padding-top: 6px; }
  .trust-badge strong { font-size: 10px; line-height: 10px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions a { padding: 10px 14px; }
  .hero-actions a span { margin-left: 8px; }
  .service-strip { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 0; }
  .service-item { min-height: 76px; gap: 10px; padding: 12px 8px; }
  .service-item:nth-child(2) { border-right: 0; }
  .service-icon { font-size: 25px; }
  .about { margin-top: 0; }
  .section-tag { font-size: 20px; }
  .about h2, .contact h2, .cta h2 { font-size: 26px; }
  .about-copy > p:not(.section-tag), .about ul { font-size: 14px; }
  .about-images { grid-template-rows: 145px 145px; }
  .services, .testimonials { margin-top: 0; }
  .services h2, .why-us h2, .process h2, .coverage h2, .testimonials h2 { font-size: 26px; margin-bottom: 28px; }
  .service-cards { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .service-cards h3 { font-size: 15px; }
  .service-cards p { font-size: 13px; }
  .service-cards p br { display: none; }
  .why-us h2:before, .why-us h2:after { width: 32px; }
  .why-us > div { grid-template-columns: 1fr; gap: 8px; }
  .why-us article { padding: 8px 0; border-right: 0; border-bottom: 1px solid #8090bc; }
  .why-us article:last-child { border-bottom: 0; }
  .why-us b { font-size: 16px; }
  .why-us span { font-size: 13px; }
  .process-coverage { margin-top: 0; }
  .process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 12px; }
  .process li { font-size: 14px; }
  .process li strong { font-size: 14px; }
  .process li span { font-size: 13px; }
  .process-connector { display: none; }
  .coverage img { border-radius: 18px; }
  .testimonials > div { width: 100%; height: auto; grid-template-columns: 1fr; }
  .testimonials article { min-height: 160px; }
  .testimonials q, .testimonials strong, .testimonials span { font-size: 14px; }
  .testimonials strong { margin-top: 12px; }
  .dots { margin-top: 20px; }
  .cta { height: auto; min-height: 260px; padding: 38px 22px; background-position: 72% center; justify-content: flex-start; }
  .cta p { font-size: 14px; max-width: 250px; }
  .cta a { margin-top: 16px; }
  .contact { width: 100%; margin-top: 0; grid-template-columns: 1fr; }
  .contact-info { border-right: 0; border-bottom: 1px solid #d4d9e4; padding-bottom: 18px; }
  .contact-info p { font-size: 14px; }
  .contact form { padding: 22px 0 0; grid-template-columns: 1fr; }
  .contact textarea { grid-column: auto; min-height: 110px; }
  .contact button { min-height: 46px; }
  footer { padding-left: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 24px 16px; padding: 34px 22px; font-size: 13px; }
  .footer-main b, .footer-main span { font-size: 13px; }
  .footer-bottom { padding: 14px 22px; flex-direction: column; gap: 8px; font-size: 11px; }
}

@media (max-width: 430px) {
  .mobile-header.global-container-padding { padding: 10px 16px; }
  .mobile-menu { padding-left: 16px; padding-right: 16px; }
  .hero { min-height: 500px; padding: 52px 16px 32px; }
  .hero h1 { font-size: 31px; max-width: 285px; }
  .hero-copy { font-size: 13px; max-width: 280px; }
  .trust-badge { right: 12px; top: 14px; transform: scale(.82); transform-origin: top right; }
  .service-strip span { font-size: 12px; }
  .global-container-padding { padding-left: 16px; padding-right: 16px; }
  .about h2, .contact h2, .cta h2 { font-size: 23px; }
  .services h2, .why-us h2, .process h2, .coverage h2, .testimonials h2 { font-size: 23px; }
  .service-cards { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: 1fr; }
  .process li { gap: 4px; }
  .cta { padding-left: 16px; padding-right: 16px; }
  .footer-main { grid-template-columns: 1fr; padding-left: 16px; padding-right: 16px; }
  .footer-bottom { padding-left: 16px; padding-right: 16px; }
}
