@media (max-width: 980px) {
  .hero__stats,
  .feature-grid,
  .mini-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro__grid,
  .tech__grid,
  .privacy__grid,
  .download-band__grid {
    grid-template-columns: 1fr;
  }

  .download-band__actions {
    justify-self: start;
  }

  .map-demo {
    min-height: 420px;
  }
}

@media (max-width: 660px) {
  .site-header {
    padding: 0.7rem 1rem;
  }

  .brand span {
    display: none;
  }

  .language-nav a {
    min-width: 38px;
    padding: 0.45rem 0.55rem;
  }

  .language-nav {
    position: fixed;
    top: 0.78rem;
    left: 5.8rem;
    right: auto;
  }

  .hero {
    width: 100%;
    min-height: 84svh;
    padding: calc(var(--header-height) + 2rem) 1rem 3rem;
  }

  .hero__content,
  .hero__lead {
    width: min(100%, 22rem);
    max-width: 22rem;
    overflow-wrap: break-word;
  }

  .site-header {
    max-width: 100vw;
    overflow: visible;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(6, 16, 15, 0.68), rgba(6, 16, 15, 0.76)),
      linear-gradient(0deg, rgba(6, 16, 15, 0.98), rgba(6, 16, 15, 0.14) 60%);
  }

  .hero__actions,
  .download-band__actions {
    display: grid;
  }

  .hero__stats,
  .feature-grid,
  .mini-panels {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.2rem 1rem;
  }

  .steps li,
  .spec-list li {
    grid-template-columns: 1fr;
  }

  .map-demo {
    min-height: 360px;
  }

  .phone-mock {
    justify-self: center;
  }

  .download-band {
    padding: 4rem 1rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
  }
}
