:root {
  --app-ink: #071923;
  --app-ink-soft: #0d2632;
  --app-gold: #f8c746;
  --app-gold-light: #ffe49a;
  --app-cyan: #12b8d1;
  --app-mint: #7fe1b8;
  --app-paper: #f3f7f7;
  --app-line: rgba(8, 27, 37, .13);
}

.mobile-apps-page {
  background: var(--app-paper);
}

.app-hero {
  position: relative;
  min-height: 850px;
  padding: 176px 0 108px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 22, 31, .98), rgba(7, 29, 40, .95)),
    var(--app-ink);
}

.app-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.app-hero-glow {
  position: absolute;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

.app-hero-glow-one {
  right: -120px;
  top: 30px;
  background: radial-gradient(circle, rgba(18, 184, 209, .34), transparent 68%);
}

.app-hero-glow-two {
  left: -260px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(248, 199, 70, .24), transparent 68%);
}

.app-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(440px, .85fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.app-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--app-gold-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.app-eyebrow i {
  display: block;
  width: 32px;
  height: 2px;
  background: currentColor;
}

.app-eyebrow.dark {
  color: #087f9d;
}

.app-hero-copy h1 {
  max-width: 760px;
  margin: 28px 0 28px;
  font-size: clamp(58px, 7.4vw, 108px);
  line-height: .86;
  letter-spacing: -.075em;
}

.app-hero-copy h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.6px var(--app-gold-light);
}

.app-hero-copy > p {
  max-width: 650px;
  color: #bdcbd1;
  font-size: 19px;
}

.app-release-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 0;
}

.app-release-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: #c9d4d9;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(16px);
  font-size: 12px;
}

.app-release-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #76848b;
}

.app-release-pill.is-live i,
.app-product-topline i.is-live {
  background: var(--app-mint);
  box-shadow: 0 0 0 5px rgba(127, 225, 184, .13), 0 0 20px rgba(127, 225, 184, .5);
  animation: appStatusPulse 2.4s ease infinite;
}

@keyframes appStatusPulse {
  50% { box-shadow: 0 0 0 8px rgba(127, 225, 184, 0), 0 0 28px rgba(127, 225, 184, .72); }
}

.app-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
}

.app-beta-note {
  max-width: 590px !important;
  margin-top: 18px;
  font-size: 12px !important;
  color: #899aa1 !important;
}

.app-hero-visual {
  position: relative;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025));
  box-shadow: 0 50px 120px rgba(0, 0, 0, .38);
  backdrop-filter: blur(24px) saturate(130%);
}

.app-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 0;
  border-radius: 34px;
  background: linear-gradient(145deg, #0d2632, #071923);
}

.app-hero-visual > img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  border-radius: 32px;
  animation: appHeroFloat 7s ease-in-out infinite;
}

@keyframes appHeroFloat {
  50% { transform: translateY(-9px) rotate(.35deg); }
}

.app-hero-visual figcaption {
  position: absolute;
  z-index: 3;
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(4, 20, 29, .72);
  backdrop-filter: blur(18px);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.app-hero-visual figcaption span:last-child { text-align: right; }
.app-hero-visual figcaption b { color: var(--app-gold-light); }

.app-visual-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(248, 199, 70, .22);
  border-radius: 50%;
}

.app-visual-orbit.orbit-one { inset: -42px; }
.app-visual-orbit.orbit-two { inset: 32px -72px; border-color: rgba(18, 184, 209, .22); }

.app-route-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
}

.app-route-line span {
  display: block;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--app-gold), var(--app-cyan), transparent);
  animation: appRoute 4.8s linear infinite;
}

@keyframes appRoute { to { transform: translateX(300%); } }

.app-slogans {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  padding: 18px 0;
  color: #071923;
  background: var(--app-gold);
}

.app-slogan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.app-slogan-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 0 24px;
  border-left: 1px solid rgba(7, 25, 35, .18);
}

.app-slogan-grid article:first-child { border-left: 0; }
.app-slogan-grid span { font-size: 11px; font-weight: 950; }
.app-slogan-grid p { margin: 0; font-size: 13px; font-weight: 900; line-height: 1.35; }

.app-preview-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 14%, rgba(18, 184, 209, .12), transparent 26%),
    #eef4f4;
}

.app-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .62fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.app-section-heading h2 {
  max-width: 800px;
  margin: 22px 0 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .94;
  letter-spacing: -.06em;
}

.app-section-heading > p {
  margin: 0;
  color: #5c6c73;
  font-size: 17px;
}

.app-screen-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(16px, 3vw, 34px);
}

.app-phone-card {
  padding: 22px 20px 26px;
  border: 1px solid var(--app-line);
  border-radius: 34px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 25px 70px rgba(7, 25, 35, .08);
  backdrop-filter: blur(18px);
}

.app-phone-card.is-featured {
  transform: translateY(-24px);
  background: #fff;
  box-shadow: 0 34px 90px rgba(7, 25, 35, .15);
}

.js .app-phone-card.is-featured.reveal.visible {
  transform: translateY(-24px);
}

.app-phone-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 4px 16px;
}

.app-phone-label span {
  color: #718087;
  font-size: 11px;
  letter-spacing: .12em;
}

.app-phone-label b { font-size: 18px; }

.app-phone-shell {
  position: relative;
  aspect-ratio: 9 / 18.3;
  max-height: 570px;
  margin: 0 auto;
  padding: 11px;
  border: 2px solid #293d46;
  border-radius: 45px;
  background: #071219;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 22px 50px rgba(7, 25, 35, .22);
}

.app-phone-island {
  position: absolute;
  z-index: 6;
  top: 20px;
  left: 50%;
  width: 30%;
  height: 20px;
  border-radius: 999px;
  background: #061117;
  transform: translateX(-50%);
  box-shadow: inset -12px 0 0 -10px #123d50;
}

.app-screen-slot {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #f5f8f8;
}

.app-screen-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.app-screen-placeholder {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 48px 14px 14px;
  color: #0a1720;
  background: linear-gradient(#f8fbfb 0 42%, #edf4f2 42%);
}

.app-placeholder-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.app-placeholder-top span {
  width: 44%;
  height: 8px;
  border-radius: 8px;
  background: #172832;
}

.app-placeholder-top i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--app-gold);
}

.app-placeholder-map {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 35%;
  margin: 0 -14px 15px;
  padding: 0 24%;
  background:
    linear-gradient(26deg, transparent 47%, rgba(19, 68, 83, .12) 48% 52%, transparent 53%),
    linear-gradient(145deg, transparent 47%, rgba(19, 68, 83, .1) 48% 52%, transparent 53%),
    #dfeae6;
}

.app-placeholder-map b {
  display: grid;
  z-index: 2;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #071923;
  background: var(--app-gold);
  font-size: 11px;
}

.app-placeholder-map em {
  position: absolute;
  left: 28%;
  right: 28%;
  top: 50%;
  height: 28%;
  border-top: 4px solid var(--app-cyan);
  border-right: 4px solid var(--app-cyan);
  border-radius: 0 30px 0 0;
  transform: translateY(-50%) rotate(-5deg);
}

.app-placeholder-card {
  display: grid;
  margin-top: 8px;
  padding: 11px 12px;
  border: 1px solid #d5dfdf;
  border-radius: 13px;
  background: #fff;
}

.app-placeholder-card small,
.app-driver-strip small,
.app-balance-card small,
.app-history-row small {
  color: #7d8c92;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.app-placeholder-card strong { font-size: 11px; }

.app-placeholder-button {
  margin-top: auto;
  padding: 12px;
  border-radius: 12px;
  background: var(--app-gold);
  font-size: 10px;
  font-weight: 950;
  text-align: center;
}

.app-screen-live { background: #f7faf9; }
.app-live-map {
  position: relative;
  min-height: 55%;
  margin: 0 -14px 16px;
  overflow: hidden;
  background:
    linear-gradient(34deg, transparent 47%, #dfe8e5 48% 51%, transparent 52%),
    linear-gradient(138deg, transparent 46%, #e3eae8 47% 51%, transparent 52%),
    #edf3f0;
}

.app-live-route {
  position: absolute;
  left: 31%;
  top: 18%;
  width: 40%;
  height: 58%;
  border-right: 5px solid var(--app-cyan);
  border-bottom: 5px solid var(--app-cyan);
  border-radius: 0 0 32px 0;
  transform: rotate(14deg);
}

.app-live-car,
.app-live-pin {
  position: absolute;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #071923;
  font-style: normal;
  font-size: 9px;
}

.app-live-car { left: 27%; bottom: 18%; animation: appCarMove 4s ease-in-out infinite; }
.app-live-pin { right: 24%; top: 14%; background: var(--app-gold); }

@keyframes appCarMove { 50% { transform: translate(18px, -10px); } }

.app-driver-strip,
.app-history-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid #dbe4e4;
  border-radius: 14px;
  background: #fff;
}

.app-driver-strip > i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--app-gold), var(--app-cyan));
}

.app-driver-strip span,
.app-history-row span { display: grid; }
.app-driver-strip strong,
.app-history-row strong { font-size: 10px; }

.app-trip-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: auto;
}

.app-trip-progress span {
  height: 5px;
  border-radius: 8px;
  background: var(--app-gold);
}

.app-trip-progress span:last-child { background: #d8e2e1; }

.app-screen-account { background: #f7faf9; }

.app-balance-card {
  display: grid;
  margin: 12px 0 18px;
  padding: 18px;
  border-radius: 18px;
  color: #071923;
  background: linear-gradient(135deg, var(--app-gold-light), var(--app-gold));
  box-shadow: 0 15px 30px rgba(248, 199, 70, .24);
}

.app-balance-card strong { margin: 4px 0; font-size: 25px; }
.app-balance-card span { font-size: 9px; font-weight: 800; }

.app-history-row { margin-bottom: 9px; }
.app-history-row > i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #071923;
  color: #fff;
  font-style: normal;
  font-size: 9px;
}

.app-phone-card > p {
  min-height: 46px;
  margin: 18px 4px 0;
  color: #627178;
  font-size: 13px;
}

.app-products-section {
  color: #fff;
  background: var(--app-ink);
}

.app-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.app-product-card {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 42px;
  background:
    radial-gradient(circle at 100% 0, rgba(18, 184, 209, .2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
}

.app-driver-card {
  background:
    radial-gradient(circle at 100% 0, rgba(248, 199, 70, .2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
}

.app-product-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #aebcc2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.app-product-topline div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d9e3e6;
}

.app-product-topline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.app-product-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 60px 0 20px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #071923;
  background: var(--app-gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

.app-product-card h2 {
  margin: 0 0 17px;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .92;
  letter-spacing: -.065em;
}

.app-product-card > p {
  max-width: 560px;
  color: #aebcc2;
  font-size: 17px;
}

.app-product-card ul {
  list-style: none;
  margin: 38px 0;
  padding: 0;
}

.app-product-card li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.app-product-card li > i {
  color: var(--app-gold-light);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.app-product-card li span { display: grid; gap: 3px; }
.app-product-card li b { font-size: 16px; }
.app-product-card li small { color: #899aa1; font-size: 13px; }

.app-product-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.app-product-actions > span {
  display: inline-flex;
  gap: 7px;
  color: #9dacb2;
  font-size: 12px;
}

.app-flow-section {
  color: #fff;
  background: #0c2632;
}

.app-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, .7fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.app-flow-copy h2 {
  max-width: 650px;
  margin: 22px 0;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .94;
  letter-spacing: -.06em;
}

.app-flow-copy p { max-width: 620px; color: #a9bbc2; font-size: 17px; }
.app-flow-copy > a { display: inline-flex; gap: 20px; margin-top: 20px; color: var(--app-gold-light); font-weight: 900; text-decoration: none; }

.app-flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: flow;
}

.app-flow-steps li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.app-flow-steps li > span {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  color: #071923;
  background: var(--app-gold);
  font-size: 11px;
  font-weight: 950;
}

.app-flow-steps b { font-size: 23px; }
.app-flow-steps p { margin: 4px 0 0; color: #91a4ac; }

.app-final-cta {
  background: #e8efee;
}

.app-final-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: clamp(32px, 6vw, 70px);
  border-radius: 44px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(18, 184, 209, .32), transparent 28%),
    var(--app-ink);
  box-shadow: 0 35px 90px rgba(7, 25, 35, .18);
}

.app-final-card::after {
  content: "A → B";
  position: absolute;
  right: -18px;
  bottom: -65px;
  color: rgba(255, 255, 255, .035);
  font-size: 190px;
  font-weight: 1000;
  letter-spacing: -.08em;
  pointer-events: none;
}

.app-final-card > * { position: relative; z-index: 2; }
.app-final-card > div:first-child > span { color: var(--app-gold-light); font-size: 11px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.app-final-card h2 { max-width: 760px; margin: 15px 0; font-size: clamp(43px, 5vw, 68px); line-height: .95; letter-spacing: -.055em; }
.app-final-card p { max-width: 700px; color: #aebcc2; }
.app-final-actions { display: grid; gap: 10px; min-width: 260px; }

@media (max-width: 1080px) {
  .app-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); gap: 34px; }
  .app-hero-copy h1 { font-size: clamp(56px, 7.8vw, 84px); }
  .app-phone-shell { max-height: 500px; }
  .app-product-card { min-height: 780px; }
}

@media (max-width: 840px) {
  .app-hero { min-height: auto; padding: 145px 0 90px; }
  .app-hero-grid,
  .app-section-heading,
  .app-flow-layout,
  .app-final-card { grid-template-columns: 1fr; }
  .app-hero-visual { width: min(100%, 610px); margin: 35px auto 0; }
  .app-section-heading { gap: 24px; }
  .app-screen-stage { overflow-x: auto; grid-template-columns: repeat(3, minmax(270px, 320px)); align-items: start; padding: 20px 4px 32px; scroll-snap-type: x mandatory; }
  .app-phone-card { scroll-snap-align: center; }
  .app-phone-card.is-featured,
  .js .app-phone-card.is-featured.reveal.visible { transform: none; }
  .app-products-grid { grid-template-columns: 1fr; }
  .app-product-card { min-height: auto; }
  .app-final-actions { min-width: 0; }
}

@media (max-width: 620px) {
  .app-hero { padding: 125px 0 70px; }
  .app-hero-copy h1 { font-size: clamp(53px, 16vw, 73px); }
  .app-hero-copy > p { font-size: 17px; }
  .app-hero-actions { display: grid; }
  .app-hero-actions .button { width: 100%; }
  .app-hero-visual { padding: 9px; border-radius: 30px; }
  .app-hero-visual::before,
  .app-hero-visual > img { border-radius: 23px; }
  .app-hero-visual figcaption { left: 18px; right: 18px; bottom: 15px; grid-template-columns: 1fr 1fr; }
  .app-hero-visual figcaption b { display: none; }
  .app-slogans { padding: 8px 0; }
  .app-slogan-grid { grid-template-columns: 1fr; }
  .app-slogan-grid article { min-height: 62px; padding: 0 8px; border-top: 1px solid rgba(7, 25, 35, .18); border-left: 0; }
  .app-slogan-grid article:first-child { border-top: 0; }
  .app-section-heading h2 { font-size: 45px; }
  .app-screen-stage { margin-right: -11px; }
  .app-product-card { padding: 28px 22px; border-radius: 30px; }
  .app-product-topline { align-items: flex-start; flex-direction: column; }
  .app-product-mark { margin-top: 42px; }
  .app-product-card h2 { font-size: 56px; }
  .app-flow-copy h2 { font-size: 48px; }
  .app-final-card { padding: 34px 23px; border-radius: 30px; }
  .app-final-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .app-release-pill.is-live i,
  .app-product-topline i.is-live,
  .app-hero-visual > img,
  .app-route-line span,
  .app-live-car { animation: none !important; }
}
