@media (max-width: 1199.98px) {
  .coach-visual {
    min-height: 560px;
  }

  .growth-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 70px;
  }

  body {
    padding-bottom: 58px;
  }

  .section-pad {
    padding: 76px 0;
  }

  .navbar-collapse {
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(246, 160, 0, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(24, 32, 45, 0.12);
  }

  .navbar-nav .nav-link {
    padding: 12px 10px;
  }

  .nav-cta {
    width: 100%;
    margin-top: 8px;
  }

  .hero-section {
    min-height: auto;
    padding-top: calc(var(--header-height) + 54px);
  }

  .coach-visual {
    min-height: auto;
    padding-bottom: 22px;
  }

  .coach-card {
    width: min(430px, 92vw);
  }

  .chip-sales {
    top: 36px;
    left: 4%;
  }

  .chip-team {
    right: 2%;
    top: 180px;
  }

  .chip-system {
    left: 7%;
    bottom: 72px;
  }

  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countdown-panel {
    grid-template-columns: 1fr;
  }

  .floating-actions {
    display: none;
  }

  .mobile-sticky-cta {
    display: grid;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.78rem, 9vw, 2.45rem);
  }

  .section-pad {
    padding: 64px 0;
  }

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

  .eyebrow {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-section {
    padding-top: calc(var(--header-height) + 34px);
  }

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

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .contact-inline {
    display: grid;
    gap: 8px;
  }

  .floating-chip {
    position: static;
    justify-self: center;
    margin-top: 10px;
    animation: none;
  }

  .coach-visual {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .coach-card {
    align-self: center;
  }

  .coach-nameplate {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .trust-bar {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .timeline::before {
    left: 25px;
  }

  .timeline-item {
    grid-template-columns: 52px 1fr;
    gap: 15px;
  }

  .timeline-icon {
    width: 52px;
    height: 52px;
    border-width: 4px;
  }

  .timeline-item > div:last-child {
    padding: 18px;
  }

  blockquote {
    padding: 22px;
    font-size: 1.05rem;
  }

  .growth-flow,
  .comparison-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .growth-step {
    min-height: 176px;
  }

  .testimonial-card {
    min-height: 330px;
    padding: 34px 26px;
  }

  .testimonial-card p {
    font-size: 1.05rem;
  }

  .testimonial-slider .carousel-control-prev,
  .testimonial-slider .carousel-control-next {
    display: none;
  }

  .countdown-panel {
    padding: 24px;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .registration-form {
    padding: 22px;
  }

  .final-cta-section {
    padding: 64px 0;
  }

  .site-footer {
    padding-bottom: 84px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .navbar-brand img {
    width: 42px;
    height: 42px;
  }

  .navbar-brand strong {
    font-size: 0.94rem;
  }

  .navbar-brand small {
    font-size: 0.68rem;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .coach-card::before {
    inset: 14px;
  }

  .coach-nameplate span {
    font-size: 0.96rem;
  }

  .coach-nameplate strong {
    font-size: 0.8rem;
  }

  .trust-bar div,
  .problem-card,
  .growth-step,
  .comparison-column,
  .bonus-card {
    padding: 20px;
  }

  .stat-box {
    min-height: 165px;
    padding: 22px 12px;
  }

  .countdown-grid div {
    min-height: 102px;
  }

  .mobile-sticky-cta a {
    gap: 5px;
    min-height: 56px;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
