:root {
  --ink: #151525;
  --ink-soft: #5d5e70;
  --paper: #ffffff;
  --paper-soft: #f4f4f8;
  --line: rgba(27, 27, 50, 0.12);
  --violet: #6250f4;
  --violet-dark: #4836dc;
  --violet-soft: #ebe8ff;
  --night: #121225;
  --night-2: #1a1934;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(24, 20, 70, 0.12);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-tint { background: var(--paper-soft); }
.section-dark { color: #fff; background: var(--night); }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--violet); border-radius: 10px; transition: .2s; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255,255,255,.88); border-color: var(--line); box-shadow: 0 8px 30px rgba(22, 20, 54, .06); backdrop-filter: blur(16px); }
.site-header:not(.scrolled) .brand-text b,
.site-header:not(.scrolled) .main-nav a:not(.nav-cta) { color: #fff; }
.site-header:not(.scrolled) .brand-text small { color: rgba(255,255,255,.52); }
.site-header:not(.scrolled) .nav-cta { color: var(--ink); background: #fff; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 48px; height: 48px; filter: drop-shadow(0 8px 14px rgba(58, 42, 194, .18)); }
.brand-text { display: grid; line-height: 1.15; }
.brand-text b { font-size: 18px; letter-spacing: -.02em; }
.brand-text small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--violet); transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 16px; color: #fff; background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--line); background: #fff; border-radius: 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 99px; }

.hero { position: relative; min-height: 820px; padding: 164px 0 90px; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 46%, #312b70 0, #1b193b 32%, #121225 68%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(to bottom, transparent, rgba(8,8,18,.35)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .5; }
.hero-orb-one { width: 420px; height: 420px; top: -230px; right: 8%; background: radial-gradient(circle, rgba(111,91,255,.85), transparent 68%); }
.hero-orb-two { width: 330px; height: 330px; bottom: -180px; left: 22%; background: radial-gradient(circle, rgba(95,69,235,.58), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.hero-copy { padding-top: 8px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #6b6b7f; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(48px, 6vw, 76px); line-height: .99; letter-spacing: -.055em; }
h1 em, h2 em { color: #a89cff; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 670px; margin-bottom: 36px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 0; border-radius: 14px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #7b69ff, #5744ed); box-shadow: 0 16px 30px rgba(91,70,237,.28); }
.button-primary:hover { box-shadow: 0 20px 40px rgba(91,70,237,.4); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.hero-trust { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 18px 28px; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-trust span { display: inline-flex; align-items: center; gap: 9px; }
.hero-trust span::before { content: ""; width: 5px; height: 5px; background: #9a8dff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(154,141,255,.12); }

.system-card { position: relative; min-height: 560px; padding: 24px; border: 1px solid rgba(255,255,255,.15); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 35px 80px rgba(4,3,16,.36); border-radius: 30px; backdrop-filter: blur(22px); }
.system-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.055); border-radius: 23px; pointer-events: none; }
.system-card-top { position: relative; z-index: 4; display: flex; align-items: center; gap: 14px; }
.system-card-top img { width: 54px; height: 54px; }
.system-card-top div { display: grid; line-height: 1.3; }
.system-card-top b { font-size: 15px; }
.system-card-top small { color: rgba(255,255,255,.55); font-size: 12px; }
.live-dot { width: 8px; height: 8px; margin-left: auto; background: #6de6bc; border-radius: 50%; box-shadow: 0 0 0 7px rgba(109,230,188,.12); }
.system-core { position: relative; height: 395px; margin-top: 18px; }
.core-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(165,151,255,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 300px; height: 300px; }
.ring-two { width: 210px; height: 210px; border-style: dashed; animation: rotate 22s linear infinite; }
.core-center { position: absolute; left: 50%; top: 50%; width: 128px; height: 128px; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at 35% 30%, #7664ff, #4735d4); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 18px 45px rgba(75,55,210,.38); border-radius: 42px; transform: translate(-50%,-50%) rotate(45deg); }
.core-center b, .core-center span { transform: rotate(-45deg); }
.core-center b { font-size: 29px; line-height: 1; }
.core-center span { margin-top: -2px; color: rgba(255,255,255,.68); font-size: 11px; }
.satellite { position: absolute; min-width: 88px; padding: 9px 12px; text-align: center; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.12); background: rgba(13,12,31,.72); border-radius: 999px; font-size: 11px; font-weight: 700; box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.satellite-1 { left: 50%; top: 16px; transform: translateX(-50%); }
.satellite-2 { right: 18px; top: 102px; }
.satellite-3 { right: 28px; bottom: 67px; }
.satellite-4 { left: 50%; bottom: 12px; transform: translateX(-50%); }
.satellite-5 { left: 24px; bottom: 70px; }
.satellite-6 { left: 20px; top: 104px; }
.system-footer { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.system-footer span { padding: 10px; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.04); border-radius: 10px; font-size: 10px; }
.system-footer i { width: 6px; height: 6px; background: #8c7eff; border-radius: 50%; }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }

.section-heading h2 { max-width: 740px; margin-bottom: 0; font-size: clamp(39px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading h2 em { color: var(--violet); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.heading-row > p { max-width: 390px; margin: 0 0 6px; color: var(--ink-soft); }
.section-dark .heading-row > p { color: rgba(255,255,255,.6); }

.intro-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.intro-copy { padding-top: 43px; }
.large-copy { max-width: 780px; margin-bottom: 55px; color: #353548; font-size: 24px; line-height: 1.55; letter-spacing: -.015em; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.principles article { padding-top: 20px; border-top: 1px solid var(--line); }
.principles b { color: var(--violet); font-size: 12px; letter-spacing: .08em; }
.principles h3 { margin: 16px 0 8px; font-size: 18px; }
.principles p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 380px; padding: 30px; overflow: hidden; border: 1px solid var(--line); background: #fff; border-radius: 22px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -105px; background: radial-gradient(circle, rgba(98,80,244,.17), transparent 70%); transition: transform .35s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(98,80,244,.32); box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.35); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--violet); background: var(--violet-soft); border-radius: 14px; }
.service-icon svg { width: 25px; height: 25px; }
.service-num { position: absolute; right: 26px; top: 27px; color: #a4a4b2; font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 28px 0 12px; font-size: 24px; line-height: 1.2; letter-spacing: -.02em; }
.service-card p { min-height: 78px; color: var(--ink-soft); font-size: 14px; }
.service-card ul { margin: 22px 0 0; padding: 20px 0 0; display: grid; gap: 7px; border-top: 1px solid var(--line); list-style: none; }
.service-card li { display: flex; align-items: center; gap: 9px; color: #444457; font-size: 13px; }
.service-card li::before { content: ""; width: 5px; height: 5px; background: var(--violet); border-radius: 50%; }

.outcomes { padding-top: 130px; padding-bottom: 130px; }
.outcomes-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; }
.outcomes-panel { position: sticky; top: 110px; min-height: 530px; padding: 44px; color: #fff; background: linear-gradient(145deg, #17172d, #292452); border-radius: 28px; overflow: hidden; }
.outcomes-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -180px; bottom: -180px; background: radial-gradient(circle, rgba(111,91,255,.75), transparent 68%); }
.outcomes-panel h2 { position: relative; z-index: 2; margin-bottom: 24px; font-size: clamp(38px, 4vw, 57px); line-height: 1.07; letter-spacing: -.045em; }
.outcomes-panel p:not(.eyebrow) { position: relative; z-index: 2; max-width: 510px; color: rgba(255,255,255,.66); }
.text-link { position: relative; z-index: 2; margin-top: 28px; display: inline-flex; gap: 12px; align-items: center; color: #fff; font-weight: 750; }
.text-link span { color: #a89cff; }
.outcomes-list { display: grid; }
.outcomes-list article { padding: 32px 28px; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.outcomes-list article:first-child { border-top: 1px solid var(--line); }
.outcomes-list > article > span { color: var(--violet); font-size: 12px; font-weight: 800; }
.outcomes-list h3 { margin-bottom: 8px; font-size: 22px; }
.outcomes-list p { margin-bottom: 0; color: var(--ink-soft); }

.process-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; list-style: none; }
.process-steps-visual .process-card { position: relative; min-height: 430px; padding: 24px; display: grid; grid-template-rows: auto 1fr auto; gap: 18px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); border-radius: 24px; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.process-steps-visual .process-card::after { content: ""; position: absolute; inset: auto -25% -40% auto; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(111,91,255,.18), transparent 65%); pointer-events: none; }
.process-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.process-index { color: #9d91ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.process-tag { padding: 7px 10px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.process-infographic { min-height: 150px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border-radius: 18px; overflow: hidden; }
.process-body h3 { margin-bottom: 10px; font-size: 25px; }
.process-body p { margin-bottom: 0; color: rgba(255,255,255,.57); font-size: 14px; }

/* diagnostic */
.diag-panel { width: calc(100% - 26px); height: calc(100% - 26px); padding: 18px; display: grid; align-content: end; border-radius: 14px; background: rgba(10,9,27,.38); }
.diag-bars { height: 94px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.diag-bars i { flex: 1; border-radius: 10px 10px 4px 4px; background: linear-gradient(180deg, #9d91ff, #5d4cec); animation: barPulse 2.8s ease-in-out infinite; transform-origin: bottom; }
.diag-bars i:nth-child(1) { height: 42%; animation-delay: 0s; }
.diag-bars i:nth-child(2) { height: 88%; animation-delay: .2s; }
.diag-bars i:nth-child(3) { height: 65%; animation-delay: .4s; }
.diag-bars i:nth-child(4) { height: 76%; animation-delay: .6s; }
.diag-legend { margin-top: 14px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
@keyframes barPulse { 0%,100% { transform: scaleY(.82); opacity: .82; } 50% { transform: scaleY(1.05); opacity: 1; } }

/* design */
.design-map { position: relative; width: calc(100% - 26px); height: calc(100% - 26px); border-radius: 14px; background: rgba(10,9,27,.38); }
.design-node { position: absolute; padding: 8px 10px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.08); border-radius: 12px; font-size: 10px; font-weight: 700; text-align: center; box-shadow: 0 10px 20px rgba(0,0,0,.12); }
.design-node.main { left: 50%; top: 50%; min-width: 78px; transform: translate(-50%,-50%); background: linear-gradient(135deg, rgba(123,105,255,.45), rgba(87,68,237,.4)); }
.design-node.node-a { left: 16px; top: 20px; }
.design-node.node-b { right: 16px; top: 46px; }
.design-node.node-c { left: 50%; bottom: 18px; transform: translateX(-50%); }
.design-link { position: absolute; left: 50%; top: 50%; height: 2px; transform-origin: left center; background: linear-gradient(90deg, rgba(157,145,255,.15), rgba(157,145,255,.95), rgba(157,145,255,.15)); background-size: 160px 100%; animation: dataFlow 3s linear infinite; }
.design-map .link-a { width: 96px; transform: translate(-4px,-22px) rotate(-155deg); }
.design-map .link-b { width: 88px; transform: translate(4px,-5px) rotate(-22deg); }
.design-map .link-c { width: 78px; transform: translate(-2px,24px) rotate(78deg); }
@keyframes dataFlow { from { background-position: -120px 0; } to { background-position: 120px 0; } }

/* implementation */
.implementation-panel { width: calc(100% - 26px); height: calc(100% - 26px); padding: 22px 16px 16px; display: grid; align-content: center; border-radius: 14px; background: rgba(10,9,27,.38); }
.implementation-track { height: 6px; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 999px; }
.implementation-track span { display: block; width: 36%; height: 100%; background: linear-gradient(90deg, #7b69ff, #b0a6ff); border-radius: 999px; animation: trackMove 3.2s ease-in-out infinite; }
.implementation-points { margin-top: -11px; display: flex; justify-content: space-between; }
.implementation-points i { width: 16px; height: 16px; border: 3px solid #0f0e22; background: #7b69ff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(123,105,255,.18); animation: pointGlow 2.4s ease-in-out infinite; }
.implementation-points i:nth-child(2) { animation-delay: .35s; }
.implementation-points i:nth-child(3) { animation-delay: .7s; }
.implementation-labels { margin-top: 18px; display: flex; justify-content: space-between; gap: 8px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
@keyframes trackMove { 0% { width: 22%; } 55% { width: 92%; } 100% { width: 46%; } }
@keyframes pointGlow { 0%,100% { transform: scale(1); box-shadow: 0 0 0 4px rgba(123,105,255,.18); } 50% { transform: scale(1.12); box-shadow: 0 0 0 8px rgba(123,105,255,.08); } }

/* control */
.control-panel { width: calc(100% - 26px); height: calc(100% - 26px); padding: 14px 18px; display: grid; grid-template-columns: 112px 1fr; gap: 18px; align-items: center; border-radius: 14px; background: rgba(10,9,27,.38); }
.control-ring { position: relative; width: 112px; height: 112px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: conic-gradient(#8f82ff 0 78%, rgba(255,255,255,.08) 78% 100%); animation: ringSweep 4s ease-in-out infinite; }
.control-ring::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: #17172d; }
.control-ring b, .control-ring span { position: relative; z-index: 2; }
.control-ring b { font-size: 20px; line-height: 1; }
.control-ring span { margin-top: 4px; display: block; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.control-wave { display: flex; align-items: end; gap: 8px; height: 88px; }
.control-wave i { flex: 1; border-radius: 999px; background: linear-gradient(180deg, rgba(176,166,255,.95), rgba(93,76,236,.55)); animation: waveMove 2.6s ease-in-out infinite; }
.control-wave i:nth-child(1) { height: 34%; }
.control-wave i:nth-child(2) { height: 62%; animation-delay: .2s; }
.control-wave i:nth-child(3) { height: 48%; animation-delay: .4s; }
.control-wave i:nth-child(4) { height: 84%; animation-delay: .6s; }
@keyframes ringSweep { 0%,100% { background: conic-gradient(#8f82ff 0 72%, rgba(255,255,255,.08) 72% 100%); } 50% { background: conic-gradient(#8f82ff 0 86%, rgba(255,255,255,.08) 86% 100%); } }
@keyframes waveMove { 0%,100% { transform: scaleY(.82); opacity: .75; } 50% { transform: scaleY(1.08); opacity: 1; } }

.org-chart { position: relative; padding: 30px 18px 10px; }
.org-node { position: relative; z-index: 2; padding: 20px; text-align: center; border: 1px solid var(--line); background: #fff; border-radius: 16px; box-shadow: 0 14px 35px rgba(26,22,74,.06); }
.org-node small, .org-node span { display: block; margin-bottom: 4px; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.org-node b { display: block; font-size: 16px; line-height: 1.25; }
.org-board { width: min(450px, 90%); margin-inline: auto; border-color: rgba(98,80,244,.32); }
.org-director { width: min(520px, 94%); margin: 38px auto 72px; color: #fff; border-color: transparent; background: var(--ink); }
.org-director small { color: #afa5ff; }
.org-director span { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.org-line { position: absolute; z-index: 0; background: #cbc7ee; }
.org-line.vertical { width: 1px; height: 38px; left: 50%; top: 93px; }
.org-line.vertical.second { top: 238px; height: 70px; }
.org-line.horizontal { left: 8.33%; right: 8.33%; top: 307px; height: 1px; }
.org-departments { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.org-departments::before { content: ""; position: absolute; left: 0; right: 0; top: -20px; height: 20px; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(8.33% - .5px), #cbc7ee calc(8.33% - .5px), #cbc7ee calc(8.33% + .5px), transparent calc(8.33% + .5px), transparent 16.66%); }
.org-departments .org-node { min-height: 116px; display: grid; place-content: center; }
.org-departments .org-node b { font-size: 13px; }

.documents-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.documents-layout .section-heading p:last-child { margin-top: 24px; color: var(--ink-soft); }
.document-list { display: grid; gap: 14px; }
.document-card { padding: 22px; display: grid; grid-template-columns: 60px 1fr 32px; gap: 18px; align-items: center; border: 1px solid var(--line); background: #fff; border-radius: 18px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.document-card:hover { transform: translateX(5px); border-color: rgba(98,80,244,.34); box-shadow: 0 18px 45px rgba(28,24,70,.09); }
.doc-icon { width: 60px; height: 60px; display: grid; place-items: center; color: var(--violet); background: var(--violet-soft); border-radius: 15px; font-size: 11px; font-weight: 900; }
.document-card div { display: grid; }
.document-card b { font-size: 17px; }
.document-card small { margin-top: 4px; color: var(--ink-soft); }
.document-card i { color: var(--violet); font-style: normal; font-size: 22px; }

.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 18px; font-weight: 750; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--violet); font-size: 25px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 56px 24px 0; color: var(--ink-soft); }

.contact { padding-top: 20px; }
.contact-card { min-height: 390px; padding: 56px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; color: #fff; background: linear-gradient(130deg, #17172d 0%, #26204e 57%, #5947e8 130%); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.contact-card::after { content: ""; position: absolute; width: 390px; height: 390px; right: -120px; bottom: -210px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.contact-card > * { position: relative; z-index: 2; }
.contact-card h2 { max-width: 790px; margin-bottom: 18px; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.contact-card p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.62); }
.contact-actions { display: grid; justify-items: start; gap: 18px; }
.contact-actions > span { color: rgba(255,255,255,.54); font-size: 13px; }

.site-footer { margin-top: 110px; padding: 56px 0 26px; color: #fff; background: #0e0e1b; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-bottom: 36px; }
.brand-footer .brand-text small { color: rgba(255,255,255,.45); }
.footer-links { display: flex; flex-wrap: wrap; gap: 26px; color: rgba(255,255,255,.67); font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }

.contact-modal { width: min(660px, calc(100% - 28px)); padding: 34px; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(15,13,42,.35); }
.contact-modal::backdrop { background: rgba(11,10,25,.72); backdrop-filter: blur(8px); }
.modal-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 1px solid var(--line); background: var(--paper-soft); border-radius: 12px; cursor: pointer; font-size: 24px; }
.modal-copy h2 { margin-bottom: 12px; font-size: 34px; line-height: 1.08; letter-spacing: -.035em; }
.modal-copy > p:last-child { color: var(--ink-soft); font-size: 14px; }
.contact-modal form { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-modal label { display: grid; gap: 7px; color: #4d4d60; font-size: 12px; font-weight: 750; }
.contact-modal label:nth-child(4), .contact-modal form .button, .form-status { grid-column: 1 / -1; }
.contact-modal input, .contact-modal textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); outline: none; background: #fff; border-radius: 12px; transition: border .2s, box-shadow .2s; }
.contact-modal input:focus, .contact-modal textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(98,80,244,.1); }
.contact-modal textarea { resize: vertical; }
.form-status { min-height: 22px; margin: 0; color: #4d4d60; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(98,80,244,.45); outline-offset: 3px; }

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero-layout { gap: 36px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .org-departments { grid-template-columns: repeat(3,1fr); }
  .org-line.horizontal, .org-departments::before { display: none; }
  .org-director { margin-bottom: 32px; }
  .org-line.vertical.second { display: none; }
}

@media (max-width: 820px) {
  .section { padding: 88px 0; }
  .site-header { background: rgba(255,255,255,.92); border-color: var(--line); backdrop-filter: blur(16px); }
  .site-header:not(.scrolled) .brand-text b { color: var(--ink); }
  .site-header:not(.scrolled) .brand-text small { color: var(--ink-soft); }
  .site-header:not(.scrolled) .main-nav a:not(.nav-cta) { color: var(--ink); }
  .site-header:not(.scrolled) .nav-cta { color: #fff; background: var(--ink); }
  .header-inner { min-height: 72px; }
  .brand img { width: 42px; height: 42px; }
  .main-nav { position: fixed; left: 20px; right: 20px; top: 82px; padding: 18px; display: grid; gap: 8px; border: 1px solid var(--line); background: #fff; border-radius: 18px; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .2s; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a, .main-nav a:not(.nav-cta) { display: block; padding: 10px 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 126px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(600px, 100%); margin-inline: auto; }
  .intro-layout, .outcomes-layout, .documents-layout, .faq-layout, .contact-card { grid-template-columns: 1fr; gap: 50px; }
  .intro-copy { padding-top: 0; }
  .principles { grid-template-columns: 1fr; }
  .heading-row { display: grid; gap: 24px; }
  .outcomes-panel { position: relative; top: 0; min-height: auto; }
  .documents-layout { gap: 38px; }
  .contact-card { padding: 42px 34px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .section { padding: 72px 0; }
  .brand-text small { display: none; }
  .hero { padding-top: 112px; }
  h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .system-card { min-height: 500px; padding: 18px; }
  .system-core { height: 350px; }
  .ring-one { width: 250px; height: 250px; }
  .ring-two { width: 175px; height: 175px; }
  .core-center { width: 108px; height: 108px; border-radius: 34px; }
  .satellite { min-width: 73px; padding: 7px 9px; font-size: 9px; }
  .satellite-2, .satellite-3 { right: 0; }
  .satellite-5, .satellite-6 { left: 0; }
  .system-footer { grid-template-columns: 1fr; }
  .service-grid, .process-steps, .org-departments { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: 0; }
  .large-copy { font-size: 20px; }
  .outcomes-panel, .contact-card { padding: 30px 24px; }
  .outcomes-list article { padding-inline: 6px; grid-template-columns: 38px 1fr; }
  .process-steps-visual .process-card { min-height: 360px; }
  .control-panel { grid-template-columns: 1fr; justify-items: center; }
  .control-wave { width: 100%; }
  .org-chart { padding-inline: 0; }
  .document-card { grid-template-columns: 50px 1fr 22px; padding: 16px; gap: 13px; }
  .doc-icon { width: 50px; height: 50px; }
  .document-card b { font-size: 14px; }
  .document-card small { font-size: 11px; }
  .accordion summary { font-size: 16px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-modal { padding: 28px 20px; }
  .contact-modal form { grid-template-columns: 1fr; }
  .contact-modal label, .contact-modal label:nth-child(4), .contact-modal form .button, .form-status { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Educational platform */
.education { padding-top: 30px; }
.education-card { position: relative; min-height: 580px; padding: 64px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(135deg, #151528 0%, #24204b 55%, #5d4cec 130%); border-radius: 30px; box-shadow: var(--shadow); }
.education-card::before { content: ""; position: absolute; width: 500px; height: 500px; right: -190px; top: -230px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 95px rgba(255,255,255,.025), 0 0 0 190px rgba(255,255,255,.015); }
.education-card > * { position: relative; z-index: 2; }
.education-copy h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; }
.education-copy h2 em { color: #aa9fff; font-style: normal; }
.education-lead { max-width: 690px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.education-features { margin: 30px 0; display: grid; gap: 12px; }
.education-features article { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.education-features b { color: #a99eff; font-size: 11px; letter-spacing: .12em; }
.learning-window { overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 24px; box-shadow: 0 28px 75px rgba(8,7,27,.35); backdrop-filter: blur(16px); transform: rotate(1.8deg); }
.learning-bar { height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 11px; }
.learning-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); }
.learning-bar span { margin-left: 8px; }
.learning-content { padding: 30px; }
.learning-mark { display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-items: center; }
.learning-mark img { grid-row: 1 / 3; border-radius: 13px; }
.learning-mark b { font-size: 16px; }
.learning-mark small { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.learning-progress { margin-top: 38px; padding: 24px; background: rgba(9,8,29,.3); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; }
.learning-progress > span { color: #a99eff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.learning-progress > b { margin: 9px 0 20px; display: block; font-size: 21px; }
.learning-progress > div { height: 7px; overflow: hidden; background: rgba(255,255,255,.11); border-radius: 99px; }
.learning-progress > div i { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, #7664ff, #b0a6ff); border-radius: 99px; }
.learning-progress small { margin-top: 12px; display: block; color: rgba(255,255,255,.45); }
.learning-modules { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.learning-modules span { padding: 12px; text-align: center; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); border-radius: 11px; font-size: 11px; }

/* Audit form */
.audit { padding-top: 30px; }
.audit-card { position: relative; padding: 64px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; color: #fff; background: linear-gradient(130deg, #17172d 0%, #26204e 58%, #5947e8 135%); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
.audit-card::after { content: ""; position: absolute; width: 440px; height: 440px; left: -260px; bottom: -270px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.014); }
.audit-card > * { position: relative; z-index: 2; }
.audit-copy h2 { margin-bottom: 22px; font-size: clamp(42px, 4.7vw, 64px); line-height: 1.03; letter-spacing: -.05em; }
.audit-copy h2 em { color: #aa9fff; font-style: normal; }
.audit-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.audit-address { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.audit-address small { display: block; margin-bottom: 9px; color: #a99eff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.audit-address address { color: rgba(255,255,255,.86); font-size: 16px; font-style: normal; line-height: 1.6; }
.audit-form { padding: 30px; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 24px 70px rgba(8,7,27,.24); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.audit-form label { display: grid; gap: 7px; color: #4d4d60; font-size: 12px; font-weight: 750; }
.audit-form input, .audit-form select, .audit-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); outline: none; background: #fff; border-radius: 12px; transition: border .2s, box-shadow .2s; font: inherit; }
.audit-form input:focus, .audit-form select:focus, .audit-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(98,80,244,.1); }
.audit-form textarea { resize: vertical; }
.audit-form fieldset { margin: 22px 0; padding: 0; border: 0; }
.audit-form legend { margin-bottom: 10px; color: #4d4d60; font-size: 12px; font-weight: 750; }
.audit-options { display: flex; flex-wrap: wrap; gap: 8px; }
.audit-options label { display: block; cursor: pointer; }
.audit-options input { position: absolute; opacity: 0; pointer-events: none; }
.audit-options span { padding: 10px 12px; display: block; color: #5b5b6e; border: 1px solid var(--line); background: var(--paper-soft); border-radius: 10px; font-size: 11px; transition: .2s; }
.audit-options input:checked + span { color: var(--violet); border-color: rgba(98,80,244,.35); background: rgba(98,80,244,.08); box-shadow: 0 0 0 2px rgba(98,80,244,.06); }
.form-message { margin-bottom: 18px; }
.audit-form .button { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.audit-form .form-status { min-height: 20px; margin-top: 8px; color: var(--violet); font-size: 12px; font-weight: 700; }

@media (max-width: 980px) {
  .education-card, .audit-card { grid-template-columns: 1fr; gap: 48px; padding: 48px 38px; }
  .education-visual { max-width: 620px; }
}
@media (max-width: 620px) {
  .education-card, .audit-card { padding: 34px 22px; border-radius: 24px; }
  .education-copy h2, .audit-copy h2 { font-size: 39px; }
  .learning-content, .audit-form { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .learning-modules { grid-template-columns: 1fr; }
  .audit-options span { font-size: 10px; }
  .footer-links { grid-template-columns: 1fr; }
}


/* Enhanced directions */
.service-card { isolation: isolate; }
.service-card::before { content: ""; position: absolute; left: 30px; right: 30px; top: 0; height: 3px; background: linear-gradient(90deg, rgba(98,80,244,0), rgba(98,80,244,.82), rgba(98,80,244,0)); transform: scaleX(.45); transform-origin: center; transition: transform .3s ease; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { position: relative; width: 54px; height: 54px; border: 1px solid rgba(98,80,244,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.service-icon::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(98,80,244,.16); border-radius: 18px; opacity: .75; animation: servicePulse 3.6s ease-in-out infinite; }
.service-card:hover .service-icon { color: #fff; background: linear-gradient(135deg, #7b69ff, #5744ed); box-shadow: 0 14px 28px rgba(87,68,237,.28); transform: translateY(-3px); }
.service-card:hover .service-icon::after { opacity: .2; }
.service-card li::before { width: 8px; height: 8px; background: transparent; border: 2px solid var(--violet); box-shadow: 0 0 0 3px rgba(98,80,244,.08); }
@keyframes servicePulse { 0%,100% { transform: scale(.94); opacity: .35; } 50% { transform: scale(1.03); opacity: .8; } }

/* Premium process block */
.process-premium { overflow: hidden; }
.process-premium-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; align-items: start; }
.process-showcase { position: sticky; top: 108px; }
.process-showcase-card { position: relative; min-height: 720px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.process-showcase-card::before { content: ""; position: absolute; width: 340px; height: 340px; top: -170px; right: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(123,105,255,.3), transparent 68%); }
.process-showcase-card::after { content: ""; position: absolute; width: 280px; height: 280px; left: -120px; bottom: -150px; border-radius: 50%; background: radial-gradient(circle, rgba(123,105,255,.18), transparent 68%); }
.process-showcase-card > * { position: relative; z-index: 2; }
.process-showcase-card h3 { margin: 10px 0 18px; font-size: clamp(31px, 3.4vw, 46px); line-height: 1.08; letter-spacing: -.045em; }
.process-showcase-card p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.process-orbit { position: relative; height: 320px; margin: 30px 0 28px; }
.process-orbit .orbit-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.process-orbit .orbit-ring-a { width: 250px; height: 250px; }
.process-orbit .orbit-ring-b { width: 188px; height: 188px; border-style: dashed; animation: rotate 20s linear infinite; }
.orbit-core { position: absolute; left: 50%; top: 50%; width: 122px; height: 122px; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at 35% 30%, #7d6bff, #4836dc); border: 1px solid rgba(255,255,255,.22); border-radius: 38px; transform: translate(-50%,-50%) rotate(45deg); box-shadow: 0 18px 45px rgba(75,55,210,.34); }
.orbit-core b, .orbit-core span { transform: rotate(-45deg); }
.orbit-core b { font-size: 28px; line-height: 1; }
.orbit-core span { margin-top: 2px; color: rgba(255,255,255,.62); font-size: 11px; }
.orbit-item { position: absolute; min-width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.12); background: rgba(15,13,38,.82); border-radius: 50%; font-size: 12px; font-weight: 800; box-shadow: 0 10px 22px rgba(0,0,0,.18); animation: floatSoft 4s ease-in-out infinite; }
.orbit-item-1 { left: 50%; top: 12px; transform: translateX(-50%); }
.orbit-item-2 { right: 34px; top: 50%; transform: translateY(-50%); animation-delay: .4s; }
.orbit-item-3 { left: 50%; bottom: 12px; transform: translateX(-50%); animation-delay: .8s; }
.orbit-item-4 { left: 34px; top: 50%; transform: translateY(-50%); animation-delay: 1.2s; }
.process-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.process-metrics article { padding: 16px 14px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.04); border-radius: 16px; }
.process-metrics b { display: block; margin-bottom: 6px; font-size: 24px; line-height: 1; }
.process-metrics span { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.5; }
.process-stage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.stage-card { position: relative; min-height: 420px; padding: 24px; display: grid; grid-template-rows: auto 160px auto auto; gap: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); border-radius: 26px; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.stage-card::after { content: ""; position: absolute; inset: auto -30px -35px auto; width: 145px; height: 145px; border-radius: 50%; background: radial-gradient(circle, rgba(123,105,255,.18), transparent 68%); }
.stage-card:hover { transform: translateY(-4px); transition: transform .25s ease; }
.stage-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.stage-number { color: #9d91ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.stage-chip { padding: 7px 10px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.stage-card h3 { margin: 0; font-size: 24px; line-height: 1.15; }
.stage-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.stage-points { margin: 0; padding: 14px 0 0; display: grid; gap: 8px; border-top: 1px solid rgba(255,255,255,.08); list-style: none; }
.stage-points li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-size: 13px; }
.stage-points li::before { content: ""; width: 8px; height: 8px; background: transparent; border: 2px solid #9d91ff; box-shadow: 0 0 0 3px rgba(157,145,255,.1); border-radius: 50%; }
.stage-visual { position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border-radius: 18px; overflow: hidden; }
.stage-visual > div { width: calc(100% - 24px); height: calc(100% - 24px); border-radius: 15px; background: rgba(10,9,27,.36); }

.diag-surface { position: relative; padding: 16px; display: grid; align-content: end; }
.diag-bars { position: relative; z-index: 2; height: 86px; display: flex; align-items: end; gap: 10px; }
.diag-bars i { flex: 1; border-radius: 10px 10px 4px 4px; background: linear-gradient(180deg, #a799ff, #5d4cec); animation: barPulse 2.8s ease-in-out infinite; transform-origin: bottom; }
.diag-bars i:nth-child(1) { height: 42%; }
.diag-bars i:nth-child(2) { height: 84%; animation-delay: .18s; }
.diag-bars i:nth-child(3) { height: 58%; animation-delay: .36s; }
.diag-bars i:nth-child(4) { height: 72%; animation-delay: .54s; }
.diag-scan { position: absolute; left: 10px; right: 10px; top: 18px; height: 2px; background: linear-gradient(90deg, transparent, rgba(166,153,255,.95), transparent); box-shadow: 0 0 18px rgba(166,153,255,.45); animation: scanMove 3s linear infinite; }
.diag-captions { margin-top: 14px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
@keyframes scanMove { 0% { transform: translateY(0); opacity: .2; } 50% { transform: translateY(62px); opacity: 1; } 100% { transform: translateY(0); opacity: .2; } }

.design-surface { position: relative; }
.design-node { position: absolute; padding: 8px 10px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.08); border-radius: 12px; font-size: 10px; font-weight: 700; text-align: center; box-shadow: 0 10px 20px rgba(0,0,0,.12); }
.design-node.center { left: 50%; top: 50%; min-width: 82px; transform: translate(-50%,-50%); background: linear-gradient(135deg, rgba(123,105,255,.45), rgba(87,68,237,.4)); }
.design-node.left { left: 18px; top: 22px; }
.design-node.right { right: 18px; top: 44px; }
.design-node.bottom { left: 50%; bottom: 16px; transform: translateX(-50%); }
.design-connector { position: absolute; left: 50%; top: 50%; height: 2px; transform-origin: left center; background: linear-gradient(90deg, rgba(157,145,255,.15), rgba(157,145,255,.95), rgba(157,145,255,.15)); background-size: 160px 100%; animation: dataFlow 3.1s linear infinite; }
.con-a { width: 92px; transform: translate(-4px,-18px) rotate(-155deg); }
.con-b { width: 86px; transform: translate(4px,-2px) rotate(-22deg); }
.con-c { width: 76px; transform: translate(-2px,26px) rotate(78deg); }

.implementation-surface { padding: 22px 16px 16px; display: grid; align-content: center; }
.implementation-track { height: 8px; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 999px; }
.implementation-track span { display: block; width: 36%; height: 100%; background: linear-gradient(90deg, #7b69ff, #b0a6ff); border-radius: 999px; animation: trackMove 3.2s ease-in-out infinite; }
.implementation-dots { margin-top: -12px; display: flex; justify-content: space-between; }
.implementation-dots i { width: 16px; height: 16px; border: 3px solid #0f0e22; background: #7b69ff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(123,105,255,.18); animation: pointGlow 2.4s ease-in-out infinite; }
.implementation-dots i:nth-child(2) { animation-delay: .35s; }
.implementation-dots i:nth-child(3) { animation-delay: .7s; }
.implementation-captions { margin-top: 18px; display: flex; justify-content: space-between; gap: 8px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.control-surface { padding: 14px 18px; display: grid; grid-template-columns: 108px 1fr; gap: 18px; align-items: center; }
.control-gauge { position: relative; width: 108px; height: 108px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: conic-gradient(#8f82ff 0 78%, rgba(255,255,255,.08) 78% 100%); animation: ringSweep 4s ease-in-out infinite; }
.control-gauge::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: #17172d; }
.control-gauge b, .control-gauge span { position: relative; z-index: 2; }
.control-gauge b { font-size: 20px; line-height: 1; }
.control-gauge span { margin-top: 4px; display: block; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.control-columns { display: flex; align-items: end; gap: 8px; height: 88px; }
.control-columns i { flex: 1; border-radius: 999px; background: linear-gradient(180deg, rgba(176,166,255,.95), rgba(93,76,236,.55)); animation: waveMove 2.6s ease-in-out infinite; }
.control-columns i:nth-child(1) { height: 34%; }
.control-columns i:nth-child(2) { height: 62%; animation-delay: .2s; }
.control-columns i:nth-child(3) { height: 48%; animation-delay: .4s; }
.control-columns i:nth-child(4) { height: 84%; animation-delay: .6s; }

@keyframes floatSoft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes barPulse { 0%,100% { transform: scaleY(.82); opacity: .82; } 50% { transform: scaleY(1.05); opacity: 1; } }
@keyframes dataFlow { from { background-position: -120px 0; } to { background-position: 120px 0; } }
@keyframes trackMove { 0% { width: 22%; } 55% { width: 92%; } 100% { width: 46%; } }
@keyframes pointGlow { 0%,100% { transform: scale(1); box-shadow: 0 0 0 4px rgba(123,105,255,.18); } 50% { transform: scale(1.12); box-shadow: 0 0 0 8px rgba(123,105,255,.08); } }
@keyframes ringSweep { 0%,100% { background: conic-gradient(#8f82ff 0 72%, rgba(255,255,255,.08) 72% 100%); } 50% { background: conic-gradient(#8f82ff 0 86%, rgba(255,255,255,.08) 86% 100%); } }
@keyframes waveMove { 0%,100% { transform: scaleY(.82); opacity: .75; } 50% { transform: scaleY(1.08); opacity: 1; } }

@media (max-width: 1180px) {
  .process-premium-layout { grid-template-columns: 1fr; }
  .process-showcase { position: relative; top: 0; }
  .process-showcase-card { min-height: auto; }
}
@media (max-width: 900px) {
  .process-stage-grid { grid-template-columns: 1fr 1fr; }
  .process-metrics { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .process-stage-grid { grid-template-columns: 1fr; }
  .process-showcase-card { padding: 26px 22px; }
  .process-orbit { height: 260px; }
  .process-orbit .orbit-ring-a { width: 210px; height: 210px; }
  .process-orbit .orbit-ring-b { width: 154px; height: 154px; }
  .orbit-core { width: 100px; height: 100px; border-radius: 30px; }
  .orbit-item { min-width: 42px; height: 42px; }
  .stage-card { min-height: auto; grid-template-rows: auto 150px auto auto; }
  .control-surface { grid-template-columns: 1fr; justify-items: center; }
  .control-columns { width: 100%; }
}
