@media only screen and (max-width: 1400px) {
  .hero {
    padding: 50px 0 75px;
  }
  .band,
  .section-contact {
    padding: 75px 0;
  }
  footer {
    padding: 75px 0 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .contact-grid,
  .hero-grid,
  .explain-grid {
    gap: 50px;
  }
}
@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero .lead {
    max-width: none;
  }
  .hero-form {
    position: static;
  }
  .sub-head {
    width: 100%;
  }
  .hero-content {
    text-align: center;
  }
  .hero h1 {
    text-align: center;
  }
  .hero .lead {
    text-align: center;
  }
  .hero-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-ticks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trust-item h4 {
    font-size: 18px;
  }
  .contact-grid,
  .hero-grid,
  .explain-grid {
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .explain-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mech-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .explain-copy {
    text-align: center;
  }
  .explain-copy .eyebrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .explain-copy h2 {
    text-align: center;
  }
  .contact-sub {
    max-width: 100%;
  }
  .contact-info {
    text-align: center;
  }
  .contact-info h2 {
    text-align: center;
  }
  .hero-content .eyebrow,
  .rev-head .eyebrow,
  .final .eyebrow,
  .hero .lead,
  .contact-info .eyebrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 820px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .sticky-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body {
    font-size: 14px;
  }
  .floating-cta {
    display: none;
  }
}
@media (max-width: 760px) {
  .trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .steps-grid::before {
    display: none;
  }
  .who-grid {
    grid-template-columns: 1fr;
  }
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .impact-card,
  .impact-card:nth-child(4) {
    grid-column: span 1;
  }
}
@media (max-width: 560px) {
  .nav-phone {
    display: none;
  }
  .nav-cta {
    padding: 9px 16px;
    font-size: 0.85rem;
  }
  .hero {
    padding: 30px 0 50px;
  }
  .hero-form {
    padding: 20px;
  }
  .trust-strip {
    padding: 30px 0;
  }
  .band,
  .section-contact {
    padding: 30px 0;
  }
  .impact-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .impact-card,
  .impact-card:nth-child(4) {
    grid-column: span 1;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .hero-form .form-header {
    margin-bottom: 20px;
  }
  .hero-pill {
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-grid,
  .hero-grid,
  .explain-grid {
    gap: 30px;
  }
  .explain-copy .eyebrow {
    text-align: center;
  }
  .sub-head h2 {
    margin: 0px 0 10px;
  }
  .sub-head {
    margin: 0px auto 30px;
  }
  .eyebrow {
    font-size: 12px;
  }
  .how-work-btn {
    margin: 30px auto 0;
  }
  .who-badge {
    font-size: 12px;
    text-align: center;
    width: 75%;
  }
  .who-card.featured h3 {
    text-align: center;
  }
  .why-grid {
    margin-top: 30px;
  }
  .cta-row {
    width: 100%;
  }
  .cta-row .f-btn {
    width: 100%;
  }
  .faq-wrap {
    margin: 30px auto 0;
  }
  .faq summary {
    padding: 20px;
    font-size: 16px;
    line-height: 1.3;
  }
  .faq .ans {
    padding: 0 20px 20px;
  }
  footer {
    padding: 50px 0 0px;
  }
}
@media (max-width: 520px) {
  .mech-grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=responsive.css.map */