:root {
  --bg: #05070d;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --soft: rgba(255, 255, 255, 0.54);
  --purple: #a66cff;
  --purple-2: #7c3cff;
  --magenta: #e052ff;
  --orange: #ff7b53;
  --radius: 28px;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  background:
    radial-gradient(circle at top right, rgba(166, 108, 255, 0.17), transparent 30rem),
    radial-gradient(circle at 10% 20%, rgba(224, 82, 255, 0.12), transparent 24rem), var(--bg);
  overflow-x: hidden;
}

body::selection {
  color: #fff;
  background: rgba(166, 108, 255, 0.65);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.page {
  min-height: 100vh;
  background: linear-gradient(180deg, transparent, rgba(5, 7, 13, 0.88) 52rem, var(--bg) 62rem);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(1rem, 3vw, 2rem) clamp(1.1rem, 5vw, 4.4rem) clamp(4rem, 3vw, 2.1rem);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 32%, rgba(255, 116, 82, 0.26), transparent 24rem),
    radial-gradient(circle at 80% 62%, rgba(166, 108, 255, 0.22), transparent 19rem),
    url('/assets/hero-background.png') right center / cover no-repeat;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(5, 7, 13, 0.78) 20%,
    rgba(5, 7, 13, 0.78) 40%,
    rgba(5, 7, 13, 0.68) 60%,
    rgba(5, 7, 13, 0.68) 80%,
    rgba(5, 7, 13, 0.58) 100%
  );
}

.hero::after {
  content: '';
  position: absolute;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 45%,
    transparent 0 42%,
    rgba(0, 0, 0, 0.4) 78%,
    rgba(0, 0, 0, 0.52) 100%
  );
  opacity: 1;
}

.nav,
.hero-grid,
.category-dock {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.logo-badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7c5cff, #36d6ff);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(124, 92, 255, 0.35);
  flex: 0 0 auto;
}

.logo-wave {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
  opacity: 0.9;
}

.logo-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--purple);
  border: 1.5px solid var(--purple);
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  margin-left: -4px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 650;
  font-size: 0.96rem;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nav-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  flex: 1;
  min-width: 0;
  padding-block: clamp(2.3rem, 6vw, 5.7rem) clamp(1.5rem, 4vw, 3rem);
}

.hero-copy {
  max-width: 48rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  box-shadow: 0 0 0 0.42rem rgba(166, 108, 255, 0.14);
}

h1 {
  margin: 0;
  font-size: clamp(3.5rem, 6.7vw, 4.65rem);
  line-height: 0.96;
  letter-spacing: -0.058em;
  font-weight: 900;
  text-wrap: balance;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(105deg, #8e55ff 0%, #b781ff 40%, #d36cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(166, 108, 255, 0.18));
}

.lead {
  margin: clamp(1.45rem, 3vw, 2.2rem) 0 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.33rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: clamp(1.6rem, 3vw, 2.35rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.1rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
}

.button.primary {
  border: 0;
  background: linear-gradient(135deg, var(--purple-2), var(--purple) 55%, var(--magenta));
  box-shadow: 0 22px 55px rgba(123, 60, 255, 0.34);
}

.button.secondary {
  backdrop-filter: blur(16px);
}

.hero-visual {
  position: relative;
  min-height: clamp(29rem, 50vw, 43rem);
}

.device-stage {
  position: absolute;
  inset: 0;
  margin-left: auto;
  max-width: 36rem;
  width: 100%;
  transform: translateY(2%);
}

.device-glow {
  position: absolute;
  left: 8%;
  top: 16%;
  width: 20rem;
  height: 25rem;
  background: radial-gradient(circle, rgba(166, 108, 255, 0.25), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}

.phone {
  position: absolute;
  left: clamp(0rem, 4vw, 3.4rem);
  top: clamp(0.8rem, 4vw, 2.5rem);
  width: clamp(14.5rem, 23vw, 18.6rem);
  aspect-ratio: 0.53;
  border-radius: 2.45rem;
  padding: 0.74rem;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.42),
      rgba(255, 255, 255, 0.05) 18%,
      rgba(0, 0, 0, 0.85) 55%,
      rgba(255, 126, 85, 0.34)
    ),
    #07090f;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    var(--shadow),
    inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  transform: rotate(2deg);
}

.phone::before {
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 50%;
  width: 5rem;
  height: 1.2rem;
  transform: translateX(-50%);
  border-radius: 0 0 1rem 1rem;
  background: #05070d;
  opacity: 0.95;
  z-index: 3;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 1.85rem;
  background:
    radial-gradient(circle at 50% 55%, rgba(166, 108, 255, 0.22), transparent 14rem),
    linear-gradient(180deg, #090c15 0%, #0b0e16 55%, #11131d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(1.8rem, 3vw, 2.4rem) clamp(1rem, 2vw, 1.35rem) 1.2rem;
}

.mini-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.36rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.mini-brand .logo-badge {
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

.mini-brand .logo-wave {
  width: 11px;
  height: 11px;
}

.mini-brand .logo-tag {
  font-size: 7px;
  padding: 1px 5px;
}

.phone-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  font-style: italic;
}

.phone-city {
  margin-top: 0.25rem;
  font-size: clamp(1.22rem, 2vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  font-style: italic;
}

.phone-eta {
  margin-top: 1.15rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.74rem;
  line-height: 1.35;
}

.waveform {
  position: relative;
  width: 100%;
  height: 3.9rem;
  margin: clamp(1.4rem, 4vw, 2.4rem) -0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
  color: var(--purple);
  overflow: hidden;
}

.waveform::before,
.waveform::after {
  content: '';
  position: absolute;
  width: 1.8rem;
  inset-block: 0;
  z-index: 1;
  pointer-events: none;
}

.waveform::before {
  left: 0;
  background: linear-gradient(90deg, #0b0e16, transparent);
}
.waveform::after {
  right: 0;
  background: linear-gradient(270deg, #0b0e16, transparent);
}

.waveform span {
  width: 0.14rem;
  height: calc(0.55rem + var(--h) * 1.9rem);
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 10px rgba(166, 108, 255, 0.55);
  opacity: 0.86;
  animation: pulse 1.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.055s);
}

@keyframes pulse {
  0%,
  100% {
    transform: scaleY(0.62);
    opacity: 0.5;
  }
  45% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.now-playing {
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.35;
}

.now-playing strong {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  font-weight: 700;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  margin-top: 1.65rem;
}

.control-small {
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0.82;
}

.play {
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #b783ff, #7d3cff);
  box-shadow: 0 18px 34px rgba(125, 60, 255, 0.35);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.pause-icon {
  position: relative;
  width: 1.2rem;
  height: 1.55rem;
  display: inline-block;
}

.pause-icon::before,
.pause-icon::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0.36rem;
  height: 100%;
  border-radius: 999px;
  background: currentColor;
}

.pause-icon::before {
  left: 0.12rem;
}
.pause-icon::after {
  right: 0.12rem;
}

.volume {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.66);
}

.volume-line {
  position: relative;
  flex: 1;
  height: 0.16rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.volume-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple), rgba(255, 255, 255, 0.8));
}

.volume-line::after {
  content: '';
  position: absolute;
  left: 55%;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.35);
}

.ad-card {
  position: absolute;
  right: 0;
  top: clamp(11.5rem, 20vw, 17rem);
  width: clamp(15.6rem, 24vw, 19.2rem);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.55rem;
  background: linear-gradient(160deg, rgba(35, 35, 45, 0.89), rgba(18, 19, 27, 0.86));
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  padding: 1.5rem 1.45rem 1.35rem;
}

.ad-card::after {
  content: '';
  position: absolute;
  left: 19%;
  bottom: -1.25rem;
  width: 2rem;
  height: 2rem;
  background: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.ad-top {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.85rem;
  align-items: start;
  margin-bottom: 1.1rem;
}

.speaker {
  width: 2rem;
  height: 2rem;
  color: var(--purple);
  filter: drop-shadow(0 0 14px rgba(166, 108, 255, 0.35));
}

.ad-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.43;
}

.ad-card .muted-copy {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 1rem;
}

.ad-card strong {
  color: #b579ff;
  font-weight: 850;
}

.dashboard-shadow {
  position: absolute;
  left: clamp(-2rem, -4vw, -0.2rem);
  right: clamp(-4rem, -6vw, -1rem);
  bottom: 5.5rem;
  height: 9rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.75;
}

.category-dock {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
}

.category-list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  width: fit-content;
  max-width: 100%;
  padding: 0.95rem 1.8rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-list::-webkit-scrollbar {
  display: none;
}

.category-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 750;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.category-item svg {
  width: 1.2rem;
  height: 1.2rem;
  color: var(--purple);
}

.traction-dock {
  width: 100%;
  gap: 0;
  overflow-x: auto;
  padding-block: clamp(1.15rem, 2.4vw, 1.65rem);
  padding-inline: clamp(0.75rem, 1.8vw, 1.25rem);
}

.traction-dock-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex: 1 1 0;
  min-width: 0;
  padding-inline: clamp(0.35rem, 1vw, 0.75rem);
  text-align: center;
}

.traction-dock-item + .traction-dock-item {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.traction-dock-item strong {
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: #fff;
}

.traction-dock-item span {
  font-size: clamp(0.82rem, 1.05vw, 0.98rem);
  font-weight: 700;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.72);
}

.traction-dock-item:nth-child(1) strong {
  color: transparent;
  background: linear-gradient(135deg, #8e55ff, #b781ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.traction-dock-item:nth-child(1) span {
  color: rgba(166, 108, 255, 0.92);
}

.traction-dock-item:nth-child(2) strong {
  color: transparent;
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
}

.traction-dock-item:nth-child(2) span {
  color: rgba(224, 82, 255, 0.9);
}

.traction-dock-item:nth-child(3) strong {
  color: transparent;
  background: linear-gradient(135deg, #d36cff, #ff7b53);
  -webkit-background-clip: text;
  background-clip: text;
}

.traction-dock-item:nth-child(3) span {
  color: rgba(255, 145, 118, 0.92);
}

.traction-dock-item:nth-child(4) strong {
  color: transparent;
  background: linear-gradient(135deg, var(--orange), #ffb347);
  -webkit-background-clip: text;
  background-clip: text;
}

.traction-dock-item:nth-child(4) span {
  color: rgba(255, 123, 83, 0.95);
}

main {
  position: relative;
  background:
    radial-gradient(circle at 12% 20%, rgba(166, 108, 255, 0.1), transparent 24rem),
    radial-gradient(circle at 90% 42%, rgba(255, 123, 83, 0.09), transparent 23rem), var(--bg);
}

.section {
  padding: clamp(2.75rem, 5vw, 5rem) clamp(1.1rem, 5vw, 4.4rem);
}

.section.compact {
  padding-top: clamp(1.5rem, 3.5vw, 2.5rem);
}

.section-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(18rem, 0.58fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2rem, 4.5vw, 3.5rem);
}

.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.8vw, 4.85rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.section-header p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
  letter-spacing: -0.012em;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.value-card,
.proof-card,
.pricing-card,
.traction-stat {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.value-card {
  padding: clamp(1.3rem, 3vw, 2rem);
  min-height: 18rem;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  inset: auto -30% -42% auto;
  width: 12rem;
  height: 12rem;
  background: radial-gradient(circle, rgba(166, 108, 255, 0.24), transparent 68%);
  filter: blur(4px);
}

.value-icon {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  color: var(--purple);
  background: rgba(166, 108, 255, 0.11);
  border: 1px solid rgba(166, 108, 255, 0.22);
}

.value-icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.value-card h3,
.proof-card h3,
.pricing-card h3 {
  margin: 1.35rem 0 0.6rem;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.value-card p,
.proof-card p,
.pricing-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.how-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
  min-height: clamp(28rem, 38vw, 34rem);
}

.how-steps-card {
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-content: flex-start;
}

.how-steps-card .how-steps-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  gap: clamp(0.75rem, 2vh, 1.5rem);
}

.how-steps-card .how-steps-list li {
  flex: 1;
  align-items: center;
}

.how-layout .arrival-panel {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
}

.how-layout .how-preview-card {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
  gap: 1.1rem;
}

.how-layout .arrival-panel .arrival-meter {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.how-layout .how-preview-copy {
  font-size: 0.88rem;
}

.how-card {
  min-height: 100%;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(166, 108, 255, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.75rem;
  overflow: hidden;
  position: relative;
}

.how-card::before {
  content: '';
  position: absolute;
  right: -7rem;
  top: -5rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 82, 255, 0.18), transparent 70%);
  pointer-events: none;
}

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

.how-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.how-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  counter-reset: how-step;
}

.how-steps-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  counter-increment: how-step;
}

.how-steps-list li::before {
  content: counter(how-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--purple-2), var(--purple));
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 0.82rem;
  box-shadow: 0 12px 24px rgba(125, 60, 255, 0.22);
}

.how-steps-list strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
  line-height: 1.25;
}

.how-steps-list span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.how-preview-card .how-audio-player-host {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.how-preview-card .place-search-box {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  text-align: left;
}

.how-preview-card .place-search-box h3 {
  display: none;
}

.how-preview-card .place-search-input-wrapper {
  max-width: none;
  margin: 0;
}

.how-preview-card .audio-panel {
  margin-top: 0.75rem;
  border-radius: 1.35rem;
}

.how-preview-copy {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.how-card-nav {
  display: none;
}

.how-carousel-footer {
  display: none;
}

.how-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.how-carousel-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    width 180ms ease;
}

.how-carousel-dot.is-active {
  width: 1.65rem;
  background: linear-gradient(135deg, var(--purple-2), var(--purple));
}

.how-carousel-hint {
  margin: 0;
  color: var(--soft);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.arrival-swipe-btn {
  display: none;
}

.arrival-panel h3 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.arrival-meter {
  position: relative;
  padding-top: 4rem;
}

.route-line {
  position: relative;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.route-line::before {
  content: '';
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 76%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple-2), var(--purple), var(--orange));
  box-shadow: 0 0 30px rgba(166, 108, 255, 0.35);
}

.route-dot {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 0.5rem rgba(255, 255, 255, 0.09),
    0 0 30px rgba(166, 108, 255, 0.55);
}

.route-dot.start {
  left: 0;
}
.route-dot.mid {
  left: 76%;
  background: var(--purple);
}
.route-dot.end {
  left: 100%;
  background: var(--orange);
}

.meter-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.traction-region-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.15rem;
}

.traction-region-nav::-webkit-scrollbar {
  display: none;
}

.traction-region-btn {
  flex: 0 0 auto;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.traction-region-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(166, 108, 255, 0.35);
  color: #fff;
}

.traction-region-btn.is-active {
  border-color: rgba(166, 108, 255, 0.55);
  background: linear-gradient(135deg, rgba(142, 85, 255, 0.22), rgba(166, 108, 255, 0.12));
  color: #fff;
  box-shadow: 0 10px 28px rgba(142, 85, 255, 0.16);
}

.traction-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.traction-stat {
  padding: clamp(1.2rem, 2.4vw, 1.55rem);
  overflow: hidden;
}

.traction-stat strong {
  display: block;
  font-size: clamp(2.2rem, 4.8vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #fff;
}

.traction-stat span {
  display: block;
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 1rem;
  align-items: stretch;
}

.proof-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.proof-card {
  padding: clamp(1.2rem, 2.4vw, 1.6rem);
}

.proof-card-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.proof-number {
  flex: 0 0 auto;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #fff;
}

.proof-card-head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 1.65rem);
  line-height: 1.15;
}

.proof-card p {
  margin-top: 0.85rem;
}

.pricing-card {
  padding: clamp(1.35rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 30% 20%, rgba(166, 108, 255, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.pricing-card .price {
  display: block;
  margin-top: 1.2rem;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.pricing-card .price small {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.28em;
  letter-spacing: -0.03em;
  font-weight: 750;
}

.pricing-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.pricing-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  line-height: 1.35;
}

.pricing-list li::before {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.34rem;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 0.3rem rgba(166, 108, 255, 0.12);
  flex: 0 0 auto;
}

.final-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(1.7rem, 4vw, 3rem);
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.94), rgba(5, 7, 13, 0.62)),
    radial-gradient(circle at 88% 18%, rgba(255, 123, 83, 0.23), transparent 20rem),
    radial-gradient(circle at 70% 80%, rgba(166, 108, 255, 0.24), transparent 22rem),
    url('/assets/cta-background.webp') center / cover no-repeat;
  padding: clamp(2rem, 5vw, 4.5rem);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.3);
}

.final-cta-content {
  max-width: 44rem;
}

.final-cta h2 {
  font-size: clamp(2.45rem, 5.4vw, 5.5rem);
}

.final-cta p {
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

footer {
  padding: 2.5rem clamp(1.1rem, 5vw, 4.4rem);
  color: rgba(255, 255, 255, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.48);
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.footer-social a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.footer-social svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    padding-block: clamp(1.5rem, 5vw, 3rem);
  }

  .hero-copy,
  .hero-form-panel {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-visual {
    display: none;
  }

  .section-header,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .how-layout {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1rem;
    align-items: stretch;
    min-height: 0;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .how-steps-card,
  .how-layout .arrival-panel,
  .how-layout .how-preview-card {
    grid-column: auto;
    grid-row: auto;
  }

  .how-layout::-webkit-scrollbar {
    display: none;
  }

  .how-layout .how-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: clamp(18rem, 52vw, 24rem);
  }

  #why .value-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1rem;
    align-items: stretch;
    grid-template-columns: none;
  }

  #why .value-grid::-webkit-scrollbar {
    display: none;
  }

  #why .value-grid .value-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: clamp(16rem, 48vw, 22rem);
  }

  .how-layout .how-card-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 0.25rem;
  }

  #why .how-carousel-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }

  .step-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      background 180ms ease;
  }

  .step-nav-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(166, 108, 255, 0.45);
    background: rgba(166, 108, 255, 0.12);
  }

  .step-nav-btn.is-hidden {
    visibility: hidden;
    pointer-events: none;
  }

  .how-carousel-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }

  .arrival-swipe-btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    align-self: center;
    margin-top: 0.25rem;
    padding: 0.75rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      background 180ms ease;
  }

  .arrival-swipe-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(166, 108, 255, 0.45);
    background: rgba(166, 108, 255, 0.12);
  }

  .arrival-swipe-icon {
    font-size: 1rem;
    line-height: 1;
    opacity: 0.9;
  }

  .arrival-swipe-btn.is-hidden {
    visibility: hidden;
    pointer-events: none;
  }

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

@media (max-width: 760px) {
  .nav-actions .nav-link,
  .nav-actions .button {
    display: none;
  }

  .nav {
    gap: 0.65rem;
  }

  .logo {
    min-width: 0;
    flex: 1 1 auto;
  }

  .nav-actions {
    flex: 0 0 auto;
    gap: 0.45rem;
  }

  .region-selector-toggle {
    max-width: none;
    padding: 0.45rem 0.55rem;
    gap: 0.25rem;
    font-size: 0.8rem;
  }

  .region-selector-toggle .region-nav-label {
    display: none;
  }

  .region-dropdown-static {
    min-width: 11rem;
  }

  .hero {
    min-height: auto;
    padding: 1rem clamp(1rem, 4vw, 1.25rem) 1.5rem;
    background-position: 70% top;
  }

  .hero::before {
    background: linear-gradient(
      to bottom,
      rgba(5, 7, 13, 0.88) 0%,
      rgba(5, 7, 13, 0.82) 55%,
      rgba(5, 7, 13, 0.76) 100%
    );
  }

  .hero-grid {
    gap: 1.35rem;
    padding-block: 1rem 0.25rem;
  }

  .hero-copy h1,
  h1 {
    font-size: clamp(3.75rem, 9.2vw, 2.35rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .hero-hooks {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.15rem;
  }

  .landing-region-nav {
    margin-top: 1rem;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .intake-card {
    padding: 1.15rem;
  }

  .form-steps {
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .category-dock {
    width: 100%;
  }

  .category-list {
    width: 100%;
    border-radius: 1.4rem;
    padding-inline: 1rem;
  }

  .traction-dock {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    padding-block: 1rem 0.85rem;
    gap: 0;
  }

  .traction-dock-item {
    flex: initial;
    padding-block: 0.85rem;
  }

  .traction-dock-item + .traction-dock-item {
    border-left: none;
  }

  .traction-dock-item:nth-child(2),
  .traction-dock-item:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .traction-dock-item:nth-child(3),
  .traction-dock-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .traction-dock-item strong {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .traction-dock-item span {
    font-size: 0.78rem;
  }

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

  .value-card {
    min-height: auto;
  }

  .traction-metrics {
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    border-radius: var(--radius);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
    overflow: hidden;
  }

  .traction-metrics .traction-stat {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }

  .traction-metrics .traction-stat + .traction-stat {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .section {
    padding-inline: 1rem;
  }
}

@media (max-width: 460px) {
  .logo {
    font-size: 0.95rem;
  }
  .logo-badge {
    width: 30px;
    height: 30px;
  }
  .hero-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.founder-quote-section {
  padding: 72px 24px;
  background: #05070d; /* matches your theme-color */
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.founder-quote-inner {
  max-width: 720px;
  margin: 0 auto;
}

.section-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 28px;
}

.founder-quote {
  margin: 0;
  padding: 0;
  border: none;
}

.founder-quote p {
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  font-style: italic;
  margin: 0 0 36px;
  position: relative;
  padding-left: 28px;
}

.founder-quote p::before {
  content: '\201C'; /* left double quote */
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 2.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
  font-style: normal;
}

.founder-attribution {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 28px;
}

.founder-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.founder-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.founder-meta strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.founder-meta span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 480px) {
  .founder-quote-section {
    padding: 52px 20px;
  }
  .founder-quote p {
    padding-left: 0;
  }
  .founder-quote p::before {
    position: static;
    display: block;
    margin-bottom: 8px;
  }
  .founder-attribution {
    padding-left: 0;
  }
}

.sample-audio-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 90;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #b783ff, #7d3cff);
  box-shadow: 0 12px 28px rgba(125, 60, 255, 0.4);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.15rem 0.75rem 0.9rem;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    opacity 0.15s ease;
}

.sample-audio-fab:hover {
  transform: scale(1.05);
  box-shadow: 0 16px 34px rgba(125, 60, 255, 0.48);
}

.sample-audio-fab:active {
  transform: scale(0.97);
}

.sample-audio-fab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.sample-audio-fab-icon-wrap {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.sample-audio-fab svg {
  width: 1.35rem;
  height: 1.35rem;
}

.sample-audio-fab-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.sample-audio-fab .sample-audio-fab-icon--pause {
  display: none;
}

.sample-audio-fab.is-playing .sample-audio-fab-icon--play {
  display: none;
}

.sample-audio-fab.is-playing .sample-audio-fab-icon--pause {
  display: block;
}

@media (max-width: 480px) {
  .sample-audio-fab {
    right: 1rem;
    bottom: 1rem;
    padding: 0.65rem 1rem 0.65rem 0.8rem;
    gap: 0.45rem;
  }

  .sample-audio-fab-label {
    font-size: 0.8125rem;
  }
}

/* Landing page — component extensions */

.hero-form-panel {
  position: relative;
  z-index: 1;
}

.hero-hooks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.4rem, 3vw, 2rem);
}

.hero-hook {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.hero-hook .value-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
}

.hero-hook .value-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.hero-hook strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.hero-hook span {
  display: block;
  color: var(--soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.landing-region-nav {
  margin-top: clamp(1.4rem, 3vw, 2rem);
}

.region-selector-static {
  position: relative;
  display: inline-block;
}

.region-selector-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 11.5rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.region-selector-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(166, 108, 255, 0.35);
  background: rgba(166, 108, 255, 0.08);
}

.region-pin-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--purple);
  line-height: 1;
}

.region-pin-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.region-nav-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.region-selector-toggle .arrow {
  flex: 0 0 auto;
  font-size: 0.62rem;
  opacity: 0.72;
}

.region-dropdown-static {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 120;
  min-width: 12.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.9rem;
  background: rgba(14, 16, 25, 0.96);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.region-option-static {
  display: block;
  width: 100%;
  padding: 0.72rem 0.95rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition:
    background 150ms ease,
    color 150ms ease;
}

.region-option-static:last-child {
  border-bottom: none;
}

.region-option-static:hover,
.region-option-static.is-active {
  background: rgba(166, 108, 255, 0.14);
  color: #fff;
}

.corridor-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.1rem;
  margin-top: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 650;
}

.corridor-strip-label {
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.intake-card {
  position: relative;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--radius);
  border: 1px solid rgba(166, 108, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(166, 108, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(166, 108, 255, 0.08) inset;
}

.intake-badge {
  position: absolute;
  top: -0.65rem;
  right: 1rem;
  padding: 0.28rem 0.65rem;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, var(--purple-2), var(--purple));
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(2deg);
  box-shadow: 0 10px 24px rgba(125, 60, 255, 0.28);
}

.intake-card h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.intake-lead {
  margin: 0.65rem 0 1.25rem;
  color: var(--soft);
  font-size: 0.86rem;
  line-height: 1.55;
}

.intake-form {
  display: grid;
  gap: 1rem;
}

.form-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.form-step-label {
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-step-dots {
  display: flex;
  gap: 0.35rem;
}

.form-dot {
  width: 1.5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: background 220ms ease;
}

.form-dot.is-active {
  background: linear-gradient(90deg, var(--purple-2), var(--purple));
}

.form-stage {
  display: grid;
  gap: 0.9rem;
}

.form-stage.is-hidden,
.form-success.is-hidden,
.intake-form.is-hidden,
.geo-audio-overlay.is-hidden {
  display: none;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 650;
}

.form-field input,
.form-field select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background: rgba(5, 7, 13, 0.72);
  color: #fff;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.form-field input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.form-field input:focus,
.form-field select:focus {
  outline: none;
  border-color: rgba(166, 108, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(166, 108, 255, 0.14);
}

.form-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: start;
  color: var(--soft);
  font-size: 0.68rem;
  line-height: 1.45;
}

.form-consent input {
  margin-top: 0.15rem;
  accent-color: var(--purple);
}

.form-submit {
  width: 100%;
  margin-top: 0.35rem;
}

.form-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding-top: 0.35rem;
}

.form-back-link {
  padding: 0;
  border: 0;
  background: none;
  color: var(--soft);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  text-align: left;
}

.form-back-link:hover {
  color: #fff;
}

.form-submit-error {
  margin: 0.35rem 0 0;
  color: #ff9b8f;
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-success {
  text-align: center;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.form-success-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(166, 108, 255, 0.12);
  color: var(--purple);
  font-size: 1.5rem;
}

.form-success h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -0.04em;
}

.form-success p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 22rem;
}

.form-success-next {
  width: 100%;
  max-width: 22rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 13, 0.55);
  text-align: left;
}

.form-success-next p {
  margin: 0 0 0.35rem;
  max-width: none;
  font-size: 0.78rem;
}

.section-header--center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
  max-width: 44rem;
  margin-inline: auto;
}

.section-header--center p:last-child {
  max-width: 38rem;
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.problem-card {
  min-height: auto;
}

.problem-card h3 {
  margin: 1rem 0 0.55rem;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

.problem-card--negative {
  border-color: rgba(255, 123, 83, 0.18);
}

.problem-icon--negative {
  color: var(--orange);
  background: rgba(255, 123, 83, 0.1);
  border-color: rgba(255, 123, 83, 0.22);
}

.problem-card--positive {
  border-color: rgba(166, 108, 255, 0.22);
}

.problem-tag {
  margin: 1rem 0 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.problem-tag--negative {
  color: #ff9b7d;
}

.problem-tag--positive {
  color: #c49bff;
}

.geo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.geo-sim {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  padding: 1rem;
  border-radius: calc(var(--radius) + 0.25rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(166, 108, 255, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.geo-sim-header,
.geo-sim-footer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.geo-sim-header {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
  color: var(--soft);
}

.geo-sim-status {
  color: var(--purple);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.geo-sim-badge {
  padding: 0.2rem 0.45rem;
  border-radius: 0.4rem;
  background: rgba(166, 108, 255, 0.12);
  color: var(--purple);
  font-weight: 800;
}

.geo-sim-canvas {
  position: relative;
  flex: 1 1 auto;
  min-height: 15rem;
  margin: 1rem 0;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #e8edf2;
  overflow: hidden;
}

.geo-map-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e8edf2;
}

.geo-leaflet-map {
  width: 100%;
  height: 100%;
}

.geo-map-background .leaflet-container {
  width: 100%;
  height: 100%;
  background: #e8edf2;
  font-family: inherit;
}

.geo-map-background .leaflet-control-attribution {
  margin: 0;
  padding: 0.1rem 0.35rem;
  background: rgba(255, 255, 255, 0.82) !important;
  color: #5a6475 !important;
  font-size: 0.52rem;
  line-height: 1.2;
}

.geo-map-background .leaflet-control-attribution a {
  color: #6b4bb8 !important;
}

.geo-map-background::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 500;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.02), rgba(5, 7, 13, 0.06)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(5, 7, 13, 0.08));
  pointer-events: none;
}

.geo-fence-ring,
.geo-car,
.geo-audio-overlay {
  z-index: 1;
}

.geo-fence-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12rem;
  height: 12rem;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(166, 108, 255, 0.38);
  border-radius: 50%;
}

.geo-fence-ring-pulse {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(166, 108, 255, 0.18);
  border-radius: 50%;
  animation: geo-pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.geo-fence-ring-pulse--delay {
  border-color: rgba(224, 82, 255, 0.18);
  animation-delay: 1.5s;
}

@keyframes geo-pulse-ring {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.geo-fence-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 0.35rem rgba(166, 108, 255, 0.22);
}

.geo-fence-label {
  position: absolute;
  left: 50%;
  bottom: -1.6rem;
  transform: translateX(-50%);
  padding: 0.2rem 0.45rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 13, 0.82);
  color: var(--soft);
  font-size: 0.62rem;
  white-space: nowrap;
}

.geo-car {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  transform: translate(calc(-50% - 8.5rem), calc(-50% + 5.5rem));
}

.geo-car-icon {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid rgba(166, 108, 255, 0.55);
  background: rgba(5, 7, 13, 0.92);
  color: var(--purple);
  box-shadow: 0 8px 20px rgba(166, 108, 255, 0.18);
}

.geo-car-label {
  padding: 0.12rem 0.35rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 13, 0.82);
  color: var(--purple);
  font-size: 0.58rem;
  white-space: nowrap;
}

.geo-audio-overlay {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
}

.geo-audio-panel {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(166, 108, 255, 0.28);
  background: rgba(5, 7, 13, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  text-align: left;
}

.geo-audio-panel strong {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.geo-audio-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.14rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

.geo-audio-bars span,
.audio-wave span {
  width: 0.18rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--purple), var(--magenta));
  animation: sound-wave-bar 1.2s ease-in-out infinite;
}

.geo-audio-bars span:nth-child(2),
.audio-wave span:nth-child(2) {
  animation-delay: 0.15s;
}
.geo-audio-bars span:nth-child(3),
.audio-wave span:nth-child(4) {
  animation-delay: 0.3s;
}
.geo-audio-bars span:nth-child(4),
.audio-wave span:nth-child(6) {
  animation-delay: 0.45s;
}
.geo-audio-bars span:nth-child(5),
.audio-wave span:nth-child(8) {
  animation-delay: 0.6s;
}

@keyframes sound-wave-bar {
  0%,
  100% {
    height: 0.25rem;
  }
  50% {
    height: 1.75rem;
  }
}

.geo-sim-footer {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.72rem;
  color: var(--muted);
}

.geo-trigger-btn {
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.72rem;
}

.geo-stop-btn {
  border-color: rgba(255, 120, 120, 0.35);
  background: rgba(255, 120, 120, 0.1);
}

.geo-stop-btn:hover {
  border-color: rgba(255, 120, 120, 0.55);
  background: rgba(255, 120, 120, 0.16);
}

.geo-copy h2 {
  margin: 0.35rem 0 0.85rem;
}

.geo-intro {
  margin: 0 0 1.35rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.audio-preview-grid,
.corridor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.audio-card {
  min-height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.audio-card h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  letter-spacing: -0.03em;
}

.audio-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.audio-card-tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.22rem 0.5rem;
  border-radius: 0.45rem;
  background: rgba(166, 108, 255, 0.12);
  color: var(--purple);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audio-card-tag--alt {
  background: rgba(224, 82, 255, 0.12);
  color: var(--magenta);
}

.audio-player {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 13, 0.55);
}

.audio-play-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #b783ff, #7d3cff);
  color: #fff;
  box-shadow: 0 12px 24px rgba(125, 60, 255, 0.28);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.audio-play-btn--alt {
  background: linear-gradient(145deg, var(--magenta), var(--purple-2));
}

.audio-play-icon {
  font-size: 0.72rem;
  line-height: 1;
}

.audio-wave {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.12rem;
  height: 2rem;
  opacity: 0.55;
}

.audio-wave span {
  height: 0.35rem;
  background: rgba(255, 255, 255, 0.28);
  animation: none;
}

.audio-wave.is-playing {
  opacity: 1;
}

.audio-wave.is-playing span {
  background: linear-gradient(180deg, var(--purple), var(--magenta));
  animation: sound-wave-bar 1s ease-in-out infinite;
}

.audio-timer {
  color: var(--soft);
  font-size: 0.68rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.audio-quote {
  margin: 0;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(166, 108, 255, 0.38);
  color: var(--soft);
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.5;
}

.audio-quote--alt {
  border-left-color: rgba(224, 82, 255, 0.38);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}

.proof-stats {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 100%;
  min-height: 0;
}

.proof-stats .stat-hero,
.proof-stats .proof-card {
  min-height: 0;
  height: 100%;
}

.proof-stats .proof-card {
  display: flex;
  flex-direction: column;
}

.proof-stats .proof-card p {
  margin-top: auto;
}

.stat-hero {
  min-height: auto;
  text-align: center;
  overflow: hidden;
}

.proof-stats .stat-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proof-stats .stat-hero .section-kicker,
.proof-stats .stat-hero .stat-hero-number,
.proof-stats .stat-hero .stat-hero-label {
  margin: 0;
}

.stat-hero-number {
  display: block;
  margin-top: 0.35rem;
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(135deg, #8e55ff, #d36cff);
  -webkit-background-clip: text;
  background-clip: text;
}

.stat-hero-label {
  margin: 0.55rem 0 0;
  font-size: 0.98rem;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.86);
}

.stat-hero-note {
  margin: 0.45rem auto 0;
  max-width: 18rem;
  color: var(--soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.objection-panel h2 {
  margin: 0.15rem 0 0.65rem;
}

.objection-intro {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.objection-list {
  display: grid;
  gap: 0;
}

.objection-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.objection-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.objection-item h4 {
  margin: 0;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.objection-item h4::before {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 0.22rem rgba(166, 108, 255, 0.12);
  vertical-align: middle;
}

.objection-item p {
  margin: 0.45rem 0 0 0.85rem;
  color: var(--soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.corridor-card {
  min-height: auto;
}

.corridor-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.corridor-meta {
  color: var(--soft);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.corridor-card h3 {
  margin: 0.75rem 0 0.45rem;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

.corridor-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--soft);
  font-size: 0.72rem;
}

.corridor-density {
  color: var(--purple);
  font-weight: 800;
}

.corridor-density--alt {
  color: var(--magenta);
}

.compare-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.compare-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  text-align: left;
}

.compare-table th,
.compare-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  vertical-align: top;
}

.compare-table thead th {
  color: var(--soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(5, 7, 13, 0.45);
}

.compare-table tbody th {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 750;
  width: 18%;
}

.compare-table tbody td {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.compare-highlight {
  color: #c49bff !important;
  font-weight: 700;
}

.faq-inner {
  max-width: 44rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  min-height: auto;
  padding: 0;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.1rem, 2.4vw, 1.35rem) clamp(1.2rem, 2.6vw, 1.5rem);
  list-style: none;
  cursor: pointer;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #fff;
  transition: color 180ms ease;
}

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

.faq-question::after {
  content: '';
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--purple);
  border-bottom: 2px solid var(--purple);
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.faq-item[open] .faq-question::after {
  transform: rotate(-135deg);
}

.faq-item[open] .faq-question {
  color: #fff;
}

.faq-answer {
  margin: 0;
  padding: 0 clamp(1.2rem, 2.6vw, 1.5rem) clamp(1.1rem, 2.4vw, 1.35rem);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.85rem;
}

.final-cta-content--center {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}

.hero-actions--center {
  justify-content: center;
}

.final-cta-note {
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
}

@media (max-width: 1080px) {
  .hero-hooks,
  .split-grid,
  .geo-layout,
  .audio-preview-grid,
  .proof-layout,
  .corridor-grid {
    grid-template-columns: 1fr;
  }

  .geo-copy {
    order: 1;
  }

  .geo-sim {
    order: 2;
  }

  .objection-panel {
    order: 1;
  }

  .proof-stats {
    order: 2;
    height: auto;
    grid-template-rows: none;
  }

  .proof-stats .stat-hero,
  .proof-stats .proof-card {
    height: auto;
  }
}

@media (max-width: 760px) {
  .hero-hooks {
    grid-template-columns: 1fr;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

  .compare-table {
    min-width: 36rem;
  }
}
