/* ---- Global responsive tuning ---- */
/* Tablet & below */
@media (max-width: 900px) {
  section {
    padding: 72px 0;
  }
  .section-head {
    margin: 0 auto 40px;
  }
}

/* Phones */
@media (max-width: 600px) {
  .wrap {
    padding: 0 18px;
  }
  section {
    padding: 56px 0;
  }
  .section-head {
    margin: 0 auto 32px;
  }
  .section-head p {
    font-size: 15px;
  }

  /* Hero */
  .hero {
    padding: 24px 0 48px;
  }
  .hero-sub {
    font-size: 15.5px;
  }
  .hero-cta {
    gap: 10px;
    margin-top: 24px;
  }
  .hero-cta .btn-lg {
    width: 100%;
    justify-content: center;
  }
  .hero-trust {
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
  }

  /* Buttons (general) */
  .btn-lg {
    height: 48px;
    padding: 0 22px;
    font-size: 14px;
  }

  /* Stats */
  .stats-num {
    font-size: 30px;
  }

  /* Showcase */
  .show-tabs {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .show-tabs::-webkit-scrollbar {
    display: none;
  }
  .show-tab {
    flex-shrink: 0;
  }
  .show-caption {
    flex-direction: column;
    gap: 6px;
  }

  /* Quote */
  .quote-card {
    padding: 36px 24px;
  }
  .quote-card blockquote {
    font-size: 19px;
  }
  .quote-mark {
    top: 24px;
    left: 18px;
    font-size: 60px;
  }

  /* CTA */
  .cta {
    padding: 64px 0;
  }
  .cta-card {
    padding: 40px 22px;
  }
  .cta-btns .btn-lg {
    width: 100%;
    justify-content: center;
  }

  /* FAQ */
  .faq-q {
    padding: 16px 18px;
    font-size: 14.5px;
  }
  .faq-item.is-open .faq-a {
    padding: 0 18px 18px;
    max-height: 320px;
  }

  /* Footer */
  .foot {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }
  .foot .brand {
    justify-content: center;
  }
  .foot-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    row-gap: 10px;
  }

  /* Onboarding */
  .ob-img img {
    width: 100%;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .wrap {
    padding: 0 14px;
  }
  h1.hero-title {
    font-size: 38px;
  }
  .hero-pill {
    font-size: 11.5px;
  }
  .hero-trust {
    font-size: 11.5px;
  }
}
