/**
 * Enterprise page — scoped styles with light/dark tokens.
 * Lane: SYNKTRIBE-WORDPRESS-ENTERPRISE-PAGE-REDESIGN-IMPLEMENTATION-01
 * Lane: SYNKTRIBE-WORDPRESS-ENTERPRISE-PAGE-VISUAL-REFINEMENT-01
 */

body.st-enterprise-page {
  --st-en-bg-0: var(--st-mkt-bg-page-0);
  --st-en-bg-1: var(--st-mkt-bg-page-1);
  --st-en-bg-dark: var(--st-mkt-bg-page-0);
  --st-en-text-0: var(--st-mkt-heading-alt);
  --st-en-text-1: var(--st-mkt-text-secondary);
  --st-en-text-2: var(--st-mkt-text-muted);
  --st-en-line: var(--st-mkt-glass-border);
  --st-en-glass: var(--st-mkt-glass-bg);
  --st-en-glass-band: var(--st-mkt-surface-elevated);
  --st-en-accent: var(--st-mkt-accent);
  --st-en-accent-bright: var(--st-mkt-accent-bright);
  --st-en-btn-primary-bg: var(--st-mkt-cta-bg);
  --st-en-btn-primary-text: var(--st-mkt-cta-fg);
  --st-en-btn-secondary-bg: var(--st-mkt-cta-secondary-bg);
  --st-en-shadow: var(--st-mkt-shadow);
  --st-en-footer-bg: var(--st-mkt-terminal-footer-bg);
  --st-en-footer-text: var(--st-mkt-terminal-footer-text);

  background:
    radial-gradient(circle at 88% 6%, rgba(88, 215, 255, 0.16), transparent 24%),
    radial-gradient(circle at 8% 14%, rgba(74, 141, 255, 0.1), transparent 28%),
    linear-gradient(180deg, var(--st-en-bg-1) 0%, var(--st-en-bg-0) 42%, var(--st-mkt-bg-page-end) 100%);
  color: var(--st-en-text-0);
  overflow-x: clip;
}

:root[data-theme="dark"] body.st-enterprise-page {
  background:
    radial-gradient(circle at 84% 8%, rgba(88, 215, 255, 0.08), transparent 24%),
    radial-gradient(circle at 12% 16%, rgba(74, 141, 255, 0.08), transparent 28%),
    linear-gradient(180deg, var(--st-en-bg-1) 0%, var(--st-en-bg-0) 100%);
}

body.st-enterprise-page .st-site-main {
  min-height: auto;
}

.st-enterprise-shell {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.st-enterprise-section {
  padding: clamp(48px, 8vw, 92px) 0;
}

.st-enterprise-section--band {
  background: var(--st-en-glass-band);
  border-block: 1px solid var(--st-en-line);
}

.st-enterprise-section--dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 215, 255, 0.08), transparent 40%),
    linear-gradient(180deg, #0a1422 0%, #07111a 100%);
  color: #f4f8ff;
}

.st-enterprise-section__header {
  max-width: 760px;
  margin-bottom: 36px;
}

.st-enterprise-section__header--center {
  margin-inline: auto;
  text-align: center;
}

.st-enterprise-section__header h2,
.st-enterprise-section__header h3 {
  margin: 12px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: 1.15;
  color: var(--st-en-text-0);
}

.st-enterprise-section--dark .st-enterprise-section__header h2 {
  color: #f4f8ff;
}

.st-enterprise-glass {
  border: 1px solid var(--st-en-line);
  background: var(--st-en-glass);
  backdrop-filter: blur(22px);
  border-radius: 22px;
  box-shadow: var(--st-en-shadow);
}

.st-enterprise-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(88, 215, 255, 0.12);
  color: var(--st-en-accent);
  border: 1px solid var(--st-en-line);
}

.st-enterprise-chip--eyebrow {
  margin-bottom: 14px;
}

.st-enterprise-chip--on-dark {
  background: rgba(88, 215, 255, 0.14);
  color: #7de9ff;
  border-color: rgba(255, 255, 255, 0.12);
}

.st-enterprise-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.st-enterprise-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.st-enterprise-btn:hover,
.st-enterprise-btn:focus-visible {
  transform: translateY(-1px);
}

.st-enterprise-btn--primary {
  background: var(--st-en-btn-primary-bg);
  color: var(--st-en-btn-primary-text);
  box-shadow: 0 10px 28px rgba(88, 215, 255, 0.28);
}

.st-enterprise-btn--secondary {
  background: var(--st-en-btn-secondary-bg);
  color: var(--st-en-text-0);
  border-color: var(--st-en-line);
}

.st-enterprise-btn--on-gradient {
  background: rgba(255, 255, 255, 0.14);
  color: #f4f8ff;
  border-color: rgba(255, 255, 255, 0.22);
}

.st-enterprise-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--st-en-accent);
  font-weight: 600;
  text-decoration: none;
}

.st-enterprise-link:hover,
.st-enterprise-link:focus-visible {
  text-decoration: underline;
}

.st-enterprise-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hero */
.st-enterprise-hero__grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.st-enterprise-hero__title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.08;
  color: var(--st-en-text-0);
  max-width: 18ch;
}

.st-enterprise-hero__lede {
  margin: 0 0 26px;
  max-width: 54ch;
  color: var(--st-en-text-1);
  line-height: 1.65;
  font-size: 1.06rem;
}

.st-enterprise-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.st-enterprise-hero__benefits {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.st-enterprise-hero__benefits li {
  position: relative;
  padding-left: 22px;
  color: var(--st-en-text-1);
  font-size: 0.95rem;
  line-height: 1.45;
}

.st-enterprise-hero__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #58d7ff, #4a8dff);
}

.st-enterprise-hero__visual {
  padding: 14px;
  overflow: hidden;
}

.st-enterprise-hero__visual-stack {
  position: relative;
  min-height: 340px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 24%, rgba(88, 215, 255, 0.16), transparent 34%),
    linear-gradient(145deg, #0a1422 0%, #10233d 52%, #0d1a2d 100%);
}

.st-enterprise-hero__composition {
  isolation: isolate;
}

.st-enterprise-hero__map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(88, 215, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 215, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 42% 46%, #000 0%, transparent 78%);
}

.st-enterprise-hero__map-blocks {
  position: absolute;
  inset: 12% 8% 28% 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  opacity: 0.9;
}

.st-enterprise-hero__map-blocks span {
  border-radius: 8px;
  border: 1px solid rgba(88, 215, 255, 0.22);
  background: linear-gradient(160deg, rgba(88, 215, 255, 0.14), rgba(74, 141, 255, 0.05));
  min-height: 42px;
}

.st-enterprise-hero__map-blocks span:nth-child(2),
.st-enterprise-hero__map-blocks span:nth-child(5) {
  min-height: 64px;
}

.st-enterprise-hero__topology {
  position: absolute;
  inset: 18% 12% auto 14%;
  height: 46%;
}

.st-enterprise-hero__node {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #58d7ff;
  box-shadow: 0 0 0 6px rgba(88, 215, 255, 0.14);
}

.st-enterprise-hero__node--hub {
  top: 46%;
  left: 48%;
  width: 18px;
  height: 18px;
}

.st-enterprise-hero__node--north { top: 8%; left: 48%; }
.st-enterprise-hero__node--east { top: 42%; right: 6%; }
.st-enterprise-hero__node--south { bottom: 4%; left: 30%; }

.st-enterprise-hero__link {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(88, 215, 255, 0.5), rgba(88, 215, 255, 0.08));
  transform-origin: left center;
}

.st-enterprise-hero__link--a {
  top: 52%;
  left: 50%;
  width: 34%;
  transform: rotate(-58deg);
}

.st-enterprise-hero__link--b {
  top: 52%;
  left: 50%;
  width: 28%;
  transform: rotate(12deg);
}

.st-enterprise-hero__link--c {
  top: 52%;
  left: 34%;
  width: 24%;
  transform: rotate(148deg);
}

.st-enterprise-hero__ops-panel {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: min(42%, 220px);
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(88, 215, 255, 0.22);
  background: rgba(7, 17, 26, 0.82);
  backdrop-filter: blur(12px);
}

.st-enterprise-hero__ops-header {
  height: 8px;
  width: 54%;
  border-radius: 999px;
  margin-bottom: 12px;
  background: rgba(88, 215, 255, 0.35);
}

.st-enterprise-hero__ops-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  align-items: end;
  height: 72px;
  margin-bottom: 10px;
}

.st-enterprise-hero__ops-bars span {
  display: block;
  height: var(--h, 50%);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(88, 215, 255, 0.75), rgba(74, 141, 255, 0.28));
}

.st-enterprise-hero__ops-readout {
  display: grid;
  gap: 6px;
}

.st-enterprise-hero__ops-readout span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.st-enterprise-hero__ops-readout span:nth-child(1) { width: 88%; }
.st-enterprise-hero__ops-readout span:nth-child(2) { width: 72%; }
.st-enterprise-hero__ops-readout span:nth-child(3) { width: 56%; }

.st-enterprise-hero__metrics {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 108px;
  height: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.st-enterprise-hero__hud {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.st-enterprise-hero__hud-chip {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #dff7ff;
  background: rgba(7, 17, 26, 0.72);
  border: 1px solid rgba(88, 215, 255, 0.28);
}

.st-enterprise-hero__metrics span {
  border-radius: 8px;
  border: 1px solid rgba(88, 215, 255, 0.22);
  background: linear-gradient(180deg, rgba(88, 215, 255, 0.18), rgba(88, 215, 255, 0.04));
}

/* Capability pillars */
.st-enterprise-pillars {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.st-enterprise-pillar {
  position: relative;
  padding: 22px 18px;
  min-height: 100%;
}

.st-enterprise-pillar h3 {
  margin: 14px 0 8px;
  font-size: 1rem;
  color: var(--st-en-text-0);
}

.st-enterprise-pillar__role {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--st-en-accent);
}

.st-enterprise-pillar p:last-child {
  margin: 0;
  color: var(--st-en-text-1);
  font-size: 0.9rem;
  line-height: 1.5;
}

.st-enterprise-pillar__arrow {
  display: none;
}

.st-enterprise-pillar__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--st-en-line);
  background:
    radial-gradient(circle at 30% 30%, rgba(88, 215, 255, 0.35), transparent 55%),
    rgba(88, 215, 255, 0.1);
}

.st-enterprise-pillar__icon--guided { box-shadow: inset 0 0 0 2px rgba(88, 215, 255, 0.2); }
.st-enterprise-pillar__icon--studio { border-radius: 999px; }
.st-enterprise-pillar__icon--cine { transform: skewX(-6deg); }
.st-enterprise-pillar__icon--cast { border-radius: 8px 18px 8px 18px; }
.st-enterprise-pillar__icon--scapes { border-radius: 999px; background: radial-gradient(circle, rgba(74, 141, 255, 0.35), rgba(88, 215, 255, 0.08)); }
.st-enterprise-pillar__icon--governance { clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); border-radius: 0; }

/* Scapes diagram */
.st-enterprise-scapes__grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.st-enterprise-scapes__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--st-en-text-0);
}

.st-enterprise-scapes__copy p {
  margin: 0;
  color: var(--st-en-text-1);
  line-height: 1.65;
  max-width: 48ch;
}

.st-enterprise-scapes__diagram {
  position: relative;
  min-height: 420px;
  padding: 24px;
  overflow: hidden;
}

.st-enterprise-scapes__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 148px;
  height: 148px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  color: var(--st-en-text-0);
  background:
    radial-gradient(circle, rgba(88, 215, 255, 0.22), rgba(74, 141, 255, 0.08)),
    var(--st-en-glass);
  border: 1px solid rgba(88, 215, 255, 0.35);
  box-shadow: 0 0 0 12px rgba(88, 215, 255, 0.06);
}

.st-enterprise-scapes__center strong {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.st-enterprise-scapes__center span {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--st-en-accent);
}

.st-enterprise-scapes__node {
  position: absolute;
  width: min(150px, 38vw);
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--st-en-line);
  background: var(--st-en-glass);
  text-align: center;
}

.st-enterprise-scapes__node strong {
  display: block;
  font-size: 0.82rem;
  color: var(--st-en-text-0);
  margin-bottom: 4px;
}

.st-enterprise-scapes__node span:last-child {
  font-size: 0.72rem;
  color: var(--st-en-text-2);
  line-height: 1.35;
}

.st-enterprise-scapes__node-dot {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #58d7ff, #4a8dff);
}

.st-enterprise-scapes__node--story { top: 6%; left: 50%; transform: translateX(-50%); }
.st-enterprise-scapes__node--business { top: 22%; right: 4%; }
.st-enterprise-scapes__node--education { top: 58%; right: 2%; }
.st-enterprise-scapes__node--event { bottom: 8%; left: 50%; transform: translateX(-50%); }
.st-enterprise-scapes__node--community { top: 58%; left: 2%; }
.st-enterprise-scapes__node--xr { top: 22%; left: 4%; }

.st-enterprise-scapes__diagram::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px dashed rgba(88, 215, 255, 0.22);
  border-radius: 999px;
  pointer-events: none;
}

/* Runtime orchestration */
.st-enterprise-runtime {
  display: grid;
  gap: 20px;
  position: relative;
}

.st-enterprise-runtime__panel {
  position: relative;
  padding: 28px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(7, 17, 26, 0.88);
  overflow: hidden;
}

.st-enterprise-runtime__panel-glow {
  position: absolute;
  inset: auto -20% -40% -20%;
  height: 60%;
  background: radial-gradient(circle, rgba(88, 215, 255, 0.18), transparent 70%);
  pointer-events: none;
}

.st-enterprise-runtime__panel--unity .st-enterprise-runtime__panel-glow {
  background: radial-gradient(circle, rgba(88, 215, 255, 0.2), transparent 70%);
}

.st-enterprise-runtime__panel--unreal .st-enterprise-runtime__panel-glow {
  background: radial-gradient(circle, rgba(107, 109, 255, 0.22), transparent 70%);
}

.st-enterprise-runtime__panel h3 {
  margin: 0 0 10px;
  color: #f4f8ff;
  font-size: 1.25rem;
}

.st-enterprise-runtime__lede {
  margin: 0 0 16px;
  color: #c2d0e5;
  line-height: 1.55;
}

.st-enterprise-runtime__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.st-enterprise-runtime__panel li {
  position: relative;
  padding-left: 18px;
  color: #a8bdd6;
  font-size: 0.92rem;
}

.st-enterprise-runtime__panel li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #58d7ff;
}

.st-enterprise-runtime__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.st-enterprise-runtime__connector span {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #07111a;
  background: linear-gradient(135deg, #58d7ff, #4a8dff);
  box-shadow: 0 8px 24px rgba(88, 215, 255, 0.28);
}

/* Use cases */
.st-enterprise-use-cases {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.st-enterprise-use-case {
  padding: 14px;
  overflow: hidden;
}

.st-enterprise-use-case__media {
  position: relative;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #0a1422, #132a45);
  border: 1px solid var(--st-en-line);
}

.st-enterprise-use-case__visual-surface {
  position: absolute;
  inset: 0;
}

.st-enterprise-use-case__icon {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 17, 26, 0.72);
  backdrop-filter: blur(8px);
}

/* Use-case semantic compositions */
.st-enterprise-use-case__visual--twin .st-enterprise-use-case__visual-surface {
  background-image:
    linear-gradient(rgba(88, 215, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 215, 255, 0.1) 1px, transparent 1px);
  background-size: 18px 18px;
}

.st-enterprise-use-case__visual--twin .st-enterprise-use-case__visual-surface::before,
.st-enterprise-use-case__visual--twin .st-enterprise-use-case__visual-surface::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(88, 215, 255, 0.28);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(88, 215, 255, 0.16), rgba(74, 141, 255, 0.05));
}

.st-enterprise-use-case__visual--twin .st-enterprise-use-case__visual-surface::before {
  inset: 18% 34% 34% 14%;
}

.st-enterprise-use-case__visual--twin .st-enterprise-use-case__visual-surface::after {
  inset: 28% 12% 22% 48%;
}

.st-enterprise-use-case__visual--training .st-enterprise-use-case__visual-surface {
  background:
    radial-gradient(circle at 50% 58%, rgba(88, 215, 255, 0.12), transparent 42%),
    linear-gradient(180deg, #0d1a2d, #10233d);
}

.st-enterprise-use-case__visual--training .st-enterprise-use-case__visual-surface::before {
  content: "";
  position: absolute;
  inset: 28% 30%;
  border: 2px solid rgba(88, 215, 255, 0.35);
  border-radius: 999px;
  box-shadow: 0 0 0 12px rgba(88, 215, 255, 0.06);
}

.st-enterprise-use-case__visual--training .st-enterprise-use-case__visual-surface::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 34%;
  transform: translate(-50%, -50%);
  background: rgba(88, 215, 255, 0.45);
}

.st-enterprise-use-case__visual--education .st-enterprise-use-case__visual-surface {
  background: linear-gradient(180deg, #0d1a2d, #122640);
}

.st-enterprise-use-case__visual--education .st-enterprise-use-case__visual-surface::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 18%;
  height: 42%;
  border-radius: 10px 10px 4px 4px;
  border: 1px solid rgba(88, 215, 255, 0.22);
  background:
    linear-gradient(90deg, transparent 18%, rgba(88, 215, 255, 0.18) 18%, rgba(88, 215, 255, 0.18) 22%, transparent 22%, transparent 46%, rgba(88, 215, 255, 0.18) 46%, rgba(88, 215, 255, 0.18) 50%, transparent 50%, transparent 74%, rgba(88, 215, 255, 0.18) 74%, rgba(88, 215, 255, 0.18) 78%, transparent 78%),
    linear-gradient(180deg, rgba(88, 215, 255, 0.12), rgba(88, 215, 255, 0.03));
}

.st-enterprise-use-case__visual--heritage .st-enterprise-use-case__visual-surface {
  background: linear-gradient(180deg, #101d31, #0a1422);
}

.st-enterprise-use-case__visual--heritage .st-enterprise-use-case__visual-surface::before {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 14%;
  height: 52%;
  border: 1px solid rgba(88, 215, 255, 0.28);
  background:
    linear-gradient(rgba(88, 215, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 215, 255, 0.08) 1px, transparent 1px);
  background-size: 12px 12px;
  clip-path: polygon(0 100%, 12% 42%, 28% 58%, 44% 24%, 58% 38%, 74% 12%, 100% 100%);
}

.st-enterprise-use-case__visual--ops .st-enterprise-use-case__visual-surface {
  background: linear-gradient(180deg, #08111b, #0f2036);
}

.st-enterprise-use-case__visual--ops .st-enterprise-use-case__visual-surface::before {
  content: "";
  position: absolute;
  inset: 14% 10% 18%;
  border-radius: 10px;
  border: 1px solid rgba(88, 215, 255, 0.2);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(88, 215, 255, 0.22) 0 8px,
      rgba(88, 215, 255, 0.06) 8px 16px
    );
  mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
}

.st-enterprise-use-case__visual--onboard .st-enterprise-use-case__visual-surface {
  background: linear-gradient(135deg, #0d1a2d, #122640);
}

.st-enterprise-use-case__visual--onboard .st-enterprise-use-case__visual-surface::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 24%;
  bottom: 20%;
  border-left: 2px solid rgba(88, 215, 255, 0.35);
}

.st-enterprise-use-case__visual--onboard .st-enterprise-use-case__visual-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 28%, rgba(88, 215, 255, 0.85) 0 4px, transparent 5px),
    radial-gradient(circle at 12% 54%, rgba(88, 215, 255, 0.85) 0 4px, transparent 5px),
    radial-gradient(circle at 12% 80%, rgba(88, 215, 255, 0.85) 0 4px, transparent 5px),
    linear-gradient(90deg, rgba(88, 215, 255, 0.35), rgba(88, 215, 255, 0.08));
  mask-image: linear-gradient(90deg, #000 0 18%, transparent 18%);
}

.st-enterprise-use-case__visual--public .st-enterprise-use-case__visual-surface {
  background: radial-gradient(circle at 50% 62%, rgba(88, 215, 255, 0.14), transparent 48%), #0d1a2d;
}

.st-enterprise-use-case__visual--public .st-enterprise-use-case__visual-surface::before {
  content: "";
  position: absolute;
  left: 34%;
  right: 34%;
  bottom: 22%;
  height: 34%;
  border-radius: 8px;
  border: 1px solid rgba(88, 215, 255, 0.28);
  background: rgba(88, 215, 255, 0.1);
  box-shadow:
    -42px -18px 0 -8px rgba(88, 215, 255, 0.16),
    42px -18px 0 -8px rgba(88, 215, 255, 0.16),
    -24px -34px 0 -12px rgba(88, 215, 255, 0.1),
    24px -34px 0 -12px rgba(88, 215, 255, 0.1);
}

.st-enterprise-use-case__visual--scenario .st-enterprise-use-case__visual-surface {
  background: linear-gradient(180deg, #0a1422, #122640);
}

.st-enterprise-use-case__visual--scenario .st-enterprise-use-case__visual-surface::before,
.st-enterprise-use-case__visual--scenario .st-enterprise-use-case__visual-surface::after {
  content: "";
  position: absolute;
  top: 22%;
  width: 2px;
  height: 58%;
  background: rgba(88, 215, 255, 0.35);
}

.st-enterprise-use-case__visual--scenario .st-enterprise-use-case__visual-surface::before {
  left: 34%;
  transform: rotate(24deg);
  transform-origin: top center;
}

.st-enterprise-use-case__visual--scenario .st-enterprise-use-case__visual-surface::after {
  left: 34%;
  transform: rotate(-24deg);
  transform-origin: top center;
}

.st-enterprise-use-case__visual--scenario .st-enterprise-use-case__visual-surface {
  background:
    radial-gradient(circle at 34% 22%, rgba(88, 215, 255, 0.75) 0 5px, transparent 6px),
    linear-gradient(180deg, #0a1422, #122640);
}

.st-enterprise-use-case h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--st-en-text-0);
}

.st-enterprise-use-case p {
  margin: 0;
  color: var(--st-en-text-1);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Ecosystem */
.st-enterprise-ecosystem {
  display: grid;
  gap: 20px;
  align-items: stretch;
}

.st-enterprise-ecosystem__column {
  padding: 26px 22px;
}

.st-enterprise-ecosystem__column h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: var(--st-en-text-0);
}

.st-enterprise-ecosystem__column p {
  margin: 0;
  color: var(--st-en-text-1);
  line-height: 1.6;
}

.st-enterprise-checklist,
.st-enterprise-track-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.st-enterprise-checklist li,
.st-enterprise-track-list li {
  position: relative;
  padding-left: 20px;
  color: var(--st-en-text-1);
  font-size: 0.92rem;
  line-height: 1.45;
}

.st-enterprise-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--st-en-accent);
  font-weight: 700;
}

.st-enterprise-track-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--st-en-accent);
}

.st-enterprise-ecosystem__hub {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(88, 215, 255, 0.12), transparent 55%),
    var(--st-en-glass);
}

.st-enterprise-ecosystem__hub-ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 999px;
  border: 1px dashed rgba(88, 215, 255, 0.28);
  transform: rotate(18deg);
}

.st-enterprise-ecosystem__hub-core {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--st-en-line);
  background: var(--st-en-glass);
}

.st-enterprise-ecosystem__hub-core span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--st-en-accent);
  margin-bottom: 6px;
}

.st-enterprise-ecosystem__hub-core strong {
  color: var(--st-en-text-0);
  font-size: 1rem;
}

.st-enterprise-ecosystem__hub-node {
  position: absolute;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--st-en-text-0);
  background: var(--st-en-glass);
  border: 1px solid var(--st-en-line);
}

.st-enterprise-ecosystem__hub-node--builders { top: 16%; left: 12%; }
.st-enterprise-ecosystem__hub-node--scapes { top: 12%; right: 10%; }
.st-enterprise-ecosystem__hub-node--academy { bottom: 16%; right: 12%; }
.st-enterprise-ecosystem__hub-node--enterprise { bottom: 14%; left: 10%; }

.st-enterprise-cert-card {
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--st-en-line);
  background:
    linear-gradient(145deg, rgba(88, 215, 255, 0.12), rgba(74, 141, 255, 0.06)),
    var(--st-en-glass);
}

.st-enterprise-cert-card__badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--st-en-accent);
  border: 1px solid var(--st-en-line);
}

.st-enterprise-cert-card strong {
  display: block;
  color: var(--st-en-text-0);
  margin-bottom: 6px;
}

.st-enterprise-cert-card span:last-child {
  color: var(--st-en-text-2);
  font-size: 0.88rem;
}

/* Trust strip */
.st-enterprise-trust__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.st-enterprise-trust__item {
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--st-en-line);
  background: var(--st-en-glass);
}

.st-enterprise-trust__item h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: var(--st-en-text-0);
}

.st-enterprise-trust__item p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--st-en-text-1);
  line-height: 1.45;
}

/* CTA band */
.st-enterprise-cta-band {
  padding-bottom: clamp(56px, 9vw, 100px);
}

.st-enterprise-cta-band__inner {
  padding: clamp(32px, 6vw, 48px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(88, 215, 255, 0.18), rgba(74, 141, 255, 0.12)),
    var(--st-en-glass);
}

.st-enterprise-cta-band__inner h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  color: var(--st-en-text-0);
}

.st-enterprise-cta-band__inner p {
  margin: 0 auto 24px;
  max-width: 58ch;
  color: var(--st-en-text-1);
  line-height: 1.6;
}

.st-enterprise-cta-band__inner .st-enterprise-hero__actions {
  justify-content: center;
}

/* Footer */
.st-enterprise-footer {
  padding: 56px 0 32px;
  background: var(--st-en-footer-bg);
  color: var(--st-en-footer-text);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.st-enterprise-footer__inner {
  display: grid;
  gap: 36px;
}

.st-enterprise-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f4f8ff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 12px;
}

.st-enterprise-footer__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #58d7ff, #4a8dff);
}

.st-enterprise-footer__brand p {
  margin: 0;
  max-width: 38ch;
  line-height: 1.55;
  color: var(--st-en-footer-text);
}

.st-enterprise-footer__nav {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.st-enterprise-footer__heading {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f4f8ff;
}

.st-enterprise-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.st-enterprise-footer__column a,
.st-enterprise-footer__pending {
  color: var(--st-en-footer-text);
  text-decoration: none;
  font-size: 0.92rem;
}

.st-enterprise-footer__column a:hover,
.st-enterprise-footer__column a:focus-visible {
  color: #7de9ff;
}

.st-enterprise-footer__pending {
  opacity: 0.72;
}

.st-enterprise-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
}

.st-enterprise-footer__legal p {
  margin: 0;
}

.st-enterprise-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Responsive */
@media (min-width: 768px) {
  .st-enterprise-hero__grid {
    grid-template-columns: 1.02fr 0.98fr;
  }

  .st-enterprise-scapes__grid {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .st-enterprise-runtime {
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
  }

  .st-enterprise-runtime__connector {
    padding: 0 8px;
  }

  .st-enterprise-ecosystem {
    grid-template-columns: 1fr minmax(220px, 0.85fr) 1fr;
  }

  .st-enterprise-pillars {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .st-enterprise-pillar__arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    color: var(--st-en-accent);
    font-size: 0.9rem;
    opacity: 0.5;
  }

  .st-enterprise-footer__inner {
    grid-template-columns: 0.85fr 2fr;
    align-items: start;
  }

  .st-enterprise-footer__legal {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1280px) {
  .st-enterprise-shell {
    width: min(calc(100% - 48px), 1240px);
  }

  .st-enterprise-use-cases {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .st-enterprise-scapes__diagram {
    min-height: 520px;
  }

  .st-enterprise-scapes__node {
    width: min(140px, 42vw);
  }

  .st-enterprise-scapes__node--business,
  .st-enterprise-scapes__node--education {
    right: 0;
  }

  .st-enterprise-scapes__node--community,
  .st-enterprise-scapes__node--xr {
    left: 0;
  }

  .st-enterprise-runtime__connector {
    order: 2;
  }
}

@media (max-width: 374px) {
  .st-enterprise-shell {
    width: min(calc(100% - 24px), 1180px);
  }

  .st-enterprise-hero__title {
    max-width: none;
  }
}
