/* Neoo Forge — scoped product page, aligned with the active neoo visual system. */

.forge-page {
  --forge-ink: #050a14;
  --forge-ink-soft: #0b1422;
  --forge-paper: #f7f9fc;
  --forge-mist: #eaf0f8;
  --forge-line: rgba(65, 91, 128, 0.2);
  --forge-copy: #23334b;
  --forge-muted: #607089;
  --forge-blue: #567eff;
  --forge-cyan: #42bbdf;
  --forge-green: #67e0b9;
  --forge-gradient: var(--cb-accent-gradient);
  background: var(--forge-ink);
  color: var(--forge-copy);
  font-family: var(--cb-display-font);
  overflow-x: clip;
}

.forge-page *,
.forge-page *::before,
.forge-page *::after {
  box-sizing: border-box;
}

.forge-page :where(a, button, summary, select):focus-visible {
  outline: 3px solid #67e0b9;
  outline-offset: 4px;
}

.forge-page [id] {
  scroll-margin-top: 116px;
}

/* Preserve the product-navigation contract without altering the reference hero. */
.forge-page .forge-breadcrumb-sr {
  display: block !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.forge-page .forge-breadcrumb-sr:focus-within {
  display: flex !important;
  top: 12px !important;
  right: auto !important;
  left: 16px !important;
  z-index: 110;
  width: max-content !important;
  max-width: calc(100% - 32px);
  height: auto !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  border: 1px solid rgba(112, 153, 224, 0.4) !important;
  border-radius: 999px;
  background: rgba(5, 13, 28, 0.96);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.forge-page .n1-topbar {
  border-bottom-color: rgba(173, 196, 225, 0.13);
  background: rgba(5, 10, 20, 0.88);
  backdrop-filter: blur(20px) saturate(140%);
}

.forge-page .forge-subnav .nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  appearance: none;
  border: 0;
  background: none;
  color: rgba(226, 235, 250, 0.92);
  font: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.forge-page .forge-subnav .nav-trigger:is(:hover, :focus-visible, .is-active, [aria-expanded="true"]) {
  color: #a5d8ff;
}

.forge-page .forge-subnav .nav-trigger svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.forge-page .forge-subnav a[aria-current="location"] {
  color: #e8f2ff;
}

.forge-page .forge-subnav a[aria-current="location"]::after {
  transform: scaleX(1);
}

.forge-reading-progress {
  position: fixed;
  z-index: 1200;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
}

.forge-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--forge-gradient);
  box-shadow: 0 0 16px rgba(66, 187, 223, 0.72);
  will-change: transform;
}

.forge-shell {
  width: var(--cb-shell);
  min-width: 0;
  max-width: 100%;
  margin-inline: auto;
}

.forge-breadcrumb {
  position: relative;
  z-index: 3;
  color: rgba(209, 223, 241, 0.7);
  background: var(--forge-ink);
}

.forge-breadcrumb a {
  color: inherit;
}

.forge-breadcrumb b {
  color: #dce8f8;
}

.forge-eyebrow {
  margin: 0 0 20px;
  color: #5079e5;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.25;
  text-transform: uppercase;
}

.forge-head {
  max-width: 1040px;
  margin-bottom: clamp(42px, 5vw, 76px);
}

.forge-head h2 {
  max-width: 980px;
  margin: 0;
  color: #101a2b;
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: balance;
}

.forge-head > p:last-child {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--forge-muted);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.55;
}

.forge-head--light h2 {
  color: var(--cb-display-ink-dark);
}

.forge-head--light > p:last-child {
  color: rgba(198, 214, 235, 0.7);
}

.forge-section {
  position: relative;
  padding-block: clamp(96px, 10vw, 160px);
}

.forge-section--light {
  background: var(--forge-paper);
}

.forge-section--mist {
  background:
    radial-gradient(circle at 12% 8%, rgba(86, 126, 255, 0.1), transparent 32%),
    var(--forge-mist);
}

.forge-section--ink {
  color: #cbd7eb;
  background:
    radial-gradient(circle at 84% 20%, rgba(66, 187, 223, 0.1), transparent 30%),
    linear-gradient(180deg, #07101c 0%, #040912 100%);
}

.forge-section--ink::before,
.forge-hero::before,
.forge-final::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(140, 166, 199, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 166, 199, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
}

/* Hero */

.forge-hero {
  position: relative;
  min-height: min(900px, calc(100svh - 40px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #d7e3f3;
  background:
    radial-gradient(circle at 75% 45%, rgba(66, 187, 223, 0.16), transparent 30%),
    radial-gradient(circle at 20% 20%, rgba(86, 126, 255, 0.16), transparent 32%),
    linear-gradient(145deg, #050a14 0%, #08111f 55%, #050a14 100%);
}

.forge-page #main > .forge-hero > .forge-hero__aurora {
  position: absolute;
  z-index: 0;
  width: 820px;
  height: 520px;
  top: 8%;
  right: -12%;
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(70px);
  background: conic-gradient(from 170deg, rgba(86, 126, 255, 0.1), rgba(66, 187, 223, 0.44), rgba(103, 224, 185, 0.1), rgba(86, 126, 255, 0.1));
  animation: forge-aurora 12s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes forge-aurora {
  to { transform: translate3d(-7%, 5%, 0) scale(1.08); }
}

.forge-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 0.9fr);
  align-items: center;
  gap: clamp(56px, 7vw, 124px);
  padding-block: clamp(96px, 10vw, 150px);
}

.forge-hero__copy {
  max-width: 760px;
}

.forge-hero__copy .forge-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #90a9cb;
}

.forge-hero__copy .forge-eyebrow i {
  width: 30px;
  height: 1px;
  background: var(--forge-gradient);
}

.forge-hero h1 {
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: balance;
}

.forge-hero h1 span,
.forge-hero h1 em {
  display: block;
}

.forge-hero h1 em {
  margin-top: 6px;
  color: transparent;
  font-style: normal;
  background: var(--forge-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.forge-hero__lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(204, 219, 238, 0.74);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.55;
}

.forge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.forge-actions .n1-btn {
  min-height: 54px;
}

.forge-actions .n1-btn svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.forge-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.forge-proof-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(202, 218, 238, 0.74);
  font-size: 14px;
}

.forge-proof-list svg {
  width: 17px;
  fill: none;
  stroke: #67e0b9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.forge-blueprint {
  position: relative;
  width: 100%;
  min-height: 560px;
  padding: 22px;
  border: 1px solid rgba(169, 197, 229, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 29, 0.72);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.forge-blueprint::after {
  position: absolute;
  inset: 10% -8% -12% 12%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  opacity: 0.25;
  filter: blur(50px);
  background: var(--forge-gradient);
}

.forge-blueprint__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 38px;
  padding-inline: 4px;
  color: #8194af;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.forge-blueprint__bar::before,
.forge-blueprint__bar span,
.forge-blueprint__bar span::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #567eff;
  box-shadow: 13px 0 #42bbdf, 26px 0 #67e0b9;
}

.forge-blueprint__bar span {
  background: transparent;
  box-shadow: none;
}

.forge-blueprint__bar b {
  font-weight: 500;
}

.forge-blueprint__bar small {
  justify-self: end;
  color: inherit;
}

.forge-blueprint__intent {
  min-height: 118px;
  padding: 22px 24px;
  border: 1px solid rgba(143, 174, 210, 0.15);
  border-radius: 18px;
  color: #b8c8dc;
  background: rgba(4, 10, 19, 0.62);
}

.forge-blueprint__intent span,
.forge-blueprint__status,
.forge-blueprint__engine small {
  color: #7691b2;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.forge-blueprint__intent p {
  margin: 12px 0 0;
  color: #d5e2f1;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.45;
}

.forge-blueprint__rail {
  position: relative;
  display: flex;
  justify-content: center;
  height: 44px;
}

.forge-blueprint__rail::before {
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(86, 126, 255, 0.2), #42bbdf);
}

.forge-blueprint__rail i {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #67e0b9;
  box-shadow: 0 0 10px #42bbdf;
  animation: forge-signal 2.4s ease-in-out infinite;
}

.forge-blueprint__rail i:nth-child(2) { animation-delay: 0.8s; }
.forge-blueprint__rail i:nth-child(3) { animation-delay: 1.6s; }

@keyframes forge-signal {
  from { transform: translateY(-20px); opacity: 0; }
  45% { opacity: 1; }
  to { transform: translateY(20px); opacity: 0; }
}

.forge-blueprint__engine {
  display: grid;
  place-items: center;
  width: 210px;
  min-height: 112px;
  padding: 18px;
  margin-inline: auto;
  border: 1px solid rgba(103, 224, 185, 0.38);
  border-radius: 22px;
  color: #deebfa;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(66, 187, 223, 0.2), transparent 70%), #0c1828;
  box-shadow: 0 0 36px rgba(66, 187, 223, 0.12);
}

.forge-blueprint__engine strong {
  font-size: 19px;
  font-weight: 500;
}

.forge-blueprint__engine small {
  color: #7f9cbd;
  letter-spacing: 0.07em;
}

.forge-blueprint__mark {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 16px;
}

.forge-blueprint__mark i {
  display: block;
  width: 3px;
  border-radius: 4px;
  background: var(--forge-gradient);
}

.forge-blueprint__mark i:nth-child(1) { height: 8px; }
.forge-blueprint__mark i:nth-child(2) { height: 16px; }
.forge-blueprint__mark i:nth-child(3) { height: 11px; }

.forge-blueprint__outputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 38px;
}

.forge-blueprint__outputs span {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid rgba(143, 174, 210, 0.13);
  border-radius: 13px;
  color: #bccde1;
  font-size: 12px;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.035);
}

.forge-blueprint__outputs i {
  color: #617c9e;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.1em;
}

.forge-blueprint__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: #91b9ae;
  letter-spacing: 0.08em;
}

.forge-blueprint__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67e0b9;
  box-shadow: 0 0 10px rgba(103, 224, 185, 0.7);
}

/* Reference-aligned hero: intent → Forge → governed application */

.forge-hero {
  min-height: calc(100svh - 72px);
  display: block;
  background:
    radial-gradient(circle at 70% 43%, rgba(28, 95, 211, 0.14), transparent 31%),
    radial-gradient(circle at 50% 115%, rgba(20, 69, 164, 0.12), transparent 42%),
    linear-gradient(180deg, #010612 0%, #010817 58%, #020917 100%);
}

.story-page--cinematic #main > section.forge-hero::before {
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle, rgba(119, 158, 221, 0.2) 0 0.65px, transparent 0.9px);
  background-repeat: repeat;
  background-size: 34px 34px;
  background-position: 0 0;
  mask-image: radial-gradient(circle at 69% 45%, #000 0%, transparent 66%);
  transform: none;
  transition: none;
}

.forge-page #main > .forge-hero > .forge-hero__aurora {
  width: min(68vw, 1040px);
  height: min(62vw, 720px);
  top: 4%;
  right: -4%;
  opacity: 0.24;
  filter: blur(100px);
  background: radial-gradient(circle, rgba(28, 101, 255, 0.5), rgba(66, 187, 223, 0.16) 38%, transparent 70%);
}

.forge-hero__stage {
  position: relative;
  z-index: 1;
  width: min(var(--cb-shell), calc(100% - clamp(48px, 12vw, 208px)));
  min-height: calc(100svh - 72px);
  display: grid;
  align-content: start;
  gap: 64px;
  padding-block: 60px 36px;
}

.forge-hero__grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.76fr) minmax(650px, 1.24fr);
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  padding-block: 0;
}

.forge-hero__copy {
  max-width: 610px;
  translate: 0 12px;
}

.forge-hero__copy .forge-eyebrow {
  display: block;
  margin-bottom: 24px;
  color: #79a7fb;
  letter-spacing: var(--cb-eyebrow-tracking);
}

.forge-hero h1 {
  max-width: 610px;
}

.forge-hero h1 em {
  margin-top: 8px;
  background-image: var(--cb-accent-gradient);
}

.forge-hero__lead {
  max-width: 590px;
  margin-top: 26px;
  color: rgba(196, 210, 230, 0.69);
  font-size: clamp(18px, 1.26vw, 21px);
  line-height: 1.5;
}

.forge-hero__role {
  white-space: nowrap;
}

.forge-hero__role strong {
  font-weight: 400;
}

.forge-hero__role--vato strong { color: #5e91ff; }
.forge-hero__role--ovastack strong { color: #4ed3e6; }
.forge-hero__role--echo strong { color: #7c93ff; }

.forge-hero .forge-actions {
  gap: 16px;
  margin-top: 32px;
}

.forge-hero .forge-actions .n1-btn {
  min-height: 56px;
  padding-inline: 28px;
  border-radius: 999px;
}

.forge-hero .forge-actions .n1-btn--primary {
  color: #f6fbff;
  border-color: rgba(103, 186, 255, 0.55);
  background: linear-gradient(110deg, #4e69ff 0%, #43aaf4 72%, #54c7e9 100%);
  box-shadow: 0 16px 38px rgba(50, 112, 255, 0.26), inset 0 1px rgba(255, 255, 255, 0.24);
}

.forge-hero .forge-actions .n1-btn--ghost {
  border-color: rgba(111, 151, 220, 0.42);
  color: #dce8f8;
  background: rgba(5, 13, 30, 0.46);
}

@media (min-width: 1600px) {
  .forge-hero .forge-actions .n1-btn:first-child {
    min-width: 256px;
  }

  .forge-hero .forge-actions .n1-btn:last-child {
    min-width: 258px;
  }
}

@media (min-width: 1281px) and (max-width: 1599px) {
  .forge-hero .forge-actions {
    gap: 8px;
  }

  .forge-hero .forge-actions .n1-btn {
    padding-inline: 18px;
  }
}

.forge-play-icon circle,
.forge-play-icon path {
  fill: none;
  stroke: currentColor;
}

.forge-play-icon path {
  fill: rgba(95, 149, 255, 0.18);
}

.forge-orchestration {
  --forge-parallax-x: 0px;
  --forge-parallax-y: 0px;
  position: relative;
  width: 100%;
  min-width: 0;
  height: 500px;
  isolation: isolate;
  perspective: 1000px;
  translate: 0 -16px;
}

.forge-orchestration::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 3%;
  width: 94%;
  height: 2px;
  content: "";
  pointer-events: none;
  opacity: 0.68;
  background: linear-gradient(90deg, transparent, #438cff 18%, #7be8ff 50%, #438cff 82%, transparent);
  box-shadow: 0 0 9px rgba(72, 161, 255, 0.72), 0 0 24px rgba(55, 101, 255, 0.42);
  animation: forge-beam 3.8s ease-in-out infinite;
}

.forge-flow {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transform: translate3d(calc(var(--forge-parallax-x) * -0.32), calc(var(--forge-parallax-y) * -0.32), 0);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.forge-flow__orbits {
  fill: none;
  stroke: rgba(76, 126, 217, 0.17);
  stroke-width: 1;
  transform-box: view-box;
  transform-origin: 460px 250px;
  animation: forge-orbit 28s linear infinite;
}

.forge-flow__orbits circle:nth-child(even) {
  stroke-dasharray: 3 9;
  animation: forge-orbit-reverse 22s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.forge-flow__axes {
  fill: none;
  stroke: rgba(80, 130, 215, 0.22);
  stroke-width: 1;
  stroke-dasharray: 4 10;
}

.forge-flow__stream {
  fill: none;
  stroke: url(#forge-stream-gradient);
  stroke-linecap: round;
  stroke-width: 1.2;
  stroke-dasharray: 12 13 2 18;
  animation: forge-stream 5.6s linear infinite;
}

.forge-flow__streams {
  opacity: 0.9;
}

.forge-flow__stream--main {
  stroke-width: 2.4;
  stroke-dasharray: 18 12 3 14;
}

.forge-flow__stream--soft:nth-child(odd) {
  animation-duration: 7.2s;
  animation-direction: reverse;
}

.forge-flow__nodes circle,
.forge-flow__moving-particles circle {
  fill: #b9fbff;
  filter: drop-shadow(0 0 5px #4cbbff);
}

.forge-flow__nodes circle {
  animation: forge-node-twinkle 3.2s ease-in-out infinite alternate;
}

.forge-flow__nodes circle:nth-child(3n) { animation-delay: -1.2s; }
.forge-flow__nodes circle:nth-child(2n) { animation-delay: -2.1s; }

.forge-orchestration__card {
  position: absolute;
  z-index: 2;
  top: calc(26% + 18px);
  width: clamp(218px, 28%, 265px);
  min-height: 208px;
  padding: 26px 24px;
  overflow: hidden;
  border: 1px solid rgba(86, 140, 232, 0.45);
  border-radius: 23px;
  color: #d5e2f5;
  background:
    radial-gradient(circle at 88% 15%, rgba(57, 115, 244, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(9, 26, 58, 0.9), rgba(3, 14, 34, 0.78));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  will-change: transform;
}

.forge-orchestration__card::after {
  position: absolute;
  inset: -60% -30%;
  content: "";
  pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(115, 206, 255, 0.12) 50%, transparent 62%);
  transform: translateX(-45%);
  animation: forge-card-scan 7s ease-in-out infinite;
}

.forge-orchestration__card--intent {
  left: 0;
  transform: translate3d(calc(var(--forge-parallax-x) * -0.7), calc(var(--forge-parallax-y) * -0.7), 0);
  animation: forge-card-float 6.4s ease-in-out infinite;
}

.forge-orchestration__card--output {
  right: 0;
  width: clamp(238px, 30%, 286px);
  transform: translate3d(calc(var(--forge-parallax-x) * 0.75), calc(var(--forge-parallax-y) * 0.75), 0);
  animation: forge-card-float 6.4s -3.2s ease-in-out infinite reverse;
}

.forge-orchestration__label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #7aa5e9;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.forge-orchestration__quote {
  position: relative;
  z-index: 1;
  display: block;
  height: 34px;
  margin-top: 14px;
  color: #67a2ff;
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.forge-orchestration blockquote {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  color: rgba(231, 239, 250, 0.92);
  font-size: clamp(14px, 1.1vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.52;
}

.forge-orchestration__core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: clamp(150px, 19%, 178px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid rgba(126, 228, 255, 0.82);
  border-radius: 50%;
  color: #f5fbff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(167, 247, 255, 0.34), transparent 22%),
    radial-gradient(circle, #124ba7 0%, #09275f 55%, #030d24 100%);
  box-shadow:
    0 0 0 8px rgba(53, 138, 255, 0.08),
    0 0 30px rgba(58, 156, 255, 0.78),
    0 0 90px rgba(31, 101, 241, 0.55),
    inset 0 0 34px rgba(123, 231, 255, 0.42);
  transform: translate3d(calc(-50% + var(--forge-parallax-x)), calc(-50% + var(--forge-parallax-y)), 0);
  animation: forge-core-breathe 4.4s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.forge-orchestration__core::before,
.forge-orchestration__core::after {
  position: absolute;
  inset: -19px;
  content: "";
  border: 1px solid rgba(67, 154, 255, 0.24);
  border-radius: inherit;
}

.forge-orchestration__core::after {
  inset: -40px;
  border-style: dashed;
  animation: forge-orbit 20s linear infinite;
}

.forge-orchestration__halo {
  position: absolute;
  z-index: -1;
  inset: -70%;
  border-radius: 50%;
  opacity: 0.42;
  background: radial-gradient(circle, rgba(84, 203, 255, 0.42), rgba(46, 101, 255, 0.16) 38%, transparent 68%);
  animation: forge-halo-breathe 4.4s ease-in-out infinite;
}

.forge-orchestration__spark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 1px;
}

.forge-orchestration__spark i {
  width: 25px;
  height: 25px;
  background: #cbffff;
  clip-path: polygon(50% 0, 61% 37%, 100% 50%, 61% 63%, 50% 100%, 39% 63%, 0 50%, 39% 37%);
  filter: drop-shadow(0 0 8px #8deaff);
  animation: forge-spark 3s ease-in-out infinite;
}

.forge-orchestration__core strong {
  font-size: clamp(29px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.forge-orchestration__core small {
  margin-top: 8px;
  color: #8edcff;
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.forge-orchestration__app {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 98px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.forge-orchestration__app-icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
  width: 98px;
  aspect-ratio: 1;
  padding: 21px 18px 17px;
  border: 1px solid rgba(88, 142, 255, 0.55);
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0%, rgba(76, 161, 255, 0.38), transparent 65%), rgba(15, 36, 87, 0.9);
  box-shadow: inset 0 0 20px rgba(64, 113, 255, 0.22), 0 0 22px rgba(64, 113, 255, 0.2);
}

.forge-orchestration__app-icon i {
  border-radius: 2px;
  opacity: 0.72;
  background: linear-gradient(135deg, #348be8, #5b54e9);
  box-shadow: 0 0 6px rgba(76, 124, 255, 0.55);
  animation: forge-app-cell 3.6s ease-in-out infinite;
}

.forge-orchestration__app-icon i:first-child {
  grid-column: 1 / -1;
  height: 6px;
  align-self: center;
  background: linear-gradient(90deg, #53bcff, #4857de);
}

.forge-orchestration__app-icon i:nth-child(3n) { animation-delay: -1.2s; }
.forge-orchestration__app-icon i:nth-child(2n) { animation-delay: -2.3s; }

.forge-orchestration__app ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.forge-orchestration__app li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgba(221, 231, 246, 0.88);
  font-size: 12px;
  line-height: 1.2;
}

.forge-orchestration__app li i {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64dec7;
  box-shadow: 0 0 8px rgba(100, 222, 199, 0.8);
  animation: forge-node-twinkle 2.4s ease-in-out infinite alternate;
}

.forge-orchestration__floor {
  position: absolute;
  z-index: 0;
  bottom: 7%;
  left: 38%;
  width: 25%;
  height: 3px;
  border-radius: 50%;
  opacity: 0.72;
  filter: blur(2px);
  background: radial-gradient(ellipse, #3c8fff 0%, rgba(56, 116, 255, 0.28) 42%, transparent 75%);
  box-shadow: 0 0 18px #286eea;
  animation: forge-floor-pulse 3.8s ease-in-out infinite;
}

.forge-hero__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(76, 113, 176, 0.36);
  border-radius: 19px;
  list-style: none;
  background: linear-gradient(180deg, rgba(7, 19, 41, 0.72), rgba(3, 12, 28, 0.82));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 28px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.forge-hero__pillar {
  min-width: 0;
  min-height: 180px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 30px 38px;
}

.forge-hero__pillar + .forge-hero__pillar {
  border-left: 1px solid rgba(87, 121, 177, 0.25);
}

.forge-hero__pillar-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
}

.forge-hero__pillar-icon svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  filter: drop-shadow(0 0 8px currentColor);
}

.forge-hero__pillar--vato .forge-hero__pillar-icon { color: #5d8dff; }
.forge-hero__pillar--ovastack .forge-hero__pillar-icon { color: #3bcbd6; }
.forge-hero__pillar--echo .forge-hero__pillar-icon { color: #8569ff; }

.forge-hero__pillar strong {
  display: block;
  color: #78b6f5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-transform: uppercase;
}

.forge-hero__pillar--ovastack strong { color: #59d1e0; }
.forge-hero__pillar--echo strong { color: #9579ff; }

.forge-hero__pillar p {
  margin: 14px 0 0;
  color: rgba(196, 210, 230, 0.76);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.52;
}

@keyframes forge-stream {
  to { stroke-dashoffset: -92; }
}

@keyframes forge-beam {
  0%, 100% { opacity: 0.34; scale: 0.92 1; }
  50% { opacity: 0.82; scale: 1 1; }
}

@keyframes forge-orbit {
  to { transform: rotate(360deg); }
}

@keyframes forge-orbit-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes forge-node-twinkle {
  from { opacity: 0.28; }
  to { opacity: 1; }
}

@keyframes forge-card-float {
  0%, 100% { translate: 0 -3px; }
  50% { translate: 0 4px; }
}

@keyframes forge-card-scan {
  0%, 24% { transform: translateX(-55%); opacity: 0; }
  45% { opacity: 1; }
  72%, 100% { transform: translateX(55%); opacity: 0; }
}

@keyframes forge-core-breathe {
  0%, 100% { scale: 0.985; }
  50% { scale: 1.025; }
}

@keyframes forge-halo-breathe {
  0%, 100% { scale: 0.92; opacity: 0.3; }
  50% { scale: 1.06; opacity: 0.52; }
}

@keyframes forge-spark {
  0%, 100% { scale: 0.82; rotate: -8deg; opacity: 0.75; }
  50% { scale: 1.08; rotate: 8deg; opacity: 1; }
}

@keyframes forge-app-cell {
  0%, 100% { opacity: 0.38; }
  48% { opacity: 1; }
}

@keyframes forge-floor-pulse {
  0%, 100% { scale: 0.72 1; opacity: 0.35; }
  50% { scale: 1.12 1; opacity: 0.85; }
}

.forge-orchestration.is-paused :is(
  .forge-flow__orbits,
  .forge-flow__orbits circle,
  .forge-flow__stream,
  .forge-flow__nodes circle,
  .forge-orchestration__card,
  .forge-orchestration__core,
  .forge-orchestration__core::after,
  .forge-orchestration__halo,
  .forge-orchestration__spark i,
  .forge-orchestration__app-icon i,
  .forge-orchestration__app li i,
  .forge-orchestration__floor
) {
  animation-play-state: paused;
}

.forge-orchestration.is-paused::before,
.forge-orchestration.is-paused::after,
.forge-orchestration.is-paused .forge-orchestration__card::after {
  animation-play-state: paused;
}

/* Problem and strategic shift */

.forge-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.forge-problem-grid article {
  min-height: 280px;
  padding: clamp(28px, 3.2vw, 48px);
  border: 1px solid var(--forge-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 54px rgba(56, 77, 105, 0.08);
}

.forge-problem-grid article > span,
.forge-ownership article > span {
  display: block;
  margin-bottom: 58px;
  color: #6f86a5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.forge-problem-grid h3,
.forge-quality-grid h3,
.forge-ownership h3 {
  margin: 0;
  color: #172337;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.forge-problem-grid p,
.forge-quality-grid p,
.forge-ownership p {
  margin: 16px 0 0;
  color: var(--forge-muted);
  font-size: 16px;
  line-height: 1.6;
}

.forge-statement {
  max-width: 1050px;
  margin: clamp(42px, 6vw, 80px) 0 0;
  padding-left: 28px;
  border-left: 2px solid #42bbdf;
  color: #243750;
  font-size: clamp(23px, 2.6vw, 38px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.forge-judgement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  align-items: center;
}

.forge-judgement__card {
  min-height: 440px;
  padding: clamp(32px, 4vw, 58px);
  border: 1px solid rgba(150, 179, 214, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.035);
}

.forge-judgement__card--engine {
  background:
    radial-gradient(circle at 10% 0%, rgba(86, 126, 255, 0.18), transparent 46%),
    rgba(255, 255, 255, 0.045);
}

.forge-judgement__card h3 {
  margin: 42px 0 28px;
  color: #d4e1f1;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.forge-judgement__card ul,
.forge-boundary ul,
.forge-guardrails ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.forge-judgement__card li,
.forge-boundary li,
.forge-guardrails li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(203, 218, 237, 0.72);
  font-size: 16px;
  line-height: 1.45;
}

.forge-judgement__card li svg,
.forge-boundary li svg,
.forge-guardrails li svg {
  flex: 0 0 17px;
  width: 17px;
  margin-top: 3px;
  fill: none;
  stroke: #67e0b9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.forge-judgement__symbol {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 36px;
}

.forge-judgement__symbol i {
  width: 6px;
  border-radius: 8px;
  background: var(--forge-gradient);
}

.forge-judgement__symbol i:nth-child(1) { height: 20px; }
.forge-judgement__symbol i:nth-child(2) { height: 36px; }
.forge-judgement__symbol i:nth-child(3) { height: 27px; }

.forge-judgement__human {
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid #67e0b9;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(103, 224, 185, 0.16);
}

.forge-judgement__human::after {
  display: block;
  width: 54px;
  height: 25px;
  margin: 31px 0 0 -10px;
  border: 2px solid #67e0b9;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  content: "";
}

.forge-judgement__bridge {
  display: flex;
  align-items: center;
  color: #7e95b2;
}

.forge-judgement__bridge span {
  flex: 1;
  height: 1px;
  background: rgba(116, 146, 181, 0.3);
}

.forge-judgement__bridge b {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(116, 146, 181, 0.35);
  border-radius: 50%;
  font-size: 19px;
  font-weight: 300;
}

.forge-outcome {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 54px;
  padding: 34px 0;
  border-block: 1px solid rgba(145, 173, 207, 0.16);
}

.forge-outcome span {
  color: #7792b3;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.forge-outcome p {
  margin: 0;
  color: #d0dced;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

/* Architecture */

.forge-architecture {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.forge-layers {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.forge-layers::before {
  position: absolute;
  z-index: 0;
  top: 28px;
  bottom: 28px;
  left: 31px;
  width: 1px;
  content: "";
  background: linear-gradient(#567eff, #42bbdf, #67e0b9);
}

.forge-layers li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 62px 1fr 20px;
  gap: 22px;
  align-items: center;
  min-height: 122px;
  padding: 22px 24px 22px 0;
  border: 1px solid rgba(74, 100, 135, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, calc(0.48 + var(--layer-index) * 0.07));
  box-shadow: 0 14px 28px rgba(51, 71, 99, 0.05);
}

.forge-layers li > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(76, 111, 170, 0.2);
  border-radius: 50%;
  color: #5271a2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: var(--forge-mist);
}

.forge-layers h3 {
  margin: 0;
  color: #152238;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.forge-layers p {
  max-width: 650px;
  margin: 7px 0 0;
  color: #63738a;
  font-size: 14px;
  line-height: 1.5;
}

.forge-layers li > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42bbdf;
  box-shadow: 0 0 0 6px rgba(66, 187, 223, 0.1);
}

.forge-boundary {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 16px;
}

.forge-boundary article {
  padding: 30px;
  border: 1px solid rgba(65, 91, 128, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6);
}

.forge-boundary article:last-child {
  color: #c7d6e8;
  background: #0a1422;
}

.forge-boundary article > span {
  color: #7287a4;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.forge-boundary h3 {
  margin: 32px 0 22px;
  color: #17243a;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.forge-boundary article:last-child h3 {
  color: #d0dced;
}

.forge-boundary li {
  color: #64758d;
  font-size: 14px;
}

.forge-boundary article:last-child li {
  color: rgba(197, 214, 234, 0.7);
}

/* Capability graph */

.forge-section--graph {
  overflow: hidden;
}

.forge-capability-map {
  position: relative;
  min-height: 520px;
  max-width: 1200px;
  margin-inline: auto;
  border: 1px solid rgba(65, 91, 128, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at center, rgba(66, 187, 223, 0.1), transparent 42%),
    linear-gradient(rgba(83, 105, 138, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 105, 138, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.64);
  background-size: auto, 40px 40px, 40px 40px, auto;
}

.forge-capability-map > svg {
  position: absolute;
  inset: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  overflow: visible;
}

.forge-capability-map > svg path {
  fill: none;
  stroke: rgba(80, 116, 163, 0.28);
  stroke-dasharray: 5 7;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.forge-capability-map__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 176px;
  height: 176px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(66, 187, 223, 0.38);
  border-radius: 50%;
  color: #d8e6f5;
  text-align: center;
  background: #07111e;
  box-shadow: 0 20px 50px rgba(28, 53, 83, 0.22), 0 0 0 16px rgba(66, 187, 223, 0.05);
}

.forge-capability-map__core span {
  position: absolute;
  width: 112px;
  height: 112px;
  border: 1px dashed rgba(103, 224, 185, 0.36);
  border-radius: 50%;
  animation: forge-rotate 18s linear infinite;
}

@keyframes forge-rotate {
  to { transform: rotate(360deg); }
}

.forge-capability-map__core b {
  position: relative;
  z-index: 1;
  align-self: end;
  font-size: 18px;
  font-weight: 400;
}

.forge-capability-map__core small {
  position: relative;
  z-index: 1;
  align-self: start;
  color: #7c98b9;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.forge-capability-map__node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  width: min(230px, 24%);
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(65, 91, 128, 0.18);
  border-radius: 15px;
  color: #344860;
  font-size: 14px;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(45, 66, 94, 0.08);
}

.forge-capability-map__node i {
  color: #6681a5;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.forge-capability-map__node--1 { top: 48px; left: 6%; }
.forge-capability-map__node--2 { top: 48px; right: 6%; }
.forge-capability-map__node--3 { top: 50%; left: 3%; transform: translateY(-50%); }
.forge-capability-map__node--4 { top: 50%; right: 3%; transform: translateY(-50%); }
.forge-capability-map__node--5 { bottom: 48px; left: 6%; }
.forge-capability-map__node--6 { right: 6%; bottom: 48px; }

.forge-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.forge-quality-grid article {
  padding: 30px;
  border: 1px solid var(--forge-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.forge-quality-grid h3 {
  font-size: 22px;
}

.forge-quality-grid p {
  font-size: 14px;
}

/* Method */

.forge-method {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(142, 171, 205, 0.16);
  border-radius: 28px;
  overflow: hidden;
  list-style: none;
  background: rgba(142, 171, 205, 0.14);
}

.forge-method li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  min-height: 190px;
  padding: clamp(28px, 3.2vw, 48px);
  background: #08111e;
}

.forge-method li > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(102, 159, 210, 0.28);
  border-radius: 50%;
  color: #7ea1c5;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.forge-method h3 {
  margin: 5px 0 0;
  color: #d2deed;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -0.035em;
}

.forge-method p {
  margin: 12px 0 0;
  color: rgba(191, 208, 229, 0.67);
  font-size: 15px;
  line-height: 1.55;
}

.forge-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 930px;
  margin: 42px auto 0;
  color: #b9cade;
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
}

.forge-callout svg {
  flex: 0 0 22px;
  width: 22px;
  fill: none;
  stroke: #67e0b9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* Interactive demonstration */

.forge-section--demo {
  background:
    radial-gradient(circle at 80% 0%, rgba(103, 224, 185, 0.12), transparent 32%),
    var(--forge-paper);
}

.forge-demo {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
}

.forge-demo__tabs {
  display: grid;
  gap: 8px;
}

.forge-demo__tabs button {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid rgba(65, 91, 128, 0.16);
  border-radius: 14px;
  color: #607087;
  text-align: left;
  background: rgba(255, 255, 255, 0.56);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.forge-demo__tabs button:hover {
  transform: translateX(3px);
  border-color: rgba(66, 187, 223, 0.45);
}

.forge-demo__tabs button[aria-selected="true"] {
  border-color: rgba(66, 187, 223, 0.5);
  color: #19334c;
  background: #fff;
  box-shadow: 0 14px 30px rgba(44, 68, 99, 0.08);
}

.forge-demo__tabs button span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #607ca1;
  font-size: 10px;
  letter-spacing: 0.08em;
  background: #e8eef7;
}

.forge-demo__tabs button[aria-selected="true"] span {
  color: #fff;
  background: linear-gradient(135deg, #567eff, #42bbdf);
}

.forge-demo__tabs b {
  font-size: 15px;
  font-weight: 400;
}

.forge-demo__stage {
  min-height: 470px;
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  align-items: center;
  gap: clamp(28px, 4vw, 60px);
  padding: clamp(32px, 5vw, 72px);
  border: 1px solid rgba(65, 91, 128, 0.16);
  border-radius: 26px;
  color: #cfdded;
  background:
    radial-gradient(circle at 22% 50%, rgba(66, 187, 223, 0.15), transparent 32%),
    #081321;
  box-shadow: 0 30px 70px rgba(37, 59, 86, 0.14);
}

.forge-demo__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 290px;
}

.forge-demo__orbit {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px dashed rgba(83, 165, 208, 0.4);
  border-radius: 50%;
  animation: forge-rotate 18s linear infinite;
}

.forge-demo__orbit::before,
.forge-demo__orbit::after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: "";
  background: #67e0b9;
  box-shadow: 0 0 16px rgba(103, 224, 185, 0.55);
}

.forge-demo__orbit::before { top: 24px; left: 38px; }
.forge-demo__orbit::after { right: 12px; bottom: 72px; background: #567eff; }

.forge-demo__document {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  width: 150px;
  min-height: 190px;
  padding: 38px 26px;
  border: 1px solid rgba(135, 181, 220, 0.32);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.forge-demo__document i {
  height: 7px;
  border-radius: 8px;
  background: rgba(189, 214, 237, 0.3);
}

.forge-demo__document i:nth-child(2) { width: 75%; }
.forge-demo__document i:nth-child(3) { width: 45%; background: var(--forge-gradient); }

.forge-demo__pulse {
  position: absolute;
  width: 98px;
  height: 98px;
  border: 1px solid rgba(66, 187, 223, 0.28);
  border-radius: 50%;
  animation: forge-pulse 2.6s ease-out infinite;
}

@keyframes forge-pulse {
  from { transform: scale(0.6); opacity: 0.8; }
  to { transform: scale(2.5); opacity: 0; }
}

.forge-demo__copy > span {
  color: #75a6c2;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.forge-demo__copy h3 {
  margin: 22px 0 0;
  color: #d7e4f2;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.forge-demo__copy p {
  margin: 22px 0 0;
  color: rgba(198, 216, 236, 0.7);
  font-size: 17px;
  line-height: 1.6;
}

.forge-demo__copy small {
  display: block;
  margin-top: 36px;
  color: #83a7a0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Governance */

.forge-guardrails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.forge-guardrails article {
  position: relative;
  min-height: 430px;
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid rgba(65, 91, 128, 0.17);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.66);
}

.forge-guardrails article > span {
  position: absolute;
  top: 30px;
  right: 34px;
  color: rgba(72, 100, 137, 0.2);
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
}

.forge-guardrails h3 {
  max-width: 70%;
  margin: 0 0 36px;
  color: #18263b;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.forge-guardrails li {
  color: #5b6d85;
}

.forge-guardrails__block li svg {
  stroke: #7790af;
}

.forge-guardrails__allow {
  box-shadow: inset 0 3px #67e0b9;
}

.forge-guardrails__block {
  box-shadow: inset 0 3px #7392b8;
}

.forge-sandbox {
  margin: 24px 0 0;
  padding: 28px 32px;
  border: 1px solid rgba(65, 91, 128, 0.16);
  border-radius: 18px;
  color: #4f627b;
  font-size: 16px;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.5);
}

/* Scale, flywheel, ownership */

.forge-template-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.forge-template-cloud span {
  padding: 11px 16px;
  border: 1px solid rgba(67, 96, 134, 0.17);
  border-radius: 999px;
  color: #4a607c;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.66);
}

.forge-flywheel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.forge-flywheel li {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border-block: 1px solid rgba(65, 91, 128, 0.18);
}

.forge-flywheel li + li {
  border-left: 1px solid rgba(65, 91, 128, 0.18);
}

.forge-flywheel li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 51px;
  right: -9px;
  width: 17px;
  height: 17px;
  border-top: 1px solid #5e7ea7;
  border-right: 1px solid #5e7ea7;
  content: "";
  transform: rotate(45deg);
  background: var(--forge-paper);
}

.forge-flywheel li > span {
  color: #6180a5;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.forge-flywheel h3 {
  margin: 52px 0 0;
  color: #1a293f;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.forge-flywheel p {
  margin: 14px 0 0;
  color: #63758d;
  font-size: 14px;
  line-height: 1.55;
}

.forge-partners {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  margin-top: clamp(56px, 7vw, 96px);
  padding: clamp(38px, 5vw, 70px);
  border-radius: 28px;
  color: #cfdded;
  background:
    radial-gradient(circle at 80% 20%, rgba(66, 187, 223, 0.15), transparent 35%),
    #081321;
}

.forge-partners h3 {
  max-width: 700px;
  margin: 0;
  color: #d2dfef;
  font-size: var(--cb-title-section-side);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.06;
}

.forge-partners p:not(.forge-eyebrow) {
  margin: 22px 0 0;
  color: rgba(195, 214, 235, 0.68);
  font-size: 16px;
  line-height: 1.6;
}

.forge-partners ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.forge-partners li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(145, 174, 208, 0.16);
  color: #c5d5e8;
  font-size: 16px;
}

.forge-partners li span {
  color: #6f8cab;
  font-size: 10px;
  letter-spacing: 0.08em;
}

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

.forge-ownership article {
  min-height: 310px;
  padding: clamp(30px, 3.4vw, 48px);
  border: 1px solid rgba(144, 173, 207, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.forge-ownership article > span {
  margin-bottom: 72px;
  color: #6582a4;
}

.forge-ownership h3 {
  color: #d4e0ef;
}

.forge-ownership p {
  color: rgba(195, 212, 233, 0.67);
}

.forge-ownership__statement {
  margin: 64px auto 0;
  color: transparent;
  font-size: clamp(28px, 3.7vw, 54px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.15;
  text-align: center;
  background: var(--forge-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

/* FAQ and final CTA */

.forge-section--faq {
  background: #f2f6fb;
}

.forge-faq {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.forge-faq .forge-head {
  position: sticky;
  top: 130px;
  margin: 0;
}

.forge-faq__list {
  border-top: 1px solid rgba(65, 91, 128, 0.2);
}

.forge-faq details {
  border-bottom: 1px solid rgba(65, 91, 128, 0.2);
}

.forge-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  color: #17263b;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.025em;
  list-style: none;
}

.forge-faq summary::-webkit-details-marker {
  display: none;
}

.forge-faq summary i {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(65, 91, 128, 0.24);
  border-radius: 50%;
}

.forge-faq summary i::before,
.forge-faq summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  content: "";
  transform: translate(-50%, -50%);
  background: #4b6688;
  transition: transform 180ms ease;
}

.forge-faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.forge-faq details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.forge-faq details p {
  max-width: 760px;
  padding: 0 60px 32px 0;
  margin: 0;
  color: #61738b;
  font-size: 16px;
  line-height: 1.65;
}

.forge-final {
  position: relative;
  overflow: hidden;
  color: #d4e2f1;
  background:
    radial-gradient(circle at 50% 0%, rgba(86, 126, 255, 0.22), transparent 44%),
    #050a14;
}

.forge-final__inner {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 720px;
  padding-block: 100px;
  text-align: center;
}

.forge-final h2 {
  max-width: 950px;
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-size: var(--cb-title-cta);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.06;
  text-wrap: balance;
}

.forge-final__inner > p:not(.forge-eyebrow) {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(196, 214, 235, 0.7);
  font-size: var(--cb-lead-section);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.55;
}

.forge-final .forge-actions {
  justify-content: center;
}

/* Responsive */

@media (max-width: 1180px) {
  .forge-hero__grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 50px;
  }

  .forge-subnav > a:last-child {
    display: none;
  }

  .forge-blueprint {
    min-height: 530px;
  }
}

@media (max-width: 980px) {
  .forge-page [id] {
    scroll-margin-top: 152px;
  }

  .forge-shell {
    width: min(calc(100% - 48px), 900px);
  }

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

  .forge-hero__grid {
    grid-template-columns: 1fr;
    gap: 62px;
    padding-block: 100px;
  }

  .forge-hero__copy {
    max-width: 780px;
  }

  .forge-blueprint {
    width: min(100%, 690px);
    margin-inline: auto;
  }

  .forge-problem-grid,
  .forge-quality-grid,
  .forge-ownership {
    grid-template-columns: 1fr;
  }

  .forge-problem-grid article,
  .forge-ownership article {
    min-height: auto;
  }

  .forge-problem-grid article > span,
  .forge-ownership article > span {
    margin-bottom: 38px;
  }

  .forge-judgement {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .forge-judgement__bridge {
    flex-direction: column;
    height: 64px;
  }

  .forge-judgement__bridge span {
    width: 1px;
  }

  .forge-judgement__card {
    min-height: auto;
  }

  .forge-outcome {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .forge-architecture {
    grid-template-columns: 1fr;
  }

  .forge-boundary {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .forge-capability-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 24px;
  }

  .forge-capability-map > svg {
    display: none;
  }

  .forge-capability-map__core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: 150px;
    height: 150px;
    margin: 10px auto 24px;
    transform: none;
  }

  .forge-capability-map__node {
    position: static;
    width: auto;
    transform: none;
  }

  .forge-demo {
    grid-template-columns: 1fr;
  }

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

  .forge-demo__tabs button {
    grid-template-columns: 34px 1fr;
    min-height: 64px;
    padding: 10px;
  }

  .forge-demo__tabs button span {
    width: 32px;
    height: 32px;
  }

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

  .forge-flywheel li:nth-child(3) {
    border-left: 0;
  }

  .forge-flywheel li:not(:last-child)::after {
    display: none;
  }

  .forge-partners {
    grid-template-columns: 1fr;
  }

  .forge-faq {
    grid-template-columns: 1fr;
  }

  .forge-faq .forge-head {
    position: static;
  }
}

@media (max-width: 700px) {
  .forge-shell {
    width: min(calc(100% - 32px), 640px);
  }

  .forge-section {
    padding-block: 86px;
  }

  .forge-breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
  }

  .forge-hero__grid {
    padding-block: 82px 92px;
  }

  .forge-hero__grid,
  .forge-hero__copy,
  .forge-blueprint {
    min-width: 0;
  }

  .forge-hero h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  html[lang="nl-BE"] .forge-hero h1 {
    font-size: clamp(36px, 12vw, 56px);
  }

  .forge-hero h1 em {
    overflow-wrap: anywhere;
    hyphens: none;
  }

  .forge-actions {
    display: grid;
  }

  .forge-actions .n1-btn {
    width: 100%;
    justify-content: center;
  }

  .forge-proof-list {
    display: grid;
  }

  .forge-blueprint {
    min-height: 510px;
    padding: 14px;
    border-radius: 22px;
  }

  .forge-blueprint__intent {
    padding: 18px;
  }

  .forge-blueprint__intent p {
    font-size: 15px;
  }

  .forge-blueprint__outputs {
    gap: 7px;
  }

  .forge-blueprint__outputs span {
    min-height: 76px;
    padding: 9px;
    font-size: 10px;
  }

  .forge-problem-grid {
    grid-template-columns: 1fr;
  }

  .forge-statement {
    font-size: 24px;
  }

  .forge-boundary {
    grid-template-columns: 1fr;
  }

  .forge-layers li {
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 18px 18px 18px 0;
  }

  .forge-layers li > span {
    width: 48px;
    height: 48px;
  }

  .forge-layers li > i {
    display: none;
  }

  .forge-layers::before {
    left: 24px;
  }

  .forge-capability-map {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .forge-capability-map__core {
    grid-column: auto;
  }

  .forge-method {
    grid-template-columns: 1fr;
  }

  .forge-method li {
    grid-template-columns: 46px 1fr;
    min-height: 160px;
    padding: 26px 22px;
  }

  .forge-method li > span {
    width: 42px;
    height: 42px;
  }

  .forge-callout {
    text-align: left;
  }

  .forge-demo__tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .forge-demo__tabs::-webkit-scrollbar {
    display: none;
  }

  .forge-demo__tabs button {
    flex: 0 0 170px;
    scroll-snap-align: start;
  }

  .forge-demo__stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px 22px 36px;
  }

  .forge-demo__visual {
    min-height: 250px;
  }

  .forge-demo__orbit {
    width: 210px;
    height: 210px;
  }

  .forge-guardrails {
    grid-template-columns: 1fr;
  }

  .forge-guardrails article {
    min-height: auto;
  }

  .forge-flywheel {
    grid-template-columns: 1fr;
  }

  .forge-flywheel li + li,
  .forge-flywheel li:nth-child(3) {
    border-left: 0;
  }

  .forge-partners {
    padding: 30px 24px;
  }

  .forge-faq summary {
    min-height: 84px;
    font-size: 17px;
  }

  .forge-faq details p {
    padding-right: 0;
  }

  .forge-final__inner {
    min-height: 640px;
  }
}

@media (max-width: 380px) {
  body.forge-page .site-header .brand__logo-img.cb-logo-2026 {
    width: 126px;
    max-width: 126px;
    height: auto;
  }

  .forge-page .menu-toggle {
    width: 48px;
    min-width: 48px;
    padding-inline: 0;
    gap: 0;
    justify-content: center;
  }

  .forge-page .menu-toggle b {
    display: none;
  }
}

/* Hero-specific reflow overrides are intentionally last in the responsive cascade. */

@media (max-width: 1280px) {
  .forge-hero {
    min-height: auto;
  }

  .forge-hero__stage {
    min-height: auto;
    align-content: start;
    padding-block: 88px 42px;
  }

  .forge-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
    padding-block: 0;
  }

  .forge-hero__copy,
  .forge-hero h1 {
    max-width: 760px;
  }

  .forge-hero__copy,
  .forge-orchestration {
    translate: 0;
  }

  .forge-orchestration {
    width: min(100%, 920px);
    margin-inline: auto;
  }

  .forge-hero__pillar {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding-inline: 24px;
  }

  .forge-hero__pillar-icon {
    width: 58px;
    height: 58px;
  }

  .forge-hero__pillar-icon svg {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 760px) {
  .forge-hero__stage {
    gap: 42px;
    padding-block: 76px 30px;
  }

  .forge-hero__grid {
    gap: 50px;
  }

  .forge-hero__copy .forge-eyebrow {
    margin-bottom: 20px;
    letter-spacing: var(--cb-eyebrow-tracking);
  }

  .forge-hero__lead {
    margin-top: 24px;
    font-size: 18px;
  }

  .forge-hero__role {
    white-space: normal;
  }

  .forge-hero .forge-actions {
    margin-top: 30px;
  }

  .forge-orchestration {
    width: min(100%, 520px);
    height: 760px;
    margin-inline: auto;
  }

  .forge-orchestration::before,
  .forge-orchestration::after {
    position: absolute;
    z-index: 0;
    left: 50%;
    content: "";
    transform: translateX(-50%);
  }

  .forge-orchestration::before {
    top: 18%;
    width: 1px;
    height: 64%;
    background: linear-gradient(to bottom, transparent, #4f8fff 18%, #67e0b9 50%, #4f8fff 82%, transparent);
    box-shadow: 0 0 12px rgba(73, 151, 255, 0.72);
  }

  .forge-orchestration::after {
    top: 17%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c8ffff;
    box-shadow: 0 0 12px #4ca8ff;
    animation: forge-mobile-signal 4.2s linear infinite;
  }

  .forge-flow {
    display: none;
  }

  .forge-orchestration__card {
    width: min(100%, 360px);
    min-height: 180px;
    padding: 23px 22px;
  }

  .forge-orchestration__card--intent {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .forge-orchestration__core {
    top: 50%;
    width: 168px;
    transform: translate(-50%, -50%);
  }

  .forge-orchestration__card--output {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: min(100%, 380px);
    transform: translateX(-50%);
  }

  .forge-orchestration__app {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .forge-orchestration__app-icon {
    width: 94px;
  }

  .forge-orchestration__floor {
    bottom: 24%;
    left: 27%;
    width: 46%;
  }

  .forge-hero__pillars {
    grid-template-columns: minmax(0, 1fr);
  }

  .forge-hero__pillar {
    min-height: 150px;
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 26px 24px;
  }

  .forge-hero__pillar + .forge-hero__pillar {
    border-top: 1px solid rgba(87, 121, 177, 0.25);
    border-left: 0;
  }
}

@media (max-width: 390px) {
  .forge-hero__stage {
    padding-top: 68px;
  }

  .forge-orchestration {
    height: 730px;
  }

  .forge-orchestration__card {
    width: 100%;
  }

  .forge-orchestration__app {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 13px;
  }

  .forge-orchestration__app-icon {
    width: 86px;
    padding: 19px 16px 15px;
  }

  .forge-hero__pillar {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding-inline: 20px;
  }

  .forge-hero__pillar-icon,
  .forge-hero__pillar-icon svg {
    width: 52px;
    height: 52px;
  }
}

@keyframes forge-mobile-signal {
  from { translate: -50% 0; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  to { translate: -50% 470px; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .forge-flow__moving-particles {
    display: none;
  }

  .forge-orchestration {
    --forge-parallax-x: 0px !important;
    --forge-parallax-y: 0px !important;
  }

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

@media (forced-colors: active) {
  .forge-hero h1 em,
  .forge-ownership__statement {
    color: CanvasText;
    background: none;
  }

  .forge-reading-progress span {
    background: Highlight;
  }
}
