:root {
  --color-bg: #000205;
  --color-bg-2: #02050b;
  --color-panel: rgba(5, 8, 22, 0.86);
  --color-panel-strong: #07111f;
  --color-panel-soft: rgba(245, 247, 250, 0.038);
  --color-line: rgba(56, 189, 248, 0.12);
  --color-line-strong: rgba(34, 211, 238, 0.34);
  --color-text: #f5f7fa;
  --color-muted: #7d8b9c;
  --color-soft: #d9e2ec;
  --color-cyan: #22d3ee;
  --color-green: #22c55e;
  --color-blue: #38bdf8;
  --color-amber: #f59e0b;
  --color-danger: #ff8d8d;
  --family-total: #22d3ee;
  --family-territorio: #22c55e;
  --family-infraestructura: #f59e0b;
  --family-gobierno: #60a5fa;
  --family-software: #a78bfa;
  --family-futuro: #fb7185;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 8px;
  --radius-tight: 4px;
  --shadow-panel: 0 34px 110px rgba(0, 0, 0, 0.58);
  --shadow-card: 0 20px 54px rgba(0, 0, 0, 0.34);
  --glow-cyan: 0 0 42px rgba(34, 211, 238, 0.2);
  --glow-green: 0 0 34px rgba(94, 234, 212, 0.14);
  --container: 1180px;
  --section-space: 6rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.58;
  background:
    linear-gradient(90deg, rgba(56, 189, 248, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.022) 1px, transparent 1px),
    linear-gradient(135deg, #020407 0%, #030712 44%, #050816 100%);
  background-size: 82px 82px, 82px 82px, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(34, 211, 238, 0.075), transparent 34%),
    linear-gradient(250deg, rgba(56, 189, 248, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(245, 247, 250, 0.012), transparent 45%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(34, 211, 238, 0.095), transparent 24rem),
    radial-gradient(circle at 18% 42%, rgba(56, 189, 248, 0.05), transparent 26rem),
    radial-gradient(circle at 88% 68%, rgba(245, 158, 11, 0.04), transparent 24rem);
  opacity: 0.95;
}

body.menu-open {
  overflow: hidden;
}

body.intro-active {
  overflow: hidden;
}

.universe-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
}

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

.iriz-intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(104, 217, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 20% 80%, rgba(94, 226, 187, 0.1), transparent 22rem),
    rgba(3, 7, 10, 0.96);
}

.iriz-intro[hidden] {
  display: none;
}

.iriz-intro.is-exiting {
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.intro-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(104, 217, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(104, 217, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  animation: driftGrid 10s linear infinite;
}

.intro-field span {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 26px rgba(104, 217, 255, 0.65);
  animation: pulseNode 2.8s ease-in-out infinite;
}

.intro-field span:nth-child(1) { left: 18%; top: 24%; }
.intro-field span:nth-child(2) { left: 74%; top: 18%; animation-delay: -0.7s; }
.intro-field span:nth-child(3) { left: 62%; top: 72%; animation-delay: -1.2s; }
.intro-field span:nth-child(4) { left: 28%; top: 66%; animation-delay: -1.7s; }
.intro-field span:nth-child(5) { left: 50%; top: 45%; animation-delay: -2.1s; }

.intro-console {
  position: relative;
  width: min(100% - 2rem, 560px);
  padding: 1.4rem;
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(5, 12, 16, 0.82);
  box-shadow: var(--shadow-panel), var(--glow-cyan);
  backdrop-filter: blur(18px);
}

.intro-console h2 {
  margin-bottom: 1.2rem;
}

.intro-status {
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(151, 229, 217, 0.16);
  border-radius: var(--radius);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.035);
  color: var(--color-soft);
}

.intro-progress {
  position: relative;
  height: 0.42rem;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
}

.intro-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-green), var(--color-cyan), var(--color-blue));
  box-shadow: 0 0 22px rgba(104, 217, 255, 0.4);
  transition: width 380ms ease;
}

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

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

button {
  color: inherit;
}

:focus-visible {
  outline: 2px solid rgba(104, 217, 255, 0.9);
  outline-offset: 4px;
}

.nav-menu a:focus-visible,
.footer-links a:focus-visible,
.btn:focus-visible,
.filter-btn:focus-visible,
.atlas-node:focus-visible,
.route-option:focus-visible,
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible,
.search-field input:focus-visible {
  box-shadow: 0 0 0 5px rgba(104, 217, 255, 0.12);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  background: var(--color-green);
  color: #031014;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--color-line);
  background: rgba(5, 9, 13, 0.84);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 830;
  letter-spacing: 0;
}

.brand-logo {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(0, 2, 5, 0.72);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.24),
    0 0 20px rgba(34, 211, 238, 0.12),
    0 0 30px rgba(139, 92, 246, 0.09);
}

.brand-mark {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(104, 217, 255, 0.7);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(94, 226, 187, 0.95), rgba(77, 141, 255, 0.48)),
    #071119;
  box-shadow: 0 0 26px rgba(104, 217, 255, 0.3);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 0.42rem;
  border: 1px solid rgba(5, 9, 13, 0.76);
  border-radius: 50%;
}

.brand-mark::after {
  inset: 0.82rem;
  background: #eef7f8;
  border: 0;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.nav-menu a,
.footer-links a {
  position: relative;
  transition: color 180ms ease;
}

.nav-menu a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--color-cyan), var(--color-green));
  transition: transform 180ms ease;
}

.nav-menu a:hover,
.nav-menu a.is-current,
.footer-links a:hover {
  color: var(--color-text);
}

.nav-menu a:hover::after,
.nav-menu a.is-current::after,
.footer-links a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-panel-soft);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.12rem;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--color-text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.section {
  position: relative;
  padding-block: var(--section-space);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(104, 217, 255, 0.038), transparent),
    radial-gradient(circle at 12% 0%, rgba(94, 226, 187, 0.045), transparent 18rem);
  opacity: 0.7;
}

.section > .container {
  position: relative;
}

.section-panel {
  border-block: 1px solid rgba(151, 229, 217, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    rgba(255, 255, 255, 0.018);
  background-size: 54px 54px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  padding-top: 5.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 217, 255, 0.42), transparent);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 64% 32%, rgba(104, 217, 255, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(5, 9, 13, 0), rgba(5, 9, 13, 0.48));
}

.hero-layout,
.split-layout,
.ip-layout,
.contact-layout,
.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 4rem;
  align-items: center;
}

.hero-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
}

.hero-copy {
  max-width: 780px;
}

.hero-system-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
  margin-bottom: 1.2rem;
}

.hero-system-bar span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(151, 229, 217, 0.18);
  border-radius: var(--radius-tight);
  background: rgba(255, 255, 255, 0.035);
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-system-bar span:first-child {
  border-color: rgba(104, 217, 255, 0.42);
  color: var(--color-cyan);
}

.os-brief {
  max-width: 650px;
  margin: 0 0 1rem;
  color: var(--color-muted);
  font-size: 0.94rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--color-green);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 1.35rem;
  font-size: 4.55rem;
  font-weight: 860;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(104, 217, 255, 0.1);
}

h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 820;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.18rem;
}

.hero-subtitle {
  max-width: 760px;
  color: var(--color-soft);
  font-size: 1.28rem;
}

.hero-manifesto {
  display: inline-flex;
  position: relative;
  margin-bottom: 1.1rem;
  padding: 0.8rem 1rem 0.8rem 1.1rem;
  border-left: 2px solid var(--color-green);
  border-radius: 0 var(--radius) var(--radius) 0;
  background:
    linear-gradient(90deg, rgba(94, 226, 187, 0.14), rgba(104, 217, 255, 0.045), rgba(255, 255, 255, 0.018));
  color: var(--color-text);
  font-size: 1.05rem;
  font-weight: 790;
  box-shadow: inset 0 0 0 1px rgba(151, 229, 217, 0.08);
}

.hero-manifesto::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--color-green), transparent);
}

.hero-support,
.section-heading p,
.section-copy p,
.ip-copy > p,
.contact-layout .section-heading p {
  color: var(--color-muted);
  font-size: 1.04rem;
}

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

.section-copy {
  align-self: end;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.85rem 1.18rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  font-weight: 780;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  border-color: rgba(104, 217, 255, 0.52);
  background: linear-gradient(135deg, var(--color-green), var(--color-cyan) 55%, var(--color-blue));
  color: #031014;
  box-shadow: 0 16px 38px rgba(77, 141, 255, 0.22);
}

.btn-secondary,
.btn-ghost {
  border-color: var(--color-line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text);
}

.btn-secondary:hover,
.btn-ghost:hover {
  border-color: rgba(94, 226, 187, 0.62);
  background: rgba(94, 226, 187, 0.075);
}

.btn-small {
  min-height: 2.58rem;
  padding: 0.68rem 0.92rem;
  font-size: 0.92rem;
}

.command-panel {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 52%, rgba(104, 217, 255, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(104, 217, 255, 0.1), rgba(94, 226, 187, 0.04) 42%, rgba(255, 255, 255, 0.034)),
    var(--color-panel);
  box-shadow: var(--shadow-panel), inset 0 0 0 1px rgba(255, 255, 255, 0.035), var(--glow-cyan);
  isolation: isolate;
}

.command-panel::before,
.command-panel::after {
  content: "";
  position: absolute;
  z-index: 6;
  width: 4.6rem;
  height: 4.6rem;
  pointer-events: none;
}

.command-panel::before {
  left: 0.8rem;
  top: 0.8rem;
  border-left: 1px solid rgba(104, 217, 255, 0.38);
  border-top: 1px solid rgba(104, 217, 255, 0.38);
}

.command-panel::after {
  right: 0.8rem;
  bottom: 0.8rem;
  border-right: 1px solid rgba(94, 226, 187, 0.32);
  border-bottom: 1px solid rgba(94, 226, 187, 0.32);
}

.panel-chrome {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 5;
  display: flex;
  gap: 0.45rem;
}

.panel-chrome span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: rgba(238, 247, 248, 0.34);
}

.panel-chrome span:nth-child(2) {
  background: rgba(104, 217, 255, 0.7);
}

.panel-chrome span:nth-child(3) {
  background: rgba(94, 226, 187, 0.7);
}

.panel-title {
  position: absolute;
  left: 1rem;
  right: 10.3rem;
  top: 2.6rem;
  z-index: 5;
  display: grid;
  gap: 0.18rem;
}

.panel-title span {
  color: var(--color-muted);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
}

.panel-title strong {
  color: var(--color-soft);
  font-size: 1.05rem;
}

.panel-coordinates {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 5.35rem;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.panel-coordinates span {
  display: inline-flex;
  min-height: 1.55rem;
  align-items: center;
  padding: 0.2rem 0.45rem;
  border: 1px solid rgba(151, 229, 217, 0.16);
  border-radius: 999px;
  background: rgba(5, 9, 13, 0.52);
  color: var(--color-muted);
  font-size: 0.66rem;
  font-weight: 820;
  text-transform: uppercase;
}

.panel-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(151, 229, 217, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 229, 217, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.78;
  animation: driftGrid 14s linear infinite;
}

.panel-scanline {
  position: absolute;
  left: 0;
  right: 0;
  top: 14%;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 217, 255, 0.72), transparent);
  box-shadow: 0 0 18px rgba(104, 217, 255, 0.35);
  animation: scanLine 6s ease-in-out infinite;
}

.panel-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 9, 13, 0.1), rgba(5, 9, 13, 0.7));
}

.analysis-rings {
  position: absolute;
  inset: 15% 17%;
  display: grid;
  place-items: center;
}

.analysis-rings span {
  position: absolute;
  border: 1px solid rgba(104, 217, 255, 0.22);
  border-radius: 50%;
}

.analysis-rings span:nth-child(1) {
  width: 19rem;
  height: 19rem;
  box-shadow: inset 0 0 18px rgba(104, 217, 255, 0.055);
  animation: rotateSoft 18s linear infinite;
}

.analysis-rings span:nth-child(2) {
  width: 13rem;
  height: 13rem;
  border-color: rgba(94, 226, 187, 0.25);
  animation: rotateSoft 12s linear infinite reverse;
}

.analysis-rings span:nth-child(3) {
  width: 7rem;
  height: 7rem;
  border-color: rgba(219, 198, 108, 0.22);
}

.analysis-rings span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.22rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: currentColor;
  color: var(--color-cyan);
}

.network-map {
  position: absolute;
  inset: 10% 6% 12%;
  z-index: 2;
  width: 88%;
  height: 78%;
}

.network-line {
  fill: none;
  stroke: rgba(104, 217, 255, 0.34);
  stroke-width: 1.3;
  stroke-dasharray: 5 8;
  animation: dashFlow 8s linear infinite;
}

.network-line:nth-child(2),
.network-line:nth-child(4) {
  stroke: rgba(94, 226, 187, 0.28);
  animation-duration: 10s;
}

.network-node {
  fill: var(--color-green);
  stroke: rgba(238, 247, 248, 0.8);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 8px rgba(94, 226, 187, 0.72));
  animation: pulseNode 2.8s ease-in-out infinite;
}

.node-b,
.node-g {
  fill: var(--color-cyan);
}

.node-c,
.node-f {
  fill: var(--color-blue);
}

.command-counter {
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  z-index: 4;
  min-width: 8.8rem;
  padding: 0.92rem;
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.08), rgba(255, 255, 255, 0.028)),
    rgba(5, 9, 13, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: var(--glow-cyan);
}

.command-counter span {
  display: block;
  color: var(--color-cyan);
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 860;
}

.command-counter small {
  color: var(--color-muted);
}

.command-readouts {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 54%;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.45rem;
}

.command-readouts span {
  min-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(151, 229, 217, 0.16);
  border-radius: var(--radius-tight);
  background: rgba(5, 9, 13, 0.62);
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 760;
}

.floating-module {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 0.1rem;
  width: min(42%, 190px);
  padding: 0.9rem;
  border: 1px solid rgba(151, 229, 217, 0.22);
  border-radius: var(--radius);
  background: rgba(5, 9, 13, 0.74);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
  animation: floatModule 7s ease-in-out infinite;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.floating-module:hover {
  border-color: rgba(104, 217, 255, 0.44);
  background: rgba(8, 20, 27, 0.82);
}

.floating-module strong {
  font-size: 1rem;
}

.floating-module small {
  color: var(--color-muted);
}

.module-a {
  left: 7%;
  top: 18%;
}

.module-b {
  right: 7%;
  top: 34%;
  animation-delay: -1.5s;
}

.module-c {
  left: 10%;
  bottom: 12%;
  animation-delay: -2.5s;
}

.module-d {
  right: 11%;
  bottom: 15%;
  animation-delay: -3.5s;
}

.command-footer {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(151, 229, 217, 0.18);
  color: var(--color-muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.command-footer span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.command-footer span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 14px rgba(94, 226, 187, 0.55);
}

.status-dot {
  width: 0.62rem;
  height: 0.62rem;
  margin-bottom: 0.45rem;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 18px rgba(104, 217, 255, 0.7);
}

.status-blue {
  background: var(--color-blue);
  box-shadow: 0 0 18px rgba(77, 141, 255, 0.7);
}

.status-green {
  background: var(--color-green);
  box-shadow: 0 0 18px rgba(94, 226, 187, 0.7);
}

.status-amber {
  background: var(--color-amber);
  box-shadow: 0 0 18px rgba(219, 198, 108, 0.62);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  margin-top: 2.8rem;
}

.hero-metrics article,
.module-card,
.file-card,
.portfolio-guard article,
.modes-grid article,
.audience-grid article,
.collaboration-grid article,
.atlas-shell,
.route-console,
.policy-box,
.contact-form {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 25, 0.72);
  box-shadow: var(--shadow-card);
}

.hero-metrics article {
  position: relative;
  overflow: hidden;
  min-height: 7.2rem;
  padding: 1rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-metrics article::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--color-cyan), transparent);
  opacity: 0.36;
}

.hero-metrics article:hover {
  transform: translateY(-3px);
  border-color: var(--color-line-strong);
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 25, 0.78);
}

.hero-metrics span,
.module-card span,
.file-card span,
.portfolio-guard span,
.collaboration-grid span,
.process-rail span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--color-cyan);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-metrics strong {
  display: block;
  color: var(--color-soft);
  line-height: 1.22;
}

.process-rail {
  margin-top: 2.2rem;
}

.process-rail ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-line);
}

.process-rail ol::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 3.15rem;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, var(--color-green), var(--color-cyan), var(--color-blue));
  opacity: 0.45;
}

.process-rail li {
  position: relative;
  min-height: 10rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #0a141b;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.process-rail li:hover {
  z-index: 3;
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(94, 226, 187, 0.085), rgba(255, 255, 255, 0.028)),
    #0b171f;
  box-shadow: var(--shadow-card);
}

.process-rail li::after {
  content: "";
  position: absolute;
  right: -0.46rem;
  top: 50%;
  z-index: 2;
  width: 0.86rem;
  height: 0.86rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid var(--color-line-strong);
  border-top: 1px solid var(--color-line-strong);
  background: #0a141b;
}

.process-rail li:last-child::after {
  display: none;
}

.process-rail strong {
  display: block;
  color: var(--color-text);
  font-size: 0.98rem;
  line-height: 1.25;
}

.process-rail li span {
  position: relative;
  z-index: 4;
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(104, 217, 255, 0.32);
  border-radius: 50%;
  background: #071119;
  box-shadow: 0 0 0 5px rgba(104, 217, 255, 0.045);
}

.principles-section {
  padding-block: 4.8rem;
  border-block: 1px solid rgba(151, 229, 217, 0.1);
  background:
    linear-gradient(135deg, rgba(94, 226, 187, 0.055), transparent 38%),
    rgba(255, 255, 255, 0.012);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-line);
}

.principles-grid article {
  position: relative;
  min-height: 13rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    #071119;
  transition: transform 180ms ease, background 180ms ease;
}

.principles-grid article::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--color-green), transparent);
  opacity: 0.45;
}

.principles-grid span {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: var(--color-cyan);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 850;
  opacity: 0.9;
}

.principles-grid strong {
  display: block;
  color: var(--color-soft);
  font-size: 1.03rem;
  line-height: 1.28;
}

.principles-grid article:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.07), rgba(255, 255, 255, 0.02)),
    #08141b;
}

.rigor-section {
  border-bottom: 1px solid rgba(151, 229, 217, 0.1);
  background:
    radial-gradient(circle at 18% 18%, rgba(104, 217, 255, 0.08), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.018), transparent 48%);
}

.rigor-section .section-copy {
  display: grid;
  gap: 1rem;
}

.rigor-section .section-copy p {
  margin-bottom: 0;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}

.standards-grid article {
  position: relative;
  overflow: hidden;
  min-height: 9.6rem;
  padding: 1rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(8, 17, 25, 0.76);
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.standards-grid article::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2px;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-cyan), var(--color-green));
}

.standards-grid article::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.15rem;
  height: 1.15rem;
  border-top: 1px solid rgba(104, 217, 255, 0.38);
  border-right: 1px solid rgba(104, 217, 255, 0.38);
}

.standards-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--color-line-strong);
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.072), rgba(255, 255, 255, 0.022)),
    rgba(8, 17, 25, 0.86);
}

.standards-grid span {
  display: inline-flex;
  min-height: 1.65rem;
  align-items: center;
  margin-bottom: 0.7rem;
  padding: 0.22rem 0.46rem;
  border: 1px solid rgba(151, 229, 217, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-cyan);
  font-size: 0.7rem;
  font-weight: 820;
  text-transform: uppercase;
}

.standards-grid strong {
  display: block;
  color: var(--color-soft);
  font-size: 1rem;
  line-height: 1.22;
}

.standards-grid small {
  display: block;
  margin-top: 0.75rem;
  color: var(--color-muted);
  font-size: 0.8rem;
}

.atlas-shell {
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.atlas-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 16%, rgba(104, 217, 255, 0.16), transparent 20rem),
    linear-gradient(90deg, rgba(104, 217, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(104, 217, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
}

.atlas-shell > * {
  position: relative;
  z-index: 1;
}

.atlas-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 0.8rem;
  align-items: end;
  margin-bottom: 0.9rem;
}

.search-field {
  position: relative;
  display: grid;
  gap: 0.45rem;
}

.search-field::after {
  content: "";
  position: absolute;
  right: 0.85rem;
  bottom: 1rem;
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid rgba(104, 217, 255, 0.62);
  border-radius: 50%;
  box-shadow: 0.36rem 0.36rem 0 -0.32rem rgba(104, 217, 255, 0.62);
  pointer-events: none;
}

.search-field label,
.form-field label {
  color: var(--color-soft);
  font-size: 0.9rem;
  font-weight: 760;
}

.search-field input,
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(151, 229, 217, 0.22);
  border-radius: var(--radius);
  background: rgba(3, 10, 14, 0.72);
  color: var(--color-text);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.search-field input,
.form-field input,
.form-field select {
  min-height: 3rem;
  padding: 0 0.85rem;
}

.search-field input {
  padding-right: 2.25rem;
}

.form-field textarea {
  min-height: 10rem;
  padding: 0.85rem;
  resize: vertical;
}

.search-field input:focus,
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(104, 217, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(104, 217, 255, 0.1);
  background: rgba(3, 10, 14, 0.9);
}

.atlas-counter {
  min-width: 9.2rem;
  padding: 0.66rem 0.85rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(94, 226, 187, 0.075), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.atlas-counter strong {
  display: block;
  color: var(--color-green);
  font-size: 1.45rem;
  line-height: 1;
}

.atlas-counter span {
  color: var(--color-muted);
  font-size: 0.82rem;
}

.atlas-active-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(151, 229, 217, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 30%, rgba(104, 217, 255, 0.11), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02)),
    rgba(5, 9, 13, 0.6);
  box-shadow: var(--shadow-card);
}

.atlas-active-panel span {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--color-cyan);
  font-size: 0.76rem;
  font-weight: 820;
  text-transform: uppercase;
}

.atlas-active-panel strong {
  display: block;
  color: var(--color-text);
  font-size: 1.22rem;
}

.atlas-active-panel p {
  margin: 0.45rem 0 0;
  color: var(--color-muted);
}

.atlas-active-stats {
  min-width: 10rem;
  display: grid;
  justify-items: end;
  gap: 0.2rem;
}

.atlas-active-stats span {
  margin: 0;
  color: var(--color-green);
  font-size: 2rem;
  line-height: 1;
}

.atlas-active-stats small {
  color: var(--color-muted);
}

.filter-strip,
.maturity-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-strip {
  margin-bottom: 0.95rem;
}

.atlas-map-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(151, 229, 217, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 50%, rgba(104, 217, 255, 0.1), transparent 32rem),
    linear-gradient(90deg, rgba(104, 217, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(104, 217, 255, 0.02) 1px, transparent 1px),
    rgba(5, 9, 13, 0.46);
  background-size: auto, 36px 36px, 36px 36px;
}

.atlas-map-board::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 217, 255, 0.36), transparent);
}

.atlas-map-board::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(52vw, 38rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(104, 217, 255, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.atlas-node {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.18rem;
  min-height: 8.4rem;
  padding: 0.9rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018)),
    rgba(5, 9, 13, 0.75);
  text-align: left;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 0.72rem) 0, 100% 0.72rem, 100% 100%, 0.72rem 100%, 0 calc(100% - 0.72rem));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.atlas-node::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  margin-bottom: 0.35rem;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 16px rgba(104, 217, 255, 0.45);
}

.atlas-node:hover,
.atlas-node.is-active {
  transform: translateY(-3px);
  border-color: rgba(94, 226, 187, 0.62);
  background:
    linear-gradient(180deg, rgba(94, 226, 187, 0.092), rgba(104, 217, 255, 0.028)),
    rgba(5, 9, 13, 0.85);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24), var(--glow-green);
}

.atlas-node.is-active::after {
  content: "";
  position: absolute;
  inset: 0.42rem;
  border: 1px solid rgba(94, 226, 187, 0.18);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.atlas-node span {
  color: var(--color-cyan);
  font-size: 1.7rem;
  font-weight: 880;
  line-height: 1;
}

.atlas-node strong {
  color: var(--color-text);
  line-height: 1.1;
}

.atlas-node small {
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.node-territorio::before { background: #5ee2bb; }
.node-infraestructura::before { background: #68d9ff; }
.node-gobierno::before { background: #7fa7ff; }
.node-software::before { background: #b3f26b; }
.node-futuro::before { background: #dbc66c; }

.filter-btn {
  min-height: 2.4rem;
  padding: 0.55rem 0.78rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-muted);
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.filter-btn:hover,
.filter-btn.is-active {
  transform: translateY(-1px);
  border-color: rgba(94, 226, 187, 0.58);
  background: rgba(94, 226, 187, 0.08);
  color: var(--color-text);
}

.maturity-legend {
  margin-bottom: 1rem;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.maturity-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 1.8rem;
}

.maturity-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: var(--color-cyan);
}

.maturity-dot.concept {
  background: var(--color-blue);
}

.maturity-dot.prototype {
  background: var(--color-green);
}

.maturity-dot.ip {
  background: var(--color-amber);
}

.maturity-dot.pilot {
  background: #b5f49b;
}

.atlas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  transition: opacity 160ms ease, transform 160ms ease;
}

.atlas-grid.is-updating {
  opacity: 0.35;
  transform: translateY(4px);
}

.vertical-card {
  position: relative;
  overflow: hidden;
  min-height: 13.2rem;
  padding: 1rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.02)),
    rgba(5, 9, 13, 0.52);
  animation: cardIn 240ms ease both;
  animation-delay: calc(var(--i, 0) * 16ms);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.vertical-code {
  display: inline-flex;
  min-height: 1.6rem;
  align-items: center;
  margin-bottom: 0.65rem;
  padding: 0.22rem 0.44rem;
  border: 1px solid rgba(104, 217, 255, 0.2);
  border-radius: 999px;
  color: var(--color-cyan);
  background: rgba(104, 217, 255, 0.055);
  font-size: 0.68rem;
  font-weight: 840;
  text-transform: uppercase;
}

.vertical-card::before {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 1.15rem;
  height: 1.15rem;
  border-top: 1px solid rgba(104, 217, 255, 0.42);
  border-right: 1px solid rgba(104, 217, 255, 0.42);
}

.vertical-card::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.8rem;
  height: 1px;
  background: linear-gradient(90deg, var(--color-cyan), transparent);
  opacity: 0.36;
}

.vertical-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-line-strong);
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.075), rgba(255, 255, 255, 0.024)),
    rgba(5, 9, 13, 0.7);
  box-shadow: var(--shadow-card);
}

.vertical-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.family-label {
  color: var(--color-muted);
  font-size: 0.75rem;
}

.maturity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  max-width: 100%;
  padding: 0.28rem 0.46rem;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-soft);
  font-size: 0.72rem;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.03);
}

.vertical-card h3 {
  margin-bottom: 0.55rem;
}

.vertical-card p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.93rem;
}

.vertical-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.vertical-footer span {
  display: inline-flex;
  min-height: 1.55rem;
  align-items: center;
  padding: 0.22rem 0.45rem;
  border: 1px solid rgba(151, 229, 217, 0.14);
  border-radius: 999px;
  color: var(--color-muted);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.empty-state {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px dashed var(--color-line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  color: var(--color-soft);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}

.module-card {
  position: relative;
  overflow: hidden;
  min-height: 14rem;
  padding: 1rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.module-card::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-cyan), var(--color-green));
}

.module-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(151, 229, 217, 0.12);
  border-radius: 50%;
}

.module-card:hover,
.file-card:hover,
.audience-grid article:hover,
.collaboration-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--color-line-strong);
  background:
    linear-gradient(180deg, rgba(94, 226, 187, 0.065), rgba(255, 255, 255, 0.024)),
    rgba(8, 17, 25, 0.82);
}

.module-card p,
.audience-grid p,
.collaboration-grid p {
  color: var(--color-muted);
}

.routes-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

.route-console {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1fr);
  min-height: 480px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(104, 217, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(104, 217, 255, 0.025) 1px, transparent 1px),
    rgba(8, 17, 25, 0.72);
  background-size: 38px 38px;
}

.route-options {
  display: grid;
  align-content: start;
  gap: 1px;
  padding: 0;
  background: var(--color-line);
}

.route-option {
  position: relative;
  min-height: 3.85rem;
  padding: 0.75rem 0.9rem 0.75rem 1.1rem;
  border: 0;
  background: #0a141b;
  color: var(--color-muted);
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.route-option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  bottom: 0.72rem;
  width: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.route-option:hover,
.route-option.is-active {
  background:
    linear-gradient(90deg, rgba(104, 217, 255, 0.12), rgba(255, 255, 255, 0.02)),
    #0c1820;
  color: var(--color-text);
}

.route-option.is-active::before {
  background: var(--color-green);
  box-shadow: 0 0 14px rgba(94, 226, 187, 0.5);
}

.route-output {
  position: relative;
  display: grid;
  align-content: center;
  gap: 1.3rem;
  padding: 2rem;
}

.route-output::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(151, 229, 217, 0.1);
  border-radius: var(--radius);
  pointer-events: none;
}

.route-output-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.route-label {
  margin: 0;
  color: var(--color-green);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.route-output-header span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0.34rem 0.56rem;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.route-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  counter-reset: routeStep;
}

.route-step {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.48rem 0.72rem 0.48rem 0.52rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(104, 217, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  color: var(--color-soft);
  font-size: 0.88rem;
}

.route-flow.is-animating .route-step {
  animation: routeStepIn 300ms ease both;
  animation-delay: calc(var(--i, 0) * 55ms);
}

.route-step:not(:last-child)::after {
  content: "";
  width: 1.1rem;
  height: 1px;
  margin-left: 0.15rem;
  background: linear-gradient(90deg, rgba(104, 217, 255, 0.52), transparent);
}

.route-step::before {
  counter-increment: routeStep;
  content: counter(routeStep, decimal-leading-zero);
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(104, 217, 255, 0.26);
  border-radius: 50%;
  color: var(--color-cyan);
  font-size: 0.66rem;
  font-weight: 850;
}

.route-output p:last-child {
  color: var(--color-muted);
}

.file-grid,
.modes-grid,
.audience-grid,
.collaboration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}

.portfolio-guard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}

.portfolio-guard article {
  position: relative;
  overflow: hidden;
  min-height: 10rem;
  padding: 1rem;
}

.portfolio-guard article:first-child {
  border-color: rgba(104, 217, 255, 0.25);
}

.portfolio-guard article:last-child {
  border-color: rgba(219, 198, 108, 0.28);
}

.portfolio-guard article::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--color-cyan), transparent);
  opacity: 0.34;
}

.portfolio-guard p {
  margin-bottom: 0;
  color: var(--color-soft);
}

.file-card {
  position: relative;
  min-height: 8.4rem;
  padding: 1rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.file-card::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px solid rgba(104, 217, 255, 0.5);
  border-right: 1px solid rgba(104, 217, 255, 0.5);
}

.file-card strong {
  display: block;
  color: var(--color-soft);
  font-size: 1.03rem;
}

.file-card small {
  display: block;
  margin-top: 0.75rem;
  color: var(--color-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.file-card span {
  display: inline-flex;
  min-height: 1.7rem;
  align-items: center;
  padding: 0.24rem 0.46rem;
  border: 1px solid rgba(151, 229, 217, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.modes-grid {
  grid-template-columns: repeat(4, 1fr);
}

.modes-grid article {
  position: relative;
  min-height: 7.4rem;
  padding: 1rem;
  color: var(--color-soft);
  font-weight: 770;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.modes-grid article::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-cyan), var(--color-green));
}

.modes-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--color-line-strong);
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.065), rgba(255, 255, 255, 0.024)),
    rgba(8, 17, 25, 0.82);
}

.impact-section {
  border-block: 1px solid rgba(151, 229, 217, 0.1);
  background:
    radial-gradient(circle at 76% 18%, rgba(104, 217, 255, 0.09), transparent 28rem),
    radial-gradient(circle at 14% 78%, rgba(94, 226, 187, 0.06), transparent 24rem),
    rgba(255, 255, 255, 0.012);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}

.impact-grid article {
  position: relative;
  overflow: hidden;
  min-height: 20rem;
  padding: 1.15rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 25, 0.76);
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.impact-grid article::after {
  content: "";
  position: absolute;
  inset: auto 1.15rem 1rem 1.15rem;
  height: 1px;
  background: linear-gradient(90deg, var(--color-green), transparent);
  opacity: 0.38;
}

.impact-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--color-line-strong);
  background:
    linear-gradient(180deg, rgba(104, 217, 255, 0.075), rgba(255, 255, 255, 0.024)),
    rgba(8, 17, 25, 0.86);
}

.impact-grid span {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(104, 217, 255, 0.28);
  border-radius: 50%;
  color: var(--color-cyan);
  font-weight: 850;
  box-shadow: 0 0 0 5px rgba(104, 217, 255, 0.045);
}

.impact-grid h3 {
  color: var(--color-text);
}

.impact-grid p {
  color: var(--color-muted);
}

.scale-route {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(104, 217, 255, 0.05), rgba(94, 226, 187, 0.03)),
    rgba(5, 9, 13, 0.52);
}

.scale-route span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.55rem;
  padding: 0.5rem 0.68rem;
  border: 1px solid rgba(151, 229, 217, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--color-soft);
  font-size: 0.88rem;
}

.scale-route span:not(:last-child)::after {
  content: "";
  width: 1rem;
  height: 1px;
  margin-left: 0.15rem;
  background: linear-gradient(90deg, rgba(104, 217, 255, 0.56), transparent);
}

.impact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.impact-badges span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0.35rem 0.58rem;
  border: 1px solid rgba(151, 229, 217, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.ip-layout {
  align-items: start;
}

.ip-copy {
  display: grid;
  gap: 1.2rem;
}

.ip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.ip-grid span {
  min-height: 3.1rem;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(151, 229, 217, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--color-soft);
  font-size: 0.9rem;
}

.policy-box {
  padding: 1.1rem;
  border-color: rgba(219, 198, 108, 0.34);
  background:
    linear-gradient(180deg, rgba(219, 198, 108, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 25, 0.72);
}

.policy-box strong {
  color: #eadf9d;
}

.policy-box p {
  margin: 0.45rem 0 0;
  color: var(--color-soft);
}

.audience-grid article,
.collaboration-grid article {
  min-height: 12.4rem;
  padding: 1rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ecosystem-section .section-heading h2 {
  font-size: 2.35rem;
}

.contact-section {
  padding-bottom: 7rem;
}

.contact-layout {
  align-items: start;
}

.contact-form {
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 0%, rgba(104, 217, 255, 0.075), transparent 16rem),
    linear-gradient(90deg, rgba(104, 217, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 42px 42px;
}

.contact-form > * {
  position: relative;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.form-field {
  display: grid;
  gap: 0.42rem;
}

.form-field.is-invalid input,
.form-field.is-invalid select,
.form-field.is-invalid textarea {
  border-color: rgba(255, 141, 141, 0.78);
}

.form-note,
.form-feedback {
  margin: 0.85rem 0 0;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.form-feedback.is-visible {
  color: var(--color-green);
}

.form-feedback.is-error {
  color: var(--color-danger);
}

.form-field select option {
  background: #071119;
  color: var(--color-text);
}

.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(104, 217, 255, 0.78) 50%),
    linear-gradient(135deg, rgba(104, 217, 255, 0.78) 50%, transparent 50%),
    linear-gradient(90deg, rgba(151, 229, 217, 0.16), rgba(151, 229, 217, 0.16));
  background-position:
    calc(100% - 1.05rem) 50%,
    calc(100% - 0.72rem) 50%,
    calc(100% - 2.25rem) 50%;
  background-size: 0.34rem 0.34rem, 0.34rem 0.34rem, 1px 1.8rem;
  background-repeat: no-repeat;
  padding-right: 2.8rem;
}

.site-footer {
  border-top: 1px solid var(--color-line);
  background:
    linear-gradient(90deg, rgba(104, 217, 255, 0.035) 1px, transparent 1px),
    #03070a;
  background-size: 64px 64px;
  color: var(--color-muted);
}

.footer-layout {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  padding-block: 2.4rem;
}

.footer-brand {
  margin-bottom: 0.9rem;
}

.footer-brand .brand-logo,
.brand-logo-footer {
  width: 2.35rem;
  height: 2.35rem;
}

.footer-layout p {
  max-width: 560px;
  margin-bottom: 0;
}

.footer-links {
  display: grid;
  gap: 0.52rem;
  min-width: 220px;
  font-size: 0.92rem;
}

.footer-bottom {
  padding-block: 1rem 1.35rem;
  border-top: 1px solid rgba(151, 229, 217, 0.08);
}

/* IrizLab Operating Universe: dark-space refinement layer */
body {
  background:
    linear-gradient(90deg, rgba(56, 189, 248, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 24%, rgba(94, 234, 212, 0.018) 24% 24.08%, transparent 24.08% 52%, rgba(56, 189, 248, 0.016) 52% 52.08%, transparent 52.08%),
    radial-gradient(circle at 48% -8%, rgba(34, 211, 238, 0.085), transparent 31rem),
    linear-gradient(135deg, #020407 0%, #030712 45%, #050816 100%);
  background-size: 86px 86px, 86px 86px, 100% 100%, auto, auto;
}

body::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(34, 211, 238, 0.08), transparent 23rem),
    radial-gradient(circle at 78% 14%, rgba(56, 189, 248, 0.06), transparent 26rem),
    radial-gradient(circle at 66% 76%, rgba(245, 158, 11, 0.044), transparent 24rem),
    linear-gradient(90deg, rgba(245, 247, 250, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(245, 247, 250, 0.02) 1px, transparent 1px);
  background-size: auto, auto, auto, 22rem 22rem, 22rem 22rem;
  mask-image: radial-gradient(circle at 50% 34%, #000 0 58%, transparent 96%);
}

body::after {
  background:
    radial-gradient(circle at 50% 6%, rgba(34, 211, 238, 0.12), transparent 25rem),
    radial-gradient(circle at 18% 44%, rgba(56, 189, 248, 0.065), transparent 28rem),
    radial-gradient(circle at 86% 62%, rgba(251, 146, 60, 0.05), transparent 24rem),
    linear-gradient(180deg, transparent 0, rgba(2, 4, 7, 0.34) 58%, rgba(2, 4, 7, 0.86) 100%);
  opacity: 1;
}

.universe-canvas {
  opacity: 0.86;
  filter: saturate(1.08) contrast(1.08);
}

.site-header {
  background:
    linear-gradient(180deg, rgba(2, 4, 7, 0.92), rgba(3, 7, 18, 0.82)),
    rgba(2, 4, 7, 0.88);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.brand-mark {
  border-color: rgba(34, 211, 238, 0.78);
  background:
    radial-gradient(circle at 50% 50%, rgba(245, 247, 250, 0.95) 0 8%, transparent 9%),
    conic-gradient(from 120deg, rgba(34, 211, 238, 0.96), rgba(56, 189, 248, 0.46), rgba(245, 158, 11, 0.34), rgba(94, 234, 212, 0.72), rgba(34, 211, 238, 0.96)),
    #020407;
  box-shadow: 0 0 34px rgba(34, 211, 238, 0.3);
}

.brand-mark::before {
  border-color: rgba(2, 4, 7, 0.72);
}

.brand-mark::after {
  background: rgba(245, 247, 250, 0.92);
  box-shadow: 0 0 12px rgba(245, 247, 250, 0.5);
}

.iriz-intro {
  background:
    radial-gradient(circle at 50% 48%, rgba(34, 211, 238, 0.12), transparent 21rem),
    radial-gradient(circle at 20% 76%, rgba(245, 158, 11, 0.07), transparent 20rem),
    radial-gradient(circle at 82% 20%, rgba(56, 189, 248, 0.08), transparent 22rem),
    linear-gradient(145deg, rgba(2, 4, 7, 0.98), rgba(3, 7, 18, 0.98) 52%, rgba(5, 8, 22, 0.98));
}

.intro-field {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.28) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(34, 211, 238, 0.24) 0 1px, transparent 1.6px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.035) 1px, transparent 1px);
  background-size: 140px 140px, 220px 220px, 58px 58px, 58px 58px;
  opacity: 0.86;
}

.intro-field span {
  background: var(--color-cyan);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.72), 0 0 58px rgba(245, 158, 11, 0.16);
}

.intro-console {
  border-color: rgba(34, 211, 238, 0.36);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.06), rgba(245, 247, 250, 0.018)),
    radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.12), transparent 15rem),
    rgba(3, 7, 18, 0.9);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.72), 0 0 52px rgba(34, 211, 238, 0.16);
}

.intro-status {
  border-color: rgba(34, 211, 238, 0.22);
  background: rgba(2, 4, 7, 0.5);
}

.intro-progress {
  background: rgba(245, 247, 250, 0.07);
}

.intro-progress span {
  background: linear-gradient(90deg, var(--color-cyan), var(--color-blue), var(--color-amber));
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.42), 0 0 34px rgba(245, 158, 11, 0.18);
}

.section::before {
  background:
    linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.035), transparent),
    radial-gradient(circle at 14% 0%, rgba(56, 189, 248, 0.052), transparent 21rem),
    radial-gradient(circle at 86% 52%, rgba(245, 158, 11, 0.026), transparent 19rem);
}

.section-panel,
.principles-section,
.rigor-section,
.impact-section {
  background:
    linear-gradient(90deg, rgba(56, 189, 248, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.016) 1px, transparent 1px),
    rgba(3, 7, 18, 0.44);
  background-size: 62px 62px, 62px 62px, auto;
}

.eyebrow {
  color: var(--color-cyan);
}

.hero {
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 64% 34%, rgba(34, 211, 238, 0.11), transparent 24rem),
    radial-gradient(circle at 78% 72%, rgba(245, 158, 11, 0.05), transparent 19rem),
    linear-gradient(180deg, rgba(2, 4, 7, 0.16), rgba(2, 4, 7, 0.58));
}

.hero::before {
  background:
    radial-gradient(circle at 66% 30%, rgba(34, 211, 238, 0.12), transparent 25rem),
    radial-gradient(circle at 30% 72%, rgba(56, 189, 248, 0.06), transparent 24rem),
    linear-gradient(180deg, rgba(2, 4, 7, 0), rgba(2, 4, 7, 0.68));
}

h1 {
  text-shadow: 0 0 36px rgba(34, 211, 238, 0.13), 0 18px 56px rgba(0, 0, 0, 0.38);
}

.hero-system-bar span,
.panel-coordinates span,
.command-readouts span,
.impact-badges span,
.vertical-footer span,
.ip-grid span {
  border-color: rgba(56, 189, 248, 0.16);
  background: rgba(2, 4, 7, 0.46);
}

.hero-manifesto {
  border-left-color: var(--color-cyan);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.16), rgba(56, 189, 248, 0.055), rgba(245, 158, 11, 0.026)),
    rgba(2, 4, 7, 0.42);
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.1), 0 18px 40px rgba(0, 0, 0, 0.26);
}

.hero-manifesto::after {
  background: linear-gradient(90deg, var(--color-cyan), rgba(245, 158, 11, 0.58), transparent);
}

.btn-primary {
  border-color: rgba(34, 211, 238, 0.68);
  background:
    linear-gradient(135deg, rgba(94, 234, 212, 0.96), rgba(34, 211, 238, 0.96) 54%, rgba(56, 189, 248, 0.92));
  box-shadow: 0 18px 44px rgba(34, 211, 238, 0.18), 0 0 32px rgba(56, 189, 248, 0.16);
}

.btn-secondary,
.btn-ghost {
  border-color: rgba(56, 189, 248, 0.26);
  background: rgba(2, 4, 7, 0.48);
}

.btn-secondary:hover,
.btn-ghost:hover {
  border-color: rgba(34, 211, 238, 0.58);
  background: rgba(34, 211, 238, 0.075);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.12);
}

.command-panel {
  border-color: rgba(34, 211, 238, 0.26);
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.13), transparent 17rem),
    radial-gradient(circle at 28% 72%, rgba(245, 158, 11, 0.052), transparent 15rem),
    linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(3, 7, 18, 0.72) 44%, rgba(2, 4, 7, 0.9)),
    rgba(2, 4, 7, 0.84);
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.68), inset 0 0 0 1px rgba(245, 247, 250, 0.035), 0 0 54px rgba(34, 211, 238, 0.14);
}

.command-panel::before,
.command-panel::after {
  border-color: rgba(34, 211, 238, 0.34);
}

.panel-grid {
  background-image:
    linear-gradient(rgba(34, 211, 238, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.056) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(245, 247, 250, 0.12) 0 1px, transparent 1.5px);
  background-size: 34px 34px, 34px 34px, 122px 122px;
  opacity: 0.84;
}

.panel-grid::after {
  background:
    radial-gradient(circle at 50% 52%, transparent 0 16rem, rgba(2, 4, 7, 0.44) 24rem),
    linear-gradient(180deg, rgba(2, 4, 7, 0.08), rgba(2, 4, 7, 0.72));
}

.panel-scanline {
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.58), rgba(245, 158, 11, 0.28), transparent);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.28);
}

.analysis-rings span {
  border-color: rgba(34, 211, 238, 0.2);
  box-shadow: inset 0 0 18px rgba(34, 211, 238, 0.04);
}

.analysis-rings span:nth-child(2) {
  border-color: rgba(56, 189, 248, 0.26);
}

.analysis-rings span:nth-child(3) {
  border-color: rgba(245, 158, 11, 0.26);
}

.network-line {
  stroke: rgba(34, 211, 238, 0.34);
}

.network-line:nth-child(2),
.network-line:nth-child(4) {
  stroke: rgba(245, 158, 11, 0.2);
}

.network-node {
  fill: var(--color-cyan);
  filter: drop-shadow(0 0 9px rgba(34, 211, 238, 0.7));
}

.node-c,
.node-f,
.status-amber {
  fill: var(--color-amber);
}

.command-counter,
.floating-module {
  border-color: rgba(56, 189, 248, 0.22);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.075), rgba(245, 247, 250, 0.018)),
    rgba(3, 7, 18, 0.78);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.36), 0 0 28px rgba(34, 211, 238, 0.1);
}

.floating-module:hover {
  border-color: rgba(34, 211, 238, 0.46);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.105), rgba(245, 247, 250, 0.024)),
    rgba(3, 7, 18, 0.9);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 32px rgba(34, 211, 238, 0.13);
}

.command-footer {
  border-top-color: rgba(56, 189, 248, 0.18);
}

.command-footer span::before,
.status-green {
  background: var(--color-cyan);
  box-shadow: 0 0 15px rgba(34, 211, 238, 0.58);
}

.hero-metrics article,
.module-card,
.file-card,
.portfolio-guard article,
.modes-grid article,
.audience-grid article,
.collaboration-grid article,
.standards-grid article,
.impact-grid article,
.atlas-shell,
.route-console,
.policy-box,
.contact-form {
  border-color: rgba(56, 189, 248, 0.13);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.046), rgba(245, 247, 250, 0.014)),
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.052), transparent 14rem),
    rgba(3, 7, 18, 0.72);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(245, 247, 250, 0.02);
}

.hero-metrics article:hover,
.module-card:hover,
.file-card:hover,
.audience-grid article:hover,
.collaboration-grid article:hover,
.modes-grid article:hover,
.impact-grid article:hover,
.standards-grid article:hover {
  border-color: rgba(34, 211, 238, 0.36);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.078), rgba(245, 247, 250, 0.018)),
    radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.075), transparent 15rem),
    rgba(3, 7, 18, 0.84);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.44), 0 0 36px rgba(34, 211, 238, 0.11);
}

.hero-metrics article::after,
.principles-grid article::after,
.portfolio-guard article::after,
.impact-grid article::after,
.vertical-card::after {
  background: linear-gradient(90deg, var(--color-cyan), rgba(245, 158, 11, 0.45), transparent);
}

.process-rail ol,
.principles-grid,
.route-options {
  border-color: rgba(56, 189, 248, 0.14);
  background: rgba(56, 189, 248, 0.14);
}

.process-rail ol::before {
  background: linear-gradient(90deg, var(--color-cyan), var(--color-blue), var(--color-amber));
}

.process-rail li,
.principles-grid article,
.route-option {
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.036), rgba(245, 247, 250, 0.012)),
    rgba(3, 7, 18, 0.86);
}

.process-rail li:hover,
.principles-grid article:hover {
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.07), rgba(245, 247, 250, 0.016)),
    rgba(5, 13, 23, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34), 0 0 28px rgba(34, 211, 238, 0.09);
}

.process-rail li::after {
  background: #030712;
}

.process-rail li span,
.impact-grid span {
  background: rgba(2, 4, 7, 0.72);
  box-shadow: 0 0 0 5px rgba(34, 211, 238, 0.042), 0 0 20px rgba(34, 211, 238, 0.08);
}

.principles-grid span {
  color: var(--color-blue);
  text-shadow: 0 0 24px rgba(56, 189, 248, 0.24);
}

.standards-grid article::before,
.module-card::before,
.modes-grid article::before {
  background: linear-gradient(90deg, var(--color-cyan), var(--color-blue), rgba(245, 158, 11, 0.7));
}

.atlas-shell {
  border-color: rgba(34, 211, 238, 0.16);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.04), rgba(245, 247, 250, 0.012)),
    radial-gradient(circle at 48% 0%, rgba(34, 211, 238, 0.105), transparent 26rem),
    rgba(2, 4, 7, 0.68);
}

.atlas-shell::before {
  background:
    radial-gradient(circle at 50% 15%, rgba(34, 211, 238, 0.15), transparent 21rem),
    radial-gradient(circle at 80% 74%, rgba(245, 158, 11, 0.04), transparent 19rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.11) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.022) 1px, transparent 1px);
  background-size: auto, auto, 118px 118px, 46px 46px, 46px 46px;
}

.atlas-toolbar {
  align-items: stretch;
}

.search-field input,
.form-field input,
.form-field select,
.form-field textarea {
  border-color: rgba(56, 189, 248, 0.18);
  background: rgba(2, 4, 7, 0.66);
  color: var(--color-text);
  box-shadow: inset 0 1px 0 rgba(245, 247, 250, 0.025);
}

.search-field input:focus,
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(34, 211, 238, 0.76);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.11), 0 0 24px rgba(34, 211, 238, 0.08);
  background: rgba(2, 4, 7, 0.9);
}

.atlas-counter,
.atlas-active-panel {
  border-color: rgba(56, 189, 248, 0.18);
  background:
    radial-gradient(circle at 14% 26%, rgba(34, 211, 238, 0.09), transparent 13rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.044), rgba(245, 247, 250, 0.014)),
    rgba(3, 7, 18, 0.76);
}

.atlas-counter strong,
.atlas-active-stats span {
  color: var(--color-cyan);
  text-shadow: 0 0 20px rgba(34, 211, 238, 0.22);
}

.atlas-map-board {
  border-color: rgba(56, 189, 248, 0.16);
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.11), transparent 27rem),
    radial-gradient(circle at 22% 38%, rgba(245, 158, 11, 0.035), transparent 16rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.14) 0 1px, transparent 1.7px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.022) 1px, transparent 1px),
    rgba(2, 4, 7, 0.58);
  background-size: auto, auto, 116px 116px, 34px 34px, 34px 34px, auto;
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.34);
}

.atlas-map-board::before {
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.42), rgba(245, 158, 11, 0.2), transparent);
}

.atlas-map-board::after {
  border-color: rgba(56, 189, 248, 0.14);
  box-shadow: 0 0 46px rgba(34, 211, 238, 0.06), inset 0 0 32px rgba(34, 211, 238, 0.035);
}

.atlas-node {
  border-color: rgba(56, 189, 248, 0.16);
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.065), transparent 9rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.04), rgba(245, 247, 250, 0.012)),
    rgba(3, 7, 18, 0.82);
}

.atlas-node::before {
  background: var(--node-color, var(--color-cyan));
  box-shadow: 0 0 18px color-mix(in srgb, var(--node-color, var(--color-cyan)) 70%, transparent);
}

.atlas-node:hover,
.atlas-node.is-active {
  border-color: rgba(34, 211, 238, 0.58);
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.105), transparent 10rem),
    linear-gradient(180deg, rgba(56, 189, 248, 0.08), rgba(245, 247, 250, 0.016)),
    rgba(3, 7, 18, 0.92);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), 0 0 34px rgba(34, 211, 238, 0.16);
}

.atlas-node.is-active::after {
  border-color: rgba(34, 211, 238, 0.22);
  box-shadow: inset 0 0 26px rgba(34, 211, 238, 0.07);
}

.node-territorio { --node-color: #5eead4; }
.node-infraestructura { --node-color: #38bdf8; }
.node-gobierno { --node-color: #60a5fa; }
.node-software { --node-color: #22d3ee; }
.node-futuro { --node-color: #f59e0b; }

.node-territorio::before,
.node-infraestructura::before,
.node-gobierno::before,
.node-software::before,
.node-futuro::before {
  background: var(--node-color);
}

.filter-btn {
  border-color: rgba(56, 189, 248, 0.16);
  background: rgba(2, 4, 7, 0.54);
}

.filter-btn:hover,
.filter-btn.is-active {
  border-color: rgba(34, 211, 238, 0.58);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.1), rgba(245, 247, 250, 0.018)),
    rgba(3, 7, 18, 0.86);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.11);
}

.vertical-card {
  border-color: rgba(56, 189, 248, 0.14);
  background:
    radial-gradient(circle at 92% 8%, rgba(34, 211, 238, 0.07), transparent 8rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.04), rgba(245, 247, 250, 0.012)),
    rgba(3, 7, 18, 0.78);
}

.vertical-card::before {
  border-top-color: color-mix(in srgb, var(--family-color, var(--color-cyan)) 52%, transparent);
  border-right-color: color-mix(in srgb, var(--family-color, var(--color-cyan)) 52%, transparent);
}

.vertical-card:hover {
  border-color: color-mix(in srgb, var(--family-color, var(--color-cyan)) 48%, transparent);
  background:
    radial-gradient(circle at 92% 8%, rgba(34, 211, 238, 0.12), transparent 9rem),
    linear-gradient(180deg, rgba(56, 189, 248, 0.072), rgba(245, 247, 250, 0.016)),
    rgba(3, 7, 18, 0.9);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.42), 0 0 32px rgba(34, 211, 238, 0.12);
}

.vertical-code {
  border-color: color-mix(in srgb, var(--family-color, var(--color-cyan)) 38%, transparent);
  background: color-mix(in srgb, var(--family-color, var(--color-cyan)) 10%, transparent);
  color: color-mix(in srgb, var(--family-color, var(--color-cyan)) 82%, #f5f7fa);
}

.maturity-badge {
  border-color: rgba(56, 189, 248, 0.16);
  background: rgba(2, 4, 7, 0.48);
}

.maturity-dot.prototype,
.maturity-dot.pilot {
  background: var(--color-cyan);
}

.maturity-dot.ip,
.status-amber {
  background: var(--color-amber);
}

.module-card::after {
  border-color: rgba(56, 189, 248, 0.13);
  box-shadow: inset 0 0 22px rgba(34, 211, 238, 0.045);
}

.route-console {
  border-color: rgba(34, 211, 238, 0.18);
  background:
    radial-gradient(circle at 72% 18%, rgba(34, 211, 238, 0.08), transparent 18rem),
    linear-gradient(90deg, rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.02) 1px, transparent 1px),
    rgba(2, 4, 7, 0.76);
}

.route-option:hover,
.route-option.is-active {
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.13), rgba(245, 158, 11, 0.03)),
    rgba(5, 13, 23, 0.92);
}

.route-option.is-active::before {
  background: var(--color-cyan);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.58);
}

.route-output::before {
  border-color: rgba(56, 189, 248, 0.14);
  box-shadow: inset 0 0 42px rgba(34, 211, 238, 0.035);
}

.route-label {
  color: var(--color-cyan);
}

.route-step {
  border-color: rgba(56, 189, 248, 0.16);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.075), rgba(245, 158, 11, 0.028)),
    rgba(2, 4, 7, 0.56);
}

.route-step:last-child {
  border-color: rgba(245, 158, 11, 0.32);
}

.route-step:last-child::before {
  border-color: rgba(245, 158, 11, 0.42);
  color: var(--color-amber);
}

.portfolio-guard article:first-child {
  border-color: rgba(34, 211, 238, 0.28);
}

.portfolio-guard article:last-child,
.policy-box {
  border-color: rgba(245, 158, 11, 0.3);
}

.portfolio-guard article:last-child::after,
.policy-box {
  background:
    linear-gradient(180deg, rgba(245, 158, 11, 0.075), rgba(245, 247, 250, 0.016)),
    rgba(3, 7, 18, 0.76);
}

.file-card::before {
  border-color: rgba(245, 158, 11, 0.34);
}

.file-card span {
  border-color: rgba(245, 158, 11, 0.18);
  background: rgba(245, 158, 11, 0.045);
  color: #f8d49b;
}

.scale-route {
  border-color: rgba(56, 189, 248, 0.16);
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 211, 238, 0.07), transparent 13rem),
    rgba(2, 4, 7, 0.58);
}

.scale-route span {
  border-color: rgba(56, 189, 248, 0.16);
  background: rgba(3, 7, 18, 0.72);
}

.contact-form {
  background:
    radial-gradient(circle at 16% 0%, rgba(34, 211, 238, 0.09), transparent 17rem),
    radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.045), transparent 14rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.04), rgba(245, 247, 250, 0.012)),
    rgba(2, 4, 7, 0.76);
}

.contact-form::before {
  background:
    radial-gradient(circle at 16% 0%, rgba(34, 211, 238, 0.075), transparent 16rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.1) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.024) 1px, transparent 1px);
  background-size: auto, 120px 120px, 42px 42px;
}

.form-feedback.is-visible {
  color: var(--color-cyan);
}

.site-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.055), transparent 22rem),
    linear-gradient(90deg, rgba(56, 189, 248, 0.026) 1px, transparent 1px),
    #020407;
  background-size: auto, 64px 64px, auto;
}

/* Orbital observatory refinement */
body {
  background:
    radial-gradient(circle at 58% 18%, rgba(34, 211, 238, 0.09), transparent 28rem),
    radial-gradient(circle at 20% 46%, rgba(56, 189, 248, 0.055), transparent 26rem),
    radial-gradient(circle at 84% 70%, rgba(245, 158, 11, 0.042), transparent 24rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.32) 0 1px, transparent 1.45px),
    radial-gradient(circle, rgba(34, 211, 238, 0.18) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.014) 1px, transparent 1px),
    linear-gradient(135deg, #000205 0%, #02050b 48%, #050b16 100%);
  background-size: auto, auto, auto, 126px 126px, 238px 238px, 88px 88px, 88px 88px, auto;
}

body::before {
  background:
    linear-gradient(90deg, transparent 0 12.5%, rgba(56, 189, 248, 0.024) 12.5% 12.58%, transparent 12.58% 37.5%, rgba(245, 158, 11, 0.016) 37.5% 37.56%, transparent 37.56% 62.5%, rgba(34, 211, 238, 0.022) 62.5% 62.58%, transparent 62.58%),
    linear-gradient(180deg, transparent 0 18%, rgba(56, 189, 248, 0.022) 18% 18.08%, transparent 18.08% 52%, rgba(245, 158, 11, 0.014) 52% 52.06%, transparent 52.06%),
    radial-gradient(circle at 50% 30%, rgba(34, 211, 238, 0.08), transparent 31rem),
    radial-gradient(circle at 66% 78%, rgba(251, 146, 60, 0.035), transparent 25rem);
  opacity: 0.86;
  mask-image: linear-gradient(180deg, #000 0 82%, transparent 100%);
}

body::after {
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 247, 250, 0.08), transparent 1px),
    radial-gradient(circle at 30% 24%, rgba(34, 211, 238, 0.1), transparent 22rem),
    radial-gradient(circle at 72% 22%, rgba(56, 189, 248, 0.09), transparent 26rem),
    radial-gradient(circle at 78% 74%, rgba(245, 158, 11, 0.055), transparent 23rem),
    linear-gradient(180deg, rgba(0, 2, 5, 0.04), rgba(0, 2, 5, 0.72) 100%);
  opacity: 1;
}

.universe-canvas {
  opacity: 0.94;
  mix-blend-mode: screen;
  filter: saturate(1.18) contrast(1.16);
}

.iriz-intro {
  background:
    radial-gradient(circle at 50% 46%, rgba(34, 211, 238, 0.12), transparent 24rem),
    radial-gradient(circle at 30% 80%, rgba(251, 146, 60, 0.075), transparent 20rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.2) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.018) 1px, transparent 1px),
    rgba(0, 2, 5, 0.985);
  background-size: auto, auto, 132px 132px, 64px 64px, 64px 64px, auto;
}

.intro-field {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.32) 0 1px, transparent 1.45px),
    radial-gradient(circle, rgba(34, 211, 238, 0.24) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px);
  background-size: 104px 104px, 218px 218px, 54px 54px, 54px 54px;
  opacity: 0.9;
}

.intro-orbit-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: translateY(-3vh);
}

.tech-planet {
  --planet-size: 22rem;
  position: absolute;
  width: var(--planet-size);
  aspect-ratio: 1;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 25%, rgba(56, 189, 248, 0.18), transparent 17%),
    radial-gradient(circle at 66% 68%, rgba(245, 158, 11, 0.09), transparent 19%),
    radial-gradient(circle at 50% 50%, rgba(7, 17, 31, 0.92) 0 38%, rgba(2, 5, 11, 0.98) 66%, #000205 100%);
  box-shadow:
    inset -34px -42px 72px rgba(0, 0, 0, 0.78),
    inset 18px 16px 42px rgba(34, 211, 238, 0.08),
    0 0 42px rgba(34, 211, 238, 0.2),
    0 0 130px rgba(56, 189, 248, 0.08);
  isolation: isolate;
  opacity: 0.86;
  animation: planetPulse 8s ease-in-out infinite;
}

.tech-planet::before,
.tech-planet::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.tech-planet::before {
  inset: 8%;
  background:
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(34, 211, 238, 0.1) 18px, transparent 19px),
    repeating-linear-gradient(90deg, transparent 0 24px, rgba(56, 189, 248, 0.08) 25px, transparent 26px),
    radial-gradient(ellipse at 50% 50%, transparent 0 52%, rgba(34, 211, 238, 0.14) 53%, transparent 54%),
    radial-gradient(ellipse at 50% 50%, transparent 0 34%, rgba(245, 247, 250, 0.06) 35%, transparent 36%);
  opacity: 0.78;
  mix-blend-mode: screen;
  transform: rotate(-12deg);
}

.tech-planet::after {
  background:
    radial-gradient(circle at 26% 22%, rgba(245, 247, 250, 0.12), transparent 13%),
    linear-gradient(115deg, transparent 0 36%, rgba(0, 2, 5, 0.16) 48%, rgba(0, 2, 5, 0.74) 100%);
  box-shadow: inset 0 0 0 1px rgba(245, 247, 250, 0.035);
}

.planet-orbit {
  position: absolute;
  inset: -17%;
  z-index: -1;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(0.34);
  box-shadow: 0 0 34px rgba(34, 211, 238, 0.08);
  animation: orbitGlow 7s ease-in-out infinite;
}

.orbit-b {
  inset: -29%;
  border-color: rgba(56, 189, 248, 0.13);
  transform: rotate(28deg) scaleY(0.28);
  animation-delay: -2.2s;
}

.orbit-c {
  inset: -42%;
  border-color: rgba(245, 158, 11, 0.13);
  transform: rotate(76deg) scaleY(0.22);
  animation-delay: -4.4s;
}

.planet-node {
  position: absolute;
  z-index: 3;
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid rgba(245, 247, 250, 0.76);
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.76), 0 0 30px rgba(34, 211, 238, 0.22);
  animation: planetNodePulse 2.8s ease-in-out infinite;
}

.tech-planet .node-1 { left: 58%; top: 19%; }
.tech-planet .node-2 { left: 31%; top: 38%; animation-delay: -0.8s; }
.tech-planet .node-3 { left: 68%; top: 54%; background: var(--color-blue); animation-delay: -1.4s; }
.tech-planet .node-4 { left: 42%; top: 70%; background: var(--color-amber); animation-delay: -2s; }
.tech-planet .node-5 { left: 76%; top: 32%; width: 0.34rem; height: 0.34rem; animation-delay: -2.4s; }

.intro-planet {
  --planet-size: min(74vmin, 650px);
  opacity: 0.48;
  filter: blur(0.1px);
}

.intro-console {
  width: min(100% - 2rem, 590px);
  border-color: rgba(34, 211, 238, 0.34);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.052), rgba(245, 247, 250, 0.014)),
    radial-gradient(circle at 50% -20%, rgba(34, 211, 238, 0.16), transparent 13rem),
    rgba(0, 2, 5, 0.78);
  box-shadow:
    0 42px 150px rgba(0, 0, 0, 0.76),
    0 0 58px rgba(34, 211, 238, 0.16),
    inset 0 0 0 1px rgba(245, 247, 250, 0.025);
}

.intro-console::before {
  content: "";
  position: absolute;
  inset: 0.58rem;
  border: 1px solid rgba(56, 189, 248, 0.11);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.intro-status {
  border-color: rgba(34, 211, 238, 0.24);
  background: rgba(0, 2, 5, 0.62);
}

.intro-progress {
  height: 0.5rem;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.08), rgba(245, 158, 11, 0.06)),
    rgba(245, 247, 250, 0.055);
  box-shadow: inset 0 0 0 1px rgba(245, 247, 250, 0.025);
}

.intro-progress span {
  background: linear-gradient(90deg, var(--color-cyan), var(--color-blue), var(--color-amber), var(--color-cyan));
  background-size: 180% 100%;
  animation: progressOrbit 1.8s linear infinite;
}

.hero,
.section,
.section-panel,
.principles-section,
.rigor-section,
.impact-section,
.contact-section {
  background-color: transparent;
}

.section {
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 211, 238, 0.035), transparent 22rem),
    radial-gradient(circle at 88% 72%, rgba(245, 158, 11, 0.022), transparent 19rem);
}

.section::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.11) 0 1px, transparent 1.35px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.028), transparent);
  background-size: 180px 180px, 72px 72px, 72px 72px, auto;
  opacity: 0.62;
}

.hero {
  background:
    radial-gradient(circle at 68% 43%, rgba(34, 211, 238, 0.12), transparent 25rem),
    radial-gradient(circle at 74% 68%, rgba(245, 158, 11, 0.054), transparent 20rem),
    radial-gradient(circle at 50% 0%, rgba(245, 247, 250, 0.045), transparent 26rem),
    linear-gradient(180deg, rgba(0, 2, 5, 0.08), rgba(0, 2, 5, 0.72));
}

.hero-copy {
  padding: 1.15rem 0;
}

h1 {
  color: #fff;
  text-shadow: 0 0 42px rgba(34, 211, 238, 0.14), 0 24px 62px rgba(0, 0, 0, 0.48);
}

.hero-subtitle,
.hero-manifesto,
.hero-support,
.os-brief,
.section-heading p,
.section-copy p,
.vertical-card p,
.module-card p,
.audience-grid p,
.collaboration-grid p,
.impact-grid p {
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.36);
}

.hero-manifesto {
  display: inline-flex;
  border-left-color: var(--color-cyan);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.18), rgba(56, 189, 248, 0.065), rgba(245, 158, 11, 0.04)),
    rgba(0, 2, 5, 0.56);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.13), 0 22px 54px rgba(0, 0, 0, 0.42);
}

.command-panel {
  border-color: rgba(34, 211, 238, 0.28);
  background:
    radial-gradient(circle at 52% 47%, rgba(34, 211, 238, 0.105), transparent 18rem),
    radial-gradient(circle at 50% 50%, rgba(0, 2, 5, 0.18), transparent 23rem),
    linear-gradient(135deg, rgba(56, 189, 248, 0.07), rgba(2, 5, 11, 0.82) 48%, rgba(0, 2, 5, 0.96)),
    #000205;
  box-shadow:
    0 48px 160px rgba(0, 0, 0, 0.74),
    inset 0 0 0 1px rgba(245, 247, 250, 0.026),
    inset 0 0 90px rgba(0, 0, 0, 0.44),
    0 0 70px rgba(34, 211, 238, 0.13);
}

.hero-planet {
  --planet-size: 23rem;
  left: 50%;
  top: 47%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0.56;
}

.panel-grid {
  background-image:
    radial-gradient(circle, rgba(245, 247, 250, 0.13) 0 1px, transparent 1.45px),
    linear-gradient(rgba(34, 211, 238, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.052) 1px, transparent 1px);
  background-size: 112px 112px, 32px 32px, 32px 32px;
}

.analysis-rings {
  z-index: 2;
}

.network-map {
  z-index: 3;
}

.command-counter,
.command-readouts,
.floating-module,
.command-footer,
.panel-title,
.panel-coordinates,
.panel-chrome {
  z-index: 5;
}

.command-counter {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.12), transparent 5rem),
    rgba(0, 2, 5, 0.78);
}

.command-counter span {
  color: #fff;
  text-shadow: 0 0 24px rgba(34, 211, 238, 0.46);
}

.hero-metrics article,
.module-card,
.file-card,
.portfolio-guard article,
.modes-grid article,
.audience-grid article,
.collaboration-grid article,
.standards-grid article,
.impact-grid article,
.atlas-shell,
.route-console,
.policy-box,
.contact-form,
.ip-grid span,
.atlas-active-panel,
.atlas-counter,
.scale-route {
  border-color: rgba(56, 189, 248, 0.14);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.035), rgba(245, 247, 250, 0.009)),
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.045), transparent 12rem),
    rgba(0, 2, 5, 0.72);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.46), inset 0 0 0 1px rgba(245, 247, 250, 0.018);
}

.hero-metrics article:hover,
.module-card:hover,
.file-card:hover,
.modes-grid article:hover,
.audience-grid article:hover,
.collaboration-grid article:hover,
.standards-grid article:hover,
.impact-grid article:hover {
  border-color: rgba(34, 211, 238, 0.42);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.07), rgba(245, 247, 250, 0.012)),
    radial-gradient(circle at 18% 0%, rgba(56, 189, 248, 0.085), transparent 12rem),
    rgba(2, 5, 11, 0.9);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.52), 0 0 40px rgba(34, 211, 238, 0.12);
}

.process-rail li,
.principles-grid article,
.route-option {
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.026), rgba(245, 247, 250, 0.007)),
    rgba(0, 2, 5, 0.9);
}

.atlas-shell {
  background:
    radial-gradient(circle at 50% 8%, rgba(34, 211, 238, 0.13), transparent 26rem),
    radial-gradient(circle at 82% 72%, rgba(245, 158, 11, 0.04), transparent 20rem),
    rgba(0, 2, 5, 0.68);
}

.atlas-shell::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.16) 0 1px, transparent 1.45px),
    radial-gradient(circle, rgba(34, 211, 238, 0.14) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 50% 16%, rgba(34, 211, 238, 0.13), transparent 22rem);
  background-size: 128px 128px, 220px 220px, 44px 44px, 44px 44px, auto;
}

.atlas-map-board {
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.12), transparent 27rem),
    radial-gradient(circle at 20% 38%, rgba(245, 158, 11, 0.045), transparent 16rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.2) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.026) 1px, transparent 1px),
    rgba(0, 2, 5, 0.72);
  background-size: auto, auto, 96px 96px, 32px 32px, 32px 32px, auto;
}

.atlas-map-board::after {
  border-color: rgba(34, 211, 238, 0.16);
  box-shadow: 0 0 70px rgba(34, 211, 238, 0.07), inset 0 0 44px rgba(56, 189, 248, 0.04);
}

.atlas-node {
  border-color: rgba(56, 189, 248, 0.2);
  background:
    radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--node-color, var(--color-cyan)) 9%, transparent), transparent 9rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.035), rgba(245, 247, 250, 0.008)),
    rgba(0, 2, 5, 0.82);
}

.atlas-node::before {
  box-shadow:
    0 0 18px color-mix(in srgb, var(--node-color, var(--color-cyan)) 72%, transparent),
    0 0 42px color-mix(in srgb, var(--node-color, var(--color-cyan)) 22%, transparent);
}

.atlas-node:hover,
.atlas-node.is-active {
  border-color: rgba(34, 211, 238, 0.62);
  background:
    radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--node-color, var(--color-cyan)) 15%, transparent), transparent 10rem),
    linear-gradient(180deg, rgba(34, 211, 238, 0.075), rgba(245, 247, 250, 0.012)),
    rgba(0, 2, 5, 0.94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.46), 0 0 42px rgba(34, 211, 238, 0.18);
}

.vertical-card {
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--family-color, var(--color-cyan)) 10%, transparent), transparent 8rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.032), rgba(245, 247, 250, 0.008)),
    rgba(0, 2, 5, 0.8);
}

.vertical-card:hover {
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--family-color, var(--color-cyan)) 17%, transparent), transparent 9rem),
    linear-gradient(180deg, rgba(34, 211, 238, 0.058), rgba(245, 247, 250, 0.01)),
    rgba(0, 2, 5, 0.92);
}

.route-console {
  background:
    radial-gradient(circle at 72% 18%, rgba(34, 211, 238, 0.1), transparent 18rem),
    radial-gradient(circle at 20% 80%, rgba(245, 158, 11, 0.035), transparent 16rem),
    linear-gradient(90deg, rgba(56, 189, 248, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.022) 1px, transparent 1px),
    rgba(0, 2, 5, 0.82);
}

.route-flow {
  position: relative;
}

.route-flow::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1.38rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.48), rgba(245, 158, 11, 0.28), transparent);
  pointer-events: none;
}

.route-step {
  z-index: 1;
  border-color: rgba(56, 189, 248, 0.2);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.075), rgba(245, 158, 11, 0.028)),
    rgba(0, 2, 5, 0.74);
}

.portfolio-guard article,
.file-card {
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.032), rgba(245, 247, 250, 0.008)),
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.045), transparent 10rem),
    rgba(0, 2, 5, 0.78);
}

.contact-form {
  background:
    radial-gradient(circle at 16% 0%, rgba(34, 211, 238, 0.1), transparent 17rem),
    radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.055), transparent 14rem),
    rgba(0, 2, 5, 0.82);
}

.search-field input,
.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(0, 2, 5, 0.78);
}

.site-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.07), transparent 22rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.12) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.024) 1px, transparent 1px),
    #000205;
  background-size: auto, 140px 140px, 64px 64px, auto;
}

@keyframes planetPulse {
  0%,
  100% {
    box-shadow:
      inset -34px -42px 72px rgba(0, 0, 0, 0.78),
      inset 18px 16px 42px rgba(34, 211, 238, 0.08),
      0 0 42px rgba(34, 211, 238, 0.2),
      0 0 130px rgba(56, 189, 248, 0.08);
  }
  50% {
    box-shadow:
      inset -34px -42px 72px rgba(0, 0, 0, 0.78),
      inset 18px 16px 42px rgba(34, 211, 238, 0.12),
      0 0 58px rgba(34, 211, 238, 0.28),
      0 0 160px rgba(245, 158, 11, 0.06);
  }
}

@keyframes orbitGlow {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.78;
  }
}

@keyframes planetNodePulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes progressOrbit {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 180% 0;
  }
}

@media (max-width: 860px) {
  .intro-planet {
    --planet-size: min(86vw, 430px);
    opacity: 0.42;
  }

  .hero-planet {
    --planet-size: 19rem;
    opacity: 0.42;
  }

  .route-flow::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .intro-console {
    width: min(100% - 1rem, 560px);
    padding: 1.1rem;
  }

  .intro-planet {
    --planet-size: min(92vw, 360px);
    opacity: 0.34;
  }

  .hero-planet {
    --planet-size: 16rem;
    top: 47%;
    opacity: 0.34;
  }
}

/* Fullscreen orbital intro */
.iriz-intro {
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
  place-items: stretch;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.1), transparent 22rem),
    radial-gradient(circle at 48% 48%, rgba(245, 158, 11, 0.04), transparent 24rem),
    radial-gradient(circle at 20% 72%, rgba(245, 247, 250, 0.045), transparent 22rem),
    #000205;
}

.iriz-intro::before,
.iriz-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.iriz-intro::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.28) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(34, 211, 238, 0.16) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(245, 158, 11, 0.16) 0 1px, transparent 1.5px);
  background-size: 92px 92px, 158px 158px, 238px 238px;
  opacity: 0.72;
  animation: introStarDrift 18s linear infinite;
}

.iriz-intro::after {
  background:
    radial-gradient(ellipse at 50% 50%, transparent 0 22%, rgba(0, 2, 5, 0.22) 47%, rgba(0, 2, 5, 0.9) 100%),
    linear-gradient(180deg, rgba(0, 2, 5, 0.18), rgba(0, 2, 5, 0.62));
}

.intro-space-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.98;
  mix-blend-mode: screen;
}

.intro-field {
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(245, 247, 250, 0.08), transparent 30%),
    radial-gradient(ellipse at 50% 50%, rgba(245, 158, 11, 0.05), transparent 38%),
    radial-gradient(ellipse at 50% 50%, rgba(34, 211, 238, 0.07), transparent 42%);
  opacity: 0.9;
  animation: none;
}

.intro-field span {
  width: 0.2rem;
  height: 0.2rem;
  background: rgba(245, 158, 11, 0.84);
  box-shadow: 0 0 22px rgba(245, 158, 11, 0.5), 0 0 54px rgba(34, 211, 238, 0.18);
}

.intro-field span:nth-child(1) { left: 34%; top: 32%; }
.intro-field span:nth-child(2) { left: 64%; top: 31%; }
.intro-field span:nth-child(3) { left: 67%; top: 65%; }
.intro-field span:nth-child(4) { left: 31%; top: 64%; }
.intro-field span:nth-child(5) { left: 50%; top: 50%; }

.intro-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 24.8%, rgba(251, 146, 60, 0.11) 24.9%, transparent 25.05%, transparent 49.85%, rgba(34, 211, 238, 0.16) 49.95%, transparent 50.05%, transparent 74.8%, rgba(251, 146, 60, 0.09) 74.9%, transparent 75.05%),
    linear-gradient(180deg, transparent 0 24.85%, rgba(251, 146, 60, 0.08) 24.95%, transparent 25.05%, transparent 49.85%, rgba(34, 211, 238, 0.13) 49.95%, transparent 50.05%, transparent 74.85%, rgba(56, 189, 248, 0.08) 74.95%, transparent 75.05%),
    linear-gradient(90deg, rgba(56, 189, 248, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.042) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 72px 72px, 72px 72px;
  opacity: 0.78;
}

.intro-orbit-stage {
  z-index: 4;
  transform: none;
}

.intro-planet {
  --planet-size: min(48vmin, 520px);
  left: 50%;
  top: 48%;
  opacity: 0.82;
  transform: translate(-50%, -50%);
  filter: none;
  box-shadow:
    inset -42px -54px 90px rgba(0, 0, 0, 0.9),
    inset 18px 16px 46px rgba(34, 211, 238, 0.12),
    0 0 48px rgba(34, 211, 238, 0.24),
    0 0 160px rgba(56, 189, 248, 0.11),
    0 0 220px rgba(245, 158, 11, 0.055);
}

.intro-planet::before {
  opacity: 0.86;
}

.intro-planet .planet-orbit {
  opacity: 0.74;
}

.intro-audio,
.intro-skip {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 247, 250, 0.24);
  background: rgba(0, 2, 5, 0.45);
  color: var(--color-text);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36), 0 0 24px rgba(34, 211, 238, 0.08);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.intro-audio:hover,
.intro-skip:hover {
  transform: translateY(-1px);
  border-color: rgba(34, 211, 238, 0.58);
  background: rgba(2, 5, 11, 0.72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.44), 0 0 30px rgba(34, 211, 238, 0.14);
}

.intro-audio {
  left: clamp(1rem, 2.2vw, 2rem);
  top: clamp(1rem, 2.2vw, 2rem);
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
}

.intro-audio span {
  position: relative;
  width: 0.95rem;
  height: 0.78rem;
  border-left: 0.35rem solid var(--color-text);
  border-top: 0.28rem solid transparent;
  border-bottom: 0.28rem solid transparent;
}

.intro-audio span::before,
.intro-audio span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.36rem;
  transform: translateY(-50%);
  border: 1px solid rgba(34, 211, 238, 0.8);
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.intro-audio span::before {
  width: 0.42rem;
  height: 0.58rem;
}

.intro-audio span::after {
  width: 0.72rem;
  height: 0.94rem;
  opacity: 0.72;
}

.intro-audio.is-muted span::after {
  width: 1.05rem;
  height: 1px;
  border: 0;
  border-top: 2px solid var(--color-amber);
  border-radius: 0;
  transform: translate(0.08rem, -50%) rotate(-42deg);
}

.intro-audio.is-muted span::before {
  opacity: 0.24;
}

.intro-skip {
  right: clamp(1rem, 2.2vw, 2rem);
  top: clamp(1rem, 2.2vw, 2rem);
  min-height: 2.55rem;
  padding: 0.52rem 0.94rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 780;
  letter-spacing: 0;
}

.intro-loader {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 7;
  width: min(48vw, 480px);
  min-width: min(360px, calc(100vw - 2rem));
  transform: translate(-50%, -50%);
  display: grid;
  gap: 0.72rem;
  justify-items: center;
  text-align: center;
  pointer-events: none;
}

.intro-loader p {
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(0.86rem, 1.4vw, 1rem);
  font-weight: 820;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.9), 0 0 24px rgba(34, 211, 238, 0.28);
}

.intro-progress {
  width: 100%;
  height: 0.52rem;
  margin: 0;
  border: 1px solid rgba(245, 247, 250, 0.64);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(245, 247, 250, 0.12), rgba(34, 211, 238, 0.08)),
    rgba(0, 2, 5, 0.56);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.14),
    0 0 22px rgba(34, 211, 238, 0.18),
    0 0 42px rgba(251, 146, 60, 0.08);
}

.intro-progress span {
  background:
    linear-gradient(90deg, var(--color-amber), var(--color-cyan), var(--color-blue), var(--color-amber));
  background-size: 180% 100%;
  box-shadow: 0 0 18px rgba(251, 146, 60, 0.46), 0 0 26px rgba(34, 211, 238, 0.28);
}

.intro-status,
.intro-console {
  display: none;
}

@keyframes introStarDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 92px 92px, -158px 158px, 238px -238px;
  }
}

@media (max-width: 860px) {
  .intro-planet {
    --planet-size: min(58vmin, 430px);
    top: 47%;
  }

  .intro-loader {
    top: 58%;
    width: min(72vw, 420px);
  }
}

@media (max-width: 640px) {
  .intro-grid {
    background-size: 100% 100%, 100% 100%, 54px 54px, 54px 54px;
    opacity: 0.62;
  }

  .intro-planet {
    --planet-size: min(68vmin, 300px);
    top: 46%;
    opacity: 0.72;
  }

  .intro-loader {
    top: 61%;
    width: min(82vw, 360px);
    min-width: 0;
  }

  .intro-audio,
  .intro-skip {
    top: 0.8rem;
  }
}

/* Dense orbital intro refinement */
.iriz-intro {
  background:
    radial-gradient(circle at 50% 48%, rgba(34, 211, 238, 0.105), transparent 26rem),
    radial-gradient(circle at 50% 49%, rgba(251, 146, 60, 0.06), transparent 31rem),
    radial-gradient(ellipse at 50% 52%, rgba(245, 247, 250, 0.055), transparent 42%),
    #000205;
}

.iriz-intro::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.42) 0 0.9px, transparent 1.35px),
    radial-gradient(circle, rgba(34, 211, 238, 0.26) 0 0.8px, transparent 1.25px),
    radial-gradient(circle, rgba(251, 146, 60, 0.26) 0 0.85px, transparent 1.3px),
    radial-gradient(ellipse at 50% 50%, rgba(245, 247, 250, 0.08), transparent 34%),
    radial-gradient(ellipse at 48% 50%, rgba(251, 146, 60, 0.055), transparent 38%);
  background-size: 54px 54px, 91px 91px, 146px 146px, auto, auto;
  opacity: 0.96;
  animation: introStarDrift 22s linear infinite;
}

.iriz-intro::after {
  background:
    radial-gradient(ellipse at 50% 48%, transparent 0 18%, rgba(0, 2, 5, 0.08) 36%, rgba(0, 2, 5, 0.78) 100%),
    radial-gradient(ellipse at 50% 50%, rgba(245, 247, 250, 0.045), transparent 43%),
    linear-gradient(180deg, rgba(0, 2, 5, 0.12), rgba(0, 2, 5, 0.68));
}

.intro-space-canvas {
  opacity: 1;
  filter: saturate(1.18) contrast(1.12);
}

.intro-grid {
  background:
    linear-gradient(90deg, transparent 0 12.45%, rgba(56, 189, 248, 0.052) 12.5%, transparent 12.58%, transparent 24.82%, rgba(251, 146, 60, 0.13) 24.9%, transparent 25.05%, transparent 49.82%, rgba(34, 211, 238, 0.2) 49.95%, transparent 50.06%, transparent 74.82%, rgba(251, 146, 60, 0.11) 74.9%, transparent 75.06%, transparent 87.45%, rgba(56, 189, 248, 0.046) 87.5%, transparent 87.58%),
    linear-gradient(180deg, transparent 0 12.45%, rgba(56, 189, 248, 0.044) 12.5%, transparent 12.58%, transparent 24.82%, rgba(251, 146, 60, 0.105) 24.9%, transparent 25.06%, transparent 49.82%, rgba(34, 211, 238, 0.16) 49.95%, transparent 50.06%, transparent 74.82%, rgba(251, 146, 60, 0.09) 74.9%, transparent 75.06%, transparent 87.45%, rgba(56, 189, 248, 0.042) 87.5%, transparent 87.58%),
    linear-gradient(90deg, rgba(56, 189, 248, 0.064) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.052) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 58px 58px, 58px 58px;
  opacity: 0.88;
}

.intro-field {
  background:
    radial-gradient(ellipse at 50% 49%, rgba(245, 247, 250, 0.1), transparent 28%),
    radial-gradient(ellipse at 50% 49%, rgba(245, 158, 11, 0.07), transparent 36%),
    radial-gradient(ellipse at 50% 49%, rgba(34, 211, 238, 0.09), transparent 42%);
  opacity: 1;
}

.intro-field span {
  width: 0.16rem;
  height: 0.16rem;
  background: rgba(251, 146, 60, 0.9);
  box-shadow: 0 0 24px rgba(251, 146, 60, 0.62), 0 0 70px rgba(34, 211, 238, 0.22);
}

.intro-planet {
  --planet-size: min(68vmin, 720px);
  top: 49%;
  opacity: 0.92;
  background:
    radial-gradient(circle at 34% 25%, rgba(56, 189, 248, 0.2), transparent 15%),
    radial-gradient(circle at 67% 68%, rgba(251, 146, 60, 0.11), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(7, 17, 31, 0.95) 0 36%, rgba(2, 5, 11, 0.99) 64%, #000205 100%);
  box-shadow:
    inset -54px -66px 110px rgba(0, 0, 0, 0.94),
    inset 20px 18px 52px rgba(34, 211, 238, 0.13),
    0 0 52px rgba(34, 211, 238, 0.22),
    0 0 150px rgba(56, 189, 248, 0.13),
    0 0 240px rgba(251, 146, 60, 0.06);
}

.intro-planet::before {
  inset: 6%;
  background:
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(34, 211, 238, 0.13) 14px, transparent 15px),
    repeating-linear-gradient(90deg, transparent 0 20px, rgba(56, 189, 248, 0.105) 21px, transparent 22px),
    radial-gradient(ellipse at 50% 50%, transparent 0 27%, rgba(245, 247, 250, 0.07) 28%, transparent 29%),
    radial-gradient(ellipse at 50% 50%, transparent 0 43%, rgba(34, 211, 238, 0.15) 44%, transparent 45%),
    radial-gradient(ellipse at 50% 50%, transparent 0 59%, rgba(251, 146, 60, 0.075) 60%, transparent 61%);
  opacity: 0.9;
}

.intro-planet::after {
  background:
    radial-gradient(circle at 27% 22%, rgba(245, 247, 250, 0.12), transparent 12%),
    linear-gradient(115deg, transparent 0 32%, rgba(0, 2, 5, 0.22) 48%, rgba(0, 2, 5, 0.82) 100%);
}

.intro-planet .planet-orbit {
  opacity: 0.9;
  border-color: rgba(34, 211, 238, 0.24);
  box-shadow: 0 0 42px rgba(34, 211, 238, 0.1);
}

.intro-planet .orbit-b {
  border-color: rgba(56, 189, 248, 0.17);
}

.intro-planet .orbit-c {
  border-color: rgba(251, 146, 60, 0.18);
}

.intro-loader {
  top: 52.5%;
  width: min(42vw, 520px);
  min-width: min(420px, calc(100vw - 2rem));
  gap: 0.58rem;
}

.intro-brand-logo {
  width: clamp(2.15rem, 4vw, 3rem);
  height: clamp(2.15rem, 4vw, 3rem);
  margin-inline: auto;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(0, 2, 5, 0.58);
  box-shadow:
    0 0 0 1px rgba(245, 247, 250, 0.18),
    0 0 22px rgba(34, 211, 238, 0.16),
    0 0 30px rgba(139, 92, 246, 0.12);
  opacity: 0.86;
}

.intro-loader p {
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  font-weight: 820;
  color: #f5f7fa;
}

.intro-progress {
  height: 0.5rem;
  border-color: rgba(245, 247, 250, 0.72);
  background:
    linear-gradient(90deg, rgba(245, 247, 250, 0.18), rgba(34, 211, 238, 0.11)),
    rgba(0, 2, 5, 0.68);
}

.intro-progress span {
  background:
    linear-gradient(90deg, #fb923c, #f59e0b 38%, #22d3ee 72%, #fb923c);
  background-size: 200% 100%;
  box-shadow: 0 0 18px rgba(251, 146, 60, 0.58), 0 0 28px rgba(34, 211, 238, 0.28);
}

.intro-audio,
.intro-skip {
  background: rgba(0, 2, 5, 0.34);
  border-color: rgba(245, 247, 250, 0.28);
}

@media (max-width: 860px) {
  .intro-planet {
    --planet-size: min(76vmin, 560px);
  }

  .intro-loader {
    top: 55%;
    width: min(68vw, 460px);
    min-width: min(360px, calc(100vw - 2rem));
  }
}

@media (max-width: 640px) {
  .intro-grid {
    background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
    opacity: 0.74;
  }

  .intro-planet {
    --planet-size: min(82vmin, 360px);
    top: 47%;
    opacity: 0.86;
  }

  .intro-loader {
    top: 60%;
    width: min(84vw, 360px);
    min-width: 0;
  }
}

/* Authorized asset-inspired visual system */
.hero {
  min-height: calc(100vh - 76px);
  padding-top: clamp(4.5rem, 7vw, 7.2rem);
  padding-bottom: 3.8rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(34, 211, 238, 0.11), transparent 27rem),
    radial-gradient(circle at 50% 47%, rgba(251, 146, 60, 0.058), transparent 31rem),
    radial-gradient(ellipse at 50% 44%, rgba(245, 247, 250, 0.055), transparent 42%),
    #000205;
}

.hero::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.28) 0 0.9px, transparent 1.35px),
    radial-gradient(circle, rgba(34, 211, 238, 0.18) 0 0.85px, transparent 1.25px),
    radial-gradient(circle, rgba(251, 146, 60, 0.2) 0 0.9px, transparent 1.3px),
    linear-gradient(90deg, transparent 0 24.82%, rgba(251, 146, 60, 0.09) 24.9%, transparent 25.05%, transparent 49.82%, rgba(34, 211, 238, 0.13) 49.95%, transparent 50.06%, transparent 74.82%, rgba(251, 146, 60, 0.075) 74.9%, transparent 75.06%),
    linear-gradient(180deg, transparent 0 49.82%, rgba(34, 211, 238, 0.1) 49.95%, transparent 50.06%, transparent 74.82%, rgba(251, 146, 60, 0.06) 74.9%, transparent 75.06%),
    linear-gradient(180deg, rgba(0, 2, 5, 0.08), rgba(0, 2, 5, 0.72));
  background-size: 62px 62px, 112px 112px, 180px 180px, 100% 100%, 100% 100%, auto;
  opacity: 0.95;
}

.hero::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.42), rgba(251, 146, 60, 0.16), transparent);
}

.hero-layout {
  position: relative;
  min-height: min(760px, calc(100vh - 118px));
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 1040px;
  margin-inline: auto;
  padding: 0;
  text-align: center;
}

.hero-system-bar,
.hero-actions {
  justify-content: center;
}

.os-brief,
.hero-subtitle,
.hero-support {
  margin-inline: auto;
}

.hero-support {
  max-width: 780px;
}

.hero h1 {
  max-width: 1080px;
  margin-inline: auto;
  font-size: clamp(3rem, 6vw, 5.9rem);
  color: #fff;
  text-transform: none;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 36px rgba(34, 211, 238, 0.18), 0 24px 70px rgba(0, 0, 0, 0.72);
}

.hero-manifesto {
  margin-inline: auto;
  border-left: 0;
  border-radius: 999px;
  padding: 0.72rem 1.05rem;
  background:
    linear-gradient(90deg, rgba(245, 247, 250, 0.09), rgba(34, 211, 238, 0.1), rgba(251, 146, 60, 0.055)),
    rgba(0, 2, 5, 0.42);
}

.hero-manifesto::after {
  left: 1rem;
  right: 1rem;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.64), rgba(251, 146, 60, 0.38), transparent);
}

.hero .btn-primary {
  min-width: 12.4rem;
  border-color: rgba(245, 247, 250, 0.72);
  border-radius: 999px;
  background: #f5f7fa;
  color: #050b16;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42), 0 0 36px rgba(245, 247, 250, 0.18);
}

.hero .btn-secondary {
  border-radius: 999px;
}

.hero .command-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  overflow: visible;
}

.hero .command-panel::before,
.hero .command-panel::after,
.hero .panel-chrome,
.hero .panel-title {
  display: none;
}

.hero .panel-grid {
  opacity: 0.52;
  background-image:
    radial-gradient(circle, rgba(245, 247, 250, 0.18) 0 1px, transparent 1.35px),
    linear-gradient(rgba(34, 211, 238, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.046) 1px, transparent 1px);
  background-size: 112px 112px, 54px 54px, 54px 54px;
}

.hero .hero-planet {
  --planet-size: min(62vmin, 660px);
  top: 48%;
  opacity: 0.72;
}

.hero .network-map {
  inset: 10% 12% 8%;
  width: 76%;
  height: 80%;
  opacity: 0.72;
}

.hero .analysis-rings {
  inset: 10% 22%;
  opacity: 0.82;
}

.hero .panel-coordinates {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 1.4rem;
  transform: translateX(-50%);
  justify-content: center;
  opacity: 0.72;
}

.hero .panel-scanline {
  opacity: 0.52;
}

.hero .command-counter {
  right: clamp(0.6rem, 2.5vw, 2rem);
  top: clamp(1rem, 4vw, 3rem);
  background: rgba(0, 2, 5, 0.52);
}

.hero .command-readouts {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 4.2rem;
  width: min(720px, 86vw);
  transform: translateX(-50%);
}

.hero .floating-module {
  width: min(18vw, 170px);
  background: rgba(0, 2, 5, 0.54);
}

.hero .module-a { left: 4%; top: 20%; }
.hero .module-b { right: 5%; top: 25%; }
.hero .module-c { left: 8%; bottom: 22%; }
.hero .module-d { right: 10%; bottom: 24%; }

.hero .command-footer {
  display: none;
}

.hero-orbit-nav {
  position: relative;
  z-index: 3;
  min-height: 15rem;
  margin-top: -2rem;
  margin-bottom: 1.6rem;
  pointer-events: none;
}

.hero-orbit-nav::before,
.hero-orbit-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scaleY(0.36);
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-nav::before {
  width: min(82vw, 890px);
  border-color: rgba(56, 189, 248, 0.16);
}

.hero-orbit-nav::after {
  width: min(62vw, 680px);
  border-color: rgba(251, 146, 60, 0.12);
  transform: translate(-50%, -50%) rotate(-18deg) scaleY(0.32);
}

.orbit-core,
.orbit-link {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  pointer-events: auto;
}

.orbit-core {
  left: 50%;
  top: 50%;
  width: 5.4rem;
  min-height: 2.1rem;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(34, 211, 238, 0.28);
  background: rgba(0, 2, 5, 0.58);
  color: var(--color-cyan);
  font-size: 0.76rem;
  font-weight: 850;
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.16);
}

.orbit-link {
  min-height: 2.25rem;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(245, 247, 250, 0.56);
  background: rgba(245, 247, 250, 0.88);
  color: #07111f;
  font-size: 0.9rem;
  font-weight: 820;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.42), 0 0 22px rgba(245, 247, 250, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.orbit-link::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.44rem;
  border-radius: 50%;
  background: var(--color-amber);
  box-shadow: 0 0 16px rgba(251, 146, 60, 0.58);
}

.orbit-link:hover,
.orbit-link:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.46), 0 0 30px rgba(34, 211, 238, 0.2);
}

.orbit-link-a { left: 12%; top: 45%; }
.orbit-link-b { left: 34%; top: 12%; }
.orbit-link-c { right: 19%; top: 6%; }
.orbit-link-d { right: 8%; top: 49%; }
.orbit-link-e { left: 24%; bottom: 8%; }
.orbit-link-f { right: 23%; bottom: 4%; }
.orbit-link-g { left: 49%; bottom: 20%; }

.hero-metrics {
  position: relative;
  z-index: 4;
}

.quick-map-section {
  padding-block: 4.6rem 3.8rem;
  border-block: 1px solid rgba(56, 189, 248, 0.1);
  background:
    radial-gradient(circle at 50% 35%, rgba(34, 211, 238, 0.075), transparent 24rem),
    radial-gradient(circle at 72% 70%, rgba(251, 146, 60, 0.04), transparent 20rem),
    rgba(0, 2, 5, 0.38);
}

.quick-map-section .section-heading {
  margin-bottom: 0;
  text-align: center;
}

.quick-map-section .section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.quick-map-section .hero-orbit-nav {
  min-height: 17rem;
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.quick-map-section .hero-orbit-nav::before {
  width: min(84vw, 920px);
}

.quick-map-section .hero-orbit-nav::after {
  width: min(64vw, 700px);
}

.atlas-shell {
  border-color: rgba(251, 146, 60, 0.18);
  background:
    radial-gradient(circle at 46% 16%, rgba(34, 211, 238, 0.1), transparent 24rem),
    radial-gradient(circle at 78% 72%, rgba(251, 146, 60, 0.056), transparent 20rem),
    rgba(0, 2, 5, 0.72);
}

.atlas-shell::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.2) 0 0.95px, transparent 1.35px),
    radial-gradient(circle, rgba(251, 146, 60, 0.22) 0 0.9px, transparent 1.28px),
    linear-gradient(90deg, transparent 0 24.82%, rgba(251, 146, 60, 0.11) 24.9%, transparent 25.05%, transparent 49.82%, rgba(34, 211, 238, 0.15) 49.95%, transparent 50.05%, transparent 74.82%, rgba(251, 146, 60, 0.08) 74.9%, transparent 75.05%),
    linear-gradient(180deg, transparent 0 49.82%, rgba(34, 211, 238, 0.11) 49.95%, transparent 50.05%, transparent 74.82%, rgba(251, 146, 60, 0.07) 74.9%, transparent 75.05%),
    linear-gradient(90deg, rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.022) 1px, transparent 1px);
  background-size: 72px 72px, 130px 130px, 100% 100%, 100% 100%, 42px 42px, 42px 42px;
}

.atlas-shell::after {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 146, 60, 0.24), rgba(251, 146, 60, 0.24)) 9% 24% / 18% 1px no-repeat,
    linear-gradient(180deg, rgba(251, 146, 60, 0.24), rgba(251, 146, 60, 0.24)) 9% 24% / 1px 18% no-repeat,
    linear-gradient(90deg, rgba(251, 146, 60, 0.18), rgba(251, 146, 60, 0.18)) 61% 14% / 22% 1px no-repeat,
    linear-gradient(180deg, rgba(251, 146, 60, 0.18), rgba(251, 146, 60, 0.18)) 61% 14% / 1px 22% no-repeat,
    linear-gradient(90deg, rgba(34, 211, 238, 0.18), rgba(34, 211, 238, 0.18)) 40% 64% / 26% 1px no-repeat,
    linear-gradient(180deg, rgba(34, 211, 238, 0.16), rgba(34, 211, 238, 0.16)) 40% 64% / 1px 18% no-repeat,
    linear-gradient(135deg, transparent 0 49.8%, rgba(245, 247, 250, 0.2) 50%, transparent 50.2%) 20% 24% / 54% 54% no-repeat;
  opacity: 0.5;
}

.atlas-map-board {
  overflow: hidden;
  border-color: rgba(251, 146, 60, 0.2);
}

.atlas-map-board::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.42), rgba(251, 146, 60, 0.3), transparent);
}

.atlas-map-board .atlas-node::after {
  box-shadow: none;
}

.atlas-map-board::after {
  width: min(58vw, 42rem);
  border-color: rgba(251, 146, 60, 0.16);
}

.atlas-node {
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.3);
}

.vertical-card {
  clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0.8rem 100%, 0 calc(100% - 0.8rem));
}

.vertical-card::before {
  width: 1.8rem;
  height: 1.8rem;
  border-top-color: rgba(251, 146, 60, 0.36);
  border-right-color: rgba(251, 146, 60, 0.36);
}

.vertical-card::after {
  background: linear-gradient(90deg, rgba(251, 146, 60, 0.55), rgba(56, 189, 248, 0.32), transparent);
}

@media (max-width: 1120px) {
  .hero-layout {
    min-height: 720px;
  }

  .hero .command-panel {
    min-height: 100%;
  }

  .hero .hero-planet {
    --planet-size: min(72vmin, 560px);
  }

  .hero-orbit-nav {
    min-height: 19rem;
  }

  .orbit-link-a { left: 7%; top: 44%; }
  .orbit-link-b { left: 29%; top: 8%; }
  .orbit-link-c { right: 12%; top: 10%; }
  .orbit-link-d { right: 5%; top: 48%; }
  .orbit-link-e { left: 14%; bottom: 8%; }
  .orbit-link-f { right: 14%; bottom: 6%; }
  .orbit-link-g { left: 44%; bottom: 19%; }
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
    padding-top: 4.2rem;
  }

  .hero-layout {
    min-height: 680px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.4rem);
  }

  .hero .command-readouts,
  .hero .floating-module,
  .hero .panel-coordinates {
    display: none;
  }

  .hero-orbit-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    min-height: auto;
    margin-top: 1rem;
    pointer-events: auto;
  }

  .hero-orbit-nav::before,
  .hero-orbit-nav::after,
  .orbit-core {
    display: none;
  }

  .orbit-link {
    position: static;
    min-height: 2.65rem;
    transform: none;
  }

  .orbit-link:hover,
  .orbit-link:focus-visible {
    transform: translateY(-1px);
  }
}

@media (max-width: 640px) {
  .hero-layout {
    min-height: 640px;
  }

  .hero .hero-planet {
    --planet-size: min(95vw, 420px);
  }

  .hero-orbit-nav,
  .hero-metrics {
    grid-template-columns: 1fr;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes driftGrid {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 68px 68px;
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes routeStepIn {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes scanLine {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.18;
  }
  50% {
    transform: translateY(360px);
    opacity: 0.9;
  }
}

@keyframes rotateSoft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes dashFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -80;
  }
}

@keyframes pulseNode {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

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

@media (max-width: 1120px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .nav-cta {
    display: none;
  }

  .hero-layout,
  .split-layout,
  .ip-layout,
  .contact-layout,
  .footer-layout,
  .routes-layout {
    grid-template-columns: 1fr;
  }

  .command-panel {
    min-height: 540px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-rail ol {
    grid-template-columns: repeat(4, 1fr);
  }

  .process-rail ol::before {
    display: none;
  }

  .process-rail li::after {
    display: none;
  }

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

  .principles-grid,
  .modes-grid,
  .standards-grid,
  .impact-grid,
  .atlas-map-board {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 860px) {
  :root {
    --section-space: 4.5rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 76px 1rem auto 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.7rem;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background: rgba(5, 9, 13, 0.97);
    box-shadow: var(--shadow-panel);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 0.9rem;
    border-radius: var(--radius);
  }

  .nav-menu a:hover {
    background: rgba(104, 217, 255, 0.07);
  }

  .nav-menu a::after {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-subtitle {
    font-size: 1.12rem;
  }

  .atlas-toolbar {
    grid-template-columns: 1fr;
  }

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

  .atlas-active-stats {
    justify-items: start;
  }

  .route-console {
    grid-template-columns: 1fr;
  }

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

  .file-grid,
  .portfolio-guard,
  .audience-grid,
  .collaboration-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-links {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .nav {
    min-height: 68px;
  }

  .nav-menu {
    inset: 68px 0.6rem auto 0.6rem;
  }

  .brand-logo {
    width: 2.35rem;
    height: 2.35rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2,
  .ecosystem-section .section-heading h2 {
    font-size: 1.8rem;
  }

  .hero-actions,
  .hero-actions .btn,
  .contact-form .btn {
    width: 100%;
  }

  .command-panel {
    min-height: 500px;
  }

  .universe-canvas {
    opacity: 0.44;
  }

  .panel-title {
    right: 1rem;
    top: 2.35rem;
  }

  .panel-coordinates {
    top: 4.85rem;
  }

  .command-counter {
    top: 7.7rem;
    right: 1rem;
  }

  .command-readouts {
    left: 5%;
    right: 5%;
    top: 60%;
    grid-template-columns: repeat(3, 1fr);
  }

  .command-footer {
    flex-direction: column;
    gap: 0.3rem;
  }

  .analysis-rings span:nth-child(1) {
    width: 14rem;
    height: 14rem;
  }

  .analysis-rings span:nth-child(2) {
    width: 9rem;
    height: 9rem;
  }

  .floating-module {
    width: min(58%, 170px);
    padding: 0.75rem;
  }

  .module-a {
    left: 5%;
    top: 27%;
  }

  .module-b {
    right: 5%;
    top: 37%;
  }

  .module-c {
    left: 6%;
    bottom: 16%;
  }

  .module-d {
    right: 6%;
    bottom: 15%;
  }

  .hero-metrics,
  .process-rail ol,
  .principles-grid,
  .standards-grid,
  .impact-grid,
  .atlas-map-board,
  .module-grid,
  .atlas-grid,
  .file-grid,
  .portfolio-guard,
  .modes-grid,
  .audience-grid,
  .collaboration-grid,
  .form-grid,
  .ip-grid {
    grid-template-columns: 1fr;
  }

  .route-options {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Brand presence refinement */
.brand-logo {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(0, 2, 5, 0.72);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.26),
    0 0 20px rgba(34, 211, 238, 0.13),
    0 0 28px rgba(139, 92, 246, 0.1);
}

.footer-brand .brand-logo,
.brand-logo-footer {
  width: 2.4rem;
  height: 2.4rem;
}

.intro-logo {
  position: relative;
  z-index: 9;
  width: clamp(7rem, 12vw, 13.75rem);
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(0, 2, 5, 0.2);
  filter:
    drop-shadow(0 0 18px rgba(34, 211, 238, 0.34))
    drop-shadow(0 0 38px rgba(139, 92, 246, 0.24))
    drop-shadow(0 0 58px rgba(56, 189, 248, 0.12));
}

.intro-loader {
  z-index: 9;
  gap: clamp(0.72rem, 1.2vw, 1rem);
}

.hero-brand-logo {
  display: block;
  width: clamp(7rem, 9vw, 11rem);
  height: auto;
  aspect-ratio: 1;
  margin: 0 0 clamp(0.85rem, 1.5vw, 1.2rem);
  border-radius: 50%;
  object-fit: contain;
  background: rgba(0, 2, 5, 0.34);
  filter:
    drop-shadow(0 0 16px rgba(34, 211, 238, 0.26))
    drop-shadow(0 0 30px rgba(139, 92, 246, 0.16));
}

@media (max-width: 960px) {
  .intro-logo {
    width: clamp(7rem, 18vw, 10rem);
  }

  .hero-brand-logo {
    width: clamp(6.25rem, 16vw, 8.75rem);
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .intro-logo {
    width: clamp(5.4rem, 28vw, 7.5rem);
  }

  .hero-brand-logo {
    width: clamp(4.9rem, 25vw, 6.875rem);
    margin-bottom: 0.9rem;
  }
}

/* Hero two-column restoration */
.hero {
  min-height: calc(100vh - 76px);
  padding-top: clamp(4.8rem, 6vw, 6.8rem);
  padding-bottom: clamp(3.6rem, 5vw, 5.4rem);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(2rem, 4vw, 4.6rem);
  min-height: min(690px, calc(100vh - 118px));
  align-items: center;
  justify-items: stretch;
  isolation: isolate;
}

.hero-copy {
  z-index: 5;
  max-width: 720px;
  margin-inline: 0;
  padding: 1rem 0;
  text-align: left;
}

.hero-system-bar,
.hero-actions {
  justify-content: flex-start;
}

.hero-subtitle,
.hero-manifesto,
.hero-support,
.os-brief {
  margin-inline: 0;
}

.hero h1 {
  max-width: 760px;
  margin-inline: 0;
  font-size: clamp(2.72rem, 4.35vw, 4.85rem);
  line-height: 1.01;
  text-align: left;
  text-shadow:
    0 0 28px rgba(34, 211, 238, 0.13),
    0 18px 54px rgba(0, 0, 0, 0.58);
}

.hero-subtitle {
  max-width: 660px;
  font-size: clamp(1.08rem, 1.2vw, 1.22rem);
}

.hero-manifesto {
  max-width: 680px;
  border-left: 2px solid rgba(34, 211, 238, 0.72);
  border-radius: var(--radius-tight);
  padding: 0.78rem 1rem 0.78rem 1.1rem;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.15), rgba(56, 189, 248, 0.055), rgba(245, 158, 11, 0.035)),
    rgba(0, 2, 5, 0.5);
}

.hero-manifesto::after {
  left: 1.1rem;
  right: 1rem;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.72), rgba(245, 158, 11, 0.45), transparent);
}

.hero .command-panel {
  position: relative;
  inset: auto;
  z-index: 2;
  min-height: clamp(530px, 48vw, 630px);
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 52% 48%, rgba(34, 211, 238, 0.12), transparent 18rem),
    radial-gradient(circle at 28% 72%, rgba(245, 158, 11, 0.055), transparent 15rem),
    linear-gradient(135deg, rgba(34, 211, 238, 0.07), rgba(245, 247, 250, 0.02) 48%, rgba(0, 2, 5, 0.74)),
    rgba(2, 5, 11, 0.72);
  box-shadow:
    var(--shadow-panel),
    inset 0 0 0 1px rgba(245, 247, 250, 0.035),
    0 0 58px rgba(34, 211, 238, 0.1);
  pointer-events: auto;
}

.hero .command-panel::before,
.hero .command-panel::after {
  display: block;
}

.hero .panel-chrome {
  display: flex;
}

.hero .panel-title {
  display: grid;
}

.hero .panel-grid {
  opacity: 0.7;
  background-image:
    radial-gradient(circle, rgba(245, 247, 250, 0.12) 0 0.8px, transparent 1.15px),
    linear-gradient(rgba(34, 211, 238, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.055) 1px, transparent 1px);
  background-size: 92px 92px, 34px 34px, 34px 34px;
}

.hero .hero-planet {
  --planet-size: clamp(19rem, 30vw, 25rem);
  left: 50%;
  top: 48%;
  z-index: 1;
  opacity: 0.58;
  transform: translate(-50%, -50%);
}

.hero .network-map {
  inset: 12% 6% 12%;
  z-index: 2;
  width: 88%;
  height: 78%;
  opacity: 0.62;
}

.hero .analysis-rings {
  inset: 15% 15%;
  opacity: 0.76;
}

.hero .panel-coordinates {
  left: 1rem;
  right: 1rem;
  top: 5.35rem;
  bottom: auto;
  justify-content: flex-start;
  opacity: 1;
  transform: none;
}

.hero .panel-scanline {
  opacity: 0.44;
}

.hero .command-counter {
  right: 1.1rem;
  top: 1rem;
  min-width: 8.6rem;
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.1), rgba(245, 247, 250, 0.026)),
    rgba(0, 2, 5, 0.72);
}

.hero .command-readouts {
  left: 8%;
  right: 8%;
  top: 54%;
  bottom: auto;
  width: auto;
  transform: none;
}

.hero .floating-module {
  width: min(42%, 188px);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.075), rgba(245, 247, 250, 0.018)),
    rgba(0, 2, 5, 0.76);
  pointer-events: auto;
}

.hero .module-a {
  left: 7%;
  top: 18%;
}

.hero .module-b {
  right: 7%;
  top: 34%;
}

.hero .module-c {
  left: 10%;
  bottom: 12%;
}

.hero .module-d {
  right: 11%;
  bottom: 15%;
}

.hero .command-footer {
  display: flex;
}

@media (max-width: 1120px) {
  .hero-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: 2rem;
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 4.8vw, 3.8rem);
  }

  .hero .command-panel {
    min-height: 540px;
  }
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    padding-top: 4.4rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero .command-panel {
    min-height: 520px;
  }
}

@media (max-width: 860px) {
  .hero h1 {
    font-size: clamp(2.35rem, 9vw, 3.55rem);
  }

  .hero .command-readouts,
  .hero .floating-module,
  .hero .panel-coordinates {
    display: none;
  }

  .hero .panel-title {
    right: 9.8rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 3.7rem;
    padding-bottom: 3rem;
  }

  .hero-layout {
    gap: 1.8rem;
  }

  .hero h1 {
    font-size: clamp(2.18rem, 10.6vw, 3rem);
  }

  .hero-system-bar {
    gap: 0.38rem;
  }

  .hero-manifesto {
    width: 100%;
    font-size: 0.93rem;
  }

  .hero .command-panel {
    min-height: 420px;
  }

  .hero .hero-planet {
    --planet-size: min(78vw, 22rem);
    opacity: 0.48;
  }

  .hero .network-map {
    inset: 17% 4% 12%;
    width: 92%;
    height: 72%;
  }

  .hero .analysis-rings {
    inset: 21% 12%;
  }

  .hero .command-counter {
    top: 0.9rem;
    right: 0.9rem;
    min-width: 7.4rem;
    padding: 0.78rem;
  }

  .hero .command-counter span {
    font-size: 1.9rem;
  }

  .hero .panel-title {
    left: 0.9rem;
    right: 8.5rem;
    top: 2.45rem;
  }
}

/* Centered brand navigation */
.nav {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 82px;
}

.nav-menu {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.6rem);
}

.nav-left,
.nav-right {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(0.58rem, 1vw, 0.9rem);
}

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

.nav-center {
  justify-self: center;
}

.nav-right {
  justify-content: flex-start;
}

.centered-brand {
  min-width: max-content;
  padding: 0.32rem 0.62rem;
  border: 1px solid rgba(34, 211, 238, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.055), rgba(139, 92, 246, 0.045)),
    rgba(0, 2, 5, 0.28);
}

.centered-brand .brand-logo {
  width: 3.4rem;
  height: 3.4rem;
}

.nav-mobile-panel {
  display: none;
}

.nav-menu .btn::after {
  display: none;
}

.nav-right .nav-cta {
  display: inline-flex;
  min-width: max-content;
}

@media (max-width: 1180px) {
  .nav {
    grid-template-columns: 2.9rem minmax(0, 1fr) 2.9rem;
    min-height: 76px;
  }

  .nav-menu {
    display: contents;
  }

  .nav-menu.is-open {
    display: contents;
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .nav-center {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .centered-brand {
    padding: 0.24rem 0.52rem;
  }

  .centered-brand .brand-logo {
    width: 3rem;
    height: 3rem;
  }

  .nav-toggle {
    display: block;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-mobile-panel {
    position: fixed;
    inset: 76px 1rem auto 1rem;
    z-index: 60;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.7rem;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background:
      linear-gradient(180deg, rgba(34, 211, 238, 0.055), transparent 38%),
      rgba(5, 9, 13, 0.98);
    box-shadow: var(--shadow-panel), 0 0 34px rgba(34, 211, 238, 0.08);
    backdrop-filter: blur(18px);
  }

  .nav-menu.is-open .nav-mobile-panel {
    display: flex;
  }

  .nav-mobile-panel a {
    padding: 0.9rem;
    border-radius: var(--radius);
  }

  .nav-mobile-panel a:hover,
  .nav-mobile-panel a:focus-visible {
    background: rgba(104, 217, 255, 0.07);
  }

  .nav-mobile-panel a::after {
    display: none;
  }

  .nav-mobile-panel .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin-top: 0.35rem;
  }
}

@media (max-width: 640px) {
  .nav {
    grid-template-columns: 2.7rem minmax(0, 1fr) 2.7rem;
    min-height: 68px;
  }

  .centered-brand {
    max-width: min(62vw, 13rem);
  }

  .centered-brand .brand-logo {
    width: 2.62rem;
    height: 2.62rem;
  }

  .centered-brand span {
    font-size: 0.98rem;
  }

  .nav-mobile-panel {
    inset: 68px 0.6rem auto 0.6rem;
  }
}

/* Header main logo placement */
.nav {
  min-height: clamp(128px, 10vw, 150px);
}

.nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centered-brand {
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  line-height: 0;
}

.centered-brand .header-main-logo,
.brand-logo.header-main-logo {
  width: clamp(112px, 8vw, 165px);
  height: clamp(112px, 8vw, 165px);
  border-radius: 50%;
  object-fit: contain;
  background: rgba(0, 2, 5, 0.2);
  filter:
    drop-shadow(0 0 18px rgba(34, 211, 238, 0.35))
    drop-shadow(0 0 32px rgba(139, 92, 246, 0.22));
  box-shadow: none;
}

.hero-brand-logo {
  display: none;
}

.hero {
  padding-top: clamp(3.8rem, 5vw, 5.8rem);
}

@media (max-width: 1180px) {
  .nav {
    min-height: 104px;
  }

  .centered-brand .header-main-logo,
  .brand-logo.header-main-logo {
    width: clamp(86px, 12vw, 104px);
    height: clamp(86px, 12vw, 104px);
  }

  .nav-mobile-panel {
    inset: 104px 1rem auto 1rem;
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 88px;
  }

  .centered-brand .header-main-logo,
  .brand-logo.header-main-logo {
    width: clamp(72px, 22vw, 96px);
    height: clamp(72px, 22vw, 96px);
  }

  .nav-mobile-panel {
    inset: 88px 0.6rem auto 0.6rem;
  }
}

/* Organic operating-universe background refinement */
body {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.095) 0 0.75px, transparent 1.18px),
    radial-gradient(circle, rgba(34, 211, 238, 0.07) 0 0.72px, transparent 1.12px),
    radial-gradient(circle, rgba(245, 158, 11, 0.055) 0 0.68px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.007) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.006) 1px, transparent 1px),
    linear-gradient(135deg, #000205 0%, #02050b 46%, #050816 100%);
  background-size: 78px 78px, 137px 137px, 211px 211px, 118px 118px, 118px 118px, auto;
}

body::before {
  background:
    radial-gradient(ellipse at 48% 12%, rgba(34, 211, 238, 0.08), transparent 28rem),
    radial-gradient(ellipse at 74% 36%, rgba(56, 189, 248, 0.045), transparent 24rem),
    radial-gradient(ellipse at 23% 70%, rgba(245, 158, 11, 0.034), transparent 23rem),
    radial-gradient(circle, rgba(245, 247, 250, 0.07) 0 0.65px, transparent 1px),
    radial-gradient(circle, rgba(34, 211, 238, 0.06) 0 0.58px, transparent 0.95px);
  background-size: auto, auto, auto, 96px 96px, 164px 164px;
  opacity: 0.9;
}

body::after {
  background:
    radial-gradient(circle at 50% 8%, rgba(34, 211, 238, 0.07), transparent 28rem),
    radial-gradient(circle at 18% 42%, rgba(56, 189, 248, 0.038), transparent 28rem),
    radial-gradient(circle at 88% 68%, rgba(245, 158, 11, 0.032), transparent 25rem),
    linear-gradient(115deg, transparent 0 38%, rgba(245, 247, 250, 0.012) 48%, transparent 58%);
  opacity: 0.78;
}

.universe-canvas {
  opacity: 0.86;
}

.hero,
.section,
.section-panel,
.principles-section,
.rigor-section,
.impact-section,
.ecosystem-section,
.contact-section,
.quick-map-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.052), transparent 23rem),
    radial-gradient(circle at 82% 48%, rgba(56, 189, 248, 0.032), transparent 24rem),
    radial-gradient(circle at 48% 82%, rgba(245, 158, 11, 0.026), transparent 22rem),
    rgba(0, 2, 5, 0.18);
}

.hero::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.18) 0 0.78px, transparent 1.18px),
    radial-gradient(circle, rgba(34, 211, 238, 0.125) 0 0.7px, transparent 1.1px),
    radial-gradient(circle, rgba(251, 146, 60, 0.11) 0 0.72px, transparent 1.08px),
    linear-gradient(90deg, transparent 0 24.9%, rgba(251, 146, 60, 0.026) 24.96%, transparent 25.05%, transparent 49.9%, rgba(34, 211, 238, 0.032) 49.96%, transparent 50.05%, transparent 74.9%, rgba(251, 146, 60, 0.02) 74.96%, transparent 75.05%),
    linear-gradient(180deg, transparent 0 49.9%, rgba(34, 211, 238, 0.026) 49.96%, transparent 50.05%, transparent 74.9%, rgba(251, 146, 60, 0.018) 74.96%, transparent 75.05%),
    radial-gradient(ellipse at 58% 28%, rgba(34, 211, 238, 0.065), transparent 31rem),
    linear-gradient(180deg, rgba(0, 2, 5, 0.02), rgba(0, 2, 5, 0.62));
  background-size: 62px 62px, 118px 118px, 190px 190px, 100% 100%, 100% 100%, auto, auto;
  opacity: 0.62;
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.22), rgba(251, 146, 60, 0.08), transparent);
}

.section::before {
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.08) 0 0.62px, transparent 1px),
    radial-gradient(circle, rgba(34, 211, 238, 0.06) 0 0.58px, transparent 0.98px),
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.035), transparent 20rem),
    linear-gradient(90deg, transparent, rgba(104, 217, 255, 0.014), transparent);
  background-size: 93px 93px, 151px 151px, auto, auto;
  opacity: 0.42;
}

.panel-grid,
.hero .panel-grid {
  opacity: 0.44;
  background-image:
    radial-gradient(circle, rgba(245, 247, 250, 0.12) 0 0.75px, transparent 1.08px),
    radial-gradient(circle, rgba(34, 211, 238, 0.085) 0 0.65px, transparent 1px),
    linear-gradient(rgba(34, 211, 238, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.022) 1px, transparent 1px);
  background-size: 82px 82px, 138px 138px, 58px 58px, 58px 58px;
}

.command-panel {
  background:
    radial-gradient(circle at 52% 48%, rgba(34, 211, 238, 0.12), transparent 18rem),
    radial-gradient(circle at 72% 28%, rgba(245, 247, 250, 0.026), transparent 16rem),
    radial-gradient(circle at 28% 72%, rgba(245, 158, 11, 0.05), transparent 15rem),
    linear-gradient(135deg, rgba(34, 211, 238, 0.065), rgba(245, 247, 250, 0.018) 48%, rgba(0, 2, 5, 0.78)),
    rgba(2, 5, 11, 0.76);
}

.atlas-shell,
.route-console,
.contact-form,
.policy-box,
.module-card,
.file-card,
.portfolio-guard article,
.modes-grid article,
.audience-grid article,
.collaboration-grid article,
.standards-grid article,
.principles-grid article,
.impact-grid article,
.vertical-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, 0.055), transparent 14rem),
    radial-gradient(circle at 84% 88%, rgba(245, 158, 11, 0.026), transparent 12rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.038), rgba(245, 247, 250, 0.014)),
    rgba(0, 2, 5, 0.68);
}

.centered-brand .header-main-logo,
.brand-logo.header-main-logo {
  width: clamp(82px, 5.8vw, 122px);
  height: clamp(82px, 5.8vw, 122px);
}

.nav {
  min-height: clamp(104px, 8vw, 128px);
}

@media (max-width: 1180px) {
  .centered-brand .header-main-logo,
  .brand-logo.header-main-logo {
    width: clamp(72px, 9vw, 92px);
    height: clamp(72px, 9vw, 92px);
  }

  .nav {
    min-height: 94px;
  }

  .nav-mobile-panel {
    inset: 94px 1rem auto 1rem;
  }
}

@media (max-width: 640px) {
  .universe-canvas {
    opacity: 0.68;
  }

  .centered-brand .header-main-logo,
  .brand-logo.header-main-logo {
    width: clamp(58px, 14vw, 82px);
    height: clamp(58px, 14vw, 82px);
  }

  .nav {
    min-height: 74px;
  }

  .nav-mobile-panel {
    inset: 74px 0.6rem auto 0.6rem;
  }

  .hero::before {
    opacity: 0.48;
  }
}

/* Header logo balanced size */
.centered-brand {
  border: 2px solid rgba(34, 211, 238, 0.82);
  border-radius: 50%;
  box-shadow:
    0 0 14px rgba(34, 211, 238, 0.38),
    0 0 34px rgba(56, 189, 248, 0.18);
}

.centered-brand .header-main-logo,
.brand-logo.header-main-logo {
  width: clamp(98px, 6.6vw, 132px);
  height: clamp(98px, 6.6vw, 132px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.nav {
  min-height: clamp(118px, 8.8vw, 142px);
}

@media (max-width: 1180px) {
  .centered-brand .header-main-logo,
  .brand-logo.header-main-logo {
    width: clamp(68px, 15vw, 92px);
    height: clamp(68px, 15vw, 92px);
  }

  .nav {
    min-height: 106px;
  }

  .nav-mobile-panel {
    inset: 106px 1rem auto 1rem;
  }
}

@media (max-width: 640px) {
  .centered-brand .header-main-logo,
  .brand-logo.header-main-logo {
    width: clamp(68px, 15vw, 92px);
    height: clamp(68px, 15vw, 92px);
  }

  .nav {
    min-height: 92px;
  }

  .nav-mobile-panel {
    inset: 92px 0.6rem auto 0.6rem;
  }
}

/* Two-level cinematic hero */
.hero {
  padding-top: clamp(3.8rem, 5.5vw, 6rem);
  padding-bottom: clamp(3.6rem, 5vw, 5.4rem);
}

.hero-manifest {
  position: relative;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: clamp(0.9rem, 1.45vw, 1.35rem);
  max-width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3.8rem);
  text-align: center;
}

.hero-manifest .eyebrow {
  margin-bottom: 0;
}

.hero-manifest-title {
  display: grid;
  gap: clamp(0.25rem, 0.65vw, 0.48rem);
  max-width: 1120px;
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(2.25rem, 4.4vw, 5rem);
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 0 22px rgba(245, 247, 250, 0.16),
    0 0 42px rgba(34, 211, 238, 0.12),
    0 28px 78px rgba(0, 0, 0, 0.62);
}

.typewriter-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 0.34em;
  row-gap: 0.06em;
}

.typewriter-word {
  display: inline-flex;
  min-width: min(100%, 12.5ch);
  justify-content: flex-start;
  color: inherit;
  text-shadow:
    0 0 12px rgba(245, 247, 250, 0.18),
    0 0 24px rgba(34, 211, 238, 0.12);
}

.typewriter-word.is-loading {
  min-width: 3ch;
  opacity: 0.78;
  letter-spacing: 0.08em;
}

.typewriter-cursor {
  width: 0.08em;
  height: 0.86em;
  margin-left: 0.08em;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.86);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.45);
  animation: cursorBlink 980ms steps(2, end) infinite;
}

.hero-manifest-title .hero-title-static {
  max-width: 1020px;
  margin-inline: auto;
  font-size: clamp(1.88rem, 3.3vw, 3.8rem);
  line-height: 1.02;
}

.hero-manifest-subtitle {
  max-width: 890px;
  margin: 0;
  color: var(--color-soft);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.62;
}

.hero-manifest .hero-actions {
  justify-content: center;
  margin-top: 0.25rem;
}

.hero-system-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(1.5rem, 3.2vw, 3.6rem);
  align-items: stretch;
}

.hero-system-left {
  position: relative;
  display: grid;
  align-content: stretch;
  gap: clamp(1rem, 1.6vw, 1.35rem);
  min-height: clamp(530px, 48vw, 630px);
  padding: clamp(1.05rem, 2vw, 1.5rem);
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, 0.095), transparent 16rem),
    radial-gradient(circle at 82% 78%, rgba(245, 158, 11, 0.04), transparent 15rem),
    linear-gradient(145deg, rgba(245, 247, 250, 0.04), rgba(245, 247, 250, 0.014)),
    rgba(0, 2, 5, 0.66);
  box-shadow:
    var(--shadow-panel),
    inset 0 0 0 1px rgba(245, 247, 250, 0.028),
    0 0 44px rgba(34, 211, 238, 0.08);
}

.hero-system-left::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.12) 0 0.72px, transparent 1.1px),
    radial-gradient(circle, rgba(34, 211, 238, 0.08) 0 0.62px, transparent 1px),
    linear-gradient(rgba(34, 211, 238, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.014) 1px, transparent 1px);
  background-size: 74px 74px, 124px 124px, 52px 52px, 52px 52px;
  opacity: 0.55;
}

.hero-system-left > * {
  position: relative;
  z-index: 1;
}

.hero-system-tags {
  justify-content: flex-start;
  margin-bottom: 0;
}

.hero-system-metric {
  display: grid;
  align-content: center;
  min-height: clamp(7.8rem, 12vw, 10rem);
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.095), rgba(245, 247, 250, 0.022)),
    rgba(2, 5, 11, 0.68);
}

.hero-system-metric span {
  color: #f5f7fa;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: 0.88;
  font-weight: 900;
  text-shadow:
    0 0 18px rgba(34, 211, 238, 0.25),
    0 0 36px rgba(139, 92, 246, 0.12);
}

.hero-system-metric strong {
  margin-top: 0.35rem;
  color: var(--color-cyan);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  align-self: stretch;
}

.hero-capability-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 7.05rem;
  padding: 0.86rem;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, 0.06), transparent 7rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.035), rgba(245, 247, 250, 0.012)),
    rgba(2, 5, 11, 0.68);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-capability-card::after {
  content: "";
  position: absolute;
  left: 0.86rem;
  right: 0.86rem;
  bottom: 0.78rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.46), rgba(245, 158, 11, 0.22), transparent);
}

.hero-capability-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.42);
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, 0.1), transparent 7rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.05), rgba(245, 247, 250, 0.016)),
    rgba(2, 5, 11, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), 0 0 22px rgba(34, 211, 238, 0.08);
}

.hero-capability-card span {
  color: var(--color-cyan);
  font-size: 0.74rem;
  font-weight: 860;
}

.hero-capability-card strong {
  color: var(--color-soft);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  line-height: 1.18;
}

.hero-system-layout .command-panel {
  height: 100%;
}

@keyframes cursorBlink {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 1120px) {
  .hero-manifest-title {
    font-size: clamp(2rem, 5.4vw, 4rem);
  }

  .hero-manifest-title .hero-title-static {
    font-size: clamp(1.64rem, 4.1vw, 3rem);
  }

  .hero-system-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: 1.5rem;
  }
}

@media (max-width: 960px) {
  .hero-system-layout {
    grid-template-columns: 1fr;
  }

  .hero-system-left {
    min-height: auto;
  }

  .hero-system-layout .command-panel {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .hero-manifest {
    gap: 0.82rem;
    margin-bottom: 1.8rem;
    text-align: left;
    justify-items: start;
  }

  .hero-manifest-title {
    font-size: clamp(1.68rem, 9vw, 2.45rem);
    line-height: 1.04;
    text-align: left;
  }

  .typewriter-line {
    justify-content: flex-start;
  }

  .typewriter-word {
    min-width: 0;
  }

  .hero-manifest-title .hero-title-static {
    font-size: clamp(1.34rem, 7vw, 1.95rem);
    line-height: 1.08;
  }

  .hero-manifest-subtitle {
    font-size: 0.98rem;
  }

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

  .hero-system-left {
    padding: 0.9rem;
  }

  .hero-system-tags {
    gap: 0.38rem;
  }

  .hero-system-metric {
    min-height: 7.2rem;
  }

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

  .hero-capability-card {
    min-height: 5.9rem;
  }

  .hero-system-layout .command-panel {
    min-height: 420px;
  }
}

/* Dynamic multisector hero manifesto */
.hero-dynamic-title {
  display: grid;
  gap: clamp(0.34rem, 0.8vw, 0.58rem);
  max-width: 820px;
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: clamp(1.75rem, 2.62vw, 3.15rem);
  line-height: 1.02;
  text-align: left;
  text-transform: uppercase;
  text-wrap: balance;
}

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

.hero-title-dynamic-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.45em;
  row-gap: 0.12em;
}

.hero-title-static {
  max-width: 780px;
  font-size: clamp(1.34rem, 1.88vw, 2.18rem);
  line-height: 1.08;
}

.dynamic-word {
  display: inline-flex;
  align-items: baseline;
  min-width: min(100%, 13.5ch);
  color: var(--color-cyan);
  letter-spacing: 0;
  text-shadow:
    0 0 16px rgba(34, 211, 238, 0.38),
    0 0 30px rgba(56, 189, 248, 0.2),
    0 0 42px rgba(245, 158, 11, 0.08);
  transition: opacity 180ms ease, color 180ms ease, filter 180ms ease;
}

.dynamic-word.is-loading {
  min-width: 3ch;
  color: var(--color-amber);
  filter: saturate(1.08);
  text-shadow:
    0 0 12px rgba(245, 158, 11, 0.34),
    0 0 28px rgba(34, 211, 238, 0.18);
}

.hero-dynamic-title + .hero-manifesto {
  margin-top: 0.6rem;
}

@media (max-width: 1120px) {
  .hero-dynamic-title {
    max-width: 760px;
    font-size: clamp(1.7rem, 3.65vw, 2.85rem);
  }

  .hero-title-static {
    font-size: clamp(1.28rem, 2.8vw, 2rem);
  }
}

@media (max-width: 640px) {
  .hero-dynamic-title {
    gap: 0.32rem;
    font-size: clamp(1.46rem, 7.2vw, 2.08rem);
    line-height: 1.06;
  }

  .hero-title-static {
    font-size: clamp(1.18rem, 5.7vw, 1.72rem);
    line-height: 1.12;
  }

  .dynamic-word {
    min-width: 0;
  }
}

/* Final hero system safeguards */
.hero .hero-manifest {
  position: relative;
  z-index: 6;
  display: grid;
  justify-items: center;
  gap: clamp(0.9rem, 1.45vw, 1.35rem);
  max-width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3.8rem);
  text-align: center;
}

.hero .hero-manifest-title {
  display: grid;
  gap: clamp(0.25rem, 0.65vw, 0.48rem);
  max-width: 1120px;
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(2.25rem, 4.4vw, 5rem);
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 0 22px rgba(245, 247, 250, 0.16),
    0 0 42px rgba(34, 211, 238, 0.12),
    0 28px 78px rgba(0, 0, 0, 0.62);
}

.hero .typewriter-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 0.34em;
  row-gap: 0.06em;
}

.hero .typewriter-prefix,
.hero .typewriter-word,
.hero .hero-manifest-title .hero-title-static {
  color: #f5f7fa;
}

.hero .typewriter-word {
  min-width: min(100%, 13.8ch);
  justify-content: flex-start;
  text-shadow:
    0 0 12px rgba(245, 247, 250, 0.18),
    0 0 24px rgba(34, 211, 238, 0.12);
}

.hero .typewriter-word.is-loading {
  min-width: 3ch;
  color: #f5f7fa;
  opacity: 0.72;
  letter-spacing: 0.08em;
  filter: none;
}

.hero .hero-manifest-title .hero-title-static {
  max-width: 1020px;
  margin-inline: auto;
  font-size: clamp(1.88rem, 3.3vw, 3.8rem);
  line-height: 1.02;
}

.hero .hero-manifest-subtitle {
  max-width: 890px;
  margin: 0;
  color: var(--color-soft);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.62;
}

.hero .hero-manifest .hero-actions {
  justify-content: center;
  margin-top: 0.25rem;
}

.hero .hero-system-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(1.5rem, 3.2vw, 3.6rem);
  align-items: stretch;
}

.hero .hero-system-left,
.hero .hero-system-layout .command-panel {
  min-height: clamp(530px, 48vw, 630px);
}

.hero .hero-system-left {
  display: grid;
  align-content: stretch;
}

.hero .hero-system-layout .command-panel {
  height: 100%;
}

@media (max-width: 1120px) {
  .hero .hero-manifest-title {
    font-size: clamp(2rem, 5.4vw, 4rem);
  }

  .hero .hero-manifest-title .hero-title-static {
    font-size: clamp(1.64rem, 4.1vw, 3rem);
  }

  .hero .hero-system-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  }
}

@media (max-width: 960px) {
  .hero .hero-system-layout {
    grid-template-columns: 1fr;
  }

  .hero .hero-system-left {
    min-height: auto;
  }

  .hero .hero-system-layout .command-panel {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .hero .hero-manifest {
    gap: 0.82rem;
    margin-bottom: 1.8rem;
    text-align: left;
    justify-items: start;
  }

  .hero .hero-manifest-title {
    font-size: clamp(1.68rem, 9vw, 2.45rem);
    line-height: 1.04;
    text-align: left;
  }

  .hero .typewriter-line {
    justify-content: flex-start;
  }

  .hero .typewriter-word {
    min-width: 0;
  }

  .hero .hero-manifest-title .hero-title-static {
    font-size: clamp(1.34rem, 7vw, 1.95rem);
    line-height: 1.08;
  }

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

  .hero .hero-system-layout .command-panel {
    min-height: 420px;
  }
}

/* Hero manifesto alignment correction */
.hero .hero-manifest {
  justify-items: start;
  align-items: start;
  max-width: min(1120px, calc(100% - 2rem));
  text-align: left;
}

.hero .hero-manifest-title {
  display: block;
  max-width: 1080px;
  color: #f5f7fa;
  font-size: clamp(2.35rem, 4.25vw, 4.95rem);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}

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

.hero .typewriter-line {
  display: block;
  white-space: nowrap;
}

.hero .typewriter-prefix,
.hero .typewriter-word,
.hero .hero-manifest-title .hero-title-static {
  display: inline;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hero .typewriter-word {
  min-width: 0;
  white-space: nowrap;
  font-weight: 900;
  text-shadow:
    0 0 12px rgba(245, 247, 250, 0.16),
    0 0 22px rgba(34, 211, 238, 0.1);
}

.hero .typewriter-word.is-loading {
  min-width: 0;
  color: inherit;
  opacity: 0.78;
  letter-spacing: inherit;
}

.hero .typewriter-cursor {
  display: inline-block;
  vertical-align: -0.08em;
}

.hero .hero-manifest-title .hero-title-static {
  display: block;
  max-width: none;
  margin-top: 0.22em;
  margin-inline: 0;
  font: inherit;
  line-height: inherit;
}

.hero .hero-manifest-subtitle {
  max-width: 920px;
  text-align: left;
}

.hero .hero-manifest .hero-actions {
  justify-content: flex-start;
}

@media (max-width: 1120px) {
  .hero .hero-manifest-title {
    font-size: clamp(2.1rem, 5.1vw, 4.1rem);
  }
}

@media (max-width: 760px) {
  .hero .typewriter-line {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .hero .hero-manifest-title {
    font-size: clamp(1.72rem, 8.7vw, 2.58rem);
    line-height: 1.04;
  }
}

/* Hero editorial cyber panel */
.hero .hero-manifest {
  position: relative;
  box-sizing: border-box;
  width: min(1080px, calc(100% - 2rem));
  max-width: 1080px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
  padding: clamp(1.35rem, 3vw, 2.7rem);
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.12), transparent 18rem),
    radial-gradient(circle at 86% 76%, rgba(245, 158, 11, 0.045), transparent 18rem),
    linear-gradient(145deg, rgba(245, 247, 250, 0.055), rgba(245, 247, 250, 0.018)),
    rgba(0, 2, 5, 0.76);
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.42),
    0 0 40px rgba(34, 211, 238, 0.08),
    inset 0 0 0 1px rgba(245, 247, 250, 0.035);
  backdrop-filter: blur(16px);
}

.hero .hero-manifest::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.16), transparent 18%, transparent 82%, rgba(56, 189, 248, 0.08)),
    linear-gradient(rgba(34, 211, 238, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.026) 1px, transparent 1px),
    radial-gradient(circle, rgba(245, 247, 250, 0.1) 0 0.7px, transparent 1px);
  background-size: 100% 100%, 42px 42px, 42px 42px, 78px 78px;
  opacity: 0.5;
}

.hero .hero-manifest::after {
  content: "";
  position: absolute;
  left: clamp(1.35rem, 3vw, 2.7rem);
  right: clamp(1.35rem, 3vw, 2.7rem);
  top: 0;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.9), rgba(56, 189, 248, 0.22), transparent);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.28);
}

.hero .hero-manifest > * {
  position: relative;
  z-index: 1;
}

.hero .hero-manifest .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: rgba(94, 234, 212, 0.92);
  font-size: clamp(0.68rem, 0.75vw, 0.82rem);
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.hero .hero-manifest .eyebrow::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.85), transparent);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.35);
}

.hero .hero-manifest-title {
  max-width: 1000px;
  font-size: clamp(2.45rem, 3.35vw, 3.35rem);
  line-height: 1.01;
  letter-spacing: -0.018em;
  overflow-wrap: normal;
}

.hero .typewriter-line {
  white-space: normal;
}

.hero .typewriter-prefix,
.hero .typewriter-word {
  white-space: nowrap;
}

.hero .typewriter-word {
  font-weight: 900;
}

.hero .hero-manifest-title .hero-title-static {
  margin-top: 0.2em;
  text-wrap: balance;
}

.hero .hero-manifest-subtitle {
  max-width: 820px;
  margin-top: 0.12rem;
  color: rgba(210, 222, 235, 0.88);
  font-size: clamp(1rem, 1.16vw, 1.18rem);
  line-height: 1.65;
}

.hero .hero-manifest .hero-actions {
  margin-top: 0.45rem;
}

.hero .hero-manifest .btn-primary {
  box-shadow:
    0 0 22px rgba(34, 211, 238, 0.18),
    0 16px 40px rgba(0, 0, 0, 0.32);
}

.hero .hero-manifest .btn-secondary {
  border-color: rgba(34, 211, 238, 0.38);
  background: rgba(0, 2, 5, 0.5);
}

@media (max-width: 1180px) {
  .hero .hero-manifest {
    width: min(1010px, calc(100% - 1.4rem));
  }

  .hero .hero-manifest-title {
    font-size: clamp(2.28rem, 4.45vw, 3.15rem);
  }
}

@media (max-width: 760px) {
  .hero .hero-manifest {
    width: min(calc(100% - 1.1rem), 640px);
    padding: clamp(1.05rem, 5vw, 1.5rem);
    border-radius: 14px;
  }

  .hero .hero-manifest-title {
    max-width: 100%;
    font-size: clamp(2.05rem, 10vw, 3.05rem);
    line-height: 1.04;
    letter-spacing: -0.012em;
  }

  .hero .hero-manifest-subtitle {
    max-width: 100%;
    font-size: 0.98rem;
  }
}

@media (max-width: 520px) {
  .hero .hero-manifest-title {
    font-size: clamp(1.82rem, 9.4vw, 2.45rem);
  }

  .hero .hero-manifest .eyebrow {
    letter-spacing: 0.12em;
  }

  .hero .hero-manifest .eyebrow::before {
    width: 1.6rem;
  }
}

/* Hero panel containment fixes */
.hero .hero-manifest-title,
.hero .hero-manifest-subtitle,
.hero .hero-manifest .hero-actions {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

@media (max-width: 760px) {
  .hero .hero-manifest-title {
    font-size: clamp(1.78rem, 7.6vw, 2.22rem);
  }

  .hero .typewriter-prefix {
    white-space: normal;
  }

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

@media (max-width: 420px) {
  .hero .hero-manifest-title {
    font-size: clamp(1.62rem, 7.1vw, 2rem);
  }
}

/* Hero atmospheric tech-noir field */
.hero {
  isolation: isolate;
}

.hero .hero-manifest {
  position: relative;
  box-sizing: border-box;
  width: min(980px, calc(100% - 2rem));
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.15rem, 2.8vw, 2.25rem) clamp(1rem, 3vw, 2rem);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 9% 18%, rgba(34, 211, 238, 0.14), transparent 15rem),
    radial-gradient(circle at 62% 28%, rgba(56, 189, 248, 0.08), transparent 18rem),
    radial-gradient(circle at 22% 88%, rgba(245, 158, 11, 0.055), transparent 14rem),
    linear-gradient(90deg, rgba(0, 2, 5, 0.86), rgba(0, 2, 5, 0.56) 58%, rgba(0, 2, 5, 0.08) 100%);
  box-shadow: none;
  backdrop-filter: none;
}

.hero .hero-manifest::before {
  content: "";
  position: absolute;
  inset: -2.4rem -8vw -2.8rem -5vw;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 2, 5, 0.5), rgba(0, 2, 5, 0.18), transparent 72%),
    radial-gradient(circle, rgba(245, 247, 250, 0.12) 0 0.65px, transparent 1px),
    radial-gradient(circle, rgba(34, 211, 238, 0.11) 0 0.58px, transparent 0.95px),
    linear-gradient(rgba(34, 211, 238, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 78px 78px, 132px 132px, 56px 56px, 56px 56px;
  opacity: 0.58;
  mask-image: linear-gradient(90deg, #000 0 70%, transparent 100%);
}

.hero .hero-manifest::after {
  content: "IRIZ.OS // LATAM NODE // TRL PATH";
  position: absolute;
  top: 0.25rem;
  right: clamp(0.9rem, 2vw, 1.5rem);
  z-index: 1;
  width: auto;
  height: auto;
  color: rgba(148, 222, 255, 0.32);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
}

.hero .hero-manifest > * {
  position: relative;
  z-index: 2;
}

.hero .hero-manifest .eyebrow {
  gap: 0.7rem;
  color: rgba(94, 234, 212, 0.92);
  font-size: clamp(0.66rem, 0.7vw, 0.78rem);
  letter-spacing: 0.2em;
  text-shadow: 0 0 14px rgba(94, 234, 212, 0.18);
}

.hero .hero-manifest .eyebrow::before {
  width: 3.1rem;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.9) 0 28%, transparent 28% 42%, rgba(34, 211, 238, 0.5) 42% 72%, transparent);
}

.hero .hero-manifest-title {
  max-width: 960px;
  font-size: clamp(2.3rem, 4.05vw, 4.55rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #f5f7fa;
  text-shadow:
    0 0 18px rgba(94, 234, 212, 0.18),
    0 0 42px rgba(56, 189, 248, 0.1),
    0 18px 62px rgba(0, 0, 0, 0.6);
  text-wrap: balance;
  overflow-wrap: normal;
}

.hero .hero-manifest-title::after {
  content: "";
  display: block;
  width: min(18rem, 44vw);
  height: 1px;
  margin-top: 0.42em;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.68), rgba(251, 146, 60, 0.24), transparent);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.18);
}

.hero .typewriter-line {
  display: block;
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}

.hero .typewriter-prefix {
  white-space: normal;
}

.hero .typewriter-word {
  display: inline;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.92em;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.hero .typewriter-word.is-loading {
  opacity: 0.7;
}

.hero .typewriter-cursor {
  width: 0.055em;
  height: 0.74em;
  vertical-align: -0.02em;
  opacity: 0.82;
}

.hero .hero-manifest-title .hero-title-static {
  display: block;
  max-width: 920px;
  margin-top: 0.16em;
  text-wrap: balance;
}

.hero .hero-manifest-subtitle {
  max-width: 800px;
  color: rgba(210, 222, 235, 0.88);
  font-size: clamp(0.98rem, 1.1vw, 1.16rem);
  line-height: 1.7;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.hero .hero-manifest .hero-actions {
  width: auto;
  margin-top: 0.35rem;
}

@supports not (text-wrap: balance) {
  .hero .hero-manifest-title,
  .hero .typewriter-line,
  .hero .hero-manifest-title .hero-title-static {
    text-wrap: normal;
  }
}

@media (hover: hover) {
  .hero .hero-manifest-title:hover {
    text-shadow:
      0 0 18px rgba(94, 234, 212, 0.22),
      0 0 46px rgba(56, 189, 248, 0.12),
      0 18px 62px rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 1180px) {
  .hero .hero-manifest {
    width: min(920px, calc(100% - 1.4rem));
  }

  .hero .hero-manifest-title {
    font-size: clamp(2.15rem, 4.15vw, 3.7rem);
  }
}

@media (max-width: 760px) {
  .hero .hero-manifest {
    width: min(calc(100% - 1.1rem), 640px);
    padding: clamp(1rem, 4.4vw, 1.45rem);
    background:
      radial-gradient(circle at 10% 18%, rgba(34, 211, 238, 0.11), transparent 12rem),
      linear-gradient(90deg, rgba(0, 2, 5, 0.84), rgba(0, 2, 5, 0.44) 74%, transparent);
  }

  .hero .hero-manifest::before {
    inset: -1.5rem -2.5rem -1.8rem -1rem;
    opacity: 0.42;
  }

  .hero .hero-manifest::after {
    display: none;
  }

  .hero .hero-manifest-title {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.024em;
  }

  .hero .typewriter-word {
    font-size: 0.9em;
  }

  .hero .hero-manifest-subtitle {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .hero .hero-manifest .hero-actions {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero .hero-manifest-title {
    font-size: clamp(1.72rem, 8vw, 2.25rem);
  }

  .hero .typewriter-word {
    font-size: 0.88em;
  }
}

/* Hero field final refinements */
.hero .hero-manifest {
  background: transparent;
}

.hero .hero-manifest::before {
  opacity: 0.74;
}

@media (max-width: 760px) {
  .hero {
    padding-top: clamp(2.35rem, 7vw, 3rem);
  }

  .hero .hero-manifest::before {
    opacity: 0.62;
  }
}

/* Hero strict editorial scale and stable dynamic word */
.hero .hero-manifest {
  width: min(940px, calc(100% - 2rem));
  max-width: 940px;
  margin-bottom: clamp(1.8rem, 3vw, 2.8rem);
}

.hero .hero-manifest-title {
  max-width: 900px;
  font-size: clamp(2.55rem, 3.35vw, 4.35rem);
  line-height: 0.96;
  letter-spacing: -0.032em;
}

.hero .hero-manifest-title .hero-title-static {
  max-width: 900px;
}

.hero .hero-dynamic-word,
.hero .typewriter-word {
  display: inline-block;
  min-width: 14ch;
  white-space: nowrap;
  font-size: 0.92em;
  line-height: inherit;
  transform: translateY(0);
  filter: none;
  transition:
    opacity 850ms ease,
    transform 850ms ease,
    filter 850ms ease;
}

.hero .hero-dynamic-word.is-transitioning,
.hero .typewriter-word.is-transitioning {
  opacity: 0;
  transform: translateY(0.16em);
  filter: blur(2px);
}

.hero .hero-dynamic-word.is-loading,
.hero .typewriter-word.is-loading {
  opacity: 0.72;
  transform: translateY(0);
  filter: none;
}

.hero .hero-manifest-subtitle {
  max-width: 780px;
}

@media (max-width: 1366px) {
  .hero .hero-manifest {
    width: min(900px, calc(100% - 1.4rem));
  }

  .hero .hero-manifest-title {
    max-width: 860px;
    font-size: clamp(2.45rem, 3.15vw, 3.8rem);
  }

  .hero .hero-manifest-title .hero-title-static {
    max-width: 860px;
  }
}

@media (max-width: 960px) {
  .hero .hero-manifest {
    width: min(860px, calc(100% - 1.2rem));
  }

  .hero .hero-manifest-title {
    max-width: 820px;
    font-size: clamp(2.25rem, 5vw, 3.25rem);
  }

  .hero .hero-dynamic-word,
  .hero .typewriter-word {
    min-width: 12ch;
  }
}

@media (max-width: 760px) {
  .hero .hero-manifest-title {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.75rem);
    line-height: 1.02;
    letter-spacing: -0.024em;
  }

  .hero .hero-dynamic-word,
  .hero .typewriter-word {
    min-width: 10ch;
    font-size: 0.9em;
  }
}

@media (max-width: 420px) {
  .hero .hero-manifest-title {
    font-size: clamp(1.72rem, 7.2vw, 2.2rem);
  }

  .hero .hero-dynamic-word,
  .hero .typewriter-word {
    min-width: 9ch;
    font-size: 0.88em;
  }
}

/* Hero terminal dynamic word */
.hero .hero-dynamic-wrap {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  min-width: 16ch;
  white-space: nowrap;
  vertical-align: baseline;
  color: #f5f7fa;
  font-family: "Courier New", "SFMono-Regular", Consolas, monospace;
  font-size: 0.9em;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 8px rgba(34, 211, 238, 0.42),
    0 0 22px rgba(34, 211, 238, 0.22);
}

.hero .hero-dynamic-wrap::after {
  content: "";
  position: absolute;
  inset: -0.08em -0.18em;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0 46%, rgba(34, 211, 238, 0.14) 47% 52%, transparent 53% 100%),
    repeating-linear-gradient(180deg, rgba(245, 247, 250, 0.08) 0 1px, transparent 1px 4px);
  opacity: 0.16;
  mix-blend-mode: screen;
}

.hero .hero-dynamic-wrap::before {
  content: "";
  position: absolute;
  left: -0.25em;
  right: 1.25em;
  bottom: -0.12em;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.54), rgba(245, 247, 250, 0.12), transparent);
  opacity: 0.5;
}

.hero .hero-dynamic-wrap .hero-dynamic-word,
.hero .hero-dynamic-wrap .typewriter-word {
  display: inline-block;
  min-width: 0;
  white-space: nowrap;
  font-size: 1em;
  line-height: inherit;
  letter-spacing: 0.02em;
  transform: none;
  filter: none;
  transition: none;
}

.hero .hero-dynamic-wrap .hero-dynamic-word:empty::before,
.hero .hero-dynamic-wrap .typewriter-word:empty::before {
  content: "\00a0";
}

.hero .hero-dynamic-wrap.is-glitching .hero-dynamic-word {
  animation: terminalWordGlitch 150ms steps(2, end) 1;
}

.hero .hero-dynamic-wrap.is-glitching::after {
  opacity: 0.34;
}

.hero .hero-cursor,
.hero .typewriter-cursor.hero-cursor {
  display: inline-block;
  width: 0.08em;
  height: 0.86em;
  margin-left: 0.08em;
  border-radius: 999px;
  vertical-align: -0.08em;
  background: #22d3ee;
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.76);
  animation: terminalCursorBlink 850ms steps(2, start) infinite;
}

@keyframes terminalCursorBlink {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

@keyframes terminalWordGlitch {
  0% {
    transform: translate(0, 0) skewX(0deg);
    text-shadow:
      0 0 8px rgba(34, 211, 238, 0.45),
      0 0 22px rgba(34, 211, 238, 0.25);
  }

  35% {
    transform: translate(0.035em, -0.012em) skewX(-4deg);
    text-shadow:
      -0.045em 0 rgba(34, 211, 238, 0.34),
      0.045em 0 rgba(245, 158, 11, 0.22),
      0 0 18px rgba(34, 211, 238, 0.24);
  }

  70% {
    transform: translate(-0.026em, 0.01em) skewX(3deg);
  }

  100% {
    transform: translate(0, 0) skewX(0deg);
  }
}

@media (max-width: 960px) {
  .hero .hero-dynamic-wrap {
    min-width: 15ch;
    font-size: 0.88em;
  }
}

@media (max-width: 760px) {
  .hero .hero-dynamic-wrap {
    min-width: 14ch;
    font-size: 0.86em;
  }
}

@media (max-width: 420px) {
  .hero .hero-dynamic-wrap {
    min-width: 13ch;
    font-size: 0.84em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .hero-cursor,
  .hero .typewriter-cursor.hero-cursor,
  .hero .hero-dynamic-wrap.is-glitching .hero-dynamic-word {
    animation: none;
  }

  .hero .hero-dynamic-wrap::after {
    opacity: 0.08;
  }
}

/* Hero final editorial control */
.hero {
  padding-top: clamp(3.2rem, 6.5vh, 5rem);
  padding-bottom: clamp(2.8rem, 5.5vh, 4.4rem);
}

.hero .hero-manifest {
  width: min(900px, calc(100% - 2rem));
  max-width: 900px;
  gap: clamp(0.62rem, 1vw, 0.95rem);
  margin-bottom: clamp(1.55rem, 2.6vw, 2.45rem);
  padding-block: clamp(0.9rem, 2vw, 1.8rem);
}

.hero .hero-manifest::before {
  inset: -3rem -4.5rem -3rem -3.2rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(34, 211, 238, 0.1), transparent 34%),
    radial-gradient(circle at 58% 18%, rgba(56, 189, 248, 0.055), transparent 28%),
    radial-gradient(circle at 24% 82%, rgba(245, 158, 11, 0.045), transparent 30%),
    linear-gradient(90deg, rgba(0, 2, 5, 0.94) 0%, rgba(0, 2, 5, 0.84) 48%, rgba(0, 2, 5, 0.32) 82%, transparent 100%),
    radial-gradient(circle, rgba(245, 247, 250, 0.1) 0 0.6px, transparent 1px),
    radial-gradient(circle, rgba(34, 211, 238, 0.09) 0 0.52px, transparent 0.92px),
    linear-gradient(rgba(34, 211, 238, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.018) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 82px 82px, 138px 138px, 58px 58px, 58px 58px;
  opacity: 0.9;
  border-radius: 30px;
  mask-image: linear-gradient(90deg, #000 0 76%, transparent 100%);
}

.hero .hero-manifest-title {
  max-width: 860px;
  margin-bottom: 0;
  font-size: clamp(2.28rem, 3.1vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero .hero-manifest-title .hero-title-static {
  max-width: 860px;
  margin-top: 0.12em;
}

.hero .hero-manifest-title::after {
  margin-top: 0.28em;
}

.hero .hero-manifest-subtitle {
  max-width: 760px;
  margin-top: 0;
  font-size: clamp(0.96rem, 1.02vw, 1.1rem);
  line-height: 1.62;
}

.hero .hero-manifest .hero-actions {
  margin-top: 0.25rem;
}

.hero .hero-dynamic-wrap {
  min-width: 13ch;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: baseline;
  text-shadow:
    0 0 8px rgba(34, 211, 238, 0.28),
    0 0 18px rgba(34, 211, 238, 0.14);
}

.hero .hero-dynamic-wrap .hero-dynamic-word,
.hero .hero-dynamic-wrap .typewriter-word {
  min-width: 13ch;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hero .hero-cursor,
.hero .typewriter-cursor.hero-cursor {
  width: 0.055em;
  height: 0.78em;
  margin-left: 0.08em;
  vertical-align: baseline;
  transform: translateY(0.06em);
}

@media (max-width: 1366px) {
  .hero .hero-manifest {
    width: min(860px, calc(100% - 1.4rem));
  }

  .hero .hero-manifest-title {
    max-width: 820px;
    font-size: clamp(2.15rem, 2.9vw, 3.45rem);
  }

  .hero .hero-manifest-title .hero-title-static {
    max-width: 820px;
  }
}

@media (max-width: 960px) {
  .hero .hero-manifest-title {
    max-width: 780px;
    font-size: clamp(2rem, 4.45vw, 2.95rem);
  }

  .hero .hero-dynamic-wrap,
  .hero .hero-dynamic-wrap .hero-dynamic-word,
  .hero .hero-dynamic-wrap .typewriter-word {
    min-width: 12ch;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: clamp(2.05rem, 6vw, 2.7rem);
  }

  .hero .hero-manifest {
    gap: 0.68rem;
    padding-block: clamp(0.7rem, 3vw, 1.1rem);
  }

  .hero .hero-manifest::before {
    inset: -1.8rem -2.4rem -2rem -1.2rem;
    opacity: 0.82;
    background:
      radial-gradient(circle at 18% 20%, rgba(34, 211, 238, 0.09), transparent 32%),
      linear-gradient(90deg, rgba(0, 2, 5, 0.92) 0%, rgba(0, 2, 5, 0.72) 62%, rgba(0, 2, 5, 0.16) 100%),
      radial-gradient(circle, rgba(245, 247, 250, 0.08) 0 0.56px, transparent 0.95px),
      linear-gradient(rgba(34, 211, 238, 0.018) 1px, transparent 1px),
      linear-gradient(90deg, rgba(56, 189, 248, 0.014) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 78px 78px, 52px 52px, 52px 52px;
  }

  .hero .hero-manifest-title {
    font-size: clamp(1.86rem, 7.4vw, 2.55rem);
    line-height: 1.02;
    letter-spacing: -0.032em;
  }

  .hero .hero-dynamic-wrap,
  .hero .hero-dynamic-wrap .hero-dynamic-word,
  .hero .hero-dynamic-wrap .typewriter-word {
    min-width: 11ch;
    font-size: 1em;
  }

  .hero .hero-manifest-subtitle {
    font-size: 0.95rem;
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  .hero .hero-manifest-title {
    font-size: clamp(1.68rem, 7vw, 2.1rem);
  }

  .hero .hero-dynamic-wrap,
  .hero .hero-dynamic-wrap .hero-dynamic-word,
  .hero .hero-dynamic-wrap .typewriter-word {
    min-width: 10ch;
  }
}

/* Hero dynamic word emphasis */
.hero .hero-dynamic-wrap {
  min-width: 13ch;
  color: #e8fbff;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-shadow:
    0 0 10px rgba(34, 211, 238, 0.38),
    0 0 24px rgba(34, 211, 238, 0.18);
}

.hero .hero-dynamic-wrap::after {
  inset: auto 0 0.04em 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.75), transparent);
  opacity: 0.45;
  mix-blend-mode: screen;
}

.hero .hero-dynamic-wrap .hero-dynamic-word,
.hero .hero-dynamic-wrap .typewriter-word {
  min-width: 13ch;
  color: #e8fbff;
  font-style: oblique 8deg;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-shadow:
    0 0 10px rgba(34, 211, 238, 0.38),
    0 0 24px rgba(34, 211, 238, 0.18);
}

.hero .hero-cursor,
.hero .typewriter-cursor.hero-cursor {
  width: 0.055em;
  height: 0.78em;
  margin-left: 0.08em;
  transform: skewX(-8deg) translateY(0.06em);
}

@media (max-width: 960px) {
  .hero .hero-dynamic-wrap,
  .hero .hero-dynamic-wrap .hero-dynamic-word,
  .hero .hero-dynamic-wrap .typewriter-word {
    min-width: 12ch;
  }
}

@media (max-width: 760px) {
  .hero .hero-dynamic-wrap,
  .hero .hero-dynamic-wrap .hero-dynamic-word,
  .hero .hero-dynamic-wrap .typewriter-word {
    min-width: 11ch;
  }
}

@media (max-width: 420px) {
  .hero .hero-dynamic-wrap,
  .hero .hero-dynamic-wrap .hero-dynamic-word,
  .hero .hero-dynamic-wrap .typewriter-word {
    min-width: 10ch;
  }
}

/* Hero lower system separation and open capability list */
.hero {
  padding-bottom: clamp(5rem, 9vh, 8rem);
}

.hero .hero-system-layout {
  margin-top: clamp(14rem, 28vh, 20rem);
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(2.4rem, 5vw, 5rem);
  align-items: center;
}

.hero .hero-system-left {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  align-content: center;
  gap: clamp(1rem, 1.5vw, 1.35rem);
}

.hero .hero-system-left::before {
  display: none;
}

.hero .hero-system-tags {
  gap: 0.42rem;
  opacity: 0.7;
}

.hero .hero-system-tags span {
  min-height: 1.65rem;
  padding: 0.24rem 0.46rem;
  border-color: rgba(34, 211, 238, 0.16);
  background: rgba(0, 2, 5, 0.18);
  font-size: 0.66rem;
}

.hero .hero-system-metric {
  min-height: 0;
  padding: 0 0 clamp(0.8rem, 1.4vw, 1.1rem);
  border: 0;
  border-bottom: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero .hero-system-metric span {
  color: #f5f7fa;
  font-size: clamp(3rem, 6vw, 5.3rem);
  line-height: 0.9;
}

.hero .hero-system-metric strong {
  display: block;
  margin-top: 0.35rem;
  color: rgba(94, 234, 212, 0.92);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.hero .hero-capability-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-self: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero .hero-capability-card {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  align-items: baseline;
  min-height: 0;
  padding: 0.82rem 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(94, 234, 212, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.hero .hero-capability-card::after {
  display: none;
}

.hero .hero-capability-card:hover {
  transform: translateX(0.3rem);
  border-color: rgba(34, 211, 238, 0.42);
  background: transparent;
  box-shadow: none;
}

.hero .hero-capability-card span {
  color: #22d3ee;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hero .hero-capability-card strong {
  color: #f5f7fa;
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  line-height: 1.2;
}

.hero .hero-system-layout .command-panel {
  min-height: clamp(540px, 48vw, 650px);
}

@media (max-width: 1120px) {
  .hero .hero-system-layout {
    grid-template-columns: minmax(240px, 0.82fr) minmax(380px, 1.18fr);
    gap: clamp(2rem, 4vw, 3.4rem);
  }
}

@media (max-width: 960px) {
  .hero .hero-system-layout {
    margin-top: clamp(8rem, 16vh, 12rem);
    grid-template-columns: 1fr;
  }

  .hero .hero-system-layout .command-panel {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .hero .hero-system-layout {
    margin-top: clamp(7rem, 14vh, 9rem);
    gap: 2rem;
  }

  .hero .hero-system-tags {
    gap: 0.34rem;
  }

  .hero .hero-system-metric span {
    font-size: clamp(2.8rem, 16vw, 4.3rem);
  }

  .hero .hero-capability-card {
    grid-template-columns: 2.65rem minmax(0, 1fr);
    padding: 0.74rem 0;
  }

  .hero .hero-system-layout .command-panel {
    min-height: 430px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .hero .hero-system-layout {
    margin-top: clamp(26rem, 46vh, 34rem);
  }
}

/* Quick IRIZ.OS map: value-led orbital navigation */
.quick-map-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.8rem, 8vw, 7rem);
}

.quick-map-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 22% 45%, rgba(34, 211, 238, 0.1), transparent 26rem),
    radial-gradient(circle at 74% 34%, rgba(245, 158, 11, 0.045), transparent 20rem),
    radial-gradient(circle at 52% 86%, rgba(56, 189, 248, 0.055), transparent 25rem);
  opacity: 0.82;
  pointer-events: none;
}

.quick-map-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(2.8rem, 5vw, 5.4rem);
  width: min(calc(100% - 2rem), 1280px);
}

.quick-map-orbit {
  min-width: 0;
}

.quick-map-orbit > .eyebrow,
.quick-map-value > .eyebrow {
  margin-bottom: 1rem;
}

.quick-map-section .hero-orbit-nav {
  position: relative;
  display: block;
  width: min(100%, 660px);
  min-height: clamp(28rem, 42vw, 35rem);
  margin: 0;
  overflow: visible;
  pointer-events: auto;
  isolation: isolate;
}

.quick-map-section .hero-orbit-nav::before,
.quick-map-section .hero-orbit-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}

.quick-map-section .hero-orbit-nav::before {
  width: min(92%, 590px);
  transform: translate(-50%, -50%) scaleY(0.74) rotate(-8deg);
  border: 1px solid rgba(34, 211, 238, 0.15);
  box-shadow: inset 0 0 34px rgba(34, 211, 238, 0.045);
}

.quick-map-section .hero-orbit-nav::after {
  width: min(72%, 470px);
  transform: translate(-50%, -50%) scaleY(0.58) rotate(18deg);
  border: 1px solid rgba(245, 158, 11, 0.13);
  box-shadow: inset 0 0 28px rgba(245, 158, 11, 0.035);
}

.quick-map-section .orbit-core {
  left: 50%;
  top: 50%;
  z-index: 2;
  width: clamp(5.2rem, 8.6vw, 6.9rem);
  height: clamp(5.2rem, 8.6vw, 6.9rem);
  min-height: 0;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(34, 211, 238, 0.62);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(34, 211, 238, 0.18), transparent 34%),
    radial-gradient(circle at 64% 70%, rgba(139, 92, 246, 0.14), transparent 32%),
    rgba(0, 2, 5, 0.82);
  color: #f5f7fa;
  font-size: clamp(0.78rem, 1.15vw, 0.94rem);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(245, 247, 250, 0.04),
    0 0 28px rgba(34, 211, 238, 0.22),
    0 0 72px rgba(34, 211, 238, 0.12);
}

.quick-map-section .orbit-core::before,
.quick-map-section .orbit-core::after {
  content: "";
  position: absolute;
  inset: -1.1rem;
  border-radius: inherit;
  border: 1px dashed rgba(34, 211, 238, 0.17);
  pointer-events: none;
}

.quick-map-section .orbit-core::after {
  inset: -2rem;
  border-color: rgba(245, 158, 11, 0.12);
  transform: rotate(22deg) scaleY(0.86);
}

.quick-map-section .orbit-link {
  --x: 50%;
  --y: 50%;
  --orbit-duration: 24s;
  left: var(--x);
  top: var(--y);
  right: auto;
  bottom: auto;
  z-index: 3;
  width: max-content;
  min-width: 2.55rem;
  max-width: 2.55rem;
  height: 2.55rem;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 247, 250, 0.72);
  border-radius: 999px;
  background: rgba(245, 247, 250, 0.91);
  color: #06101c;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(245, 247, 250, 0.12);
  animation: orbitNodeFloat var(--orbit-duration) ease-in-out infinite alternate;
  transition:
    max-width 260ms ease,
    min-width 260ms ease,
    padding 260ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease,
    color 200ms ease;
}

.quick-map-section .orbit-link::before {
  flex: 0 0 auto;
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0;
  background: var(--color-amber);
  box-shadow:
    0 0 12px rgba(245, 158, 11, 0.66),
    0 0 22px rgba(34, 211, 238, 0.18);
  transition: margin-right 220ms ease, background 200ms ease, box-shadow 200ms ease;
}

.quick-map-section .orbit-link span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: max-width 260ms ease, opacity 180ms ease;
}

.quick-map-section .orbit-link:hover,
.quick-map-section .orbit-link:focus-visible {
  max-width: 16.5rem;
  min-width: 7.8rem;
  padding-inline: 0.82rem 0.95rem;
  border-color: rgba(34, 211, 238, 0.76);
  background: rgba(255, 255, 255, 0.96);
  color: #02050b;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(34, 211, 238, 0.3);
  animation-play-state: paused;
  transform: translate(-50%, -50%) scale(1.08);
}

.quick-map-section .orbit-link:hover::before,
.quick-map-section .orbit-link:focus-visible::before {
  margin-right: 0.48rem;
  background: var(--color-cyan);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.76);
}

.quick-map-section .orbit-link:hover span,
.quick-map-section .orbit-link:focus-visible span {
  max-width: 14rem;
  opacity: 1;
}

.quick-map-section .orbit-link-a { --x: 12%; --y: 48%; --orbit-duration: 28s; }
.quick-map-section .orbit-link-b { --x: 31%; --y: 16%; --orbit-duration: 24s; }
.quick-map-section .orbit-link-c { --x: 71%; --y: 13%; --orbit-duration: 31s; }
.quick-map-section .orbit-link-d { --x: 88%; --y: 49%; --orbit-duration: 26s; }
.quick-map-section .orbit-link-e { --x: 28%; --y: 82%; --orbit-duration: 33s; }
.quick-map-section .orbit-link-f { --x: 68%; --y: 84%; --orbit-duration: 29s; }
.quick-map-section .orbit-link-g { --x: 51%; --y: 66%; --orbit-duration: 22s; }

.quick-map-value {
  position: relative;
  max-width: 560px;
  padding-left: clamp(1.25rem, 2.8vw, 2rem);
  text-align: left;
}

.quick-map-value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.58), rgba(245, 158, 11, 0.28), transparent);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.18);
}

.quick-map-value h2 {
  margin: 0;
  max-width: 13ch;
  color: #f5f7fa;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.quick-map-lead,
.quick-map-closing {
  max-width: 54ch;
  color: rgba(217, 226, 236, 0.9);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.72;
}

.quick-map-lead {
  margin: 1.15rem 0 1.35rem;
}

.quick-map-closing {
  margin: 1.25rem 0 0;
  color: rgba(245, 247, 250, 0.88);
}

.quick-value-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: iriz-value;
}

.quick-value-list li {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: baseline;
  padding: 0.82rem 0;
  border-bottom: 1px solid rgba(94, 234, 212, 0.14);
  color: rgba(217, 226, 236, 0.9);
  line-height: 1.5;
}

.quick-value-list li::before {
  counter-increment: iriz-value;
  content: "0" counter(iriz-value);
  color: #22d3ee;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

@keyframes orbitNodeFloat {
  0% {
    transform: translate(-50%, -50%) translate3d(-0.22rem, 0.18rem, 0) rotate(-1.2deg);
  }

  50% {
    transform: translate(-50%, -50%) translate3d(0.28rem, -0.22rem, 0) rotate(0.8deg);
  }

  100% {
    transform: translate(-50%, -50%) translate3d(0.1rem, 0.3rem, 0) rotate(-0.5deg);
  }
}

@media (max-width: 1020px) {
  .quick-map-layout {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 3.5rem);
  }

  .quick-map-value {
    order: 1;
    max-width: 720px;
  }

  .quick-map-orbit {
    order: 2;
  }

  .quick-map-section .hero-orbit-nav {
    width: min(100%, 620px);
    margin-inline: auto;
  }
}

@media (max-width: 860px) {
  .quick-map-section .hero-orbit-nav {
    display: block;
    min-height: clamp(23rem, 82vw, 31rem);
    pointer-events: auto;
  }

  .quick-map-section .hero-orbit-nav::before,
  .quick-map-section .hero-orbit-nav::after,
  .quick-map-section .orbit-core {
    display: inline-flex;
  }

  .quick-map-section .orbit-link {
    position: absolute;
    min-height: 0;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 640px) {
  .quick-map-section {
    padding-block: 4rem;
  }

  .quick-map-layout {
    width: min(calc(100% - 1.2rem), 1280px);
  }

  .quick-map-value {
    padding-left: 1rem;
  }

  .quick-map-value h2 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .quick-map-section .hero-orbit-nav {
    min-height: 24rem;
  }

  .quick-map-section .orbit-core {
    width: 4.7rem;
    height: 4.7rem;
    font-size: 0.7rem;
  }

  .quick-map-section .orbit-link {
    min-width: 2.2rem;
    max-width: 2.2rem;
    height: 2.2rem;
    font-size: 0.74rem;
  }

  .quick-map-section .orbit-link:hover,
  .quick-map-section .orbit-link:focus-visible {
    max-width: 13rem;
    min-width: 6.6rem;
    padding-inline: 0.68rem 0.78rem;
  }

  .quick-map-section .orbit-link-a { --x: 15%; --y: 48%; }
  .quick-map-section .orbit-link-b { --x: 29%; --y: 14%; }
  .quick-map-section .orbit-link-c { --x: 71%; --y: 14%; }
  .quick-map-section .orbit-link-d { --x: 84%; --y: 49%; }
  .quick-map-section .orbit-link-e { --x: 24%; --y: 83%; }
  .quick-map-section .orbit-link-f { --x: 73%; --y: 82%; }
  .quick-map-section .orbit-link-g { --x: 50%; --y: 67%; }
}

@media (prefers-reduced-motion: reduce) {
  .quick-map-section .orbit-link {
    animation: none;
  }
}

/* Atlas split: Home summary plus dedicated explorer page */
.atlas-home-section .atlas-home-full {
  display: none;
}

.atlas-summary-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.11), transparent 20rem),
    radial-gradient(circle at 82% 22%, rgba(245, 158, 11, 0.045), transparent 17rem),
    linear-gradient(180deg, rgba(245, 247, 250, 0.04), rgba(245, 247, 250, 0.012)),
    rgba(0, 2, 5, 0.7);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.atlas-summary-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(245, 247, 250, 0.14) 0 1px, transparent 1.45px),
    radial-gradient(circle, rgba(34, 211, 238, 0.13) 0 0.9px, transparent 1.35px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.02) 1px, transparent 1px);
  background-size: 132px 132px, 220px 220px, 46px 46px, 46px 46px;
  opacity: 0.62;
}

.atlas-summary-shell > * {
  position: relative;
  z-index: 1;
}

.atlas-summary-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

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

.atlas-summary-metrics article,
.atlas-summary-search,
.atlas-family-card {
  border: 1px solid rgba(56, 189, 248, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.038), rgba(245, 247, 250, 0.01)),
    rgba(0, 2, 5, 0.62);
}

.atlas-summary-metrics article {
  min-height: 8rem;
  padding: 1rem;
}

.atlas-summary-metrics strong {
  display: block;
  color: #f5f7fa;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.atlas-summary-metrics span {
  display: block;
  margin-top: 0.55rem;
  color: rgba(217, 226, 236, 0.86);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-summary-search {
  display: grid;
  align-content: center;
  min-height: 8rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.atlas-summary-search span {
  color: var(--family-total);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-summary-search strong {
  margin-top: 0.55rem;
  color: #f5f7fa;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.35;
}

.atlas-summary-search:hover,
.atlas-summary-search:focus-visible,
.atlas-family-card:hover,
.atlas-family-card:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--family-color, var(--family-total)) 58%, transparent);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    0 0 32px color-mix(in srgb, var(--family-color, var(--family-total)) 18%, transparent);
}

.atlas-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.atlas-family-card {
  --family-color: var(--family-total);
  position: relative;
  min-height: 14rem;
  padding: 1rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.atlas-family-card::before {
  content: "";
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: var(--family-color);
  box-shadow:
    0 0 18px color-mix(in srgb, var(--family-color) 72%, transparent),
    0 0 42px color-mix(in srgb, var(--family-color) 22%, transparent);
}

.atlas-family-card::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.8rem;
  height: 1px;
  background: linear-gradient(90deg, var(--family-color), transparent);
  opacity: 0.58;
}

.atlas-family-card .family-count {
  display: block;
  color: color-mix(in srgb, var(--family-color) 78%, #f5f7fa);
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.atlas-family-card strong {
  display: block;
  margin-top: 0.55rem;
  color: #f5f7fa;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.1;
}

.atlas-family-card p {
  margin: 0.75rem 0 0;
  color: rgba(217, 226, 236, 0.78);
  font-size: 0.93rem;
  line-height: 1.55;
}

.family-total { --family-color: var(--family-total); }
.family-territorio { --family-color: var(--family-territorio); }
.family-infraestructura { --family-color: var(--family-infraestructura); }
.family-gobierno { --family-color: var(--family-gobierno); }
.family-software { --family-color: var(--family-software); }
.family-futuro { --family-color: var(--family-futuro); }

.atlas-summary-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1rem;
}

.atlas-page .site-header {
  background:
    linear-gradient(180deg, rgba(0, 2, 5, 0.92), rgba(0, 2, 5, 0.72)),
    rgba(0, 2, 5, 0.82);
}

.atlas-page-hero {
  position: relative;
  min-height: auto;
  padding-top: clamp(8rem, 15vw, 12rem);
  padding-bottom: clamp(3.8rem, 7vw, 6rem);
  overflow: hidden;
}

.atlas-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 22%, rgba(34, 211, 238, 0.13), transparent 22rem),
    radial-gradient(circle at 78% 18%, rgba(167, 139, 250, 0.08), transparent 18rem),
    radial-gradient(circle at 26% 78%, rgba(245, 158, 11, 0.055), transparent 20rem);
}

.atlas-page-heading {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.atlas-page-heading h1 {
  max-width: 12ch;
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.atlas-page-heading p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 1.2rem;
  color: rgba(217, 226, 236, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.atlas-page-actions {
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.atlas-complete-section {
  padding-top: 0;
}

.atlas-node-main { --node-color: var(--family-total); }
.node-territorio { --node-color: var(--family-territorio); }
.node-infraestructura { --node-color: var(--family-infraestructura); }
.node-gobierno { --node-color: var(--family-gobierno); }
.node-software { --node-color: var(--family-software); }
.node-futuro { --node-color: var(--family-futuro); }

.filter-btn[data-family="all"] { --filter-color: var(--family-total); }
.filter-btn[data-family="territorio"] { --filter-color: var(--family-territorio); }
.filter-btn[data-family="infraestructura"] { --filter-color: var(--family-infraestructura); }
.filter-btn[data-family="gobierno"] { --filter-color: var(--family-gobierno); }
.filter-btn[data-family="software"] { --filter-color: var(--family-software); }
.filter-btn[data-family="futuro"] { --filter-color: var(--family-futuro); }

.filter-btn:hover,
.filter-btn.is-active {
  border-color: color-mix(in srgb, var(--filter-color, var(--family-total)) 58%, transparent);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--filter-color, var(--family-total)) 12%, transparent), rgba(245, 247, 250, 0.018)),
    rgba(3, 7, 18, 0.86);
  box-shadow: 0 0 24px color-mix(in srgb, var(--filter-color, var(--family-total)) 15%, transparent);
}

.atlas-node:hover,
.atlas-node.is-active {
  border-color: color-mix(in srgb, var(--node-color, var(--family-total)) 58%, transparent);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.46),
    0 0 42px color-mix(in srgb, var(--node-color, var(--family-total)) 18%, transparent);
}

@media (max-width: 1020px) {
  .atlas-summary-top,
  .atlas-family-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .atlas-summary-metrics {
    grid-template-columns: 1fr;
  }

  .atlas-summary-actions,
  .atlas-page-actions {
    justify-content: stretch;
  }

  .atlas-summary-actions .btn,
  .atlas-page-actions .btn {
    width: 100%;
  }

  .atlas-page-hero {
    padding-top: clamp(6.8rem, 24vw, 8rem);
  }

  .atlas-page-heading h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 13vw, 4rem);
    line-height: 0.96;
  }
}

/* Compact Home Atlas dashboard */
.atlas-home-section {
  padding-top: clamp(2.8rem, 5.5vh, 4.6rem);
  padding-bottom: clamp(2.8rem, 5.5vh, 4.6rem);
}

.atlas-home-section .section-heading.wide {
  max-width: 850px;
  margin-bottom: clamp(1rem, 2.2vh, 1.45rem);
}

.atlas-home-section .section-heading .eyebrow {
  margin-bottom: 0.55rem;
}

.atlas-home-section .section-heading h2 {
  max-width: 850px;
  margin-bottom: 0.72rem;
  font-size: clamp(2.35rem, 3.7vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.atlas-home-section .section-heading p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(0.96rem, 1.1vw, 1.04rem);
  line-height: 1.5;
}

.atlas-home-section .atlas-summary-shell {
  padding: clamp(0.82rem, 1.55vw, 1.12rem);
}

.atlas-home-section .atlas-summary-top {
  grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
  gap: 0.72rem;
  margin-bottom: 0.72rem;
}

.atlas-home-section .atlas-summary-metrics {
  gap: 0.72rem;
}

.atlas-home-section .atlas-summary-metrics article,
.atlas-home-section .atlas-summary-search {
  min-height: 82px;
  padding: 0.78rem 0.88rem;
}

.atlas-home-section .atlas-summary-metrics strong {
  font-size: clamp(2rem, 2.85vw, 3.05rem);
  line-height: 0.92;
}

.atlas-home-section .atlas-summary-metrics span {
  margin-top: 0.38rem;
  font-size: 0.7rem;
  line-height: 1.25;
}

.atlas-home-section .atlas-summary-search span {
  font-size: 0.68rem;
  line-height: 1.2;
}

.atlas-home-section .atlas-summary-search strong {
  margin-top: 0.36rem;
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  line-height: 1.28;
}

.atlas-home-section .atlas-family-grid {
  gap: 0.72rem;
}

.atlas-home-section .atlas-family-card {
  min-height: 142px;
  padding: 0.86rem 0.9rem 1.05rem;
}

.atlas-home-section .atlas-family-card::before {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.48rem;
}

.atlas-home-section .atlas-family-card::after {
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.58rem;
}

.atlas-home-section .atlas-family-card .family-count {
  font-size: clamp(1.85rem, 2.75vw, 2.85rem);
  line-height: 0.9;
}

.atlas-home-section .atlas-family-card strong {
  margin-top: 0.34rem;
  font-size: clamp(1rem, 1.18vw, 1.15rem);
  line-height: 1.06;
}

.atlas-home-section .atlas-family-card p {
  margin-top: 0.45rem;
  font-size: 0.86rem;
  line-height: 1.36;
}

.atlas-home-section .atlas-summary-actions {
  margin-top: 0.78rem;
  gap: 0.65rem;
}

.atlas-home-section .atlas-summary-actions .btn {
  min-height: 2.55rem;
  padding-block: 0.58rem;
}

@media (max-width: 1020px) {
  .atlas-home-section .atlas-summary-top {
    grid-template-columns: 1fr;
  }

  .atlas-home-section .atlas-summary-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-home-section .atlas-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .atlas-home-section {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

  .atlas-home-section .section-heading h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .atlas-home-section .atlas-summary-metrics,
  .atlas-home-section .atlas-family-grid {
    grid-template-columns: 1fr;
  }

  .atlas-home-section .atlas-family-card {
    min-height: 132px;
  }
}

/* Home Atlas final compact pass for laptop first-fold visibility */
.atlas-home-section {
  padding-top: clamp(2.25rem, 4.4vh, 3.55rem);
  padding-bottom: clamp(2.25rem, 4.4vh, 3.55rem);
}

.atlas-home-section .section-heading.wide {
  max-width: 820px;
  margin-bottom: clamp(0.78rem, 1.7vh, 1.12rem);
}

.atlas-home-section .section-heading h2 {
  max-width: 820px;
  margin-bottom: 0.52rem;
  font-size: clamp(2.05rem, 3.1vw, 3.35rem);
  line-height: 1;
}

.atlas-home-section .section-heading p {
  max-width: 720px;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.42;
}

.atlas-home-section .atlas-summary-shell {
  padding: clamp(0.68rem, 1.25vw, 0.95rem);
}

.atlas-home-section .atlas-summary-top {
  grid-template-columns: minmax(0, 3fr) minmax(210px, 1fr);
  gap: 0.56rem;
  margin-bottom: 0.56rem;
}

.atlas-home-section .atlas-summary-metrics,
.atlas-home-section .atlas-family-grid {
  gap: 0.56rem;
}

.atlas-home-section .atlas-summary-metrics article,
.atlas-home-section .atlas-summary-search {
  min-height: 72px;
  padding: 0.62rem 0.72rem;
}

.atlas-home-section .atlas-summary-metrics strong {
  font-size: clamp(1.78rem, 2.35vw, 2.55rem);
}

.atlas-home-section .atlas-summary-metrics span {
  margin-top: 0.24rem;
  font-size: 0.64rem;
  letter-spacing: 0.07em;
}

.atlas-home-section .atlas-summary-search span {
  font-size: 0.62rem;
}

.atlas-home-section .atlas-summary-search strong {
  margin-top: 0.25rem;
  font-size: clamp(0.82rem, 0.95vw, 0.96rem);
  line-height: 1.22;
}

.atlas-home-section .atlas-family-card {
  min-height: 124px;
  padding: 0.68rem 0.76rem 0.86rem;
}

.atlas-home-section .atlas-family-card::before {
  width: 0.44rem;
  height: 0.44rem;
  margin-bottom: 0.34rem;
}

.atlas-home-section .atlas-family-card .family-count {
  font-size: clamp(1.58rem, 2.18vw, 2.28rem);
}

.atlas-home-section .atlas-family-card strong {
  margin-top: 0.22rem;
  font-size: clamp(0.92rem, 1.02vw, 1.04rem);
}

.atlas-home-section .atlas-family-card p {
  display: -webkit-box;
  margin-top: 0.32rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.8rem;
  line-height: 1.28;
}

.atlas-home-section .atlas-summary-actions {
  margin-top: 0.58rem;
}

.atlas-home-section .atlas-summary-actions .btn {
  min-height: 2.36rem;
  padding: 0.48rem 0.78rem;
}

@media (min-width: 761px) and (max-width: 1020px) {
  .atlas-home-section .atlas-summary-top {
    grid-template-columns: minmax(0, 3fr) minmax(210px, 1fr);
  }

  .atlas-home-section .atlas-family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atlas-home-section .atlas-summary-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .atlas-home-section .atlas-summary-top,
  .atlas-home-section .atlas-family-grid {
    grid-template-columns: 1fr;
  }

  .atlas-home-section .atlas-summary-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Compact Atlas subpage header: prioritize the explorer */
.atlas-page .atlas-page-hero {
  min-height: auto;
  padding-top: clamp(3.2rem, 6vh, 5rem);
  padding-bottom: clamp(1.8rem, 4vh, 3.1rem);
}

.atlas-page .atlas-page-heading {
  max-width: 880px;
}

.atlas-page .atlas-page-heading .eyebrow {
  margin-bottom: 0.6rem;
}

.atlas-page .atlas-page-heading h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 3.75vw, 4.05rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.atlas-page .atlas-page-heading p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.52;
}

.atlas-page .atlas-page-actions {
  margin-top: 1.15rem;
}

.atlas-page .atlas-complete-section {
  padding-top: clamp(1rem, 2.2vh, 1.8rem);
}

.atlas-page .atlas-shell {
  margin-top: 0;
}

@media (max-width: 640px) {
  .atlas-page .atlas-page-hero {
    padding-top: clamp(2.8rem, 12vw, 4rem);
    padding-bottom: 1.7rem;
  }

  .atlas-page .atlas-page-heading h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .atlas-page .atlas-page-actions {
    margin-top: 1rem;
  }

  .atlas-page .atlas-complete-section {
    padding-top: 1rem;
  }
}

.atlas-page .filter-strip {
  margin-bottom: 0.85rem;
}

.atlas-page .atlas-active-panel {
  margin-bottom: 0.85rem;
  padding: 0.85rem;
}

.atlas-page .atlas-active-panel p {
  margin-top: 0.28rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.atlas-page .atlas-active-panel strong {
  font-size: 1.05rem;
}

.atlas-page .atlas-active-stats {
  min-width: 8.6rem;
}

.atlas-page .atlas-active-stats span {
  font-size: 2.05rem;
}

.atlas-page .atlas-map-board {
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  padding: 0.72rem;
}

.atlas-page .atlas-node {
  min-height: 6.1rem;
  padding: 0.68rem;
}

.atlas-page .atlas-node span {
  font-size: 1.35rem;
}

.atlas-page .atlas-node small {
  font-size: 0.7rem;
}

.atlas-page .maturity-legend {
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
}

.atlas-page .atlas-grid {
  margin-bottom: 0.9rem;
}

@media (max-width: 860px) {
  .atlas-page .atlas-active-panel {
    grid-template-columns: 1fr;
  }

  .atlas-page .atlas-map-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .atlas-page .atlas-map-board {
    grid-template-columns: 1fr;
  }

  .atlas-page .atlas-node {
    min-height: 4.7rem;
  }
}
