:root {
  --bg: #050b0c;
  --bg-soft: #091113;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: rgba(255, 255, 255, 0.09);
  --border: rgba(255, 255, 255, 0.12);
  --border-bright: rgba(72, 236, 150, 0.34);
  --text: #f4f7f5;
  --muted: #9aa5a0;
  --muted-strong: #c7d0cc;
  --green: #44e08a;
  --green-dark: #0f8c52;
  --yellow: #ffd84d;
  --danger: #ff6270;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  color-scheme: dark;
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(68, 224, 138, 0.17), transparent 34rem),
    radial-gradient(circle at 5% 20%, rgba(68, 224, 138, 0.08), transparent 20rem),
    var(--bg);
}

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

button,
input {
  font: inherit;
}

.site-shell {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
  padding: 2.25rem 0 4rem;
}

.navbar {
  position: sticky;
  top: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 930px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0.65rem 0.75rem 0.65rem 1.35rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(24, 27, 28, 0.84);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.nav-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.55rem;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand img {
  display: block;
  width: clamp(118px, 13vw, 138px);
  height: auto;
}

.nav-links {
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
  gap: 24px;
  color: var(--muted-strong);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.005em;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.nav-cta,
.waitlist-form button {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: #062013;
  background: linear-gradient(135deg, #62f5a2, var(--green));
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(68, 224, 138, 0.26);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nav-cta::before,
.waitlist-form button::before,
.final-cta-form button::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -70%;
  width: 58%;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 22%,
    rgba(255, 255, 255, 0.55) 48%,
    rgba(255, 255, 255, 0) 74%,
    transparent 100%
  );
  filter: blur(1px);
  transform: translateX(0) rotate(12deg);
  animation: cta-shine 3.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes cta-shine {
  0%,
  42% {
    transform: translateX(0) rotate(12deg);
  }

  72%,
  100% {
    transform: translateX(330%) rotate(12deg);
  }
}

.nav-cta {
  justify-content: center;
  min-width: max-content;
  padding: 0.9rem 1.2rem;
  font-size: 0.9rem;
}

.nav-cta:hover,
.waitlist-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(68, 224, 138, 0.35);
}

.hero {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-top: clamp(4rem, 8vw, 7rem);
}

.hero-content {
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(68, 224, 138, 0.26);
  border-radius: 999px;
  color: var(--green);
  background: rgba(68, 224, 138, 0.05);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(68, 224, 138, 0.8);
}

h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(3rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1 span {
  display: block;
}

h1 mark {
  color: var(--green);
  background: transparent;
}

.hero-copy {
  max-width: 780px;
  margin: 1.1rem auto 0;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.005em;
  text-wrap: pretty;
}

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

.signal-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.35rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid #2c3136;
  border-radius: 8px;
  background: #0a0d10;
  text-align: left;
}

.signal-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--border-bright);
  border-radius: 50%;
  color: var(--green);
  font-weight: 800;
}

.signal-icon i {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.signal-card p {
  margin: 0;
  color: #ecf3ef;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.005em;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  width: min(100%, 520px);
  margin: 2.25rem auto 0;
}

.waitlist-form input {
  width: 100%;
  min-height: 3.75rem;
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  padding: 0 1.25rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.075);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.waitlist-form input::placeholder {
  color: #7f8985;
}

.waitlist-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(68, 224, 138, 0.12);
}

.waitlist-form input:disabled,
.waitlist-form button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.waitlist-form button:disabled::before,
.final-cta-form button:disabled::before {
  animation: none;
}

.waitlist-form button {
  min-height: 3.75rem;
  padding: 0 1.35rem;
  border-radius: 999px;
}

.waitlist-status {
  width: min(100%, 520px);
  min-height: 1.3rem;
  margin: 0.85rem auto 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

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

.waitlist-status[data-state="error"] {
  color: var(--danger);
}

.waitlist-status[data-state="loading"] {
  color: var(--muted-strong);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.1rem, 4vw, 3rem);
  margin: 1rem auto 0;
  padding: 0;
  color: var(--muted-strong);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.005em;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.trust-list i {
  color: var(--green);
  font-size: 1rem;
  line-height: 1;
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  color: var(--muted-strong);
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  line-height: 1.45;
  letter-spacing: -0.005em;
}

.avatar-stack {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

.avatar-stack img {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  margin-left: -0.5rem;
  border: 2px solid var(--bg);
  border-radius: 50%;
  object-fit: cover;
  background: #1f2021;
}

.stars {
  color: #ffc83d;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.social-proof p {
  margin: 0;
}

.social-proof strong {
  color: var(--green);
  font-weight: 800;
}

.hero-image {
  position: relative;
  isolation: isolate;
  width: min(100%, 1040px);
  margin: 0 auto;
}

.hero-image::before,
.hero-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-image::before {
  z-index: -1;
  inset: -10% 0 48%;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(68, 224, 138, 0.4), transparent 31%),
    radial-gradient(ellipse at 50% 24%, rgba(68, 224, 138, 0.17), transparent 56%);
  filter: blur(30px);
  opacity: 0.78;
}

.hero-image::after {
  z-index: -1;
  top: -0.45rem;
  left: 18%;
  right: 18%;
  height: clamp(1.5rem, 3.5vw, 3rem);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(68, 224, 138, 0.13) 18%,
    rgba(98, 245, 162, 0.4) 50%,
    rgba(68, 224, 138, 0.13) 82%,
    transparent
  );
  border-radius: 999px;
  mix-blend-mode: screen;
  filter: blur(14px);
  opacity: 0.78;
}

.hero-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.research-fold {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-top: clamp(4rem, 8vw, 6.5rem);
  padding: clamp(3.5rem, 7vw, 5rem) 1rem clamp(4rem, 7vw, 5.5rem);
  background: #1f2021;
}

.section-heading {
  width: min(100%, 720px);
  margin: 0 auto 1.35rem;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.15rem, 4.8vw, 3.75rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.section-heading h2 em {
  font-style: italic;
  font-weight: 400;
}

.section-heading p {
  max-width: 620px;
  margin: 0.75rem auto 0;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.005em;
}

.research-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(260px, 1fr);
  align-items: stretch;
  gap: 1rem;
  width: min(100%, 900px);
  margin: 0 auto;
}

.research-column {
  display: grid;
  gap: 1rem;
  align-content: stretch;
  grid-template-rows: minmax(0, 1fr) auto;
}

.research-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 0.75rem;
  border: 1px solid rgba(68, 224, 138, 0.2);
  border-radius: 12px;
  color: #06120c;
  background: #ddffef;
}

.research-card-horizontal {
  grid-template-columns: minmax(0, 1.5fr) minmax(150px, 0.9fr);
  align-items: center;
}

.research-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #071012;
}

.research-card-copy {
  display: grid;
  gap: 0.5rem;
}

.research-card h3 {
  margin: 0;
  color: #020806;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.research-card p {
  margin: 0;
  color: rgba(2, 8, 6, 0.82);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.005em;
}

.product-story {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background:
    radial-gradient(circle at 50% 18%, rgba(68, 224, 138, 0.08), transparent 28rem),
    #050b0c;
}

.story-section {
  padding-inline: clamp(1.5rem, 8vw, 7rem);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(90deg, rgba(68, 224, 138, 0.035), transparent 34%, transparent 66%, rgba(68, 224, 138, 0.025)),
    #050b0c;
}

.story-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6.5rem);
  width: min(100%, 1120px);
  min-height: clamp(420px, 50vw, 560px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.75rem) 0;
}

.story-inner-reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.story-copy {
  max-width: min(100%, 620px);
}

.story-title-row {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  margin-bottom: 1.1rem;
}

.story-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.story-copy p,
.story-copy li {
  color: var(--muted-strong);
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

.story-copy p {
  margin: 0;
}

.story-copy p + p,
.story-copy ul + p,
.story-copy div + p,
.story-copy p + ul,
.story-copy p + div {
  margin-top: 1.25rem;
}

.story-copy em {
  color: #f0f5f2;
  font-style: italic;
}

.story-question-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.story-question-list li {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-style: italic;
  color: #f4f7f5;
  font-weight: 400;
}

.story-question-list i,
.story-check-list i,
.plan-list i {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid rgba(68, 224, 138, 0.72);
  border-radius: 50%;
  color: var(--green);
  font-size: 0.95rem;
  line-height: 1;
}

.story-answer {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #f4f7f5 !important;
  font-size: clamp(0.98rem, 1.45vw, 1.08rem) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.story-kicker,
.story-highlight,
.story-includes {
  color: var(--green) !important;
  font-weight: 800 !important;
}

.story-highlight {
  font-style: italic;
  font-size: clamp(0.98rem, 1.45vw, 1.08rem) !important;
}

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

.metric-card {
  display: grid;
  gap: 0.35rem;
  min-height: 5.2rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.metric-card span {
  color: #f4f7f5;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.metric-card strong {
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
}

.metric-buy strong,
.metric-buy span {
  color: var(--green);
}

.metric-sell strong,
.metric-sell span {
  color: #ff5c66;
}

.metric-confidence strong {
  color: #ffc83d;
}

.metric-outlook strong {
  color: #4ba3ff;
}

.narrative-list,
.story-check-list,
.plan-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.narrative-list li,
.story-check-list li,
.plan-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #f4f7f5;
  font-weight: 400;
}

.narrative-list i {
  width: 1.5rem;
  color: #f4f7f5;
  font-size: 1.15rem;
  line-height: 1;
}

.level-grid,
.regime-grid {
  display: grid;
  gap: 0.85rem;
}

.level-grid {
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
}

.regime-grid {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.level-card,
.regime-card {
  display: grid;
  place-items: center;
  gap: 0.75rem;
  min-height: 7.5rem;
  padding: 0.9rem 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.level-card i,
.regime-card i {
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  font-size: 1.65rem;
  line-height: 1;
}

.level-card span,
.regime-card span {
  color: #f4f7f5;
  max-width: 100%;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.level-card:nth-child(1) i {
  color: #d8b5ff;
  background: rgba(216, 181, 255, 0.16);
}

.level-card:nth-child(2) i,
.level-card:nth-child(3) i {
  color: #ffb12e;
  background: rgba(255, 177, 46, 0.15);
}

.level-card:nth-child(4) i {
  color: #d8b5ff;
  background: rgba(216, 181, 255, 0.15);
}

.level-card:nth-child(5) i {
  color: #4ba3ff;
  background: rgba(75, 163, 255, 0.15);
}

.level-card:nth-child(6) i {
  color: #f4f7f5;
  background: rgba(255, 255, 255, 0.08);
}

.regime-trend i {
  color: var(--green);
  background: rgba(68, 224, 138, 0.16);
}

.regime-rotation i {
  color: #ff9f1c;
  background: rgba(255, 159, 28, 0.15);
}

.regime-reversal i {
  color: #ff5c66;
  background: rgba(255, 92, 102, 0.15);
}

.regime-expansion i {
  color: #4ba3ff;
  background: rgba(75, 163, 255, 0.15);
}

.regime-balanced i {
  color: #f4f7f5;
  background: rgba(255, 255, 255, 0.08);
}

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

.story-visual {
  margin: 0;
}

.story-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(0.9rem, 1.8vw, 1.4rem);
  background: #303132;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.timeline-fold {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  scroll-margin-top: 7rem;
  padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 7vw, 7rem) clamp(4.5rem, 8vw, 7rem);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #050b0c;
}

.timeline-heading {
  width: min(100%, 680px);
  margin: 0 auto clamp(2.75rem, 6vw, 4.5rem);
  text-align: center;
}

.timeline-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.3rem, 4.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.timeline-heading p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.45;
}

.timeline {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.75rem);
  width: min(100%, 760px);
  margin: 0 auto;
  --timeline-progress: 0px;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
}

.timeline::before {
  bottom: 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.2) 6%,
    rgba(255, 255, 255, 0.2) 94%,
    transparent
  );
}

.timeline::after {
  height: var(--timeline-progress);
  max-height: 100%;
  background: linear-gradient(
    180deg,
    rgba(110, 244, 166, 0),
    rgba(110, 244, 166, 0.72) 12%,
    rgba(68, 224, 138, 0.82) 88%,
    rgba(68, 224, 138, 0)
  );
  box-shadow: 0 0 18px rgba(68, 224, 138, 0.28);
  transition: height 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.4rem minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3.25rem);
}

.timeline-item-left .timeline-card {
  grid-column: 1;
}

.timeline-item-left .timeline-icon {
  grid-column: 2;
}

.timeline-item-right .timeline-icon {
  grid-column: 2;
}

.timeline-item-right .timeline-card {
  grid-column: 3;
}

.timeline-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  color: #052013;
  background: linear-gradient(135deg, #6ef4a6, var(--green));
  box-shadow:
    0 0 0 6px #050b0c,
    0 16px 40px rgba(68, 224, 138, 0.26);
}

.timeline-icon i {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}

.timeline-card {
  max-width: 270px;
  color: var(--muted-strong);
}

.timeline-reveal-ready .timeline-step .timeline-card {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--timeline-step-delay, 0ms);
}

.timeline-reveal-ready .timeline-step .timeline-dot {
  opacity: 0;
  transform: scale(0.85);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--timeline-step-delay, 0ms);
  transform-origin: center;
}

.timeline-reveal-ready .timeline-step.is-visible .timeline-card {
  opacity: 1;
  transform: translateY(0);
}

.timeline-reveal-ready .timeline-step.is-visible .timeline-dot {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .timeline {
    --timeline-progress: 100%;
  }

  .nav-cta::before,
  .waitlist-form button::before,
  .final-cta-form button::before {
    animation: none;
  }

  .timeline::after,
  .timeline-reveal-ready .timeline-step .timeline-card,
  .timeline-reveal-ready .timeline-step .timeline-dot {
    transition: none;
  }

  .timeline-reveal-ready .timeline-step .timeline-card,
  .timeline-reveal-ready .timeline-step .timeline-dot {
    opacity: 1;
    transform: none;
  }
}

.timeline-item-left .timeline-card {
  justify-self: end;
}

.timeline-card h3,
.timeline-card h4,
.timeline-card h5,
.timeline-card p {
  margin: 0;
}

.timeline-card h3 {
  color: #f3f8f5;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.timeline-card h4 {
  margin-top: 0.9rem;
  color: #f3f8f5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.timeline-card h5 {
  margin-top: 1rem;
  color: #f3f8f5;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.timeline-card p {
  margin-top: 0.35rem;
  color: var(--muted-strong);
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

.audience-fold,
.faq-fold {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding-inline: clamp(1.5rem, 7vw, 7rem);
}

.audience-fold {
  padding-top: clamp(4.5rem, 8vw, 6.5rem);
  padding-bottom: clamp(4.75rem, 8vw, 6.75rem);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #1f2021;
}

.audience-fold h2,
.faq-fold h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.035em;
}

.audience-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  width: min(100%, 980px);
  margin: clamp(3rem, 6vw, 4.5rem) auto 0;
}

.audience-column {
  display: grid;
  gap: clamp(3rem, 6vw, 5rem);
}

.audience-column-left {
  justify-items: start;
}

.audience-column-right {
  justify-items: end;
}

.audience-card {
  position: relative;
  width: min(100%, 260px);
}

.audience-column-right .audience-card {
  width: min(100%, 250px);
}

.audience-card h3 {
  margin: 0;
  color: #f3f8f5;
  font-size: clamp(1.45rem, 2.35vw, 2rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.audience-card p {
  margin: 1.05rem 0 0;
  color: var(--muted-strong);
  font-size: clamp(0.92rem, 1.3vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.005em;
}

.audience-center {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: center;
  width: clamp(180px, 24vw, 260px);
  aspect-ratio: 1;
}

.audience-center::before,
.audience-center::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(72px, 10vw, 110px);
  border-top: 1px dashed rgba(68, 224, 138, 0.72);
}

.audience-center::before {
  right: calc(100% - 0.5rem);
}

.audience-center::after {
  left: calc(100% - 0.5rem);
}

.audience-orbit,
.audience-node {
  position: absolute;
  border-radius: 50%;
}

.audience-orbit-one {
  inset: 8%;
  border: 1px solid rgba(68, 224, 138, 0.32);
}

.audience-orbit-two {
  inset: 15%;
  border: 1px solid rgba(68, 224, 138, 0.46);
}

.audience-orbit-three {
  inset: 22%;
  border: 1px solid rgba(68, 224, 138, 0.24);
}

.audience-node {
  display: grid;
  place-items: center;
  width: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #50e892, var(--green));
  box-shadow:
    0 0 0 14px rgba(68, 224, 138, 0.16),
    0 24px 80px rgba(68, 224, 138, 0.2);
}

.audience-node svg {
  width: 42%;
  height: auto;
  fill: #f4f7f5;
}

.faq-fold {
  scroll-margin-top: 7rem;
  overflow-x: hidden;
  padding-top: clamp(4rem, 8vw, 5.75rem);
  padding-bottom: clamp(4.5rem, 8vw, 6.5rem);
  background: #050b0c;
}

.faq-list {
  display: grid;
  width: min(100%, 620px);
  margin: 1.75rem auto 0;
  padding: 0.75rem 1.25rem;
  border-radius: clamp(1rem, 2vw, 1.35rem);
  background: #1f2021;
  overflow: hidden;
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 1.1rem 0;
  color: #f3f8f5;
  font-size: 0.95rem;
  line-height: 1.4;
  list-style: none;
  overflow-wrap: anywhere;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "\ea4e";
  flex: 0 0 auto;
  color: #f3f8f5;
  font-family: remixicon;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list p {
  margin: -0.4rem 0 1.1rem;
  max-width: 520px;
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height: 1.55;
}

.final-cta-fold {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: clamp(4.5rem, 8vw, 6.5rem) clamp(1.5rem, 7vw, 7rem) clamp(2rem, 4vw, 3rem);
  background: #050b0c;
}

.final-cta-card {
  width: min(100%, 1040px);
  min-height: clamp(250px, 28vw, 330px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  border-radius: 12px;
  color: #173a27;
  background: linear-gradient(135deg, #3fdb82, #39d87c);
  text-align: center;
}

.final-cta-card h2 {
  margin: 0;
  color: #173a27;
  font-size: clamp(2.5rem, 4.8vw, 3rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.final-cta-card > p {
  margin: 0.45rem 0 0;
  color: #173a27;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.005em;
}

.final-cta-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  width: min(100%, 520px);
  margin-top: 1.5rem;
}

.final-cta-form input {
  width: 100%;
  min-height: 3.25rem;
  border: 0;
  border-radius: 0.5rem;
  padding: 0 1.1rem;
  color: #132219;
  background: rgba(255, 255, 255, 0.92);
  outline: none;
  box-shadow: 0 0 0 1px rgba(5, 32, 19, 0.08);
}

.final-cta-form input::placeholder {
  color: rgba(19, 34, 25, 0.44);
}

.final-cta-form input:focus {
  box-shadow:
    0 0 0 1px rgba(5, 32, 19, 0.22),
    0 0 0 4px rgba(5, 32, 19, 0.12);
}

.final-cta-form button {
  position: relative;
  overflow: hidden;
  min-height: 3.25rem;
  border: 0;
  border-radius: 999px;
  padding: 0 1.35rem;
  color: #f4f7f5;
  background: #1f2021;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.final-cta-form button:hover {
  transform: translateY(-1px);
  background: #101718;
}

.final-cta-form input:disabled,
.final-cta-form button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.final-cta-status {
  width: min(100%, 520px);
  min-height: 1.2rem;
  margin: 0.65rem auto 0;
  color: #052013;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: left;
}

.final-cta-status[data-state="error"] {
  color: #6c1018;
}

.final-cta-status[data-state="success"] {
  color: #052013;
}

.final-cta-status[data-state="loading"] {
  color: rgba(5, 32, 19, 0.72);
}

.final-cta-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(100%, 520px);
  margin: 0.6rem auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  text-align: left;
}

.final-cta-note i {
  font-size: 0.85rem;
  line-height: 1;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  width: min(100%, 1040px);
  margin: clamp(3.5rem, 6vw, 4.5rem) auto 0;
  color: var(--muted-strong);
}

.footer-brand {
  justify-self: start;
}

.footer-brand img {
  display: block;
  width: clamp(120px, 13vw, 145px);
  height: auto;
}

.site-footer p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.82rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}

.footer-socials {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 1rem;
}

.footer-socials a {
  display: inline-grid;
  place-items: center;
  color: #f4f7f5;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--green);
  transform: translateY(-1px);
}

.footer-socials i {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}

.dashboard-preview {
  overflow: hidden;
  width: min(100%, 1040px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(1rem, 3vw, 2rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #070d0f;
  box-shadow: var(--shadow);
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-strong);
  font-size: 0.85rem;
}

.preview-topbar > div {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.mini-logo {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.35rem;
}

.live-pill {
  padding: 0.15rem 0.45rem;
  border: 1px solid rgba(68, 224, 138, 0.4);
  border-radius: 999px;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 900;
}

.preview-topbar time {
  color: #7d8783;
  font-size: 0.72rem;
}

.preview-body {
  display: grid;
  grid-template-columns: 1fr 2.5fr 1.05fr;
  gap: 0.9rem;
  padding: 0.9rem;
  min-height: 460px;
}

.thesis-panel,
.chart-card,
.ai-panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background: rgba(9, 17, 19, 0.95);
}

.thesis-panel,
.ai-panel {
  padding: 1rem;
}

.panel-label {
  color: #8a9590;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thesis-panel h2,
.ai-panel h2 {
  margin: 0.35rem 0 1rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1;
}

.thesis-panel h2 {
  color: var(--green);
}

.ai-panel h2 {
  color: var(--yellow);
}

.confidence-row {
  display: flex;
  justify-content: space-between;
  color: var(--muted-strong);
  font-size: 0.76rem;
  font-weight: 800;
}

.confidence-bar {
  overflow: hidden;
  height: 0.52rem;
  margin: 0.55rem 0 1.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(68, 224, 138, 0.2) 70%, rgba(255, 98, 112, 0.24) 70%);
}

.confidence-bar span {
  display: block;
  width: 70%;
  height: 100%;
  background: var(--green);
}

.thesis-panel ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1rem;
  color: var(--muted-strong);
  font-size: 0.82rem;
  line-height: 1.45;
}

.chart-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 0.85rem;
}

.chart-toolbar {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.7rem;
}

.chart-toolbar span {
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.7rem;
  font-weight: 800;
}

.chart-toolbar span:first-child {
  color: #04180e;
  background: var(--green);
}

.chart-area {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 66% 35%, rgba(68, 224, 138, 0.16), transparent 16rem),
    #05090a;
  background-size: 100% 25%, 14.2% 100%, auto, auto;
}

.chart-area::before {
  content: "";
  position: absolute;
  left: 44%;
  bottom: 0;
  width: 8%;
  height: 54%;
  border-radius: 0.4rem 0.4rem 0 0;
  background: linear-gradient(180deg, rgba(68, 224, 138, 0.9), rgba(68, 224, 138, 0.12));
}

.grid-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
}

.line-one {
  top: 34%;
  background: rgba(255, 216, 77, 0.28);
}

.line-two {
  top: 48%;
  background: rgba(255, 98, 112, 0.35);
}

.line-three {
  top: 62%;
  background: rgba(68, 224, 138, 0.22);
}

.chart-area svg {
  position: absolute;
  inset: 13% 4% 9%;
  width: 92%;
  height: 78%;
  overflow: visible;
}

.chart-area polyline {
  fill: none;
  stroke: #d8b5ff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(216, 181, 255, 0.42));
}

.chart-area path {
  fill: none;
  stroke: var(--green);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.8;
}

.ai-panel p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.88rem;
  line-height: 1.65;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 820px) {
  .site-shell {
    width: min(100% - 1.5rem, 900px);
  }

  .navbar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
    flex-wrap: initial;
    border-radius: 1.35rem;
  }

  .brand {
    flex: 1 1 auto;
  }

  .nav-links {
    display: none;
  }

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

  .research-grid {
    grid-template-columns: 1fr;
    width: min(100%, 720px);
  }

  .research-column {
    grid-template-rows: auto;
  }

  .story-inner,
  .story-inner-reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: auto;
    width: min(100%, 720px);
  }

  .story-copy {
    max-width: 100%;
  }

  .level-card,
  .regime-card {
    min-height: 8rem;
  }

  .story-inner-reverse .story-visual {
    order: 2;
  }

  .timeline {
    width: min(100%, 620px);
  }

  .timeline::before {
    left: 1.7rem;
  }

  .timeline::after {
    left: 1.7rem;
  }

  .timeline-item,
  .timeline-item-left,
  .timeline-item-right {
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 1.35rem;
  }

  .timeline-item-left .timeline-icon,
  .timeline-item-right .timeline-icon {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .timeline-item-left .timeline-card,
  .timeline-item-right .timeline-card {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    max-width: 100%;
  }

  .audience-map {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: min(100%, 520px);
  }

  .audience-center {
    order: -1;
    width: min(72vw, 230px);
    margin: 0 auto 0.5rem;
  }

  .audience-center::before,
  .audience-center::after {
    display: none;
  }

  .audience-column {
    gap: 1rem;
  }

  .audience-column-left,
  .audience-column-right {
    justify-items: stretch;
  }

  .audience-card,
  .audience-column-right .audience-card {
    width: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.035);
  }

  .preview-body {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .chart-card {
    grid-column: 1 / -1;
    order: -1;
  }

  .chart-area {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 1rem, 520px);
    padding-top: 0.75rem;
  }

  .navbar {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0.7rem;
    border-radius: 1.25rem;
  }

  .nav-cta {
    padding: 0.75rem 0.95rem;
    font-size: 0.82rem;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 3rem;
  }

  .eyebrow {
    font-size: 0.7rem;
    line-height: 1.5;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 3.4rem);
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .signal-grid,
  .waitlist-form,
  .preview-body,
  .research-card-horizontal {
    grid-template-columns: 1fr;
  }

  .research-fold {
    margin-top: 4rem;
    padding-top: 3.5rem;
  }

  .research-card {
    padding: 0.7rem;
  }

  .story-inner,
  .story-inner-reverse {
    width: min(100%, 520px);
    padding: 3.5rem 0;
  }

  .story-copy h2 {
    font-size: clamp(1.95rem, 9vw, 2.7rem);
  }

  .story-title-row {
    gap: 0.85rem;
  }

  .story-title-row {
    align-items: flex-start;
  }

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

  .metric-card,
  .level-card,
  .regime-card {
    min-height: auto;
  }

  .level-card i,
  .regime-card i {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }

  .timeline-fold {
    padding-inline: 1rem;
  }

  .timeline-heading {
    margin-bottom: 2.75rem;
  }

  .timeline-icon {
    width: 3rem;
    height: 3rem;
    box-shadow:
      0 0 0 5px #050b0c,
      0 14px 34px rgba(68, 224, 138, 0.24);
  }

  .timeline-icon i {
    font-size: 1.3rem;
  }

  .timeline::before {
    left: 1.5rem;
  }

  .timeline::after {
    left: 1.5rem;
  }

  .timeline-item,
  .timeline-item-left,
  .timeline-item-right {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
  }

  .audience-fold,
  .faq-fold {
    padding-inline: 1rem;
  }

  .audience-map {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: min(100%, 420px);
    margin-top: 2.5rem;
  }

  .audience-center {
    order: -1;
    width: min(72vw, 230px);
    margin: 0 auto 0.5rem;
  }

  .audience-center::before,
  .audience-center::after {
    display: none;
  }

  .audience-column {
    gap: 1rem;
  }

  .audience-column-left,
  .audience-column-right {
    justify-items: stretch;
  }

  .audience-card,
  .audience-column-right .audience-card {
    width: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.035);
  }

  .audience-card h3 {
    font-size: 1.35rem;
  }

  .audience-card p {
    font-size: 0.95rem;
  }

  .faq-list {
    width: 100%;
    padding: 0.35rem 0.9rem;
  }

  .faq-fold h2 {
    text-wrap: balance;
  }

  .final-cta-fold {
    padding-inline: 1rem;
  }

  .final-cta-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .final-cta-form button {
    width: 100%;
  }

  .site-footer {
    justify-items: center;
    text-align: center;
  }

  .footer-brand,
  .footer-socials {
    justify-self: center;
  }

  .signal-grid {
    gap: 0.75rem;
  }

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

  .waitlist-form button {
    width: 100%;
  }

  .preview-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-body {
    padding: 0.65rem;
  }

  .chart-card {
    grid-column: auto;
  }

  .chart-area {
    min-height: 245px;
  }
}

@media (max-width: 390px) {
  .brand {
    font-size: 0.9rem;
  }

  .nav-cta {
    padding-inline: 0.75rem;
  }

  .hero {
    padding-top: 2.4rem;
  }

  .signal-card {
    padding: 0.85rem;
  }

  .story-title-row {
    flex-direction: column;
  }

  .bias-metrics,
  .plan-list {
    grid-template-columns: 1fr;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .site-shell {
    padding-top: 0.75rem;
  }

  .hero {
    padding-top: 2rem;
  }

  h1 {
    font-size: clamp(2.75rem, 8vw, 4.6rem);
  }
}
