@media (max-width: 720px) {
  body main {
    display: flex;
    flex-direction: column;
  }

  body main > .hero {
    order: 1;
  }

  body main > .quote-panel {
    order: 2;
  }

  body main > .testimonials {
    order: 3;
  }

  body main > .why {
    order: 4;
  }

  body main > .solutions {
    order: 5;
  }

  body main > .home-faq {
    order: 6;
  }

  body main > .cta {
    order: 7;
  }

  body main > .feature-mosaic {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body {
    padding-bottom: 0;
  }

  body .site-header {
    min-height: 62px;
    height: 62px;
    padding: 0 14px;
  }

  body .logo img {
    width: 142px;
    height: auto;
  }

  body .menu-toggle {
    width: 42px;
    height: 42px;
  }

  body .hero {
    min-height: 500px;
  }

  body .hero-content {
    width: calc(100% - 32px);
    padding: 34px 0 62px;
  }

  body .hero .eyebrow {
    margin-bottom: 12px;
    padding: 7px 10px;
    font-size: 11px;
  }

  body .hero h1 {
    max-width: 370px;
    margin-bottom: 8px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: .98;
  }

  body .hero-trust-early {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin: 12px 0;
    font-size: 13px;
  }

  body .hero-content > p {
    max-width: 390px;
    margin: 10px 0 14px;
    font-size: 14px;
    line-height: 1.48;
  }

  body .checks {
    display: none;
  }

  body .hero-buttons {
    display: grid;
    width: min(100%, 240px);
    margin-top: 14px;
  }

  body .hero-buttons a {
    width: 100%;
    min-height: 44px;
    padding-inline: 15px;
  }

  body .hero-buttons .secondary {
    display: none;
  }

  body .hero-buttons .hero-quote-down {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 7px;
    color: #fff;
    background: rgba(9, 7, 30, .5);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(8px);
  }

  body .hero-quote-down svg {
    width: 17px;
    height: 17px;
  }

  body .hero-card {
    display: none;
  }

  body .quote-panel {
    margin-top: 8px;
    padding: 16px 14px;
  }

  body .quote-stepper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    min-height: 52px;
    margin-bottom: 16px;
    padding: 6px 4px;
  }

  body .quote-stepper::before {
    position: absolute;
    top: 18px;
    right: 17%;
    left: 17%;
    height: 2px;
    content: "";
    background: #e2e5ea;
  }

  body .quote-stepper button {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    min-height: 42px;
    padding: 0 2px;
    font-size: 12px;
    white-space: nowrap;
  }

  body .quote-stepper button span {
    display: grid;
    flex: 0 0 24px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 11px;
  }

  body .quote-stepper i {
    display: none;
  }

  body .quote-contact-card .call-box {
    color: inherit;
    text-decoration: none;
  }

  body .quote-step h3 {
    margin-bottom: 5px;
    font-size: 23px;
  }

  body .quote-step > p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  body .quote-panel input,
  body .quote-panel select {
    min-height: 48px;
    padding: 0 13px;
  }

  body .quote-panel textarea {
    min-height: 82px;
    padding: 12px 13px;
  }

  body .route-vehicle-choice {
    margin-top: 12px;
  }

  body .vehicle-grid {
    gap: 8px;
  }

  body .vehicle-choice-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    min-height: 105px;
    padding: 10px 12px;
  }

  body .vehicle-photo {
    height: 78px;
  }

  body .vehicle-choice-card .vehicle-choice-copy b {
    font-size: 17px;
  }

  body .vehicle-choice-card .vehicle-choice-copy span,
  body .vehicle-choice-card .vehicle-choice-copy small,
  body .route-vehicle-heading p,
  body .route-stops-head span {
    font-size: 12px;
  }

  body .route-stops {
    margin-top: 14px;
    padding: 12px;
  }

  body .speed-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body .speed-choice-card {
    grid-template-columns: 38px 1fr;
    min-height: 72px;
    padding: 10px 42px 10px 12px;
  }

  body .speed-choice-icon {
    width: 38px;
    height: 38px;
  }

  body .planning-panel,
  body .cargo-items-panel,
  body .wizard-price {
    margin-top: 12px;
    padding: 14px;
  }

  body .section {
    margin-top: 38px;
  }

  body .section-intro {
    margin-bottom: 16px;
  }

  body .section-intro h2,
  body .why h2,
  body .testimonials h2 {
    font-size: 27px;
    line-height: 1.08;
  }

  body .solutions {
    padding-block: 26px;
  }

  body .cards,
  body .review-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  body .cards {
    padding-inline: 14px;
    margin-inline: -14px;
  }

  body .cards article {
    flex: 0 0 76vw;
    min-height: 0;
    padding: 16px;
    scroll-snap-align: start;
  }

  body .cards article p {
    margin: 6px 0 10px;
    font-size: 13px;
  }

  body .review-grid article {
    flex: 0 0 86%;
    min-height: 0;
    padding: 18px;
    scroll-snap-align: center;
  }

  body .feature-mosaic {
    gap: 10px;
  }

  body .phone-card {
    display: grid;
    grid-template-columns: 1fr 116px;
    align-items: center;
    min-height: 170px;
    padding: 18px;
  }

  body .phone-card > img {
    width: 116px;
    height: 140px;
    margin: 0;
    object-fit: cover;
  }

  body .mini-card,
  body .operator-card {
    min-height: 110px;
    padding: 16px;
  }

  body .operator-card {
    grid-template-columns: 44px 1fr 92px;
  }

  body .operator-card img {
    position: static;
    width: 92px;
    height: 86px;
    object-fit: cover;
  }

  body .parcel-card {
    grid-template-columns: 1fr 120px;
    gap: 12px;
    padding: 18px;
  }

  body .parcel-photo-wrap {
    width: 120px;
    height: 105px;
  }

  body .parcel-features {
    grid-column: 1 / -1;
    gap: 6px;
  }

  body .parcel-features span {
    min-height: 34px;
    padding: 5px 9px;
    font-size: 11px;
  }

  body .why {
    gap: 18px;
  }

  body .why-media > img {
    height: 220px;
  }

  body .home-faq {
    padding: 20px 14px;
  }

  body .home-faq-grid {
    gap: 8px;
  }

  body .home-faq-grid summary {
    min-height: 54px;
    padding: 13px 14px;
    font-size: 15px;
  }

  body .home-faq-grid .faq-answer p {
    padding: 0 14px 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  body .cta {
    margin-bottom: 18px;
    padding: 20px 16px;
  }

  body .site-footer {
    padding-bottom: 30px;
  }

  body .whatsapp-float {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    display: inline-flex !important;
  }

  body .mobile-action-bar {
    display: none !important;
  }
}
