.hero > *,
.sectionHead > *,
.workspaceGrid > *,
.driverGrid > *,
.contact > * {
  min-width: 0;
}

@media (max-width: 560px) {
  h1 {
    font-size: 54px;
    letter-spacing: -3px;
    overflow-wrap: anywhere;
  }

  .advantageGrid {
    grid-template-columns: 1fr;
  }

  .lead {
    font-size: 17px;
  }

  .trustLine {
    gap: 16px;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 44px;
    letter-spacing: -2.5px;
  }

  .processor {
    min-width: 0;
  }

  .flow {
    gap: 14px;
  }

  .pulse {
    width: 82px;
    height: 82px;
  }

  .driverApp {
    overflow: hidden;
  }

  .phone {
    width: min(280px, 100%);
    min-height: 500px;
    padding-inline: 17px;
    transform: none;
  }
}
