/* Homepage visual system; loaded only by the home route */

.hero-section {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

.hero-panel {
  min-height: 690px;
  height: min(78vh, 790px);
  max-height: 790px;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(13, 15, 14, 0.07);
  box-shadow: 0 24px 60px rgba(26, 32, 28, 0.08);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.film-click-target {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.film-click-target:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -6px;
  border-radius: 48px;
}

.film-topline {
  position: absolute;
  top: 28px;
  left: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: rgba(13, 15, 14, 0.52);
}

.hero-content {
  position: absolute;
  z-index: 3;
  left: 7%;
  top: 50%;
  width: min(600px, 48%);
  transform: translateY(-48%);
  pointer-events: none;
}

.hero-eyebrow {
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 13px;
  border: 1px solid rgba(13, 15, 14, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(8px);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  color: #444945;
}

.hero-content h1 {
  margin: 0;
  font-size: 92px;
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 640;
}

.hero-statement {
  margin: 22px 0 0;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 520;
}

.hero-description {
  margin: 18px 0 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.8;
  color: #555b56;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: var(--ink);
  background: var(--lime);
}

.button-light {
  border-color: rgba(13, 15, 14, 0.16);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
}

.button-light:hover,
.button-light:focus-visible {
  border-color: var(--ink);
  background: #fff;
}

.film-status {
  position: absolute;
  z-index: 3;
  left: 32px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: rgba(13, 15, 14, 0.55);
}

.status-index {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 15, 14, 0.18);
  border-radius: 50%;
  color: var(--ink);
}

.film-control {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.film-control:hover,
.film-control:focus-visible {
  transform: scale(1.06);
  color: var(--ink);
  background: var(--lime);
}

.film-progress {
  position: absolute;
  z-index: 3;
  left: 30px;
  right: 88px;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(13, 15, 14, 0.08);
}

.film-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--ink);
}

.hero-panel.is-playing .film-progress span {
  animation: film-progress 32s linear forwards;
}

@keyframes film-progress {
  from { width: 0; }
  to { width: 100%; }
}

.system-strip {
  width: min(1440px, calc(100% - 64px));
  min-height: 118px;
  margin: 0 auto;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #717671;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  white-space: nowrap;
}

.system-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b2b6b1;
}

.section {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.product-thesis {
  padding: 142px 0 154px;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 80px;
  align-items: end;
}

.section-number {
  display: block;
  margin-bottom: 22px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  color: #747a75;
}

.section-intro h2,
.dark-heading h2,
.principles-heading h2,
.workflow-heading h2,
.governance-copy h2,
.ecosystem-heading h2 {
  margin: 0;
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 570;
}

.section-intro > p,
.dark-heading > p,
.governance-copy > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}

.architecture-grid {
  margin-top: 84px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
}

.architecture-visual {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-color: #eceee9;
  background-image:
    linear-gradient(rgba(13, 15, 14, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 15, 14, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
}

.architecture-axis {
  position: absolute;
  left: 50%;
  top: 8%;
  bottom: 8%;
  width: 1px;
  background: rgba(13, 15, 14, 0.18);
}

.architecture-axis::before,
.architecture-axis::after {
  content: "";
  position: absolute;
  left: -90px;
  width: 180px;
  height: 1px;
  background: rgba(13, 15, 14, 0.18);
}

.architecture-axis::before { top: 28%; }

.architecture-axis::after { bottom: 28%; }

.axis-pulse {
  position: absolute;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink);
  animation: axis-travel 6s linear infinite;
}

.pulse-two {
  background: var(--coral);
  animation-delay: -2s;
}

.pulse-three {
  background: var(--ice);
  animation-delay: -4s;
}

@keyframes axis-travel {
  0% { top: 3%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { top: 96%; opacity: 0; }
}

.architecture-core-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 188px;
  height: 188px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 22px rgba(13, 15, 14, 0.05), 0 0 0 54px rgba(13, 15, 14, 0.025);
}

.architecture-core-mark span,
.architecture-core-mark small {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.62);
}

.architecture-core-mark strong {
  margin: 4px 0 8px;
  font-size: 34px;
  letter-spacing: 0;
}

.orbit-label {
  position: absolute;
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(13, 15, 14, 0.2);
  background: rgba(255, 255, 255, 0.82);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  animation: label-float 5s ease-in-out infinite;
}

.orbit-label-one { left: 10%; top: 15%; }

.orbit-label-two { right: 9%; top: 24%; animation-delay: -1s; }

.orbit-label-three { left: 8%; bottom: 19%; animation-delay: -2s; }

.orbit-label-four { right: 10%; bottom: 13%; animation-delay: -3s; }

@keyframes label-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.architecture-layers {
  border-top: 1px solid var(--ink);
}

.architecture-layer {
  min-height: 180px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 22px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.architecture-layer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 2px;
  background: var(--ink);
  transition: width 320ms ease;
}

.architecture-layer:hover::before {
  width: 100%;
}

.architecture-layer.accent-ice::before { background: var(--ice); }

.architecture-layer.accent-coral::before { background: var(--coral); }

.architecture-layer.accent-lime::before { background: var(--lime); }

.layer-number {
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  color: #898e89;
}

.layer-copy > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: #7a7f7a;
}

.layer-copy h3 {
  margin: 10px 0 11px;
  font-size: 25px;
  font-weight: 590;
}

.layer-copy p {
  margin: 0;
  max-width: 470px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

.layer-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}

.layer-tags span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: #6f746f;
}

.dark-band,
.governance-band {
  color: #f7f8f4;
  background: var(--ink);
}

.dark-section {
  padding: 138px 0 148px;
}

.section-number-light {
  color: rgba(255, 255, 255, 0.5);
}

.dark-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}

.dark-heading .section-number {
  grid-column: 1 / -1;
  margin-bottom: -38px;
}

.dark-heading h2 {
  max-width: 720px;
}

.dark-heading > p {
  color: rgba(255, 255, 255, 0.6);
}

.capability-grid {
  margin-top: 88px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 52px;
}

.capability-item {
  min-height: 230px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line-dark);
}

.capability-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.capability-item h3 {
  margin: 56px 0 14px;
  font-size: 22px;
  font-weight: 540;
}

.capability-item p {
  margin: 0;
  max-width: 330px;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
}

.principles-section {
  padding: 144px 0 152px;
}

.principles-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
}

.principles-heading .section-number {
  margin: 12px 0 0;
}

.principles-heading h2 {
  max-width: 760px;
}

.principles-list {
  margin-top: 92px;
  border-top: 1px solid var(--ink);
}

.principles-list article {
  min-height: 132px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 0.14fr 0.54fr 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  transition: padding-left 220ms ease, background 220ms ease;
}

.principles-list article:hover {
  padding-left: 16px;
  background: rgba(255, 255, 255, 0.55);
}

.principles-list article > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: #868b86;
}

.principles-list h3 {
  margin: 0;
  font-size: 31px;
  font-weight: 560;
}

.principles-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.industries-section {
  padding: 140px 0 156px;
  border-top: 1px solid var(--line);
}

.industry-explorer {
  margin-top: 82px;
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 690px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #eceee9;
}

.industry-tabs {
  background: #f8f9f6;
  border-right: 1px solid var(--line);
}

.industry-tabs button {
  width: 100%;
  min-height: 82px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  display: grid;
  grid-template-columns: 30px 24px 1fr 18px;
  gap: 10px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.industry-tabs button > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: #878c87;
}

.industry-tabs button strong {
  font-size: 14px;
  font-weight: 550;
}

.industry-tabs button > svg:last-child {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.industry-tabs button:hover,
.industry-tabs button:focus-visible,
.industry-tabs button.active {
  color: #fff;
  background: var(--ink);
}

.industry-tabs button.active > svg:last-child {
  opacity: 1;
  transform: translateX(0);
}

.industry-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-width: 0;
}

.industry-visual {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(13, 15, 14, 0.1);
  background-image:
    linear-gradient(rgba(13, 15, 14, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 15, 14, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
}

.industry-visual-number {
  position: absolute;
  left: 24px;
  top: 18px;
  font-size: 110px;
  line-height: 1;
  color: rgba(13, 15, 14, 0.055);
  font-weight: 700;
}

.industry-icon-core {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 126px;
  height: 126px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 0 0 28px rgba(13, 15, 14, 0.05), 0 0 0 62px rgba(13, 15, 14, 0.025);
}

.industry-signal {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
  animation: signal-move 5s ease-in-out infinite;
}

.industry-accent-ice .industry-signal { background: var(--ice); }

.industry-accent-lime .industry-signal { background: var(--lime); }

.signal-a { left: 20%; top: 28%; }

.signal-b { right: 17%; top: 36%; animation-delay: -1.5s; }

.signal-c { left: 28%; bottom: 20%; animation-delay: -3s; }

@keyframes signal-move {
  0%, 100% { transform: translate(0, 0); opacity: 0.45; }
  50% { transform: translate(22px, -14px); opacity: 1; }
}

.industry-visual::before,
.industry-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 47%;
  border: 1px solid rgba(13, 15, 14, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.industry-visual::before { width: 310px; height: 310px; }

.industry-visual::after { width: 440px; height: 440px; }

.industry-visual-label {
  position: absolute;
  left: 24px;
  bottom: 22px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: #747974;
}

.industry-copy {
  padding: 62px 54px 48px;
  background: #fff;
}

.industry-copy > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: #747974;
}

.industry-copy h3 {
  margin: 26px 0 24px;
  max-width: 560px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 560;
}

.industry-copy > p {
  margin: 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.industry-detail-grid {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.industry-detail-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.industry-detail-grid small {
  margin-bottom: 7px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: #8a8f8a;
}

.industry-detail-grid span {
  font-size: 12px;
}

.workflow-band {
  background: #e8ebe5;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workflow-section {
  padding: 134px 0 142px;
}

.workflow-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  align-items: start;
}

.workflow-heading .section-number {
  margin: 10px 0 0;
}

.workflow-heading h2 {
  max-width: 750px;
}

.workflow-query {
  margin-top: 72px;
  min-height: 110px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #bdc2bb;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.workflow-query div > span,
.query-status {
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: #747974;
}

.workflow-query p {
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.query-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.query-status i,
.control-plane-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54a96c;
  box-shadow: 0 0 0 5px rgba(84, 169, 108, 0.12);
  animation: live-pulse 1.8s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

.workflow-track {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.workflow-track article {
  min-width: 0;
  position: relative;
  padding-right: 16px;
}

.workflow-track article::after {
  content: "";
  position: absolute;
  left: 26px;
  right: -1px;
  top: 43px;
  height: 1px;
  background: #aeb4ad;
}

.workflow-track article:last-child::after {
  display: none;
}

.workflow-track article > span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: #7e847e;
}

.workflow-node {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 1px solid #aeb4ad;
  background: var(--paper);
  animation: workflow-node 4.2s ease-in-out infinite;
  animation-delay: var(--step-delay);
}

@keyframes workflow-node {
  0%, 70%, 100% { color: var(--ink); background: var(--paper); }
  15%, 35% { color: #fff; background: var(--ink); }
}

.workflow-track h3 {
  margin: 22px 0 9px;
  font-size: 13px;
  font-weight: 650;
}

.workflow-track p {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
  color: #707670;
}

.governance-section {
  padding: 150px 0;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 96px;
  align-items: center;
}

.governance-copy h2 {
  margin-top: 0;
}

.governance-copy > p {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.58);
}

.governance-points {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 24px;
}

.governance-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.governance-points svg {
  color: var(--lime);
}

.control-plane {
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #131614;
}

.control-plane-header,
.control-plane-footer {
  min-height: 56px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.48);
}

.control-plane-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.control-plane-live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.control-plane-body {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
}

.control-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 148px;
  height: 148px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 0 54px rgba(196, 239, 99, 0.14);
}

.control-core strong {
  margin: 12px 0 5px;
  font-size: 11px;
}

.control-core span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 6px;
}

.control-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: control-spin 16s linear infinite;
}

.ring-one { width: 260px; height: 260px; }

.ring-two { width: 380px; height: 380px; animation-direction: reverse; animation-duration: 22s; }

.ring-three { width: 530px; height: 530px; animation-duration: 30s; }

.control-ring::before,
.control-ring::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ice);
}

.control-ring::before { left: 13%; top: 13%; }

.control-ring::after { right: 9%; bottom: 18%; background: var(--coral); }

@keyframes control-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.control-label {
  position: absolute;
  z-index: 2;
  min-width: 76px;
  min-height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #131614;
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  color: rgba(255, 255, 255, 0.65);
}

.control-label-a { left: 9%; top: 18%; }

.control-label-b { right: 10%; top: 22%; }

.control-label-c { left: 11%; bottom: 17%; }

.control-label-d { right: 8%; bottom: 20%; }

.control-plane-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.control-plane-footer strong {
  color: var(--lime);
  font-weight: 500;
}

.ecosystem-section {
  padding: 145px 0 155px;
}

.ecosystem-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: start;
}

.ecosystem-heading .section-number {
  margin-top: 10px;
}

.ecosystem-grid {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}

.ecosystem-grid article {
  min-height: 350px;
  padding: 28px 30px 34px 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ecosystem-grid article + article {
  padding-left: 30px;
}

.ecosystem-grid article:last-child {
  border-right: 0;
}

.ecosystem-grid article > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: #858a85;
}

.ecosystem-grid svg {
  margin-top: 82px;
}

.ecosystem-grid h3 {
  margin: 24px 0 13px;
  font-size: 25px;
  font-weight: 560;
}

.ecosystem-grid p {
  margin: 0;
  max-width: 330px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

.final-cta {
  width: min(1440px, calc(100% - 64px));
  min-height: 720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  color: #fff;
  background: var(--ink);
}

.final-cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
}

.final-core {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 360px;
  height: 360px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 58px rgba(255, 255, 255, 0.025), 0 0 0 118px rgba(255, 255, 255, 0.015);
  animation: final-core-rotate 20s linear infinite;
}

.final-core::before,
.final-core::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.final-core::before { left: 14%; top: 14%; background: var(--ice); }

.final-core::after { right: 11%; bottom: 18%; background: var(--coral); }

.final-core span {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 50px rgba(196, 239, 99, 0.18);
}

@keyframes final-core-rotate {
  to { transform: translateY(-50%) rotate(360deg); }
}

.final-cta-content {
  position: absolute;
  z-index: 2;
  left: 8%;
  top: 50%;
  width: min(710px, 58%);
  transform: translateY(-50%);
}

.final-cta-content > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.55);
}

.final-cta-content h2 {
  margin: 24px 0 0;
  font-size: 64px;
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 550;
}

.final-cta-content > p {
  margin: 18px 0 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.58);
}

.final-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.final-actions .button-light {
  color: var(--ink);
  border-color: #fff;
  background: #fff;
}

.final-actions .button-light:hover,
.final-actions .button-light:focus-visible {
  background: var(--lime);
  border-color: var(--lime);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--lime);
}

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

@media (max-width: 1120px) {
  .hero-section,
  .system-strip,
  .final-cta {
    width: calc(100% - 40px);
  }

  .section {
    width: calc(100% - 64px);
  }

  .hero-content h1 { font-size: 74px; }
  .hero-statement { font-size: 23px; }

  .section-intro h2,
  .dark-heading h2,
  .principles-heading h2,
  .workflow-heading h2,
  .governance-copy h2,
  .ecosystem-heading h2 {
    font-size: 48px;
  }

  .architecture-grid {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 42px;
  }

  .architecture-visual { min-height: 680px; }
  .architecture-layer { grid-template-columns: 42px 1fr; }
  .layer-tags { display: none; }

  .industry-explorer { grid-template-columns: 210px 1fr; }
  .industry-panel { grid-template-columns: 0.78fr 1.22fr; }
  .industry-copy { padding: 52px 38px 40px; }
  .industry-copy h3 { font-size: 34px; }

  .governance-section { gap: 52px; }
  .governance-points { grid-template-columns: 1fr; }
  .final-cta-content h2 { font-size: 52px; }
  .final-core { right: 4%; transform: translateY(-50%) scale(0.82); }
}

@media (max-width: 820px) {

  .hero-panel {
    height: 790px;
    max-height: none;
    border-radius: 34px;
  }

  .film-topline span:last-child { display: none; }

  .hero-content {
    left: 28px;
    right: 28px;
    top: auto;
    bottom: 106px;
    width: auto;
    transform: none;
  }

  .hero-content h1 { font-size: 58px; }
  .hero-statement { margin-top: 15px; font-size: 21px; }
  .hero-description { margin-top: 13px; font-size: 13px; }
  .hero-description br { display: none; }
  .hero-actions { margin-top: 22px; }
  .film-status { left: 26px; bottom: 25px; }
  .film-control { right: 24px; bottom: 21px; }
  .film-progress { left: 24px; right: 80px; }

  .system-strip {
    min-height: 100px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .system-strip span:nth-of-type(n + 4),
  .system-strip i:nth-of-type(n + 4) { display: none; }

  .section { width: calc(100% - 40px); }
  .product-thesis,
  .principles-section,
  .industries-section,
  .workflow-section,
  .ecosystem-section { padding: 104px 0 112px; }
  .dark-section { padding: 104px 0 112px; }

  .section-intro,
  .dark-heading,
  .principles-heading,
  .workflow-heading,
  .ecosystem-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .dark-heading .section-number {
    grid-column: auto;
    margin-bottom: 0;
  }

  .section-intro h2,
  .dark-heading h2,
  .principles-heading h2,
  .workflow-heading h2,
  .governance-copy h2,
  .ecosystem-heading h2 {
    font-size: 42px;
  }

  .section-intro > p { max-width: 620px; }
  .architecture-grid { margin-top: 60px; grid-template-columns: 1fr; }
  .architecture-visual { min-height: 560px; }
  .architecture-layer { min-height: 160px; }
  .architecture-core-mark { width: 160px; height: 160px; }

  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-item { min-height: 215px; }

  .principles-list { margin-top: 58px; }
  .principles-list article { grid-template-columns: 40px 0.6fr 1fr; }
  .principles-list h3 { font-size: 24px; }

  .industry-explorer {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .industry-tabs {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .industry-tabs button {
    min-width: 150px;
    min-height: 66px;
    grid-template-columns: 24px 20px 1fr;
  }

  .industry-tabs button > svg:last-child { display: none; }
  .industry-panel { grid-template-columns: 0.82fr 1.18fr; }
  .industry-visual { min-height: 580px; }

  .workflow-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 0;
  }

  .workflow-track article:nth-child(3)::after,
  .workflow-track article:nth-child(6)::after { display: none; }

  .governance-section {
    padding: 110px 0;
    grid-template-columns: 1fr;
  }

  .governance-copy { max-width: 680px; }
  .governance-points { grid-template-columns: 1fr 1fr; }
  .control-plane { min-height: 580px; }

  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-grid article,
  .ecosystem-grid article + article {
    min-height: 250px;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .ecosystem-grid article:last-child { border-bottom: 0; }
  .ecosystem-grid svg { margin-top: 52px; }

  .final-cta { min-height: 700px; border-radius: 34px; }
  .final-core { right: -120px; top: 25%; transform: scale(0.75); }
  .final-cta-content { left: 38px; right: 38px; top: auto; bottom: 74px; width: auto; transform: none; }
  .final-cta-content h2 { font-size: 46px; }
}

@media (max-width: 560px) {
  .hero-section,
  .system-strip,
  .final-cta {
    width: calc(100% - 24px);
  }

  .section { width: calc(100% - 32px); }

  .hero-panel { height: 760px; border-radius: 26px; }
  .film-topline { top: 22px; left: 22px; right: 22px; }
  .hero-content { left: 22px; right: 22px; bottom: 102px; }
  .hero-eyebrow { min-height: 28px; margin-bottom: 16px; font-size: 8px; }
  .hero-content h1 { font-size: 49px; }
  .hero-statement { font-size: 19px; }
  .hero-description { line-height: 1.7; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .film-status { left: 21px; }
  .film-control { right: 20px; }

  .system-strip { gap: 14px; padding: 0 8px; font-size: 7px; }
  .system-strip span:nth-of-type(n + 3),
  .system-strip i:nth-of-type(n + 3) { display: none; }

  .section-intro h2,
  .dark-heading h2,
  .principles-heading h2,
  .workflow-heading h2,
  .governance-copy h2,
  .ecosystem-heading h2 {
    font-size: 36px;
  }

  .architecture-visual { min-height: 500px; }
  .orbit-label { font-size: 6px; }
  .architecture-layer { grid-template-columns: 34px 1fr; gap: 12px; }
  .layer-copy h3 { font-size: 22px; }

  .capability-grid { grid-template-columns: 1fr; row-gap: 22px; }
  .capability-item { min-height: 200px; }

  .principles-list article {
    min-height: 0;
    grid-template-columns: 32px 1fr;
    gap: 14px;
  }
  .principles-list p { grid-column: 2; }
  .principles-list h3 { font-size: 22px; }

  .industry-explorer { margin-top: 58px; }
  .industry-tabs button { min-width: 132px; padding: 0 13px; }
  .industry-panel { grid-template-columns: 1fr; }
  .industry-visual { min-height: 400px; border-right: 0; border-bottom: 1px solid var(--line); }
  .industry-visual::before { width: 250px; height: 250px; }
  .industry-visual::after { width: 340px; height: 340px; }
  .industry-copy { padding: 38px 24px 34px; }
  .industry-copy h3 { font-size: 29px; }
  .industry-detail-grid { grid-template-columns: 1fr; }

  .workflow-query {
    min-height: 140px;
    padding: 20px;
    grid-template-columns: 28px 1fr;
  }
  .query-status { grid-column: 2; }
  .workflow-query p { font-size: 14px; }
  .workflow-track { grid-template-columns: 1fr 1fr; }
  .workflow-track article:nth-child(3)::after { display: block; }
  .workflow-track article:nth-child(2)::after,
  .workflow-track article:nth-child(4)::after,
  .workflow-track article:nth-child(6)::after { display: none; }

  .governance-points { grid-template-columns: 1fr; }
  .control-plane { min-height: 510px; }
  .control-plane-body { min-height: 400px; }
  .control-plane-footer span:nth-child(2) { display: none; }
  .control-core { width: 124px; height: 124px; }
  .ring-one { width: 210px; height: 210px; }
  .ring-two { width: 300px; height: 300px; }
  .ring-three { width: 420px; height: 420px; }

  .final-cta { min-height: 660px; border-radius: 26px; }
  .final-core { right: -170px; top: 10%; transform: scale(0.58); }
  .final-cta-content { left: 26px; right: 26px; bottom: 48px; }
  .final-cta-content h2 { font-size: 37px; }
  .final-cta-content > p { font-size: 18px; }
  .final-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .text-link { justify-content: center; }
}

.hero-panel {
  border-color: rgba(140, 129, 255, 0.24);
  background: #060713;
  box-shadow:
    0 32px 100px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(111, 93, 255, 0.06),
    inset 0 0 90px rgba(72, 57, 180, 0.08);
}

.hero-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 11%;
  right: 11%;
  top: 15%;
  height: 62%;
  border: 1px solid rgba(130, 120, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    0 -22px 70px rgba(88, 70, 255, 0.08),
    inset 0 20px 55px rgba(76, 62, 190, 0.045);
  transform-origin: center;
  animation: hero-shell-breathe 8s ease-in-out infinite;
}

.hero-panel::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(187, 181, 255, 0.035) 4px
  );
  background-size: 100% 8px;
  animation: hero-scan-field 12s linear infinite;
}

.hero-panel.is-playing::after {
  opacity: 0.3;
  animation-duration: 5s;
}

@keyframes hero-shell-breathe {
  0%, 100% { opacity: 0.7; transform: scale(0.985); }
  50% { opacity: 1; transform: scale(1.018); }
}

@keyframes hero-scan-field {
  from { background-position: 0 0; }
  to { background-position: 0 80px; }
}

.film-click-target {
  z-index: 2;
}

.film-click-target:focus-visible {
  outline-color: var(--violet);
}

.film-topline,
.film-status {
  z-index: 5;
  color: rgba(211, 214, 242, 0.52);
}

.hero-content {
  z-index: 5;
}

.hero-eyebrow {
  border-color: rgba(149, 136, 255, 0.35);
  color: rgba(228, 226, 255, 0.78);
  background: rgba(12, 10, 35, 0.52);
  box-shadow: inset 0 0 20px rgba(109, 87, 255, 0.08), 0 0 18px rgba(100, 79, 255, 0.08);
}

.hero-content h1 {
  color: #f7f7ff;
  text-shadow: 0 0 38px rgba(124, 104, 255, 0.26);
}

.hero-statement {
  color: rgba(250, 250, 255, 0.96);
}

.hero-description {
  color: rgba(206, 210, 229, 0.66);
}

.button-dark {
  color: #fff;
  border-color: rgba(154, 142, 255, 0.68);
  background: var(--violet);
  box-shadow: 0 10px 36px rgba(93, 71, 255, 0.24);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: #080914;
  background: var(--lime);
  border-color: var(--lime);
}

.button-light {
  color: rgba(247, 247, 255, 0.86);
  border-color: rgba(172, 177, 224, 0.24);
  background: rgba(10, 12, 27, 0.5);
}

.button-light:hover,
.button-light:focus-visible {
  color: #fff;
  border-color: rgba(154, 143, 255, 0.72);
  background: rgba(128, 109, 255, 0.18);
}

.status-index {
  border-color: rgba(157, 147, 255, 0.38);
  color: rgba(240, 240, 255, 0.9);
  box-shadow: inset 0 0 15px rgba(128, 109, 255, 0.1);
}

.film-control {
  z-index: 6;
  color: #080914;
  background: #f5f5ff;
  box-shadow: 0 0 25px rgba(139, 123, 255, 0.28);
}

.film-control:hover,
.film-control:focus-visible {
  color: #fff;
  background: var(--violet);
}

.film-progress {
  z-index: 5;
  background: rgba(170, 166, 218, 0.1);
}

.film-progress span {
  background: var(--violet);
  box-shadow: 0 0 12px rgba(128, 109, 255, 0.9);
}

.system-strip {
  border-color: rgba(54, 64, 98, 0.13);
  color: rgba(43, 50, 75, 0.53);
}

.system-strip i {
  background: var(--violet);
  box-shadow: 0 0 10px rgba(128, 109, 255, 0.7);
}

.section-number,
.layer-number,
.layer-copy > span,
.industry-copy > span,
.industry-visual-label,
.workflow-query div > span,
.query-status,
.ecosystem-grid article > span {
  color: rgba(82, 70, 173, 0.62);
}

.heading-en {
  display: block;
  margin-top: 17px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  line-height: 1.5;
  color: rgba(82, 70, 173, 0.66);
}

.section-intro > p,
.dark-heading > p,
.governance-copy > p,
.layer-copy p,
.principles-list p,
.industry-copy > p,
.ecosystem-grid p {
  color: var(--muted);
}

.architecture-visual {
  border-color: rgba(144, 136, 212, 0.2);
  background-color: #080a15;
  background-image:
    linear-gradient(rgba(124, 109, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 109, 255, 0.07) 1px, transparent 1px);
  box-shadow: inset 0 0 70px rgba(86, 67, 223, 0.08), 0 24px 80px rgba(0, 0, 0, 0.28);
}

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

.architecture-visual::before {
  left: 50%;
  top: 50%;
  width: 78%;
  height: 42%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(128, 109, 255, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(103, 81, 255, 0.13), inset 0 0 34px rgba(103, 81, 255, 0.08);
}

.architecture-visual::after {
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
  background: rgba(117, 105, 255, 0.3);
  box-shadow: 0 0 18px rgba(117, 105, 255, 0.4);
}

.architecture-axis,
.architecture-axis::before,
.architecture-axis::after {
  background: rgba(147, 136, 255, 0.28);
}

.axis-pulse {
  background: var(--violet);
  box-shadow: 0 0 14px rgba(128, 109, 255, 0.9);
}

.architecture-core-mark {
  color: #fff;
  background: #070810;
  border: 1px solid rgba(176, 166, 255, 0.52);
  box-shadow:
    0 0 28px rgba(111, 89, 255, 0.4),
    0 0 0 22px rgba(111, 89, 255, 0.07),
    0 0 0 54px rgba(111, 89, 255, 0.025);
}

.architecture-core-mark strong {
  color: #f7f7ff;
}

.orbit-label {
  color: rgba(226, 226, 244, 0.7);
  border-color: rgba(151, 142, 221, 0.28);
  background: rgba(8, 10, 22, 0.86);
  box-shadow: 0 0 20px rgba(85, 69, 196, 0.08);
}

.architecture-layers,
.principles-list,
.ecosystem-grid {
  border-top-color: rgba(24, 30, 53, 0.32);
}

.architecture-layer,
.principles-list article,
.ecosystem-grid article,
.industry-detail-grid {
  border-color: var(--line);
}

.architecture-layer:hover,
.principles-list article:hover {
  background: rgba(115, 96, 255, 0.05);
}

.layer-tags span {
  color: rgba(51, 58, 82, 0.66);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.dark-band {
  color: var(--ink);
  background-color: #edf3f8;
  background-image:
    linear-gradient(128deg, rgba(99, 217, 255, 0.16), transparent 34%),
    linear-gradient(232deg, rgba(200, 243, 107, 0.13), transparent 30%),
    linear-gradient(rgba(73, 83, 119, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 83, 119, 0.045) 1px, transparent 1px);
  background-size: auto, auto, 74px 74px, 74px 74px;
  border-top: 1px solid rgba(73, 84, 120, 0.12);
  border-bottom: 1px solid rgba(73, 84, 120, 0.12);
}

.dark-heading > p,
.capability-item p {
  color: var(--muted);
}

.dark-band .section-number-light {
  color: rgba(82, 70, 173, 0.64);
}

.capability-item {
  min-height: 268px;
  padding: 24px 22px 28px;
  border: 1px solid rgba(83, 92, 129, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 50px rgba(45, 54, 94, 0.06);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.capability-item:hover {
  transform: translateY(-5px);
  border-color: rgba(106, 88, 255, 0.34);
  box-shadow: 0 24px 60px rgba(66, 57, 142, 0.12);
}

.capability-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 42px;
  height: 1px;
  background: var(--violet);
  box-shadow: 0 0 10px rgba(128, 109, 255, 0.72);
}

.capability-meta {
  color: rgba(82, 70, 173, 0.68);
}

.capability-en {
  display: block;
  margin-top: 48px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: rgba(82, 70, 173, 0.64);
}

.capability-item h3 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: 23px;
}

.principles-list h3 {
  color: var(--ink);
}

.principles-list h3 small {
  display: block;
  margin-top: 8px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 450;
  color: rgba(82, 70, 173, 0.62);
}

.principles-section,
.industries-section,
.ecosystem-section {
  position: relative;
  isolation: isolate;
}

.industry-explorer {
  border-color: rgba(73, 82, 117, 0.16);
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(42, 50, 88, 0.12);
}

.industry-tabs {
  border-color: var(--line);
  background: rgba(247, 249, 253, 0.96);
}

.industry-tabs button {
  color: rgba(22, 27, 45, 0.78);
  border-color: var(--line);
}

.industry-tabs button > span {
  color: rgba(82, 70, 173, 0.56);
}

.industry-tabs button:hover,
.industry-tabs button:focus-visible,
.industry-tabs button.active {
  color: #fff;
  background: #111528;
  box-shadow: inset 3px 0 0 var(--ice), inset 0 0 32px rgba(109, 87, 255, 0.1);
}

.industry-visual {
  border-color: var(--line);
  background-color: #090b16;
  background-image:
    linear-gradient(rgba(126, 112, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 112, 255, 0.07) 1px, transparent 1px);
}

.industry-visual-number {
  color: rgba(129, 112, 255, 0.09);
}

.industry-visual-label {
  color: rgba(218, 216, 245, 0.68);
}

.industry-visual::before,
.industry-visual::after {
  border-color: rgba(134, 119, 255, 0.24);
  box-shadow: 0 0 28px rgba(110, 87, 255, 0.1);
}

.industry-icon-core {
  color: #fff;
  border: 1px solid rgba(183, 174, 255, 0.6);
  background: #090a15;
  box-shadow:
    0 0 38px rgba(113, 89, 255, 0.38),
    0 0 0 28px rgba(113, 89, 255, 0.065),
    0 0 0 62px rgba(113, 89, 255, 0.024);
}

.industry-copy {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(128, 109, 255, 0.045), transparent 32%),
    #ffffff;
}

.industry-detail-grid small {
  color: rgba(82, 70, 173, 0.64);
}

.workflow-band {
  color: var(--ink);
  background-color: #eef8f6;
  background-image:
    linear-gradient(120deg, rgba(99, 217, 255, 0.14), transparent 36%),
    linear-gradient(240deg, rgba(255, 143, 112, 0.09), transparent 28%),
    linear-gradient(rgba(57, 83, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 83, 91, 0.045) 1px, transparent 1px);
  background-size: auto, auto, 68px 68px, 68px 68px;
  border-color: rgba(65, 91, 100, 0.14);
}

.workflow-query {
  border-color: rgba(73, 91, 106, 0.2);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 54px rgba(41, 69, 76, 0.08), inset 0 0 34px rgba(108, 87, 255, 0.025);
  backdrop-filter: blur(16px);
}

.workflow-query p {
  color: rgba(16, 22, 37, 0.9);
}

.workflow-track article::after {
  background: rgba(82, 70, 173, 0.24);
}

.workflow-node {
  color: rgba(42, 46, 66, 0.76);
  border-color: rgba(106, 88, 255, 0.3);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(82, 70, 173, 0.08);
}

@keyframes workflow-node {
  0%, 70%, 100% { color: rgba(42, 46, 66, 0.76); background: rgba(255, 255, 255, 0.88); }
  15%, 35% { color: #fff; background: var(--violet); box-shadow: 0 0 22px rgba(128, 109, 255, 0.45); }
}

.workflow-track h3 {
  color: var(--ink);
  font-size: 14px;
}

.workflow-track p {
  color: rgba(63, 70, 91, 0.68);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.governance-band {
  background-color: #05060d;
  background-image:
    linear-gradient(rgba(126, 112, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 112, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  border-top: 1px solid rgba(125, 110, 255, 0.15);
  animation: agi-grid-drift 24s linear infinite;
}

.governance-band .section-number-light {
  color: rgba(177, 168, 255, 0.68);
}

.governance-copy > p {
  color: rgba(191, 195, 217, 0.62);
}

.control-plane {
  border-color: rgba(149, 138, 226, 0.28);
  background: #080a14;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42), inset 0 0 65px rgba(101, 80, 229, 0.05);
}

.control-plane-body {
  background-image:
    linear-gradient(rgba(126, 112, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 112, 255, 0.07) 1px, transparent 1px);
  animation: agi-grid-drift 18s linear infinite reverse;
}

.control-core {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 0 60px rgba(112, 89, 255, 0.36);
}

.control-ring {
  border-color: rgba(153, 142, 255, 0.24);
}

.control-label {
  color: rgba(229, 229, 245, 0.68);
  border-color: rgba(157, 148, 218, 0.24);
  background: #080a14;
}

.control-plane-footer strong {
  color: var(--ice);
}

.ecosystem-grid article > small {
  display: block;
  margin-top: 20px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: rgba(82, 70, 173, 0.64);
}

.ecosystem-grid h3 {
  margin-top: 10px;
  color: var(--ink);
}

.ecosystem-grid svg {
  color: var(--violet);
  filter: drop-shadow(0 0 12px rgba(128, 109, 255, 0.35));
}

.ecosystem-grid article {
  background: rgba(255, 255, 255, 0.48);
  transition: background 220ms ease, transform 220ms ease;
}

.ecosystem-grid article:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-4px);
}

.final-cta {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(145, 133, 255, 0.24);
  border-left: 0;
  border-right: 0;
  color: #fff;
  background: #070812;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.5), inset 0 0 100px rgba(89, 68, 224, 0.06);
}

.final-cta-content {
  left: max(40px, calc((100% - 1240px) / 2));
}

.final-cta-grid {
  background-image:
    linear-gradient(rgba(128, 112, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 112, 255, 0.08) 1px, transparent 1px);
  animation: agi-grid-drift 20s linear infinite;
}

@keyframes agi-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 72px 72px, 72px 72px; }
}

.final-core {
  border-color: rgba(158, 147, 255, 0.32);
  box-shadow:
    0 0 50px rgba(110, 86, 255, 0.13),
    0 0 0 58px rgba(114, 93, 255, 0.045),
    0 0 0 118px rgba(114, 93, 255, 0.018);
}

.final-core span {
  background: var(--violet);
  box-shadow: 0 0 70px rgba(128, 109, 255, 0.48);
}

.final-cta-content > p {
  color: rgba(221, 223, 239, 0.68);
}

.final-cta-en {
  display: block;
  margin-top: 16px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: rgba(148, 141, 205, 0.62) !important;
}

.final-actions .button-light {
  color: #090a14;
  border-color: #fff;
  background: #fff;
}

.final-actions .button-light:hover,
.final-actions .button-light:focus-visible {
  color: #fff;
  border-color: var(--violet);
  background: var(--violet);
}

@media (max-width: 820px) {

  .hero-panel::before {
    left: -14%;
    right: -14%;
    top: 8%;
    height: 44%;
  }

  .industry-tabs {
    border-color: var(--line);
  }

  .final-cta-content {
    left: 38px;
  }
}

@media (max-width: 560px) {
  .hero-content h1 {
    text-shadow: 0 0 28px rgba(124, 104, 255, 0.25);
  }

  .hero-eyebrow {
    line-height: 1.45;
    padding: 6px 11px;
  }

  .capability-item {
    min-height: 230px;
  }

  .final-cta-content {
    left: 26px;
  }
}

.vision-band {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #f7f7ff;
  background-color: #060713;
  border-top: 1px solid rgba(130, 115, 255, 0.18);
  border-bottom: 1px solid rgba(130, 115, 255, 0.18);
}

.vision-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.72;
  background-image:
    linear-gradient(rgba(126, 112, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 112, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  animation: agi-grid-drift 24s linear infinite;
}

.vision-band::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 44%;
  width: min(1280px, 92vw);
  height: 520px;
  border: 1px solid rgba(128, 109, 255, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 -28px 90px rgba(97, 73, 255, 0.13),
    inset 0 26px 80px rgba(91, 73, 238, 0.07),
    0 0 0 52px rgba(103, 81, 255, 0.025),
    0 0 0 112px rgba(99, 217, 255, 0.012);
  animation: vision-field-breathe 9s ease-in-out infinite;
}

.vision-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.vision-horizon {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 51%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 217, 255, 0.5), rgba(128, 109, 255, 0.82), transparent);
  box-shadow: 0 0 26px rgba(105, 87, 255, 0.5);
}

.vision-horizon::before,
.vision-horizon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(135, 121, 255, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.vision-horizon::before {
  width: min(980px, 76vw);
  height: 280px;
}

.vision-horizon::after {
  width: min(720px, 56vw);
  height: 178px;
  border-color: rgba(99, 217, 255, 0.18);
}

.vision-signal {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 18px rgba(99, 217, 255, 0.9);
  animation: vision-signal-drift 7s ease-in-out infinite;
}

.vision-signal-a { left: 18%; top: 32%; }

.vision-signal-b {
  right: 19%;
  top: 41%;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(200, 243, 107, 0.76);
  animation-delay: -2.2s;
}

.vision-signal-c {
  left: 62%;
  bottom: 24%;
  background: var(--coral);
  box-shadow: 0 0 18px rgba(255, 143, 112, 0.76);
  animation-delay: -4.4s;
}

.vision-section {
  min-height: 820px;
  padding: 112px 0 58px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.vision-section > .section-number {
  color: rgba(185, 177, 255, 0.68);
}

.vision-copy {
  width: min(930px, 82%);
  margin: auto 0;
  padding: 72px 0;
}

.vision-copy > span,
.vision-mission > span,
.vision-mission > small {
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  color: rgba(178, 171, 226, 0.66);
}

.vision-copy h2 {
  max-width: 920px;
  margin: 24px 0 0;
  font-size: 70px;
  line-height: 1.05;
  font-weight: 560;
  letter-spacing: 0;
  text-shadow: 0 0 46px rgba(112, 91, 255, 0.2);
}

.vision-copy p {
  max-width: 760px;
  margin: 32px 0 0;
  color: rgba(209, 212, 231, 0.66);
  font-size: 15px;
  line-height: 1.9;
}

.vision-mission {
  min-height: 104px;
  padding-top: 28px;
  border-top: 1px solid rgba(167, 160, 221, 0.2);
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: start;
  gap: 36px;
}

.vision-mission strong {
  max-width: 620px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 520;
}

.vision-mission small {
  justify-self: end;
  padding-top: 7px;
  color: rgba(99, 217, 255, 0.62);
}

@keyframes vision-field-breathe {
  0%, 100% { opacity: 0.72; transform: translate(-50%, -50%) scale(0.985); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.025); }
}

@keyframes vision-signal-drift {
  0%, 100% { opacity: 0.35; transform: translate(0, 0); }
  50% { opacity: 1; transform: translate(24px, -14px); }
}

@media (max-width: 1020px) {
  .vision-copy {
    width: min(800px, 90%);
  }

  .vision-copy h2 {
    font-size: 58px;
  }

  .vision-mission {
    grid-template-columns: 180px 1fr;
  }

  .vision-mission small {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .vision-band,
  .vision-section {
    min-height: 730px;
  }

  .vision-section {
    padding: 90px 0 48px;
  }

  .vision-copy {
    width: 100%;
    padding: 60px 0;
  }

  .vision-copy h2 {
    max-width: 680px;
    font-size: 49px;
  }

  .vision-mission {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vision-mission small {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .vision-band,
  .vision-section {
    min-height: 720px;
  }

  .vision-section {
    padding: 72px 0 38px;
  }

  .vision-copy {
    padding: 52px 0;
  }

  .vision-copy h2 {
    font-size: 38px;
  }

  .vision-copy p {
    margin-top: 26px;
    font-size: 14px;
  }

  .vision-mission strong {
    font-size: 20px;
  }

  .vision-mission small {
    line-height: 1.7;
  }

  .vision-horizon::before {
    width: 118vw;
  }

  .vision-horizon::after {
    width: 86vw;
  }
}

.architecture-visual {
  border-color: rgba(151, 255, 88, 0.22);
  background-color: #05070c;
  background-image:
    linear-gradient(rgba(117, 255, 77, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 226, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  box-shadow:
    inset 0 0 100px rgba(103, 255, 63, 0.045),
    0 28px 80px rgba(28, 36, 54, 0.22),
    0 0 0 1px rgba(126, 255, 71, 0.035);
}

.architecture-visual::before {
  width: 82%;
  height: 46%;
  border-color: rgba(135, 255, 76, 0.3);
  box-shadow:
    0 0 42px rgba(119, 255, 66, 0.12),
    inset 0 0 42px rgba(76, 240, 255, 0.065),
    0 0 0 34px rgba(128, 109, 255, 0.025);
  animation: architecture-field-breathe 7s ease-in-out infinite;
}

.architecture-visual::after {
  left: 7%;
  right: 7%;
  background: linear-gradient(90deg, transparent, rgba(94, 236, 255, 0.58), rgba(139, 255, 74, 0.82), rgba(128, 109, 255, 0.56), transparent);
  box-shadow: 0 0 22px rgba(126, 255, 71, 0.56);
  animation: architecture-horizon 5s ease-in-out infinite;
}

.architecture-axis,
.architecture-axis::before,
.architecture-axis::after {
  background: linear-gradient(180deg, transparent, rgba(101, 226, 255, 0.42), rgba(139, 255, 75, 0.64), rgba(128, 109, 255, 0.42), transparent);
}

.axis-pulse {
  background: #8fff4f;
  box-shadow: 0 0 8px #8fff4f, 0 0 24px rgba(143, 255, 79, 0.82);
}

.pulse-two {
  background: #56eaff;
  box-shadow: 0 0 8px #56eaff, 0 0 24px rgba(86, 234, 255, 0.78);
}

.pulse-three {
  background: #9a7cff;
  box-shadow: 0 0 8px #9a7cff, 0 0 24px rgba(154, 124, 255, 0.76);
}

.architecture-core-mark {
  --core-scale: 1;
  z-index: 5;
  width: 220px;
  height: 220px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  display: block;
  box-shadow: none;
  animation: architecture-core-float 6s ease-in-out infinite;
}

.architecture-prism {
  position: absolute;
  inset: 0;
  filter: drop-shadow(0 18px 30px rgba(69, 255, 50, 0.18));
  transform: perspective(700px) rotateX(-4deg) rotateY(6deg);
  transform-style: preserve-3d;
}

.architecture-prism i {
  position: absolute;
  display: block;
}

.prism-front {
  left: 18px;
  top: 38px;
  width: 172px;
  height: 166px;
  overflow: hidden;
  border: 1px solid rgba(163, 255, 106, 0.78);
  border-radius: 5px;
  background:
    linear-gradient(126deg, rgba(19, 255, 64, 0.04), rgba(123, 255, 59, 0.18) 52%, rgba(45, 233, 255, 0.08)),
    rgba(4, 12, 10, 0.94);
  box-shadow:
    inset 0 0 48px rgba(105, 255, 57, 0.14),
    inset 0 -44px 56px rgba(3, 5, 12, 0.74),
    0 0 32px rgba(112, 255, 63, 0.2);
}

.prism-top {
  left: 18px;
  top: 10px;
  width: 194px;
  height: 30px;
  clip-path: polygon(0 100%, 12% 0, 88% 0, 100% 100%);
  border-top: 1px solid rgba(187, 255, 139, 0.9);
  background: linear-gradient(90deg, rgba(60, 255, 60, 0.3), rgba(213, 255, 125, 0.92) 48%, rgba(75, 240, 255, 0.3));
  box-shadow: 0 0 25px rgba(130, 255, 74, 0.5);
}

.prism-side {
  right: 8px;
  top: 38px;
  width: 23px;
  height: 166px;
  clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
  border-right: 1px solid rgba(105, 238, 255, 0.72);
  background: linear-gradient(180deg, rgba(105, 255, 64, 0.5), rgba(35, 193, 255, 0.12), rgba(128, 109, 255, 0.26));
  box-shadow: 0 0 20px rgba(73, 230, 255, 0.24);
}

.prism-energy {
  z-index: 2;
  left: 76px;
  top: 18px;
  width: 62px;
  height: 172px;
  clip-path: polygon(40% 0, 100% 0, 64% 42%, 80% 100%, 22% 100%, 36% 51%, 0 21%);
  background: linear-gradient(180deg, rgba(230, 255, 174, 0.96), rgba(133, 255, 49, 0.86) 28%, rgba(28, 255, 85, 0.46) 64%, transparent);
  filter: blur(5px);
  mix-blend-mode: screen;
  animation: prism-energy-shift 3.8s ease-in-out infinite;
}

.prism-scan {
  z-index: 3;
  left: 23px;
  top: 44px;
  width: 162px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a4ff68, #62efff, transparent);
  box-shadow: 0 0 14px rgba(139, 255, 77, 0.9);
  animation: prism-scan 3.2s linear infinite;
}

.architecture-core-copy {
  position: absolute;
  z-index: 4;
  left: 18px;
  top: 76px;
  width: 172px;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 18px rgba(11, 16, 11, 0.9);
}

.architecture-core-copy span,
.architecture-core-copy small {
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  color: rgba(229, 255, 222, 0.72);
}

.architecture-core-copy strong,
.architecture-core-mark strong {
  margin: 7px 0 8px;
  color: #f9fff5;
  font-size: 31px;
  line-height: 1;
  text-shadow: 0 0 16px rgba(134, 255, 74, 0.48);
}

.architecture-orbit {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(117, 255, 68, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.architecture-orbit-one {
  width: 390px;
  height: 220px;
  animation: architecture-orbit-one 12s linear infinite;
}

.architecture-orbit-two {
  width: 292px;
  height: 390px;
  border-color: rgba(83, 232, 255, 0.17);
  animation: architecture-orbit-two 17s linear infinite;
}

.architecture-orbit i {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8fff4f;
  box-shadow: 0 0 8px #8fff4f, 0 0 22px rgba(143, 255, 79, 0.9);
}

.architecture-orbit-two i {
  background: #56eaff;
  box-shadow: 0 0 8px #56eaff, 0 0 22px rgba(86, 234, 255, 0.86);
}

.architecture-energy-label {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  padding: 7px 10px;
  border: 1px solid rgba(139, 255, 77, 0.22);
  color: rgba(172, 255, 130, 0.66);
  background: rgba(5, 10, 9, 0.76);
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  white-space: nowrap;
}

.orbit-label {
  color: rgba(223, 230, 245, 0.76);
  border-color: rgba(107, 238, 255, 0.24);
  background: rgba(5, 8, 14, 0.82);
  box-shadow: inset 0 0 18px rgba(85, 234, 255, 0.03), 0 0 22px rgba(74, 255, 103, 0.035);
}

.architecture-visual:hover .architecture-prism {
  filter: drop-shadow(0 22px 38px rgba(89, 255, 49, 0.3));
}

@keyframes architecture-field-breathe {
  0%, 100% { opacity: 0.68; transform: translate(-50%, -50%) scale(0.98); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.025); }
}

@keyframes architecture-horizon {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

@keyframes architecture-core-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0) scale(var(--core-scale)); }
  50% { transform: translate(-50%, -50%) translateY(-9px) scale(var(--core-scale)); }
}

@keyframes prism-energy-shift {
  0%, 100% { opacity: 0.56; transform: translateX(-8px) skewX(-6deg); }
  50% { opacity: 1; transform: translateX(9px) skewX(5deg); }
}

@keyframes prism-scan {
  from { transform: translateY(0); opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  to { transform: translateY(150px); opacity: 0; }
}

@keyframes architecture-orbit-one {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes architecture-orbit-two {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@media (max-width: 560px) {
  .architecture-core-mark {
    --core-scale: 0.86;
  }

  .architecture-orbit-one {
    width: 310px;
    height: 190px;
  }

  .architecture-orbit-two {
    width: 238px;
    height: 318px;
  }
}

.hero-panel {
  border-color: rgba(77, 213, 255, 0.24);
  background: #010609;
  box-shadow:
    0 34px 110px rgba(1, 10, 18, 0.42),
    0 0 0 1px rgba(84, 225, 255, 0.045),
    inset 0 0 110px rgba(35, 137, 255, 0.075);
}

.hero-panel::before {
  border-color: rgba(77, 213, 255, 0.14);
  box-shadow:
    0 -24px 84px rgba(50, 177, 255, 0.1),
    inset 0 20px 66px rgba(50, 216, 255, 0.055),
    0 0 0 42px rgba(65, 111, 255, 0.018);
}

.hero-canvas {
  opacity: 0.82;
  filter: saturate(1.16) contrast(1.05);
}

.hero-intelligence-visual {
  position: absolute;
  z-index: 4;
  right: 4.5%;
  top: 50%;
  width: min(40vw, 520px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  pointer-events: none;
  isolation: isolate;
}

.hero-intelligence-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 17%;
  border-radius: 50%;
  background: #01080d;
  box-shadow:
    0 0 70px rgba(50, 205, 255, 0.12),
    0 0 0 42px rgba(31, 111, 255, 0.025);
}

.hero-intelligence-visual::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 13%;
  right: 13%;
  top: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107, 239, 255, 0.94), rgba(112, 135, 255, 0.78), transparent);
  box-shadow: 0 0 18px rgba(72, 220, 255, 0.72);
  animation: intelligence-scan 5.4s linear infinite;
}

.hero-intelligence-visual img {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.96;
  mix-blend-mode: screen;
  filter: saturate(1.25) contrast(1.16) brightness(1.08) drop-shadow(0 0 34px rgba(71, 211, 255, 0.26));
  -webkit-mask-image: radial-gradient(circle at center, #000 0%, #000 52%, rgba(0, 0, 0, 0.82) 64%, transparent 80%);
  mask-image: radial-gradient(circle at center, #000 0%, #000 52%, rgba(0, 0, 0, 0.82) 64%, transparent 80%);
}

.intelligence-ring {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(85, 224, 255, 0.24);
  border-radius: 50%;
}

.intelligence-ring::before,
.intelligence-ring::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67efff;
  box-shadow: 0 0 8px #67efff, 0 0 24px rgba(103, 239, 255, 0.9);
}

.intelligence-ring::before {
  left: 14%;
  top: 12%;
}

.intelligence-ring::after {
  right: 12%;
  bottom: 14%;
  background: #91ff57;
  box-shadow: 0 0 8px #91ff57, 0 0 24px rgba(145, 255, 87, 0.78);
}

.intelligence-ring-one {
  width: 96%;
  height: 68%;
  animation: intelligence-ring-one 15s linear infinite;
}

.intelligence-ring-two {
  width: 72%;
  height: 102%;
  border-color: rgba(107, 124, 255, 0.21);
  animation: intelligence-ring-two 20s linear infinite;
}

.intelligence-ring-three {
  width: 112%;
  height: 82%;
  border-style: dashed;
  border-color: rgba(116, 229, 255, 0.11);
  animation: intelligence-ring-three 28s linear infinite;
}

.hero-eyebrow {
  border-color: rgba(81, 216, 255, 0.3);
  color: rgba(211, 246, 255, 0.8);
  background: rgba(3, 19, 31, 0.56);
  box-shadow: inset 0 0 22px rgba(68, 208, 255, 0.075), 0 0 20px rgba(55, 174, 255, 0.07);
}

.hero-content h1 {
  text-shadow: 0 0 42px rgba(67, 207, 255, 0.24);
}

@keyframes intelligence-scan {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 0.8; }
  88% { opacity: 0.8; }
  100% { transform: translateY(310px); opacity: 0; }
}

@keyframes intelligence-ring-one {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes intelligence-ring-two {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes intelligence-ring-three {
  from { transform: translate(-50%, -50%) rotate(18deg); }
  to { transform: translate(-50%, -50%) rotate(378deg); }
}

@media (max-width: 1120px) {
  .hero-intelligence-visual {
    right: 1%;
    width: min(43vw, 470px);
  }
}

@media (max-width: 820px) {
  .hero-intelligence-visual {
    right: 50%;
    top: 31%;
    width: min(72vw, 390px);
    transform: translate(50%, -50%);
    opacity: 0.82;
  }

  .hero-canvas {
    opacity: 0.72;
  }
}

@media (max-width: 560px) {
  .hero-intelligence-visual {
    top: 29%;
    width: min(82vw, 340px);
    opacity: 0.76;
  }

  .hero-intelligence-visual::after {
    animation-name: intelligence-scan-mobile;
  }
}

@keyframes intelligence-scan-mobile {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 0.75; }
  88% { opacity: 0.75; }
  100% { transform: translateY(210px); opacity: 0; }
}

.architecture-core-mark {
  width: 300px;
  height: 500px;
}

.architecture-organism {
  position: absolute;
  inset: 0;
  overflow: visible;
  isolation: isolate;
  animation: organism-breathe 5.8s ease-in-out infinite;
}

.architecture-organism img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.organism-aura {
  z-index: 0;
  opacity: 0.34;
  mix-blend-mode: screen;
  filter: blur(22px) saturate(1.7) brightness(1.35);
  animation: organism-aura 4.6s ease-in-out infinite alternate;
}

.organism-image {
  z-index: 2;
  opacity: 0.92;
  mix-blend-mode: screen;
  filter: saturate(1.35) contrast(1.18) brightness(1.06) drop-shadow(0 0 30px rgba(129, 255, 70, 0.28));
  animation: organism-evolve 6.4s ease-in-out infinite;
}

.organism-scan {
  position: absolute;
  z-index: 5;
  left: 17%;
  right: 17%;
  top: 23%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 243, 255, 0.95), rgba(188, 255, 97, 0.9), transparent);
  box-shadow: 0 0 18px rgba(126, 255, 72, 0.88);
  animation: organism-scan 4.2s linear infinite;
}

.organism-pulse {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 300px;
  border: 1px solid rgba(145, 255, 88, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 30px rgba(115, 255, 69, 0.04), 0 0 28px rgba(115, 255, 69, 0.05);
  animation: organism-pulse 4.8s ease-out infinite;
}

.organism-pulse-two {
  border-color: rgba(84, 231, 255, 0.22);
  animation-delay: -2.4s;
}

.architecture-core-copy {
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 184px;
  min-height: 96px;
  transform: translate(-50%, -50%);
  text-shadow: 0 1px 0 rgba(220, 255, 195, 0.38), 0 0 20px rgba(4, 12, 8, 0.9);
}

.architecture-core-copy span,
.architecture-core-copy small {
  color: rgba(4, 20, 10, 0.75);
  font-weight: 650;
}

.architecture-core-copy strong,
.architecture-core-mark strong {
  color: #06120a;
  text-shadow: 0 1px 0 rgba(220, 255, 195, 0.58), 0 0 18px rgba(129, 255, 73, 0.42);
  -webkit-text-stroke: 0.3px rgba(5, 20, 10, 0.42);
}

.architecture-orbit-one {
  width: 430px;
  height: 286px;
  border-color: rgba(139, 255, 80, 0.25);
}

.architecture-orbit-two {
  width: 300px;
  height: 548px;
  border-color: rgba(80, 230, 255, 0.18);
}

.architecture-visual:hover .organism-image {
  filter: saturate(1.55) contrast(1.2) brightness(1.13) drop-shadow(0 0 40px rgba(129, 255, 70, 0.4));
}

@keyframes organism-breathe {
  0%, 100% { transform: translateY(5px) scale(0.97); }
  50% { transform: translateY(-8px) scale(1.025); }
}

@keyframes organism-evolve {
  0%, 100% { transform: scaleX(0.98) scaleY(1); filter: saturate(1.28) contrast(1.16) brightness(1.02) drop-shadow(0 0 26px rgba(129, 255, 70, 0.25)); }
  35% { transform: scaleX(1.035) scaleY(0.985); }
  65% { transform: scaleX(1.005) scaleY(1.035); filter: saturate(1.48) contrast(1.2) brightness(1.12) drop-shadow(0 0 38px rgba(105, 242, 255, 0.28)); }
}

@keyframes organism-aura {
  from { opacity: 0.2; transform: scale(0.94); }
  to { opacity: 0.48; transform: scale(1.08); }
}

@keyframes organism-scan {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 0.9; }
  88% { opacity: 0.9; }
  100% { transform: translateY(270px); opacity: 0; }
}

@keyframes organism-pulse {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.74); }
  20% { opacity: 0.72; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.35); }
}

@media (max-width: 560px) {
  .architecture-core-mark {
    width: 240px;
    height: 410px;
  }

  .architecture-orbit-one {
    width: 330px;
    height: 224px;
  }

  .architecture-orbit-two {
    width: 230px;
    height: 420px;
  }

  .architecture-core-copy {
    transform: translate(-50%, -50%) scale(0.88);
  }

  .organism-scan {
    animation-name: organism-scan-mobile;
  }
}

@keyframes organism-scan-mobile {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 0.85; }
  88% { opacity: 0.85; }
  100% { transform: translateY(215px); opacity: 0; }
}

.industry-panel {
  --industry-color: #ff8f70;
  --industry-rgb: 255, 143, 112;
  --industry-secondary: #63d9ff;
  --industry-secondary-rgb: 99, 217, 255;
}

.industry-panel.industry-accent-ice {
  --industry-color: #63d9ff;
  --industry-rgb: 99, 217, 255;
  --industry-secondary: #8f78ff;
  --industry-secondary-rgb: 143, 120, 255;
}

.industry-panel.industry-accent-lime {
  --industry-color: #baf45f;
  --industry-rgb: 186, 244, 95;
  --industry-secondary: #63d9ff;
  --industry-secondary-rgb: 99, 217, 255;
}

.industry-visual {
  isolation: isolate;
  border-color: rgba(var(--industry-rgb), 0.16);
  background-color: #050811;
  background-image:
    linear-gradient(rgba(var(--industry-rgb), 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--industry-secondary-rgb), 0.038) 1px, transparent 1px),
    linear-gradient(135deg, rgba(var(--industry-rgb), 0.055), transparent 38%);
  background-size: 48px 48px, 48px 48px, auto;
  box-shadow: inset 0 0 90px rgba(var(--industry-rgb), 0.035);
}

.industry-visual::before,
.industry-visual::after {
  z-index: 1;
  border: 0;
  border-radius: 0;
  transform: none;
  box-shadow: none;
}

.industry-visual::before {
  left: 8%;
  right: 8%;
  top: 47%;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--industry-secondary-rgb), 0.25), rgba(var(--industry-rgb), 0.5), transparent);
  box-shadow: 0 0 18px rgba(var(--industry-rgb), 0.18);
}

.industry-visual::after {
  left: 50%;
  top: 8%;
  bottom: 8%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(var(--industry-secondary-rgb), 0.24), rgba(var(--industry-rgb), 0.48), transparent);
  box-shadow: 0 0 18px rgba(var(--industry-secondary-rgb), 0.14);
}

.industry-field {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.industry-sweep {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  opacity: 0.38;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 284deg,
    rgba(var(--industry-rgb), 0.03) 306deg,
    rgba(var(--industry-rgb), 0.2) 342deg,
    transparent 360deg
  );
  -webkit-mask-image: radial-gradient(circle, transparent 0 27%, #000 29% 67%, transparent 69%);
  mask-image: radial-gradient(circle, transparent 0 27%, #000 29% 67%, transparent 69%);
  animation: industry-sweep 10s linear infinite;
}

.industry-orbit {
  position: absolute;
  left: 50%;
  top: 47%;
  border: 1px solid rgba(var(--industry-rgb), 0.2);
  border-radius: 50%;
}

.industry-orbit i {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--industry-color);
  box-shadow: 0 0 8px var(--industry-color), 0 0 24px rgba(var(--industry-rgb), 0.8);
}

.industry-orbit-a {
  width: 370px;
  height: 224px;
  animation: industry-orbit-a 15s linear infinite;
}

.industry-orbit-b {
  width: 242px;
  height: 420px;
  border-color: rgba(var(--industry-secondary-rgb), 0.18);
  animation: industry-orbit-b 21s linear infinite;
}

.industry-orbit-b i {
  background: var(--industry-secondary);
  box-shadow: 0 0 8px var(--industry-secondary), 0 0 24px rgba(var(--industry-secondary-rgb), 0.78);
}

.industry-orbit-c {
  width: 438px;
  height: 342px;
  border-style: dashed;
  border-color: rgba(var(--industry-rgb), 0.11);
  animation: industry-orbit-c 29s linear infinite;
}

.industry-icon-core {
  z-index: 5;
  width: 142px;
  height: 142px;
  overflow: hidden;
  color: #f8fbff;
  border: 1px solid rgba(var(--industry-rgb), 0.62);
  background:
    linear-gradient(145deg, rgba(var(--industry-secondary-rgb), 0.13), transparent 42%),
    linear-gradient(325deg, rgba(var(--industry-rgb), 0.18), transparent 48%),
    rgba(6, 10, 20, 0.8);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 0 35px rgba(var(--industry-rgb), 0.1),
    0 0 44px rgba(var(--industry-rgb), 0.22),
    0 0 0 26px rgba(var(--industry-rgb), 0.035),
    0 0 0 68px rgba(var(--industry-secondary-rgb), 0.012);
  animation: industry-core-breathe 5.6s ease-in-out infinite;
}

.industry-icon-core::before,
.industry-icon-core::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}

.industry-icon-core::before {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(var(--industry-secondary-rgb), 0.28);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: industry-core-shell 12s linear infinite;
}

.industry-icon-core::after {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(var(--industry-rgb), 0.14);
  filter: blur(9px);
  animation: industry-core-light 3.8s ease-in-out infinite;
}

.industry-icon-core svg {
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 0 10px rgba(var(--industry-rgb), 0.52));
}

.industry-signal {
  z-index: 6;
  width: 7px;
  height: 7px;
  background: var(--industry-color) !important;
  box-shadow: 0 0 7px var(--industry-color), 0 0 20px rgba(var(--industry-rgb), 0.72);
  animation: industry-node-float 6s ease-in-out infinite;
}

.industry-signal::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--industry-rgb), 0.45), transparent);
}

.signal-a { left: 17%; top: 27%; }

.signal-b { right: 14%; top: 35%; animation-delay: -2s; }

.signal-c { left: 26%; bottom: 18%; animation-delay: -4s; }

.industry-visual-number {
  z-index: 3;
  left: 28px;
  top: 22px;
  color: transparent;
  font-family: var(--font-geist-mono), monospace;
  font-size: 104px;
  font-weight: 500;
  -webkit-text-stroke: 1px rgba(var(--industry-rgb), 0.12);
}

.industry-visual-label {
  z-index: 7;
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--industry-rgb), 0.18);
  color: rgba(221, 226, 243, 0.62);
}

@keyframes industry-sweep {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes industry-orbit-a {
  from { transform: translate(-50%, -50%) rotate(-18deg); }
  to { transform: translate(-50%, -50%) rotate(342deg); }
}

@keyframes industry-orbit-b {
  from { transform: translate(-50%, -50%) rotate(28deg); }
  to { transform: translate(-50%, -50%) rotate(-332deg); }
}

@keyframes industry-orbit-c {
  from { transform: translate(-50%, -50%) rotate(12deg); }
  to { transform: translate(-50%, -50%) rotate(372deg); }
}

@keyframes industry-core-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(0.98); }
  50% { transform: translate(-50%, -50%) scale(1.035); }
}

@keyframes industry-core-shell {
  from { transform: translate(-50%, -50%) rotate(45deg); }
  to { transform: translate(-50%, -50%) rotate(405deg); }
}

@keyframes industry-core-light {
  0%, 100% { opacity: 0.36; transform: translate(-50%, -50%) scale(0.82); }
  50% { opacity: 0.9; transform: translate(-50%, -50%) scale(1.22); }
}

@keyframes industry-node-float {
  0%, 100% { opacity: 0.38; transform: translate(0, 0); }
  50% { opacity: 1; transform: translate(18px, -11px); }
}

@media (max-width: 560px) {
  .industry-sweep {
    width: 310px;
    height: 310px;
  }

  .industry-orbit-a {
    width: 286px;
    height: 178px;
  }

  .industry-orbit-b {
    width: 186px;
    height: 320px;
  }

  .industry-orbit-c {
    width: 330px;
    height: 262px;
  }

  .industry-icon-core {
    width: 116px;
    height: 116px;
  }

  .industry-icon-core::before {
    width: 68px;
    height: 68px;
  }

  .industry-visual-number {
    font-size: 78px;
  }
}

.industry-explorer,
.industry-visual {
  min-height: 738px;
}

.industry-loop-visual {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 47%;
  width: min(88%, 440px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  isolation: isolate;
  animation: industry-loop-float 7s ease-in-out infinite;
}

.industry-loop-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 7%;
  border: 1px solid rgba(var(--industry-rgb), 0.19);
  border-radius: 50%;
  background: rgba(4, 7, 13, 0.78);
  box-shadow:
    0 0 48px rgba(var(--industry-rgb), 0.09),
    inset 0 0 46px rgba(var(--industry-secondary-rgb), 0.04),
    0 0 0 34px rgba(var(--industry-rgb), 0.018);
  animation: industry-loop-halo 6s ease-in-out infinite;
}

.industry-loop-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 12%;
  right: 12%;
  top: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 243, 85, 0.76), rgba(255, 96, 190, 0.72), transparent);
  box-shadow: 0 0 14px rgba(255, 210, 67, 0.38);
  animation: industry-loop-scan 5.8s linear infinite;
}

.industry-loop-visual img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.94;
  mix-blend-mode: screen;
  filter: saturate(1.13) contrast(1.12) brightness(1.05) drop-shadow(0 0 26px rgba(255, 198, 59, 0.13));
  -webkit-mask-image: radial-gradient(circle at center, #000 0 58%, rgba(0, 0, 0, 0.82) 68%, transparent 82%);
  mask-image: radial-gradient(circle at center, #000 0 58%, rgba(0, 0, 0, 0.82) 68%, transparent 82%);
}

.industry-loop-badge {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 76px;
  min-height: 34px;
  padding: 0 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(var(--industry-rgb), 0.24);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(237, 240, 250, 0.8);
  background: rgba(5, 8, 16, 0.78);
  backdrop-filter: blur(12px);
  font-size: 10px;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.industry-loop-badge svg {
  color: var(--industry-color);
  filter: drop-shadow(0 0 7px rgba(var(--industry-rgb), 0.52));
}

@keyframes industry-loop-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(4px) scale(0.985); }
  50% { transform: translate(-50%, -50%) translateY(-8px) scale(1.015); }
}

@keyframes industry-loop-halo {
  0%, 100% { opacity: 0.46; transform: scale(0.97); }
  50% { opacity: 0.9; transform: scale(1.025); }
}

@keyframes industry-loop-scan {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 0.65; }
  88% { opacity: 0.65; }
  100% { transform: translateY(270px); opacity: 0; }
}

@media (max-width: 1020px) {
  .industry-explorer {
    min-height: 0;
  }

  .industry-visual {
    min-height: 580px;
  }

  .industry-loop-visual {
    width: min(82%, 390px);
  }

  .industry-loop-badge {
    bottom: 62px;
  }
}

@media (max-width: 560px) {
  .industry-visual {
    min-height: 400px;
  }

  .industry-loop-visual {
    top: 46%;
    width: min(86%, 310px);
  }

  .industry-loop-visual::after {
    animation-name: industry-loop-scan-mobile;
  }

  .industry-loop-badge {
    bottom: 46px;
  }
}

@keyframes industry-loop-scan-mobile {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 0.6; }
  88% { opacity: 0.6; }
  100% { transform: translateY(190px); opacity: 0; }
}

@supports (content-visibility: auto) {
  .product-thesis,
  .dark-band,
  .principles-section,
  .vision-band,
  .industries-section,
  .workflow-band,
  .governance-band,
  .ecosystem-section,
  .final-cta {
    content-visibility: auto;
    contain-intrinsic-size: auto 960px;
  }
}
