:root {
  color-scheme: dark;
  --teal: #ec4899;
  --teal-soft: #f9a8d4;
  --teal-ink: #500724;
  --slate: #0f172a;
  --ink: #050a12;
  --ink-2: #071018;
  --panel: #0c1422;
  --panel-2: #111c2d;
  --line: rgba(148, 163, 184, 0.22);
  --line-strong: rgba(236, 72, 153, 0.34);
  --muted: #94a3b8;
  --text: #edf7f7;
  --white: #ffffff;
  --lavender: #a78bfa;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  --cursor-x: 50%;
  --cursor-y: 50%;
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  position: relative;
  margin: 0;
  background: linear-gradient(180deg, var(--ink) 0%, #08111d 48%, #09141b 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.034) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 84px),
    linear-gradient(120deg, rgba(236, 72, 153, 0.1), transparent 30%, rgba(167, 139, 250, 0.075) 72%, transparent);
  opacity: 0.46;
  transform: translate3d(calc((var(--cursor-x) - 50%) * 0.012), calc((var(--cursor-y) - 50%) * 0.012), 0);
  animation: agensio-hum 18s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(236, 72, 153, 0.055) 42%, transparent 52%),
    linear-gradient(245deg, transparent 0 46%, rgba(20, 184, 166, 0.04) 54%, transparent 62%);
  opacity: 0.55;
  transform: translate3d(calc((var(--cursor-x) - 50%) * -0.018), calc((var(--cursor-y) - 50%) * -0.018), 0);
  animation: agensio-drift 26s linear infinite;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

body.theme-health {
  --teal: #14b8a6;
  --teal-soft: #5eead4;
  --teal-ink: #042f2e;
  --line-strong: rgba(94, 234, 212, 0.28);
  background: linear-gradient(180deg, #0b0814 0%, #111021 46%, #0b0f1d 100%);
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px max(22px, calc((100vw - var(--max)) / 2 + 22px));
  border-bottom: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.86);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header:hover {
  border-color: rgba(236, 72, 153, 0.32);
  box-shadow: 0 12px 44px rgba(5, 10, 18, 0.28);
}

.theme-health .site-header {
  background: rgba(9, 9, 18, 0.9);
  gap: 14px;
}

.theme-health .main-nav {
  gap: 2px;
}

.theme-health .main-nav a {
  padding: 0 10px;
}

.theme-health .header-actions {
  gap: 8px;
}

.theme-health .header-actions .ghost-button,
.theme-health .header-actions > .primary-button {
  min-height: 44px;
  padding: 0 16px;
}

.theme-health .header-actions .language-toggle {
  min-height: 44px;
  padding: 2px;
}

.theme-health .header-actions .language-toggle button {
  min-width: 38px;
  min-height: 36px;
}

.brand,
.main-nav,
.header-actions,
.hero-actions,
.language-toggle,
.cta-row,
.console-top,
.product-tabs,
.footer-inner,
.footer-links,
.contact-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(236, 72, 153, 0.34);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #111827, #7c3aed 54%, #ec4899);
  color: white;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(236, 72, 153, 0.2);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.16), transparent 46%);
  pointer-events: none;
}

.brand-mark-company,
.brand-mark-health {
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 0 7px;
  isolation: isolate;
}

.monogram-a,
.monogram-h,
.monogram-t {
  position: relative;
  z-index: 1;
  line-height: 1;
  letter-spacing: -0.08em;
  text-shadow: 0 2px 12px rgba(15, 23, 42, 0.34);
}

.monogram-a {
  font-size: 20px;
  transform: translateX(1px);
}

.monogram-h {
  color: #fce7f3;
  font-size: 18px;
  transform: translate(-1px, 1px);
}

.monogram-t {
  color: #fce7f3;
  font-size: 18px;
  transform: translate(-1px, 1px);
}

.monogram-orbit {
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: #ec4899;
  box-shadow: 0 0 18px rgba(236, 72, 153, 0.72);
}

.brand-copy strong,
.brand-copy small {
  display: block;
  line-height: 1;
}

.brand-copy strong {
  font-size: 20px;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--teal-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav {
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0 12px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 780;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.path-card a,
.vertical-card a,
.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.main-nav a:hover {
  background: rgba(236, 72, 153, 0.11);
  color: var(--teal-soft);
  transform: translateY(-1px);
}

.header-actions,
.hero-actions,
.cta-row {
  gap: 10px;
  justify-content: flex-end;
}

.language-toggle {
  min-height: 42px;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 3px;
}

.language-toggle button {
  min-width: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #cbd5e1;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.language-toggle button.active {
  background: rgba(236, 72, 153, 0.18);
  color: #fbcfe8;
}

.primary-button,
.secondary-button,
.ghost-button {
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 860;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.primary-button {
  border-color: rgba(236, 72, 153, 0.32);
  background: linear-gradient(135deg, #7c3aed, var(--teal));
  color: white;
  box-shadow: 0 16px 36px rgba(236, 72, 153, 0.24);
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  box-shadow: 0 18px 54px rgba(236, 72, 153, 0.38);
}

.secondary-button,
.ghost-button {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: #e2e8f0;
}

.secondary-button.light {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.large {
  min-height: 52px;
  padding: 0 22px;
}

.company-hero,
.health-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #050a12 0%, #100d1f 52%, #20102a 100%);
}

.company-hero::before,
.health-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, transparent 0 34%, rgba(255, 255, 255, 0.045) 48%, transparent 58%),
    repeating-linear-gradient(120deg, rgba(236, 72, 153, 0.045) 0 1px, transparent 1px 120px);
  opacity: 0.34;
  transform: translate3d(calc((var(--cursor-x) - 50%) * 0.028), calc((var(--cursor-y) - 50%) * 0.018), 0);
  animation: agensio-sweep 22s ease-in-out infinite alternate;
}

.health-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(236, 72, 153, 0.2), transparent 34%),
    linear-gradient(135deg, #080912 0%, #111021 58%, #1f1028 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  gap: 58px;
  align-items: center;
  padding: 72px 22px 78px;
}

.hero-copy {
  min-width: 0;
}

.health-hero .hero-grid {
  width: min(100%, 1400px);
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 0.82fr);
  gap: 54px;
  justify-content: center;
}

.company-hero .hero-grid {
  width: min(100%, 1480px);
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 0.78fr);
  justify-content: center;
  gap: 64px;
}

.company-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 5.35vw, 82px);
}

.company-hero .hero-lede {
  max-width: 690px;
}

.theme-health .brand-mark {
  border-color: rgba(94, 234, 212, 0.3);
  background: linear-gradient(135deg, #0f172a, #0f766e 54%, #14b8a6);
  box-shadow: 0 18px 42px rgba(20, 184, 166, 0.2);
}

.theme-health .monogram-h {
  color: #ccfbf1;
}

.theme-health .monogram-orbit {
  background: #14b8a6;
  box-shadow: 0 0 18px rgba(20, 184, 166, 0.72);
}

.theme-health .main-nav a:hover {
  background: rgba(20, 184, 166, 0.1);
  color: #99f6e4;
}

.theme-health .language-toggle button.active {
  background: rgba(20, 184, 166, 0.18);
  color: #99f6e4;
}

.theme-health .primary-button {
  border-color: rgba(94, 234, 212, 0.28);
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  box-shadow: 0 16px 36px rgba(20, 184, 166, 0.24);
}

.theme-health .health-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(20, 184, 166, 0.2), transparent 34%),
    linear-gradient(135deg, #061218 0%, #072427 58%, #111827 100%);
}

.theme-health .status-pill,
.theme-health .eyebrow {
  border-color: rgba(94, 234, 212, 0.25);
  background: rgba(20, 184, 166, 0.1);
  color: #99f6e4;
}

.theme-health .status-pill span,
.theme-health .eyebrow::before {
  background: #14b8a6;
}

.theme-health .console-top span,
.theme-health .console-node span,
.theme-health .vertical-card span,
.theme-health .pilot-model-card span,
.theme-health .agent-role,
.theme-health .screen-metric span,
.theme-health .metric-grid span,
.theme-health .path-card span,
.theme-health .path-card a,
.theme-health .vertical-card a {
  color: #99f6e4;
}

.theme-health .console-node.core,
.theme-health .system-node.core {
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.18), rgba(255, 255, 255, 0.055));
}

.theme-health .vertical-card.featured,
.theme-health .path-card.featured,
.theme-health .pilot-model-card.featured {
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.14), rgba(255, 255, 255, 0.04));
}

.theme-health .interactive-card:hover {
  border-color: rgba(94, 234, 212, 0.42);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(20, 184, 166, 0.08);
}

.theme-health .round-panel {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(167, 139, 250, 0.08));
}

.theme-health .product-tab.active {
  border-color: rgba(94, 234, 212, 0.25);
  background: rgba(20, 184, 166, 0.12);
  color: #99f6e4;
}

.theme-health .screen-task em {
  background: rgba(20, 184, 166, 0.13);
  color: #99f6e4;
}

.theme-health .agent-card.lina .agent-avatar {
  background: linear-gradient(135deg, #0f766e, #22d3ee);
}

.theme-health .agent-card.lina .agent-role {
  color: #99f6e4;
}

.status-pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  border: 1px solid rgba(236, 72, 153, 0.32);
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.11);
  color: #f9a8d4;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 840;
}

.status-pill span,
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--teal);
}

.eyebrow.inverted {
  background: rgba(236, 72, 153, 0.12);
  border-color: rgba(236, 72, 153, 0.3);
}

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

h1,
h2,
h3 {
  color: white;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

h3 {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.1;
}

p {
  color: var(--muted);
  line-height: 1.62;
}

.hero-lede {
  max-width: 720px;
  color: #cbd5e1;
  font-size: 20px;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 34px;
}

.hero-proof-row article {
  min-height: 92px;
  border: 1px solid rgba(236, 72, 153, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(10, 16, 28, 0.72);
  padding: 15px;
}

.hero-proof-row span,
.demo-window-bar small,
.demo-screen-head small,
.demo-workflow-card small,
.demo-context-card span {
  color: #f9a8d4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-proof-row strong {
  display: block;
  margin-top: 10px;
  color: white;
  font-size: 18px;
  line-height: 1.16;
}

.company-demo-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  perspective: 1200px;
}

.company-demo-stage::before {
  content: "";
  position: absolute;
  inset: 12% 0 10% 12%;
  border: 1px solid rgba(236, 72, 153, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(236, 72, 153, 0.1) 48%, transparent 58%),
    linear-gradient(145deg, rgba(236, 72, 153, 0.12), rgba(20, 184, 166, 0.055));
  opacity: 0.78;
  transform: rotate(-3deg) translate3d(calc((var(--cursor-x) - 50%) * -0.025), calc((var(--cursor-y) - 50%) * -0.015), 0);
  animation: agensio-stage-breathe 8s ease-in-out infinite alternate;
}

.demo-browser-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    #0a101c;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(236, 72, 153, 0.08);
  transform: rotate(1.5deg) translate3d(calc((var(--cursor-x) - 50%) * 0.018), calc((var(--cursor-y) - 50%) * 0.01), 0);
  animation: agensio-demo-float 9s ease-in-out infinite alternate;
}

.demo-browser-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.12) 49%, transparent 57%);
  opacity: 0.26;
  animation: agensio-screen-scan 7s ease-in-out infinite;
}

.demo-window-bar {
  min-height: 52px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0 16px;
}

.demo-window-bar strong {
  color: white;
  font-size: 14px;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #f9a8d4;
}

.window-dots span:nth-child(2) {
  background: #a78bfa;
}

.window-dots span:nth-child(3) {
  background: #5eead4;
}

.demo-app-frame {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 472px;
}

.demo-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 10, 18, 0.58);
  padding: 18px 13px;
}

.demo-app-logo {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 234, 212, 0.25);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: white;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(20, 184, 166, 0.24);
}

.demo-sidebar span {
  display: block;
  margin-top: 14px;
  border-radius: 7px;
  color: #cbd5e1;
  padding: 10px 9px;
  font-size: 13px;
  font-weight: 820;
}

.demo-sidebar span:nth-child(2) {
  background: rgba(20, 184, 166, 0.13);
  color: #99f6e4;
}

.demo-screen {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 76px),
    linear-gradient(160deg, rgba(236, 72, 153, 0.16), rgba(20, 184, 166, 0.08) 52%, rgba(5, 10, 18, 0.82));
  padding: 22px;
}

.demo-screen-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.demo-screen-head strong {
  display: block;
  margin-top: 4px;
  color: white;
  font-size: 27px;
  line-height: 1.08;
}

.demo-screen-head > span {
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  color: #99f6e4;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.demo-metric-strip,
.demo-agent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.demo-metric-strip article,
.demo-agent-grid article,
.demo-workflow-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.demo-metric-strip article {
  padding: 14px;
}

.demo-metric-strip span {
  display: block;
  color: white;
  font-size: 31px;
  font-weight: 950;
  line-height: 1;
}

.demo-metric-strip small {
  display: block;
  margin-top: 8px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 760;
}

.demo-workflow-card {
  min-height: 118px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin: 12px 0;
  padding: 17px;
  background:
    linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(20, 184, 166, 0.1)),
    rgba(255, 255, 255, 0.07);
}

.demo-workflow-card strong {
  display: block;
  max-width: 360px;
  margin-top: 7px;
  color: white;
  font-size: 21px;
  line-height: 1.12;
}

.demo-workflow-card > span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.demo-agent-grid article {
  padding: 13px;
}

.demo-agent-grid span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: white;
  font-weight: 950;
}

.demo-agent-grid .mira span {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}

.demo-agent-grid .aris span {
  background: linear-gradient(135deg, #2563eb, #a78bfa);
}

.demo-agent-grid .lina span {
  background: linear-gradient(135deg, #0f766e, #22d3ee);
}

.demo-agent-grid strong {
  display: block;
  margin-top: 12px;
  color: white;
  font-size: 18px;
}

.demo-agent-grid small {
  display: block;
  margin-top: 4px;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.34;
}

.demo-context-card {
  position: absolute;
  z-index: 3;
  max-width: 250px;
  border: 1px solid rgba(236, 72, 153, 0.24);
  border-radius: 14px;
  background: rgba(11, 17, 30, 0.88);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
  padding: 14px 15px;
  backdrop-filter: blur(18px);
}

.demo-context-card strong {
  display: block;
  margin-top: 7px;
  color: white;
  font-size: 16px;
  line-height: 1.18;
}

.context-one {
  left: -18px;
  bottom: 92px;
  animation: agensio-card-lift 6s ease-in-out infinite alternate;
}

.context-two {
  right: -12px;
  bottom: 22px;
  border-color: rgba(94, 234, 212, 0.24);
  animation: agensio-card-lift 7s ease-in-out 500ms infinite alternate;
}

.company-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.company-signals span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #dbeafe;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 820;
}

.health-hub-console {
  min-height: 520px;
  border: 1px solid rgba(94, 234, 212, 0.24);
  border-radius: var(--radius);
  display: grid;
  align-content: space-between;
  background:
    radial-gradient(circle at 70% 14%, rgba(94, 234, 212, 0.22), transparent 28%),
    radial-gradient(circle at 12% 74%, rgba(167, 139, 250, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    #061218;
  box-shadow: var(--shadow);
  padding: 18px;
}

.health-readiness-section {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0%, rgba(20, 184, 166, 0.14), transparent 30%),
    #061218;
}

.health-readiness-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.health-readiness-grid article {
  min-height: 176px;
  border-left: 1px solid rgba(94, 234, 212, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 24, 0.52);
  padding: 24px 18px;
}

.health-readiness-grid article:last-child {
  border-right: 1px solid rgba(94, 234, 212, 0.16);
}

.health-readiness-grid span {
  display: block;
  color: #99f6e4;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.health-readiness-grid strong {
  display: block;
  margin-top: 14px;
  color: white;
  font-size: 24px;
  line-height: 1.06;
}

.health-readiness-grid p {
  margin: 12px 0 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.48;
}

.hub-console-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.hub-console-top span,
.hub-node span,
.hub-flow-strip span,
.app-card-head span,
.app-screen-mini span,
.app-tags span,
.area-card span,
.area-card small,
.agent-ui span,
.agent-ui small,
.agent-command-card li,
.workflow-lanes span,
.workflow-lanes small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hub-console-top span,
.hub-node span,
.app-card-head span,
.area-card span,
.agent-ui span,
.workflow-lanes span {
  color: #99f6e4;
}

.hub-console-top strong {
  max-width: 250px;
  color: white;
  font-size: 24px;
  line-height: 1.08;
  text-align: right;
}

.hub-orbit {
  position: relative;
  display: grid;
  grid-template-areas:
    "mira aris"
    "lina core";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: auto;
  place-items: stretch;
  padding: 20px 0 14px;
  isolation: isolate;
}

.hub-orbit::before,
.hub-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 999px;
  pointer-events: none;
}

.hub-orbit::before {
  width: min(78%, 330px);
  aspect-ratio: 1;
}

.hub-orbit::after {
  width: min(54%, 230px);
  aspect-ratio: 1;
  border-color: rgba(167, 139, 250, 0.2);
}

.hub-node {
  position: relative;
  z-index: 1;
  width: auto;
  min-height: 146px;
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: var(--radius);
  background: rgba(5, 10, 18, 0.8);
  padding: 15px;
  backdrop-filter: blur(12px);
}

.hub-node strong {
  display: block;
  margin-top: 7px;
  color: white;
  font-size: 20px;
  line-height: 1.08;
}

.hub-node small {
  display: block;
  margin-top: 8px;
  color: #cbd5e1;
  line-height: 1.35;
}

.hub-node.core {
  grid-area: core;
  width: auto;
  min-height: 146px;
  display: grid;
  align-content: start;
  border-color: rgba(94, 234, 212, 0.42);
  background:
    linear-gradient(145deg, rgba(20, 184, 166, 0.22), rgba(255, 255, 255, 0.05)),
    #061218;
  box-shadow: 0 22px 60px rgba(20, 184, 166, 0.16);
}

.hub-node.mira {
  grid-area: mira;
  border-color: rgba(167, 139, 250, 0.35);
  background:
    linear-gradient(145deg, rgba(167, 139, 250, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(5, 10, 18, 0.84);
}

.hub-node.aris {
  grid-area: aris;
  border-color: rgba(251, 191, 36, 0.4);
  background:
    linear-gradient(145deg, rgba(251, 191, 36, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(5, 10, 18, 0.84);
}

.hub-node.lina {
  grid-area: lina;
  border-color: rgba(34, 211, 238, 0.4);
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.15), rgba(255, 255, 255, 0.045)),
    rgba(5, 10, 18, 0.84);
}

.hub-node.mira span {
  color: #c4b5fd;
}

.hub-node.aris span {
  color: #fde68a;
}

.hub-node.lina span {
  color: #67e8f9;
}

.hub-flow-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.hub-flow-strip span {
  min-height: 52px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.055);
  color: #ccfbf1;
  text-align: center;
}

.about-note {
  max-width: 760px;
  border-left: 3px solid rgba(236, 72, 153, 0.55);
  padding-left: 16px;
  color: #dbeafe;
}

.company-console,
.product-panel,
.vertical-card,
.path-card,
.agent-card,
.investor-card,
.round-panel,
.principle-grid article,
.metric-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.interactive-card {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  transform:
    perspective(900px)
    rotateX(var(--rx))
    rotateY(var(--ry))
    translate3d(0, var(--lift), 0);
  transform-style: preserve-3d;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
  will-change: transform;
}

.interactive-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(236, 72, 153, 0.16) 48%, transparent 62%),
    linear-gradient(245deg, transparent 0 42%, rgba(167, 139, 250, 0.12) 52%, transparent 66%);
  opacity: 0;
  transform: translateX(calc((var(--glow-x, 50) - 50) * 0.16px));
  transition: opacity 220ms ease;
  z-index: 0;
}

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

.interactive-card:hover {
  --lift: -6px;
  border-color: rgba(236, 72, 153, 0.42);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(236, 72, 153, 0.08);
}

.interactive-card:hover::after {
  opacity: 1;
}

.company-console {
  overflow: hidden;
}

.console-top {
  min-height: 82px;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 18px;
}

.console-top span,
.console-node span,
.vertical-card span,
.agent-role,
.screen-metric span,
.metric-grid span {
  display: block;
  color: #f9a8d4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.console-top strong {
  display: block;
  color: white;
  font-size: 24px;
}

.console-grid,
.health-system {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.console-node,
.system-node {
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.console-node.core,
.system-node.core {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: var(--line-strong);
  background: linear-gradient(145deg, rgba(236, 72, 153, 0.18), rgba(139, 92, 246, 0.08));
}

.muted-node span {
  color: #c4b5fd;
}

.console-node strong,
.system-node strong {
  display: block;
  margin: 10px 0 8px;
  color: white;
  font-size: 24px;
}

.console-node p,
.system-node p {
  margin-bottom: 0;
  color: #cbd5e1;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 104px 22px;
}

.dark-section {
  position: relative;
  overflow: hidden;
  background: #071018;
}

.dark-section::before,
.vertical-section::before,
.path-section::before,
.traction-section::before,
.metrics-section::before,
.investor-section::before,
.careers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 255, 255, 0.045) 119px 120px),
    linear-gradient(100deg, transparent 0 42%, rgba(236, 72, 153, 0.042) 50%, transparent 60%);
  opacity: 0.35;
  transform: translate3d(calc((var(--cursor-x) - 50%) * -0.01), calc((var(--cursor-y) - 50%) * 0.012), 0);
  animation: agensio-panel-hum 24s ease-in-out infinite alternate;
}

.vertical-section {
  position: relative;
  overflow: hidden;
  background: #08131e;
}

.path-section {
  position: relative;
  overflow: hidden;
  background: #06101b;
}

.traction-section {
  position: relative;
  overflow: hidden;
  background: #050a12;
}

.legal-page h1 {
  font-size: clamp(46px, 6vw, 76px);
}

.legal-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #050a12 0%, #100d1f 58%, #20102a 100%);
}

.legal-grid {
  min-height: calc(70vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.legal-card,
.legal-content article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  padding: 26px;
}

.legal-card h2,
.legal-content h2 {
  font-size: clamp(24px, 2vw, 34px);
}

.legal-card a,
.legal-content a {
  color: #f9a8d4;
  font-weight: 850;
}

.legal-section {
  background: #071018;
}

.legal-content {
  display: grid;
  gap: 14px;
  max-width: 920px;
}

.legal-content article {
  box-shadow: none;
}

.investor-section {
  position: relative;
  overflow: hidden;
  background: #071018;
}

.story-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(236, 72, 153, 0.12), transparent 28%),
    linear-gradient(180deg, #050a12, #08131e);
}

.health-story-section {
  background:
    radial-gradient(circle at 85% 0%, rgba(20, 184, 166, 0.12), transparent 28%),
    linear-gradient(180deg, #071018, #08131e);
}

.careers-section {
  position: relative;
  overflow: hidden;
  background: #08131e;
}

.praxis-grid,
.split-section,
.story-grid,
.traction-grid,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: start;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.principle-grid,
.vertical-grid,
.path-grid,
.agent-grid,
.investor-grid,
.metric-grid,
.metric-signal-grid,
.pilot-model-grid {
  display: grid;
  gap: 14px;
}

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

.vertical-grid {
  grid-template-columns: 1.12fr 1fr 1fr;
}

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

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

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

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

.pilot-model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.investor-grid {
  grid-template-columns: 1.08fr 1fr 1fr;
  margin-bottom: 14px;
}

.status-ledger-wrap {
  padding-top: 0;
}

.status-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(248, 113, 113, 0.28);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(248, 113, 113, 0.28);
}

.status-ledger article {
  min-height: 190px;
  background:
    radial-gradient(circle at 16% 0%, rgba(239, 68, 68, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
    #050a12;
  padding: 22px;
}

.status-ledger p {
  margin-top: 12px;
}

.trust-proof-section {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at 84% 18%, rgba(236, 72, 153, 0.14), transparent 30%),
    linear-gradient(135deg, #070b16 0%, #0d1724 48%, #151021 100%);
  color: white;
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: start;
}

.trust-proof-section .section-heading {
  margin-bottom: 0;
}

.trust-proof-section .section-heading p:not(.eyebrow) {
  color: #cbd5e1;
}

.trust-proof-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-proof-stack article {
  min-height: 196px;
  border: 1px solid rgba(248, 113, 113, 0.2);
  border-radius: var(--radius);
  display: grid;
  align-content: start;
  gap: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(248, 113, 113, 0.16), transparent 35%),
    rgba(255, 255, 255, 0.045);
  padding: 20px;
}

.trust-proof-stack article:nth-child(2) {
  border-color: rgba(20, 184, 166, 0.28);
  background:
    radial-gradient(circle at 18% 0%, rgba(20, 184, 166, 0.18), transparent 35%),
    rgba(255, 255, 255, 0.045);
}

.trust-proof-stack span {
  color: #f9a8d4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.trust-proof-stack strong {
  color: white;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.05;
}

.trust-proof-stack p {
  color: #cbd5e1;
  font-size: 15px;
}

.vertical-card,
.path-card,
.agent-card,
.investor-card,
.metric-signal-card,
.pilot-model-card,
.principle-grid article,
.metric-grid article {
  min-height: 280px;
  padding: 24px;
}

.vertical-card.featured {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(236, 72, 153, 0.13), rgba(255, 255, 255, 0.04));
}

.compact-heading {
  max-width: 860px;
}

.path-card {
  min-height: 320px;
  padding: 28px;
}

.story-spine {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
  margin-bottom: 18px;
}

.journey-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(248, 113, 113, 0.26);
  border-radius: var(--radius);
  background: rgba(248, 113, 113, 0.16);
  overflow: hidden;
}

.journey-proof article {
  position: relative;
  min-height: 220px;
  padding: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(236, 72, 153, 0.15), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    #06101b;
}

.journey-proof article::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(248, 113, 113, 0.2), rgba(236, 72, 153, 0.9));
}

.journey-proof span {
  display: block;
  color: #fecaca;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-proof strong {
  display: block;
  margin-top: 20px;
  color: white;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.05;
}

.journey-proof p {
  margin: 16px 0 0;
  color: #cbd5e1;
}

.product-route {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  border: 1px solid rgba(248, 113, 113, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(239, 68, 68, 0.16), transparent 34%),
    rgba(248, 113, 113, 0.18);
  margin-top: 18px;
  padding: 1px;
  overflow: hidden;
}

.product-route-head,
.product-route-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #06101b;
  padding: 16px;
}

.product-route span,
.metric-signal-card span,
.pilot-model-card span {
  display: block;
  color: #fecaca;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-route strong,
.metric-signal-card h3,
.pilot-model-card h3 {
  display: block;
  margin-top: 3px;
  color: white;
}

.product-route-head strong {
  font-size: 17px;
}

.product-route-head small,
.product-route-step small,
.metric-signal-card small {
  display: block;
  color: #94a3b8;
  line-height: 1.55;
}

.product-route-head small {
  margin-top: 8px;
  max-width: 420px;
}

.product-route-step small {
  margin-top: 8px;
  font-size: 12px;
}

.product-route-step {
  position: relative;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fecaca;
}

.product-route-step strong {
  margin-top: auto;
  font-size: 18px;
  line-height: 1.16;
}

.product-route-step:hover {
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 68, 68, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    #06101b;
}

.metrics-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 0%, rgba(239, 68, 68, 0.13), transparent 34%),
    linear-gradient(180deg, #050a12 0%, #08111e 100%);
}

.metric-signal-card,
.pilot-model-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.032)),
    #06101b;
}

.metric-signal-card.featured,
.pilot-model-card.accent {
  border-color: rgba(248, 113, 113, 0.34);
  background:
    radial-gradient(circle at 12% 0%, rgba(239, 68, 68, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.035)),
    #06101b;
}

.metric-signal-card h3,
.pilot-model-card h3 {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}

.metric-signal-card p,
.pilot-model-card p {
  color: #cbd5e1;
}

.metric-signal-card small {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding-top: 14px;
}

.pilot-model-section {
  background:
    radial-gradient(circle at 78% 0%, rgba(20, 184, 166, 0.14), transparent 34%),
    linear-gradient(180deg, #051018 0%, #081723 100%);
}

.app-suite-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 14px;
}

.app-card {
  --app-accent: #14b8a6;
  --app-soft: rgba(20, 184, 166, 0.16);
  min-height: 470px;
  border: 1px solid color-mix(in srgb, var(--app-accent), transparent 62%);
  border-radius: var(--radius);
  display: grid;
  align-content: start;
  background:
    radial-gradient(circle at 18% 8%, var(--app-soft), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.034)),
    #06101b;
  box-shadow: var(--shadow);
  padding: 24px;
}

.app-finance {
  --app-accent: #60a5fa;
  --app-soft: rgba(96, 165, 250, 0.17);
}

.app-digital {
  --app-accent: #22d3ee;
  --app-soft: rgba(34, 211, 238, 0.16);
}

.app-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.app-card-head span,
.app-tags span,
.app-card a {
  color: color-mix(in srgb, var(--app-accent), white 32%);
}

.app-card-head strong {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid color-mix(in srgb, var(--app-accent), transparent 56%);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), var(--app-accent));
  color: white;
  box-shadow: 0 18px 44px color-mix(in srgb, var(--app-accent), transparent 78%);
}

.app-card h3 {
  margin-top: 26px;
  font-size: clamp(32px, 3.2vw, 48px);
}

.app-card p {
  color: #cbd5e1;
}

.app-screen-mini {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.app-screen-mini div {
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.052);
  padding: 12px;
}

.app-screen-mini span {
  color: #94a3b8;
}

.app-screen-mini strong {
  color: white;
  font-size: 18px;
}

.app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.app-tags span {
  border: 1px solid color-mix(in srgb, var(--app-accent), transparent 70%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--app-accent), transparent 88%);
  padding: 7px 9px;
}

.app-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  font-weight: 900;
}

.aris-impact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 0%, rgba(96, 165, 250, 0.18), transparent 36%),
    radial-gradient(circle at 10% 18%, rgba(20, 184, 166, 0.12), transparent 32%),
    linear-gradient(180deg, #06101b 0%, #081323 100%);
}

.aris-impact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 128px, rgba(96, 165, 250, 0.05) 129px 130px),
    linear-gradient(110deg, transparent 0 46%, rgba(20, 184, 166, 0.05) 54%, transparent 64%);
  opacity: 0.42;
}

.aris-impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: stretch;
}

.aris-roi-panel,
.aris-workflow-list article,
.aris-test-grid article {
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(96, 165, 250, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.034)),
    #06101b;
  box-shadow: var(--shadow);
}

.aris-roi-panel {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 24px;
}

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

.aris-roi-head span,
.aris-test-grid span {
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aris-roi-head strong {
  color: white;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  text-align: right;
}

.aris-roi-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aris-roi-metrics div {
  min-height: 146px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  display: grid;
  align-content: start;
  gap: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 16px;
}

.aris-roi-metrics span {
  color: #93c5fd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aris-roi-metrics strong {
  color: white;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.aris-roi-metrics small {
  color: #cbd5e1;
  line-height: 1.35;
}

.aris-impact-scale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: var(--radius);
}

.aris-impact-scale span {
  min-height: 48px;
  display: grid;
  place-items: center;
  background: rgba(96, 165, 250, 0.08);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aris-impact-scale span + span {
  border-left: 1px solid rgba(96, 165, 250, 0.18);
}

.aris-workflow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aris-workflow-list article {
  min-height: 168px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  padding: 18px;
}

.aris-workflow-list article > span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(96, 165, 250, 0.1);
  color: #bfdbfe;
  font-weight: 900;
}

.aris-workflow-list strong,
.aris-test-grid strong {
  color: white;
  font-size: 20px;
  line-height: 1.2;
}

.aris-workflow-list p,
.aris-test-grid p {
  color: #cbd5e1;
  line-height: 1.45;
}

.aris-workflow-list small {
  grid-column: 2;
  width: fit-content;
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.08);
  color: #99f6e4;
  padding: 6px 9px;
}

.aris-test-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.aris-test-grid article {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.practice-map-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(20, 184, 166, 0.14), transparent 32%),
    linear-gradient(180deg, #050a12 0%, #071322 100%);
}

.practice-map-section::before,
.workflow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 116px, rgba(94, 234, 212, 0.05) 117px 118px),
    linear-gradient(110deg, transparent 0 44%, rgba(20, 184, 166, 0.05) 52%, transparent 62%);
  opacity: 0.36;
}

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

.area-card {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #06101b;
  box-shadow: var(--shadow);
  padding: 22px;
}

.area-card:nth-child(1),
.area-card:nth-child(2) {
  grid-column: span 2;
}

.area-card:nth-child(3),
.area-card:nth-child(4) {
  grid-column: span 2;
}

.area-card:nth-child(5),
.area-card:nth-child(6) {
  grid-column: span 3;
}

.area-card h3 {
  margin-top: 18px;
  font-size: clamp(24px, 2.4vw, 36px);
}

.area-card p {
  color: #cbd5e1;
}

.area-card small {
  display: block;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  color: #99f6e4;
  line-height: 1.4;
}

.area-finance {
  border-color: rgba(96, 165, 250, 0.28);
}

.area-patient {
  border-color: rgba(34, 211, 238, 0.28);
}

.area-privacy {
  border-color: rgba(167, 139, 250, 0.28);
}

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

.agent-command-card {
  --agent: #a78bfa;
  min-height: 560px;
  border: 1px solid color-mix(in srgb, var(--agent), transparent 62%);
  border-radius: var(--radius);
  display: grid;
  align-content: start;
  gap: 18px;
  background:
    radial-gradient(circle at 18% 4%, color-mix(in srgb, var(--agent), transparent 80%), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.034)),
    #06101b;
  box-shadow: var(--shadow);
  padding: 24px;
}

.agent-command-card.aris {
  --agent: #60a5fa;
}

.agent-command-card.lina {
  --agent: #22d3ee;
}

.agent-command-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.agent-command-card .agent-avatar {
  margin: 0;
  background: linear-gradient(135deg, #111827, var(--agent));
  box-shadow: 0 16px 42px color-mix(in srgb, var(--agent), transparent 78%);
}

.agent-command-card .agent-role {
  color: color-mix(in srgb, var(--agent), white 34%);
}

.agent-command-card h3 {
  margin-bottom: 0;
  font-size: clamp(34px, 3vw, 46px);
}

.agent-command-card p {
  color: #cbd5e1;
}

.agent-ui {
  border: 1px solid color-mix(in srgb, var(--agent), transparent 68%);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--agent), transparent 90%);
  padding: 16px;
}

.agent-ui span,
.agent-ui small,
.agent-command-card li {
  color: color-mix(in srgb, var(--agent), white 34%);
}

.agent-ui strong {
  display: block;
  margin: 9px 0;
  color: white;
  font-size: 22px;
  line-height: 1.15;
}

.agent-ui small {
  display: block;
  line-height: 1.4;
}

.agent-command-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agent-command-card li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.agent-flow-button {
  width: 100%;
  min-height: 48px;
  border: 1px solid color-mix(in srgb, var(--agent), transparent 38%);
  border-radius: 999px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--agent), transparent 18%), color-mix(in srgb, var(--agent), #0f172a 34%));
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--agent), transparent 78%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.agent-flow-button:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--agent), white 28%);
  box-shadow: 0 24px 58px color-mix(in srgb, var(--agent), transparent 66%);
}

.workflow-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 0%, rgba(96, 165, 250, 0.12), transparent 34%),
    linear-gradient(180deg, #071018 0%, #050a12 100%);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
}

.workflow-lanes {
  display: grid;
  gap: 10px;
}

.workflow-lanes article {
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 62px minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.032)),
    #06101b;
  padding: 16px;
}

.workflow-lanes span {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(94, 234, 212, 0.24);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(20, 184, 166, 0.1);
}

.workflow-lanes strong {
  color: white;
  font-size: 22px;
}

.workflow-lanes small {
  color: #94a3b8;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.hub-node small,
.pilot-model-card h3,
.metric-grid span {
  overflow-wrap: anywhere;
}

.story-spine article {
  min-height: 300px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.036)),
    #06101b;
  padding: 24px;
}

.story-spine article:nth-child(2),
.story-spine article:nth-child(4) {
  background:
    radial-gradient(circle at 18% 0%, rgba(236, 72, 153, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.034)),
    #06101b;
}

.story-spine span,
.status-ledger span {
  display: block;
  color: #fecaca;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-spine h3 {
  margin-top: 14px;
  font-size: clamp(24px, 2.2vw, 34px);
}

.story-spine p,
.status-ledger p {
  margin-bottom: 0;
  color: #cbd5e1;
}

.path-card.featured {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(236, 72, 153, 0.15), rgba(255, 255, 255, 0.04));
}

.path-card span {
  display: block;
  color: #f9a8d4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.path-card a {
  display: inline-flex;
  margin-top: 12px;
  color: #f9a8d4;
  font-weight: 900;
}

.story-stack {
  display: grid;
  gap: 12px;
}

.story-stack article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.story-stack span,
.career-plan span {
  display: block;
  color: #f9a8d4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-stack strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 18px;
}

.story-stack p {
  margin: 8px 0 0;
  color: #cbd5e1;
  font-size: 14px;
}

.investor-card.featured {
  border-color: rgba(167, 139, 250, 0.38);
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.14), rgba(255, 255, 255, 0.04));
}

.career-list {
  display: grid;
  gap: 16px;
}

.career-card {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
  gap: 28px;
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 72, 153, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(167, 139, 250, 0.06));
  box-shadow: var(--shadow);
  padding: 28px;
}

.career-main > span,
.career-side strong {
  display: block;
  color: #f9a8d4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.career-main h3 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(32px, 4vw, 54px);
}

.career-main p {
  max-width: 780px;
  color: #cbd5e1;
  font-size: 18px;
}

.career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.career-tags span {
  border: 1px solid rgba(236, 72, 153, 0.24);
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.1);
  color: #fbcfe8;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 820;
}

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

.career-plan article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 10, 18, 0.38);
  padding: 14px;
}

.career-plan p {
  margin: 8px 0 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
}

.career-side {
  display: grid;
  gap: 18px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 10, 18, 0.42);
  padding: 22px;
}

.career-side ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 18px;
  color: #cbd5e1;
  line-height: 1.5;
}

.career-side p {
  margin-bottom: 0;
  color: #cbd5e1;
}

.career-note {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-size: 13px;
}

.investor-card span,
.round-list span {
  display: block;
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.round-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 24px;
  align-items: start;
  padding: 24px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(167, 139, 250, 0.08));
}

.round-panel h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.round-list {
  display: grid;
  gap: 10px;
}

.round-list span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.052);
  padding: 12px;
  color: #dbeafe;
  letter-spacing: 0;
  text-transform: none;
}

.vertical-card a {
  display: inline-flex;
  margin-top: 12px;
  color: #f9a8d4;
  font-weight: 900;
}

.product-panel {
  overflow: hidden;
}

.dark-panel {
  background: rgba(255, 255, 255, 0.055);
}

.product-tabs {
  gap: 6px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
}

.product-tab {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: #cbd5e1;
  padding: 0 12px;
  cursor: pointer;
  font-weight: 840;
}

.product-tab.active {
  border-color: rgba(236, 72, 153, 0.3);
  background: rgba(236, 72, 153, 0.12);
  color: #f9a8d4;
}

.product-screen {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.screen-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.screen-metric,
.screen-task {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.052);
  padding: 14px;
}

.screen-metric strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 25px;
}

.screen-task {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.screen-task strong {
  display: block;
  margin-bottom: 4px;
  color: white;
}

.screen-task small {
  color: var(--muted);
}

.screen-task em {
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.13);
  color: #f9a8d4;
  padding: 6px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.agent-avatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: white;
  font-size: 24px;
  font-weight: 950;
}

.agent-card.mira .agent-avatar {
  background: linear-gradient(135deg, #7c3aed, var(--lavender));
}

.agent-card.aris .agent-avatar {
  background: linear-gradient(135deg, #334155, var(--lavender));
}

.agent-card.lina .agent-avatar {
  background: linear-gradient(135deg, #db2777, #8b5cf6);
}

.agent-card.mira .agent-role {
  color: #c4b5fd;
}

.agent-card.aris .agent-role {
  color: #c4b5fd;
}

.agent-card.lina .agent-role {
  color: #f9a8d4;
}

.contact-section {
  background: linear-gradient(135deg, #050a12 0%, #092122 58%, #101827 100%);
  color: white;
}

.contact-panel {
  align-items: center;
}

.contact-panel p {
  color: #cbd5e1;
}

.contact-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.mira-guide {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: grid;
  justify-items: end;
  pointer-events: none;
}

.mira-launcher,
.mira-panel,
.mira-nudge {
  pointer-events: auto;
}

.mira-launcher {
  min-height: 52px;
  border: 1px solid rgba(248, 113, 113, 0.42);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ef4444, #ec4899);
  color: white;
  padding: 6px 16px 6px 7px;
  box-shadow: 0 18px 46px rgba(239, 68, 68, 0.28);
  cursor: pointer;
  font-weight: 900;
}

.mira-guide.nudging .mira-launcher {
  animation: agensio-mira-wiggle 1.4s ease-in-out infinite;
}

.mira-guide.nudging .mira-avatar {
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.08),
    0 0 0 0 rgba(236, 72, 153, 0.46);
  animation: agensio-mira-pulse 1.4s ease-in-out infinite;
}

.mira-nudge {
  position: relative;
  width: min(310px, calc(100dvw - 36px));
  border: 1px solid rgba(248, 113, 113, 0.34);
  border-radius: 16px;
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  background:
    radial-gradient(circle at 18% 0%, rgba(248, 113, 113, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(127, 29, 29, 0.82), rgba(236, 72, 153, 0.28)),
    rgba(7, 16, 24, 0.94);
  color: white;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  padding: 14px 15px;
  text-align: left;
  backdrop-filter: blur(18px);
  animation: agensio-nudge-enter 520ms cubic-bezier(0.2, 0.8, 0.2, 1), agensio-nudge-breathe 2.8s ease-in-out 520ms infinite;
}

.mira-nudge::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  border-right: 1px solid rgba(248, 113, 113, 0.34);
  border-bottom: 1px solid rgba(248, 113, 113, 0.34);
  background: rgba(64, 16, 32, 0.96);
  transform: rotate(45deg);
}

.mira-nudge span {
  color: #fecaca;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mira-nudge strong {
  color: white;
  font-size: 15px;
  line-height: 1.2;
}

.mira-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.38), transparent 20%),
    linear-gradient(135deg, #7f1d1d, #ef4444 52%, #ec4899);
  color: white;
  font-weight: 950;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08);
}

.mira-avatar.large {
  width: 46px;
  height: 46px;
}

.mira-panel {
  position: fixed;
  right: 18px;
  bottom: 84px;
  width: min(440px, calc(100dvw - 36px));
  max-width: calc(100dvw - 36px);
  max-height: min(680px, calc(100dvh - 112px));
  border: 1px solid rgba(248, 113, 113, 0.34);
  border-radius: var(--radius);
  display: none;
  overflow: hidden;
  background: rgba(7, 16, 24, 0.96);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.mira-guide.open .mira-panel {
  display: block;
}

.mira-header,
.mira-identity,
.mira-segment,
.mira-form div,
.mira-jump-row {
  display: flex;
  align-items: center;
}

.mira-header {
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 14px;
}

.mira-identity {
  gap: 11px;
}

.mira-identity strong,
.mira-identity small {
  display: block;
}

.mira-identity strong {
  color: white;
  font-size: 18px;
}

.mira-identity small {
  margin-top: 2px;
  color: #fecaca;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mira-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: #cbd5e1;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.mira-body {
  display: grid;
  gap: 13px;
  max-height: calc(min(680px, 100dvh - 112px) - 75px);
  overflow-y: auto;
  padding: 14px;
}

.mira-intro,
.mira-message p,
.mira-side p {
  margin-bottom: 0;
}

.mira-intro {
  color: #cbd5e1;
  font-size: 14px;
}

.mira-mode-strip {
  border: 1px solid rgba(248, 113, 113, 0.28);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  background:
    radial-gradient(circle at 14% 0%, rgba(239, 68, 68, 0.28), transparent 35%),
    linear-gradient(135deg, rgba(127, 29, 29, 0.42), rgba(236, 72, 153, 0.09));
  padding: 10px;
}

.mira-mode-strip span,
.mira-loading-toggle span {
  display: block;
  color: #fecaca;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mira-mode-strip strong,
.mira-loading-toggle strong {
  display: block;
  margin-top: 2px;
  color: white;
  font-size: 13px;
  line-height: 1.15;
}

.mira-loading-toggle {
  min-height: 42px;
  border: 1px solid rgba(248, 113, 113, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: white;
  cursor: pointer;
  padding: 7px 10px;
  text-align: left;
}

.mira-loading-toggle.active {
  border-color: rgba(248, 113, 113, 0.56);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.26), rgba(236, 72, 153, 0.16));
  box-shadow: 0 10px 28px rgba(239, 68, 68, 0.16);
}

.mira-trait-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mira-trait-row span {
  border: 1px solid rgba(248, 113, 113, 0.3);
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.09);
  color: #fecaca;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 880;
}

.mira-guided-wrap {
  display: grid;
  gap: 8px;
}

.mira-guided-wrap > span {
  color: #fecaca;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mira-guided-wrap > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.mira-guided-path {
  min-height: 64px;
  border: 1px solid rgba(248, 113, 113, 0.26);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 68, 68, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.045);
  color: white;
  cursor: pointer;
  padding: 9px;
  text-align: left;
}

.mira-guided-path:hover {
  border-color: rgba(248, 113, 113, 0.48);
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 68, 68, 0.26), transparent 38%),
    rgba(239, 68, 68, 0.1);
}

.mira-guided-path span,
.mira-guided-path strong {
  display: block;
}

.mira-guided-path span {
  color: white;
  font-size: 12px;
  font-weight: 950;
}

.mira-guided-path strong {
  margin-top: 4px;
  color: #fecaca;
  font-size: 10px;
  line-height: 1.25;
}

.mira-segment {
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 5px;
}

.mira-segment button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  flex: 1;
  background: transparent;
  color: #cbd5e1;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.mira-segment button.active {
  background: rgba(239, 68, 68, 0.18);
  color: #fecaca;
}

.mira-thread {
  display: grid;
  gap: 10px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

.mira-message {
  max-width: 92%;
  border: 1px solid rgba(248, 113, 113, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(236, 72, 153, 0.08));
  padding: 12px;
  animation: mira-message-in 0.22s ease-out;
}

.mira-message.user {
  justify-self: end;
  border-color: rgba(248, 113, 113, 0.32);
  background: rgba(127, 29, 29, 0.22);
}

.mira-message.thinking {
  border-color: rgba(248, 113, 113, 0.38);
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.24), rgba(236, 72, 153, 0.1));
}

.mira-message span,
.mira-form label {
  display: block;
  margin-bottom: 8px;
  color: #fecaca;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mira-message p {
  color: #e2e8f0;
  font-size: 14px;
}

.mira-typing-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(248, 113, 113, 0.32);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(236, 72, 153, 0.14));
  color: #fee2e2;
  padding: 8px 12px;
  box-shadow: 0 10px 28px rgba(239, 68, 68, 0.16);
}

.mira-typing-pill small {
  color: #fee2e2;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: none;
}

.mira-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 12px;
}

.mira-typing-dots i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  display: block;
  background: linear-gradient(135deg, #fecaca, #ef4444);
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.62);
  animation: mira-typing-dot 1.2s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

.mira-typing-dots i:nth-child(2) {
  animation-delay: 0.16s;
}

.mira-typing-dots i:nth-child(3) {
  animation-delay: 0.32s;
}

.mira-chip-grid,
.mira-jump-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.mira-chip,
.mira-jump {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.055);
  color: #e2e8f0;
  cursor: pointer;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.25;
  text-align: left;
  white-space: normal;
  width: 100%;
  touch-action: manipulation;
}

.mira-chip:hover,
.mira-jump:hover,
.mira-chip.active {
  border-color: rgba(248, 113, 113, 0.42);
  background: rgba(239, 68, 68, 0.12);
  color: #fecaca;
}

.mira-chip:disabled,
.mira-guided-path:disabled,
.mira-segment button:disabled,
.mira-form input:disabled,
.mira-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.mira-form {
  display: grid;
  gap: 8px;
}

.mira-form div {
  gap: 8px;
}

.mira-form input {
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  flex: 1;
  background: rgba(255, 255, 255, 0.055);
  color: white;
  padding: 0 12px;
  outline: none;
}

.mira-form input:focus {
  border-color: rgba(248, 113, 113, 0.54);
}

.mira-form button,
.mira-contact {
  min-height: 44px;
  border: 1px solid rgba(248, 113, 113, 0.38);
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ef4444, #ec4899);
  color: white;
  cursor: pointer;
  padding: 0 14px;
  font-weight: 900;
}

.mira-lead-capture {
  border: 1px solid rgba(248, 113, 113, 0.24);
  border-radius: var(--radius);
  display: grid;
  gap: 9px;
  background:
    radial-gradient(circle at 16% 0%, rgba(239, 68, 68, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.045);
  padding: 10px;
}

.mira-lead-capture > span {
  color: #fecaca;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mira-lead-capture > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.mira-lead-action {
  min-height: 58px;
  border: 1px solid rgba(248, 113, 113, 0.24);
  border-radius: var(--radius);
  display: grid;
  align-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.052);
  color: white;
  padding: 9px;
  text-decoration: none;
}

.mira-lead-action:hover {
  border-color: rgba(248, 113, 113, 0.48);
  background: rgba(239, 68, 68, 0.12);
}

.mira-lead-action span,
.mira-lead-action strong {
  display: block;
}

.mira-lead-action span {
  color: white;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
}

.mira-lead-action strong {
  color: #fecaca;
  font-size: 10px;
  line-height: 1.2;
}

.mira-contact {
  width: 100%;
}

@keyframes mira-message-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mira-typing-dot {
  0%,
  62%,
  100% {
    opacity: 0.42;
    transform: translateY(0) scale(1);
  }
  28% {
    opacity: 1;
    transform: translateY(-4px) scale(1.18);
  }
}

@keyframes agensio-hum {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 96px 18px, -36px 84px, 180px 0;
  }
}

@keyframes agensio-drift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 220px 0, -180px 0;
  }
}

@keyframes agensio-sweep {
  0% {
    background-position: -120px 0, 0 0;
    opacity: 0.26;
  }
  100% {
    background-position: 260px 0, 120px 0;
    opacity: 0.42;
  }
}

@keyframes agensio-panel-hum {
  0% {
    background-position: 0 0, -120px 0;
  }
  100% {
    background-position: 90px 0, 180px 0;
  }
}

@keyframes agensio-stage-breathe {
  0% {
    opacity: 0.58;
    transform: rotate(-3deg) translate3d(calc((var(--cursor-x) - 50%) * -0.018), calc((var(--cursor-y) - 50%) * -0.01), 0) scale(0.985);
  }
  100% {
    opacity: 0.9;
    transform: rotate(-2deg) translate3d(calc((var(--cursor-x) - 50%) * -0.026), calc((var(--cursor-y) - 50%) * -0.015), 0) scale(1.015);
  }
}

@keyframes agensio-demo-float {
  0% {
    transform: rotate(1.2deg) translate3d(calc((var(--cursor-x) - 50%) * 0.014), calc((var(--cursor-y) - 50%) * 0.008), 0);
  }
  100% {
    transform: rotate(0.35deg) translate3d(calc((var(--cursor-x) - 50%) * 0.02), calc((var(--cursor-y) - 50%) * 0.012 - 8px), 0);
  }
}

@keyframes agensio-screen-scan {
  0%,
  38% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(80%);
  }
}

@keyframes agensio-card-lift {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes agensio-nudge-enter {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes agensio-nudge-breathe {
  0%,
  100% {
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.42);
  }
  50% {
    box-shadow: 0 26px 72px rgba(236, 72, 153, 0.22), 0 22px 62px rgba(0, 0, 0, 0.42);
  }
}

@keyframes agensio-mira-wiggle {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  18% {
    transform: translateX(-2px) rotate(-1deg);
  }
  36% {
    transform: translateX(2px) rotate(1deg);
  }
  54% {
    transform: translateX(-1px) rotate(-0.5deg);
  }
  72% {
    transform: translateX(1px) rotate(0.5deg);
  }
}

@keyframes agensio-mira-pulse {
  0% {
    box-shadow:
      inset 0 0 18px rgba(255, 255, 255, 0.08),
      0 0 0 0 rgba(236, 72, 153, 0.45);
  }
  100% {
    box-shadow:
      inset 0 0 18px rgba(255, 255, 255, 0.08),
      0 0 0 16px rgba(236, 72, 153, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .company-hero::before,
  .health-hero::before,
  .company-demo-stage::before,
  .demo-browser-shell,
  .demo-browser-shell::after,
  .demo-context-card,
  .dark-section::before,
  .vertical-section::before,
  .path-section::before,
  .traction-section::before,
  .metrics-section::before,
  .investor-section::before,
  .careers-section::before,
  .mira-message,
  .mira-guide.nudging .mira-launcher,
  .mira-guide.nudging .mira-avatar,
  .mira-nudge,
  .mira-typing-dots i {
    animation: none;
  }

  .interactive-card,
  .interactive-card:hover,
  .primary-button:hover,
  .secondary-button:hover,
  .ghost-button:hover,
  .main-nav a:hover {
    transform: none;
  }
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050a12;
}

.footer-inner {
  width: min(100%, var(--max));
  min-height: 96px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
}

.small-brand .brand-mark {
  width: 36px;
  height: 36px;
  padding: 0 6px;
}

.small-brand .monogram-a {
  font-size: 17px;
}

.small-brand .monogram-h,
.small-brand .monogram-t {
  font-size: 15px;
}

.small-brand .monogram-orbit {
  right: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-width: 1.5px;
}

.small-brand {
  min-height: 44px;
}

.small-brand .brand-copy strong {
  font-size: 17px;
}

.footer-links {
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 780;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .brand,
  .main-nav,
  .header-actions {
    justify-content: center;
  }

  .main-nav {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-grid,
  .health-hero .hero-grid,
  .company-hero .hero-grid,
  .praxis-grid,
  .split-section,
  .story-grid,
  .traction-grid,
  .trust-proof-grid,
  .contact-panel,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .company-hero .hero-grid {
    width: min(100%, var(--max));
  }

  .company-demo-stage {
    width: min(100%, 720px);
    min-height: 560px;
    margin: 0 auto;
  }

  .company-demo-stage::before,
  .demo-browser-shell {
    transform: none;
  }

  .vertical-grid,
  .app-suite-grid,
  .aris-impact-grid,
  .aris-test-grid,
  .health-readiness-grid,
  .practice-map-grid,
  .path-grid,
  .three-paths,
  .story-spine,
  .journey-proof,
  .agent-grid,
  .agent-command-grid,
  .principle-grid,
  .investor-grid,
  .metric-grid,
  .status-ledger,
  .trust-proof-stack,
  .metric-signal-grid,
  .pilot-model-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aris-roi-panel {
    grid-column: 1 / -1;
  }

  .health-hub-console {
    min-height: 500px;
  }

  .area-card,
  .area-card:nth-child(1),
  .area-card:nth-child(2),
  .area-card:nth-child(3),
  .area-card:nth-child(4),
  .area-card:nth-child(5),
  .area-card:nth-child(6) {
    grid-column: auto;
  }

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

  .product-route-head {
    grid-column: 1 / -1;
  }

  .round-panel {
    grid-template-columns: 1fr;
  }

  .career-card {
    grid-template-columns: 1fr;
  }

  .career-plan {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    padding: 12px 16px;
  }

  .brand {
    justify-content: flex-start;
    min-width: 0;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
  }

  .main-nav a {
    min-height: 44px;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    width: auto;
    gap: 0;
  }

  .header-actions .ghost-button,
  .header-actions > .primary-button {
    display: none;
  }

  .language-toggle {
    min-height: 48px;
    padding: 1px;
  }

  .language-toggle button {
    min-width: 44px;
    min-height: 44px;
  }

  .hero-actions,
  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
  }

  .hero-grid,
  .company-hero .hero-grid,
  .health-hero .hero-grid,
  .section-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-grid {
    gap: 36px;
    padding-top: 40px;
  }

  .company-demo-stage {
    min-height: auto;
  }

  .company-demo-stage::before,
  .demo-context-card {
    display: none;
  }

  .demo-browser-shell {
    border-radius: 14px;
    transform: none;
  }

  .demo-window-bar {
    grid-template-columns: auto 1fr;
  }

  .demo-window-bar small {
    display: none;
  }

  .demo-app-frame {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .demo-sidebar {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px;
  }

  .demo-app-logo {
    flex: 0 0 48px;
  }

  .demo-sidebar span {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .demo-screen {
    padding: 15px;
  }

  .company-hero h1 {
    font-size: clamp(44px, 11vw, 56px);
  }

  .hero-proof-row {
    display: none;
  }

  .demo-screen-head {
    display: grid;
  }

  .demo-screen-head > span {
    width: fit-content;
  }

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

  .demo-agent-grid {
    gap: 7px;
  }

  .demo-metric-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .demo-metric-strip article,
  .demo-agent-grid article {
    padding: 10px;
  }

  .demo-metric-strip span {
    font-size: 25px;
  }

  .demo-metric-strip small,
  .demo-agent-grid small {
    font-size: 10px;
  }

  .demo-agent-grid span {
    width: 30px;
    height: 30px;
  }

  .demo-agent-grid strong {
    font-size: 15px;
  }

  .demo-workflow-card {
    display: grid;
    align-items: start;
  }

  .aris-roi-metrics,
  .aris-impact-scale {
    grid-template-columns: 1fr;
  }

  .aris-impact-scale span + span {
    border-left: 0;
    border-top: 1px solid rgba(96, 165, 250, 0.18);
  }

  .console-grid,
  .health-system,
  .screen-metric-row,
  .vertical-grid,
  .app-suite-grid,
  .aris-impact-grid,
  .aris-workflow-list,
  .aris-test-grid,
  .health-readiness-grid,
  .practice-map-grid,
  .path-grid,
  .three-paths,
  .story-spine,
  .journey-proof,
  .agent-grid,
  .agent-command-grid,
  .principle-grid,
  .investor-grid,
  .metric-grid,
  .status-ledger,
  .trust-proof-stack,
  .product-route,
  .metric-signal-grid,
  .pilot-model-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .health-hub-console {
    min-height: auto;
  }

  .hub-orbit {
    min-height: auto;
    display: grid;
    grid-template-areas: none;
    grid-template-columns: 1fr;
    gap: 10px;
    place-items: stretch;
  }

  .hub-orbit::before,
  .hub-orbit::after {
    display: none;
  }

  .hub-node,
  .hub-node.core,
  .hub-node.mira,
  .hub-node.aris,
  .hub-node.lina {
    position: static;
    grid-area: auto;
    width: auto;
    min-height: auto;
  }

  .hub-console-top {
    display: grid;
  }

  .hub-console-top strong {
    max-width: none;
    text-align: left;
  }

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

  .app-card,
  .agent-command-card,
  .area-card {
    min-height: auto;
  }

  .workflow-lanes article {
    grid-template-columns: 1fr;
  }

  .console-node.core,
  .system-node.core {
    grid-row: auto;
  }

  .screen-task {
    grid-template-columns: 1fr;
  }

  .product-tabs {
    overflow-x: auto;
  }

  .footer-inner {
    display: grid;
    justify-items: start;
  }

  .mira-guide {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-items: stretch;
  }

  .mira-launcher {
    justify-self: end;
  }

  .mira-nudge {
    justify-self: end;
    width: min(292px, calc(100dvw - 24px));
  }

  .mira-panel {
    left: 12px;
    right: 12px;
    bottom: 64px;
    width: auto;
    max-width: none;
    max-height: calc(100dvh - 92px);
  }

  .mira-body {
    max-height: calc(100dvh - 170px);
  }

  .mira-form div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mira-lead-capture > div {
    grid-template-columns: 1fr;
  }
}
