:root {
  color-scheme: dark;
  --ink: #fffaff;
  --soft: #efe4ff;
  --muted: #bba8d4;
  --night: #070019;
  --deep: #10012f;
  --panel: rgba(32, 10, 70, 0.82);
  --panel-strong: rgba(48, 14, 98, 0.92);
  --line: rgba(207, 125, 255, 0.22);
  --line-strong: rgba(217, 130, 255, 0.52);
  --purple: #a83cff;
  --purple-2: #7128ff;
  --pink: #ee7bff;
  --cyan: #41e6ff;
  --green: #72f6ae;
  --red: #ff4b3e;
  --cream: #fff6eb;
  --shadow: 0 30px 100px rgba(4, 0, 18, 0.72);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 84px),
    linear-gradient(180deg, #070019 0%, #110331 47%, #080019 100%);
  color: var(--ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 68%, rgba(174, 68, 255, 0.14) 68% 69%, transparent 69%),
    linear-gradient(20deg, transparent 0 78%, rgba(65, 230, 255, 0.08) 78% 79%, transparent 79%);
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin: 0;
}

img,
svg {
  display: block;
}

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

.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 58px;
}

.hero-copy,
.report-copy,
.report-card,
.faq-section,
.launch-section > div,
.interest-form {
  min-width: 0;
}

.hero-stage {
  position: relative;
  isolation: isolate;
  width: 100vw;
  aspect-ratio: 16 / 9;
  margin-left: calc(50% - 50vw);
  padding: 28px max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: var(--night);
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.topbar {
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.topbar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  width: 100vw;
  height: 128px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(7, 0, 25, 0.86) 0%,
    rgba(7, 0, 25, 0.55) 48%,
    rgba(7, 0, 25, 0) 100%
  );
}

.brand img {
  width: 122px;
  max-height: 40px;
  object-fit: contain;
}

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

.nav a,
.button,
button {
  min-height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
}

.nav a {
  padding: 0 14px;
  border: 1px solid transparent;
  color: var(--soft);
  font-size: 0.84rem;
}

.nav a:hover {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.nav .nav-cta {
  border-color: rgba(224, 130, 255, 0.5);
  background: linear-gradient(180deg, #c64cff 0%, #7427ea 100%);
  box-shadow: 0 12px 34px rgba(132, 48, 255, 0.42);
}

.hero {
  min-height: clamp(640px, 82vh, 840px);
  padding: 72px 0;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 100%;
  min-height: clamp(560px, 72vh, 740px);
  padding-right: min(46vw, 560px);
  display: grid;
  align-content: center;
}

.hero-title-row {
  display: block;
  position: static;
}

.hero-side-image {
  width: min(780px, 64vw);
  height: clamp(520px, 72vh, 760px);
  position: absolute;
  top: 50%;
  right: calc(50% - 50vw);
  z-index: -1;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 0;
  border-radius: 22px 0 0 22px;
  object-fit: cover;
  object-position: center center;
  opacity: 0.96;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 10%, #000 34%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 10%, #000 34%, #000 100%);
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.52),
    0 0 78px rgba(168, 60, 255, 0.3);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  color: white;
  font-size: clamp(2.8rem, 4.7vw, 5rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-shadow: 0 0 46px rgba(183, 70, 255, 0.34);
}

h2 {
  color: white;
  font-size: clamp(2rem, 3.7vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.18;
}

.lead {
  width: 100%;
  max-width: 610px;
  margin-top: 46px;
  color: var(--soft);
  font-size: 1.19rem;
  font-weight: 800;
  line-height: 1.48;
}

.hero-platforms {
  width: 100%;
  max-width: 560px;
  margin-top: 24px;
  color: var(--pink);
  font-size: clamp(1.12rem, 2vw, 1.58rem);
  font-weight: 900;
  line-height: 1.22;
}

.hero-boost {
  width: 100%;
  max-width: 580px;
  margin-top: 18px;
  padding-left: 18px;
  border-left: 4px solid var(--pink);
  color: white;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  font-weight: 900;
  line-height: 1.36;
  text-shadow: 0 0 30px rgba(238, 123, 255, 0.24);
}

.hero-platforms + .lead {
  margin-top: 28px;
}

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

.button,
button {
  min-height: 56px;
  border: 0;
  padding: 0 22px;
  color: white;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

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

.button.primary,
button {
  background: linear-gradient(180deg, #cc50ff 0%, #7527f0 100%);
  box-shadow: 0 16px 44px rgba(145, 52, 255, 0.48);
}

.button.primary::after,
button::after {
  content: "->";
  margin-left: 10px;
}

.steps article,
.directions article,
.report-card,
.interest-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(68, 22, 130, 0.56), rgba(18, 5, 48, 0.78)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.challenge-stage {
  padding: 22px;
  background:
    linear-gradient(160deg, rgba(54, 13, 109, 0.94), rgba(11, 2, 34, 0.96) 62%),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow), 0 0 48px rgba(169, 61, 255, 0.24);
  position: relative;
  overflow: hidden;
}

.challenge-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(239, 123, 255, 0.62), transparent) top / 100% 1px no-repeat,
    repeating-linear-gradient(120deg, transparent 0 42px, rgba(255, 255, 255, 0.04) 43px 44px);
}

.stage-top,
.track-preview,
.feed-head,
.submission,
.platform-row,
.pricing-note {
  position: relative;
  z-index: 1;
}

.stage-top,
.feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.live-dot,
.status,
.micro,
.feed-head span,
.report-top span,
.report-stats span,
.mini-table span,
.interest-form small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.live-dot {
  color: var(--soft);
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--green);
  box-shadow: 0 0 16px rgba(114, 246, 174, 0.86);
}

.status {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(114, 246, 174, 0.38);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--green);
  background: rgba(114, 246, 174, 0.12);
}

.track-preview {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(207, 125, 255, 0.2);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  background: rgba(8, 0, 27, 0.68);
}

.cover-art {
  aspect-ratio: 1;
  border-radius: 8px;
  display: grid;
  place-items: end start;
  padding: 12px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(rgba(8, 0, 27, 0.06), rgba(8, 0, 27, 0.45)),
    linear-gradient(135deg, #e46bff 0%, #7a28ff 45%, #070019 100%);
}

.cover-art::before {
  content: "";
  position: absolute;
  inset: 20% 12% 8%;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(0, 0, 0, 0.5) 12% 16%, transparent 16% 38%, rgba(0, 0, 0, 0.48) 38% 43%, transparent 43%),
    linear-gradient(180deg, transparent, rgba(8, 0, 27, 0.82));
}

.cover-art span {
  position: relative;
  color: white;
  font-size: 1rem;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.track-preview strong {
  display: block;
  margin-top: 5px;
  color: white;
  font-size: 1.7rem;
  line-height: 1;
}

.track-preview small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.challenge-flow {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.challenge-flow article {
  min-height: 92px;
  padding: 14px 10px;
  border: 1px solid rgba(207, 125, 255, 0.18);
  border-radius: 8px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
}

.challenge-flow svg,
.steps svg,
.path-flow svg,
.setup-step svg,
.pricing-note svg {
  width: 24px;
  height: 24px;
  stroke: var(--pink);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.challenge-flow span {
  color: var(--soft);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.2;
}

.creator-feed {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: grid;
  gap: 9px;
}

.feed-head strong {
  color: var(--cream);
  font-size: 1.02rem;
}

.submission {
  min-height: 58px;
  padding: 0 12px;
  border: 1px solid rgba(207, 125, 255, 0.16);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
}

.submission.hot {
  border-color: rgba(238, 123, 255, 0.46);
  background: rgba(166, 60, 255, 0.18);
}

.avatar {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffc4dd, #4d2eff);
}

.avatar-two {
  background: linear-gradient(135deg, #7de8ff, #27135f);
}

.avatar-three {
  background: linear-gradient(135deg, #ffe082, #321d6b);
}

.submission strong {
  display: block;
  color: white;
  font-size: 0.91rem;
}

.submission small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.submission b {
  color: var(--cream);
  font-size: 1rem;
}

.platform-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.platform-row span {
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.platform-row span::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 7px;
  border-radius: 4px;
  background: var(--purple);
}

.platform-row [data-platform="tiktok"]::before {
  border-radius: 50%;
  background: linear-gradient(135deg, #00f7ff, #ff0050);
}

.platform-row [data-platform="reels"]::before {
  background: linear-gradient(135deg, #ffd35a, #f42bff 60%, #7438ff);
}

.platform-row [data-platform="shorts"]::before {
  background: var(--red);
}

.how-section,
.use-case-section,
.activation-section,
.faq-section,
.launch-section {
  padding: 72px 0;
  border-top: 1px solid rgba(207, 125, 255, 0.14);
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.steps,
.directions {
  display: grid;
  gap: 12px;
}

.how-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.42fr);
  gap: 14px;
  align-items: stretch;
}

.how-promise {
  min-height: 336px;
  border: 1px solid rgba(207, 125, 255, 0.38);
  border-radius: 8px;
  padding: 30px;
  display: grid;
  align-content: end;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 86% 18%, rgba(65, 230, 255, 0.2), transparent 28%),
    radial-gradient(circle at 26% 18%, rgba(238, 123, 255, 0.3), transparent 32%),
    linear-gradient(160deg, rgba(77, 22, 150, 0.82), rgba(10, 1, 34, 0.95) 64%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.how-promise::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

.how-promise span {
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.07);
}

.how-promise strong {
  position: relative;
  color: white;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 950;
  line-height: 0.96;
}

.how-promise p {
  position: relative;
  max-width: 440px;
  margin-top: 18px;
  color: #d7c6ef;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.42;
}

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

.steps article {
  padding: 20px;
}

.steps article {
  min-height: 336px;
}

.steps article {
  position: relative;
}

.steps article > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 900;
}

.steps h3 {
  margin-top: 34px;
}

.steps p,
.report-copy p,
.launch-section p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.how-stats article {
  min-height: 132px;
  border: 1px solid rgba(207, 125, 255, 0.34);
  border-radius: 8px;
  padding: 22px 26px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(68, 22, 130, 0.74), rgba(15, 3, 43, 0.9)),
    radial-gradient(circle at 78% 20%, rgba(168, 60, 255, 0.18), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.how-stats strong {
  color: white;
  font-size: clamp(1.9rem, 3.2vw, 2.65rem);
  font-weight: 950;
  line-height: 1;
}

.how-stats span {
  margin-top: 18px;
  color: #d6c4ef;
  font-size: clamp(0.98rem, 1.7vw, 1.22rem);
  font-weight: 950;
  line-height: 1.22;
}

.platform-stat {
  position: relative;
}

.platform-logos {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.platform-logo {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: rgba(8, 0, 24, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.platform-logo img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.contest-setup {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 14px;
  align-items: stretch;
}

.contest-setup > *,
.setup-steps > * {
  min-width: 0;
}

.setup-summary,
.setup-step {
  border: 1px solid rgba(207, 125, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(63, 18, 126, 0.76), rgba(12, 2, 36, 0.92)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.setup-summary {
  min-height: 560px;
  padding: 30px;
  display: grid;
  align-content: space-between;
  gap: 26px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 82% 12%, rgba(65, 230, 255, 0.18), transparent 30%),
    radial-gradient(circle at 18% 20%, rgba(238, 123, 255, 0.24), transparent 34%),
    linear-gradient(160deg, rgba(77, 22, 150, 0.82), rgba(10, 1, 34, 0.95) 64%);
}

.setup-summary::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

.setup-summary > * {
  position: relative;
}

.metric-summary {
  align-content: stretch;
}

.metric-summary .setup-proof {
  height: 100%;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.setup-summary > span {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.07);
}

.setup-summary strong {
  color: white;
  font-size: clamp(2rem, 3.1vw, 3.05rem);
  font-weight: 950;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.setup-summary p {
  max-width: 520px;
  color: #d7c6ef;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.setup-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.setup-proof div {
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 22px 24px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
}

.setup-proof strong {
  display: block;
  color: white;
  font-size: clamp(2rem, 3.35vw, 3.2rem);
  line-height: 1;
}

.setup-proof span {
  display: block;
  margin-top: 10px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.setup-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.setup-step {
  min-height: 176px;
  padding: 20px;
  position: relative;
}

.setup-step > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 900;
}

.setup-step h3 {
  margin-top: 30px;
  color: white;
  font-size: 1.08rem;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.setup-step p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.platform-step,
.creative-step,
.prize-step {
  grid-column: span 2;
}

.setup-platforms,
.direction-options {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.setup-platforms span,
.direction-options span {
  max-width: 100%;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.07);
  overflow-wrap: anywhere;
}

.setup-platforms img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.prize-step {
  min-height: 430px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(238, 123, 255, 0.22), transparent 32%),
    linear-gradient(160deg, rgba(63, 18, 126, 0.72), rgba(12, 2, 36, 0.92)),
    rgba(255, 255, 255, 0.035);
}

.prize-step img {
  width: 100%;
  max-width: 100%;
  align-self: end;
  margin-top: 18px;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.contest-path {
  display: grid;
  gap: 14px;
}

.path-flow article,
.setup-signals > div,
.budget-calculator {
  min-width: 0;
  border: 1px solid rgba(207, 125, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(63, 18, 126, 0.72), rgba(12, 2, 36, 0.92)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.path-intro {
  padding: 8px 0 20px;
  display: grid;
  gap: 14px;
}

.path-intro::before {
  display: none;
}

.path-intro > * {
  position: static;
}

.path-intro span,
.calculator-copy span,
.setup-signals > div > span {
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.07);
}

.path-intro strong {
  display: block;
  max-width: 820px;
  color: white;
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}

.path-intro p {
  display: block;
  max-width: 620px;
  color: #d7c6ef;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.path-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}

.path-flow article {
  min-height: 210px;
  padding: 20px;
  position: relative;
}

.path-flow article::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -17px;
  z-index: 2;
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, rgba(238, 123, 255, 0.1), rgba(65, 230, 255, 0.86));
}

.path-flow article:last-child::after {
  display: none;
}

.path-flow article > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 900;
}

.path-flow h3 {
  margin-top: 34px;
  color: white;
  font-size: 1.08rem;
}

.path-flow p,
.setup-signals p,
.calculator-copy p,
.calculator-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.5;
}

.setup-signals {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 12px;
}

.setup-signals > div {
  min-height: 168px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 13px;
}

.setup-signals strong,
.calculator-copy strong {
  display: block;
  color: white;
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.signal-platforms {
  background:
    linear-gradient(160deg, rgba(20, 112, 76, 0.25), rgba(12, 2, 36, 0.92)),
    rgba(255, 255, 255, 0.035);
}

.budget-calculator {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(250px, 0.9fr);
  gap: 18px 24px;
  align-items: end;
  border-color: rgba(114, 246, 174, 0.36);
  background:
    radial-gradient(circle at 85% 12%, rgba(114, 246, 174, 0.18), transparent 30%),
    linear-gradient(160deg, rgba(27, 105, 84, 0.38), rgba(12, 2, 36, 0.94)),
    rgba(255, 255, 255, 0.035);
}

.calculator-copy {
  display: grid;
  gap: 13px;
  align-self: center;
}

.calculator-input {
  grid-template-columns: 1fr;
  gap: 10px;
}

.calculator-input input {
  min-height: 62px;
  border-color: rgba(114, 246, 174, 0.32);
  color: white;
  font-size: 1.4rem;
  font-weight: 950;
}

.calculator-results {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.calculator-results div {
  min-width: 0;
  min-height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, 0.06);
}

.calculator-results span {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.calculator-results strong {
  margin-top: 10px;
  color: white;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}

.calculator-note {
  grid-column: 1 / -1;
  margin-top: 0;
  padding-top: 4px;
}

.calculator-note strong {
  color: var(--green);
  font-weight: 950;
}

.use-case-section .section-head p:not(.eyebrow) {
  margin-top: 12px;
  max-width: 720px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.5;
}

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

.use-case-card {
  min-width: 0;
  border: 1px solid rgba(207, 125, 255, 0.22);
  border-radius: 8px;
  padding: 18px;
  display: grid;
  grid-template-rows: auto auto 220px auto;
  gap: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), transparent 28%),
    linear-gradient(160deg, rgba(45, 13, 88, 0.92), rgba(9, 1, 31, 0.98) 62%),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
}

.use-case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(65, 230, 255, 0.7), transparent) top / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent 30%),
    radial-gradient(circle at 84% 8%, rgba(65, 230, 255, 0.16), transparent 30%);
}

.use-case-glow {
  display: none;
  position: absolute;
  top: -74px;
  right: -72px;
  z-index: 0;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 230, 255, 0.2), transparent 68%);
  filter: blur(2px);
  pointer-events: none;
}

.use-case-focus {
  border-color: rgba(65, 230, 255, 0.42);
  background:
    radial-gradient(circle at 82% 12%, rgba(65, 230, 255, 0.2), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(160deg, rgba(50, 14, 108, 0.96), rgba(9, 1, 31, 0.98) 64%);
}

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

.use-case-track {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.track-art {
  width: 66px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: block;
  object-fit: cover;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.35),
    0 0 0 5px rgba(255, 255, 255, 0.045);
}

.use-case-track span {
  color: var(--pink);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.use-case-track h3 {
  margin-top: 5px;
  color: white;
  font-size: clamp(1.02rem, 1.8vw, 1.32rem);
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.use-case-track p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.use-case-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.use-case-hero-metrics div {
  min-height: 86px;
  border: 1px solid rgba(65, 230, 255, 0.24);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(65, 230, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.use-case-hero-metrics span,
.chart-topline span {
  color: rgba(239, 228, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.use-case-hero-metrics strong {
  margin-top: 8px;
  color: white;
  font-size: clamp(1.55rem, 2.65vw, 2.2rem);
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}

.use-case-cover-panel {
  min-height: 220px;
  border: 1px solid rgba(207, 125, 255, 0.17);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 84% 16%, rgba(65, 230, 255, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.02)),
    rgba(10, 2, 32, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.24);
}

.use-case-cover-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 46%, rgba(7, 1, 24, 0.86) 100%),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.1), transparent 28%);
}

.use-case-cover-panel::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 26px;
  bottom: 78px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) left bottom / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) left bottom / 25% 100% repeat-x;
  opacity: 0.72;
}

.use-case-curve {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 22px;
  bottom: 74px;
  z-index: 3;
  pointer-events: none;
}

.use-case-curve svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.use-case-curve path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.curve-shadow {
  stroke: rgba(65, 230, 255, 0.26);
  stroke-width: 9;
  filter: blur(8px);
}

.curve-line {
  stroke: var(--cyan);
  stroke-width: 3.4;
  filter: drop-shadow(0 0 11px rgba(65, 230, 255, 0.74));
}

.curve-label {
  position: absolute;
  z-index: 4;
  min-width: 36px;
  border: 1px solid rgba(65, 230, 255, 0.34);
  border-radius: 999px;
  padding: 5px 8px;
  color: white;
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  background: rgba(8, 2, 28, 0.78);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.32),
    0 0 18px rgba(65, 230, 255, 0.18);
  backdrop-filter: blur(12px);
}

.curve-label-start {
  left: -2px;
  bottom: -10px;
}

.curve-label-end {
  right: -2px;
  top: -9px;
  color: var(--cyan);
}

.cover-panel-badge {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(12, 3, 35, 0.74);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.cover-panel-badge span {
  color: rgba(239, 228, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cover-panel-badge strong {
  color: var(--cyan);
  font-size: 1.22rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 0 16px rgba(65, 230, 255, 0.55);
}

.use-case-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.use-case-stats div {
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, 0.05);
}

.use-case-stats span {
  color: rgba(239, 228, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.use-case-stats strong {
  margin-top: 7px;
  color: white;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}

.use-case-note {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.45;
}

.ops-report {
  margin-top: 0;
  border: 1px solid rgba(207, 125, 255, 0.24);
  border-radius: 8px;
  padding: clamp(16px, 2.4vw, 26px);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(238, 123, 255, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(42, 11, 92, 0.96), rgba(9, 1, 31, 0.98) 62%);
  box-shadow: var(--shadow), 0 0 60px rgba(168, 60, 255, 0.2);
  position: relative;
}

.ops-report::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(238, 123, 255, 0.7), transparent) top / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
}

.ops-report-head,
.ops-report-stats,
.ops-content {
  position: relative;
  z-index: 1;
}

.ops-report-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.ops-report-head span,
.ops-report-stats span,
.ops-content-head span,
.ops-header span {
  color: rgba(239, 228, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 850;
}

.ops-report-head strong {
  display: block;
  margin-top: 5px;
  color: white;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 950;
  line-height: 1;
}

.ops-report-head p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.ops-action {
  min-height: 38px;
  border: 1px solid rgba(207, 125, 255, 0.26);
  border-radius: 8px;
  padding: 0 13px;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.ops-action::after {
  content: "";
}

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

.ops-report-stats article {
  min-height: 96px;
  border: 1px solid rgba(207, 125, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.ops-report-stats strong {
  display: block;
  margin-top: 10px;
  color: white;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 950;
}

.ops-content {
  margin-top: 14px;
  border: 1px solid rgba(207, 125, 255, 0.18);
  border-radius: 8px;
  overflow-x: auto;
  background: rgba(5, 0, 22, 0.56);
}

.ops-content-head {
  min-height: 72px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(207, 125, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ops-content-head strong {
  display: block;
  color: white;
  font-size: 1.02rem;
  font-weight: 950;
}

.ops-tabs {
  border: 1px solid rgba(207, 125, 255, 0.24);
  border-radius: 8px;
  padding: 3px;
  display: flex;
  gap: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.ops-tabs span {
  min-width: 64px;
  min-height: 34px;
  border-radius: 6px;
  padding: 8px 10px;
  display: grid;
  place-items: center;
}

.ops-tabs .active {
  color: white;
  background: linear-gradient(180deg, #ee7bff, #a83cff);
  box-shadow: 0 8px 24px rgba(238, 123, 255, 0.28);
}

.ops-table {
  padding: 8px 18px 18px;
  min-width: 680px;
}

.ops-row {
  min-height: 48px;
  border-bottom: 1px solid rgba(207, 125, 255, 0.12);
  display: grid;
  grid-template-columns: minmax(180px, 1.35fr) minmax(86px, 0.72fr) minmax(90px, 0.82fr) minmax(72px, 0.5fr);
  gap: 16px;
  align-items: center;
  color: var(--soft);
  font-size: 0.87rem;
  font-weight: 800;
}

.ops-row strong {
  color: white;
  font-weight: 900;
}

.platform-pill {
  width: fit-content;
  border: 1px solid rgba(65, 230, 255, 0.32);
  border-radius: 6px;
  padding: 5px 8px;
  color: white;
  background: rgba(0, 247, 255, 0.13);
}

.platform-pill.reels {
  border-color: rgba(238, 123, 255, 0.34);
  background: rgba(238, 123, 255, 0.14);
}

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

.directions article {
  min-height: 132px;
  padding: 18px;
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(160deg, rgba(114, 40, 255, 0.34), rgba(18, 5, 48, 0.82)),
    rgba(255, 255, 255, 0.035);
}

.directions span {
  color: var(--pink);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.directions strong {
  color: white;
  font-size: 1rem;
  line-height: 1.18;
}

.faq-section .section-head p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.5;
}

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

.faq-grid details {
  min-width: 0;
  border: 1px solid rgba(207, 125, 255, 0.2);
  border-radius: 8px;
  padding: 0;
  background:
    linear-gradient(160deg, rgba(54, 13, 109, 0.76), rgba(11, 2, 34, 0.94) 62%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.faq-grid summary {
  min-height: 68px;
  padding: 18px 46px 18px 18px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.24;
  cursor: pointer;
  position: relative;
  list-style: none;
}

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

.faq-grid summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--pink);
  font-size: 1.3rem;
  font-weight: 900;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  border-top: 1px solid rgba(207, 125, 255, 0.13);
  margin: 0;
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.55;
}

.faq-report-item {
  grid-column: 1 / -1;
}

.faq-report-item .ops-report {
  margin: 0 18px 18px;
}

.launch-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 40px;
  align-items: start;
}

.report-copy ul {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.report-copy li {
  min-height: 40px;
  padding: 9px 12px 9px 36px;
  border: 1px solid rgba(207, 125, 255, 0.16);
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: var(--soft);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.045);
  position: relative;
}

.report-copy li::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(114, 246, 174, 0.68);
}

.report-card {
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(54, 13, 109, 0.94), rgba(11, 2, 34, 0.96) 62%),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow), 0 0 48px rgba(169, 61, 255, 0.22);
}

.report-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.report-top strong {
  display: block;
  margin-top: 6px;
  color: white;
  font-size: 1.55rem;
}

.report-top img {
  width: 84px;
  max-height: 34px;
  object-fit: contain;
}

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

.report-stats article {
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(207, 125, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.report-stats strong {
  display: block;
  margin-top: 10px;
  color: white;
  font-size: 1.45rem;
}

.mini-table {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.mini-table div {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(207, 125, 255, 0.16);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 72px 82px;
  gap: 10px;
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
}

.mini-table strong,
.mini-table b {
  color: white;
}

.pricing-note {
  max-width: 560px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(207, 125, 255, 0.18);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.045);
}

.launch-copy {
  position: sticky;
  top: 24px;
}

.launch-checks {
  max-width: 560px;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.launch-checks li {
  min-height: 42px;
  border: 1px solid rgba(207, 125, 255, 0.16);
  border-radius: 8px;
  padding: 10px 12px 10px 38px;
  display: flex;
  align-items: center;
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.045);
  position: relative;
}

.launch-checks li::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(114, 246, 174, 0.68);
}

.interest-form {
  padding: 26px;
  display: grid;
  gap: 15px;
  background:
    linear-gradient(160deg, rgba(54, 13, 109, 0.94), rgba(11, 2, 34, 0.96) 62%),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow), 0 0 48px rgba(169, 61, 255, 0.22);
}

.form-honeypot {
  height: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.form-head {
  margin-bottom: 4px;
  display: grid;
  gap: 7px;
}

.form-head span {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.07);
}

.form-head strong {
  color: white;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1.12;
}

label {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--soft);
  font-size: 0.86rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(207, 125, 255, 0.2);
  border-radius: 8px;
  outline: none;
  background: rgba(7, 0, 24, 0.74);
  color: white;
}

input,
select {
  min-height: 52px;
  padding: 0 15px;
}

textarea {
  min-height: 108px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.45;
}

select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(239, 228, 255, 0.72) 50%) calc(100% - 18px) 21px / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(239, 228, 255, 0.72) 50%, transparent 50%) calc(100% - 13px) 21px / 7px 7px no-repeat,
    rgba(7, 0, 24, 0.74);
}

input::placeholder,
textarea::placeholder {
  color: rgba(239, 228, 255, 0.44);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(238, 123, 255, 0.82);
  box-shadow: 0 0 0 4px rgba(168, 60, 255, 0.2);
}

fieldset {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0 0 0 162px;
}

legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  padding: 0;
  color: var(--soft);
  font-size: 0.86rem;
  font-weight: 900;
}

.platform-choices {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.platform-option {
  display: grid;
  grid-template-columns: minmax(168px, 0.34fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  min-width: 0;
}

.platform-toggle {
  min-width: 0;
  min-height: 54px;
  border: 1px solid rgba(207, 125, 255, 0.18);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  color: var(--soft);
  font-size: 0.78rem;
  line-height: 1.2;
  text-align: left;
  background: rgba(255, 255, 255, 0.055);
}

.platform-toggle span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.platform-toggle input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 0;
  accent-color: var(--pink);
  flex: 0 0 auto;
}

.platform-link-input {
  min-width: 0;
  min-height: 54px;
}

.platform-link-input:disabled {
  opacity: 0.44;
  cursor: not-allowed;
}

.platform-help {
  margin: 2px 0 0;
  color: rgba(239, 228, 255, 0.6);
  font-size: 0.74rem;
  line-height: 1.45;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--soft);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.35;
}

.form-status[data-state="success"] {
  color: var(--green);
}

.form-status[data-state="error"] {
  color: #ff9b9b;
}

.interest-form small {
  line-height: 1.45;
}

.terms-page {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 72px;
}

.terms-hero {
  min-height: 420px;
  padding: 28px 0 42px;
  display: grid;
  align-content: center;
  gap: 18px;
}

.terms-hero .brand {
  margin-bottom: 32px;
}

.terms-hero h1 {
  max-width: 780px;
  color: white;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.terms-hero > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--soft);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.58;
}

.terms-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.secondary {
  border: 1px solid rgba(207, 125, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: var(--soft);
}

.terms-block {
  border-top: 1px solid rgba(207, 125, 255, 0.2);
  padding: 42px 0 8px;
  display: grid;
  gap: 14px;
}

.terms-block h2 {
  margin-bottom: 12px;
  color: white;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.terms-block article {
  border: 1px solid rgba(207, 125, 255, 0.17);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(160deg, rgba(54, 13, 109, 0.62), rgba(11, 2, 34, 0.92) 64%),
    rgba(255, 255, 255, 0.035);
}

.terms-block h3 {
  margin-bottom: 10px;
  color: white;
  font-size: 1rem;
  line-height: 1.25;
}

.terms-block p {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 740;
  line-height: 1.62;
}

@media (max-width: 1040px) {
  .launch-section {
    grid-template-columns: 1fr;
  }

  .launch-copy {
    position: static;
  }

  .hero-title-row {
    display: block;
  }

  .hero-side-image {
    width: min(640px, 60vw);
    height: clamp(480px, 62vh, 660px);
    right: calc(50% - 50vw);
  }

  .hero-copy {
    padding-right: min(42vw, 430px);
  }

  .challenge-stage,
  .report-card,
  .interest-form {
    max-width: 720px;
  }

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

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

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

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

  .use-case-focus {
    grid-column: auto;
  }

  .how-layout {
    grid-template-columns: 1fr;
  }

  .contest-setup {
    grid-template-columns: 1fr;
  }

  .path-flow,
  .setup-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-flow article:nth-child(2)::after {
    display: none;
  }

  .signal-platforms,
  .budget-calculator {
    grid-column: 1 / -1;
  }

  .setup-summary {
    min-height: 420px;
  }

  .how-promise {
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }

  .page-shell {
    width: min(calc(100% - 28px), 720px);
    padding-top: 0;
  }

  .hero-stage {
    padding: 18px max(14px, calc((100vw - 720px) / 2));
  }

  .topbar {
    align-items: flex-start;
  }

  .brand img {
    width: 104px;
  }

  .nav {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .nav .nav-cta {
    min-height: 36px;
    padding: 0 15px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 50px;
  }

  .hero-copy {
    min-height: auto;
    padding-right: 0;
    display: block;
  }

  .hero-title-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  h1 {
    max-width: 360px;
    font-size: clamp(2.05rem, 9vw, 2.85rem);
    line-height: 1;
  }

  .hero-side-image {
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
    transform: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .lead {
    max-width: 100%;
    font-size: 1.04rem;
  }

  .report-stats {
    grid-template-columns: 1fr;
  }

  .ops-report-head,
  .ops-content-head {
    align-items: flex-start;
  }

  .how-layout {
    grid-template-columns: 1fr;
  }

  .setup-steps {
    grid-template-columns: 1fr;
  }

  .platform-step,
  .creative-step,
  .prize-step {
    grid-column: auto;
  }

  .path-flow,
  .setup-signals,
  .budget-calculator,
  .calculator-results {
    grid-template-columns: 1fr;
  }

  .path-flow article::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 31px;
    width: 2px;
    height: 16px;
    background: linear-gradient(180deg, rgba(238, 123, 255, 0.1), rgba(65, 230, 255, 0.86));
  }

  .path-flow article:nth-child(2)::after {
    display: block;
  }

  .path-flow article:last-child::after {
    display: none;
  }

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

  .steps article {
    min-height: 242px;
  }

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

  .report-stats {
    grid-template-columns: 1fr;
  }

  .how-section,
  .use-case-section,
  .activation-section,
  .faq-section,
  .launch-section {
    padding: 52px 0;
  }
}

@media (max-width: 540px) {
  .page-shell {
    width: 100%;
    padding-inline: 14px;
  }

  .how-section,
  .how-layout,
  .how-promise,
  .faq-section,
  .faq-grid,
  .faq-grid details,
  .use-case-section,
  .use-case-grid,
  .use-case-card,
  .contest-path,
  .path-intro,
  .path-flow,
  .path-flow article,
  .setup-signals,
  .setup-signals > div,
  .budget-calculator,
  .calculator-results,
  .calculator-results div,
  .contest-setup,
  .setup-summary,
  .setup-steps,
  .setup-step,
  .steps,
  .steps article,
  .how-stats,
  .how-stats article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .how-promise strong,
  .how-promise p,
  .path-intro strong,
  .path-intro p,
  .path-flow h3,
  .path-flow p,
  .setup-signals strong,
  .setup-signals p,
  .calculator-copy strong,
  .calculator-copy p,
  .calculator-results strong,
  .calculator-note,
  .setup-summary strong,
  .setup-summary p,
  .setup-step h3,
  .setup-step p,
  .use-case-section .section-head p,
  .use-case-track h3,
  .use-case-track p,
  .use-case-note,
  .setup-platforms span,
  .direction-options span,
  .steps h3,
  .steps p,
  .how-stats strong,
  .how-stats span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-copy,
  .challenge-stage {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    width: min(342px, calc(100vw - 28px));
    max-width: min(342px, calc(100vw - 28px));
  }

  .hero-title-row {
    width: min(342px, calc(100vw - 28px));
    max-width: min(342px, calc(100vw - 28px));
  }

  h2 {
    max-width: min(342px, calc(100vw - 28px));
    font-size: 1.86rem;
    line-height: 1.04;
  }

  .lead {
    width: min(342px, calc(100vw - 28px));
    max-width: min(342px, calc(100vw - 28px));
  }

  .hero-platforms {
    width: min(342px, calc(100vw - 28px));
    max-width: min(342px, calc(100vw - 28px));
    overflow-wrap: anywhere;
  }

  .hero-boost {
    width: min(342px, calc(100vw - 28px));
    max-width: min(342px, calc(100vw - 28px));
    margin-top: 16px;
    padding-left: 14px;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .topbar {
    width: min(342px, calc(100vw - 28px));
    position: relative;
  }

  .nav {
    max-width: 170px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav .nav-cta {
    width: 154px;
    padding: 0 10px;
  }

  .hero-actions,
  .button,
  button {
    max-width: 100%;
  }

  .hero-actions {
    width: min(342px, calc(100vw - 28px));
  }

  .button,
  button {
    width: 100%;
  }

  .interest-form {
    padding: 16px;
  }

  .ops-report {
    padding: 14px;
  }

  .ops-report-head,
  .ops-content-head {
    flex-direction: column;
  }

  .ops-report-stats {
    grid-template-columns: 1fr;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .use-case-focus {
    grid-column: auto;
  }

  .use-case-card {
    grid-template-rows: auto auto 210px auto;
    padding: 16px;
  }

  .use-case-track {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }

  .track-art {
    width: 54px;
  }

  .use-case-hero-metrics {
    grid-template-columns: 1fr;
  }

  .use-case-hero-metrics div {
    min-height: 74px;
  }

  .use-case-cover-panel,
  .use-case-cover-panel {
    min-height: 210px;
  }

  .use-case-cover-panel::after {
    left: 16px;
    right: 16px;
    top: 24px;
    bottom: 74px;
  }

  .use-case-curve {
    left: 16px;
    right: 16px;
    top: 22px;
    bottom: 72px;
  }

  .use-case-stats {
    grid-template-columns: 1fr;
  }

  .use-case-stats div {
    min-height: 68px;
  }

  .use-case-note {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .ops-report-stats article {
    min-height: 82px;
  }

  .ops-table {
    min-width: 620px;
    padding-inline: 14px;
  }

  .track-preview,
  .challenge-flow,
  .steps,
  .how-stats,
  .directions {
    grid-template-columns: 1fr;
  }

  .how-promise {
    min-height: 238px;
    padding: 22px;
    align-content: center;
  }

  .path-intro {
    padding: 0 0 14px;
  }

  .path-intro strong {
    font-size: 1.72rem;
    line-height: 1.02;
  }

  .path-flow article {
    min-height: auto;
    padding: 18px;
  }

  .prize-step img {
    width: min(82%, 520px);
    justify-self: center;
  }

  .path-flow article > span {
    top: 18px;
    right: 18px;
  }

  .setup-signals > div,
  .budget-calculator {
    min-height: auto;
    padding: 18px;
  }

  .calculator-input {
    width: 100%;
    max-width: 100%;
  }

  .calculator-input input {
    min-width: 0;
    font-size: 1.2rem;
  }

  .calculator-results div {
    min-height: 86px;
  }

  .setup-summary {
    min-height: auto;
    padding: 22px;
    gap: 22px;
  }

  .setup-summary::before {
    inset: 14px;
  }

  .setup-summary strong {
    font-size: 2rem;
    line-height: 1.02;
  }

  .setup-proof {
    grid-template-columns: 1fr;
  }

  .setup-step {
    min-height: auto;
    padding: 18px;
  }

  .setup-step > span {
    top: 18px;
    right: 18px;
  }

  .setup-platforms,
  .direction-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .how-promise::before {
    inset: 14px;
  }

  .how-promise strong {
    font-size: 2rem;
  }

  .how-promise p {
    font-size: 0.92rem;
    line-height: 1.36;
  }

  .steps article {
    min-height: 154px;
  }

  .steps h3 {
    margin-top: 24px;
  }

  .how-stats article {
    min-height: 126px;
    padding: 22px;
  }

  .track-preview {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .cover-art span {
    font-size: 0.78rem;
  }

  .track-preview strong {
    font-size: 1.28rem;
  }

  .challenge-flow article {
    min-height: 64px;
    grid-template-columns: 28px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .submission {
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .submission b {
    font-size: 0.9rem;
  }

  .mini-table div {
    grid-template-columns: minmax(0, 1fr) 58px 70px;
    font-size: 0.82rem;
  }

  label {
    grid-template-columns: 1fr;
  }

  fieldset {
    padding-left: 0;
  }

  legend {
    position: static;
    width: auto;
    margin-bottom: 10px;
  }

  .platform-choices {
    grid-template-columns: 1fr;
  }

  .platform-option {
    grid-template-columns: 1fr;
  }

  .faq-grid summary {
    min-height: 62px;
    padding: 16px 42px 16px 16px;
    font-size: 0.92rem;
  }

  .faq-grid p {
    padding: 14px 16px 16px;
    font-size: 0.86rem;
  }
}
