:root {
  --surface-soft: #fbfaff;
  --surface-tint: #eee9fb;
  --ink-soft: #312c58;
  --accent-soft: #8f82c7;
  --accent-warm: #d9c6a0;
  --shadow-soft: 0 26px 70px rgba(22, 19, 58, 0.1);
  --motion-curve: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Enterprise public site */
.scroll-progress { position: fixed; z-index: 220; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--brand-violet), #b9a8ec); transform: scaleX(0); transform-origin: left center; }
html.smooth-scroll { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--brand-navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(110, 97, 168, 0.55); outline-offset: 3px; }
.site-header { padding: 12px 0 0; background: transparent; border-bottom: 0; pointer-events: none; }
.site-header.is-scrolled { padding-top: 8px; background: transparent; border-color: transparent; }
.nav-shell { width: min(1240px, calc(100% - 48px)); min-height: 58px; padding: 0 7px 0 16px; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 999px; box-shadow: 0 18px 52px rgba(22, 19, 58, 0.09); backdrop-filter: blur(20px); pointer-events: auto; transition: min-height 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.site-header.is-scrolled .nav-shell { min-height: 54px; box-shadow: 0 20px 56px rgba(22, 19, 58, 0.14); transform: translateY(-2px); }
.brand { display: grid; min-height: 44px; padding-right: 16px; border-right: 1px solid rgba(22, 19, 58, 0.1); place-items: center; }
.brand img { width: 88px; height: 42px; }
.nav-menu { gap: 4px; min-height: 44px; }
.nav-menu > a { display: flex; min-height: 38px; padding: 0 12px; align-items: center; justify-content: center; color: var(--ink); border-radius: 999px; font-size: 0.82rem; font-weight: 600; line-height: 1; transition: background 0.22s ease, color 0.22s ease, opacity 0.22s ease, transform 0.22s ease; }
.nav-menu > a:not(.button)::after { display: none; }
.nav-menu > a:not(.button):hover, .nav-menu > a[aria-current="page"]:not(.button) { color: var(--brand-navy); background: rgba(231, 225, 247, 0.72); transform: translateY(-1px); }
.nav-menu:has(a:hover) > a:not(:hover) { opacity: 0.58; }
.nav-dropdown { position: relative; padding-block: 4px; margin-block: -4px; }
.nav-dropdown::after { position: absolute; top: 100%; left: 50%; width: 210px; height: 16px; content: ""; pointer-events: none; transform: translateX(-50%); }
.nav-dropdown:hover::after, .nav-dropdown:focus-within::after { pointer-events: auto; }
.nav-dropdown-trigger { display: flex; min-height: 38px; padding: 0 12px; align-items: center; justify-content: center; color: var(--ink); background: transparent; border: 0; border-radius: 999px; font: inherit; font-size: 0.82rem; font-weight: 600; line-height: 1; text-decoration: none; cursor: default; transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease; }
.nav-dropdown-trigger:hover, .nav-dropdown-trigger[aria-current="page"] { color: var(--brand-navy); background: rgba(231, 225, 247, 0.72); transform: translateY(-1px); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 10px); left: 50%; display: grid; min-width: 190px; padding: 10px; background: rgba(255, 255, 255, 0.96); border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 18px; box-shadow: 0 20px 52px rgba(22, 19, 58, 0.12); opacity: 0; pointer-events: none; transform: translate(-50%, 8px); transition: opacity 0.2s ease, transform 0.2s ease; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown-menu a { padding: 10px 12px; color: var(--ink); border-radius: 12px; font-size: 0.84rem; font-weight: 600; text-decoration: none; }
.nav-dropdown-menu a:hover { color: var(--brand-navy); background: rgba(231, 225, 247, 0.72); }
.button { position: relative; overflow: hidden; min-height: 50px; padding-inline: 24px; gap: 10px; background: var(--brand-navy); border-color: var(--brand-navy); border-radius: 999px; box-shadow: none; font-size: 0.9rem; font-weight: 600; }
.button::before { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 45%, transparent 70%); content: ""; transform: translateX(-120%); transition: transform 0.55s ease; }
.button { transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0); }
.button:hover { background: var(--indigo, #2a2563); border-color: var(--indigo, #2a2563); box-shadow: 0 12px 28px rgba(22, 19, 58, 0.14); transform: translate3d(var(--magnet-x, 0), calc(var(--magnet-y, 0) - 2px), 0); }
.button:hover::before { transform: translateX(120%); }
.button-small { min-height: 40px; padding-inline: 16px; }
.nav-cta { display: inline-flex !important; min-height: 44px; margin-left: 8px; padding: 0 10px 0 17px; gap: 10px; align-items: center; justify-content: center; border-radius: 999px; white-space: nowrap; }
.nav-cta span:last-child { display: grid; width: 24px; height: 24px; color: var(--brand-navy); background: white; border-radius: 50%; place-items: center; font-size: 0.72rem; line-height: 1; transition: transform 0.25s ease; }
.nav-cta:hover span:last-child { transform: translate(2px, -2px); }
.button-secondary { color: var(--brand-navy); background: transparent; border-color: rgba(22, 19, 58, 0.22); }
.button-secondary:hover { color: white; }
.button-light { color: var(--brand-navy); background: white; border-color: white; }
.eyebrow { margin-bottom: 16px; color: var(--brand-violet); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; }
.hero-text { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.125rem); line-height: 1.7; }
.section { padding: 104px 0; }
.section-heading { max-width: 720px; }
.section-heading.centred { margin-bottom: 48px; }
.section-heading > p:last-child { font-size: 1rem; }
.split-heading { margin-bottom: 48px; align-items: end; }
.text-link { display: inline-flex; padding-bottom: 3px; color: var(--brand-navy); border-bottom: 1px solid rgba(110, 97, 168, 0.42); font-size: 0.875rem; font-weight: 600; transition: border-color 0.2s ease, color 0.2s ease, transform 0.18s ease; transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0); }
.text-link:hover { color: var(--brand-violet); border-color: currentColor; }
.phrase-highlight { display: inline; padding-inline: 0.04em; background: linear-gradient(90deg, rgba(231, 225, 247, 0), rgba(231, 225, 247, 0.95) 18%, rgba(231, 225, 247, 0.74)); background-position: 0 88%; background-repeat: no-repeat; background-size: 0 0.36em; transition: background-size 0.85s var(--motion-curve) 0.12s; }
.phrase-highlight.is-visible, .is-visible .phrase-highlight { background-size: 100% 0.36em; }
.phrase-highlight-light { background-image: linear-gradient(90deg, rgba(185, 168, 236, 0), rgba(185, 168, 236, 0.36) 18%, rgba(255, 255, 255, 0.18)); }

.enterprise-hero { min-height: 760px; padding: 164px 0 96px; background: radial-gradient(circle at 82% 22%, rgba(231, 225, 247, 0.94), transparent 30%), var(--cream); }
.enterprise-hero::before { display: none; }
.enterprise-hero .hero-grid { gap: 72px; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); }
.enterprise-hero .hero-copy h1 { max-width: 760px; font-size: clamp(2.85rem, 4.2vw, 3.55rem); }
.audience-line { margin: 44px 0 0; padding-top: 24px; color: var(--muted); border-top: 1px solid var(--line); font-size: 0.85rem; }
.advisory-hero-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; aspect-ratio: 16 / 10; border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 30px; box-shadow: var(--shadow-soft); }
.advisory-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(22, 19, 58, 0.1), rgba(110, 97, 168, 0.02) 42%, rgba(255, 255, 255, 0)); content: ""; pointer-events: none; }
.advisory-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.platform-visual { position: relative; min-width: 0; }
.platform-visual::before { position: absolute; inset: -24px; z-index: 0; background: linear-gradient(135deg, rgba(247, 245, 252, 0.9), rgba(255, 255, 255, 0.82)); border-radius: 28px; content: ""; }
.platform-visual > * { position: relative; z-index: 1; }
.platform-scene { --scene-x: 0px; --scene-y: 0px; --platform-progress: 0; position: relative; min-height: 540px; overflow: hidden; color: white; background: linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px), #17134b; background-size: 46px 46px, 46px 46px, auto; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 28px; box-shadow: 0 30px 90px rgba(22, 19, 58, 0.18); perspective: 1200px; isolation: isolate; }
.platform-scene::before { position: absolute; inset: 11% 8%; background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 24px; content: ""; }
.platform-scene-glow { position: absolute; inset: auto 10% 8% auto; width: 220px; height: 220px; background: rgba(185, 168, 236, 0.28); border-radius: 999px; filter: blur(60px); transform: translate3d(calc(var(--scene-x) * -0.35), calc(var(--scene-y) * -0.3), 0); }
.platform-scene-layer { position: absolute; overflow: hidden; background: rgba(255, 255, 255, 0.97); border: 1px solid rgba(22, 19, 58, 0.12); box-shadow: 0 24px 70px rgba(8, 5, 36, 0.2); color: #1d1a3f; transition: transform 0.18s linear; }
.platform-scene-layer header { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.platform-scene-layer header span, .platform-scene-footer, .platform-evidence-list, .platform-risk-row span { color: #7b759c; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.platform-scene-layer header strong { display: block; margin-top: 4px; color: #141133; font-size: 0.98rem; line-height: 1.15; }
.platform-scene-workflow { z-index: 1; top: 56px; left: 6%; width: 88%; height: 428px; border-radius: 24px; transform: translate3d(calc(var(--scene-x) * 0.16), calc(var(--scene-y) * 0.14), 36px) rotateX(calc(var(--scene-y) * -0.018deg)) rotateY(calc(var(--scene-x) * 0.018deg)); }
.platform-scene-header { min-height: 82px; padding: 20px 24px; border-bottom: 1px solid rgba(22, 19, 58, 0.09); }
.platform-scene-header em { padding: 8px 13px; color: #1f6fb8; background: #edf6ff; border: 1px solid #c7e2ff; border-radius: 999px; font-size: 0.72rem; font-style: normal; font-weight: 800; transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease; }
.platform-scene-header em.is-changing { color: white; background: var(--brand-navy); transform: translateY(-2px); }
.platform-scene-canvas { position: relative; height: 278px; background: linear-gradient(rgba(110, 97, 168, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 97, 168, 0.07) 1px, transparent 1px), #fbfaff; background-size: 34px 34px; }
.platform-scene-canvas::after { position: absolute; inset: 0; background: radial-gradient(circle at calc(24% + var(--scene-x) * 0.14) calc(24% + var(--scene-y) * 0.14), rgba(36, 149, 232, 0.13), transparent 26%), radial-gradient(circle at calc(76% - var(--scene-x) * 0.14) calc(76% - var(--scene-y) * 0.14), rgba(36, 149, 232, 0.14), transparent 28%); content: ""; pointer-events: none; }
.platform-scene-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.platform-scene-lines path { fill: none; stroke: rgba(77, 211, 241, 0.74); stroke-width: 5; stroke-linecap: round; }
.platform-scene-progress { display: none; position: absolute; z-index: 2; right: 34px; bottom: 18px; left: 34px; height: 3px; overflow: hidden; background: rgba(110, 97, 168, 0.12); border-radius: 999px; opacity: 0.58; }
.platform-scene-progress::after { display: block; width: calc(var(--platform-progress) * 100%); height: 100%; background: linear-gradient(90deg, #6e61a8, #2495e8); border-radius: inherit; content: ""; transition: width 0.64s cubic-bezier(0.22, 1, 0.36, 1); }
.platform-mini-node { position: absolute; z-index: 3; width: 150px; min-height: 86px; padding: 13px 14px; background: white; border: 1px solid #e3e0f1; border-radius: 16px; box-shadow: 0 14px 34px rgba(22, 19, 58, 0.1); cursor: pointer; transition: border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1); }
.platform-mini-node:hover, .platform-mini-node.is-active { border-color: rgba(36, 149, 232, 0.48); box-shadow: 0 18px 42px rgba(22, 19, 58, 0.16); transform: translateY(-3px); }
.platform-scene-canvas:has(.platform-mini-node:hover) .platform-mini-node:not(:hover) { opacity: 0.72; }
.platform-mini-node span { display: grid; width: 30px; height: 30px; margin-bottom: 8px; color: white; border-radius: 10px; place-items: center; font-size: 0.7rem; font-weight: 800; }
.platform-mini-node.is-active span { animation: platform-badge-pop 0.42s ease; }
.platform-mini-node strong { display: block; color: #17133e; font-size: 0.84rem; line-height: 1.16; }
.platform-mini-node small { display: block; margin-top: 5px; color: #746f95; font-size: 0.68rem; font-weight: 700; line-height: 1.2; }
.platform-mini-node-blue { border-color: #bfdcf8; }
.platform-mini-node-blue span { background: #2495e8; }
.platform-mini-node-red { border-color: #f3c7ce; }
.platform-mini-node-red span { background: #f04c5c; }
.platform-mini-node-sky { border-color: #bfdcf8; }
.platform-mini-node-sky span { background: #2495e8; }
.platform-mini-node-purple { border-color: #d3c4f8; }
.platform-mini-node-purple span { background: #7556da; }
.platform-mini-node-amber { border-color: #f4d6a2; }
.platform-mini-node-amber span { background: #f0a12f; }
.platform-mini-node-input { top: 28px; left: 42px; animation: platform-node-float 7s ease-in-out infinite; }
.platform-mini-node-doc { top: 28px; right: 42px; animation: platform-node-float 7.4s ease-in-out 0.3s infinite; }
.platform-mini-node-search { bottom: 28px; left: 42px; animation: platform-node-float 7.2s ease-in-out 0.6s infinite; }
.platform-mini-node-output { right: 42px; bottom: 28px; animation: platform-node-float 7.6s ease-in-out 0.9s infinite; }
.platform-scene-footer { display: flex; min-height: 68px; padding: 0 24px; gap: 18px; align-items: center; justify-content: center; background: white; border-top: 1px solid rgba(22, 19, 58, 0.09); }
.platform-scene-footer span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.platform-scene-footer span::before { width: 8px; height: 8px; background: #2495e8; border-radius: 999px; content: ""; }
.platform-scene-doc { z-index: 4; right: 22px; bottom: 36px; width: 286px; min-height: 304px; padding: 18px; border-radius: 22px; transform: translate3d(calc(var(--scene-x) * -0.28), calc(var(--scene-y) * -0.22), 78px); }
.platform-scene-layer.is-active { border-color: rgba(36, 149, 232, 0.32); box-shadow: 0 26px 74px rgba(8, 5, 36, 0.31); }
.platform-scene-doc header { margin-bottom: 14px; }
.platform-doc-preview { position: relative; overflow: hidden; padding: 16px; background: #fdf5f6; border: 1px solid #f5d0d5; border-radius: 16px; }
.platform-doc-preview p { margin: 0; padding: 10px 0; color: #504a6e; border-bottom: 1px solid rgba(236, 88, 103, 0.18); font-size: 0.82rem; font-weight: 700; }
.platform-doc-preview p:last-child { border-bottom: 0; }
.platform-doc-scan { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(236, 88, 103, 0.18), transparent); transform: translateY(-100%); animation: platform-doc-scan 3.8s ease-in-out infinite; }
.platform-evidence-list { display: grid; gap: 10px; margin-top: 14px; letter-spacing: 0; text-transform: none; }
.platform-evidence-list span { display: flex; min-height: 34px; padding: 0 10px; gap: 8px; align-items: center; background: #f7f6fc; border: 1px solid #ebe8f5; border-radius: 11px; color: #4c466d; transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease; }
.platform-evidence-list span.is-active { background: #eef6ff; border-color: rgba(36, 149, 232, 0.28); transform: translateX(2px); }
.platform-evidence-list i { width: 8px; height: 8px; background: #2495e8; border-radius: 999px; box-shadow: 0 0 0 5px rgba(36, 149, 232, 0.18); }
.platform-scene-risk { z-index: 5; top: 244px; left: 54px; width: 264px; min-height: 236px; padding: 18px; border-radius: 22px; transform: translate3d(calc(var(--scene-x) * 0.34), calc(var(--scene-y) * -0.18), 88px); }
.platform-scene-risk header { margin-bottom: 16px; }
.platform-risk-row { display: flex; min-height: 46px; margin-bottom: 10px; padding: 0 12px; align-items: center; justify-content: space-between; background: #f1f7ff; border: 1px solid #cfe5fb; border-radius: 13px; }
.platform-risk-row strong { color: #1f6fb8; font-size: 0.8rem; }
.platform-risk-row.is-review { background: #fff7ec; border-color: #f3d7a9; }
.platform-risk-row.is-review strong { color: #af6c11; }
.platform-risk-bars { display: grid; height: 54px; gap: 8px; align-items: end; grid-template-columns: repeat(4, 1fr); }
.platform-risk-bars span { position: relative; overflow: hidden; height: 42%; background: #e9e6f6; border-radius: 999px 999px 7px 7px; }
.platform-risk-bars span:nth-child(2) { height: 78%; }
.platform-risk-bars span:nth-child(3) { height: 54%; }
.platform-risk-bars span:nth-child(4) { height: 32%; }
.platform-risk-bars span::after { position: absolute; inset: auto 0 0; height: 100%; background: linear-gradient(180deg, #2495e8, #0964c5); content: ""; transform-origin: bottom; animation: platform-bar-fill 3.6s ease-in-out infinite; }
.platform-risk-bars span:nth-child(2)::after { background: linear-gradient(180deg, #f2b84c, #d9821f); animation-delay: 0.2s; }
.platform-risk-bars span:nth-child(3)::after { animation-delay: 0.4s; }
.platform-risk-bars span:nth-child(4)::after { animation-delay: 0.6s; }
.platform-data-chip { position: absolute; z-index: 5; display: flex; min-height: 38px; padding: 0 14px; align-items: center; color: #211d4d; background: rgba(255, 255, 255, 0.94); border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 999px; box-shadow: 0 16px 42px rgba(8, 5, 36, 0.2); font-size: 0.76rem; font-weight: 800; white-space: nowrap; transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease; animation: platform-chip-drift 7s ease-in-out infinite; }
.platform-data-chip.is-active { color: var(--brand-navy); background: rgba(255, 255, 255, 0.98); border-color: rgba(36, 149, 232, 0.28); transform: translateY(-3px); }
.platform-data-chip::before { width: 8px; height: 8px; margin-right: 8px; background: #2495e8; border-radius: 999px; content: ""; }
.platform-data-chip-one { top: 34px; right: 58px; }
.platform-data-chip-two { top: 178px; left: 16px; animation-delay: 1.1s; }
.platform-data-chip-two::before { background: #f04c5c; }
.platform-data-chip-three { right: 32px; bottom: 14px; animation-delay: 2s; }
.enterprise-page-hero.elearning-hero { color: white; background: #151338; }
.elearning-hero h1 { color: white; }
.elearning-hero .eyebrow { color: #b9a8ec; }
.elearning-hero .hero-text { color: #d9e0f1; }
.elearning-hero .button:not(.button-secondary) { color: var(--brand-navy); background: white; border-color: white; }
.elearning-hero .button-secondary { color: white; border-color: rgba(255, 255, 255, 0.36); }
.elearning-hero .button-secondary:hover { color: var(--brand-navy); background: white; border-color: white; }
.elearning-hero-image { position: relative; overflow: hidden; min-height: 520px; margin: 0; background: var(--brand-navy); border: 1px solid rgba(22, 19, 58, 0.12); border-radius: 8px; box-shadow: 0 28px 80px rgba(22, 19, 58, 0.14); }
.elearning-hero-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.elearning-hero-image::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, rgba(8, 2, 36, 0), rgba(8, 2, 36, 0.72)); content: ""; }
.elearning-hero-image figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; max-width: 520px; }
.elearning-hero-image span { display: block; margin-bottom: 10px; color: #bfe3ff; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.elearning-hero-image strong { display: block; color: white; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.08; }
.course-portal-mock { display: grid; min-height: 520px; overflow: hidden; background: white; border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 22px; box-shadow: var(--shadow-soft); grid-template-columns: minmax(120px, 30%) 1fr; }
.course-portal-mock aside { display: flex; padding: 28px 20px; color: white; background: #120b3d; flex-direction: column; }
.course-portal-mock aside strong { margin-bottom: 46px; color: white; font-family: var(--font-display); font-size: clamp(1.25rem, 2.4vw, 1.8rem); line-height: 0.95; }
.course-portal-mock aside span { padding: 13px 0; color: #ebe8ff; border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 0.82rem; font-weight: 700; }
.course-portal-mock section { padding: 30px; }
.course-label { margin-bottom: 24px; color: #171923; font-size: 1.6rem; font-weight: 800; }
.course-card { max-width: 360px; padding: 18px; background: white; border: 1px solid #dedbea; border-radius: 14px; box-shadow: 0 18px 46px rgba(22, 19, 58, 0.1); }
.course-cover { display: flex; min-height: 150px; margin-bottom: 20px; padding: 20px; align-items: end; background: linear-gradient(90deg, #6550ea 0 54%, #d7e3dc 54% 100%); border-radius: 12px; }
.course-cover span { max-width: 190px; color: white; font-weight: 800; line-height: 1.18; }
.course-card h2 { margin-bottom: 16px; font-family: var(--font-body); font-size: 1.08rem; font-weight: 800; line-height: 1.4; }
.course-card p { font-size: 0.92rem; }
.course-card a { display: inline-flex; min-height: 38px; margin-top: 18px; padding: 0 16px; align-items: center; color: white; background: #4f4f55; border-radius: 6px; font-size: 0.82rem; font-weight: 800; text-decoration: none; }
.platform-dashboard { min-height: 420px; border-color: rgba(22, 19, 58, 0.08); border-radius: 20px; box-shadow: var(--shadow-soft); }
.platform-sidebar { background: var(--brand-navy); border-radius: 19px 0 0 19px; }
.sidebar-menu .is-active { background: var(--brand-violet); }
.filter-panel button, .dashboard-filter-action { background: var(--brand-violet); }
.donut-chart { background: conic-gradient(#2495e8 0 25%, #aaa1df 25% 45%, #c5a2cd 45% 60%, #d8897d 60% 70%, #b55263 70% 75%, #c8c5d6 75% 100%); }
.level-negligible { background: #2495e8; }
.level-low { background: #aaa1df; }
.level-medium { background: #c5a2cd; }
.level-high { background: #d8897d; }
.level-catastrophic { background: #b55263; }
.level-pending { background: #c8c5d6; }

.section-paper { background: var(--cream); }
.section-paper .section-heading { margin-bottom: 52px; }
.pillar-grid { display: grid; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.pillar-grid article { min-height: 240px; padding: 36px 32px; }
.pillar-grid article + article { border-left: 1px solid var(--line); }
.pillar-grid span, .feature-list span, .expertise-band article > span { display: block; margin-bottom: 48px; color: var(--brand-violet); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; }
.pillar-grid p { max-width: 290px; margin-bottom: 0; font-size: 1rem; }
.service-grid, .comparison-grid { display: grid; gap: 18px; margin-top: 52px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card, .comparison-grid article { display: flex; min-height: 100%; padding: 30px; background: white; border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 24px; box-shadow: 0 18px 48px rgba(22, 19, 58, 0.06); flex-direction: column; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--motion-curve); }
.service-card:hover, .comparison-grid article:hover { border-color: rgba(110, 97, 168, 0.32); box-shadow: 0 24px 60px rgba(22, 19, 58, 0.1); transform: translateY(-4px); }
.service-card > span { display: block; margin-bottom: 36px; color: var(--brand-violet); font-family: var(--font-display); font-size: 0.9rem; }
.service-card .eyebrow, .comparison-grid .eyebrow { margin-bottom: 14px; }
.service-card ul, .comparison-grid ul { margin: 24px 0; padding: 0; list-style: none; }
.service-card li, .comparison-grid li { padding: 10px 0; color: var(--ink); border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.service-card strong { margin-top: auto; color: var(--brand-navy); font-size: 0.92rem; line-height: 1.5; }
.comparison-section { background: white; }
.comparison-grid article { background: var(--surface-soft); }
.comparison-grid article.is-featured { color: white; background: radial-gradient(circle at 82% 18%, rgba(110, 97, 168, 0.32), transparent 32%), var(--brand-navy); }
.comparison-grid article.is-featured h3 { color: white; }
.comparison-grid article.is-featured p, .comparison-grid article.is-featured li { color: #cfc9ee; }
.comparison-grid article.is-featured li { border-bottom-color: rgba(185, 168, 236, 0.25); }

.burnt-hero { position: relative; padding-top: 92px; color: white; background: #151338; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.burnt-hero-grid { display: grid; min-height: 560px; grid-template-columns: 0.82fr 1.18fr; }
.burnt-hero-copy { display: flex; padding: clamp(64px, 8vw, 104px) 42px 48px clamp(24px, 2vw, 36px); flex-direction: column; justify-content: center; }
.burnt-hero-copy h1 { max-width: 13ch; margin-bottom: 26px; color: white; font-size: clamp(3.35rem, 5.5vw, 4.8rem); letter-spacing: 0; line-height: 1.02; }
.burnt-hero-copy p { max-width: 410px; margin-bottom: 34px; color: #d8d3f2; font-size: clamp(1.04rem, 1.5vw, 1.2rem); line-height: 1.48; }
.burnt-hero-copy .button { width: fit-content; min-height: 58px; color: #151338; background: white; border-color: white; }
.burnt-hero-copy .button:hover { color: white; background: #6e61a8; border-color: #6e61a8; box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18); }
.burnt-hero-visual { position: relative; display: grid; min-height: 100%; margin: 0; overflow: hidden; background: transparent; align-items: center; }
.burnt-hero-visual img { width: calc(100% - 48px); height: min(72vh, 530px); margin-left: 48px; object-fit: cover; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 0; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28); filter: saturate(0.96) contrast(1.02); }
.burnt-hero-visual figcaption { position: absolute; top: 36%; left: 82px; max-width: 320px; color: white; font-family: "Bradley Hand", "Segoe Print", cursive; font-size: clamp(1.25rem, 2vw, 1.85rem); line-height: 1.1; text-shadow: 0 2px 18px rgba(22, 19, 58, 0.45); transform: rotate(-4deg); animation: annotation-float 5.5s ease-in-out infinite; }
.burnt-proof { display: grid; color: white; background: rgba(255, 255, 255, 0.04); grid-template-columns: repeat(3, 1fr); }
.burnt-proof article { display: flex; min-height: 76px; padding: 18px 28px; gap: 12px; align-items: center; justify-content: center; backdrop-filter: blur(14px); }
.burnt-proof article + article { border-left: 1px solid rgba(255, 255, 255, 0.1); }
.burnt-proof span { color: white; font-family: var(--font-display); font-size: 1.25rem; }
.burnt-proof p { margin: 0; color: #d8d3f2; font-size: 0.95rem; }
.story-problem { background: white; }
.story-problem .split-heading { margin-bottom: 46px; }
.problem-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.problem-grid article { min-height: 300px; padding: 30px; background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(22, 19, 58, 0.1); box-shadow: 0 18px 48px rgba(22, 19, 58, 0.06); transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--motion-curve); }
.problem-grid article:hover { --hover-lift: -6px; border-color: rgba(110, 97, 168, 0.32); box-shadow: 0 24px 64px rgba(22, 19, 58, 0.11); transform: translateY(-6px); }
.problem-grid span { display: block; margin-bottom: 48px; color: var(--brand-violet); font-family: var(--font-display); font-size: 1.45rem; }
.problem-grid p { margin-bottom: 0; }
.why-supply { background: #f2eef9; }
.why-supply-inner { max-width: 1120px; }
.why-supply .section-heading { max-width: 760px; margin-bottom: 54px; }
.why-supply .section-heading h2 { font-size: clamp(2.7rem, 4.5vw, 4rem); }
.why-supply .section-heading > p:last-child { color: #6a6490; font-size: clamp(1.04rem, 1.45vw, 1.18rem); line-height: 1.58; }
.impact-bar { display: flex; margin-bottom: 24px; padding: 26px 34px; gap: 34px; align-items: center; background: #ded7f1; border: 1px solid #cec5e7; border-radius: 16px; }
.impact-bar strong { color: var(--brand-navy); font-family: var(--font-display); font-size: clamp(3rem, 5vw, 4.2rem); font-weight: 400; line-height: 0.95; }
.impact-bar p { margin: 0; color: var(--brand-navy); font-size: clamp(1rem, 1.45vw, 1.16rem); line-height: 1.5; }
.benchmark-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benchmark-card { min-height: 380px; padding: 30px; background: rgba(255, 255, 255, 0.9); border: 1px solid #d9d1ed; border-radius: 16px; box-shadow: 0 22px 60px rgba(22, 19, 58, 0.06); transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--motion-curve); }
.benchmark-card:hover { --hover-lift: -5px; border-color: rgba(110, 97, 168, 0.32); box-shadow: 0 28px 70px rgba(22, 19, 58, 0.11); transform: translateY(-5px); }
.benchmark-card .eyebrow { min-height: 40px; margin-bottom: 14px; letter-spacing: 0.18em; }
.benchmark-card h3 { margin-bottom: 22px; font-size: clamp(1.35rem, 2vw, 1.62rem); }
.benchmark-card strong { display: block; margin-bottom: 4px; color: var(--brand-navy); font-family: var(--font-display); font-size: clamp(2.25rem, 3.2vw, 2.8rem); font-weight: 400; line-height: 1; }
.benchmark-card > p:not(.eyebrow) { margin-bottom: 30px; color: #696394; }
.benchmark-card ul { margin: 0; padding: 0; list-style: none; }
.benchmark-card li { padding: 12px 0; color: #696394; border-top: 1px solid #d9d1ed; }
.benchmark-card.is-featured { color: white; background: #17113d; border-color: #17113d; box-shadow: 0 28px 80px rgba(22, 19, 58, 0.18); }
.benchmark-card.is-featured h3, .benchmark-card.is-featured strong { color: white; }
.benchmark-card.is-featured .eyebrow { color: #b9a8ec; }
.benchmark-card.is-featured > p:not(.eyebrow), .benchmark-card.is-featured li { color: #cfc9ee; }
.benchmark-card.is-featured li { border-top-color: rgba(185, 168, 236, 0.22); }
.benchmark-note { max-width: 920px; margin: 22px 0 0; color: #696394; }
.burnt-workflows { background: #f4f1fa; }
.burnt-workflows .split-heading { margin-bottom: 46px; }
.burnt-card-grid { display: grid; gap: 0; border: 1px solid rgba(22, 19, 58, 0.1); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.burnt-card-grid article { display: flex; min-height: 520px; padding: 24px; background: rgba(255, 255, 255, 0.78); flex-direction: column; transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--motion-curve); }
.burnt-card-grid article + article { border-left: 1px solid rgba(22, 19, 58, 0.1); }
.burnt-card-grid article:hover { --hover-lift: -6px; background: white; box-shadow: 0 24px 64px rgba(22, 19, 58, 0.12); transform: translateY(-6px); }
.burnt-card-media { position: relative; display: grid; min-height: 260px; margin-bottom: 32px; overflow: hidden; background: #e7e1f7; place-items: center; }
.burnt-card-media::before { position: absolute; inset: 18px; border: 1px solid rgba(22, 19, 58, 0.13); content: ""; }
.burnt-card-media::after { position: absolute; width: 180px; height: 180px; border-radius: 999px; content: ""; animation: orbit-dot 8s linear infinite; }
.burnt-card-media span { position: relative; z-index: 1; color: white; font-family: var(--font-display); font-size: 2.9rem; text-shadow: 0 12px 40px rgba(22, 19, 58, 0.28); }
.burnt-card-media.is-consulting { background: linear-gradient(135deg, #d7e3dc, #8f82c7); }
.burnt-card-media.is-platform { background: linear-gradient(135deg, #16133a, #6e61a8); }
.burnt-card-media.is-training { background: linear-gradient(135deg, #d9c6a0, #2495e8); }
.burnt-card-media.is-consulting::after { background: rgba(255, 255, 255, 0.28); }
.burnt-card-media.is-platform::after { background: rgba(217, 198, 160, 0.28); }
.burnt-card-media.is-training::after { background: rgba(22, 19, 58, 0.16); }
.burnt-card-grid h3 { max-width: 280px; font-size: 2rem; }
.burnt-card-grid p:not(.eyebrow) { max-width: 310px; }
.burnt-card-grid a { margin-top: auto; color: var(--brand-navy); font-weight: 700; text-decoration: none; }
.burnt-platform { color: white; background: #121024; }
.burnt-platform-grid { display: grid; gap: 72px; align-items: center; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); }
.burnt-platform h2, .burnt-platform h3 { color: white; }
.burnt-platform p { color: #cfc9ee; }
.burnt-console { min-height: 520px; padding: 24px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); border: 1px solid rgba(255, 255, 255, 0.18); }
.console-top { display: flex; margin-bottom: 54px; gap: 8px; align-items: center; color: white; }
.console-top span { width: 10px; height: 10px; background: #d9c6a0; border-radius: 50%; }
.console-top strong { margin-left: auto; font-size: 0.85rem; }
.console-row { display: flex; min-height: 86px; padding: 0 24px; align-items: center; justify-content: space-between; color: #cfc9ee; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.console-row.is-active { color: white; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); }
.console-row strong { color: white; font-family: var(--font-display); font-size: 1.5rem; }
.mini-feature-list { display: grid; margin: 34px 0; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.mini-feature-list article { padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.mini-feature-list h3 { margin-bottom: 6px; font-family: var(--font-body); font-size: 1rem; font-weight: 700; }
.mini-feature-list p { margin: 0; }
.burnt-simple { background: #f4f1fa; }
.burnt-simple-grid { display: grid; border-top: 1px solid rgba(22, 19, 58, 0.1); border-left: 1px solid rgba(22, 19, 58, 0.1); grid-template-columns: repeat(5, minmax(0, 1fr)); }
.burnt-simple-grid article { min-height: 300px; padding: 30px; border-right: 1px solid rgba(22, 19, 58, 0.1); border-bottom: 1px solid rgba(22, 19, 58, 0.1); }
.burnt-simple-grid article:first-child { background: white; grid-column: span 2; }
.burnt-simple-grid article:first-child h2 { max-width: 650px; }
.regulatory-depth-heading { margin-bottom: 42px; }
.regulatory-depth-grid { display: grid; border-top: 1px solid rgba(22, 19, 58, 0.1); border-left: 1px solid rgba(22, 19, 58, 0.1); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.regulatory-depth-grid article { min-height: 250px; padding: 30px; background: white; border-right: 1px solid rgba(22, 19, 58, 0.1); border-bottom: 1px solid rgba(22, 19, 58, 0.1); }
.regulatory-depth-grid p { margin-bottom: 0; }
.complexity-section { background: white; }
.complexity-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.complexity-grid article { min-height: 280px; padding: 32px; background: var(--surface-soft); transition: background 0.25s ease, transform 0.25s var(--motion-curve); }
.complexity-grid article:hover { --hover-lift: -5px; background: white; transform: translateY(-5px); }
.complexity-grid span { display: block; margin-bottom: 50px; color: var(--brand-violet); font-family: var(--font-display); font-size: 1.35rem; }
.complexity-grid p { margin-bottom: 0; }
.custom-solutions-band { color: white; background: radial-gradient(circle at 78% 12%, rgba(185, 168, 236, 0.22), transparent 30%), #121024; }
.custom-solutions-band h2, .custom-solutions-band h3 { color: white; }
.custom-solutions-band p { color: #cfc9ee; }
.custom-solutions-list { display: grid; margin: 34px 0; border-top: 1px solid rgba(185, 168, 236, 0.22); }
.custom-solutions-list li { display: flex; padding: 18px 0; gap: 18px; align-items: center; color: #ebe8ff; border-bottom: 1px solid rgba(185, 168, 236, 0.22); list-style: none; }
.custom-solutions-list li::before { width: 9px; height: 9px; background: #b9a8ec; border-radius: 50%; content: ""; flex: 0 0 9px; }

@keyframes annotation-float {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-8px) rotate(-2deg); }
}

@keyframes orbit-dot {
  0% { transform: translate(-80px, -54px) scale(0.8); }
  50% { transform: translate(70px, 48px) scale(1.1); }
  100% { transform: translate(-80px, -54px) scale(0.8); }
}

.platform-story { overflow: hidden; background: white; }
.platform-story-visual { max-width: 1000px; margin: 0 auto 42px; padding: 32px; background: linear-gradient(135deg, var(--surface-soft), var(--surface-tint)); border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 30px; box-shadow: 0 30px 85px rgba(22, 19, 58, 0.08); }
.platform-story-visual .platform-dashboard { max-width: 840px; margin: auto; }
.capability-row { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.capability-row article { padding: 32px 32px 0 0; }
.capability-row article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.capability-row p { margin-bottom: 0; }
.agent-card-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.agent-card { position: relative; display: flex; min-height: 250px; padding: 28px; overflow: hidden; background: linear-gradient(180deg, #fff, var(--surface-soft)); border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 24px; box-shadow: 0 18px 48px rgba(22, 19, 58, 0.07); flex-direction: column; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--motion-curve); }
.agent-card::before { position: absolute; inset: auto 18px 18px auto; width: 118px; height: 118px; background: radial-gradient(circle, rgba(185, 168, 236, 0.42), transparent 68%); content: ""; opacity: 0; transform: scale(0.72); transition: opacity 0.38s ease, transform 0.38s var(--motion-curve); }
.agent-card::after { position: absolute; right: 28px; bottom: 26px; left: 28px; width: 0; height: 1px; background: linear-gradient(90deg, var(--brand-violet), rgba(110, 97, 168, 0)); content: ""; transition: width 0.42s ease; }
.agent-card:hover { --hover-lift: -6px; border-color: rgba(110, 97, 168, 0.26); box-shadow: 0 26px 70px rgba(22, 19, 58, 0.11); transform: translateY(-6px); }
.agent-card:hover::before { opacity: 1; transform: scale(1); }
.agent-card:hover::after { width: calc(100% - 48px); }
.agent-card .eyebrow { margin: 0 0 18px; color: var(--brand-violet); }
.agent-card h3 { position: relative; max-width: 420px; margin: 0; color: var(--brand-navy); font-family: var(--font-body); font-size: 1.12rem; line-height: 1.42; }
.agent-card a { position: relative; display: inline-flex; margin-top: auto; color: var(--brand-violet); font-size: 0.85rem; font-weight: 700; text-decoration: none; }
.agent-card-icon { display: grid; width: 46px; height: 46px; margin-bottom: 44px; background: rgba(231, 225, 247, 0.75); border: 1px solid rgba(110, 97, 168, 0.16); border-radius: 15px; place-items: center; }
.agent-card-icon span { width: 18px; height: 18px; background: conic-gradient(from 120deg, var(--brand-navy), var(--brand-violet), #ded7f1, var(--brand-navy)); border-radius: 50%; animation: float-card 6s ease-in-out infinite; }
.agent-card-icon.is-monitoring span { border-radius: 7px; }
.agent-card-icon.is-reporting span { width: 26px; border-radius: 8px; }

.process-section { color: white; background: radial-gradient(circle at 18% 12%, rgba(110, 97, 168, 0.32), transparent 28%), var(--brand-navy); }
.process-layout { display: grid; gap: 96px; align-items: start; grid-template-columns: 0.75fr 1.25fr; }
.process-section h2, .process-section h3 { color: white; }
.enterprise-steps { margin: 0; padding: 0; list-style: none; }
.enterprise-steps li { display: grid; padding: 28px 0; gap: 24px; border-bottom: 1px solid rgba(185, 168, 236, 0.25); grid-template-columns: 52px 1fr; }
.enterprise-steps li { position: relative; }
.enterprise-steps li::after { position: absolute; right: 0; bottom: -1px; left: 0; width: 0; height: 1px; background: rgba(185, 168, 236, 0.78); content: ""; transition: width 0.74s var(--motion-curve) var(--reveal-delay, 0ms); }
.enterprise-steps li.is-visible::after { width: 100%; }
.enterprise-steps li:first-child { padding-top: 0; }
.enterprise-steps span { color: #b9a8ec; font-family: var(--font-display); font-size: 1.75rem; }
.enterprise-steps p { margin-bottom: 0; color: #cfc9ee; }
.elearning-section { background: var(--cream); }
.elearning-section .section-heading { margin-bottom: 48px; }
.elearning-section .section-heading p:not(.eyebrow) { max-width: 790px; }
.learning-cards { margin-bottom: 34px; }

.expertise-section .section-heading { margin-bottom: 48px; }
.expertise-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.expertise-grid article { min-height: 220px; padding: 30px; background: white; }
.expertise-grid p { margin-bottom: 0; font-size: 0.95rem; }
.expertise-band { background: var(--cream); }
.expertise-band .expertise-grid { grid-template-columns: repeat(3, 1fr); }

.outcomes-section { color: white; background: #1e1a4a; }
.outcomes-section h2, .outcomes-section h3 { color: white; }
.outcome-grid { display: grid; border-top: 1px solid rgba(185, 168, 236, 0.28); grid-template-columns: repeat(4, 1fr); }
.outcome-grid article { min-height: 180px; padding: 32px 24px; }
.outcome-grid article + article { border-left: 1px solid rgba(185, 168, 236, 0.28); }
.outcome-grid span { display: block; margin-bottom: 44px; color: #b9a8ec; font-size: 0.75rem; }

.insights-preview, .article-index, .related-reading { background: var(--cream); }
.insights-hero { padding-bottom: 90px; }
.insights-hero-refined { position: relative; padding: 168px 0 96px; overflow: hidden; background: linear-gradient(135deg, #151338 0%, #151338 54%, #201b4d 100%); border-bottom: 1px solid rgba(185, 168, 236, 0.2); }
.insights-hero-refined::before { position: absolute; right: max(32px, calc((100vw - 1200px) / 2)); bottom: 54px; width: min(34vw, 420px); height: 170px; background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(185, 168, 236, 0.18); border-radius: 10px; content: ""; }
.insights-hero-refined .shell { position: relative; z-index: 1; }
.insights-hero-refined h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(3rem, 5vw, 4.65rem); }
.insights-hero-refined .hero-text { max-width: 760px; color: #d8d3f2; }
.insights-hero-grid { display: grid; gap: 72px; align-items: end; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr); }
.insights-hero h1 { max-width: 880px; font-size: clamp(3.4rem, 5.8vw, 5.5rem); }
.insights-hero .hero-text { margin-bottom: 0; color: #d8d3f2; font-size: clamp(1.05rem, 1.45vw, 1.2rem); }
.insights-hero-refined h1 { max-width: 820px; font-size: clamp(3rem, 5vw, 4.65rem); }
.insights-hero-refined .hero-text { max-width: 760px; }
.insights-hero-note { display: inline-flex; margin: 36px 0 0; padding: 12px 16px; color: #b9a8ec; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(185, 168, 236, 0.2); border-radius: 999px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.insight-video-section { color: var(--brand-navy); background: var(--cream); border-top: 1px solid var(--line); }
.insight-video-section .split-heading { align-items: start; }
.insight-video-section h2 { color: var(--brand-navy); }
.insight-video-section .split-heading > p { color: var(--muted); }
.insight-video-carousel { display: grid; gap: 28px; overflow: visible; padding-bottom: 0; }
.insight-video-card { display: grid; overflow: hidden; align-items: start; background: white; border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 10px; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.68fr); box-shadow: 0 22px 56px rgba(22, 19, 58, 0.08); }
.insight-video-frame { width: 100%; min-width: 0; overflow: hidden; aspect-ratio: 16 / 9; background: #08071d; border-right: 1px solid rgba(22, 19, 58, 0.1); align-self: start; }
.insight-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.insight-video-copy { display: flex; min-width: 0; padding: clamp(30px, 4vw, 48px); color: var(--brand-navy); flex-direction: column; justify-content: center; }
.insight-video-copy h3 { max-width: 760px; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.insight-video-copy h3, .insight-video-copy h3 a { color: var(--brand-navy); }
.insight-video-copy h3 a { text-decoration: none; }
.insight-video-copy > p:not(.article-meta):not(.insight-type) { max-width: 760px; margin-bottom: 24px; color: var(--muted); }
.insight-video-copy .article-meta { color: var(--brand-violet); }
.insight-video-copy .text-link { margin-top: auto; align-self: start; }
.insight-video-copy .text-link { color: var(--brand-navy); border-bottom-color: rgba(110, 97, 168, 0.42); }
.insight-type { color: #b9a8ec; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.article-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-card { display: flex; min-width: 0; overflow: hidden; background: white; border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 24px; flex-direction: column; box-shadow: 0 18px 48px rgba(22, 19, 58, 0.06); }
.article-card-image { display: grid; overflow: hidden; aspect-ratio: 16 / 9; color: white; background: var(--brand-navy); place-items: center; text-decoration: none; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.article-card-image.is-video-thumbnail { position: relative; }
.article-card-image.is-video-thumbnail::after { position: absolute; inset: auto 18px 18px auto; display: grid; width: 52px; height: 52px; padding-left: 4px; color: white; background: rgba(21, 19, 56, 0.86); border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 50%; box-shadow: 0 14px 36px rgba(8, 2, 36, 0.28); content: "▶"; place-items: center; font-size: 1.2rem; line-height: 1; }
.article-card-image span { font-family: var(--font-display); font-size: 1.5rem; }
.insight-media-icon { display: grid; width: 96px; height: 96px; color: white; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 50%; place-items: center; box-shadow: 0 18px 42px rgba(8, 2, 36, 0.22); }
.insight-media-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.insight-media-icon-video svg { fill: currentColor; stroke: none; transform: translateX(2px); }
.insight-media-icon-article { border-radius: 22px; }
.article-card-copy { display: flex; padding: 28px; flex: 1; flex-direction: column; }
.article-card-copy h3 a, .featured-article h2 a { text-decoration: none; }
.article-card-copy > p:not(.article-meta):not(.insight-type) { margin-bottom: 24px; }
.article-card-copy .text-link { margin-top: auto; align-self: start; }
.insight-type { margin-bottom: 12px; }
.card-motion-line { display: block; width: 0; height: 1px; margin: 0 0 18px; background: var(--brand-violet); transition: width 0.42s ease; }
.article-card:hover .card-motion-line { width: 100%; }
.article-card:hover [data-card-hover="image"] { transform: scale(1.055); }
.article-meta { color: var(--brand-violet); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; }
.article-meta span { padding-inline: 5px; }
.editorial-empty { padding: 40px; background: white; border: 1px solid var(--line); grid-column: 1 / -1; }
.pillar-grid article, .capability-row article, .expertise-grid article, .article-card, .feature-list article { transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--motion-curve); }
.pillar-grid article:hover, .capability-row article:hover, .expertise-grid article:hover, .article-card:hover { --hover-lift: -4px; border-color: rgba(110, 97, 168, 0.42); box-shadow: 0 18px 40px rgba(22, 19, 58, 0.08); transform: translateY(-4px); }

.page-hero { padding: 176px 0 104px; }
.page-hero h1 { max-width: 820px; font-size: clamp(3rem, 5vw, 4rem); }
.enterprise-page-hero { background: var(--cream); }
.enterprise-page-hero .page-hero-grid { gap: 72px; }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article { display: grid; padding: 32px 0; gap: 24px; border-bottom: 1px solid var(--line); grid-template-columns: 80px 1fr; }
.feature-list span { margin: 4px 0 0; }
.feature-list p { max-width: 640px; margin-bottom: 0; }
.platform-workflow .platform-dashboard { font-size: 0.58rem; }
.plain-check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.plain-check-list li { padding: 12px 0; color: var(--ink); border-bottom: 1px solid var(--line); }
.platform-plain-section { overflow: hidden; background: white; }
.platform-plain-grid { display: grid; gap: 64px; align-items: end; margin-bottom: 46px; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr); }
.platform-plain-grid .section-heading { max-width: 820px; }
.platform-plain-grid .section-heading p:last-child { color: var(--muted); line-height: 1.75; }
.platform-plain-card { position: relative; overflow: hidden; min-height: 260px; padding: 28px; color: white; background: radial-gradient(circle at 86% 18%, rgba(36, 149, 232, 0.28), transparent 34%), linear-gradient(135deg, #17134b, #27215f); border: 1px solid rgba(185, 168, 236, 0.24); border-radius: 22px; box-shadow: 0 28px 74px rgba(22, 19, 58, 0.14); }
.platform-plain-card::before { position: absolute; inset: 22px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; content: ""; }
.platform-plain-card::after { position: absolute; right: 28px; bottom: 28px; width: 78px; height: 78px; background: conic-gradient(from 90deg, #2495e8, #b9a8ec, #f0a12f, #2495e8); border-radius: 50%; content: ""; opacity: 0.9; animation: platform-node-float 6s ease-in-out infinite; }
.platform-plain-card span { position: relative; z-index: 1; display: block; margin-bottom: 42px; color: #b9a8ec; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.platform-plain-card strong { position: relative; z-index: 1; display: block; max-width: 260px; color: white; font-family: var(--font-display); font-size: clamp(1.55rem, 2.6vw, 2rem); font-weight: 400; line-height: 1.02; }
.platform-plain-card p { position: relative; z-index: 1; max-width: 260px; margin: 16px 0 0; color: #cfc9ee; font-size: 0.92rem; }
.platform-plain-steps { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.platform-plain-steps article { min-height: 260px; padding: 28px; background: var(--surface-soft); transition: background 0.25s ease, transform 0.25s var(--motion-curve), box-shadow 0.25s ease; }
.platform-plain-steps article:hover { background: white; box-shadow: 0 20px 52px rgba(22, 19, 58, 0.08); transform: translateY(-4px); }
.platform-plain-steps span { display: block; margin-bottom: 40px; color: var(--brand-violet); font-size: 0.74rem; font-weight: 850; letter-spacing: 0.14em; }
.platform-plain-steps h3 { max-width: 280px; margin-bottom: 12px; font-family: var(--font-body); font-size: 1.08rem; font-weight: 850; line-height: 1.3; }
.platform-plain-steps p { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.62; }
.platform-lab { background: white; }
.platform-lab .split-heading { align-items: start; }
.platform-lab-frame { overflow: hidden; background: #f8fbff; border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 28px; box-shadow: 0 28px 86px rgba(22, 19, 58, 0.1); }
.platform-lab-toolbar { display: grid; gap: 1px; background: rgba(22, 19, 58, 0.1); border-bottom: 1px solid rgba(22, 19, 58, 0.1); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.platform-lab-toolbar button { min-height: 64px; padding: 0 18px; color: #4d4864; background: rgba(255, 255, 255, 0.86); border: 0; font-size: 0.85rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: background 0.22s ease, color 0.22s ease; }
.platform-lab-toolbar button:hover, .platform-lab-toolbar button:focus-visible { color: var(--brand-navy); background: white; }
.platform-lab-toolbar button.is-active { color: white; background: var(--brand-navy); }
.platform-lab-workspace { display: grid; min-height: 560px; background: linear-gradient(135deg, #f8fbff, #f1edf8 72%); grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); }
.platform-lab-canvas { position: relative; display: grid; min-width: 0; padding: clamp(28px, 5vw, 58px); gap: 18px; align-items: center; grid-template-columns: repeat(4, minmax(130px, 1fr)); }
.platform-lab-canvas::before { position: absolute; inset: 24px; background-image: linear-gradient(rgba(22, 19, 58, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 19, 58, 0.055) 1px, transparent 1px); background-size: 44px 44px; border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 22px; content: ""; }
.platform-lab-canvas::after { position: absolute; z-index: 2; top: 50%; left: 12%; width: 18px; height: 18px; background: #2495e8; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 12px rgba(36, 149, 232, 0.16), 0 10px 28px rgba(22, 19, 58, 0.18); content: ""; transform: translateY(-50%); animation: supply-packet 6s cubic-bezier(0.65, 0, 0.35, 1) infinite; }
.platform-lab-node { position: relative; z-index: 1; display: flex; min-height: 186px; padding: 22px; align-items: start; color: var(--ink); background: rgba(255, 255, 255, 0.93); border: 1px solid rgba(22, 19, 58, 0.12); border-radius: 18px; box-shadow: 0 18px 48px rgba(22, 19, 58, 0.08); flex-direction: column; text-align: left; cursor: pointer; transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s var(--motion-curve); }
.platform-lab-node::after { position: absolute; right: 18px; bottom: 18px; width: 9px; height: 9px; background: #d9c6a0; border-radius: 50%; content: ""; opacity: 0; transform: scale(0.4); transition: opacity 0.22s ease, transform 0.22s ease; }
.platform-lab-node:hover { border-color: rgba(110, 97, 168, 0.38); box-shadow: 0 24px 62px rgba(22, 19, 58, 0.12); transform: translateY(-4px); }
.platform-lab-node.is-active { color: white; background: radial-gradient(circle at 84% 18%, rgba(217, 198, 160, 0.22), transparent 36%), var(--brand-navy); border-color: var(--brand-navy); }
.platform-lab-node.is-active::after { opacity: 1; transform: scale(1); animation: node-pulse 1.6s ease-in-out infinite; }
.platform-lab-node span { display: grid; width: 40px; height: 40px; margin-bottom: 36px; color: var(--brand-navy); background: #d7e3dc; border-radius: 50%; place-items: center; font-family: var(--font-display); font-size: 0.95rem; }
.platform-lab-node.is-active span { color: var(--brand-navy); background: #d9c6a0; }
.platform-lab-node strong { color: inherit; font-family: var(--font-display); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 400; line-height: 1; }
.platform-lab-node small { margin-top: 10px; color: #696394; font-size: 0.78rem; font-weight: 700; line-height: 1.35; }
.platform-lab-node.is-active small { color: #d8d3ff; }
.platform-lab-connector { position: absolute; z-index: 0; top: 50%; height: 2px; background: linear-gradient(90deg, rgba(110, 97, 168, 0.24), rgba(36, 149, 232, 0.72)); transform: translateY(-50%); }
.platform-lab-connector::after { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent); content: ""; animation: connector-flow 2.4s linear infinite; }
.platform-lab-connector:nth-of-type(1) { left: calc(25% - 38px); width: 76px; }
.platform-lab-connector:nth-of-type(2) { left: calc(50% - 38px); width: 76px; }
.platform-lab-connector:nth-of-type(3) { left: calc(75% - 38px); width: 76px; }
.platform-lab-inspector { display: flex; min-width: 0; padding: clamp(28px, 4vw, 44px); background: rgba(255, 255, 255, 0.92); border-left: 1px solid rgba(22, 19, 58, 0.1); flex-direction: column; }
.platform-lab-inspector h3 { font-family: var(--font-body); font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 800; line-height: 1.25; }
.platform-lab-output { margin: 10px 0 24px; padding: 18px; background: #eef5ff; border: 1px solid rgba(36, 149, 232, 0.22); border-radius: 16px; }
.platform-lab-output span { display: block; margin-bottom: 8px; color: #1f5fa8; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.platform-lab-output strong { display: block; color: var(--brand-navy); font-size: 0.95rem; line-height: 1.5; }
.platform-lab-controls { display: grid; gap: 10px; margin-top: auto; }
.platform-lab-controls label { display: flex; min-height: 50px; padding: 12px 14px; gap: 12px; align-items: center; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; font-size: 0.9rem; font-weight: 700; cursor: pointer; }
.platform-lab-controls input { width: 18px; height: 18px; accent-color: var(--brand-violet); flex: 0 0 auto; }
.platform-lab-metrics { display: grid; gap: 1px; overflow: hidden; margin-top: 24px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; grid-template-columns: repeat(3, 1fr); }
.platform-lab-metrics div { min-width: 0; padding: 18px 12px; background: white; text-align: center; }
.platform-lab-metrics strong { display: block; color: var(--brand-navy); font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 400; line-height: 1; }
.platform-lab-metrics span { display: block; margin-top: 8px; color: var(--muted); font-size: 0.68rem; font-weight: 700; line-height: 1.35; }
.platform-builder-section { overflow: hidden; background: white; }
.platform-builder-section .split-heading { align-items: start; }
.su-builder { display: grid; min-height: 660px; overflow: hidden; color: #2d2946; background: #f7f8fc; border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 30px; box-shadow: 0 34px 96px rgba(22, 19, 58, 0.12); grid-template-columns: 188px minmax(0, 1fr); }
.su-builder-sidebar { padding: 20px 12px; color: white; background: linear-gradient(180deg, #16105a, #09003c 82%); grid-row: 1 / span 2; }
.su-builder-logo { padding: 14px; color: #0f174e; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 15px; font-family: var(--font-display); font-size: 0.98rem; line-height: 0.95; }
.su-builder-user { margin: 22px 4px 18px; }
.su-builder-user span { display: block; color: #d8d3ff; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.su-builder-user strong { display: block; margin-top: 8px; color: white; font-size: 1rem; }
.su-builder-menu { display: grid; gap: 6px; }
.su-builder-menu span { display: flex; min-height: 36px; padding: 0 10px; align-items: center; color: #dad6ff; border-radius: 11px; font-size: 0.72rem; font-weight: 650; }
.su-builder-menu span::before { width: 12px; height: 12px; margin-right: 10px; border: 1px solid currentColor; border-radius: 3px; content: ""; opacity: 0.72; }
.su-builder-menu .is-active { color: white; background: #092c76; box-shadow: inset 3px 0 0 #cfe0ff; }
.su-builder-main { display: flex; min-width: 0; background: #fbfcff; flex-direction: column; }
.su-builder-header { display: flex; min-height: 60px; padding: 12px 18px; gap: 16px; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, 0.92); border-bottom: 1px solid rgba(22, 19, 58, 0.08); }
.su-builder-header span { display: block; color: var(--brand-violet); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.su-builder-header strong { display: block; margin-top: 3px; color: var(--brand-navy); font-size: 0.92rem; line-height: 1.25; }
.su-builder-status { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.su-builder-status span { display: inline-flex; min-height: 28px; padding: 0 9px; align-items: center; color: #4d4864; background: #f2f0f8; border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 999px; font-size: 0.64rem; letter-spacing: 0; text-transform: none; }
.su-builder-status span:first-child { color: #1f5fa8; background: #edf6ff; border-color: rgba(36, 149, 232, 0.32); }
.su-builder-stages { display: grid; padding: 0 42px; gap: 12px; justify-content: center; background: white; border-bottom: 1px solid rgba(22, 19, 58, 0.08); grid-template-columns: repeat(4, minmax(104px, max-content)); }
.su-builder-stages span { display: grid; min-height: 38px; padding: 0 16px; align-items: center; color: #25223c; border-radius: 0 0 16px 16px; font-size: 0.76rem; font-weight: 850; text-align: center; box-shadow: 0 8px 18px rgba(22, 19, 58, 0.12); }
.su-builder-stages span:nth-child(1) { background: #cae9fb; }
.su-builder-stages span:nth-child(2) { background: #ffd5dc; }
.su-builder-stages span:nth-child(3) { background: #dff2e2; }
.su-builder-stages span:nth-child(4) { background: #edcff3; }
.su-builder-toolbar { display: flex; min-height: 48px; padding: 8px 16px; gap: 14px; align-items: center; justify-content: space-between; background: #f8f8fd; border-bottom: 1px solid rgba(22, 19, 58, 0.08); }
.su-builder-toolbar > div { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.su-builder-toolbar span { color: var(--muted); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.su-builder-toolbar button { min-height: 30px; padding: 0 10px; color: var(--brand-navy); background: white; border: 1px solid rgba(22, 19, 58, 0.12); border-radius: 999px; font-size: 0.72rem; font-weight: 800; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.su-builder-toolbar button:hover { background: #f0eef8; border-color: rgba(110, 97, 168, 0.35); transform: translateY(-1px); }
.su-builder-canvas { position: relative; min-width: 0; min-height: 470px; overflow: hidden; background: radial-gradient(circle at 18% 22%, rgba(187, 39, 112, 0.28), transparent 34%), radial-gradient(circle at 82% 18%, rgba(37, 42, 120, 0.35), transparent 36%), linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px), #1d1b57; background-size: auto, auto, 42px 42px, 42px 42px; flex: 1; }
.su-builder-lines { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
.su-builder-lines path { fill: none; stroke: rgba(255, 255, 255, 0.78); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 7 7; filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.18)); }
.su-agent-node { position: absolute; z-index: 2; width: 210px; overflow: hidden; background: white; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 18px; box-shadow: 0 18px 48px rgba(6, 3, 35, 0.24); transition: box-shadow 0.2s ease, transform 0.2s ease; user-select: none; }
.su-agent-node.is-active { box-shadow: 0 28px 72px rgba(6, 3, 35, 0.34), 0 0 0 3px rgba(255, 255, 255, 0.7); }
.su-agent-node.is-dragging { box-shadow: 0 32px 86px rgba(6, 3, 35, 0.42); transform: scale(1.015); }
.su-agent-handle { position: absolute; z-index: 3; inset: 0 0 auto; height: 48px; background: transparent; border: 0; cursor: grab; }
.su-agent-node.is-dragging .su-agent-handle { cursor: grabbing; }
.su-agent-head { display: flex; min-height: 60px; padding: 12px 14px; gap: 10px; align-items: center; color: white; }
.su-agent-head span { display: grid; width: 34px; height: 34px; color: white; background: rgba(255, 255, 255, 0.24); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 10px; place-items: center; font-family: var(--font-display); font-size: 0.78rem; flex: 0 0 auto; }
.su-agent-head strong { color: white; font-size: 0.9rem; line-height: 1.16; }
.su-agent-node-blue .su-agent-head { background: linear-gradient(135deg, #2ba4f3, #0964c5); }
.su-agent-node-red .su-agent-head { background: linear-gradient(135deg, #ff6b72, #dd2f3b); }
.su-agent-node-sky .su-agent-head { background: linear-gradient(135deg, #2ba4f3, #0964c5); }
.su-agent-node-purple .su-agent-head { background: linear-gradient(135deg, #8b70ef, #5a39bd); }
.su-agent-node-amber .su-agent-head { background: linear-gradient(135deg, #f5b547, #d77721); }
.su-agent-body { padding: 13px; }
.su-agent-body p { margin: 0 0 9px; color: #7b7790; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.su-agent-body label { display: grid; gap: 5px; margin-top: 9px; color: #6a6490; font-size: 0.7rem; font-weight: 800; }
.su-agent-body select { width: 100%; min-height: 34px; padding: 0 10px; color: #302b4d; background: #fbfcff; border: 1px solid #ddd9ec; border-radius: 9px; }
.su-choice-grid { display: grid; gap: 7px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.su-choice-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.su-choice-grid button { min-height: 46px; padding: 7px; color: #494467; background: #f8f8fd; border: 1px solid #e4e0ef; border-radius: 11px; font-size: 0.66rem; font-weight: 850; cursor: pointer; }
.su-choice-grid button.is-selected, .su-choice-grid button:hover { color: var(--brand-navy); background: #ece8fb; border-color: rgba(110, 97, 168, 0.36); }
.su-setting-row { display: flex; min-height: 40px; margin-top: 8px; padding: 8px 10px; gap: 10px; align-items: center; justify-content: space-between; color: #3a3652; background: #f8f8fd; border: 1px solid #e3dff0; border-radius: 11px; font-size: 0.7rem; font-weight: 800; }
.su-toggle { position: relative; width: 36px; height: 20px; margin: 0; flex: 0 0 36px; }
.su-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.su-toggle i { position: absolute; inset: 0; background: #c8c3dc; border-radius: 999px; transition: background 0.2s ease; }
.su-toggle i::after { position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; background: white; border-radius: 50%; content: ""; transition: transform 0.2s ease; }
.su-toggle input:checked + i { background: var(--brand-violet); }
.su-toggle input:checked + i::after { transform: translateX(16px); }
.su-agent-action { width: 100%; min-height: 34px; margin-top: 10px; color: white; background: var(--brand-violet); border: 0; border-radius: 999px; font-size: 0.72rem; font-weight: 850; cursor: pointer; }
.su-builder-footer { display: flex; min-height: 38px; padding: 0 16px; gap: 14px; align-items: center; color: #615b7d; background: white; border-top: 1px solid rgba(22, 19, 58, 0.08); font-size: 0.7rem; font-weight: 750; flex-wrap: wrap; }
.su-builder-footer span::before { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: #2495e8; border-radius: 50%; content: ""; }
.su-builder-inspector { display: grid; min-width: 0; padding: 16px 20px; gap: 12px 18px; align-items: start; background: white; border-top: 1px solid rgba(22, 19, 58, 0.1); grid-template-areas: "label copy stats" "title output stats"; grid-template-columns: minmax(190px, 0.9fr) minmax(240px, 1.3fr) minmax(230px, 1fr); }
.su-builder-inspector h3 { font-family: var(--font-body); font-size: 1.18rem; font-weight: 850; line-height: 1.24; }
.su-builder-inspector > .eyebrow { grid-area: label; margin: 0; }
.su-builder-inspector > h3 { grid-area: title; margin: 0; }
.su-builder-inspector > p:not(.eyebrow) { grid-area: copy; margin: 0; }
.su-builder-inspector > div { grid-area: output; margin: 0; padding: 14px; background: #eef5ff; border: 1px solid rgba(36, 149, 232, 0.24); border-radius: 14px; }
.su-builder-inspector > div span { display: block; margin-bottom: 8px; color: #1f5fa8; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.su-builder-inspector > div strong { display: block; color: var(--brand-navy); font-size: 0.95rem; line-height: 1.5; }
.su-builder-inspector dl { display: grid; gap: 1px; overflow: hidden; margin: 0; background: var(--line); border: 1px solid var(--line); border-radius: 16px; grid-area: stats; }
.su-builder-inspector dt, .su-builder-inspector dd { margin: 0; padding: 9px 12px; background: white; }
.su-builder-inspector dt { color: var(--muted); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.su-builder-inspector dd { color: var(--brand-navy); font-family: var(--font-display); font-size: 1.22rem; line-height: 1; }
.platform-demo-section { overflow: hidden; background: white; }
.platform-demo-section .section-heading { margin-bottom: 42px; }
.su-demo-tabs { overflow: hidden; background: white; border: 1px solid rgba(22, 19, 58, 0.1); border-radius: 26px; box-shadow: 0 30px 90px rgba(22, 19, 58, 0.12); }
.su-demo-tab-list { display: grid; gap: 1px; background: rgba(22, 19, 58, 0.1); border-bottom: 1px solid rgba(22, 19, 58, 0.1); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.su-demo-tab-list button { display: flex; min-height: 62px; padding: 0 18px; align-items: center; justify-content: center; color: #4d4864; background: #fbfbfe; border: 0; font-size: 0.86rem; font-weight: 850; text-align: center; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.su-demo-tab-list button:hover { color: var(--brand-navy); background: white; }
.su-demo-tab-list button.is-active { color: white; background: var(--brand-navy); }
.su-demo-panel { display: none; }
.su-demo-panel.is-active { display: block; }
.su-flow-wrap { background: #fbfcff; }
.su-flow-toolbar { display: flex; min-height: 64px; padding: 12px 18px; gap: 18px; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid rgba(22, 19, 58, 0.08); }
.su-flow-toolbar > div { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.su-flow-toolbar strong { color: var(--brand-navy); font-size: 0.95rem; }
.su-flow-toolbar em { display: inline-flex; min-height: 28px; padding: 0 10px; align-items: center; color: #5b5578; background: #f2eff8; border: 1px solid rgba(22, 19, 58, 0.08); border-radius: 999px; font-size: 0.68rem; font-style: normal; font-weight: 800; }
.su-flow-dot { width: 10px; height: 10px; background: #2495e8; border-radius: 50%; box-shadow: 0 0 0 5px rgba(36, 149, 232, 0.14); }
.su-flow-tools button { min-height: 32px; padding: 0 11px; color: var(--brand-navy); background: #fbfcff; border: 1px solid #ddd9ec; border-radius: 999px; font-size: 0.73rem; font-weight: 850; cursor: grab; transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.su-flow-tools button:last-child { cursor: pointer; }
.su-flow-tools button:hover { background: #f0edf9; border-color: rgba(110, 97, 168, 0.35); transform: translateY(-1px); }
.su-flow-canvas { position: relative; min-height: 520px; overflow: hidden; background: radial-gradient(circle at 18% 18%, rgba(187, 39, 112, 0.3), transparent 34%), radial-gradient(circle at 82% 20%, rgba(37, 42, 120, 0.38), transparent 36%), linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px), #1d1b57; background-size: auto, auto, 42px 42px, 42px 42px; }
.su-flow-lines { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
.su-flow-lines path { fill: none; stroke: rgba(255, 255, 255, 0.78); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 7 7; filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.16)); }
.su-flow-node { position: absolute; z-index: 2; width: 218px; overflow: hidden; background: white; border: 1px solid rgba(255, 255, 255, 0.68); border-radius: 18px; box-shadow: 0 18px 52px rgba(6, 3, 35, 0.25); user-select: none; transition: box-shadow 0.2s ease, transform 0.2s ease; }
.su-flow-node.is-dragging { box-shadow: 0 26px 76px rgba(6, 3, 35, 0.38); transform: scale(1.015); }
.su-flow-handle { position: absolute; z-index: 3; inset: 0 0 auto; height: 56px; background: transparent; border: 0; cursor: grab; }
.su-flow-node.is-dragging .su-flow-handle { cursor: grabbing; }
.su-flow-node-title { display: flex; min-height: 64px; padding: 12px 14px; gap: 10px; align-items: center; color: white; }
.su-flow-node-title span { display: grid; width: 34px; height: 34px; color: white; background: rgba(255, 255, 255, 0.24); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 10px; place-items: center; font-family: var(--font-display); font-size: 0.78rem; flex: 0 0 auto; }
.su-flow-node-title strong { color: white; font-size: 0.9rem; line-height: 1.15; }
.su-flow-node-blue .su-flow-node-title { background: linear-gradient(135deg, #2ba4f3, #0964c5); }
.su-flow-node-red .su-flow-node-title, .su-module-title-red { background: linear-gradient(135deg, #ff6b72, #dd2f3b); }
.su-flow-node-sky .su-flow-node-title, .su-module-title-sky { background: linear-gradient(135deg, #2ba4f3, #0964c5); }
.su-flow-node-purple .su-flow-node-title { background: linear-gradient(135deg, #8b70ef, #5a39bd); }
.su-flow-node-amber .su-flow-node-title, .su-module-title-amber { background: linear-gradient(135deg, #f5b547, #d77721); }
.su-flow-node-body { padding: 13px; }
.su-flow-node-body p { margin: 0 0 9px; color: #7b7790; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.su-mini-grid { display: grid; gap: 7px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.su-mini-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.su-mini-grid button { min-height: 42px; padding: 6px; color: #494467; background: #f8f8fd; border: 1px solid #e4e0ef; border-radius: 10px; font-size: 0.64rem; font-weight: 850; cursor: pointer; }
.su-mini-grid button.is-active, .su-mini-grid button:hover { color: var(--brand-navy); background: #ece8fb; border-color: rgba(110, 97, 168, 0.36); }
.su-flow-row { display: flex; min-height: 38px; margin-top: 8px; padding: 8px 10px; gap: 10px; align-items: center; justify-content: space-between; color: #3a3652; background: #f8f8fd; border: 1px solid #e3dff0; border-radius: 11px; font-size: 0.68rem; font-weight: 800; }
.su-flow-row label, .su-demo-setting label { position: relative; width: 36px; height: 20px; margin: 0; flex: 0 0 36px; }
.su-flow-row input, .su-demo-setting input { position: absolute; opacity: 0; pointer-events: none; }
.su-flow-row i, .su-demo-setting i { position: absolute; inset: 0; background: #c8c3dc; border-radius: 999px; transition: background 0.2s ease; }
.su-flow-row i::after, .su-demo-setting i::after { position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; background: white; border-radius: 50%; content: ""; transition: transform 0.2s ease; }
.su-flow-row input:checked + i, .su-demo-setting input:checked + i { background: var(--brand-violet); }
.su-flow-row input:checked + i::after, .su-demo-setting input:checked + i::after { transform: translateX(16px); }
.su-flow-legend { display: flex; min-height: 48px; padding: 0 18px; gap: 18px; align-items: center; color: #615b7d; background: white; border-top: 1px solid rgba(22, 19, 58, 0.08); font-size: 0.73rem; font-weight: 800; flex-wrap: wrap; }
.su-flow-legend span::before { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: #2495e8; border-radius: 50%; content: ""; }
.su-module-layout { display: grid; gap: 24px; padding: clamp(24px, 4vw, 40px); background: linear-gradient(135deg, #fbfcff, #f4f1fb); grid-template-columns: minmax(0, 1fr) 320px; }
.su-module-card { overflow: hidden; background: white; border: 1px solid rgba(22, 19, 58, 0.09); border-radius: 22px; box-shadow: 0 22px 70px rgba(22, 19, 58, 0.1); }
.su-module-title { position: relative; display: flex; min-height: 88px; padding: 20px 24px; gap: 16px; align-items: center; color: white; overflow: hidden; }
.su-module-title::after { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 46%, transparent 72%); content: ""; transform: translateX(-100%); animation: shimmer-line 4.4s ease-in-out infinite; }
.su-module-title span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 15px; place-items: center; font-family: var(--font-display); }
.su-module-title strong { position: relative; z-index: 1; color: white; font-size: 1.25rem; line-height: 1.12; }
.su-module-body { padding: 24px; }
.su-demo-label { display: block; margin: 0 0 12px; color: #7b7790; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.su-demo-choice-grid { display: grid; gap: 12px; margin-bottom: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.su-demo-choice-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.su-demo-choice-grid button { min-height: 86px; padding: 14px; color: #433e61; background: #f8f8fd; border: 1px solid #e3dff0; border-radius: 15px; text-align: left; cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
.su-demo-choice-grid button:hover, .su-demo-choice-grid button.is-active { color: var(--brand-navy); background: #eee9fb; border-color: rgba(110, 97, 168, 0.36); transform: translateY(-1px); }
.su-demo-choice-grid strong, .su-demo-choice-grid small { display: block; }
.su-demo-choice-grid small { margin-top: 5px; color: #77718f; line-height: 1.35; }
.su-demo-setting { display: flex; min-height: 66px; margin-top: 12px; padding: 13px 15px; gap: 15px; align-items: center; justify-content: space-between; background: #f8f8fd; border: 1px solid #e3dff0; border-radius: 15px; }
.su-demo-setting strong, .su-demo-setting span { display: block; }
.su-demo-setting strong { color: #332f50; font-size: 0.9rem; }
.su-demo-setting span { margin-top: 3px; color: #77718f; font-size: 0.78rem; }
.su-demo-field label { display: grid; gap: 7px; margin-top: 12px; color: #6a6490; font-size: 0.78rem; font-weight: 850; }
.su-demo-field select { min-height: 42px; padding: 0 12px; color: var(--ink); background: #fbfcff; border: 1px solid #ddd9ec; border-radius: 11px; }
.su-demo-action { width: 100%; min-height: 44px; margin-top: 18px; color: white; background: var(--brand-violet); border: 0; border-radius: 999px; font-size: 0.86rem; font-weight: 850; cursor: pointer; }
.su-demo-action.is-running { background: #1f5fa8; }
.su-demo-metrics { display: grid; gap: 14px; align-content: start; }
.su-demo-metrics div { padding: 18px; border-radius: 16px; }
.su-demo-metrics strong, .su-demo-metrics span { display: block; }
.su-demo-metrics strong { font-size: 0.95rem; color: currentColor; }
.su-demo-metrics span { margin-top: 5px; color: #66607f; font-size: 0.78rem; line-height: 1.45; }
.su-demo-metrics .is-blue-positive { color: #1f5fa8; background: rgba(36, 149, 232, 0.1); border: 1px solid rgba(36, 149, 232, 0.24); }
.su-demo-metrics .is-red { color: #b55263; background: rgba(181, 82, 99, 0.08); border: 1px solid rgba(181, 82, 99, 0.2); }
.su-demo-metrics .is-blue { color: #375aa9; background: rgba(55, 90, 169, 0.08); border: 1px solid rgba(55, 90, 169, 0.2); }
.su-demo-metrics .is-amber { color: #b46c1b; background: rgba(217, 198, 160, 0.22); border: 1px solid rgba(180, 108, 27, 0.18); }
.defensibility-section { color: white; background: var(--brand-navy); }
.defensibility-section h2 { color: white; }
.defensibility-section p { color: #cfc9ee; }

.about-hero { background: var(--cream); }
.mission-card { padding: 48px; background: var(--brand-navy); border-radius: 24px; box-shadow: none; }
.mission-card span { color: #b9a8ec; }
.mission-card p { color: #cfc9ee; }
.video-embed { border-radius: 8px; box-shadow: none; }

.editorial-hero { background: var(--brand-navy); }
.editorial-hero h1 { color: white; }
.editorial-hero .hero-text { color: #cfc9ee; }
.featured-article-section { background: white; }
.featured-article { display: grid; gap: 0; align-items: stretch; border: 1px solid rgba(22, 19, 58, 0.1); grid-template-columns: 1.05fr 0.95fr; }
.featured-article-copy { display: flex; min-width: 0; padding: clamp(36px, 5vw, 58px); flex-direction: column; justify-content: center; }
.featured-article-copy > p:not(.article-meta):not(.insight-type) { max-width: 580px; }
.featured-article-image { display: grid; overflow: hidden; min-height: 460px; color: white; background: var(--brand-navy); place-items: center; text-decoration: none; }
.featured-article-image img { width: 100%; height: 100%; object-fit: cover; }
.featured-article-image span { font-family: var(--font-display); font-size: 2rem; }
.featured-article h2 { font-size: clamp(2rem, 3.2vw, 2.75rem); }
.pagination { display: flex; margin-top: 48px; gap: 24px; align-items: center; justify-content: center; }
.pagination a { font-weight: 600; }

.article-header { padding: 176px 0 72px; background: var(--cream); }
.article-header-inner { max-width: 900px; }
.article-header h1 { font-size: clamp(3rem, 5vw, 4rem); }
.article-summary { max-width: 760px; color: var(--muted); font-size: 1.125rem; }
.article-pdf-link { margin-top: 24px; }
.article-video-embed { aspect-ratio: 16 / 9; margin-top: 64px; overflow: hidden; background: var(--brand-navy); border: 1px solid rgba(22, 19, 58, 0.12); border-radius: 8px; box-shadow: var(--shadow-soft); }
.article-video-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.article-hero-image { margin-top: 64px; }
.article-hero-image img { width: 100%; max-height: 650px; object-fit: cover; }
.article-body { max-width: 760px; padding-top: 80px; padding-bottom: 104px; color: #332f50; font-size: 1.08rem; }
.article-body h2 { margin-top: 56px; font-size: 2.25rem; }
.article-body h3 { margin-top: 40px; }
.article-body p, .article-body li { color: #494467; }
.article-body a { color: var(--brand-violet); }
.article-body blockquote { margin: 40px 0; padding: 8px 0 8px 28px; border-left: 3px solid var(--brand-violet); font-family: var(--font-display); font-size: 1.4rem; }
.article-body pre { overflow-x: auto; padding: 20px; background: var(--cream); border: 1px solid var(--line); }

.contact-hero { background: var(--cream); }
.contact-card { border-radius: 24px; box-shadow: none; }
.form-field input, .form-field select, .form-field textarea { border-radius: 14px; }
.final-cta { background: white; }
.cta-card { min-height: 290px; padding: 56px; background: radial-gradient(circle at 82% 18%, rgba(110, 97, 168, 0.36), transparent 32%), var(--brand-navy); border-radius: 28px; }

.site-footer { padding: 72px 0 28px; background: #0f0d2b; }
.footer-lead { display: flex; padding-bottom: 56px; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(185, 168, 236, 0.2); }
.footer-lead p { max-width: 460px; margin-bottom: 0; color: #cfc9ee; }
.footer-logo { width: 110px; }
.footer-grid { gap: 34px; margin-top: 48px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.footer-grid > div:first-child { grid-column: auto; }
.footer-grid strong { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-link-button { color: #cfc9ee; }
.text-nowrap { white-space: nowrap; }

.js [data-section-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }
.js [data-section-reveal].is-visible { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(2.5rem); transition: opacity 0.72s ease, clip-path 0.8s var(--motion-curve), filter 0.72s ease, transform 0.72s var(--motion-curve); transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform; }
.js [data-reveal="slide-left"]:not(.is-visible) { transform: translate3d(-2.75rem, 1.25rem, 0); }
.js [data-reveal="slide-right"]:not(.is-visible) { transform: translate3d(2.75rem, 1.25rem, 0); }
.js [data-reveal="scale"]:not(.is-visible) { transform: scale(0.96) translateY(1.4rem); }
.js [data-reveal="clip"]:not(.is-visible) { clip-path: inset(0 0 100% 0); transform: translateY(1.2rem); }
.js [data-reveal="soft"]:not(.is-visible) { filter: blur(8px); transform: translateY(1.5rem); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js [data-reveal="clip"].is-visible { clip-path: inset(0); }
.js [data-reveal="soft"].is-visible { filter: none; }
.section-heading[data-reveal]::after { display: block; width: 0; height: 1px; margin-top: 24px; background: linear-gradient(90deg, var(--brand-violet), rgba(110, 97, 168, 0)); content: ""; transition: width 0.78s var(--motion-curve) 0.16s; }
.section-heading[data-reveal].is-visible::after { width: 76px; }
.process-section .section-heading::after, .outcomes-section .section-heading::after, .defensibility-section .section-heading::after, .beta-workflows .section-heading::after, .beta-apply .section-heading::after { background: linear-gradient(90deg, #b9a8ec, rgba(255, 255, 255, 0.44)); }
.js [data-parallax], .js [data-tilt-card] { transform: perspective(1000px) translate3d(0, calc(var(--parallax-y, 0px) + var(--hover-lift, 0px)), 0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transform-style: preserve-3d; transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.16s linear; will-change: transform; }
.word-mask { display: inline-block; overflow: hidden; padding-block: 0.08em; margin-block: -0.08em; vertical-align: bottom; }
.word-mask > span { display: inline-block; transform: translateY(112%); transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1); }
.is-visible .word-mask > span, [data-section-reveal].is-visible .word-mask > span { transform: translateY(0); }
.word-mask:nth-child(2n) > span { transition-delay: 0.04s; }
.word-mask:nth-child(3n) > span { transition-delay: 0.08s; }
.word-mask:nth-child(4n) > span { transition-delay: 0.12s; }
.js [data-float-cards] .filter-panel { animation: float-card 7s ease-in-out infinite; }
.js [data-float-cards] .risk-panel { animation: float-card 7s ease-in-out 0.8s infinite reverse; }
.js .platform-visual, .js .platform-story-visual { animation: media-breathe 9s ease-in-out infinite; }
.js .burnt-hero-visual img, .js .burnt-card-media span, .js .burnt-console { animation: media-breathe 9s ease-in-out infinite; }

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

@keyframes media-breathe {
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.06); }
}

@keyframes shimmer-line {
  0%, 56% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes platform-scene-sweep {
  0%, 48% { transform: translateX(-110%); }
  78%, 100% { transform: translateX(110%); }
}

@keyframes platform-line-flow {
  to { stroke-dashoffset: -42; }
}

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

@keyframes platform-node-float-center {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-7px); }
}

@keyframes platform-node-float-output {
  0%, 100% { transform: translateX(50%) translateY(0); }
  50% { transform: translateX(50%) translateY(-7px); }
}

@keyframes platform-badge-pop {
  0% { transform: scale(0.9) rotate(0); }
  50% { transform: scale(1.14) rotate(-8deg); }
  100% { transform: scale(1) rotate(0); }
}

@keyframes supply-packet {
  0%, 12% { left: 12%; background: #2495e8; }
  30%, 38% { left: 36%; background: #ec5867; }
  56%, 64% { left: 60%; background: #2495e8; }
  82%, 92% { left: 84%; background: #f0a12f; }
  100% { left: 12%; background: #2495e8; }
}

@keyframes connector-flow {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes node-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 198, 160, 0.38); }
  50% { box-shadow: 0 0 0 10px rgba(217, 198, 160, 0); }
}

@keyframes platform-doc-scan {
  0%, 28% { transform: translateY(-100%); }
  64%, 100% { transform: translateY(100%); }
}

@keyframes platform-bar-fill {
  0%, 100% { transform: scaleY(0.72); }
  50% { transform: scaleY(1); }
}

@keyframes platform-chip-drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1050px) {
  .nav-menu { gap: 2px; }
  .nav-menu > a { padding-inline: 8px; font-size: 0.76rem; }
  .nav-cta { padding: 0 9px 0 12px; }
  .nav-cta span:last-child { width: 22px; height: 22px; }
  .enterprise-hero .hero-grid, .enterprise-page-hero .page-hero-grid { grid-template-columns: 1fr; }
  .enterprise-hero { min-height: auto; }
  .burnt-hero { background: #151338; }
  .burnt-hero-grid, .burnt-platform-grid { grid-template-columns: 1fr; }
  .burnt-hero-copy { padding: 72px 0 46px; }
  .burnt-hero-copy h1 { max-width: 12ch; font-size: clamp(3.05rem, 6vw, 4rem); line-height: 1.04; }
  .burnt-hero-visual { min-height: 420px; background: #151338; border-top: 1px solid rgba(22, 19, 58, 0.1); border-left: 0; }
  .burnt-hero-visual img { width: 100%; height: 420px; margin-left: 0; }
  .burnt-card-grid { grid-template-columns: 1fr; }
  .burnt-card-grid article + article { border-top: 1px solid rgba(22, 19, 58, 0.1); border-left: 0; }
  .burnt-simple-grid { grid-template-columns: 1fr 1fr; }
  .problem-grid, .benchmark-grid { grid-template-columns: 1fr; }
  .platform-visual { width: min(100%, 760px); }
  .platform-plain-grid { grid-template-columns: 1fr; }
  .platform-plain-card { max-width: 560px; }
  .platform-plain-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-scene { min-height: 520px; }
  .platform-scene-workflow { top: 42px; left: 24px; width: calc(100% - 48px); height: 420px; }
  .platform-scene-canvas { height: 270px; }
  .platform-mini-node { width: 140px; min-height: 78px; padding: 11px 12px; }
  .platform-mini-node strong { font-size: 0.76rem; }
  .platform-mini-node small { font-size: 0.62rem; }
  .platform-mini-node-input { top: 28px; left: 28px; }
  .platform-mini-node-doc { top: 28px; right: 28px; left: auto; }
  .platform-mini-node-search { bottom: 28px; left: 28px; right: auto; }
  .platform-mini-node-output { right: 28px; bottom: 28px; }
  .platform-scene-doc { right: 18px; bottom: 28px; width: min(270px, 48%); }
  .platform-scene-risk { top: auto; bottom: 22px; left: 20px; width: min(250px, 46%); }
  .platform-data-chip-two { display: none; }
  .platform-lab-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-lab-workspace { grid-template-columns: 1fr; }
  .platform-lab-inspector { border-top: 1px solid rgba(22, 19, 58, 0.1); border-left: 0; }
  .su-builder { grid-template-columns: 160px minmax(0, 1fr); min-height: 720px; }
  .su-builder-sidebar { padding: 20px 12px; }
  .su-builder-menu span { font-size: 0.72rem; }
  .su-builder-inspector { border-top: 1px solid rgba(22, 19, 58, 0.1); border-left: 0; grid-column: 2; grid-template-areas: "label copy" "title output" "stats stats"; grid-template-columns: 1fr 1fr; }
  .su-builder-stages { overflow-x: auto; padding-inline: 22px; justify-content: start; }
  .su-builder-main { overflow-x: auto; }
  .su-demo-tab-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .su-flow-toolbar { align-items: start; flex-direction: column; }
  .su-flow-canvas { min-width: 840px; }
  .su-module-layout { grid-template-columns: 1fr; }
  .su-demo-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .expertise-grid, .outcome-grid { grid-template-columns: 1fr 1fr; }
  .expertise-grid article:nth-child(odd), .outcome-grid article:nth-child(odd) { border-left: 0; }
  .insights-hero-grid, .featured-article { grid-template-columns: 1fr; }
  .insight-video-card { grid-template-columns: 1fr; }
  .insight-video-frame { border-right: 0; border-bottom: 1px solid rgba(185, 168, 236, 0.18); }
  .featured-article-image { min-height: 340px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .shell, .nav-shell { width: min(100% - 40px, 1200px); }
  .section { padding: 64px 0; }
  .site-header, .site-header.is-scrolled { padding: 10px 0 0; }
  .nav-shell { min-height: 58px; padding: 0 8px 0 14px; }
  .brand { min-height: 46px; padding-right: 0; border-right: 0; }
  .brand img { width: 88px; height: 42px; }
  .nav-menu { top: 76px; gap: 6px; border-radius: 18px; }
  .nav-menu > a { min-height: 48px; padding-inline: 16px; justify-content: start; font-size: 0.95rem; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown::after { display: none; }
  .nav-dropdown-trigger { min-height: 48px; padding-inline: 16px; justify-content: start; font-size: 0.95rem; }
  .nav-dropdown-menu { position: static; min-width: 0; margin: 0 10px 8px; padding: 4px; background: rgba(247, 245, 252, 0.9); box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-menu:has(a:hover) > a:not(:hover) { opacity: 1; }
  .nav-cta { margin-left: 0; justify-content: center; }
  .enterprise-hero, .page-hero, .article-header { padding-top: 128px; padding-bottom: 64px; }
  .enterprise-hero .hero-copy h1, .page-hero h1, .article-header h1 { font-size: 2.45rem; }
  .enterprise-hero .hero-text { font-size: 1rem; line-height: 1.62; }
  .enterprise-hero .audience-line { display: none; }
  .insights-hero, .insights-hero-refined { padding-bottom: 58px; }
  .insights-hero-refined h1 { font-size: 2.7rem; }
  .insights-hero-grid { gap: 28px; }
  .insight-video-card + .insight-video-card { margin-top: 22px; }
  .insight-video-copy { padding: 24px; }
  .featured-article-copy { padding: 28px; }
  .featured-article-image { min-height: 260px; }
  .insight-media-icon { width: 78px; height: 78px; }
  .insight-media-icon svg { width: 34px; height: 34px; }
  .elearning-hero-image { min-height: 360px; }
  .elearning-hero-image img { min-height: 360px; }
  .elearning-hero-image figcaption { right: 20px; bottom: 20px; left: 20px; }
  .burnt-hero { padding-top: 64px; }
  .burnt-hero-grid { min-height: auto; border-right: 0; border-left: 0; }
  .burnt-hero-copy { padding: 60px 0 38px; }
  .burnt-hero-copy h1 { max-width: 100%; font-size: 2.85rem; line-height: 1.06; }
  .burnt-hero-copy p { font-size: 1rem; }
  .burnt-hero-visual { min-height: 330px; }
  .burnt-hero-visual img { height: 330px; }
  .burnt-hero-visual figcaption { top: 22%; left: 22px; max-width: 220px; font-size: 1.25rem; }
  .burnt-proof { border-right: 0; border-left: 0; grid-template-columns: 1fr; }
  .burnt-proof article + article { border-left: 0; }
  .burnt-card-grid, .burnt-simple-grid, .regulatory-depth-grid { border-right: 1px solid rgba(22, 19, 58, 0.1); grid-template-columns: 1fr; }
  .complexity-grid { grid-template-columns: 1fr; }
  .burnt-card-grid article { min-height: auto; }
  .burnt-card-media { min-height: 210px; }
  .burnt-card-media span { font-size: 2.4rem; }
  .burnt-console { min-height: auto; }
  .burnt-simple-grid article:first-child { grid-column: auto; }
  .platform-visual::before { inset: -10px; }
  .platform-plain-grid { gap: 34px; margin-bottom: 30px; }
  .platform-plain-card { min-height: 220px; }
  .platform-plain-steps { grid-template-columns: 1fr; }
  .platform-plain-steps article { min-height: auto; padding: 26px 22px; }
  .platform-plain-steps span { margin-bottom: 22px; }
  .pillar-grid, .service-grid, .comparison-grid, .problem-grid, .benchmark-grid, .capability-row, .process-layout, .expertise-grid, .expertise-band .expertise-grid, .outcome-grid, .article-grid, .featured-article { grid-template-columns: 1fr; }
  .platform-lab-frame { border-radius: 20px; }
  .platform-lab-toolbar { grid-template-columns: 1fr; }
  .platform-lab-toolbar button { min-height: 54px; justify-content: start; text-align: left; }
  .platform-lab-canvas { padding: 24px; gap: 14px; grid-template-columns: 1fr; }
  .platform-lab-canvas::before { inset: 12px; background-size: 34px 34px; border-radius: 16px; }
  .platform-lab-node { min-height: 140px; }
  .platform-lab-node span { margin-bottom: 24px; }
  .platform-lab-connector { position: relative; top: auto; left: auto !important; width: 2px !important; height: 28px; margin: -6px auto; background: linear-gradient(180deg, rgba(110, 97, 168, 0.24), rgba(36, 149, 232, 0.72)); transform: none; }
  .platform-lab-metrics { grid-template-columns: 1fr; }
  .su-builder { display: block; min-height: 0; border-radius: 20px; }
  .su-builder-sidebar { display: none; }
  .su-builder-header, .su-builder-toolbar, .su-builder-footer { align-items: start; flex-direction: column; }
  .su-builder-status { justify-content: start; }
  .su-builder-stages { gap: 8px; padding-inline: 12px; grid-template-columns: repeat(4, max-content); }
  .su-builder-stages span { min-height: 38px; padding-inline: 14px; font-size: 0.72rem; white-space: nowrap; }
  .su-builder-canvas { min-width: 760px; min-height: 500px; }
  .su-agent-node { width: 200px; }
  .su-agent-head { min-height: 64px; padding: 12px 14px; }
  .su-agent-head span { width: 34px; height: 34px; }
  .su-agent-head strong { font-size: 0.9rem; }
  .su-agent-body { padding: 14px; }
  .su-builder-inspector { padding: 24px 18px; }
  .su-builder-inspector, .su-builder-inspector > .eyebrow, .su-builder-inspector > h3, .su-builder-inspector > p:not(.eyebrow), .su-builder-inspector > div, .su-builder-inspector dl { display: block; grid-column: auto; grid-row: auto; margin-top: 0; }
  .su-builder-inspector > * + * { margin-top: 16px; }
  .su-demo-tab-list { grid-template-columns: 1fr; }
  .su-demo-tab-list button { min-height: 50px; justify-content: start; text-align: left; }
  .su-flow-wrap { overflow-x: auto; }
  .su-flow-toolbar { min-width: 760px; }
  .su-flow-canvas { min-width: 760px; min-height: 500px; }
  .su-flow-node { width: 200px; }
  .su-flow-node-title { min-height: 58px; }
  .su-module-layout { padding: 18px; }
  .su-demo-choice-grid, .su-demo-choice-grid-three, .su-demo-metrics { grid-template-columns: 1fr; }
  .su-module-title { min-height: 76px; padding: 16px 18px; }
  .su-module-title span { width: 42px; height: 42px; }
  .su-module-title strong { font-size: 1.08rem; }
  .su-module-body { padding: 18px; }
  .impact-bar { padding: 24px; gap: 14px; align-items: start; flex-direction: column; }
  .benchmark-card { min-height: auto; }
  .agent-card-grid { grid-template-columns: 1fr; }
  .pillar-grid article, .capability-row article, .capability-row article + article { min-height: auto; padding: 28px 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .pillar-grid article + article { border-left: 0; }
  .pillar-grid span { margin-bottom: 24px; }
  .process-layout { gap: 48px; }
  .outcome-grid article, .outcome-grid article + article { min-height: auto; padding: 28px 0; border-bottom: 1px solid rgba(185, 168, 236, 0.28); border-left: 0; }
  .outcome-grid span { margin-bottom: 20px; }
  .platform-story-visual { padding: 12px; }
  .featured-article { gap: 32px; }
  .featured-article-image { min-height: 240px; }
  .footer-lead { gap: 32px; align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .article-body { padding-top: 56px; padding-bottom: 64px; }
}

@media (max-width: 560px) {
  .platform-scene { min-height: 470px; border-radius: 20px; }
  .platform-scene-workflow { top: 28px; left: 14px; width: calc(100% - 28px); height: 410px; border-radius: 18px; }
  .platform-scene-header { min-height: 70px; padding: 14px 16px; }
  .platform-scene-header em { padding: 7px 10px; font-size: 0.62rem; }
  .platform-scene-canvas { height: 280px; }
  .platform-scene-layer header strong { font-size: 0.82rem; }
  .platform-scene-lines { display: none; }
  .platform-mini-node { width: calc(50% - 22px); min-height: 72px; padding: 10px; border-radius: 13px; animation: none; }
  .platform-mini-node span { width: 24px; height: 24px; margin-bottom: 5px; border-radius: 8px; font-size: 0.58rem; }
  .platform-mini-node strong { font-size: 0.66rem; }
  .platform-mini-node small { font-size: 0.58rem; }
  .platform-mini-node-input { top: 18px; left: 14px; }
  .platform-mini-node-doc { top: 18px; right: 14px; left: auto; transform: none; }
  .platform-mini-node-search { top: auto; bottom: 58px; left: 14px; right: auto; }
  .platform-mini-node-output { right: 14px; bottom: 58px; left: auto; transform: none; }
  .platform-scene-footer { min-height: 54px; padding-inline: 16px; gap: 10px; font-size: 0.58rem; }
  .platform-scene-doc, .platform-scene-risk { right: auto; left: 18px; width: calc(100% - 36px); min-height: 0; transform: translate3d(0, 0, 0); }
  .platform-scene-risk { bottom: 20px; min-height: 154px; }
  .platform-scene-doc { bottom: 188px; padding: 14px; }
  .platform-doc-preview { display: none; }
  .platform-evidence-list { grid-template-columns: 1fr; }
  .platform-evidence-list span, .platform-risk-row { min-height: 32px; font-size: 0.68rem; }
  .platform-risk-bars { display: none; }
  .platform-data-chip { min-height: 32px; padding-inline: 11px; font-size: 0.64rem; }
  .platform-data-chip-one { top: 12px; right: 14px; }
  .platform-data-chip-three { right: 14px; bottom: 174px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  .js [data-reveal], .js [data-section-reveal], .js [data-parallax], .js [data-tilt-card], .word-mask > span { opacity: 1; transform: none; }
  .phrase-highlight { background-size: 100% 0.36em; }
}
