:root {
  --bg: #0c0a14;
  --bg-2: #14111f;
  --bg-3: #1c182a;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.05);
  --fg: #f5ecdb;
  --fg-2: rgba(245, 236, 219, 0.82);
  --fg-3: rgba(245, 236, 219, 0.62);
  --fg-4: rgba(245, 236, 219, 0.42);
  --accent: #6b3df0;
  --accent-2: #9b78ff;
  --accent-ink: #f5ecdb;
  --warm: #f0b95d;
  --confirmed: #6dd49a;
  --pending: #f0b95d;
  --gradient: linear-gradient(135deg, #9b78ff 0%, #6b3df0 52%, #4a1eb8 100%);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background: var(--bg);
  color: var(--fg);
  font-family: "Geist", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-image:
    radial-gradient(1100px 650px at 100% 0%, rgba(107, 61, 240, 0.18), transparent 60%),
    radial-gradient(920px 540px at 0% 30%, rgba(74, 30, 184, 0.12), transparent 56%);
  background-attachment: fixed;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.45;
  mix-blend-mode: overlay;
}

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

button,
.btn {
  font-family: inherit;
}

button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

main,
footer,
.nav {
  position: relative;
  z-index: 2;
}

.container {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 48px;
}

.section-pad {
  padding: 96px 0;
}

.section-surface {
  background:
    linear-gradient(180deg, rgba(20, 17, 31, 0.72) 0%, rgba(12, 10, 20, 0.82) 100%);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 56px;
}

.section-title {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.section-title em {
  color: var(--accent-2);
  font-style: normal;
}

.section-sub {
  max-width: 620px;
  color: var(--fg-2);
  font-size: 17px;
  line-height: 1.55;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line-2);
  background: rgba(12, 10, 20, 0.74);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 40px;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brand-wordmark-theatrical {
  color: rgba(245, 236, 219, 0.94);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1;
}

.brand-wordmark-run {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  padding: 7px 14px 6px;
  border-radius: 999px;
  background: var(--gradient);
  color: var(--accent-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(245, 236, 219, 0.12), 0 12px 30px -14px rgba(107, 61, 240, 0.72);
}

.brand-powered {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-powered::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--line);
}

.tr-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.38em;
  font-family: "Geist", sans-serif;
  line-height: 1;
}

.tr-mark-th {
  color: #f7f2ea;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
}

.tr-mark-run {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0.54em 0.18em;
  border-radius: 999px;
  background: var(--gradient);
  color: var(--accent-ink);
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow:
    0 0 0 1px rgba(245, 236, 219, 0.12),
    0 12px 30px -14px rgba(107, 61, 240, 0.72);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: var(--fg-2);
  font-size: 14px;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--fg);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-burger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(28, 24, 42, 0.5);
  color: var(--fg);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-burger:hover {
  border-color: rgba(245, 236, 219, 0.18);
  background: rgba(28, 24, 42, 0.72);
}

.nav-burger span {
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}

.nav-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.nav-mobile-menu {
  display: none;
  padding-bottom: 16px;
}

.nav-mobile-links,
.nav-mobile-actions {
  display: grid;
  gap: 10px;
}

.nav-mobile-links a,
.nav-mobile-actions .btn {
  width: 100%;
}

.nav-mobile-links a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(28, 24, 42, 0.42);
  color: var(--fg-2);
  font-size: 14px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.nav-mobile-links a:hover {
  color: var(--fg);
  border-color: rgba(245, 236, 219, 0.16);
  background: rgba(28, 24, 42, 0.64);
}

.nav-mobile-actions {
  margin-top: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  white-space: nowrap;
}

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

.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow:
    0 0 0 1px rgba(245, 236, 219, 0.08) inset,
    0 14px 36px -16px rgba(107, 61, 240, 0.7);
}

.btn-primary:hover {
  background: var(--accent-2);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(28, 24, 42, 0.46);
  color: var(--fg);
}

.btn-ghost:hover {
  border-color: rgba(245, 236, 219, 0.18);
  background: rgba(28, 24, 42, 0.68);
}

.btn-lg {
  padding: 14px 22px;
  font-size: 15px;
}

.hero {
  padding: 72px 0 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 32px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(28, 24, 42, 0.56);
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--confirmed);
  box-shadow: 0 0 8px var(--confirmed);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.42;
  }
}

.hero h1 {
  margin: 28px 0 24px;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.hero-nowrap {
  white-space: nowrap;
}

.hero h1 em {
  color: var(--accent-2);
  font-style: normal;
  font-weight: 400;
}

.hero-sub {
  max-width: 560px;
  color: var(--fg-2);
  font-size: 19px;
  line-height: 1.55;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
  color: var(--fg-3);
  font-size: 13px;
}

.hero-trust strong {
  color: var(--fg);
  font-weight: 500;
}

.hero-trust .sep {
  width: 1px;
  height: 28px;
  background: var(--line-2);
}

.map-wrap {
  position: relative;
  width: min(100%, 648px);
  justify-self: end;
  margin-top: -18px;
  overflow: hidden;
  aspect-ratio: 1 / 0.84;
  border: 1px solid rgba(155, 120, 255, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(155, 120, 255, 0.12) 0%, transparent 32%),
    linear-gradient(180deg, rgba(20, 17, 31, 0.95) 0%, rgba(12, 10, 20, 0.99) 100%);
  box-shadow:
    0 52px 110px -36px rgba(0, 0, 0, 0.72),
    0 0 54px -28px rgba(155, 120, 255, 0.86),
    0 0 0 1px rgba(245, 236, 219, 0.035) inset;
  isolation: isolate;
}

.map-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(245, 236, 219, 0.07), transparent 28%, rgba(109, 212, 154, 0.05) 78%, transparent),
    repeating-linear-gradient(90deg, rgba(245, 236, 219, 0.025) 0 1px, transparent 1px 74px);
  opacity: 0.54;
}

.map-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(155, 120, 255, 0.14);
  background: linear-gradient(180deg, rgba(12, 10, 20, 0.94), rgba(12, 10, 20, 0.78));
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.map-header-right,
.map-stat {
  display: flex;
  align-items: center;
  gap: 6px;
}

.map-header > :first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.map-header-right {
  flex: 0 0 auto;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}

.map-stat {
  white-space: nowrap;
}

.map-stat-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fg-4);
}

.map-stat-dot.confirmed {
  background: var(--confirmed);
  box-shadow: 0 0 12px rgba(109, 212, 154, 0.42);
}

.map-stat-dot.building {
  background: var(--accent-2);
  box-shadow: 0 0 12px rgba(155, 120, 255, 0.42);
}

.map-stat-dot.weekly {
  background: rgba(245, 236, 219, 0.52);
}

.map-stat-label {
  color: var(--fg-3);
}

.map-stat-val {
  color: var(--fg);
  font-weight: 500;
}

.map-svg {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 50px 22px 92px;
}

.map-svg svg,
.viz-map-svg {
  width: 100%;
  height: 100%;
}

.map-land-path {
  fill: rgba(28, 24, 42, 0.94);
  stroke: rgba(28, 24, 42, 0.94);
  stroke-width: 0.8;
  stroke-linejoin: round;
}

.map-outline {
  fill: none;
  stroke: var(--line);
  stroke-width: 0.85;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.map-pin {
  cursor: pointer;
}

.map-pin.active .map-pin-ring {
  opacity: 0.95;
  stroke-width: 1.45;
}

.map-pin.active .map-pin-core {
  filter: drop-shadow(0 0 10px rgba(132, 103, 255, 0.28));
}

.map-pin.active.confirmed .map-pin-core {
  filter: drop-shadow(0 0 10px rgba(109, 212, 154, 0.34));
}

.map-pin.active.pending .map-pin-core {
  filter: drop-shadow(0 0 10px rgba(240, 185, 93, 0.3));
}

.map-pin-ring {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.2;
  opacity: 0.6;
  transform-origin: center;
}

.map-pin-core {
  fill: var(--accent-2);
}

.map-pin.confirmed .map-pin-core {
  fill: var(--confirmed);
}

.map-pin.confirmed .map-pin-ring {
  stroke: var(--confirmed);
}

.map-pin.pending .map-pin-core {
  fill: var(--pending);
}

.map-pin.pending .map-pin-ring {
  stroke: var(--pending);
}

@keyframes live-reservation-pulse {
  0% {
    r: 4;
    opacity: 0.72;
  }
  62% {
    opacity: 0.28;
  }
  100% {
    r: 21;
    opacity: 0;
  }
}

@keyframes live-threshold-pulse {
  0% {
    r: 5;
    opacity: 0.84;
  }
  64% {
    opacity: 0.34;
  }
  100% {
    r: 27;
    opacity: 0;
  }
}

@keyframes live-confirmed-pulse {
  0% {
    r: 4;
    opacity: 0.88;
  }
  62% {
    opacity: 0.36;
  }
  100% {
    r: 24;
    opacity: 0;
  }
}

@keyframes live-ring-focus {
  0% {
    opacity: 0.32;
    stroke-width: 1.1;
  }
  28% {
    opacity: 1;
    stroke-width: 2;
  }
  72% {
    opacity: 0.8;
    stroke-width: 1.65;
  }
  100% {
    opacity: 0.42;
    stroke-width: 1.2;
  }
}

.map-pin-pulse {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.45;
  opacity: 0;
}

.map-pin-pulse-secondary {
  fill: none;
  stroke: var(--accent);
  stroke-width: 0.95;
  opacity: 0;
}

.map-pin.event-reservation .map-pin-pulse {
  stroke: var(--accent-2);
  animation: live-reservation-pulse 0.9s linear 1;
}

.map-pin.event-reservation .map-pin-pulse-secondary {
  stroke: rgba(132, 103, 255, 0.72);
  animation: live-threshold-pulse 1.08s linear 1 0.1s;
}

.map-pin.event-reservation .map-pin-ring {
  stroke: var(--accent-2);
  animation: live-ring-focus 0.66s linear 1;
}

.map-pin.event-threshold .map-pin-pulse {
  stroke: var(--pending);
  animation: live-threshold-pulse 0.96s linear 1;
}

.map-pin.event-threshold .map-pin-pulse-secondary {
  stroke: rgba(240, 185, 93, 0.82);
  animation: live-threshold-pulse 1.14s linear 1 0.12s;
}

.map-pin.event-threshold .map-pin-ring {
  stroke: var(--pending);
  animation: live-ring-focus 0.7s linear 1;
}

.map-pin.event-threshold .map-pin-core {
  filter: drop-shadow(0 0 18px rgba(240, 185, 93, 0.42));
}

.map-pin.event-confirmed .map-pin-pulse {
  stroke: var(--confirmed);
  animation: live-confirmed-pulse 0.92s linear 1;
}

.map-pin.event-confirmed .map-pin-pulse-secondary {
  stroke: rgba(109, 212, 154, 0.74);
  animation: live-confirmed-pulse 1.1s linear 1 0.1s;
}

.map-pin.event-confirmed .map-pin-ring {
  stroke: var(--confirmed);
  animation: live-ring-focus 0.68s linear 1;
}

.map-pin.event-confirmed .map-pin-core {
  filter: drop-shadow(0 0 18px rgba(109, 212, 154, 0.44));
}

.map-pin.next-event .map-pin-pulse {
  display: none;
}

.map-pin.next-event .map-pin-ring {
  stroke: rgba(245, 236, 219, 0.46);
  opacity: 0.76;
  stroke-width: 1.35;
  animation: live-next-ring 1.8s linear infinite;
}

.map-pin.next-event .map-pin-core {
  filter: drop-shadow(0 0 10px rgba(245, 236, 219, 0.12));
}

@keyframes live-next-ring {
  0%,
  100% {
    opacity: 0.48;
    stroke-width: 1.15;
  }
  52% {
    opacity: 0.86;
    stroke-width: 1.55;
  }
}

.map-live-route-glow,
.map-live-route-line {
  pointer-events: none;
}

.map-live-route-glow {
  stroke: rgba(132, 103, 255, 0.22);
  stroke-width: 9;
  stroke-linecap: round;
  filter: blur(5px);
  opacity: 0;
  animation: live-route-glow-fade 0.62s linear 1 forwards;
}

.map-live-route-line {
  stroke: rgba(185, 166, 255, 0.96);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 9 7;
  opacity: 0;
  animation: live-route-connect 0.62s linear 1 forwards;
}

@keyframes live-route-connect {
  0% {
    opacity: 0;
    stroke-dashoffset: 22;
  }
  14% {
    opacity: 0.92;
  }
  82% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: -34;
  }
}

@keyframes live-route-glow-fade {
  0%,
  10% {
    opacity: 0;
  }
  24%,
  76% {
    opacity: 0.88;
  }
  100% {
    opacity: 0;
  }
}

.map-tooltip {
  position: absolute;
  z-index: 4;
  min-width: 184px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-3);
  color: var(--fg-2);
  font-size: 12px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 14px));
}

.map-tooltip[hidden] {
  display: none;
}

.map-tooltip-city {
  margin-bottom: 4px;
  color: var(--fg);
  font-size: 15px;
  letter-spacing: -0.01em;
}

.map-tooltip-row {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.map-tooltip-row b {
  color: var(--fg);
  font-weight: 500;
}

.map-tooltip-bar {
  height: 3px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--bg);
}

.map-tooltip-bar div {
  height: 100%;
  border-radius: 3px;
  background: var(--accent);
}

.map-tooltip.confirmed .map-tooltip-bar div {
  background: var(--confirmed);
}

.live-feed-panel {
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 3;
  --live-feed-card-height: 92px;
  --live-feed-panel-height: 212px;
  --live-feed-advance: -101px;
  width: min(300px, calc(100% - 40px));
  height: var(--live-feed-panel-height);
  pointer-events: none;
}

.live-feed-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 18px), transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 18px), transparent 100%);
}

.live-feed-list.is-advancing {
  animation: live-feed-stack-scroll 0.62s linear 1 forwards;
}

.live-feed-list.is-empty {
  mask-image: none;
  -webkit-mask-image: none;
}

@keyframes live-feed-stack-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, var(--live-feed-advance), 0);
  }
}

.live-feed-item {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  flex: 0 0 var(--live-feed-card-height);
  min-height: var(--live-feed-card-height);
  padding: 11px 13px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(20, 17, 31, 0.9) 0%, rgba(13, 11, 22, 0.94) 100%);
  box-shadow:
    0 20px 48px -24px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(245, 236, 219, 0.02) inset;
  backdrop-filter: blur(14px);
  overflow: hidden;
  transform: translateZ(0);
  will-change: opacity;
}

.live-feed-item.is-current {
  border-color: rgba(155, 120, 255, 0.24);
  background:
    linear-gradient(90deg, rgba(155, 120, 255, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(25, 21, 39, 0.95) 0%, rgba(13, 11, 22, 0.97) 100%);
  box-shadow:
    0 24px 56px -28px rgba(0, 0, 0, 0.76),
    0 0 28px -18px rgba(155, 120, 255, 0.86),
    0 0 0 1px rgba(245, 236, 219, 0.03) inset;
}

.live-feed-item.threshold.is-current {
  border-color: rgba(240, 185, 93, 0.34);
  box-shadow:
    0 24px 56px -28px rgba(0, 0, 0, 0.76),
    0 0 30px -18px rgba(240, 185, 93, 0.78),
    0 0 0 1px rgba(245, 236, 219, 0.03) inset;
}

.live-feed-item.confirmed.is-current {
  border-color: rgba(109, 212, 154, 0.34);
  box-shadow:
    0 24px 56px -28px rgba(0, 0, 0, 0.76),
    0 0 30px -18px rgba(109, 212, 154, 0.78),
    0 0 0 1px rgba(245, 236, 219, 0.03) inset;
}

.live-feed-item.is-next {
  opacity: 0.64;
}

.live-feed-item.is-following {
  opacity: 0.28;
}

.live-feed-list.is-advancing .live-feed-item.is-current {
  animation: live-feed-current-fade 0.62s linear 1 forwards;
}

.live-feed-list.is-advancing .live-feed-item.is-next {
  animation: live-feed-next-focus 0.62s linear 1 forwards;
}

.live-feed-list.is-advancing .live-feed-item.is-following {
  animation: live-feed-following-rise 0.62s linear 1 forwards;
}

.live-feed-list.is-starting .live-feed-item.is-current {
  animation: live-feed-start-current 0.5s linear 1 both;
}

.live-feed-list.is-starting .live-feed-item.is-next {
  animation: live-feed-start-next 0.5s linear 1 both 0.06s;
}

.live-feed-list.is-starting .live-feed-item.is-following {
  animation: live-feed-start-following 0.5s linear 1 both 0.12s;
}

@keyframes live-feed-current-fade {
  0%,
  64% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes live-feed-next-focus {
  0% {
    opacity: 0.64;
  }
  72% {
    opacity: 0.86;
  }
  100% {
    opacity: 1;
  }
}

@keyframes live-feed-following-rise {
  0% {
    opacity: 0.28;
  }
  100% {
    opacity: 0.64;
  }
}

@keyframes live-feed-start-current {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes live-feed-start-next {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 0.64;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes live-feed-start-following {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 0.28;
    transform: translate3d(0, 0, 0);
  }
}

.live-feed-dot {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--accent-2);
}

.live-feed-dot.reservation {
  background: var(--accent-2);
  box-shadow: 0 0 14px rgba(132, 103, 255, 0.28);
}

.live-feed-dot.threshold {
  background: var(--pending);
  box-shadow: 0 0 14px rgba(240, 185, 93, 0.24);
}

.live-feed-dot.confirmed {
  background: var(--confirmed);
  box-shadow: 0 0 14px rgba(109, 212, 154, 0.24);
}

.live-feed-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.live-feed-kicker {
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-feed-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.live-feed-market {
  color: var(--fg);
  font-size: 13px;
  letter-spacing: -0.01em;
}

.live-feed-message {
  color: var(--fg-3);
  display: -webkit-box;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.45;
  overflow: hidden;
}

.live-feed-time {
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.live-feed-time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.map-legend {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  row-gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line-2);
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legend-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.legend-swatch.confirmed {
  background: var(--confirmed);
}

.legend-swatch.building {
  background: var(--accent-2);
}

.legend-swatch.threshold {
  background: var(--pending);
}

.map-last-activity {
  margin-left: auto;
  color: var(--fg-2);
  min-width: 0;
  text-align: right;
  line-height: 1.4;
}

.steps-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}

.steps-tab {
  position: relative;
  padding: 20px 24px 20px 0;
  border-right: 1px solid var(--line-2);
  color: inherit;
  text-align: left;
  transition: background 0.2s ease;
}

.steps-tab:last-child {
  border-right: 0;
}

.steps-tab:hover {
  background: rgba(28, 24, 42, 0.38);
}

.steps-tab-num {
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.steps-tab-name {
  margin-top: 6px;
  color: var(--fg-3);
  font-size: 19px;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.steps-tab.active .steps-tab-name {
  color: var(--fg);
}

.steps-tab.active .steps-tab-num {
  color: var(--accent-2);
}

.steps-tab::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.1, 1);
}

.steps-tab.active::after {
  transform: scaleX(1);
}

.steps-panel {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
  min-height: 420px;
}

.steps-panel-text h3 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.steps-panel-text p {
  max-width: 460px;
  color: var(--fg-2);
  font-size: 17px;
  line-height: 1.6;
}

.steps-panel-text ul {
  margin-top: 24px;
  list-style: none;
}

.steps-panel-text li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line-2);
  color: var(--fg-2);
  font-size: 14px;
}

.steps-panel-text li::before {
  content: "";
  width: 14px;
  height: 1px;
  background: var(--accent);
}

.steps-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-2);
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.5);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: var(--line-2);
}

.benefit {
  position: relative;
  padding: 36px 30px 32px;
  background: rgba(12, 10, 20, 0.9);
  transition: background 0.3s ease;
}

.benefit:hover {
  background: rgba(20, 17, 31, 0.96);
}

.benefit-num {
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.benefit h4 {
  margin: 14px 0 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.benefit p {
  color: var(--fg-2);
  font-size: 14px;
  line-height: 1.55;
}

.benefit-icon {
  position: absolute;
  top: 30px;
  right: 28px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(155, 120, 255, 0.32);
  border-radius: 8px;
  background: rgba(107, 61, 240, 0.16);
  color: var(--accent-2);
}

.benefit-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.logos-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 56px;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  background: var(--line-2);
}

.logo-cell {
  display: grid;
  place-items: center;
  padding: 28px 20px;
  background: rgba(12, 10, 20, 0.92);
  color: var(--fg-3);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.015em;
  transition: color 0.2s ease;
}

.logo-cell:hover {
  color: var(--fg);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 72px;
  padding: 40px 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}

.stat-num {
  color: var(--fg);
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}

.stat-num .unit {
  color: var(--accent-2);
  font-size: 28px;
  letter-spacing: -0.02em;
}

.stat-label {
  max-width: 220px;
  margin-top: 10px;
  color: var(--fg-3);
  font-size: 13px;
  line-height: 1.45;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(20, 17, 31, 0.82);
}

.testimonial-quote {
  color: var(--fg);
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-wrap: pretty;
}

.testimonial-quote::before {
  content: "\"";
  margin-right: 2px;
  color: var(--accent-2);
}

.testimonial-quote::after {
  content: "\"";
  color: var(--accent-2);
}

.testimonial-who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
}

.testimonial-avatar {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(107, 61, 240, 0.9), rgba(155, 120, 255, 0.7));
}

.testimonial-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 5px);
}

.testimonial-name {
  font-size: 14px;
  font-weight: 500;
}

.testimonial-role {
  margin-top: 2px;
  color: var(--fg-3);
  font-size: 12px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.audience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 28px 24px 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(20, 17, 31, 0.82);
  transition:
    transform 0.3s cubic-bezier(0.2, 0, 0.1, 1),
    border-color 0.3s ease;
}

.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(155, 120, 255, 0.48);
}

.audience-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-tag {
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-title {
  margin: 16px 0 10px;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.audience-desc {
  color: var(--fg-3);
  font-size: 13px;
  line-height: 1.55;
}

.audience-divider {
  height: 1px;
  margin: 16px 0 12px;
  background: var(--line-2);
}

.audience-stats {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.audience-stat-k {
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audience-stat-v {
  margin-top: 4px;
  color: var(--fg);
  font-size: 18px;
}

.product-viz {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(20, 17, 31, 0.86);
  box-shadow:
    0 60px 120px -40px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(245, 236, 219, 0.03) inset;
}

.viz-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line-2);
  background: rgba(28, 24, 42, 0.94);
}

.viz-topbar-left,
.viz-film {
  display: flex;
  align-items: center;
  gap: 14px;
}

.viz-film-poster {
  position: relative;
  width: 36px;
  height: 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: linear-gradient(160deg, rgba(155, 120, 255, 0.3), rgba(74, 30, 184, 0.72));
}

.viz-film-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(245, 236, 219, 0.06) 0 3px, transparent 3px 8px);
}

.viz-film-title {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.viz-film-meta {
  margin-top: 2px;
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.viz-tabs {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  background: rgba(12, 10, 20, 0.82);
}

.viz-tab {
  padding: 7px 14px;
  border-radius: 6px;
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.viz-tab.active {
  background: rgba(245, 236, 219, 0.08);
  color: var(--fg);
}

.viz-body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 560px;
  align-items: stretch;
}

.viz-map-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  border-right: 1px solid var(--line-2);
  background: rgba(12, 10, 20, 0.78);
}

.viz-map-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.viz-map-title,
.viz-panel-head h5 {
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.viz-map-legend {
  display: flex;
  gap: 14px;
}

.viz-map-legend .legend-dot span:last-child {
  width: auto;
  height: auto;
  border-radius: 0;
}

.viz-map-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 340px;
  max-height: 430px;
  padding: 8px 8px 4px;
}

.viz-map-svg svg {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  max-height: 100%;
}

.viz-meter {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  background: rgba(28, 24, 42, 0.84);
}

.viz-meter-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
}

.viz-meter-city {
  font-size: 18px;
  letter-spacing: -0.01em;
}

.viz-meter-city span {
  margin-left: 10px;
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.viz-meter-status {
  padding: 4px 8px;
  border-radius: 4px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.viz-meter-status.confirmed {
  background: rgba(109, 212, 154, 0.16);
  color: var(--confirmed);
}

.viz-meter-status.active {
  background: rgba(107, 61, 240, 0.16);
  color: var(--accent-2);
}

.viz-meter-status.pending {
  background: rgba(240, 185, 93, 0.16);
  color: var(--pending);
}

.viz-meter-bar {
  position: relative;
  overflow: hidden;
  height: 8px;
  border-radius: 4px;
  background: rgba(12, 10, 20, 0.84);
}

.viz-meter-bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 0.8s cubic-bezier(0.2, 0, 0.1, 1);
}

.viz-meter-bar-fill.confirmed {
  background: linear-gradient(90deg, rgba(109, 212, 154, 0.86), var(--confirmed));
}

.viz-meter-thresh {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 2px;
  background: var(--fg);
  opacity: 0.5;
}

.viz-meter-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

.viz-meter-foot b {
  color: var(--fg);
  font-weight: 500;
}

.viz-right {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
}

.viz-right.viz-right-condensed {
  grid-template-rows: minmax(0, 1fr);
}

.viz-cities,
.viz-feed,
.viz-summary-panel,
.viz-revenue-panel {
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
}

.viz-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line-2);
  min-width: 0;
}

.viz-panel-filter {
  color: var(--accent-2);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
}

.city-row,
.revenue-row {
  display: grid;
  align-items: center;
  gap: 14px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line-2);
  cursor: pointer;
  transition: background 0.15s ease;
}

.city-row {
  grid-template-columns: 1fr 90px 70px 22px;
}

.city-row:hover,
.revenue-row:hover {
  background: rgba(28, 24, 42, 0.62);
}

.city-row.active,
.revenue-row.active {
  background: rgba(107, 61, 240, 0.16);
}

.city-name,
.revenue-name {
  font-size: 14px;
  font-weight: 500;
}

.city-region,
.revenue-note {
  margin-top: 2px;
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.04em;
}

.city-progress {
  overflow: hidden;
  height: 5px;
  border-radius: 3px;
  background: rgba(12, 10, 20, 0.86);
}

.city-progress div {
  height: 100%;
  border-radius: 3px;
  background: var(--accent);
}

.city-progress.confirmed div {
  background: var(--confirmed);
}

.city-count,
.revenue-value {
  color: var(--fg-2);
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  text-align: right;
}

.city-status-dot {
  justify-self: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.city-status-dot.confirmed {
  background: var(--confirmed);
}

.city-status-dot.pending {
  background: var(--pending);
}

.feed-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line-2);
  min-width: 0;
}

.feed-dot {
  justify-self: center;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.feed-dot.confirmed {
  background: var(--confirmed);
}

.feed-dot.pending {
  background: var(--pending);
}

.feed-text {
  min-width: 0;
  color: var(--fg-2);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.feed-text b {
  color: var(--fg);
  font-weight: 500;
}

.feed-time {
  white-space: nowrap;
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.04em;
}

.viz-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 18px 22px;
}

.viz-summary-card {
  padding: 16px;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  background: rgba(20, 17, 31, 0.84);
}

.viz-summary-label {
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.viz-summary-value {
  margin-top: 8px;
  font-size: 26px;
  letter-spacing: -0.03em;
}

.viz-summary-note {
  margin-top: 6px;
  color: var(--fg-3);
  font-size: 12px;
  line-height: 1.45;
}

.momentum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 18px 22px;
}

.momentum-card {
  padding: 16px;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  background: rgba(20, 17, 31, 0.84);
}

.momentum-card .value {
  margin-top: 8px;
  color: var(--fg);
  font-size: 22px;
  letter-spacing: -0.025em;
}

.momentum-card .note {
  margin-top: 6px;
  color: var(--fg-3);
  font-size: 12px;
  line-height: 1.45;
}

.cta-footer {
  position: relative;
  padding: 140px 0 80px;
  text-align: center;
}

.pricing-section {
  position: relative;
  overflow: hidden;
}

.pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(520px 320px at 24% 22%, rgba(107, 61, 240, 0.16), transparent 72%),
    radial-gradient(620px 360px at 82% 16%, rgba(155, 120, 255, 0.1), transparent 74%);
}

.pricing-head {
  margin-bottom: 32px;
}

.pricing-microcopy {
  max-width: 760px;
  margin-bottom: 36px;
  color: var(--fg-3);
  font-size: 14px;
  line-height: 1.6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(28, 24, 42, 0.82) 0%, rgba(12, 10, 20, 0.92) 100%);
  box-shadow:
    0 28px 60px -36px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(245, 236, 219, 0.02) inset;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
  backdrop-filter: blur(14px);
}

.pricing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 236, 219, 0.14);
  box-shadow:
    0 34px 70px -40px rgba(0, 0, 0, 0.78),
    0 0 0 1px rgba(245, 236, 219, 0.04) inset;
}

.pricing-card-featured {
  border-color: rgba(155, 120, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(38, 27, 66, 0.94) 0%, rgba(17, 12, 30, 0.98) 100%);
  box-shadow:
    0 32px 76px -38px rgba(74, 30, 184, 0.72),
    0 0 0 1px rgba(155, 120, 255, 0.2) inset;
}

.pricing-card-featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(320px 160px at 50% 0%, rgba(155, 120, 255, 0.18), transparent 75%);
  pointer-events: none;
}

.pricing-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  min-height: 100%;
  padding: 28px 26px 24px;
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  margin-bottom: 16px;
  border: 1px solid rgba(155, 120, 255, 0.24);
  border-radius: 999px;
  background: rgba(107, 61, 240, 0.14);
  color: var(--accent-ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 12px rgba(155, 120, 255, 0.66);
}

.pricing-card-kicker {
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-price-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.pricing-price {
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.pricing-price-suffix {
  padding-bottom: 7px;
  color: var(--fg-3);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-price-talk {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}

.pricing-card-subtitle {
  margin-top: 14px;
  color: var(--fg-2);
  font-size: 15px;
  line-height: 1.55;
}

.pricing-features {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  list-style: none;
}

.pricing-features li {
  position: relative;
  padding-left: 26px;
  color: var(--fg-2);
  font-size: 14px;
  line-height: 1.5;
}

.pricing-features li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(155, 120, 255, 0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(155, 120, 255, 0.95) 0 2px, transparent 2.5px),
    rgba(107, 61, 240, 0.08);
  box-shadow: 0 0 12px rgba(107, 61, 240, 0.18);
}

.pricing-card-footer {
  padding-top: 22px;
  border-top: 1px solid var(--line-2);
}

.pricing-btn {
  width: 100%;
}

.pricing-note {
  margin-top: 12px;
  color: var(--fg-4);
  font-size: 12px;
  line-height: 1.5;
}

.pricing-compare {
  margin: 28px auto 0;
  max-width: 760px;
  color: var(--fg-2);
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

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

.pricing-faq-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.pricing-faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(20, 17, 31, 0.76);
  box-shadow: 0 18px 36px -28px rgba(0, 0, 0, 0.6);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.pricing-faq-item:hover {
  border-color: rgba(245, 236, 219, 0.14);
  background: rgba(24, 19, 37, 0.88);
  transform: translateY(-1px);
}

.pricing-faq-item[open] {
  border-color: rgba(155, 120, 255, 0.24);
  background: rgba(24, 19, 37, 0.94);
}

.pricing-faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  list-style: none;
  cursor: pointer;
  color: var(--fg);
  font-size: 15px;
  line-height: 1.5;
}

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

.pricing-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--accent-2);
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
}

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

.pricing-faq-item p {
  padding: 0 20px 18px;
  color: var(--fg-2);
  font-size: 14px;
  line-height: 1.6;
}

.cta-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(600px 400px at 50% 0%, rgba(107, 61, 240, 0.32), transparent 70%);
}

.cta-footer h2 {
  max-width: 900px;
  margin: 0 auto 24px;
  font-size: clamp(48px, 5.5vw, 80px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.cta-footer h2 em {
  color: var(--accent-2);
  font-style: normal;
  font-weight: 400;
}

.cta-footer p {
  max-width: 560px;
  margin: 0 auto 40px;
  color: var(--fg-2);
  font-size: 19px;
  line-height: 1.5;
}

.cta-footer-ctas {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

footer {
  padding: 40px 0 32px;
  border-top: 1px solid var(--line-2);
  color: var(--fg-4);
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand-logo {
  display: block;
  width: auto;
  height: 30px;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: var(--fg-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-links a:hover {
  color: var(--fg-2);
}

.steps-visual .panel-top,
.steps-visual .panel-row,
.steps-visual .panel-stack,
.steps-visual .panel-tags,
.steps-visual .panel-cards,
.steps-visual .panel-grid-2 {
  border-color: var(--line-2);
}

@media (min-width: 761px) {
  .hero {
    padding: 60px 0 72px;
  }

  .hero h1 {
    margin: 24px 0 18px;
    font-size: clamp(44px, 4.8vw, 72px);
  }

  .hero-sub {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.48;
  }

  .hero-ctas {
    margin-top: 28px;
  }
}

@media (max-width: 1200px) {
  .nav-inner {
    flex-wrap: wrap;
  }

  .hero-grid,
  .steps-panel,
  .section-head,
  .viz-body {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: flex-start;
  }

  .steps-panel {
    gap: 36px;
  }

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

  .logos-row,
  .audience-grid,
  .pricing-grid,
  .pricing-faq {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .viz-map-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .map-wrap {
    width: 100%;
    margin-top: 0;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .container {
    padding: 0 24px;
  }

  .nav-mobile-menu:not([hidden]) {
    display: block;
  }

  .nav-links {
    display: none;
  }

  .nav-inner {
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 12px 0;
  }

  .nav-cta {
    display: none;
  }

  .nav-burger {
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .brand-lockup {
    margin: 0 auto;
  }

  .brand-logo {
    height: 34px;
  }

  .footer-brand-logo {
    height: 24px;
  }

  .hero {
    padding-top: 52px;
  }

  .map-wrap {
    aspect-ratio: auto;
  }

  .map-header,
  .map-svg,
  .map-legend {
    position: relative;
    inset: auto;
  }

  .map-header {
    padding: 14px 16px;
  }

  .map-svg {
    height: 336px;
    padding: 16px 16px 10px;
  }

  .live-feed-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    height: 150px;
    margin: 0 16px 12px;
  }

  .live-feed-item.is-following {
    display: none;
  }

  .map-legend {
    margin: 0 16px 16px;
  }

  .map-last-activity {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .hero-ctas,
  .hero-trust,
  .cta-footer-ctas,
  .footer-inner,
  .footer-links {
    flex-wrap: wrap;
  }

  .hero-trust .sep {
    display: none;
  }

  .steps-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid,
  .logos-row,
  .audience-grid,
  .pricing-grid,
  .viz-summary-grid,
  .momentum-grid,
  .pricing-faq {
    grid-template-columns: 1fr;
  }

  .pricing-card-inner {
    padding: 24px 22px 22px;
  }

  .pricing-price-talk {
    font-size: 32px;
  }

  .map-header,
  .map-legend,
  .viz-topbar,
  .viz-map-head,
  .viz-meter-head,
  .viz-meter-foot {
    flex-wrap: wrap;
  }

  .city-row,
  .revenue-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .city-count,
  .revenue-value {
    text-align: left;
  }

  .city-status-dot {
    justify-self: flex-start;
  }
}

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

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