@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .hero-grid,
  .process-grid,
  .about-grid {
    gap: 42px;
  }

  .floating-left {
    left: -12px;
  }

  .floating-right {
    right: -12px;
  }
}

@media (max-width: 920px) {
  .main-nav,
  .header-cta {
    display: none;
  }

  .mobile-toggle {
    display: inline-block;
  }

  .mobile-nav {
    position: fixed;
    inset: 78px 16px auto 16px;
    z-index: 60;
    display: none;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    background: rgba(255, 253, 248, .98);
    padding: 12px;
    box-shadow: var(--shadow-card);
  }

  body.nav-open .mobile-nav {
    display: flex;
  }

  .mobile-nav a {
    border-radius: 14px;
    padding: 14px;
    color: var(--color-brand);
    font-weight: 850;
  }

  .mobile-nav a:hover {
    background: var(--color-surface-muted);
  }

  .hero-grid,
  .process-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 44px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-checks {
    grid-template-columns: 1fr;
  }

  .hero-photo-wrap {
    max-width: 560px;
    margin: 0 auto;
  }

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

  .credentials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }

  .credentials-grid div:nth-child(2) {
    border-right: 0;
  }

  .about-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .brand-logo-mark img {
    width: 27px;
    height: 27px;
  }

  .brand-text strong {
    font-size: 13px;
  }

  .brand-text small {
    font-size: 9px;
  }

  .mobile-nav {
    inset-top: 70px;
  }

  .hero-grid {
    padding: 34px 0 68px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary,
  .cta-panel .big {
    width: 100%;
  }

  .floating-card {
    display: none;
  }

  .credentials {
    padding: 26px 0;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .credentials-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(113, 104, 95, .2);
    padding-bottom: 18px;
  }

  .credentials-grid div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .services-grid,
  .testimonials-grid,
  .about-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .testimonials-grid figure {
    border-radius: 24px;
    padding: 24px;
  }

  .steps article {
    padding: 80px 22px 24px;
  }

  .steps span {
    top: 22px;
    left: 22px;
  }

  .faq-item {
    padding: 0 18px;
  }

  .faq-item button {
    font-size: 16px;
  }

  .faq-item p {
    padding-right: 0;
  }

  .cta-panel {
    border-radius: 28px;
    padding: 52px 22px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 860px) {
  .local-seo-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .local-seo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .local-seo {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .local-seo-panel {
    padding: 20px;
  }
}
