/* boundto */
:root {
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Plus Jakarta Sans", var(--font-sans);
  --font-ui: "Plus Jakarta Sans", var(--font-sans);
  --font-wordmark: "Plus Jakarta Sans", var(--font-sans);
  /* Matchd-inspired palette (fonts stay Inter + Plus Jakarta) */
  --md-bg: #f5f2eb;
  --md-ink: #0f0f0d;
  --md-muted: #888880;
  --md-border: #d8d4c8;
  --md-card: #faf8f3;
  --md-green: #2d6a4f;
  --md-green-bg: #eaf4ee;
  --md-green-border: #b7d9c4;
  --md-blue-bg: #eaf0f8;
  --md-blue-border: #b5ccec;
  --md-blue-text: #1e4a8a;
  --md-warn-bg: #fdf3e3;
  --md-warn-border: #f0c97a;
  --md-warn-text: #7a4c00;

  --void: #020617;
  --void2: #0f172a;
  --slate: #334155;
  --muted: #94a3b8;
  --faint: #64748b;
  --paper: var(--md-card);
  --surface: #fff;
  --line: rgba(15, 15, 13, 0.08);
  --line-strong: rgba(15, 15, 13, 0.12);
  --line2: var(--md-border);
  /* Dark UI surfaces (used in globe band + legacy components) */
  --panel: rgba(2, 6, 23, 0.58);
  --panel2: rgba(15, 23, 42, 0.62);
  --line-on-dark: rgba(148, 163, 184, 0.16);
  --line-on-dark-strong: rgba(148, 163, 184, 0.22);
  --text-on-dark: rgba(226, 232, 240, 0.92);
  --text-muted-on-dark: rgba(148, 163, 184, 0.8);
  /* Role accents (globe dots, cards, CTAs). "Both" uses orange as the shared marker reference. */
  --startup-accent: #7c3aed;
  --startup-accent-dim: #5b21b6;
  --company-accent: #0f766e;
  --company-accent-dim: #115e59;
  --both-accent: #ea580c;
  --both-accent-dim: #9a3412;
  --r: 12px;
  --r2: 14px;
  --r3: 18px;
  --r4: 22px;
  --max: 1160px;
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.08), 0 8px 20px rgba(15, 23, 42, 0.05);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Accessibility helpers */
.srOnly {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Common alias (some snippets use sr-only) */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--md-ink);
  background: var(--md-bg);
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
.muted {
  color: var(--faint);
}

/* Hero */
.heroShell {
  position: relative;
  background: var(--md-bg);
  color: var(--md-ink);
  padding: 0 0 clamp(40px, 6vw, 72px);
  isolation: isolate;
  min-height: 92vh;
}
.heroShell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(var(--md-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--md-border) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.38;
  pointer-events: none;
}
.heroShell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(15, 15, 13, 0.12) 25%, rgba(15, 15, 13, 0.12) 75%, transparent);
  pointer-events: none;
}
.heroInner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 28px 0;
}
.topBar {
  position: sticky;
  top: 14px;
  z-index: 20;
  padding: 0 0 26px;
}
.topBarInner {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 14px;
  border-radius: 999px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  background: rgba(245, 242, 235, 0.92);
  border: 1px solid var(--md-border);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 10px 30px rgba(15, 15, 13, 0.08);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.name {
  font-family: var(--font-wordmark);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--md-ink);
}
.topNav {
  display: none;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.navLink {
  color: var(--md-muted);
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s, opacity 0.2s;
}
.navLink:hover {
  color: var(--md-ink);
}
.topCtas {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btnSmall {
  padding: 10px 14px;
  font-size: 13px;
}
@media (min-width: 860px) {
  .topNav { display: flex; }
}

/* Globe section under hero */
.globeShowcase {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 72px;
  /* Match .page horizontal rhythm so titles/leads are not flush to the viewport edge */
  padding: 52px clamp(22px, 4vw, 48px) 56px;
  background:
    radial-gradient(1100px 720px at 50% 0%, rgba(30, 74, 138, 0.22), transparent 58%),
    radial-gradient(900px 560px at 18% 90%, rgba(45, 106, 79, 0.18), transparent 55%),
    linear-gradient(180deg, #141412 0%, #0f0f0d 45%, #0b0b0a 100%);
  border-top: 1px solid rgba(216, 212, 200, 0.22);
  border-bottom: 1px solid rgba(216, 212, 200, 0.22);
}
.globeShowcase .sectionHead h2 {
  color: rgba(248, 250, 252, 0.98);
  text-shadow: none;
}
.globeShowcase .sectionLead {
  color: rgba(245, 242, 235, 0.72);
}
.globeShowcase .mapEyebrow {
  background: rgba(250, 248, 243, 0.08);
  border-color: rgba(216, 212, 200, 0.28);
  color: rgba(245, 242, 235, 0.88);
}
.globeHead {
  margin-bottom: 18px;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.globeStage {
  /* Full-bleed, no panel/container. */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: min(72vh, 680px);
  min-height: 360px;
  background: transparent;
  overflow: hidden;
  touch-action: none;
}
.globeStage canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.globeStageFallback {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: auto;
}
.globeLegendRow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 14px 0 0;
  color: rgba(245, 242, 235, 0.78);
}
.globeLegendRow .globeLegendItem {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 242, 235, 0.88);
  background: rgba(2, 6, 23, 0.35);
  border: 1px solid rgba(216, 212, 200, 0.2);
  backdrop-filter: blur(12px) saturate(140%);
}
.globeLegendRow .globeLegendItem:hover {
  border-color: rgba(245, 242, 235, 0.28);
  background: rgba(2, 6, 23, 0.42);
}
.globeLegendDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(245, 242, 235, 0.25),
    0 0 14px rgba(0, 0, 0, 0.35);
}
.globeLegendDotStartup {
  background: var(--startup-accent);
  box-shadow:
    0 0 0 2px rgba(124, 58, 237, 0.45),
    0 0 16px rgba(124, 58, 237, 0.35);
}
.globeLegendDotCompany {
  background: var(--company-accent);
  box-shadow:
    0 0 0 2px rgba(15, 118, 110, 0.45),
    0 0 16px rgba(15, 118, 110, 0.3);
}
.globeLegendDotBoth {
  background: var(--both-accent);
  box-shadow:
    0 0 0 2px rgba(234, 88, 12, 0.5),
    0 0 18px rgba(234, 88, 12, 0.35);
}
.heroGrid {
  display: grid;
  gap: 28px;
  padding: 28px 0 0;
}
@media (min-width: 900px) {
  .heroGrid {
    grid-template-columns: 1fr minmax(280px, 320px);
    gap: 64px;
    align-items: end;
    padding-top: 32px;
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 7px 14px 7px 10px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--md-muted);
  background: var(--md-card);
  border: 1px solid var(--md-border);
  border-radius: 999px;
}
.eyebrowDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--both-accent);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.22);
  animation: eyebrowPulse 2.2s ease-in-out infinite;
}
@keyframes eyebrowPulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
}
@media (prefers-reduced-motion: reduce) {
  .eyebrowDot {
    animation: none;
  }
}
.heroCopy h1 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3.15rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.038em;
  color: var(--md-ink);
}
.heroEm {
  font-style: italic;
  color: var(--md-muted);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.heroTagline {
  margin: 0 0 20px;
  max-width: 42ch;
  font-family: var(--font-ui);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: rgba(15, 15, 13, 0.78);
}
.lead {
  margin: 0;
  max-width: 48ch;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--md-muted);
}
.lead strong {
  color: var(--md-ink);
  font-weight: 600;
}
.heroCtas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.heroFine {
  margin: 14px 0 0;
  font-size: 13px;
  color: var(--md-muted);
  max-width: 44ch;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 10px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.btn:focus-visible {
  outline: 2px solid rgba(30, 74, 138, 0.45);
  outline-offset: 3px;
}
.btnPrimary {
  background: var(--md-ink);
  color: var(--md-bg);
  border-color: var(--md-ink);
  box-shadow: 0 10px 26px rgba(15, 15, 13, 0.12);
}
.btnPrimary:hover {
  background: #1f1f1c;
  box-shadow: 0 14px 34px rgba(15, 15, 13, 0.14);
  transform: translateY(-1px);
}
.btnGhost {
  background: var(--md-card);
  color: var(--md-muted);
  border-color: var(--md-border);
  backdrop-filter: none;
}
.btnGhost:hover {
  background: #fff;
  border-color: rgba(15, 15, 13, 0.18);
  color: var(--md-ink);
}
.btnSecondary {
  background: transparent;
  color: var(--md-ink);
  border-color: var(--md-border);
  border-radius: 10px;
}
.btnSecondary:hover {
  background: rgba(15, 15, 13, 0.04);
}
.btnWide {
  width: 100%;
}

/* Stats: bento strip (same language as research/how grids) */
.heroStats {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.heroStatBento {
  display: grid;
  gap: 1px;
  padding: 1px;
  border-radius: var(--r4);
  border: 1px solid var(--md-border);
  background: var(--md-border);
  box-shadow: 0 16px 44px rgba(15, 15, 13, 0.07);
  overflow: hidden;
}
.statCard {
  padding: 20px 18px 18px;
  border-radius: 0;
  background: var(--md-card);
  border: 0;
  backdrop-filter: none;
  box-shadow: none;
  border-top: 3px solid transparent;
}
.statCardStartup {
  border-top-color: var(--startup-accent);
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.1) 0%, var(--md-card) 42%);
}
.statCardCompany {
  border-top-color: var(--company-accent);
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.1) 0%, var(--md-card) 42%);
}
.statCardBoth {
  border-top-color: var(--both-accent);
  background: linear-gradient(180deg, rgba(234, 88, 12, 0.11) 0%, var(--md-card) 42%);
}
.statLabel {
  display: block;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--md-muted);
}
.statValue {
  display: block;
  font-family: var(--font-ui);
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.05;
  margin-top: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}
.statCardStartup .statValue {
  color: var(--startup-accent-dim);
}
.statCardCompany .statValue {
  color: var(--company-accent-dim);
}
.statCardBoth .statValue {
  color: var(--both-accent-dim);
}
.statHint {
  display: block;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--md-muted);
  margin-top: 6px;
}
.miniNote {
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--md-muted);
}

.page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px clamp(22px, 4vw, 48px) 120px;
  position: relative;
  z-index: 1;
  color: var(--md-ink);
}

/* Matchd-style section labels + display titles */
.mdTag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--md-muted);
}
.mdTag::after {
  content: "";
  flex: 1;
  max-width: 40px;
  height: 1px;
  background: var(--md-border);
}
.mdTitle {
  margin: 0 0 40px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: var(--md-ink);
  max-width: 20ch;
}
.mdTitle em {
  font-style: italic;
  color: var(--md-muted);
  font-weight: 800;
}
.sectionHead h2.mdTitle {
  margin-bottom: 16px;
  max-width: none;
  padding-left: 0;
  font-size: clamp(1.85rem, 4vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}
.sectionHead h2.mdTitle::before {
  display: none;
}
.globeShowcase .mdTitle {
  color: rgba(248, 250, 252, 0.98);
}
.globeShowcase .mdTitle em {
  color: rgba(245, 242, 235, 0.5);
}
.globeShowcase .mdTag {
  color: rgba(245, 242, 235, 0.65);
}
.globeShowcase .mdTag::after {
  background: rgba(216, 212, 200, 0.28);
}
.privacyBand .mdTag::after {
  background: rgba(255, 255, 255, 0.12);
}

/* Scrolling strip (hero → main) */
.mdTicker {
  overflow: hidden;
  border-top: 1px solid var(--md-border);
  border-bottom: 1px solid var(--md-border);
  background: var(--md-card);
}
.mdTickerInner {
  display: flex;
  width: max-content;
  gap: clamp(32px, 6vw, 56px);
  padding: 13px 0;
  animation: mdTickerScroll 48s linear infinite;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--md-muted);
}
@media (prefers-reduced-motion: reduce) {
  .mdTickerInner {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: var(--max);
    margin: 0 auto;
    padding: 13px clamp(22px, 4vw, 48px);
    row-gap: 8px;
  }
}
.mdTickerInner span {
  white-space: nowrap;
}
.mdTickerInner span.mdTickerSector {
  display: inline-flex;
  align-items: center;
  color: var(--company-accent-dim);
  background: rgba(15, 118, 110, 0.12);
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  padding: 3px 12px 2px;
  letter-spacing: 0.12em;
}
@keyframes mdTickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Dark trust band */
.privacyBand {
  margin: 0 calc(50% - 50vw) 72px;
  width: 100vw;
  background: var(--md-ink);
  color: rgba(245, 242, 235, 0.92);
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.privacyBand .mdTag {
  color: rgba(245, 242, 235, 0.45);
}
.privacyBand .mdTitle {
  color: var(--md-bg);
  max-width: 16ch;
}
.privacyBand .mdTitle em {
  color: rgba(245, 242, 235, 0.42);
}
.privacyBandInner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 48px);
  display: grid;
  gap: 40px;
}
@media (min-width: 900px) {
  .privacyBandInner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 72px;
    align-items: start;
  }
}
.privacyBandLead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(245, 242, 235, 0.55);
  max-width: 48ch;
}
.privacyFeat {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r3);
  overflow: hidden;
}
.privacyFeat li {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.privacyFeat li:last-child {
  border-bottom: 0;
}
.privacyFeat strong {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  color: rgba(245, 242, 235, 0.95);
}
.privacyFeat span {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(245, 242, 235, 0.48);
}
#privacy {
  scroll-margin-top: 88px;
}
.page::before {
  content: "";
  position: absolute;
  inset: -88px calc(50% - 50vw) 0;
  z-index: -1;
  background:
    radial-gradient(900px 600px at 18% 10%, rgba(45, 106, 79, 0.08), transparent 60%),
    radial-gradient(900px 600px at 82% 22%, rgba(30, 74, 138, 0.07), transparent 62%),
    radial-gradient(1000px 700px at 50% 90%, rgba(15, 15, 13, 0.03), transparent 60%);
  pointer-events: none;
}

.page a {
  color: var(--company-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.page a:hover {
  color: var(--company-accent-dim);
}

/* Better anchor jumps with sticky header */
.twoWay,
.signalBridge,
.research,
.how,
.productScreens {
  scroll-margin-top: 110px;
}

/* Launch narrative: why both sides pull (between intent + research) */
.signalBridge {
  margin-bottom: 72px;
}
.signalBridge .sectionHead {
  margin-bottom: 28px;
}
.signalBridgeGrid {
  display: grid;
  gap: 18px;
}
@media (min-width: 720px) {
  .signalBridgeGrid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 900px) {
  .signalBridgeGrid {
    gap: 22px;
  }
}
.signalTile {
  position: relative;
  border-radius: var(--r3);
  padding: 24px 22px 22px 26px;
  background: var(--md-card);
  border: 1px solid var(--md-border);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 16px 44px rgba(15, 15, 13, 0.06);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
@media (min-width: 720px) {
  .signalTile:hover {
    transform: translateY(-2px);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.8) inset,
      0 22px 56px rgba(15, 15, 13, 0.09);
  }
}
@media (prefers-reduced-motion: reduce) {
  .signalTile {
    transition: none;
  }
  .signalTile:hover {
    transform: none;
  }
}
.signalTileCo {
  background:
    radial-gradient(130% 90% at 0% 0%, rgba(15, 118, 110, 0.12), transparent 58%),
    var(--md-card);
}
.signalTileSt {
  background:
    radial-gradient(130% 90% at 0% 0%, rgba(124, 58, 237, 0.11), transparent 58%),
    var(--md-card);
}
.signalTileNeutral {
  background:
    radial-gradient(120% 100% at 100% 100%, rgba(136, 136, 128, 0.1), transparent 55%),
    var(--md-card);
}
.signalTile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 0 3px 3px 0;
  opacity: 0.98;
}
.signalTileCo::before {
  background: linear-gradient(180deg, var(--company-accent) 0%, var(--company-accent-dim) 100%);
}
.signalTileSt::before {
  background: linear-gradient(180deg, var(--startup-accent) 0%, var(--startup-accent-dim) 100%);
}
.signalTileNeutral::before {
  background: linear-gradient(180deg, rgba(136, 136, 128, 0.6) 0%, rgba(100, 100, 94, 0.45) 100%);
}
.signalTileKicker {
  display: block;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--md-muted);
  margin-bottom: 10px;
}
.signalTileTitle {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--md-ink);
  line-height: 1.22;
}
.signalTileBody {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(15, 15, 13, 0.74);
}
.signalDual {
  margin-top: 36px;
  display: grid;
  gap: 16px;
}
@media (min-width: 800px) {
  .signalDual {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
  }
}
.signalDualCard {
  margin: 0;
  border-radius: 22px;
  padding: clamp(22px, 3.5vw, 30px) clamp(20px, 3vw, 28px);
  border: 1px solid var(--md-border);
  background: #fff;
  box-shadow: 0 14px 44px rgba(15, 15, 13, 0.05);
}
.signalDualCardCo {
  background: linear-gradient(165deg, rgba(15, 118, 110, 0.07), #fff 55%);
  border-top: 3px solid var(--company-accent);
}
.signalDualCardSt {
  background: linear-gradient(165deg, rgba(124, 58, 237, 0.07), #fff 55%);
  border-top: 3px solid var(--startup-accent);
}
.signalDualRole {
  margin: 0 0 14px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--md-muted);
}
.signalDualCardCo .signalDualRole {
  color: var(--company-accent-dim);
}
.signalDualCardSt .signalDualRole {
  color: var(--startup-accent-dim);
}
.signalDualText {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 2.1vw, 1.18rem);
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--md-ink);
}
.signalChips {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.signalChips li {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--md-border);
  background: var(--md-card);
  color: rgba(15, 15, 13, 0.72);
}
.signalFoot {
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--md-muted);
  max-width: 68ch;
}
.signalFoot strong {
  color: var(--md-ink);
}

/* Reveal transitions */
.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; transform: none; opacity: 1; }
}

.sectionHead {
  margin-bottom: 36px;
}
.sectionHead h2 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.5vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--md-ink);
  line-height: 1.12;
}
.sectionHead h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.12em;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--company-accent) 0%, var(--startup-accent) 100%);
}
.sectionLead {
  margin: 0;
  max-width: 58ch;
  font-size: 1.0625rem;
  color: var(--md-muted);
  line-height: 1.65;
}

/* Eyebrow tag used under the globe */
.mapEyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 14px 7px 10px;
  gap: 10px;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--md-muted);
  background: var(--md-card);
  border: 1px solid var(--md-border);
  border-radius: 999px;
}

.mapSection {
  margin: 0 0 80px;
}
.mapSectionHead {
  margin-bottom: 28px;
}
/* Keep old mapSection eyebrow semantics if mapPanel returns. */
.mapSection .mapEyebrow { margin-bottom: 14px; }
.mapPanel {
  position: relative;
  border-radius: var(--r4);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-md);
}
.mapPanel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--company-accent), var(--startup-accent));
  z-index: 1;
  pointer-events: none;
}
.mapPanelBody {
  padding: clamp(28px, 4vw, 44px) clamp(22px, 3vw, 40px) clamp(24px, 3vw, 36px);
}
.worldMap {
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  height: auto;
}
.globeMapBlock {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.globeMap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 280px;
  padding: 10px 0 8px;
  margin: 0 auto;
  border-radius: var(--r3);
  overflow: hidden;
  background: radial-gradient(ellipse 85% 85% at 50% 40%, #111a2d 0%, #0a1224 55%, #020617 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 0 0 1px rgba(2, 6, 23, 0.55), var(--shadow-md);
  touch-action: none;
  cursor: grab;
}
.globeMap:active {
  cursor: grabbing;
}
.globeMap canvas {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--r2);
}
.globeMapHint {
  margin: 12px 0 6px;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--faint);
}
/* Legacy map panel only: do not use bare .globeLegendItem — it overwrote the live globe row on index. */
.globeLegend {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 2px;
}
.globeLegend .globeLegendItem {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.72);
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
}
.globeLegend .globeLegendSwatch {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}
.globeLegend .globeLegendSwatchStartup {
  background: var(--startup-accent);
}
.globeLegend .globeLegendSwatchCompany {
  background: var(--company-accent);
}
.globeLegend .globeLegendSwatchBoth {
  background: var(--both-accent);
}
.worldMap--fallback[hidden] {
  display: none !important;
}
.worldMap--fallback:not([hidden]) {
  display: block;
}
.mapFooter {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.mapLiveBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #166534;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
}
.mapLivePulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  animation: mapLivePulse 2s ease-in-out infinite;
}
@keyframes mapLivePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.35);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(52, 211, 153, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mapLivePulse {
    animation: none;
  }
}
.mapCaption {
  margin: 0;
  flex: 1;
  min-width: min(100%, 220px);
  font-size: 13px;
  line-height: 1.6;
  color: var(--slate);
}

.twoWay {
  margin-bottom: 80px;
}
.twoWayBoard {
  position: relative;
  display: grid;
  gap: 0;
  border-radius: var(--r4);
  overflow: hidden;
  border: 1px solid var(--line-on-dark-strong);
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.62) 0%, rgba(2, 6, 23, 0.42) 100%);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}
.twoWayBoard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.twoWayBoard::before {
  /* Replace the thin top strip with a richer divider treatment. */
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 520px at 18% 35%, rgba(99, 102, 241, 0.18), transparent 62%),
    radial-gradient(900px 520px at 82% 65%, rgba(20, 184, 166, 0.14), transparent 62%),
    linear-gradient(90deg, rgba(99, 102, 241, 0.10) 0%, transparent 42%, transparent 58%, rgba(20, 184, 166, 0.08) 100%);
  opacity: 0.95;
}
.twoWayBoard::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--company-accent), #a78bfa, var(--startup-accent));
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 800px) {
  .twoWayBoard {
    /* New layout: two panels + floating center badge */
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.twCard {
  position: relative;
  padding: 40px 36px 38px;
  background: linear-gradient(165deg, rgba(2, 6, 23, 0.72) 0%, rgba(15, 23, 42, 0.62) 55%, rgba(2, 6, 23, 0.70) 100%);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.twCard::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}
.twCard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
.twCardCompany {
  border-left: 0;
  border-right: 0;
}
.twCardCompany::before {
  background: rgba(255, 255, 255, 0.10);
}
.twCardStartup {
  border-left: 0;
}
.twCardStartup::before {
  background: rgba(255, 255, 255, 0.10);
}
.twCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}
@media (prefers-reduced-motion: reduce) {
  .twCard:hover { transform: none; }
}
.twIcon {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-weight: 800;
  color: rgba(248, 250, 252, 0.95);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.twCardStartup .twIcon {
  color: rgba(248, 250, 252, 0.95);
}
.twCardCompany .twIcon {
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.2);
}
.twCardStartup .twIcon {
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
}
.twTitle {
  margin: 0 0 14px;
  font-family: var(--font-ui);
  font-size: 1.12rem;
  font-weight: 800;
  color: rgba(248, 250, 252, 0.96);
  letter-spacing: -0.02em;
}
.twList {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}
.twList li {
  position: relative;
  padding-left: 18px;
}
.twList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: rgba(148, 163, 184, 0.42);
  box-shadow: 0 0 0 3px rgba(2, 6, 23, 0.55);
}
.twCardCompany .twList li::before {
  background: rgba(15, 118, 110, 0.85);
}
.twCardStartup .twList li::before {
  background: rgba(124, 58, 237, 0.85);
}
.twList li + li {
  margin-top: 12px;
}
.twBridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 22px;
  background: rgba(2, 6, 23, 0.72);
  color: #e2e8f0;
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 800px) {
  .twBridge {
    /* Float as a center badge instead of a column */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 164px;
    height: 164px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background:
      radial-gradient(140px 140px at 50% 40%, rgba(165, 180, 252, 0.22), transparent 62%),
      radial-gradient(120px 120px at 50% 75%, rgba(94, 234, 212, 0.16), transparent 62%),
      rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(16px) saturate(150%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    border-left: 1px solid rgba(148, 163, 184, 0.22);
    border-right: 1px solid rgba(148, 163, 184, 0.22);
    pointer-events: none;
  }
  .twoWayBoard {
    overflow: visible;
  }
  .twCardCompany {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    margin-right: 70px;
  }
  .twCardStartup {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    margin-left: 70px;
  }
}
@media (max-width: 799px) {
  .twBridge {
    flex-direction: row;
    gap: 14px;
    padding: 20px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.twArrows {
  font-size: 34px;
  line-height: 1;
  background: linear-gradient(90deg, #c4b5fd, #2dd4bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 200;
}
.twMatch {
  margin-top: 10px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
}
@media (max-width: 799px) {
  .twMatch {
    margin-top: 0;
  }
}

.research {
  margin-bottom: 80px;
}
.researchHead {
  margin-bottom: 32px;
}
.research h2 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.5vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--md-ink);
  line-height: 1.12;
  text-shadow: none;
}
.research h2.mdTitle {
  padding-left: 0;
  font-size: clamp(1.85rem, 4vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
  max-width: 20ch;
}
.research h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.12em;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--company-accent) 0%, var(--startup-accent) 100%);
}
.research h2.mdTitle::before {
  display: none;
}
.researchIntro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--md-muted);
  max-width: 70ch;
}
.researchSplit {
  display: grid;
  gap: 1px;
  padding: 1px;
  border-radius: var(--r4);
  border: 1px solid var(--md-border);
  background: var(--md-border);
  box-shadow: 0 20px 50px rgba(15, 15, 13, 0.06);
  overflow: hidden;
}
@media (min-width: 768px) {
  .researchSplit {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
}
.researchCard {
  background: var(--md-card);
  border: 0;
  border-radius: 0;
  padding: 28px 24px 22px;
  box-shadow: none;
  transition: background 0.2s;
}
.researchCard:hover {
  background: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .researchCard:hover {
    background: var(--md-card);
  }
}
.researchCardTitle {
  margin: 0 0 6px;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  color: var(--md-ink);
}
.researchCardSub {
  margin: 0 0 16px;
  font-family: var(--font-ui);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--md-muted);
}
.researchList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.researchList li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 4px 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15, 15, 13, 0.08);
}
.researchList li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.researchMetric {
  grid-row: 1 / 3;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 15px;
  color: var(--company-accent);
  align-self: start;
}
.researchBody {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(15, 15, 13, 0.72);
}
.researchBody strong {
  color: var(--md-ink);
}
.researchCite {
  grid-column: 2;
  font-size: 10px;
  color: var(--md-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.proofStrip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(15, 15, 13, 0.08);
}
.proofPill {
  flex: 1 1 140px;
  padding: 16px 18px;
  border-radius: var(--r3);
  background: #fff;
  border: 1px solid var(--md-border);
  box-shadow: 0 14px 40px rgba(15, 15, 13, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.proofPill:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
@media (prefers-reduced-motion: reduce) {
  .proofPill:hover {
    transform: none;
  }
}
.proofPillNum {
  display: block;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--md-ink);
}
.proofPillTxt {
  display: block;
  font-size: 13px;
  color: var(--md-muted);
  margin-top: 6px;
  line-height: 1.45;
}
.proofPillCite {
  display: block;
  font-size: 10px;
  color: var(--md-muted);
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.how {
  margin-bottom: 80px;
}
.howSteps {
  list-style: none;
  margin: 0;
  padding: 1px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: var(--r4);
  border: 1px solid var(--md-border);
  overflow: hidden;
  background: var(--md-border);
  box-shadow: 0 20px 50px rgba(15, 15, 13, 0.06);
}
.howStep {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px 28px;
  padding: 32px 28px;
  border-bottom: 0;
  background: var(--md-card);
}
.howStep:last-child {
  border-bottom: 0;
}
.howNum {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  color: var(--md-muted);
  letter-spacing: 0.12em;
  padding-top: 3px;
}
.howTitle {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--md-ink);
}
.howBody p {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(15, 15, 13, 0.72);
  line-height: 1.65;
  max-width: 65ch;
}

.ctaBand {
  margin-bottom: 56px;
}
.ctaBandInner {
  display: grid;
  gap: 20px;
}
@media (min-width: 720px) {
  .ctaBandInner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.joinCard {
  padding: 36px 32px 32px;
  border-radius: var(--r4);
  background: var(--md-card);
  color: var(--md-ink);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--md-border);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 15, 13, 0.06);
  transition: transform 0.22s, box-shadow 0.22s;
}
.joinCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(15, 15, 13, 0.1);
}
.joinCardCompany.joinCardLine:hover {
  box-shadow: 0 24px 56px rgba(15, 15, 13, 0.1);
}
@media (prefers-reduced-motion: reduce) {
  .joinCard:hover {
    transform: none;
  }
}
.joinCard::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: rgba(15, 15, 13, 0.12);
}
.joinCardStartup {
  border-color: rgba(20, 184, 166, 0.35);
}
.joinCardStartup::before {
  background: linear-gradient(90deg, var(--startup-accent) 0%, var(--startup-accent-dim) 100%);
}
.joinCardCompany.joinCardLine {
  background: linear-gradient(165deg, var(--md-blue-bg) 0%, var(--md-card) 55%);
  color: var(--md-ink);
  border: 1px solid var(--md-border);
  box-shadow: 0 22px 56px rgba(15, 15, 13, 0.07);
}
.joinCardLine {
  background: linear-gradient(165deg, var(--md-blue-bg) 0%, var(--md-card) 55%);
  color: var(--md-ink);
  border: 1px solid var(--md-border);
  box-shadow: 0 22px 56px rgba(15, 15, 13, 0.07);
}
.joinCardCompany.joinCardLine::before {
  background: linear-gradient(90deg, var(--company-accent) 0%, var(--company-accent-dim) 100%);
}
.joinBadge {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 11px;
  border-radius: 8px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--md-blue-bg);
  color: var(--md-blue-text);
  border: 1px solid var(--md-blue-border);
  margin-bottom: 16px;
}
.joinBadgeCo {
  background: var(--md-blue-bg);
  color: var(--md-blue-text);
}
.joinCardLine .joinBadgeCo {
  background: var(--md-blue-bg);
  color: var(--md-blue-text);
}
.joinCardStartup .joinBadge {
  background: var(--md-green-bg);
  color: var(--md-green);
  border: 1px solid var(--md-green-border);
}
.joinTitle {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--md-ink);
}
.joinCardLine .joinTitle {
  color: var(--md-ink);
}
.joinDesc {
  margin: 0 0 26px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--md-muted);
  flex: 1;
}
.joinCardLine .joinDesc {
  color: var(--md-muted);
}
.joinTop {
  flex: 1;
}
.joinCard .btnPrimary {
  margin-top: auto;
}
.joinCard .btnSecondary {
  margin-top: auto;
  background: #fff;
  color: var(--md-ink);
  border-color: var(--md-border);
}
.joinCard .btnSecondary:hover {
  background: var(--md-bg);
  border-color: rgba(15, 15, 13, 0.2);
}

.foot {
  padding-top: 24px;
  border-top: 1px solid rgba(15, 15, 13, 0.1);
}
.footGrid {
  display: grid;
  gap: 28px;
}
@media (min-width: 700px) {
  .footGrid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.footH {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--md-muted);
}
.footP {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15, 15, 13, 0.72);
}

.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.row2 > label {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.row2Spacer {
  display: block;
  min-width: 0;
}
@media (max-width: 520px) {
  .row2 {
    grid-template-columns: 1fr;
  }
}
label span {
  display: block;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  color: var(--faint);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
input,
textarea {
  width: 100%;
  padding: 12px 14px;
  min-height: 44px;
  line-height: 1.2;
  border-radius: var(--r2);
  border: 1px solid var(--line2);
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--void2);
  background: #fafafa;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
select {
  width: 100%;
  padding: 12px 14px;
  min-height: 44px;
  line-height: 1.2;
  border-radius: var(--r2);
  border: 1px solid var(--line2);
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--void2);
  background: #fafafa;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(100, 116, 139, 0.95) 50%),
    linear-gradient(135deg, rgba(100, 116, 139, 0.95) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
select:focus,
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--company-accent-dim);
  box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.12);
  background: #fff;
}
textarea {
  resize: vertical;
  min-height: 92px;
  line-height: 1.45;
}
.waitlistForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 6px;
}
.typeSwitch {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 6px 0 2px;
  padding: 0;
  border: 0;
}
@media (max-width: 520px) {
  .typeSwitch {
    grid-template-columns: 1fr;
  }
}
.typeOpt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--line2);
  background: #fafafa;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s, transform 0.15s;
}
.typeOpt span {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate);
}
.typeOpt input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--company-accent-dim);
}
.typeOpt:has(input:checked) {
  background: #fff;
  border-color: rgba(15, 15, 13, 0.22);
  box-shadow: 0 0 0 3px rgba(15, 15, 13, 0.06);
}
.typeOpt:active {
  transform: translateY(1px);
}
.formMsg {
  margin: 0;
  min-height: 20px;
  font-size: 14px;
}
.formMsg.ok {
  color: #059669;
  font-weight: 500;
}
.formMsg.err {
  color: #dc2626;
  font-weight: 500;
}
.formFine {
  margin: 0;
  font-size: 12px;
  color: var(--faint);
}

.modal-root {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-root[hidden] {
  display: none;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 13, 0.35);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 448px);
  max-height: min(90vh, 720px);
  overflow-y: auto;
  padding: 36px 30px 30px;
  background: var(--surface);
  border-radius: var(--r4);
  border: 1px solid var(--line-strong);
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.2), var(--shadow-lg);
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--faint);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.modal-close:hover {
  background: var(--line);
  color: var(--void2);
}
.modal-title {
  margin: 0 40px 8px 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--void2);
}
.modal-sub {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--slate);
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 1100;
  padding: 14px 22px;
  background: var(--md-ink);
  color: var(--md-bg);
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 18px 50px rgba(15, 15, 13, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  max-width: min(480px, calc(100vw - 32px));
  text-align: center;
}
.toast.show {
  opacity: 1;
}

@media (max-width: 640px) {
  .heroInner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .page {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 72px;
  }
}

/* ===========================
   Two-sided block (V3)
   Clean redesign without nuking defaults
   =========================== */

.twoWayBoard {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(900px 520px at 20% 18%, rgba(99, 102, 241, 0.14), transparent 60%),
    radial-gradient(900px 520px at 86% 82%, rgba(20, 184, 166, 0.10), transparent 60%),
    rgba(2, 6, 23, 0.52);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
}

/* Important: older styles earlier in the file use 800px breakpoint with a 3-column layout.
   We force the V3 layout starting at 800px so copy never gets squeezed. */
@media (min-width: 800px) {
  .twoWayBoard {
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .twBridge {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    pointer-events: none;
  }
  .twCard {
    min-width: 0;
  }
}

@media (min-width: 860px) {
  .twoWayBoard {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
  }
  .twoWayBoard::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(148, 163, 184, 0.22), transparent);
    pointer-events: none;
  }
}

.twCard {
  padding: 34px 26px;
  background: rgba(2, 6, 23, 0.20);
}
@media (min-width: 860px) {
  .twCard {
    padding: 44px 40px 40px;
    background: transparent;
  }
}

.twCardCompany {
  position: relative;
}
.twCardStartup {
  position: relative;
}

.twIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  color: rgba(248, 250, 252, 0.96);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.twCardCompany .twIcon {
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.2);
}
.twCardStartup .twIcon {
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.2);
}

.twTitle {
  margin: 14px 0 12px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: rgba(248, 250, 252, 0.98);
}

.twList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: rgba(226, 232, 240, 0.76);
  line-height: 1.6;
  font-size: 0.98rem;
}
.twList li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}
.twList li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.55em;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.40);
  box-shadow: 0 0 0 3px rgba(2, 6, 23, 0.55);
}
.twCardCompany .twList li::before { background: rgba(15, 118, 110, 0.85); }
.twCardStartup .twList li::before { background: rgba(124, 58, 237, 0.85); }

/* Center chip that sits on the divider (desktop) and inline (mobile) */
.twBridge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.48);
  margin: 0 auto;
}
.twArrows {
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(90deg, #c4b5fd, #2dd4bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 300;
}
.twMatch {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.88);
}

@media (min-width: 860px) {
  .twBridge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 14px 16px;
    background:
      radial-gradient(220px 160px at 50% 40%, rgba(165, 180, 252, 0.16), transparent 65%),
      rgba(2, 6, 23, 0.56);
    backdrop-filter: blur(16px) saturate(150%);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .twoWayBoard,
  .twBridge { backdrop-filter: none; }
}

/* Two-way section: split bench (replaces diamonds + bridge) */
.intentBench {
  margin-top: 10px;
}
.intentBenchGrid {
  display: grid;
  gap: 0;
  border-radius: calc(var(--r4) + 4px);
  overflow: hidden;
  border: 1px solid var(--md-border);
  background: var(--md-card);
  box-shadow: 0 22px 64px rgba(15, 15, 13, 0.07);
}
@media (min-width: 720px) {
  .intentBenchGrid {
    grid-template-columns: 1fr 1fr;
  }
}
.intentBenchCol {
  position: relative;
  padding: clamp(26px, 4.2vw, 42px) clamp(22px, 3.6vw, 38px);
  min-width: 0;
}
.intentBenchCol::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  pointer-events: none;
}
.intentBenchColCompany::before {
  background: linear-gradient(90deg, var(--company-accent), #0d9488);
}
.intentBenchColStartup::before {
  background: linear-gradient(90deg, var(--startup-accent), #6d28d9);
}
@media (min-width: 720px) {
  .intentBenchColCompany {
    border-right: 1px solid var(--md-border);
  }
}
@media (max-width: 719px) {
  .intentBenchColStartup {
    border-top: 1px solid var(--md-border);
  }
}
.intentBenchColCompany {
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.06), transparent 46%);
}
.intentBenchColStartup {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.06), transparent 46%);
}
.intentBenchKicker {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--md-muted);
}
.intentBenchColCompany .intentBenchKicker {
  color: var(--company-accent-dim);
}
.intentBenchColStartup .intentBenchKicker {
  color: var(--startup-accent-dim);
}
.intentBenchTitle {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--md-ink);
}
.intentBenchSummary {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15, 15, 13, 0.7);
  max-width: 42ch;
}
.intentBenchPoints {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.intentBenchPoints li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(15, 15, 13, 0.78);
}
.intentBenchPoints li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--md-muted);
  opacity: 0.45;
}
.intentBenchColCompany .intentBenchPoints li::before {
  background: var(--company-accent);
  opacity: 0.9;
}
.intentBenchColStartup .intentBenchPoints li::before {
  background: var(--startup-accent);
  opacity: 0.9;
}
