@media (max-width: 992px) {
  .landing-home .landing-nav-inner,
  .landing-home .landing-mobile-menu {
    width: calc(100% - 32px);
  }

  .landing-home .landing-nav-links {
    display: none;
  }

  .landing-home .landing-nav-toggle {
    display: inline-flex;
  }

  .landing-home .header {
    min-height: auto;
    padding: 44px 0 56px;
  }

  .landing-home .header-shell {
    width: calc(100% - 72px);
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .landing-home .header-copy,
  .landing-home .header-side {
    width: 100%;
  }

  .landing-home .header-copy h1,
  .landing-home .header-copy p {
    max-width: none;
  }

  .landing-home .header-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-home .header-visual img {
    width: min(100%, 400px);
  }

  .landing-home .header-actions {
    margin-top: 28px;
  }

  .landing-home .about {
    flex-direction: column;
  }

  .landing-home .about-content {
    padding: 54px 36px 28px;
  }

  .landing-home .aboutimgdiv {
    display: flex;
    justify-content: center;
    padding: 0 36px 54px;
  }

  .landing-home .about img {
    width: min(100%, 460px);
    height: auto;
    border-radius: 22px;
  }

  .landing-home .offer,
  .landing-home .offerb {
    padding: 64px 0;
  }

  .landing-home .offerimgs,
  .landing-home .offerbimgs {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .landing-home .frimann {
    padding: 80px 40px;
  }

  .landing-home .frimann h1 {
    font-size: 40px;
    line-height: 1.25;
  }

  .landing-home .frimann p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.7;
  }

  .landing-home .frimann-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, 100%);
  }

  .landing-home .frimann-stat-card-wide {
    grid-column: 1 / -1;
  }

  .landing-home .contact {
    padding: 72px 36px;
    gap: 72px;
  }

  .landing-home .contacttop p {
    text-align: center;
  }

  .landing-home .contactdown {
    gap: 28px;
    justify-content: center;
  }
}
