.live-tracking {
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 42%, rgba(126, 62, 255, 0.2), transparent 31%),
    linear-gradient(145deg, #0a0715, #170b28);
}

.live-tracking-layout {
  gap: 72px;
}

.premium-line {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.premium-line .section-kicker {
  margin: 0;
}

.premium-badge,
.demo-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 3px 10px;
  color: #f4ebff;
  background: linear-gradient(135deg, #925cff, #5b25ee);
  border: 1px solid rgba(213, 190, 255, 0.35);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.sharing-choice {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  padding: 20px;
  background: rgba(31, 21, 48, 0.86);
  border: 1px solid #55406f;
  border-radius: 20px;
}

.sharing-choice > span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  color: #fff;
  background: #6d35ed;
  border-radius: 14px;
  font-size: 1.25rem;
}

.sharing-choice strong,
.sharing-choice p {
  display: block;
  margin: 0;
}

.sharing-choice p,
.premium-note {
  color: #b9add0;
}

.sharing-choice p {
  margin-top: 3px;
  font-size: 0.92rem;
}

.premium-note {
  margin-top: 18px !important;
  font-size: 0.88rem !important;
}

.live-map-demo {
  overflow: hidden;
  color: #f8f5ff;
  background: #171022;
  border: 1px solid #594274;
  border-radius: 30px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38), 0 0 70px rgba(116, 52, 255, 0.13);
}

.map-topbar,
.map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
}

.map-topbar span,
.map-topbar strong {
  display: block;
}

.map-topbar span {
  color: #aa9cbe;
  font-size: 0.76rem;
}

.map-topbar strong {
  font-size: 1.08rem;
}

.map-canvas {
  position: relative;
  min-height: 455px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,.025) 50%, transparent 50.5%),
    linear-gradient(rgba(255,255,255,.025) 49.5%, transparent 50.5%),
    #100c19;
  background-size: 70px 70px;
  border-block: 1px solid #392b4d;
}

.map-road {
  position: absolute;
  display: block;
  height: 18px;
  background: #2a2037;
  border: 1px solid #392c4a;
  border-radius: 999px;
  box-shadow: inset 0 0 0 5px #171221;
}

.road-one { width: 125%; left: -12%; top: 48%; transform: rotate(-13deg); }
.road-two { width: 115%; left: -4%; top: 25%; transform: rotate(58deg); }
.road-three { width: 92%; left: 28%; top: 73%; transform: rotate(25deg); }

.map-park {
  position: absolute;
  display: block;
  background: rgba(43, 215, 144, 0.1);
  border: 1px solid rgba(43, 215, 144, 0.13);
  border-radius: 46% 54% 58% 42%;
}

.park-one { width: 155px; height: 125px; right: 7%; top: 8%; transform: rotate(18deg); }
.park-two { width: 120px; height: 95px; left: 4%; bottom: 8%; transform: rotate(-12deg); }

.person-marker,
.destination-marker {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.person-marker span,
.destination-marker span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: linear-gradient(145deg, #9f76ff, #5424d9);
  border: 4px solid #f8f5ff;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0,0,0,.42);
  font-size: 0.78rem;
  font-weight: 850;
}

.person-marker b,
.destination-marker b {
  margin-top: 6px;
  padding: 3px 8px;
  color: #f8f5ff;
  background: rgba(13, 9, 24, 0.9);
  border: 1px solid #4a385f;
  border-radius: 999px;
  font-size: 0.68rem;
  white-space: nowrap;
}

.person-one { left: 13%; top: 21%; }
.person-two { right: 14%; top: 48%; }
.person-three { left: 28%; bottom: 12%; }

.person-two span { background: linear-gradient(145deg, #ff9e6d, #db4e81); }
.person-three span { background: linear-gradient(145deg, #36cf9a, #167a72); }

.destination-marker { left: 56%; top: 20%; }
.destination-marker span {
  width: 58px;
  height: 58px;
  background: linear-gradient(145deg, #ffd477, #e97c39);
  border-radius: 18px 18px 18px 4px;
  transform: rotate(-45deg);
}

.destination-marker span::first-letter { transform: rotate(45deg); }
.destination-marker span { font-size: 0; }
.destination-marker span::after { content: "★"; font-size: 1.1rem; transform: rotate(45deg); }

.map-footer {
  align-items: flex-start;
  color: #b9add0;
  font-size: 0.78rem;
}

.map-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.map-footer i {
  width: 8px;
  height: 8px;
  background: #2bd790;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(43,215,144,.12);
}

.map-footer small {
  color: #81758f;
}

@media (max-width: 1020px) {
  .live-tracking-layout { max-width: 760px; }
}

@media (max-width: 620px) {
  html, body { overflow-x: clip; }
  .live-tracking-layout { gap: 42px; }
  .premium-line { align-items: flex-start; flex-direction: column; gap: 8px; }
  .map-canvas { min-height: 390px; }
  .map-footer { display: grid; }
  .destination-marker { left: 52%; }
  .person-two { right: 7%; }
}

@media (prefers-reduced-motion: reduce) {
  .live-map-demo { scroll-behavior: auto; }
}
