:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --surface-deep: #0b1624;
  --surface-deep-2: #111f30;
  --text: #102031;
  --muted: #5e7085;
  --line: rgba(16, 32, 49, 0.1);
  --gold: #f3b400;
  --gold-strong: #ffcc47;
  --sky: #57a6ff;
  --sky-soft: rgba(87, 166, 255, 0.16);
  --radius-xs: 16px;
  --radius-sm: 22px;
  --radius-md: 30px;
  --radius-lg: 38px;
  --shadow-soft: 0 24px 55px rgba(13, 25, 39, 0.08);
  --shadow-card: 0 24px 80px rgba(10, 20, 32, 0.14);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, 0.35);
  --container: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 204, 71, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(87, 166, 255, 0.18), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
details,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(255, 204, 71, 0.55);
  outline-offset: 3px;
  border-radius: 16px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.page-shell {
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 6px 0;
  background: var(--bg);
  box-shadow: 0 18px 40px rgba(10, 20, 32, 0.08);
  border-bottom: 1px solid rgba(16, 32, 49, 0.05);
  transition: padding 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled {
  padding: 6px 0;
}

.header-bar {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.site-header.is-scrolled .header-bar {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px;
  border-radius: 24px;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  min-width: 0;
}

.brand-name {
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: #0b3a7a;
}

.brand img {
  width: 44px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(16, 32, 49, 0.06);
  color: var(--text);
}

.site-nav .nav-pill {
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  color: #141a22;
  box-shadow: 0 14px 28px rgba(243, 180, 0, 0.26);
}

.site-nav .nav-pill:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--gold-strong), var(--gold));
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 14px;
  background: rgba(16, 32, 49, 0.06);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.hero {
  position: relative;
  padding: 34px 0 96px;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.hero-orb--gold {
  width: 360px;
  height: 360px;
  top: -120px;
  right: -40px;
  background: radial-gradient(circle, rgba(255, 208, 86, 0.4), rgba(255, 208, 86, 0));
}

.hero-orb--blue {
  width: 300px;
  height: 300px;
  left: -80px;
  top: 220px;
  background: radial-gradient(circle, rgba(87, 166, 255, 0.24), rgba(87, 166, 255, 0));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(11, 22, 36, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eyebrow-dark {
  color: var(--text);
  background: rgba(16, 32, 49, 0.06);
  border-color: rgba(16, 32, 49, 0.08);
}

.text-orange {
  color: #ff9900;
}

.hero h1,
.section-header h2,
.feature-card h3,
.feature-panel h3,
.service-card h3,
.valet-copy h2,
.download-card h2,
.testimonial-card strong,
.faq-item summary {
  font-family: "Sora", "Manrope", system-ui, sans-serif;
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(2.6rem, 4.5vw, 3.6rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
  max-width: 20ch;
}

.hero-title-main,
.hero-highlight {
  position: relative;
  display: block;
}

.hero-title-main {
  color: #0b3a7a;
}

.hero-highlight {
  color: #0b3a7a;
}

.hero-word-taxi {
  color: #f3b400;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero-title-main,
  .hero-highlight {
    background-image: linear-gradient(
      110deg,
      #0b3a7a 0%,
      #0b3a7a 45%,
      #4f80bf 50%,
      #0b3a7a 55%,
      #0b3a7a 100%
    );
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: hero-title-sweep 15s ease-in-out infinite;
  }

  .hero-highlight {
    animation-delay: 0.2s;
  }

  .hero-word-taxi {
    background-image: linear-gradient(
      110deg,
      #f3b400 0%,
      #f3b400 42%,
      #ffdd7d 50%,
      #f3b400 58%,
      #f3b400 100%
    );
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: hero-title-sweep 15s ease-in-out infinite;
    animation-delay: 0.1s;
  }
}

@keyframes hero-title-sweep {
  0%,
  20% {
    background-position: 8% 50%;
  }

  50%,
  62% {
    background-position: 92% 50%;
  }

  88%,
  100% {
    background-position: 8% 50%;
  }
}

.hero-lead {
  max-width: 620px;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.78;
  color: var(--muted);
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-bullets span,
.hero-floating--service span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: 0 12px 24px rgba(10, 20, 32, 0.06);
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
}

.hero-bullets span::before,
.checklist li::before,
.service-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  box-shadow: 0 0 0 5px rgba(243, 180, 0, 0.14);
  flex: 0 0 auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-download-label {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  color: #171d25;
  box-shadow: 0 22px 36px rgba(243, 180, 0, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(16, 32, 49, 0.08);
  color: var(--text);
  box-shadow: 0 16px 30px rgba(10, 20, 32, 0.06);
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.store-badges a {
  display: inline-flex;
  padding: 5px;
  border-radius: 18px;
  background: #0d1826;
  box-shadow: 0 16px 36px rgba(10, 20, 32, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.store-badges a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(10, 20, 32, 0.18);
}

.store-badges img {
  width: 160px;
  height: 54px;
  object-fit: contain;
}

.payment-strip {
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
}

.payment-strip__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.payment-strip__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.payment-strip__logos img {
  width: auto;
  height: 24px;
}

.payment-strip__logos img[alt="Google Pay"] {
  margin-right: -30px;
}

.payment-strip__logos img[alt="HPay"] {
  margin-left: -6px;
}

.hero-scene {
  position: relative;
}

.hero-scene__frame {
  position: relative;
  min-height: 800px;
}

.hero-device,
.hero-floating--metric,
.hero-floating--photo {
  will-change: transform;
}

.hero-photo {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(66%, 420px);
  height: 620px;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-photo img,
.service-card__media img,
.valet-photo img,
.hero-floating--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo img {
  object-position: center center;
}

.hero-device {
  position: absolute;
  left: -10px;
  bottom: -38px;
  width: min(53%, 320px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  animation: float-device 7s ease-in-out infinite;
}

.hero-device img {
  border-radius: 0;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 70px rgba(10, 20, 32, 0.24));
}

.hero-floating {
  position: absolute;
  border-radius: 28px;
}

.hero-floating--metric {
  top: 40px;
  left: 24px;
  width: 214px;
  padding: 22px 22px 20px;
  background: rgba(11, 22, 36, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.25);
  animation: float-card 6s ease-in-out infinite;
}

.hero-floating--metric strong {
  display: block;
  margin: 12px 0 6px;
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.hero-floating--metric span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.hero-floating__kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.hero-floating--photo {
  right: 34px;
  bottom: 40px;
  width: 168px;
  height: 168px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 40px rgba(10, 20, 32, 0.16);
  animation: float-photo 8s ease-in-out infinite;
}

.hero-floating--photo img {
  border-radius: 22px;
}

.hero-floating--photo.is-logo img {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.98);
}

.hero-floating--service {
  right: 28px;
  top: 126px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.metric-chip {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
}

.metric-chip strong {
  display: block;
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.metric-chip span {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.experience,
.services,
.coverage,
.testimonials,
.faq,
.download {
  padding: 96px 0;
}

.experience {
  position: relative;
}

.section-header {
  text-align: center;
}

.section-header h2 {
  max-width: 960px;
  margin: 20px auto 16px;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.letter-shine-title {
  color: var(--text);
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.valet-copy h2,
.pricing-card h3,
.service-card h3,
.feature-card h3,
.faq-item summary {
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.letter-shine-title.is-letter-shine .letter-shine-char,
.letter-shine-title.is-letter-shine .letter-shine-space {
  display: inline-block;
}

.letter-shine-title.is-letter-shine .letter-shine-word {
  display: inline-flex;
  white-space: nowrap;
}

.letter-shine-title.is-letter-shine .letter-shine-space {
  width: 0.33em;
}

.letter-shine-title.is-letter-shine .letter-shine-char {
  color: var(--text);
  text-shadow: 0 4px 16px rgba(243, 180, 0, 0.12);
  animation: letter-shine-pass-dark 8s linear infinite;
  animation-delay: calc(var(--char-index) * 0.085s);
  animation-play-state: paused;
}

.letter-shine-title.is-letter-shine.is-letter-shine-active .letter-shine-char {
  animation-play-state: running;
}

@keyframes letter-shine-pass-dark {
  0%,
  6% {
    color: var(--text);
    text-shadow: 0 4px 16px rgba(243, 180, 0, 0.12);
    transform: translateY(0);
  }

  10% {
    color: #f3b400;
    text-shadow: 0 8px 24px rgba(243, 180, 0, 0.32);
    transform: translateY(-1px);
  }

  14%,
  100% {
    color: var(--text);
    text-shadow: 0 4px 16px rgba(243, 180, 0, 0.12);
    transform: translateY(0);
  }
}

.section-header p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--muted);
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.feature-panel {
  position: relative;
  grid-row: span 3;
  min-height: 520px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(243, 180, 0, 0.22), transparent 35%),
    linear-gradient(145deg, #0d1724, #142133 70%);
  color: #ffffff;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.feature-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 23, 36, 0.98) 0%,
    rgba(13, 23, 36, 0.93) 40%,
    rgba(13, 23, 36, 0.72) 64%,
    rgba(13, 23, 36, 0.28) 82%,
    rgba(13, 23, 36, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.feature-panel__copy {
  position: relative;
  z-index: 3;
  max-width: 360px;
}

.feature-panel h3 {
  margin: 10px 0 14px;
  font-size: 2rem;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.feature-panel__title-animated {
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(243, 180, 0, 0.18);
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.feature-panel__title-animated.is-letter-shine {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.feature-panel__title-animated.is-letter-shine .letter-shine-char,
.feature-panel__title-animated.is-letter-shine .letter-shine-space {
  display: inline-block;
}

.feature-panel__title-animated.is-letter-shine .letter-shine-word {
  display: inline-flex;
  white-space: nowrap;
}

.feature-panel__title-animated.is-letter-shine .letter-shine-space {
  width: 0.33em;
}

.feature-panel__title-animated.is-letter-shine .letter-shine-char {
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(243, 180, 0, 0.18);
  animation: letter-shine-pass 8s linear infinite;
  animation-delay: calc(var(--char-index) * 0.085s);
  animation-play-state: paused;
}

.feature-panel__title-animated.is-letter-shine.is-letter-shine-active .letter-shine-char {
  animation-play-state: running;
}

@keyframes letter-shine-pass {
  0%,
  6% {
    color: #ffffff;
    text-shadow: 0 8px 24px rgba(243, 180, 0, 0.18);
    transform: translateY(0);
  }

  10% {
    color: #ffd777;
    text-shadow: 0 10px 28px rgba(243, 180, 0, 0.34);
    transform: translateY(-1px);
  }

  14%,
  100% {
    color: #ffffff;
    text-shadow: 0 8px 24px rgba(243, 180, 0, 0.18);
    transform: translateY(0);
  }
}

.feature-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.panel-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-panel__screen {
  position: absolute;
  right: 12px;
  bottom: -80px;
  width: min(72%, 440px);
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  transform: rotate(-4deg);
  z-index: 2;
}

.feature-panel__screen img {
  border-radius: 20px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  opacity: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 178, 46, 0.18), transparent 58%),
    radial-gradient(circle at bottom right, rgba(87, 166, 255, 0.16), transparent 56%);
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card--accent {
  background:
    radial-gradient(circle at top right, rgba(255, 204, 71, 0.22), transparent 35%),
    rgba(255, 255, 255, 0.95);
}

.feature-card__index {
  display: inline-flex;
  margin-bottom: 18px;
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.2em;
}

.feature-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(16, 32, 49, 0.06);
  border: 1px solid rgba(16, 32, 49, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text);
  margin-bottom: 14px;
  transition: transform 0.32s ease, background 0.32s ease, border-color 0.32s ease, color 0.32s ease;
}

.feature-card--accent .feature-card__icon {
  background: rgba(243, 180, 0, 0.14);
  border-color: rgba(243, 180, 0, 0.22);
  color: #6b4300;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(243, 180, 0, 0.2);
    box-shadow: 0 34px 80px rgba(10, 20, 32, 0.14);
  }

  .feature-card:hover::after {
    opacity: 1;
  }

  .feature-card:hover .feature-card__icon {
    transform: translateY(-1px);
    background: rgba(87, 166, 255, 0.14);
    border-color: rgba(87, 166, 255, 0.22);
    color: rgba(30, 64, 175, 0.95);
  }

  .feature-card--accent:hover .feature-card__icon {
    background: rgba(255, 178, 46, 0.16);
    border-color: rgba(255, 178, 46, 0.24);
    color: #6b4300;
  }
}

.services {
  position: relative;
}

.services-panel {
  margin-top: 34px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 178, 46, 0.14), transparent 42%),
    radial-gradient(circle at bottom left, rgba(87, 166, 255, 0.12), transparent 48%),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.services-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 178, 46, 0.06), rgba(87, 166, 255, 0.04));
  pointer-events: none;
}

.services-panel > * {
  position: relative;
  z-index: 1;
}

.services-panel-copy {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 22px;
}

.services-panel-copy h3 {
  margin: 0 0 10px;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
}

.services-panel-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.ride-types-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

@media (min-width: 980px) {
  .ride-types-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ride-types-list .ride-type {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    --ride-pad: 14px;
    padding: var(--ride-pad);
  }

  .ride-types-list .ride-type-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .ride-types-list .ride-type-body {
    width: 100%;
    gap: 10px;
  }

  .ride-types-list .ride-type-head {
    gap: 8px;
  }

  .ride-types-list .ride-type-title {
    font-size: 0.98rem;
  }

  .ride-types-list .ride-type p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .ride-types-list .ride-type-media {
    height: 84px;
    margin-bottom: 12px;
  }
}

@media (min-width: 980px) and (max-width: 1120px) {
  .ride-types-list .ride-type-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ride-types-list .ride-type-badge {
    justify-self: start;
    padding: 5px 9px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}

.ride-type {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  --ride-pad: 18px;
  padding: var(--ride-pad);
  border-radius: 24px;
  --ride-accent: var(--sky);
  --ride-accent-soft: var(--sky-soft);
  --ride-accent-border: rgba(87, 166, 255, 0.22);
  --ride-badge-bg: rgba(87, 166, 255, 0.1);
  --ride-badge-border: rgba(87, 166, 255, 0.2);
  --ride-badge-fg: #1f3f5c;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: 0 14px 30px rgba(10, 20, 32, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.ride-type-media {
  margin: calc(var(--ride-pad) * -1) calc(var(--ride-pad) * -1) 14px;
  height: 96px;
  border-radius: calc(24px - 6px);
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 1px rgba(16, 32, 49, 0.06);
}

.ride-type-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 35, 0.05), rgba(8, 20, 35, 0.22));
  pointer-events: none;
}

.ride-type-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.ride-type.is-standard .ride-type-media img {
  object-position: center;
}

.ride-type.is-premium .ride-type-media img {
  object-position: center 78%;
}

.ride-type.is-van .ride-type-media img {
  object-position: 28% 82%;
}

.ride-type::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, var(--ride-accent-soft), transparent 58%);
  opacity: 0.9;
  pointer-events: none;
}

.ride-type.is-standard {
  --ride-accent: var(--gold);
  --ride-accent-soft: rgba(243, 180, 0, 0.16);
  --ride-accent-border: rgba(243, 180, 0, 0.24);
  --ride-badge-bg: rgba(243, 180, 0, 0.12);
  --ride-badge-border: rgba(243, 180, 0, 0.22);
  --ride-badge-fg: #6b4300;
}

.ride-type.is-premium {
  --ride-accent: rgba(255, 178, 46, 0.98);
  --ride-accent-soft: rgba(255, 178, 46, 0.16);
  --ride-accent-border: rgba(255, 178, 46, 0.24);
  --ride-badge-bg: rgba(255, 178, 46, 0.12);
  --ride-badge-border: rgba(255, 178, 46, 0.22);
  --ride-badge-fg: #7a4b00;
}

.ride-type.is-eco {
  --ride-accent: rgba(34, 197, 94, 0.98);
  --ride-accent-soft: rgba(34, 197, 94, 0.14);
  --ride-accent-border: rgba(34, 197, 94, 0.22);
  --ride-badge-bg: rgba(34, 197, 94, 0.1);
  --ride-badge-border: rgba(34, 197, 94, 0.2);
  --ride-badge-fg: #14532d;
}

.ride-type.is-limo {
  --ride-accent: rgba(30, 64, 175, 0.95);
  --ride-accent-soft: rgba(30, 64, 175, 0.14);
  --ride-accent-border: rgba(30, 64, 175, 0.22);
  --ride-badge-bg: rgba(30, 64, 175, 0.1);
  --ride-badge-border: rgba(30, 64, 175, 0.18);
  --ride-badge-fg: rgba(30, 64, 175, 0.95);
}

.ride-type.is-van {
  --ride-accent: rgba(71, 85, 105, 0.98);
  --ride-accent-soft: rgba(71, 85, 105, 0.14);
  --ride-accent-border: rgba(71, 85, 105, 0.22);
  --ride-badge-bg: rgba(71, 85, 105, 0.1);
  --ride-badge-border: rgba(71, 85, 105, 0.2);
  --ride-badge-fg: rgba(71, 85, 105, 0.98);
}

.ride-type::after {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 178, 46, 0.28), transparent 55%),
    radial-gradient(circle at bottom left, rgba(87, 166, 255, 0.2), transparent 50%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.ride-type-top,
.ride-type-icon,
.ride-type-body {
  position: relative;
  z-index: 1;
}

.ride-type-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.ride-type-top .ride-type-badge {
  margin-left: auto;
}

@media (hover: hover) and (pointer: fine) {
  .ride-type:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(10, 20, 32, 0.1);
    border-color: rgba(243, 180, 0, 0.22);
    background: rgba(255, 255, 255, 0.94);
  }

  .ride-type:hover::after {
    opacity: 1;
  }

  .ride-type:hover .ride-type-icon {
    transform: translateY(-1px);
  }

  .ride-type:hover .ride-type-media img {
    transform: scale(1.06);
  }
}

.ride-type-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  flex: 0 0 auto;
  background: var(--ride-accent-soft);
  border: 1px solid var(--ride-accent-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  color: var(--ride-accent);
  line-height: 1;
}

.ride-type-icon::before {
  content: none;
}

.ride-type-icon i {
  font-size: 20px;
}

.ride-type-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.ride-type-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.ride-type-title {
  margin: 0;
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-size: 1.1rem;
  min-width: 0;
  line-height: 1.15;
  flex: 1 1 auto;
}

.ride-type-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ride-badge-bg);
  border: 1px solid var(--ride-badge-border);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ride-badge-fg);
  flex: 0 0 auto;
  justify-self: end;
  white-space: nowrap;
}

.ride-type p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.services-types-note {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.services-subheader {
  margin-top: 46px;
  text-align: center;
}

.services-subheader h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.services-subheader p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted);
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(10, 20, 32, 0.14);
}

.service-card__media {
  margin: 0;
  aspect-ratio: 1 / 0.92;
  overflow: hidden;
}

.service-card__media img {
  transition: transform 0.45s ease;
}

.service-card:hover .service-card__media img {
  transform: scale(1.03);
}

.service-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px 28px;
}

.service-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 32, 49, 0.06);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0;
  font-size: 1.5rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-points,
.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.service-points li,
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text);
  font-weight: 700;
  line-height: 1.55;
}

.service-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 24px 28px;
  border-radius: 26px;
  background: rgba(16, 32, 49, 0.04);
  border: 1px solid rgba(16, 32, 49, 0.08);
}

.service-note strong {
  font-family: "Sora", "Manrope", system-ui, sans-serif;
}

.service-note a {
  font-weight: 800;
  color: var(--text);
}

.pricing {
  padding: 96px 0;
}

.pricing-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(10, 20, 32, 0.12);
}

.pricing-card__media {
  margin: 0;
  aspect-ratio: 1 / 0.66;
  overflow: hidden;
}

.pricing-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.pricing-card:hover .pricing-card__media img {
  transform: scale(1.03);
}

.pricing-card__body {
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.pricing-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.pricing-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text);
  font-weight: 800;
  line-height: 1.55;
}

.pricing-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  box-shadow: 0 0 0 5px rgba(243, 180, 0, 0.14);
  flex: 0 0 auto;
  margin-top: 6px;
}

.pricing-note {
  margin-top: 2px !important;
  color: rgba(94, 112, 133, 0.95) !important;
  font-weight: 700;
}

.about {
  padding: 96px 0;
}

.about-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: 44px;
  border-radius: 40px;
  background:
    radial-gradient(circle at top right, rgba(87, 166, 255, 0.16), transparent 38%),
    radial-gradient(circle at bottom left, rgba(255, 204, 71, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.92));
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: 0 34px 88px rgba(10, 20, 32, 0.1);
  overflow: hidden;
}

.about-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(11, 58, 122, 0.08), transparent 40%),
    radial-gradient(circle at 82% 68%, rgba(243, 180, 0, 0.1), transparent 42%);
  pointer-events: none;
}

.about-grid > * {
  position: relative;
  z-index: 1;
}

.about-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-copy h2 {
  margin: 20px 0 16px;
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.about-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.06rem;
}

.about-copy .btn {
  margin-top: 10px;
}

.checklist-dark li {
  color: var(--text);
}

.about-showcase {
  position: relative;
  width: min(100%, 560px);
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.about-showcase::before {
  content: "";
  position: absolute;
  inset: 34px 24px 24px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.18)),
    linear-gradient(160deg, rgba(11, 58, 122, 0.1), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 28px 80px rgba(10, 20, 32, 0.08);
  backdrop-filter: blur(12px);
}

.about-showcase__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.about-showcase__glow--blue {
  width: 280px;
  height: 280px;
  top: 42px;
  left: 24px;
  background: radial-gradient(circle, rgba(87, 166, 255, 0.32), rgba(87, 166, 255, 0));
}

.about-showcase__glow--gold {
  width: 260px;
  height: 260px;
  right: 12px;
  bottom: 36px;
  background: radial-gradient(circle, rgba(243, 180, 0, 0.3), rgba(243, 180, 0, 0));
}

.about-device {
  position: absolute;
  margin: 0;
  z-index: 1;
}

.about-device img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 82px rgba(10, 20, 32, 0.2));
}

.about-device--rear {
  left: 18px;
  top: 34px;
  width: min(44%, 236px);
  z-index: 1;
  transform: rotate(-14deg);
  animation: about-device-rear-float 9s ease-in-out infinite;
}

.about-device--front {
  right: 16px;
  bottom: 20px;
  width: min(49%, 272px);
  z-index: 3;
  transform: rotate(11deg);
  animation: about-device-front-float 8.2s ease-in-out infinite;
}

@keyframes about-device-rear-float {
  0%,
  100% {
    transform: rotate(-14deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-11deg) translate3d(0, -14px, 0);
  }
}

@keyframes about-device-front-float {
  0%,
  100% {
    transform: rotate(11deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(8deg) translate3d(0, -18px, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .about-device img {
    transition: filter 0.35s ease, box-shadow 0.35s ease;
  }

  .about-visual:hover .about-device img {
    filter: drop-shadow(0 34px 96px rgba(10, 20, 32, 0.24));
  }
}

.stats {
  padding: 104px 0;
}

.stats-surface {
  padding: 72px 44px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 71, 0.12), transparent 22%),
    radial-gradient(circle at bottom left, rgba(87, 166, 255, 0.18), transparent 30%),
    linear-gradient(160deg, #081423, #12253b 70%);
  color: #ffffff;
  box-shadow: var(--shadow-dark);
  overflow: hidden;
}

.section-header--light p {
  color: rgba(255, 255, 255, 0.7);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.stat-card {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.stat-card__label {
  display: inline-flex;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  line-height: 0.96;
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(243, 180, 0, 0.18);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .stat-card strong {
    background-image: linear-gradient(
      110deg,
      #ffffff 0%,
      #ffffff 44%,
      #ffd777 50%,
      #ffffff 56%,
      #ffffff 100%
    );
    background-size: 260% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: hero-title-sweep 8s ease-in-out infinite;
  }
}

.stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.valet {
  padding: 98px 0;
}

.valet-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 34px;
  align-items: center;
}

.valet-visual {
  position: relative;
  min-height: 660px;
}

.valet-photo {
  position: absolute;
  inset: 0 56px 0 0;
  margin: 0;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.valet-screen {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: min(78%, 520px);
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.valet-screen img {
  border-radius: 0;
  filter: drop-shadow(0 26px 80px rgba(10, 20, 32, 0.22));
}

.valet-copy {
  padding: 22px 0;
}

.valet-copy h2 {
  margin: 20px 0 16px;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.valet-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.06rem;
}

.valet-copy .btn {
  margin-top: 10px;
}

.coverage {
  background:
    radial-gradient(circle at top left, rgba(87, 166, 255, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.72);
}

.coverage-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.coverage-overview__card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.coverage-overview__card strong {
  display: block;
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.coverage-overview__card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}

.coverage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.coverage-chips span {
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: 0 10px 24px rgba(10, 20, 32, 0.06);
  font-weight: 800;
  color: var(--text);
}

.coverage-note {
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.75;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.coverage-note a {
  color: var(--text);
  font-weight: 800;
}

.coop-coverage {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
  justify-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.coop-pill {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.72);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: 0 10px 24px rgba(10, 20, 32, 0.04);
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .coop-pill:hover {
    transform: translateY(-5px);
    background: linear-gradient(
      135deg,
      rgba(255, 178, 46, 0.3),
      rgba(87, 166, 255, 0.14)
    );
    border-color: rgba(243, 180, 0, 0.22);
    box-shadow: 0 22px 46px rgba(10, 20, 32, 0.12);
  }
}

.pill-city {
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.01em;
  line-height: 1.2;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pill-provider {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.safety {
  padding: 96px 0;
}

.safety-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.safety-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.safety-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(10, 20, 32, 0.12);
}

.safety-card__media {
  margin: 0;
  aspect-ratio: 1 / 0.66;
  overflow: hidden;
}

.safety-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.safety-card:hover .safety-card__media img {
  transform: scale(1.03);
}

.safety-card__body {
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}

.safety-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(87, 166, 255, 0.14);
  border: 1px solid rgba(87, 166, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f3f5c;
  font-size: 22px;
  margin-bottom: 16px;
}

.safety-card:nth-child(2) .safety-icon {
  background: rgba(243, 180, 0, 0.14);
  border-color: rgba(243, 180, 0, 0.18);
  color: #6b4300;
}

.safety-card:nth-child(3) .safety-icon {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(34, 197, 94, 0.18);
  color: #14532d;
}

.safety-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.safety-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.testimonial-card {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
}

.testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--gold-strong);
  font-size: 16px;
}

.testimonial-stars i {
  line-height: 1;
}

.testimonial-card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.8;
}

.testimonial-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.testimonial-card span {
  color: var(--muted);
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.faq-item {
  padding: 0 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 32, 49, 0.08);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 46px 22px 0;
  font-size: 1.06rem;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--gold);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
  line-height: 1.75;
}

.faq-item p a {
  color: var(--text);
  font-weight: 800;
}

.contact {
  position: relative;
  padding: 104px 0;
  background:
    radial-gradient(circle at top left, rgba(243, 180, 0, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(87, 166, 255, 0.14), transparent 35%);
}

.contact-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 250px;
  padding: 32px 30px;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(16, 32, 49, 0.1);
  box-shadow: 0 22px 56px rgba(10, 20, 32, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0b3a7a, #57a6ff);
  opacity: 0.92;
}

.contact-card--support {
  background:
    radial-gradient(circle at top right, rgba(255, 204, 71, 0.18), transparent 35%),
    linear-gradient(145deg, #0d1f32, #12304d 74%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(7, 16, 26, 0.32);
  color: #ffffff;
}

.contact-card--support::before {
  background: linear-gradient(90deg, #f3b400, #ffd777);
}

.contact-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 32, 49, 0.08);
  color: rgba(16, 32, 49, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card--support .contact-card__eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}

.contact-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  max-width: 38ch;
}

.contact-card--support p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0b3a7a;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.contact-card__link::after {
  content: "→";
  line-height: 1;
  transition: transform 0.25s ease;
}

.contact-card__link:hover {
  transform: translateY(-1px);
}

.contact-card__link:hover::after {
  transform: translateX(2px);
}

.contact-card--support .contact-card__link {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
}

.contact-card--support .contact-card__link:hover {
  background: rgba(255, 255, 255, 0.24);
}

@media (hover: hover) and (pointer: fine) {
  .contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 72px rgba(10, 20, 32, 0.16);
    border-color: rgba(16, 32, 49, 0.16);
  }

  .contact-card--support:hover {
    box-shadow: 0 32px 82px rgba(7, 16, 26, 0.42);
    border-color: rgba(255, 255, 255, 0.2);
  }
}

.download-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 34px;
  align-items: center;
  padding: 44px;
  border-radius: 40px;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 71, 0.18), transparent 26%),
    radial-gradient(circle at bottom left, rgba(87, 166, 255, 0.2), transparent 34%),
    linear-gradient(145deg, #081423, #11243a 74%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: var(--shadow-dark);
  overflow: hidden;
}

.download-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #f3b400, #57a6ff);
}

.download-card::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: -140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(87, 166, 255, 0.24), rgba(87, 166, 255, 0));
  pointer-events: none;
}

.download-card > * {
  position: relative;
  z-index: 1;
}

.download-card__copy {
  display: grid;
  gap: 16px;
}

.download-card .eyebrow {
  justify-self: start;
  width: fit-content;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.download-card h2 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.download-word-shine {
  display: inline-block;
  color: #ffd777;
  text-shadow: 0 8px 24px rgba(243, 180, 0, 0.34);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .download-word-shine {
    background-image: linear-gradient(
      110deg,
      #f3b400 0%,
      #fff2c8 48%,
      #f3b400 100%
    );
    background-size: 220% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: download-word-shine 2.2s ease-in-out infinite;
  }
}

@keyframes download-word-shine {
  0%,
  100% {
    background-position: 0% 50%;
    text-shadow: 0 8px 24px rgba(243, 180, 0, 0.32);
    transform: translateY(0);
  }

  50% {
    background-position: 100% 50%;
    text-shadow: 0 14px 34px rgba(243, 180, 0, 0.52);
    transform: translateY(-1px);
  }
}

.download-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
  font-size: 1.06rem;
  max-width: 52ch;
}

.download-benefits {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.download-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.5;
}

.download-benefits li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-top: 8px;
  background: linear-gradient(135deg, #f3b400, #ffd777);
  box-shadow: 0 0 0 5px rgba(243, 180, 0, 0.18);
  flex: 0 0 auto;
}

.download-card__actions {
  display: grid;
  gap: 14px;
  justify-items: stretch;
  justify-self: end;
  width: min(100%, 430px);
}

.download-actions-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 40px rgba(7, 16, 26, 0.22);
}

.download-actions-panel__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.store-badges--stacked {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-top: 0;
}

.store-badges a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.store-badges img {
  position: relative;
  z-index: 1;
}

.store-badges a::after {
  content: "";
  position: absolute;
  top: -130%;
  left: -42%;
  width: 40%;
  height: 360%;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.14) 36%,
    rgba(255, 255, 255, 0.94) 50%,
    rgba(255, 255, 255, 0.14) 64%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-260%) rotate(18deg);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  animation: download-badge-sweep 6.4s ease-in-out infinite;
}

.store-badges a:nth-child(2)::after {
  animation-delay: 0.9s;
}

@keyframes download-badge-sweep {
  0%,
  32% {
    transform: translateX(-260%) rotate(18deg);
    opacity: 0;
  }

  38%,
  54% {
    opacity: 0.95;
  }

  68%,
  100% {
    transform: translateX(360%) rotate(18deg);
    opacity: 0;
  }
}

.contact-pills {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.contact-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.contact-pills a::before {
  content: "✉";
  line-height: 1;
  font-size: 0.92rem;
}

.contact-pills a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.26);
}

.site-footer {
  padding: 0 0 36px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 22px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.footer-copy {
  justify-self: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  justify-self: center;
}

.footer-links a {
  color: var(--text);
}

.footer-credit {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(16, 32, 49, 0.04);
  border: 1px solid rgba(16, 32, 49, 0.08);
  color: var(--text);
  font-weight: 800;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.footer-credit::after {
  content: "→";
  line-height: 1;
  transition: transform 0.22s ease;
}

.footer-credit:hover {
  transform: translateY(-1px);
  background: rgba(16, 32, 49, 0.06);
  border-color: rgba(16, 32, 49, 0.14);
  color: #0b3a7a;
}

.footer-credit:hover::after {
  transform: translateX(2px);
}

.footer-credit[hidden] {
  display: none !important;
}

[data-reveal] {
  --reveal-distance: 28px;
  --reveal-x: 0px;
  --reveal-y: var(--reveal-distance);
  --reveal-scale: 0.985;
  --reveal-delay: 0ms;
  --reveal-duration: 820ms;
  --reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);

  opacity: 0;
  visibility: hidden;

  /* Use translate/scale instead of transform so we don't clobber card hover transforms. */
  translate: var(--reveal-x) var(--reveal-y);
  scale: var(--reveal-scale);

  will-change: opacity, translate, scale;
}

.hero [data-reveal] {
  --reveal-distance: 34px;
  --reveal-duration: 920ms;
  --reveal-scale: 0.98;
}

.section-header[data-reveal] {
  --reveal-distance: 20px;
  --reveal-scale: 0.992;
}

.stat-card[data-reveal],
.feature-card[data-reveal],
.service-card[data-reveal],
.pricing-card[data-reveal],
.testimonial-card[data-reveal],
.safety-card[data-reveal],
.contact-card[data-reveal],
.faq-item[data-reveal] {
  --reveal-distance: 32px;
  --reveal-duration: 780ms;
  --reveal-scale: 0.98;
}

[data-reveal].is-visible {
  opacity: 1;
  visibility: visible;
  translate: 0px 0px;
  scale: 1;
  animation: reveal-in var(--reveal-duration) var(--reveal-ease) both;
  animation-delay: var(--reveal-delay);
}

[data-reveal].reveal-from-top,
[data-reveal="top"] {
  --reveal-y: calc(var(--reveal-distance) * -1);
}

[data-reveal].reveal-from-bottom,
[data-reveal="bottom"] {
  --reveal-y: var(--reveal-distance);
}

[data-reveal].reveal-from-left,
[data-reveal="left"] {
  --reveal-x: calc(var(--reveal-distance) * -1);
  --reveal-y: 0px;
}

[data-reveal].reveal-from-right,
[data-reveal="right"] {
  --reveal-x: var(--reveal-distance);
  --reveal-y: 0px;
}

@keyframes reveal-in {
  from {
    opacity: 0;
    translate: var(--reveal-x) var(--reveal-y);
    scale: var(--reveal-scale);
  }

  to {
    opacity: 1;
    translate: 0px 0px;
    scale: 1;
  }
}

@supports not (translate: 0px 0px) {
  [data-reveal] {
    transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  }

  @keyframes reveal-in {
    from {
      opacity: 0;
      transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
    }
  }
}

@keyframes float-device {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@keyframes float-photo {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-10px) rotate(-1deg);
  }
}

@media (max-width: 1080px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 32, 49, 0.08);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s;
  }

  .header-bar {
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .about-grid,
  .valet-grid,
  .download-card {
    grid-template-columns: 1fr;
  }

  .hero-scene__frame {
    min-height: 720px;
  }

  .hero-photo {
    right: 0;
    width: min(66%, 380px);
    height: 560px;
  }

  .hero-device {
    left: -6px;
    bottom: -24px;
    width: min(46%, 280px);
  }

  .hero-metrics,
  .coverage-overview,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-panel {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 460px;
  }

  .service-grid,
  .pricing-grid,
  .safety-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-card__actions,
  .store-badges--stacked,
  .contact-pills {
    justify-items: start;
    justify-content: flex-start;
  }

  .download-card__actions {
    justify-self: start;
    width: min(100%, 460px);
  }

  .about-showcase {
    min-height: 660px;
    width: min(100%, 520px);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero {
    padding-top: 18px;
    padding-bottom: 72px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-scene__frame {
    min-height: 560px;
  }

  .hero-photo {
    width: 64%;
    height: 420px;
    border-radius: 30px;
  }

  .hero-device {
    left: -4px;
    bottom: 18px;
    width: 48%;
    padding: 0;
    border-radius: 0;
  }

  .hero-floating--metric {
    top: 18px;
    left: 12px;
    width: 184px;
    padding: 18px;
  }

  .hero-floating--metric strong {
    font-size: 2.4rem;
  }

  .hero-floating--photo {
    width: 128px;
    height: 128px;
    right: 12px;
    bottom: 12px;
  }

  .hero-floating--service {
    display: none;
  }

  .hero-metrics,
  .service-grid,
  .pricing-grid,
  .stats-grid,
  .coverage-overview,
  .safety-grid,
  .testimonial-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .experience,
  .services,
  .pricing,
  .about,
  .coverage,
  .safety,
  .testimonials,
  .faq,
  .contact,
  .download,
  .stats,
  .valet {
    padding: 72px 0;
  }

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

  .feature-panel {
    min-height: 420px;
    padding: 26px;
  }

  .services-panel {
    padding: 26px;
  }

  .download-card {
    gap: 26px;
    padding: 30px 24px;
    border-radius: 30px;
  }

  .about-grid {
    padding: 30px 24px;
    border-radius: 30px;
  }

  .about-showcase {
    min-height: 560px;
    padding: 18px;
  }

  .about-showcase::before {
    inset: 28px 14px 18px;
    border-radius: 32px;
  }

  .about-device--rear {
    left: 10px;
    top: 20px;
    width: min(45%, 214px);
  }

  .about-device--front {
    right: 6px;
    bottom: 10px;
    width: min(50%, 236px);
  }

  .download-actions-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .download-card__actions {
    width: 100%;
  }

  .contact-card {
    min-height: auto;
    padding: 26px 22px;
    gap: 12px;
  }

  .contact-card__link {
    width: 100%;
    justify-content: center;
  }

  .ride-types-list {
    grid-template-columns: 1fr;
  }

  .feature-panel__screen {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(92%, 440px);
    margin: 22px auto 0;
    padding: 14px;
    transform: rotate(-3deg);
  }

  .service-note,
  .service-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-copy,
  .footer-credit {
    justify-self: center;
  }

  .valet-visual {
    min-height: 520px;
  }

  .valet-photo {
    inset: 0 24px 0 0;
    border-radius: 30px;
  }

  .valet-screen {
    width: 78%;
    right: 0;
    bottom: 18px;
  }

  .stats-surface {
    padding: 54px 22px;
    border-radius: 30px;
  }

  .store-badges img {
    width: 144px;
    height: 49px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 6px 0;
  }

  .header-bar {
    padding: 10px 12px;
  }

  .brand img {
    width: 42px;
  }

  .brand-name {
    display: none;
  }

  .hero-bullets,
  .hero-actions,
  .store-badges,
  .payment-strip__logos {
    gap: 10px;
  }

  .hero-bullets span {
    font-size: 13px;
  }

  .hero-photo {
    width: 70%;
    height: 360px;
  }

  .about-showcase {
    min-height: 530px;
  }

  .about-device--rear {
    left: 4px;
    top: 16px;
    width: min(42%, 188px);
  }

  .about-device--front {
    right: -4px;
    bottom: 28px;
    width: min(46%, 206px);
  }

  .hero-device {
    width: 52%;
  }

  .hero-floating--metric {
    width: 152px;
  }

  .hero-floating--metric strong {
    font-size: 2rem;
  }

  .metric-chip,
  .feature-card,
  .service-card__body,
  .stat-card,
  .testimonial-card,
  .coverage-overview__card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-item summary {
    padding-right: 34px;
  }

  .contact-pills a {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    opacity: 1 !important;
    visibility: visible !important;
    translate: 0px 0px !important;
    scale: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
