:root {
  --ink: #071615;
  --deep: #081f1c;
  --deep-soft: #12332f;
  --muted: #64736f;
  --paper: #f6f8f3;
  --surface: #ffffff;
  --surface-soft: #eef5f0;
  --line: #d9e4de;
  --teal: #08786f;
  --teal-light: #31c6b5;
  --lime: #d9ff72;
  --lime-soft: #efffc8;
  --brand-accent: #0a8f84;
  --accent-bar: linear-gradient(90deg, #31c6b5, #dfffa0);
  --accent-bar-soft: linear-gradient(90deg, rgba(217, 255, 114, 0.86), rgba(49, 198, 181, 0.7));
  --gold: #c79b45;
  --blue: #243c9f;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 22, 21, 0.13);
  --shadow-soft: 0 16px 48px rgba(7, 22, 21, 0.075);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: Inter, Aptos, "Segoe UI", Arial, "Helvetica Neue", Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-stretch: normal;
  letter-spacing: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbfcf8 0%, var(--paper) 44%, #ffffff 100%);
  line-height: 1.55;
  text-rendering: geometricPrecision;
  overflow-x: clip;
}

body.status-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

body.status-shell .status-page {
  flex: 1 0 auto;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: clamp(140px, 18vh, 190px);
}

body.status-shell .site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin-top: 0;
  flex-shrink: 0;
}

::selection {
  color: var(--ink);
  background: var(--lime);
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: clamp(12px, 3vw, 42px);
  right: clamp(12px, 3vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  border: 1px solid rgba(216, 226, 220, 0.88);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 54px rgba(7, 22, 21, 0.12);
  backdrop-filter: blur(22px) saturate(1.2);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-header.scrolled,
.site-header.simple {
  color: var(--ink);
  border-color: rgba(216, 226, 220, 0.86);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 54px rgba(7, 22, 21, 0.13);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-weight: 850;
}

.brand img {
  display: block;
  width: auto;
  height: clamp(52px, 4.8vw, 64px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 760;
}

.site-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 13px;
  line-height: 1;
  opacity: 0.94;
  transition: color 0.16s ease, background 0.16s ease;
}

.site-nav a:hover {
  opacity: 1;
  color: var(--brand-accent);
  background: rgba(10, 143, 132, 0.085);
}

.site-header.scrolled .site-nav a:hover,
.site-header.simple .site-nav a:hover {
  background: rgba(11, 143, 130, 0.09);
}

.site-nav .nav-cta {
  margin-left: 4px;
  border: 1px solid rgba(7, 22, 21, 0.08);
  color: var(--ink);
  background: linear-gradient(135deg, var(--lime), var(--lime-soft));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 24px rgba(7, 22, 21, 0.09);
}

.site-header.scrolled .nav-cta,
.site-header.simple .nav-cta {
  border-color: transparent;
  color: var(--ink);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 13, 12, 0.95) 0%, rgba(4, 13, 12, 0.78) 42%, rgba(4, 13, 12, 0.22) 100%),
    linear-gradient(0deg, rgba(4, 13, 12, 0.9), transparent 42%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 36%;
  background: linear-gradient(0deg, rgba(244, 247, 242, 1), rgba(244, 247, 242, 0));
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  width: 100%;
  padding: 132px clamp(18px, 6vw, 84px) 150px;
}

.hero-content {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 780;
  letter-spacing: 0;
}

.section .eyebrow,
.legal-page .eyebrow {
  color: var(--teal);
}

.section.feature-band .eyebrow,
.section.contact .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 830px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6.6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 780;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 780;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 780;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.55;
}

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

.button {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 23px;
  line-height: 1.08;
  text-align: center;
  font-weight: 850;
  white-space: nowrap;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

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

.button.primary {
  color: var(--ink);
  border-color: rgba(7, 22, 21, 0.08);
  background: linear-gradient(135deg, var(--lime), var(--lime-soft));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 12px 28px rgba(7, 22, 21, 0.11);
}

.button.primary:hover {
  background: #e3ff99;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.button.secondary:hover {
  border-color: var(--white);
}

.button.secondary.dark {
  color: var(--ink);
  border-color: rgba(7, 19, 18, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.button.secondary.dark:hover {
  border-color: var(--teal);
}

.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(12, 35, 32, 0.82), rgba(6, 18, 17, 0.76));
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.panel-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(215, 255, 114, 0.12);
}

.match-score {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.match-score span {
  color: rgba(255, 255, 255, 0.66);
}

.match-score strong {
  color: var(--lime);
  font-size: 56px;
  line-height: 0.9;
}

.signal-list {
  display: grid;
  gap: 12px;
}

.signal-list p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.signal-list span {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--teal-light));
}

.hero-stats {
  position: absolute;
  left: clamp(18px, 6vw, 84px);
  right: clamp(18px, 6vw, 84px);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-stats article {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.hero-stats article:last-child {
  border-right: 0;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 4px;
  color: var(--teal);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
}

.hero-stats span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(76px, 10vw, 136px) clamp(18px, 6vw, 84px);
}

.section-heading {
  max-width: 940px;
  margin-bottom: 38px;
}

.section-heading h2 {
  max-width: 900px;
}

.section-heading p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.section-heading .eyebrow {
  margin-bottom: 10px;
}

.section-heading.compact {
  max-width: 880px;
}

.system-showcase,
.steps {
  display: grid;
  gap: 18px;
}

.collaboration {
  background:
    linear-gradient(180deg, #f8faf5 0%, #ffffff 100%);
}

.collab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.collab-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 310px;
  align-content: space-between;
  border: 1px solid rgba(217, 228, 222, 0.96);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.collab-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #31c6b5, #81dfcf);
  clip-path: none;
  opacity: 0.96;
}

.collab-card:nth-child(1)::after {
  background: linear-gradient(90deg, #159586, #45c7b8);
}

.collab-card:nth-child(2)::after {
  background: linear-gradient(90deg, #45c7b8, #cce996);
}

.collab-card:nth-child(3)::after {
  background: linear-gradient(90deg, #cce996, #45c7b8);
}

.collab-card:nth-child(4)::after {
  background: linear-gradient(90deg, #45c7b8, #159586);
}

.collab-card span {
  color: var(--teal);
  font-weight: 900;
}

.collab-card h3,
.collab-card p,
.collab-card a {
  position: relative;
  z-index: 1;
}

.collab-card p {
  color: var(--muted);
}

.collab-card a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--teal);
  background: rgba(8, 120, 111, 0.08);
  font-weight: 800;
}

.collab-card.primary-card,
.collab-card.accent-card {
  color: var(--white);
  border: 0;
  background:
    linear-gradient(145deg, var(--deep), #0b4a44);
  box-shadow: none;
}

.collab-card.primary-card::after,
.collab-card.accent-card::after {
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  opacity: 1;
}

.collab-card.primary-card p,
.collab-card.accent-card p {
  color: rgba(255, 255, 255, 0.74);
}

.collab-card.primary-card span,
.collab-card.accent-card span {
  color: var(--lime);
}

.collab-card.primary-card a,
.collab-card.accent-card a {
  color: var(--ink);
  background: var(--lime);
}

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

.system-main,
.steps article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 228, 222, 0.94);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.system-main::after,
.steps article::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: var(--accent-bar-soft);
}

.system-main p {
  margin-bottom: 18px;
}

.system-main ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-main li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
}

.system-main li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--teal-light));
}

.system-strip,
.role-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.system-strip span,
.role-strip span {
  border: 1px solid rgba(8, 120, 111, 0.16);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.module-number,
.steps span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--teal);
  font-weight: 950;
}

.system-main p,
.steps p,
.feature-copy p,
.founder p,
.contact p,
.legal-page p {
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 120, 111, 0.88), rgba(7, 22, 21, 0.98)),
    var(--deep);
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.feature-board {
  display: grid;
  gap: 12px;
}

.board-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
}

.board-row span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 750;
}

.board-row strong {
  color: var(--lime);
}

.process {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef7f1 100%);
}

.process::before {
  display: none;
}

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

.steps article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 247, 0.96)),
    var(--surface);
}

.steps article:nth-child(even) {
  border-color: rgba(22, 184, 169, 0.26);
  background:
    linear-gradient(180deg, rgba(232, 249, 241, 0.96), rgba(255, 255, 255, 0.96)),
    var(--surface);
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
}

.flow-visual {
  --radar-size: 430px;
  --radar-ring-outer: 430px;
  --radar-ring-inner: 300px;
  position: sticky;
  top: 120px;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(8, 120, 111, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, var(--deep) 0%, #0d2b27 62%, var(--teal) 100%);
  box-shadow: var(--shadow);
}

.flow-visual .match-radar {
  will-change: transform;
}

.flow-visual::before,
.flow-visual::after {
  content: "";
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  width: var(--radar-ring-outer);
  height: var(--radar-ring-outer);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.flow-visual::after {
  width: var(--radar-ring-inner);
  height: var(--radar-ring-inner);
  border-color: rgba(215, 255, 114, 0.24);
  animation: radarPulseCentered 4.8s ease-in-out infinite;
}

.match-radar {
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  width: var(--radar-size);
  height: var(--radar-size);
  transform: translate(-50%, -50%);
}

.match-radar::marker {
  content: "";
}

.match-radar::before,
.match-radar::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 1px;
  height: 78%;
  background: linear-gradient(180deg, transparent, rgba(215, 255, 114, 0.46), transparent);
  transform-origin: center;
}

.match-radar::before {
  transform: translate(-50%, -50%) rotate(34deg);
  animation: signalSweep 14s linear infinite;
}

.match-radar::after {
  height: 64%;
  opacity: 0.72;
  transform: translate(-50%, -50%) rotate(-62deg);
  animation: signalSweepReverse 18s linear infinite;
}

.radar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 122px;
  height: 122px;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, var(--lime), var(--teal-light));
  box-shadow: 0 24px 80px rgba(22, 184, 169, 0.38);
  transform: translate(-50%, -50%);
  animation: premiumFloatCenter 7.5s ease-in-out infinite;
}

.radar-center strong {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.radar-center span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.radar-orbit {
  --node-x: 0px;
  --node-y: 0px;
  --line-angle: 0deg;
  --line-length: 0px;
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.radar-connector {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--line-length);
  height: 2px;
  transform: rotate(var(--line-angle));
  transform-origin: 0 50%;
}

.radar-connector::before,
.radar-connector::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  transform-origin: 0 50%;
}

.radar-connector::before {
  background: linear-gradient(90deg, rgba(215, 255, 114, 0.2), rgba(255, 255, 255, 0));
  opacity: 0.32;
}

.radar-connector::after {
  background: linear-gradient(90deg, rgba(215, 255, 114, 0), rgba(215, 255, 114, 0.94), rgba(22, 184, 169, 0));
  box-shadow: 0 0 18px rgba(215, 255, 114, 0.28);
  opacity: 0;
  transform: scaleX(0);
  animation: connectorPulse 9s ease-in-out infinite;
  animation-delay: var(--dock-delay);
}

.orbit-skills {
  --dock-delay: 0s;
}

.orbit-region {
  --dock-delay: 1.4s;
}

.orbit-motivation {
  --dock-delay: 2.8s;
}

.orbit-availability {
  --dock-delay: 4.2s;
}

.orbit-salary {
  --dock-delay: 5.6s;
}

.radar-node {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate(var(--node-x), var(--node-y));
  will-change: transform;
}

.radar-node > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 800;
  will-change: box-shadow, background, border-color;
  animation: nodeDockGlow 9s ease-in-out infinite;
  animation-delay: var(--dock-delay);
}

.radar-node > span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(215, 255, 114, 0.1);
}

.flow-steps {
  display: grid;
  gap: 14px;
}

.flow-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(217, 228, 222, 0.96);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.flow-steps article::before {
  content: "";
  position: absolute;
  left: 59px;
  top: 78px;
  bottom: -15px;
  width: 1px;
  background: linear-gradient(180deg, rgba(8, 120, 111, 0.35), transparent);
}

.flow-steps article:last-child::before {
  display: none;
}

.flow-steps article span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, var(--lime), var(--lime-soft));
  font-weight: 900;
}

.flow-steps h3 {
  margin-bottom: 8px;
}

.flow-steps p {
  margin: 0;
  color: var(--muted);
}

.industries {
  background:
    linear-gradient(180deg, #f8faf5 0%, #eef5f0 100%);
}

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

.audience-grid article {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-height: 270px;
  border: 1px solid rgba(217, 228, 222, 0.96);
  border-radius: 8px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 249, 244, 0.96)),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.audience-grid article::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: var(--accent-bar-soft);
}

.audience-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px;
  border: 1px solid rgba(8, 120, 111, 0.18);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.audience-grid p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}

.role-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.role-strip span {
  display: grid;
  gap: 5px;
  min-height: 92px;
  align-content: center;
  border: 1px solid rgba(8, 120, 111, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 32px rgba(7, 22, 21, 0.045);
}

.role-strip strong {
  color: var(--ink);
  font-size: 15px;
}

.role-strip small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

@keyframes floatNode {
  0%, 100% {
    transform: translateY(0) rotateX(0deg);
  }
  50% {
    transform: translateY(-12px) rotateX(8deg);
  }
}

@keyframes premiumFloatCenter {
  0%, 100% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1);
  }
  45% {
    transform: translate(-50%, -50%) translate3d(0, -8px, 0) scale(1.015);
  }
  70% {
    transform: translate(-50%, -50%) translate3d(4px, -4px, 0) scale(1);
  }
}

@keyframes radarPulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes radarPulseCentered {
  0%, 100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes signalSweep {
  0% {
    transform: translate(-50%, -50%) rotate(24deg);
    opacity: 0.22;
  }
  35% {
    opacity: 0.62;
  }
  100% {
    transform: translate(-50%, -50%) rotate(384deg);
    opacity: 0.22;
  }
}

@keyframes signalSweepReverse {
  0% {
    transform: translate(-50%, -50%) rotate(-72deg);
    opacity: 0.2;
  }
  50% {
    opacity: 0.48;
  }
  100% {
    transform: translate(-50%, -50%) rotate(-432deg);
    opacity: 0.2;
  }
}

@keyframes orbitAround {
  from {
    transform: rotate(var(--angle));
  }
  to {
    transform: rotate(calc(var(--angle) + 360deg));
  }
}

@keyframes keepNodeLevel {
  from {
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--angle)));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(-1 * (var(--angle) + 360deg)));
  }
}

@keyframes connectorPulse {
  0%, 7% {
    opacity: 0;
    transform: scaleX(0);
  }
  16% {
    opacity: 0.88;
    transform: scaleX(1);
  }
  26% {
    opacity: 0;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes nodeDockGlow {
  0%, 12%, 34%, 100% {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  }
  18%, 24% {
    border-color: rgba(215, 255, 114, 0.62);
    background: rgba(215, 255, 114, 0.13);
    box-shadow: 0 0 0 1px rgba(215, 255, 114, 0.2), 0 0 32px rgba(215, 255, 114, 0.28);
  }
}

@keyframes floatLabel {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes premiumFloatLabel {
  0%, 100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.88;
  }
  42% {
    transform: translate3d(0, -7px, 0);
    opacity: 1;
  }
  68% {
    transform: translate3d(3px, -4px, 0);
    opacity: 0.94;
  }
}

@keyframes floatLabelCentered {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

@keyframes premiumFloatLabelCentered {
  0%, 100% {
    transform: translateX(-50%) translate3d(0, 0, 0);
    opacity: 0.88;
  }
  42% {
    transform: translateX(-50%) translate3d(0, -7px, 0);
    opacity: 1;
  }
  68% {
    transform: translateX(-50%) translate3d(3px, -4px, 0);
    opacity: 0.94;
  }
}

.founder-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  max-width: 1120px;
}

.founder-photo {
  position: relative;
  display: block;
  width: 280px;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8e2;
  box-shadow: var(--shadow);
}

.founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.founder-photo img {
  object-fit: cover;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 90px);
  background: var(--deep);
  color: var(--white);
}

.contact p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: clamp(18px, 4vw, 30px);
  background: rgba(255, 255, 255, 0.068);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 820;
}

.required-mark {
  color: var(--lime);
  font-weight: 950;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.privacy-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--lime);
}

.privacy-check a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-note {
  margin: -4px 0 2px;
  font-size: 13px !important;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px clamp(18px, 6vw, 84px);
  color: rgba(255, 255, 255, 0.68);
  background: var(--deep);
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 20px;
}

.site-footer a:hover {
  color: var(--lime);
}

.legal-page {
  max-width: 980px;
  padding: 132px clamp(18px, 6vw, 84px) 90px;
}

.status-page {
  min-height: 76vh;
  display: grid;
  align-content: center;
  max-width: 900px;
  padding: 150px clamp(18px, 6vw, 84px) 96px;
}

.status-page .eyebrow {
  color: var(--teal);
}

.status-page h1 {
  color: var(--ink);
  font-size: clamp(44px, 7vw, 86px);
}

.status-page p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.legal-page h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1;
  margin-bottom: 28px;
}

.legal-page h2 {
  margin: 46px 0 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.legal-page p {
  max-width: 860px;
  margin-bottom: 16px;
  text-align: left;
  hyphens: auto;
}

.legal-list {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 22px;
  color: var(--muted);
}

.legal-clause {
  max-width: 860px;
  margin: 0 0 12px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 226, 220, 0.9);
  border-left: 4px solid rgba(8, 120, 111, 0.55);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  text-align: left;
}

.legal-note {
  max-width: 860px;
  margin: 24px 0 38px;
  padding: 18px;
  border-left: 4px solid var(--teal);
  background: var(--surface);
}

@media (max-width: 980px) {
  .hero-grid,
  .feature-band,
  .founder-card,
  .contact,
  .process-flow {
    grid-template-columns: 1fr;
  }

  .flow-visual {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .hero-grid {
    padding-bottom: 210px;
  }

  .hero-panel {
    max-width: 520px;
  }

  .system-showcase,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    color: var(--ink);
    top: 12px;
    left: 12px;
    right: 12px;
    background: rgba(248, 251, 246, 0.95);
    box-shadow: 0 1px 0 var(--line);
  }

  .nav-toggle {
    display: grid;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(8, 120, 111, 0.16);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #ecf7ef);
    box-shadow: 0 10px 24px rgba(7, 19, 18, 0.08);
  }

  .nav-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    background: var(--ink);
    transition: transform 0.16s ease, opacity 0.16s ease;
  }

  .nav-toggle.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cta {
    border: 0;
    padding: 13px 12px;
  }

  .site-nav .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 13, 12, 0.88), rgba(4, 13, 12, 0.62)),
      linear-gradient(0deg, rgba(4, 13, 12, 0.86), transparent 42%);
  }

  .hero-grid {
    padding-top: 126px;
    padding-bottom: 310px;
  }

  .flow-visual {
    min-height: 420px;
    height: 420px;
    aspect-ratio: auto;
  }

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

  .hero-stats article {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-stats article:last-child {
    border-bottom: 0;
  }

  .system-showcase,
  .steps,
  .audience-grid,
  .collab-grid {
    grid-template-columns: 1fr;
  }

  .flow-steps article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 20px;
  }

  .flow-steps article::before {
    left: 45px;
  }

  .flow-steps article span {
    width: 44px;
    height: 44px;
  }

  .radar-center {
    width: 96px;
    height: 96px;
  }

  .radar-center strong {
    font-size: 25px;
  }

  .radar-node {
    min-width: 0;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .radar-node > span {
    min-width: 0;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .system-main,
  .steps article {
    min-height: 0;
  }

  .module-number,
  .steps span {
    margin-bottom: 28px;
  }

  .founder-photo {
    width: min(280px, 100%);
  }

  .site-footer {
    flex-direction: column;
  }

  .role-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 34px;
  }

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

  .site-header {
    padding: 10px;
  }

  .brand {
    max-width: 260px;
  }

  .brand img {
    width: auto;
    height: 52px;
  }

  .hero-grid,
  .section,
  .status-page,
  .legal-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .status-page {
    padding-top: 132px;
  }

  .hero-panel {
    padding: 18px;
  }

  .match-score strong {
    font-size: 46px;
  }

  .privacy-check {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    line-height: 1.45;
  }

  .privacy-check input {
    justify-self: start;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-top: 3px;
  }

  .privacy-check span {
    min-width: 0;
  }

  .radar-node > span {
    min-height: 32px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .board-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-visual::after,
  .match-radar::before,
  .match-radar::after,
  .radar-orbit,
  .radar-connector::after,
  .radar-center,
  .radar-node {
    animation: none;
  }
}
