@media (max-width: 780px) {
  .hero-slide {
    align-items: center;
  }

  .hero-slide__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 112px;
    text-align: center;
  }

  .hero-eyebrow {
    max-width: 340px;
    justify-content: center;
    margin-bottom: 17px;
    text-align: center;
  }

  .hero-slide h1,
  .hero-slide h2 {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-lead {
    max-width: 560px;
    margin: 20px auto 0;
    text-align: center;
  }

  .hero-actions {
    width: min(100%, 500px);
    justify-content: center;
    margin-top: 25px;
  }

  .hero-controls {
    justify-content: center;
    bottom: 80px;
  }
}

@media (max-width: 520px) {
  .hero-slider {
    min-height: 650px;
  }

  .hero-slide__content {
    padding: 18px 0 118px;
  }

  .hero-eyebrow {
    max-width: 310px;
    margin-bottom: 14px;
    font-size: 0.52rem;
  }

  .hero-slide h1,
  .hero-slide h2 {
    max-width: 355px;
    font-size: clamp(2.15rem, 10vw, 2.42rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
  }

  .hero-lead {
    max-width: 350px;
    margin-top: 17px;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .hero-actions {
    width: min(100%, 350px);
    gap: 9px;
    margin-top: 20px;
  }

  .hero-actions .button {
    min-height: 48px;
  }

  .hero-controls {
    bottom: 98px;
  }
}
