.gps-hero-section {
  padding-top: 4rem;
}

.gps-hero-title {
  max-width: 11ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.gps-hero-subtitle {
  max-width: 34rem;
  color: var(--pm-copy);
  font-size: 1.12rem;
  line-height: 1.8;
}

.gps-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}

.app-store-badge img {
  display: block;
  max-width: 180px;
  height: auto;
}

.gps-carousel-shell {
  padding: 1.35rem;
}

.gps-screen-card {
  max-width: 440px;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.gps-screen-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(17, 42, 20, 0.16);
}

.gps-screen-card h2 {
  margin: 1.15rem auto 0;
  max-width: 18ch;
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 800;
}

.carousel-indicators {
  margin-bottom: -0.2rem;
}

.player-feature-card {
  padding: 1.6rem;
}

.player-feature-card h3 {
  margin: 1.15rem 0 0.8rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.player-feature-card p {
  margin: 0;
  color: var(--pm-copy);
  line-height: 1.72;
}

@media (max-width: 991.98px) {
  .gps-hero-title {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .gps-hero-section {
    padding-top: 2.5rem;
  }

  .app-store-badge img {
    max-width: 165px;
  }

  .gps-screen-card h2 {
    font-size: 1.15rem;
  }
}
