﻿@media (max-width: 1180px) {
  .footer-grid,
  .hero-single-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .card-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-grid-3 {
    grid-template-columns: 1fr;
  }

  .hero-card-single-image {
    max-width: none;
    width: 100%;
  }

  .trust-list-inline li {
    white-space: normal;
  }
}

@media (max-width: 920px) {
  h1 { font-size: 2.9rem; }
  h2 { font-size: 2rem; }
  .menu-toggle { display: inline-block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 92px;
    left: 1rem;
    right: 1rem;
    padding: 1rem;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: var(--color-white);
    box-shadow: var(--shadow-card);
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.is-open { display: flex; }
  .hero-single-grid { gap: 2rem; }
  .hero-card-featured { min-height: 360px; }
  .hero-card-horizontal { aspect-ratio: 16 / 11; }
  .nav-cta { width: 100%; margin-top: 0.4rem; }
  .trust-list-below-image { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .section { padding: 4.2rem 0; }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.8rem; }
  .brand-logo { height: 62px; }
  .footer-logo-image { height: 54px; }
  .card-grid-5,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-card-featured { min-height: 0; }
  .hero-card-horizontal { aspect-ratio: 4 / 3; }
  .trust-list-below-image { justify-content: flex-start; }
  .contact-point-card { grid-template-columns: 1fr; }
  .contact-point-icon { width: 3.5rem; height: 3.5rem; }
}
