@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }
  .hero { text-align: center; }
  .hero__sub { max-width: none; margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .hero__note { justify-content: center; }
  .hero__text,
  .hero__visual {
    min-width: 0;
  }
  .hero__visual { max-width: 540px; margin: 0 auto; }
  .cards-stage {
    width: 100%;
    max-width: 100%;
    transform: none;
    margin-bottom: 0;
  }
  .steps-flow { grid-template-columns: 1fr 1fr; }
  .steps-flow::before { display: none; }
  .why__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .preview__screens { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 680px) {
  .hero { padding: 3.5rem 0 3rem; }
  .how, .why, .pricing, .faq, .cta, .goodfb, .preview { padding: 3.5rem 0; }
  .goodfb__cards { grid-template-columns: 1fr 1fr; }
  .steps-flow { grid-template-columns: 1fr; }
  .stat-item { flex: 1 1 50%; }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .stat-item:nth-child(even) { border-right: none; }
  .stat-item { border-bottom: 1px solid var(--border); }
  .stat-item:nth-last-child(-n+2) { border-bottom: none; }
  .footer__inner { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .goodfb__cards { grid-template-columns: 1fr; }
}


@media (max-width: 900px) {
  .hero__text {
    display: grid;
    justify-items: center;
    gap: 0;
  }

  .hero__eyebrow {
    max-width: min(100%, 26rem);
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.5;
    padding: 0.6rem 1rem;
  }

  .hero__visual {
    width: 100%;
  }

  .cards-stage {
    height: auto;
    transform: none;
    margin-bottom: 0;
    display: grid;
    gap: 1rem;
    justify-items: center;
    align-items: start;
  }

  .card-slot,
  .card-slot--center,
  .card-slot--left,
  .card-slot--right {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 24rem);
    max-width: 100%;
    opacity: 1;
    z-index: auto;
  }

  .pcard-img {
    height: 180px;
  }
}

@media (max-width: 680px) {
  .hero__inner {
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 14vw, 3.2rem);
  }

  .hero__eyebrow {
    font-size: 0.95rem;
    border-radius: 1.5rem;
  }

  .hero__sub {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero__note {
    line-height: 1.6;
    flex-wrap: wrap;
  }

  .hero__recap {
    padding: 0.9rem 1rem;
  }

  .hero__recap-badges {
    flex-wrap: wrap;
  }

  .hero__recap-badge {
    justify-content: center;
  }

  .pcard-header,
  .pcard-footer {
    flex-wrap: wrap;
  }

  .pcard-footer > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .btn-leave {
    width: 100%;
  }
}
