/* ── RESPONSIVE ── */

@media (max-width: 991px) { .mobile-none {display: none !important;} }
@media (max-width: 575px) { }


/* ── MOBILE MENU DROPDOWN ── */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 16px 20px 22px;
    border-top: 1px solid #eee;
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    border-radius: 0 0 10px 10px;
    margin: 0 -12px;          /* stretch full width past container padding */
    position: relative;
    z-index: 1050;
  }

  .navbar-nav {
    margin: 0 !important;     /* kill the mx-auto centering on mobile */
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid #f0f0f0;
  }
  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-nav .nav-link {
    padding: 11px 4px !important;
  }

  /* dropdown submenus inside mobile menu */
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0 0 8px 14px;
    margin: 0;
  }

  /* right-side (lang + quote) stacks below links */
  .navbar-collapse .d-flex {
    margin-top: 16px;
    flex-direction: column;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .btn-get-quote {
    text-align: center;
    padding: 12px !important;
  }
  .nav-lang-link {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .hero-headline .heading1 { font-size: clamp(24px, 6vw, 40px); }
  .hero-headline .heading2 { font-size: clamp(16px, 4.5vw, 26px); }
}
@media (max-width: 575px) {
  .hero-headline .heading1 { font-size: 26px; line-height: 1.05; }
  .hero-headline .heading2 { font-size: 17px; line-height: 1.1; }
}


@media (max-width: 991px) {
  .hero-section   { padding: 28px 0 16px; }
  .hero-headline  { font-size: clamp(26px, 6vw, 42px); line-height: 1.05; }
  .form-input-wrap { height: 52px; }
  .btn-check-rates { height: 52px; padding: 0 28px; }
  /* 2 columns on tablet & phone */
  .row.g-3 .col { flex: 0 0 33%; max-width: 33%; }
}

@media (max-width: 575px) {
  .hero-section   { padding: 18px 0 10px; }
  .hero-headline  { font-size: 26px; line-height: 1.05; }

  /* keep 2 columns, compact tiles */
  .row.g-3 .col   { flex: 0 0 33%; max-width: 50%; }

  /* shrink the coverage tiles a lot so all fit above the fold */
  .cov-card       { padding: 10px 10px 10px; border-radius: 10px; }
  .cov-card-top   { margin-bottom: 4px; }
  .cov-label      { font-size: 10px; }
  .cov-check      { width: 20px; height: 20px; }
  .cov-img        { height: 44px; }
  .cov-img svg    { width: 44px; height: 44px; }

  /* tighten the gaps between rows */
  .coverage-form-section .row.g-3 { --bs-gutter-y: 8px; --bs-gutter-x: 8px; }
  .coverage-form-section .row.pb-5 { padding-bottom: 0.75rem !important; }

  /* form */
  .form-input-wrap { height: 48px; padding: 0 14px; }
  .form-control-plain { font-size: 14px; }
  .btn-check-rates { height: 48px; font-size: 15px; }

  .logo-cinco { font-size: 18px; }
  .logo-sub   { font-size: 6.5px; }
}


/* Footer responsive */
@media (max-width: 991px) {
  .footer-services-title { font-size: 24px; }
  .footer-bottom-bar { justify-content: center; }
  .footer-bottom-links { justify-content: center; }
}
@media (max-width: 575px) {
  .footer-city-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-contact-row { gap: 16px; }
}
