@media (max-width: 1200px) {
  .container {
    width: min(980px, calc(100% - 1.5rem));
  }

  .hero__grid {
    gap: 2rem;
  }

  .steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .header .button--secondary {
    margin-left: auto;
  }

  .hero__grid,
  .booking__layout,
  .admin-dashboard__grid,
  .contact__grid,
  .highlight-bar__inner {
    grid-template-columns: 1fr;
  }

  .highlight-cards,
  .benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__visual {
    justify-self: center;
  }

  .hero-carousel {
    width: min(560px, 100%);
  }

  .footer-cta__inner,
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .header {
    position: sticky;
  }

  .header__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .brand {
    justify-content: center;
  }

  .nav {
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
  }

  .nav a {
    font-size: 0.85rem;
  }

  .header .button--secondary,
  .button {
    width: 100%;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero__grid {
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 8vw, 3.3rem);
  }

  .hero__actions {
    align-items: stretch;
  }

  .hero__hint {
    text-align: center;
  }

  .hero__credentials {
    gap: 0.5rem;
  }

  .hero__credentials span {
    font-size: 0.62rem;
  }

  .highlight-cards,
  .steps__grid,
  .benefits__grid,
  .booking-plans {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .testimonial-nav {
    width: 40px;
  }

  .testimonials__inner {
    flex-direction: column;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .booking {
    padding-top: 3.5rem;
  }

  .calendar-panel,
  .booking-panel,
  .admin-dashboard,
  .admin-calendar-panel,
  .clients-panel,
  .contact__faq,
  .contact__card {
    padding: 1rem;
  }

  .calendar-day {
    min-height: 46px;
  }

  .time-slots {
    grid-template-columns: 1fr;
  }

  .booking-plan {
    min-height: 104px;
    padding: 1rem 1.25rem;
  }

  .admin-client-form__row {
    grid-template-columns: 1fr;
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .social-links {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 1rem);
  }

  .brand__mark {
    font-size: 1.2rem;
  }

  .brand__name {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__profile {
    font-size: 0.98rem;
  }

  .button {
    padding: 0.9rem 1.1rem;
  }

  .step-card,
  .benefit-card,
  .contact__faq,
  .contact__card {
    padding: 1rem;
  }

  .calendar-day {
    min-height: 42px;
    font-size: 0.72rem;
  }

  .calendar-weekdays {
    font-size: 0.6rem;
  }

  .time-slot {
    padding: 0.7rem;
  }

  .admin-modal__dialog {
    padding: 1.4rem;
  }

  .admin-modal__dialog h3 {
    font-size: 1.6rem;
  }
}
