.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: flex-end;
  gap: 1rem;
  margin: 2rem 0;
}

.pm-gps-page .hero-action-row {
  align-items: flex-end;
}

.app-store-badge {
  display: inline-flex;
  align-items: flex-end;
}

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

.app-store-badge-disabled {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.72;
  cursor: default;
}

.app-store-badge-disabled img {
  filter: grayscale(0.15);
}

.app-store-badge-note {
  position: absolute;
  right: 0.6rem;
  bottom: 0.4rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: #ff0000;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gps-hero-actions .pm-button-secondary,
.pm-gps-page .hero-action-row .pm-button-secondary {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 0;
  padding-inline: 1.9rem;
  line-height: 1.1;
  text-align: center;
}

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

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

.gps-device-frame {
  position: relative;
  width: min(100%, 330px);
  margin: 0 auto;
  padding: 0.72rem;
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(180deg, #2a302c 0%, #191e1b 58%, #111512 100%);
  box-shadow:
    0 28px 60px rgba(17, 42, 20, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 8px rgba(0, 0, 0, 0.35);
}

.gps-device-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.65rem;
  width: 29%;
  height: 0.28rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  z-index: 2;
}

.gps-device-screen {
  position: relative;
  overflow: hidden;
  border-radius: 2.2rem;
  background: #000000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 14px 28px rgba(255, 255, 255, 0.04);
}

.gps-device-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.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;
}

.pm-gps-page .section-heading .pm-section-subtitle {
  margin-left: 0;
  text-align: left;
}

@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;
  }

  .gps-device-frame {
    width: min(100%, 300px);
    border-radius: 2.45rem;
  }

  .gps-device-screen {
    border-radius: 1.95rem;
  }
}
