:root {
  --ink: #070914;
  --bg: #070914;
  --bg-soft: #111529;
  --panel: rgba(17,21,41, .88);
  --panel-solid: #111529;
  --navy: #111529;
  --navy-2: #7c3aed;
  --line: #1e3446;
  --line-bright: rgba(226, 232, 239, .26);
  --text: #ffffff;
  --muted: #8fa6bc;
  --muted-dark: #5a7086;
  --body-text: #44515e;
  --paper: #fbfaf8;
  --card-light: #f4f7fa;
  --border-light: #e2e8ef;
  --lime: #a855f7;
  --green: #7c3aed;
  --green-tint: #eef5d8;
  --warning-bg: #fbf3d3;
  --warning-text: #9a7b1b;
  /* Compatibility aliases keep legacy components inside the approved palette. */
  --cyan: #a855f7;
  --blue: #7c3aed;
  --purple: #a855f7;
  --pink: #7c3aed;
  --gradient: linear-gradient(110deg, #a855f7, #7c3aed);
  --gradient-wide: linear-gradient(90deg, #a855f7, #7c3aed);
  --shadow: 0 28px 80px rgba(5, 12, 20, .28);
  --radius: 20px;
  --font-heading: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .42; z-index: -1; background-image: radial-gradient(circle at 18% 12%, rgba(124,58,237, .23), transparent 27%), radial-gradient(circle at 82% 68%, rgba(168,85,247, .055), transparent 24%); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { color: inherit; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-150%); background: white; color: #071123; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: none; }

.announcement { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 12px; padding: 6px 20px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: #d9e5ff; background: linear-gradient(90deg, #070914, #111529 48%, #070914); border-bottom: 1px solid rgba(135, 163, 214, .13); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
.announcement-separator { width: 1px; height: 12px; background: rgba(255,255,255,.24); }

.site-header { position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(22px) saturate(150%); background: rgba(7, 9, 20, .78); border-bottom: 1px solid rgba(255,255,255,.11); }
.site-header::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: var(--lime); }
.nav-shell { max-width: 1268px; min-height: 82px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 28px; }
.brand { width: 230px; flex: 0 0 230px; overflow: hidden; }
.brand img { width: 100%; height: 68px; object-fit: contain; object-position: left center; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.desktop-nav a { position: relative; color: #c1cae0; font-size: .83rem; font-weight: 600; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gradient-wide); transition: right .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 20px; height: 2px; background: white; border-radius: 2px; transition: .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { padding: 14px 24px 26px; border-top: 1px solid var(--line); background: rgba(5, 8, 22, .98); }
.mobile-menu a { display: block; padding: 12px 4px; border-bottom: 1px solid var(--line); color: #d7def0; font-weight: 600; }
.mobile-menu .button { width: 100%; margin-top: 18px; }

.section-shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.button { min-height: 52px; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: .9rem; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .service-card:focus-visible, .service-tab:focus-visible, .poster-frame:focus-visible, .modal-close:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 20px; font-size: .82rem; }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 12px 36px rgba(168,85,247, .18); }
.button-primary:hover { box-shadow: 0 17px 48px rgba(168,85,247, .24); }
.button-ghost { color: #ecf3ff; background: rgba(255,255,255,.035); border-color: rgba(168, 190, 232, .25); }
.button-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(168, 190, 232, .45); }
.button-light { color: #071123; background: white; box-shadow: 0 12px 34px rgba(0,0,0,.15); }
.button-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.48); }
.text-link { padding: 0; border: 0; background: transparent; color: #eaf1ff; font-weight: 700; cursor: pointer; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }

.eyebrow { display: flex; align-items: center; gap: 10px; color: #b7c2dc; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow > span { width: 28px; height: 2px; background: var(--gradient-wide); }
.eyebrow.light { color: rgba(255,255,255,.82); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); letter-spacing: -.025em; }
h1 { margin: 26px 0 26px; max-width: 790px; font-size: clamp(3.4rem, 6.6vw, 7.2rem); line-height: .93; font-weight: 800; }
h1 span, h2 span { background: var(--gradient); color: transparent; -webkit-background-clip: text; background-clip: text; }
h2 { margin: 18px 0 0; font-size: clamp(2.35rem, 4.5vw, 5.2rem); line-height: 1.02; font-weight: 800; }
h3 { line-height: 1.15; }

.hero { position: relative; min-height: calc(100vh - 116px); padding: 100px 0 52px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr); gap: 65px; align-items: center; }
.hero-grid, .final-grid { position: absolute; z-index: -2; inset: 0 calc((100vw - 100%) / -2); opacity: .2; background-image: linear-gradient(rgba(71, 112, 191, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(71,112,191,.13) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, transparent, black 16%, black 72%, transparent); }
.hero-glow { position: absolute; z-index: -3; border-radius: 50%; filter: blur(75px); opacity: .3; }
.hero-glow-one { width: 500px; height: 500px; background: var(--navy-2); left: -260px; top: 60px; }
.hero-glow-two { width: 420px; height: 420px; background: var(--lime); right: -200px; bottom: 80px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy > p { max-width: 720px; margin-bottom: 33px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-proof { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 690px; }
.hero-proof div { padding-left: 18px; border-left: 1px solid rgba(167,191,236,.25); }
.hero-proof strong { display: block; font-size: 1.6rem; color: white; line-height: 1.2; }
.hero-proof span { color: #92a2c1; font-size: .74rem; }

.ecosystem-stage { position: relative; min-height: 580px; background: linear-gradient(145deg, rgba(15, 29, 62, .89), rgba(7, 12, 31, .91)); border: 1px solid rgba(110, 165, 241, .25); border-radius: 32px; overflow: hidden; box-shadow: 0 42px 120px rgba(0, 0, 0, .42), inset 0 1px rgba(255,255,255,.06); }
.ecosystem-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 54%, rgba(124,58,237, .34), transparent 31%), radial-gradient(circle at 78% 18%, rgba(168,85,247, .08), transparent 28%); }
.stage-topline { position: relative; z-index: 2; height: 64px; padding: 0 25px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); color: #94a5c5; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.stage-topline span { display: flex; align-items: center; gap: 8px; }
.stage-topline i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.stage-topline strong { color: white; font-size: 1rem; letter-spacing: 0; text-transform: none; }
.network-canvas { position: relative; height: 450px; }
.network-ring { position: absolute; left: 50%; top: 49%; border: 1px solid rgba(96, 170, 255, .23); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 340px; height: 340px; }
.ring-two { width: 230px; height: 230px; border-color: rgba(168,85,247,.3); }
.network-beam { position: absolute; left: 50%; top: 50%; width: 77%; height: 1px; transform-origin: center; background: linear-gradient(90deg, transparent, rgba(168,85,247,.4), rgba(168,85,247,.72), transparent); box-shadow: 0 0 11px rgba(168,85,247,.18); }
.beam-one { transform: translate(-50%,-50%) rotate(30deg); }
.beam-two { transform: translate(-50%,-50%) rotate(-33deg); }
.network-hub { position: absolute; z-index: 4; left: 50%; top: 50%; width: 176px; height: 176px; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.11), rgba(17,21,41,.96)); border: 1px solid rgba(168,85,247,.47); box-shadow: 0 0 0 12px rgba(168,85,247,.05), 0 0 65px rgba(5,12,20,.38); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.network-hub img { width: 70px; height: 70px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(111,193,235,.25)); }
.network-hub strong { font-size: .86rem; letter-spacing: .06em; }
.network-hub small { color: #8fa0c2; font-size: .58rem; }
.network-node { position: absolute; z-index: 3; min-width: 126px; padding: 12px 14px; border: 1px solid rgba(119,155,221,.26); background: rgba(9,18,43,.88); backdrop-filter: blur(13px); border-radius: 16px; box-shadow: 0 13px 35px rgba(0,0,0,.24); }
.network-node span { position: absolute; right: 10px; top: 8px; color: #8292b2; font-size: .58rem; }
.network-node strong { display: block; font-size: .76rem; }
.network-node small { display: block; margin-top: 2px; color: #8899bc; font-size: .62rem; }
.node-one { left: 7%; top: 16%; border-color: rgba(168,85,247, .45); }
.node-two { right: 5%; top: 18%; border-color: rgba(49, 218, 245, .45); }
.node-three { left: 4%; bottom: 16%; border-color: rgba(168,85,247, .42); }
.node-four { right: 4%; bottom: 17%; border-color: rgba(57, 135, 255, .5); }
.node-five { left: 50%; bottom: 3%; transform: translateX(-50%); border-color: rgba(167,217,49,.52); }
.stage-footer { position: relative; z-index: 2; height: 64px; padding: 0 22px; border-top: 1px solid var(--line); display: flex; justify-content: center; align-items: center; gap: 11px; font-size: .66rem; color: #a4b0c8; text-transform: uppercase; letter-spacing: .1em; }
.stage-footer i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.trust-rail { grid-column: 1 / -1; margin-top: 16px; padding: 20px 24px; display: flex; justify-content: space-between; gap: 20px; overflow-x: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #8192b3; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; scrollbar-width: none; }
.trust-rail::-webkit-scrollbar { display: none; }
.trust-rail span { white-space: nowrap; }

.section-heading { margin-bottom: 55px; }
.heading-row { display: grid; grid-template-columns: 1.2fr .52fr; gap: 70px; align-items: end; }
.heading-row > p, .centred-heading > p { margin-bottom: 8px; color: var(--muted); line-height: 1.8; }
.centred-heading { max-width: 880px; margin-inline: auto; text-align: center; }
.centred-heading .eyebrow { justify-content: center; }
.centred-heading > p { max-width: 620px; margin: 24px auto 0; }
.service-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.service-tab { min-height: 43px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: #9eacc8; font-size: .76rem; font-weight: 700; cursor: pointer; transition: .2s; }
.service-tab:hover { color: white; border-color: rgba(104,151,230,.35); }
.service-tab.active { color: var(--ink); border-color: var(--lime); background: var(--lime); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { --accent: var(--purple); position: relative; min-height: 196px; padding: 23px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg, rgba(15,28,60,.8), rgba(8,15,36,.9)); cursor: pointer; transition: transform .25s, border-color .25s, box-shadow .25s, opacity .25s; }
.service-card::before { content: ""; position: absolute; width: 140px; height: 140px; right: -75px; top: -75px; border-radius: 50%; background: var(--accent); filter: blur(48px); opacity: .15; }
.service-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--accent) 55%, transparent); box-shadow: 0 22px 55px rgba(0,0,0,.25); }
.service-card[hidden] { display: none; }
.accent-purple { --accent: var(--purple); }
.accent-cyan { --accent: var(--cyan); }
.accent-pink { --accent: var(--pink); }
.accent-blue { --accent: var(--blue); }
.accent-lime { --accent: var(--lime); }
.service-number { position: absolute; right: 17px; top: 14px; color: #66789d; font-size: .68rem; font-weight: 700; }
.service-icon { height: 38px; min-width: 38px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent); border-radius: 11px; color: var(--accent); font-size: .62rem; font-weight: 800; letter-spacing: .05em; box-shadow: 0 0 24px color-mix(in srgb, var(--accent) 14%, transparent); }
.service-card strong { max-width: 88%; margin-top: auto; font-size: .94rem; line-height: 1.25; letter-spacing: -.025em; }
.service-card small { margin-top: 5px; color: #8c9ab8; font-size: .7rem; }
.service-card > i { position: absolute; right: 17px; bottom: 18px; color: #6e80a1; font-style: normal; transition: .2s; }
.service-card:hover > i { color: var(--accent); transform: translate(2px,-2px); }

.ecosystem-poster { margin-top: 70px; padding: 24px; display: grid; grid-template-columns: .42fr .58fr; gap: 30px; align-items: center; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, rgba(16,31,65,.74), rgba(7,13,31,.88)); }
.poster-copy { padding: 30px; }
.section-index { color: var(--cyan); font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.poster-copy h3 { margin: 20px 0 14px; font-size: clamp(2rem,3vw,3.4rem); }
.poster-copy p { color: var(--muted); }
.poster-frame { padding: 0; border: 1px solid rgba(102,165,251,.3); border-radius: 20px; overflow: hidden; background: #05102d; cursor: zoom-in; box-shadow: 0 23px 65px rgba(0,0,0,.33); }
.poster-frame img { width: 100%; transition: transform .4s; }
.poster-frame:hover img { transform: scale(1.018); }

.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.outcome-card { position: relative; min-height: 415px; padding: 34px 28px; background: rgba(8,17,39,.62); border-right: 1px solid var(--line); }
.outcome-card:last-child { border-right: 0; }
.outcome-card.featured { background: linear-gradient(165deg, rgba(124,58,237,.52), rgba(17,21,41,.92)); }
.outcome-card > span { color: #627394; font-size: .68rem; font-weight: 800; }
.outcome-line { width: 100%; height: 1px; margin: 24px 0 65px; background: linear-gradient(90deg, rgba(87, 169, 255, .5), transparent); }
.featured .outcome-line { background: linear-gradient(90deg, var(--pink), transparent); }
.outcome-card h3 { font-size: 1.55rem; }
.outcome-card p { color: var(--muted); font-size: .86rem; line-height: 1.7; }
.outcome-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.outcome-card li { padding: 8px 0; color: #d1d9ea; font-size: .78rem; border-bottom: 1px solid rgba(155,178,221,.1); }
.outcome-card li::before { content: "+"; margin-right: 8px; color: var(--cyan); }
.industry-strip { margin-top: 24px; padding: 20px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.industry-strip span, .topic-row span, .role-preview span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: #98a7c4; font-size: .7rem; }

.trust-section { overflow: hidden; background: linear-gradient(120deg, #070914, #111529 55%, #111529); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at 20% 50%, rgba(124,58,237,.35), transparent 28%), radial-gradient(circle at 86% 20%, rgba(168,85,247,.12), transparent 28%); }
.trust-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }
.trust-copy > p { max-width: 580px; margin: 28px 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.values-row { margin-bottom: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.values-row span { padding: 7px 10px; border: 1px solid rgba(146,171,218,.18); border-radius: 9px; color: #a9b8d3; font-size: .66rem; }
.trust-board { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trust-card { min-height: 205px; padding: 26px; border: 1px solid rgba(115,151,215,.2); border-radius: 22px; background: rgba(7,15,36,.72); backdrop-filter: blur(15px); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.trust-card-wide { grid-column: span 2; min-height: 200px; }
.trust-kicker, .review-source { color: #8496b8; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.credential-row, .partner-list { display: flex; gap: 10px; flex-wrap: wrap; margin: 25px 0 20px; }
.credential-row strong, .partner-list span { min-width: 70px; padding: 12px; border-radius: 12px; text-align: center; background: rgba(255,255,255,.035); border: 1px solid rgba(127,158,217,.16); }
.credential-row strong:nth-child(1) { color: var(--cyan); }
.credential-row strong:nth-child(2) { color: var(--lime); }
.credential-row strong:nth-child(3) { color: var(--pink); }
.credential-row strong:nth-child(4) { color: var(--lime); }
.trust-card p { margin: 0; color: #8fa0bd; font-size: .78rem; }
.review-card strong { display: block; margin: 18px 0 0; font-size: 2.6rem; line-height: 1; }
.review-card strong span { color: #7384a5; font-size: .8rem; }
.stars { margin-top: 10px; color: #ffc857; letter-spacing: .15em; font-size: .8rem; }
.review-card small { color: #788bab; }
.partner-list span { min-width: 76px; color: #dbe4f6; font-weight: 700; font-size: .8rem; }

.case-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; }
.case-card { min-height: 480px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(150deg, rgba(15,29,61,.8), rgba(8,15,35,.94)); }
.case-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%; filter: blur(65px); opacity: .16; }
.case-purple::after { background: var(--purple); }.case-cyan::after { background: var(--cyan); }.case-lime::after { background: var(--lime); }
.case-top { display: flex; justify-content: space-between; color: #9dacc8; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.case-top i { font-style: normal; color: #5f7194; }
.case-card h3 { max-width: 390px; margin: 80px 0 35px; font-size: clamp(1.8rem,2.8vw,3.2rem); }
.metric-grid { margin-bottom: 30px; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.metric-grid.three { grid-template-columns: repeat(3,1fr); }
.metric-grid div { padding: 17px; background: rgba(7,15,35,.9); }
.metric-grid strong { display: block; font-size: 1.2rem; }
.metric-grid small { color: #8192b2; }
.large-metric { padding: 18px 0; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); }
.large-metric strong { font-size: 1.8rem; }
.large-metric span { color: #8191ae; font-size: .7rem; }
.case-card > p { color: var(--muted); font-size: .8rem; }
.case-card .text-link { margin-top: auto; text-align: left; }

.editorial-section { background: #f1f3f8; color: #071225; }
.editorial-section .eyebrow, .editorial-section .heading-row > p { color: #68748c; }
.editorial-section .eyebrow > span { background: var(--lime); }
.editorial-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; }
.editorial-card { border: 1px solid #d8deea; border-radius: 24px; background: white; overflow: hidden; }
.lead-story { grid-row: span 2; }
.story-art { position: relative; height: 290px; overflow: hidden; background: radial-gradient(circle at center, var(--navy-2) 0%, var(--navy) 48%, var(--ink) 82%); display: flex; align-items: center; justify-content: center; }
.story-art::before, .story-art::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(84,225,255,.34); border-radius: 50%; }
.story-art::after { width: 190px; height: 190px; border-color: rgba(168,85,247,.46); }
.story-art span { position: relative; z-index: 2; font-size: 4rem; font-weight: 800; letter-spacing: -.08em; color: white; text-shadow: 0 0 32px rgba(83,219,255,.35); }
.story-art i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.story-art i:nth-child(2) { left: 24%; top: 32%; }.story-art i:nth-child(3) { right: 24%; bottom: 30%; background: var(--pink); }.story-art i:nth-child(4) { right: 35%; top: 19%; background: var(--lime); }
.story-copy { padding: 30px; }
.story-copy > span, .compact-story > span { color: var(--navy); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.story-copy h3 { margin: 14px 0; font-size: 1.8rem; }
.story-copy p, .compact-story p { color: #657087; }
.story-copy a, .compact-story a { font-weight: 700; color: #242f47; }
.compact-story { padding: 28px; }
.compact-story h3 { margin: 18px 0 12px; font-size: 1.45rem; }
.compact-story p { font-size: .82rem; }
.topic-row { margin-top: 28px; display: flex; gap: 9px; flex-wrap: wrap; }
.topic-row span { color: #556078; border-color: #d1d7e2; background: rgba(255,255,255,.5); }

.media-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.media-intro { position: sticky; top: 130px; }
.media-intro p { margin: 25px 0 30px; color: var(--muted); }
.media-feed { border-top: 1px solid var(--line); }
.media-feed article { position: relative; min-height: 185px; padding: 30px 80px 30px 0; border-bottom: 1px solid var(--line); }
.media-feed article > span { color: var(--cyan); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.media-feed h3 { margin: 16px 0 8px; font-size: 1.55rem; }
.media-feed p { color: var(--muted); font-size: .82rem; }
.media-feed i { position: absolute; right: 0; top: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); border: 1px solid var(--line); border-radius: 50%; color: #91a2c3; font-style: normal; font-weight: 800; }

.career-panel { position: relative; min-height: 560px; padding: 70px; overflow: hidden; border-radius: 34px; background: var(--navy); box-shadow: 0 35px 100px rgba(5,12,20,.25); }
.career-noise { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(90deg, black, transparent); }
.career-copy { position: relative; z-index: 3; max-width: 700px; }
.career-copy h2 span { color: white; background: none; -webkit-text-fill-color: white; }
.career-copy p { max-width: 560px; margin: 25px 0 34px; color: rgba(255,255,255,.82); font-size: 1.02rem; }
.career-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.career-orbit { position: absolute; width: 540px; height: 540px; right: -50px; top: 8px; }
.orbit-circle { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-a { width: 390px; height: 390px; }.orbit-b { width: 250px; height: 250px; }
.orbit-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: white; box-shadow: 0 0 20px white; }
.dot-a { left: 13%; top: 43%; }.dot-b { right: 18%; bottom: 24%; }
.career-role { position: absolute; padding: 11px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(5,12,20,.5); backdrop-filter: blur(12px); color: white; font-size: .72rem; font-weight: 700; }
.role-a { top: 15%; left: 35%; }.role-b { right: 5%; top: 42%; }.role-c { left: 13%; bottom: 20%; }.role-d { right: 29%; bottom: 4%; }

.company-story { border-top: 1px solid var(--line); }
.story-layout { display: grid; grid-template-columns: .42fr 1fr; gap: 80px; align-items: center; }
.story-marker { min-height: 360px; position: relative; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 26px; background: radial-gradient(circle, rgba(124,58,237,.28), transparent 60%); }
.story-marker img { width: 180px; height: 180px; object-fit: contain; }
.story-marker span { position: absolute; bottom: 25px; font-size: .66rem; letter-spacing: .17em; color: #7889aa; }
.story-main > p { max-width: 730px; margin: 26px 0; color: var(--muted); font-size: 1.05rem; }
.story-links { display: flex; gap: 30px; flex-wrap: wrap; }
.story-links a { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 4px; }

.final-cta { position: relative; padding: 120px 0; overflow: hidden; text-align: center; background: var(--navy); }
.final-grid { z-index: 0; opacity: .35; mask-image: none; }
.final-content { position: relative; z-index: 2; }
.final-content > span { font-size: .7rem; font-weight: 800; letter-spacing: .22em; color: rgba(255,255,255,.75); }
.final-content h2 { margin: 25px 0; color: white; }
.final-content h2 em { font-style: normal; color: #d9b8fb; }
.final-content p { max-width: 670px; margin: 0 auto 35px; color: rgba(255,255,255,.8); }
.final-content > div { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.site-footer { padding: 80px 0 25px; background: #080a14; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .65fr 1fr; gap: 70px; }
.footer-brand img { width: 260px; height: 90px; object-fit: contain; object-position: left center; }
.footer-brand p, .footer-grid > div:last-child p { color: #7e8eac; font-size: .78rem; }
.footer-brand > a { color: var(--cyan); font-weight: 700; }
.footer-grid h3 { margin: 17px 0 20px; color: #7183a5; font-size: .67rem; text-transform: uppercase; letter-spacing: .15em; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin: 10px 0; color: #b8c2d8; font-size: .78rem; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #8d9bb5; font-size: .65rem; }

.modal, .poster-modal { width: min(620px, calc(100% - 32px)); padding: 42px; border: 1px solid rgba(126,165,231,.25); border-radius: 26px; color: white; background: linear-gradient(150deg, #111d3b, #070d20); box-shadow: 0 40px 120px rgba(0,0,0,.6); }
.modal::backdrop, .poster-modal::backdrop { background: rgba(1,4,12,.78); backdrop-filter: blur(10px); }
.modal-close { position: absolute; right: 16px; top: 14px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); color: white; font-size: 1.45rem; cursor: pointer; }
.modal-label { color: var(--cyan); font-size: .65rem; font-weight: 800; letter-spacing: .17em; }
.modal h2 { margin: 18px 0; font-size: clamp(2rem,5vw,3.4rem); }
.modal > p { color: var(--muted); }
.modal-actions { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }
.demo-modal { width: min(720px, calc(100% - 32px)); }
.demo-modal form { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-modal label { display: block; }
.demo-modal label span { display: block; margin: 0 0 7px 4px; color: #91a2c1; font-size: .7rem; font-weight: 700; }
.demo-modal input, .demo-modal select, .demo-modal textarea { width: 100%; border: 1px solid rgba(139,170,224,.2); border-radius: 12px; background: rgba(255,255,255,.04); color: white; padding: 13px 14px; outline: none; }
.demo-modal input:focus, .demo-modal select:focus, .demo-modal textarea:focus { border-color: rgba(50,216,245,.6); box-shadow: 0 0 0 3px rgba(50,216,245,.08); }
.demo-modal option { color: #071225; }
.demo-modal .full { grid-column: 1/-1; }
.form-success { margin-top: 25px; padding: 22px; border: 1px solid rgba(167,217,49,.34); border-radius: 15px; background: rgba(167,217,49,.08); }
.form-success strong { color: var(--lime); }
.form-success p { margin: 5px 0 0; color: #b7c4da; font-size: .82rem; }
.role-preview { display: flex; gap: 8px; flex-wrap: wrap; margin: 26px 0; }
.poster-modal { width: min(1400px, calc(100% - 30px)); padding: 12px; background: #020717; }
.poster-modal img { width: 100%; border-radius: 18px; }
.poster-modal .modal-close { z-index: 2; background: rgba(3,7,18,.82); }

@media (min-width: 1241px) and (max-width: 1320px) {
  .nav-shell { gap: 18px; }
  .brand { width: 210px; flex-basis: 210px; }
  .desktop-nav { gap: 12px; }
  .desktop-nav a, .nav-link-button { font-size: .78rem; }
  .desktop-cta { padding-inline: 16px; }
}

@media (max-width: 1240px) {
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { margin-left: auto; display: flex; }
  .mega-menu { display: none !important; }
  .nav-shell { min-height: 74px; padding: 0 24px; }
  .brand { width: 210px; flex-basis: 210px; }
  .brand img { height: 62px; }
}

@media (max-width: 1180px) {
  .desktop-nav { gap: 16px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  .ecosystem-stage { min-height: 540px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .outcome-grid { grid-template-columns: repeat(2,1fr); }
  .outcome-card:nth-child(2) { border-right: 0; }
  .outcome-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .case-card:first-child { grid-column: span 2; }
  .career-orbit { opacity: .52; right: -150px; }
}

@media (max-width: 900px) {
  .announcement span:last-child, .announcement-separator { display: none; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { margin-left: auto; display: flex; }
  .nav-shell { min-height: 74px; padding: 0 24px; }
  .brand { width: 210px; flex-basis: 210px; }
  .brand img { height: 62px; }
  .hero { min-height: auto; padding-top: 76px; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-proof { margin-inline: auto; text-align: left; }
  .ecosystem-stage { width: min(630px,100%); margin-inline: auto; }
  .trust-rail { margin-top: 0; }
  .heading-row { grid-template-columns: 1fr; gap: 20px; }
  .heading-row > p { max-width: 600px; }
  .ecosystem-poster { grid-template-columns: 1fr; }
  .poster-copy { padding: 15px; }
  .trust-layout { grid-template-columns: 1fr; gap: 55px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card:first-child { grid-column: auto; }
  .case-card { min-height: 430px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .lead-story { grid-row: auto; }
  .media-layout { grid-template-columns: 1fr; gap: 40px; }
  .media-intro { position: static; }
  .career-panel { padding: 60px 42px; }
  .career-orbit { display: none; }
  .story-layout { grid-template-columns: 1fr; gap: 50px; }
  .story-marker { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 30px, 1220px); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 10.5vw, 3.5rem); }
  .hero { padding-top: 58px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-proof div { display: flex; align-items: center; gap: 12px; }
  .hero-proof span { text-align: left; }
  .ecosystem-stage { min-height: 500px; }
  .network-canvas { height: 400px; transform: scale(.87); transform-origin: center top; width: 114%; margin-left: -7%; }
  .stage-footer { height: 56px; gap: 7px; font-size: .54rem; letter-spacing: .06em; }
  .service-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .service-tab { white-space: nowrap; }
  .service-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .service-card { min-height: 175px; padding: 18px; }
  .service-card strong { max-width: 100%; font-size: .82rem; }
  .service-card > i { display: none; }
  .ecosystem-poster { padding: 13px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-card:last-child { border-bottom: 0; }
  .outcome-line { margin-bottom: 48px; }
  .trust-board { grid-template-columns: 1fr; }
  .trust-card-wide { grid-column: auto; }
  .case-card { padding: 24px; }
  .case-card h3 { margin-top: 60px; }
  .metric-grid.three { grid-template-columns: repeat(3,1fr); }
  .story-art { height: 220px; }
  .media-feed article { padding-right: 58px; }
  .career-panel { min-height: 500px; padding: 45px 25px; border-radius: 25px; }
  .career-actions .button { width: 100%; }
  .final-cta { padding: 95px 0; }
  .final-content .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .modal { padding: 34px 22px 26px; }
  .demo-modal form { grid-template-columns: 1fr; }
  .demo-modal .full { grid-column: auto; }
}

@media (max-width: 420px) {
  .brand { width: 184px; flex-basis: 184px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 160px; }
  .network-node { min-width: 112px; padding: 10px; }
  .network-hub { width: 150px; height: 150px; }
  .network-hub img { width: 58px; height: 58px; }
}

@media (prefers-reduced-motion: no-preference) {
  .network-ring { animation: pulse-ring 5s ease-in-out infinite; }
  .ring-two { animation-delay: -2.2s; }
  .network-node { animation: float-node 4.5s ease-in-out infinite; }
  .node-two, .node-four { animation-delay: -1.5s; }
  .node-three, .node-five { animation-delay: -2.8s; }
  .live-dot { animation: live-pulse 2s ease-in-out infinite; }
  @keyframes pulse-ring { 50% { opacity: .58; transform: translate(-50%,-50%) scale(1.035); } }
  @keyframes float-node { 50% { margin-top: -5px; } }
  @keyframes live-pulse { 50% { opacity: .45; } }
}

/* Dynamic public site ------------------------------------------------------ */
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
:focus-visible { outline: 3px solid rgba(168,85,247,.72); outline-offset: 3px; }
main:focus { outline: 0; }
.site-header { transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(7,9,20,.94); box-shadow: 0 18px 48px rgba(0,0,0,.26); }
.announcement a { color: white; transition: color .2s ease; }
.announcement a:hover { color: var(--cyan); }

.nav-item-services { position: relative; display: flex; align-items: center; }
.nav-link-button { position: relative; padding: 0; border: 0; color: #c1cae0; background: transparent; font-size: .83rem; font-weight: 600; cursor: pointer; }
.nav-link-button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gradient-wide); transition: right .2s ease; }
.nav-link-button:hover, .nav-link-button:focus-visible, .nav-link-button[aria-expanded="true"] { color: white; }
.nav-link-button:hover::after, .nav-link-button:focus-visible::after, .nav-link-button[aria-expanded="true"]::after { right: 0; }
.nav-link-button > span { display: inline-block; margin-left: 3px; transition: transform .2s ease; }
.nav-link-button[aria-expanded="true"] > span { transform: rotate(180deg); }
.nav-more { position: relative; }
.nav-more summary { position: relative; display: flex; align-items: center; gap: 4px; color: #c1cae0; font-size: .83rem; font-weight: 600; white-space: nowrap; cursor: pointer; list-style: none; transition: color .2s ease; }
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gradient-wide); transition: right .2s ease; }
.nav-more summary:hover,.nav-more summary:focus-visible,.nav-more[open] summary { color: white; }
.nav-more summary:hover::after,.nav-more summary:focus-visible::after,.nav-more[open] summary::after { right: 0; }
.nav-more summary span { transition: transform .2s ease; }
.nav-more[open] summary span { transform: rotate(180deg); }
.nav-more-panel { position: absolute; z-index: 1120; top: 36px; right: 0; width: 330px; padding: 10px; border: 1px solid rgba(121,158,224,.25); border-radius: 18px; background: rgba(7,12,28,.98); box-shadow: 0 28px 80px rgba(0,0,0,.55); backdrop-filter: blur(24px); }
.desktop-nav .nav-more-panel a { display: grid; grid-template-columns: 28px 1fr; gap: 2px 10px; padding: 12px; border-radius: 12px; color: #c8d2e7; white-space: normal; }
.desktop-nav .nav-more-panel a::after { display: none; }
.desktop-nav .nav-more-panel a:hover,.desktop-nav .nav-more-panel a:focus-visible,.desktop-nav .nav-more-panel a[aria-current="page"] { color: white; background: rgba(255,255,255,.055); }
.nav-more-panel a > span { grid-row: 1 / 3; color: var(--cyan); font-size: .59rem; font-weight: 800; letter-spacing: .08em; }
.nav-more-panel a > strong { font-size: .77rem; }
.nav-more-panel a > small { color: #7f8eaa; font-size: .62rem; line-height: 1.35; }
.mega-menu { position: fixed; z-index: 1100; top: 116px; left: 50%; width: min(1160px, calc(100vw - 48px)); padding: 25px; transform: translateX(-50%); border: 1px solid rgba(121,158,224,.25); border-radius: 0 0 26px 26px; background: rgba(7,12,28,.98); box-shadow: 0 35px 100px rgba(0,0,0,.55); backdrop-filter: blur(26px); }
.is-scrolled .mega-menu { top: 82px; }
.mega-menu::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(circle at 20% 0, rgba(124,58,237,.2), transparent 32%), radial-gradient(circle at 84% 0, rgba(168,85,247,.07), transparent 30%); }
.mega-menu-head { padding: 0 4px 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.mega-menu-head div > span { display: block; margin-bottom: 4px; color: var(--cyan); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mega-menu-head strong { display: block; font-size: 1rem; }
.desktop-nav .mega-menu-head > a { color: white; font-size: .76rem; }
.desktop-nav .mega-menu-head > a::after, .desktop-nav .mega-menu-column a::after { display: none; }
.mega-menu-grid { padding-top: 21px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.mega-menu-column { min-width: 0; padding: 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(255,255,255,.022); }
.desktop-nav .mega-menu-column a { display: block; margin-top: 9px; overflow: hidden; color: #93a2bf; font-size: .68rem; text-overflow: ellipsis; }
.desktop-nav .mega-menu-column a:hover { color: white; }
.desktop-nav .mega-menu-column .mega-category { min-height: 42px; margin: 0 0 12px; display: flex; gap: 8px; color: white; font-size: .77rem; font-weight: 700; line-height: 1.3; white-space: normal; }
.mega-category span { flex: 0 0 auto; color: var(--cyan); font-size: .58rem; }
.mega-menu-empty { grid-column: 1 / -1; }
.mobile-menu details { border-bottom: 1px solid var(--line); }
.mobile-menu summary { padding: 12px 4px; color: #d7def0; font-weight: 600; cursor: pointer; }
.mobile-menu details a { padding-left: 18px; color: #9eabc4; font-size: .88rem; }
body.menu-open { overflow: hidden; }

.page-hero { position: relative; min-height: 620px; padding: 110px 0 90px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; right: -180px; top: -180px; z-index: -2; width: 600px; height: 600px; border-radius: 50%; background: rgba(124,58,237,.24); filter: blur(90px); }
.page-hero-grid { position: absolute; z-index: -3; inset: 0; opacity: .24; background-image: linear-gradient(rgba(71,112,191,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(71,112,191,.13) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.page-hero-inner { width: 100%; }
.page-hero h1 { max-width: 1040px; font-size: clamp(3.4rem, 7vw, 7.5rem); }
.page-lede { max-width: 760px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.03rem,1.5vw,1.24rem); line-height: 1.8; }
.breadcrumb { margin-bottom: 42px; display: flex; gap: 9px; align-items: center; overflow: hidden; color: #7182a2; font-size: .7rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.breadcrumb a { color: #abb8d0; }
.breadcrumb a:hover { color: white; }
.breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.empty-state, .evidence-placeholder { padding: clamp(35px,6vw,75px); border: 1px solid var(--line); border-radius: 28px; text-align: center; background: linear-gradient(145deg, rgba(16,29,59,.75), rgba(7,13,30,.9)); }
.empty-state > span, .evidence-placeholder > span { color: var(--cyan); font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.empty-state h3, .evidence-placeholder h3 { max-width: 700px; margin: 15px auto; font-size: clamp(1.8rem,3vw,3rem); }
.empty-state p, .evidence-placeholder p { max-width: 600px; margin: 0 auto 25px; color: var(--muted); }

/* Orchestration architecture */
.architecture-section { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(150deg, #080d20, #0b1024); }
.architecture-diagram { position: relative; margin: 0; padding: 28px; display: grid; grid-template-columns: minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr); align-items: stretch; border: 1px solid rgba(103,150,225,.25); border-radius: 30px; background: rgba(5,11,27,.76); box-shadow: var(--shadow); }
.architecture-diagram::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at 38% 35%, rgba(124,58,237,.2), transparent 26%), radial-gradient(circle at 72% 72%, rgba(168,85,247,.08), transparent 25%); }
.architecture-layer { position: relative; z-index: 1; min-height: 260px; padding: 25px 20px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: linear-gradient(155deg, rgba(18,31,62,.92), rgba(8,15,34,.96)); }
.architecture-intelligence { border-color: rgba(168,85,247,.42); box-shadow: inset 0 0 40px rgba(168,85,247,.06); }
.architecture-outcomes { border-color: rgba(168,85,247,.34); }
.architecture-index { color: #667a9f; font-size: .65rem; font-weight: 800; }
.architecture-layer h3 { margin: 50px 0 18px; font-size: 1.45rem; }
.architecture-layer strong { color: #fff; font-size: .9rem; }
.architecture-layer small { margin-top: 7px; color: #8392ae; font-size: .68rem; }
.architecture-tags { margin-top: auto; display: flex; gap: 7px; flex-wrap: wrap; }
.architecture-tags span { padding: 7px 9px; border: 1px solid rgba(122,158,218,.17); border-radius: 8px; color: #a8b5cd; background: rgba(255,255,255,.025); font-size: .62rem; }
.architecture-arrow { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; color: var(--cyan); }
.architecture-arrow::before { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(168,85,247,.5), transparent); }
.architecture-arrow span { position: relative; padding: 4px; background: #07101f; text-shadow: 0 0 13px var(--cyan); }
.architecture-caption { margin: 25px 0 0; color: #7787a5; text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.architecture-caption span { margin: 0 8px; color: var(--cyan); }

/* Service bento */
.services-explorer { overflow: hidden; }
.service-tabs span { margin-left: 4px; color: #7384a4; }
.service-bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 14px; }
.service-bento .bento-card { grid-column: span 3; min-height: 220px; }
.service-bento .bento-card:nth-child(8n+1), .service-bento .bento-card:nth-child(8n+6) { grid-column: span 6; min-height: 260px; }
.service-bento .bento-card:nth-child(8n+4) { grid-column: span 3; grid-row: span 2; min-height: 454px; }
.service-bento .bento-card:nth-child(8n+4) .service-icon { margin-top: 55px; }
.service-bento .bento-card strong { position: relative; font-size: 1.05rem; }
.service-bento .bento-card:nth-child(8n+1) strong, .service-bento .bento-card:nth-child(8n+6) strong { max-width: 65%; font-size: 1.35rem; }
.service-bento .bento-card small { position: relative; max-width: 88%; line-height: 1.5; }
.filter-empty { padding: 50px 20px; color: var(--muted); text-align: center; }
.category-bento { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.category-panel { --accent: var(--purple); position: relative; grid-column: span 2; min-height: 300px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, rgba(15,28,60,.82), rgba(8,15,36,.95)); transition: transform .25s ease, border-color .25s ease; }
.category-panel:nth-child(1), .category-panel:nth-child(5) { grid-column: span 3; }
.category-panel::after { content: ""; position: absolute; width: 190px; height: 190px; top: -100px; right: -90px; border-radius: 50%; background: var(--accent); opacity: .15; filter: blur(55px); }
.category-panel:hover { transform: translateY(-5px); border-color: color-mix(in srgb,var(--accent) 45%,transparent); }
.category-panel > span { color: var(--accent); font-size: .66rem; font-weight: 800; }
.category-panel h3 { max-width: 280px; margin: auto 0 14px; font-size: 1.55rem; }
.category-panel p { color: var(--muted); font-size: .78rem; }
.category-panel small { color: #bcc7da; font-weight: 700; }
.category-panel small i { float: right; color: var(--accent); font-style: normal; }
.delivery-model { border-top: 1px solid var(--line); background: #070914; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border: 1px solid var(--line); border-radius: 27px; overflow: hidden; }
.process-grid li { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); background: linear-gradient(170deg,rgba(15,26,54,.68),rgba(7,13,29,.86)); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { color: var(--cyan); font-size: .67rem; font-weight: 800; }
.process-grid h3 { margin: 110px 0 16px; font-size: 1.45rem; }
.process-grid p { color: var(--muted); font-size: .82rem; }

/* Service detail */
.service-detail-hero { min-height: 760px; }
.service-hero-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(400px,.72fr); gap: 70px; align-items: center; }
.service-hero-copy h1 { font-size: clamp(3.3rem,6vw,6.7rem); }
.service-hero-meta { margin-top: 45px; display: flex; gap: 24px; flex-wrap: wrap; }
.service-hero-meta > span { min-width: 130px; padding-left: 15px; border-left: 1px solid rgba(147,178,230,.25); }
.service-hero-meta small, .service-hero-meta strong { display: block; }
.service-hero-meta small { color: #7485a6; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.service-hero-meta strong { color: #d8e1f1; font-size: .75rem; }
.service-signal-card { min-height: 570px; overflow: hidden; border: 1px solid rgba(105,158,235,.26); border-radius: 30px; background: linear-gradient(150deg,rgba(15,29,60,.94),rgba(6,13,31,.97)); box-shadow: var(--shadow); }
.signal-card-head, .signal-card-foot { min-height: 65px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); color: #8c9bb7; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.signal-card-head span { display: flex; align-items: center; gap: 8px; }
.signal-card-head i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
.signal-card-head strong { color: white; font-size: .72rem; }
.signal-core { position: relative; min-height: 440px; display: flex; align-items: center; justify-content: center; }
.signal-core::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle,rgba(168,85,247,.14),transparent 42%); }
.signal-orbit { position: absolute; border: 1px solid rgba(84,163,247,.24); border-radius: 50%; }
.signal-orbit-one { width: 340px; height: 340px; }.signal-orbit-two { width: 230px; height: 230px; border-color: rgba(168,85,247,.3); }
.signal-mark { position: relative; z-index: 2; width: 164px; height: 164px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(168,85,247,.4); border-radius: 50%; background: #111529; box-shadow: 0 0 60px rgba(5,12,20,.35); }
.signal-mark img { width: 88px; height: 88px; object-fit: contain; }
.signal-mark span { font-size: .55rem; letter-spacing: .12em; }
.signal-node { position: absolute; z-index: 3; padding: 8px 12px; border: 1px solid rgba(113,152,217,.22); border-radius: 99px; background: rgba(7,16,39,.88); color: #a9b6ce; font-size: .62rem; }
.signal-node-a { left: 8%; top: 22%; }.signal-node-b { right: 6%; top: 28%; }.signal-node-c { left: 10%; bottom: 20%; }.signal-node-d { right: 8%; bottom: 17%; }
.signal-card-foot { min-height: 64px; justify-content: center; border-top: 1px solid var(--line); border-bottom: 0; }
.signal-card-foot span + span::before { content: "·"; margin-right: 15px; color: var(--cyan); }
.service-overview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.service-overview h2 { max-width: 500px; font-size: clamp(2.4rem,4vw,4.5rem); }
.prose-intro { color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.prose-intro .highlight-copy { padding: 24px 0 24px 25px; border-left: 2px solid var(--pink); color: #e7e9f1; font-size: 1.18rem; }
.feature-section { border-top: 1px solid var(--line); background: var(--bg-soft); }
.feature-bento { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.feature-card { grid-column: span 2; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg,rgba(16,28,57,.72),rgba(8,14,31,.9)); }
.feature-card:nth-child(4n+1) { grid-column: span 3; }
.feature-card > span { color: var(--cyan); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.feature-card h3 { margin: 90px 0 13px; font-size: 1.35rem; }
.feature-card p { color: var(--muted); font-size: .8rem; }
.feature-card-highlight { grid-column: span 3; background: linear-gradient(145deg,rgba(124,58,237,.72),rgba(17,21,41,.92)); }
.feature-card-highlight h3 { margin-top: 30px; }
.feature-card-highlight ul { margin: 0; padding: 0; list-style: none; }
.feature-card-highlight li { padding: 11px 0; border-top: 1px solid var(--line); color: #e1e5ee; font-size: .82rem; }
.feature-card-highlight li small { display: block; color: var(--muted); }
.use-case-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.use-case-copy { position: sticky; top: 125px; align-self: start; }
.use-case-copy p { margin-top: 25px; color: var(--muted); }
.use-case-list { border-top: 1px solid var(--line); }
.use-case-list article { padding: 28px 0; display: grid; grid-template-columns: 45px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.use-case-list article > span { color: var(--cyan); font-size: .64rem; font-weight: 800; }
.use-case-list h3 { margin: 0 0 8px; font-size: 1.35rem; }
.use-case-list p { margin: 0; color: var(--muted); font-size: .82rem; }
.service-metrics { margin-top: 35px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 19px; overflow: hidden; }
.service-metrics div { padding: 22px; border-right: 1px solid var(--line); }
.service-metrics div:last-child { border: 0; }
.service-metrics strong, .service-metrics span, .service-metrics small { display: block; }
.service-metrics strong { font-size: 1.5rem; }.service-metrics span { color: #c2ccdc; font-size: .72rem; }.service-metrics small { color: #7182a2; font-size: .62rem; }
.integration-section { border-top: 1px solid var(--line); background: linear-gradient(130deg,#070914,#111529); }
.integration-cloud { margin-top: 45px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.integration-cloud span { padding: 14px 20px; border: 1px solid rgba(127,159,214,.2); border-radius: 12px; background: rgba(255,255,255,.025); color: #ccd4e3; font-size: .78rem; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 45px 25px 0; position: relative; list-style: none; color: #e9edf5; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 5px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 45px 20px 0; color: var(--muted); font-size: .88rem; }
.related-section { border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.related-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg,rgba(15,28,57,.72),rgba(7,14,31,.91)); transition: transform .25s,border-color .25s; }
.related-card:hover { transform: translateY(-4px); border-color: rgba(168,85,247,.4); }
.related-card > span { color: var(--cyan); font-size: .65rem; }.related-card h3 { margin: 95px 0 12px; font-size: 1.45rem; }.related-card p { color: var(--muted); font-size: .8rem; }.related-card i { position: absolute; right: 25px; bottom: 22px; color: var(--cyan); font-style: normal; }

/* Content indexes and articles */
.content-index-hero { min-height: 690px; }
.content-toolbar { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.content-toolbar > div { display: flex; align-items: baseline; gap: 15px; }.content-toolbar > div > span { color: var(--cyan); font-size: .68rem; font-weight: 800; }.content-toolbar h2 { margin: 0; font-size: clamp(1.7rem,3vw,3rem); }
.content-search { position: relative; min-width: 290px; }.content-search input { width: 100%; padding: 13px 44px 13px 16px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.035); color: white; outline: 0; }.content-search input:focus { border-color: rgba(168,85,247,.6); box-shadow: 0 0 0 3px rgba(168,85,247,.1); }.content-search i { position: absolute; right: 17px; top: 50%; transform: translateY(-50%); color: #8192b1; font-style: normal; }
.content-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.content-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(150deg,rgba(15,27,55,.78),rgba(7,14,31,.93)); }
.content-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .95fr; }
.content-card-art, .content-card-media { position: relative; min-height: 260px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at center,var(--navy-2),var(--navy) 46%,var(--ink) 80%); }
.content-card-featured .content-card-art, .content-card-featured .content-card-media { min-height: 440px; }
.content-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.content-card:hover .content-card-media img { transform: scale(1.025); }
.content-card-art::before, .content-card-art::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(143,166,188,.3); border-radius: 50%; }.content-card-art::after { width: 135px; height: 135px; border-color: rgba(168,85,247,.38); }.content-card-art span { position: relative; z-index: 2; color: white; font-size: 3.6rem; font-weight: 800; text-shadow: 0 0 30px rgba(168,85,247,.16); }.content-card-art i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }.content-card-art i:nth-of-type(1) { left: 24%; top: 28%; }.content-card-art i:nth-of-type(2) { right: 24%; bottom: 28%; background: var(--lime); }
.content-card-body { padding: 30px; }.content-card-featured .content-card-body { padding: clamp(35px,6vw,70px); display: flex; flex-direction: column; justify-content: center; }.content-card-meta { display: flex; justify-content: space-between; gap: 15px; color: #7f91b0; font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }.content-card-meta > span { color: var(--cyan); }.content-card h3 { margin: 24px 0 14px; font-size: clamp(1.35rem,2.2vw,2.1rem); }.content-card p { color: var(--muted); font-size: .84rem; }.content-card .text-link { display: inline-block; margin-top: 12px; }
.job-meta, .tag-list { margin: 20px 0; display: flex; gap: 7px; flex-wrap: wrap; }.job-meta span, .tag-list span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: #9ba9c1; font-size: .63rem; }.card-metrics { margin: 20px 0; display: flex; gap: 25px; }.card-metrics span { color: #7f90ad; font-size: .63rem; }.card-metrics strong { display: block; color: white; font-size: 1.2rem; }
.content-detail-hero { min-height: 700px; }.content-detail-head { width: 100%; }.content-detail-head h1 { max-width: 1050px; font-size: clamp(3.2rem,6.3vw,6.8rem); }.article-meta { margin-top: 35px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; color: #8595b1; font-size: .72rem; }.article-meta span + span, .article-meta time + span, .article-meta span + time { padding-left: 18px; border-left: 1px solid var(--line); }.article-meta strong { color: #d9e1f0; }.status-pill { padding: 7px 12px !important; border: 1px solid rgba(168,85,247,.3) !important; border-radius: 99px; color: var(--lime); text-transform: uppercase; letter-spacing: .08em; }
.article-hero-media { margin-top: -65px; position: relative; z-index: 2; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }.article-hero-media img { width: 100%; max-height: 680px; object-fit: cover; }
.case-study-metrics, .job-facts { position: relative; z-index: 3; margin-top: -45px; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #0b1124; box-shadow: 0 25px 65px rgba(0,0,0,.25); }.case-study-metrics div, .job-facts div { padding: 24px; border-right: 1px solid var(--line); }.case-study-metrics div:last-child, .job-facts div:last-child { border: 0; }.case-study-metrics strong, .case-study-metrics span, .case-study-metrics small, .job-facts span, .job-facts strong { display: block; }.case-study-metrics strong { font-size: 1.6rem; }.case-study-metrics span, .job-facts span { color: #8191ad; font-size: .65rem; }.case-study-metrics small { color: #8191ad; font-size: .58rem; }.job-facts { margin-top: -35px; }.job-facts strong { margin-top: 5px; font-size: .82rem; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 90px; align-items: start; }.article-body { max-width: 780px; color: #c2c7d3; font-size: 1.02rem; line-height: 1.85; }.rich-text h2 { margin: 65px 0 20px; font-size: clamp(1.8rem,3vw,2.7rem); }.rich-text h3 { margin-top: 40px; font-size: 1.35rem; }.rich-text a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }.rich-text ul, .rich-text ol { padding-left: 25px; }.rich-text li { margin: 10px 0; }.rich-text blockquote { margin: 45px 0; padding: 30px; border: 1px solid rgba(168,85,247,.3); border-radius: 19px; background: rgba(168,85,247,.06); color: #fff; font-size: 1.25rem; }.rich-text blockquote p { margin: 0; }.rich-text cite { display: block; margin-top: 14px; color: #9da9bd; font-size: .72rem; font-style: normal; }.rich-text figure { margin: 45px 0; }.rich-text figure img { width: 100%; border-radius: 20px; }.rich-text figcaption { margin-top: 9px; color: #73839f; font-size: .68rem; }
.article-aside { position: sticky; top: 120px; }.aside-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg,rgba(16,29,58,.82),rgba(7,14,31,.94)); }.aside-card > span { color: var(--cyan); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }.aside-card > strong { display: block; margin: 13px 0 20px; font-size: 1.2rem; }.aside-card .button { width: 100%; margin-top: 18px; }.content-disclaimer { margin: 18px 4px 0; color: #687995; font-size: .65rem; }

/* Trust centre */
.trust-hero-layout { display: grid; grid-template-columns: 1.15fr .55fr; gap: 100px; align-items: center; }
.trust-review-panel { min-height: 330px; padding: 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border: 1px solid rgba(168,85,247,.3); border-radius: 24px; background: linear-gradient(150deg,rgba(17,21,41,.86),rgba(5,12,20,.96)); box-shadow: var(--shadow); }
.trust-review-panel img { width: 82px; height: 82px; margin-bottom: auto; object-fit: contain; }
.trust-review-panel > span { color: var(--lime); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-review-panel > strong { margin-top: 8px; font-family: var(--font-heading); font-size: 1.35rem; }
.trust-review-panel p { margin: 8px 0 14px; color: #b7c3d5; font-size: .8rem; }
.trust-review-panel small { color: #8192ae; font-size: .64rem; }
.trust-gate-section { padding: 0 0 clamp(55px,7vw,90px); background: var(--ink); }
.trust-gate { padding: clamp(28px,4vw,46px); display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.8fr); gap: clamp(30px,6vw,75px); border: 1px solid rgba(168,85,247,.32); border-left: 5px solid var(--lime); border-radius: 20px; background: rgba(17,21,41,.42); }
.trust-gate > div:first-child > span { color: var(--lime); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.trust-gate h2 { margin: 12px 0 16px; font-size: clamp(1.7rem,3vw,2.55rem); }
.trust-gate p { margin: 0; color: #bdc8d8; }
.trust-gate .trust-gate-note { margin-top: 16px; color: #91a2ba; font-size: .78rem; }
.trust-gate-checks { padding-left: clamp(24px,3vw,42px); border-left: 1px solid var(--line); }
.trust-gate-checks > strong { color: #fff; font-size: .8rem; }
.trust-gate-checks ul { margin: 18px 0 0; padding: 0; list-style: none; }
.trust-gate-checks li { position: relative; margin: 12px 0; padding-left: 20px; color: #aebbd0; font-size: .75rem; }
.trust-gate-checks li::before { content: ""; position: absolute; left: 0; top: .56em; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }.principle-grid article { min-height: 360px; padding: 30px; border-right: 1px solid var(--line); background: rgba(8,16,36,.7); }.principle-grid article:last-child { border: 0; }.principle-grid article > span { color: var(--cyan); font-size: .65rem; font-weight: 800; }.principle-grid h3 { margin: 120px 0 15px; font-size: 1.35rem; }.principle-grid p { color: var(--muted); font-size: .8rem; }
.trust-controls-section { border-top: 1px solid var(--line); background: var(--navy); }
.trust-control-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.trust-control-card { padding: clamp(26px,3vw,38px); border: 1px solid var(--line); border-radius: 22px; background: rgba(5,12,20,.52); }
.trust-control-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; color: #8192ae; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-control-status { max-width: 210px; color: var(--lime); text-align: right; }
.trust-control-card h3 { margin: 34px 0 8px; font-size: 1.5rem; }
.trust-control-card > p { color: #aebbd0; font-size: .82rem; }
.trust-control-card .trust-control-scope { color: #8295b3; font-size: .68rem; font-weight: 700; }
.trust-control-card dl { margin: 30px 0 0; }
.trust-control-card dl div { padding: 16px 0; border-top: 1px solid var(--line); }
.trust-control-card dt { margin-bottom: 6px; color: var(--lime); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-control-card dd { margin: 0; color: #aebbd0; font-size: .75rem; }
.trust-status-legend { margin: 0 0 32px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.trust-status-legend div { padding: 18px 22px; border-bottom: 1px solid var(--line); }
.trust-status-legend div:nth-child(odd) { border-right: 1px solid var(--line); }
.trust-status-legend div:nth-last-child(-n+2) { border-bottom: 0; }
.trust-status-legend dt { color: #fff; font-size: .7rem; font-weight: 800; }
.trust-status-legend dd { margin: 6px 0 0; color: #8fa0ba; font-size: .68rem; }
.trust-evidence-section { border-top: 1px solid var(--line); background: var(--bg-soft); }.evidence-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.evidence-card { min-height: 340px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg,rgba(15,27,56,.83),rgba(7,14,30,.94)); }.evidence-card-head { display: flex; justify-content: space-between; gap: 15px; color: #7586a5; font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }.evidence-status { display: flex; align-items: center; gap: 6px; }.evidence-status i { width: 6px; height: 6px; border-radius: 50%; background: #8792a6; }.status-verified { color: var(--lime); }.status-verified i { background: var(--lime); box-shadow: 0 0 8px var(--lime); }.status-pending { color: #f0b95f; }.status-pending i { background: #f0b95f; }.status-expired, .status-unverified { color: #d68691; }.status-expired i, .status-unverified i { background: #d68691; }.evidence-card h3 { margin: 45px 0 6px; font-size: 1.35rem; }.evidence-issuer { color: #7d8eaa !important; font-size: .67rem !important; }.evidence-card > p { color: var(--muted); font-size: .78rem; }.evidence-card dl { margin-top: auto; }.evidence-card dl div { padding: 7px 0; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid rgba(255,255,255,.06); font-size: .63rem; }.evidence-card dt { color: #70809c; }.evidence-card dd { margin: 0; color: #b5c0d3; }.evidence-card .text-link { margin-top: 15px; font-size: .73rem; }

/* Editorial standards */
.editorial-owner-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(360px,1.2fr); gap: clamp(45px,8vw,110px); align-items: center; }
.editorial-owner-layout > div > p { max-width: 560px; color: var(--muted); }
.editorial-owner-card { min-height: 330px; padding: clamp(30px,5vw,55px); display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(168,85,247,.32); border-radius: 24px; background: linear-gradient(145deg,rgba(17,21,41,.88),rgba(5,12,20,.98)); box-shadow: var(--shadow); }
.editorial-owner-card > span { color: var(--lime); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.editorial-owner-card h3 { margin: 14px 0; font-size: clamp(1.8rem,3vw,2.7rem); }
.editorial-owner-card p { color: #bdc8d8; }
.editorial-owner-card small { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: #8394ae; font-size: .69rem; }
.editorial-metadata-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.editorial-metadata-grid div { min-height: 180px; padding: 30px; border-bottom: 1px solid var(--line); }
.editorial-metadata-grid div:nth-child(odd) { border-right: 1px solid var(--line); }
.editorial-metadata-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.editorial-metadata-grid dt { color: var(--lime); font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; }
.editorial-metadata-grid dd { margin: 28px 0 0; color: var(--muted); font-size: .78rem; }
.editorial-workflow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; list-style: none; }
.editorial-workflow li { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.editorial-workflow li:last-child { border-right: 0; }
.editorial-workflow li > span { color: var(--lime); font-size: .65rem; font-weight: 800; }
.editorial-workflow li > div { margin-top: auto; }
.editorial-workflow h3 { margin: 0 0 12px; font-size: 1.3rem; }
.editorial-workflow p { margin: 0; color: var(--muted); font-size: .75rem; }
.editorial-corrections { padding: clamp(30px,5vw,58px); display: flex; align-items: center; justify-content: space-between; gap: 50px; border: 1px solid var(--line); border-left: 5px solid var(--lime); border-radius: 22px; background: rgba(17,21,41,.46); }
.editorial-corrections > div { max-width: 760px; }
.editorial-corrections h2 { margin: 12px 0; }
.editorial-corrections p { margin: 0; color: var(--muted); }
.editorial-corrections .button { flex: 0 0 auto; }
.social-proof-section { border-top: 1px solid var(--line); }.social-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.review-evidence, .recognition-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(10,18,39,.8); }.review-evidence > span, .recognition-card > span { color: var(--cyan); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.review-evidence > strong { display: block; margin-top: 55px; font-size: 3rem; }.review-evidence strong small { color: #71809d; font-size: .8rem; }.review-evidence p { margin: 8px 0 0; color: #a7b2c5; }.review-evidence time { color: #6e7f9d; font-size: .62rem; }.recognition-card h3 { margin: 65px 0 15px; font-size: 1.45rem; }.recognition-card p { color: var(--muted); font-size: .8rem; }
.values-section { border-top: 1px solid var(--line); background: linear-gradient(130deg,#070914,#111529); }.values-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }.values-layout > div:first-child p { margin-top: 25px; color: var(--muted); }.values-stack { border-top: 1px solid var(--line); }.values-stack div { padding: 20px 5px; display: flex; align-items: center; gap: 35px; border-bottom: 1px solid var(--line); }.values-stack span { color: var(--cyan); font-size: .64rem; }.values-stack strong { font-size: 1.35rem; }

/* Contact */
.contact-hero-layout { display: grid; grid-template-columns: 1.15fr .55fr; gap: 90px; align-items: center; }.contact-direct-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }.contact-direct-grid > * { position: relative; min-width: 0; padding: 18px 17px 0; border-left: 1px solid var(--line); }.contact-direct-grid span, .contact-direct-grid strong { display: block; }.contact-direct-grid span { color: #7688a7; font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }.contact-direct-grid strong { margin-top: 4px; overflow: hidden; color: #d6dfed; font-size: .72rem; text-overflow: ellipsis; }.contact-direct-grid i { position: absolute; right: 5px; top: 19px; color: var(--cyan); font-style: normal; }
.contact-signal { min-height: 380px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }.contact-signal-core { position: relative; width: 260px; height: 260px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(168,85,247,.25); border-radius: 50%; }.contact-signal-core::before { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(143,166,188,.25); border-radius: 50%; }.contact-signal-core img { position: relative; z-index: 2; width: 92px; }.contact-signal-core i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 13px var(--lime); }.contact-signal-core i:nth-of-type(1) { left: 18px; top: 48%; }.contact-signal-core i:nth-of-type(2) { right: 37px; top: 25%; background: var(--lime); }.contact-signal-core i:nth-of-type(3) { right: 45px; bottom: 24%; background: var(--lime); }.contact-signal > span { margin-top: 12px; color: var(--lime); font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; }.contact-signal > strong { font-size: 1.1rem; }.contact-signal > small { color: #7687a5; }
.contact-section { background: var(--bg-soft); }.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }.contact-context { position: sticky; top: 120px; }.contact-context ol { margin: 40px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.contact-context li { padding: 22px 0; display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }.contact-context li > span { color: var(--cyan); font-size: .62rem; }.contact-context li strong { font-size: .88rem; }.contact-context li p { margin: 5px 0 0; color: var(--muted); font-size: .74rem; }.privacy-note { color: #8493ad; font-size: .66rem; }
.contact-form-card { padding: clamp(28px,5vw,55px); border: 1px solid rgba(109,151,219,.23); border-radius: 28px; background: linear-gradient(145deg,rgba(16,29,58,.85),rgba(7,14,31,.95)); box-shadow: var(--shadow); }.form-card-head > span { color: var(--cyan); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }.form-card-head > strong { display: block; margin: 10px 0 3px; font-size: clamp(1.7rem,3vw,2.6rem); letter-spacing: -.04em; }.form-card-head > small { color: #71829f; }
.contact-form { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.form-field { min-width: 0; }.form-field-full { grid-column: 1/-1; }.form-field > label:not(:has(input[type="checkbox"])) { display: block; margin: 0 0 7px 3px; color: #a7b4ca; font-size: .69rem; font-weight: 700; }.form-field input:not([type="checkbox"]), .form-field select, .form-field textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(133,164,217,.2); border-radius: 12px; background: rgba(255,255,255,.035); color: white; outline: 0; }.form-field textarea { resize: vertical; }.form-field select option, .form-field select optgroup { color: #081124; }.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: rgba(168,85,247,.58); box-shadow: 0 0 0 3px rgba(168,85,247,.1); }.form-field > small { display: block; margin: 6px 3px 0; color: #7486a4; font-size: .61rem; }.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea { border-color: rgba(244,107,132,.65); }.form-field.has-error > small { color: #ffa0b0; }.form-consent label { display: flex; align-items: flex-start; gap: 11px; color: #95a4bf; font-size: .7rem; }.form-consent input { margin-top: 4px; accent-color: #a855f7; }.form-consent a { color: var(--lime); text-decoration: underline; }.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.form-submit > span { color: #71819d; font-size: .63rem; }.form-notice { margin-top: 25px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; }.form-notice p { margin: 3px 0 0; font-size: .78rem; }.form-notice ul { margin-bottom: 0; }.form-notice-success { border-color: rgba(168,85,247,.34); background: rgba(168,85,247,.07); }.form-notice-success strong { color: var(--lime); }.form-notice-error { border-color: rgba(244,105,132,.35); background: rgba(244,105,132,.07); }.form-notice-error strong { color: #ff9aae; }
.consent-policy-link { display: inline-block; margin: 6px 0 0 30px; font-size: .7rem; text-underline-offset: 2px; }
.contact-alternatives { border-top: 1px solid var(--line); }.contact-route-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.contact-route-grid a { position: relative; min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(9,18,39,.75); transition: transform .25s,border-color .25s; }.contact-route-grid a:hover { transform: translateY(-4px); border-color: rgba(168,85,247,.42); }.contact-route-grid span { color: var(--cyan); font-size: .62rem; }.contact-route-grid h3 { margin: 100px 0 12px; font-size: 1.35rem; }.contact-route-grid p { color: var(--muted); font-size: .78rem; }.contact-route-grid i { position: absolute; right: 25px; bottom: 22px; color: var(--cyan); font-style: normal; }

/* Error */
.error-page { position: relative; min-height: calc(100vh - 116px); padding: 90px 0; display: flex; align-items: center; overflow: hidden; }.error-grid { position: absolute; z-index: -2; inset: 0; opacity: .25; background-image: linear-gradient(rgba(143,166,188,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(143,166,188,.1) 1px,transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(circle,black,transparent 70%); }.error-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }.error-code { display: flex; align-items: center; justify-content: center; font-size: clamp(6rem,15vw,12rem); font-weight: 800; letter-spacing: -.12em; color: rgba(255,255,255,.08); }.error-code > div { position: relative; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(168,85,247,.24); border-radius: 50%; }.error-code img { width: 130px; }.error-code i { position: absolute; inset: -25px; border: 1px solid rgba(143,166,188,.2); border-radius: 50%; }.error-copy h1 { font-size: clamp(3.2rem,6vw,6.2rem); }.error-copy > p { max-width: 550px; color: var(--muted); }.error-links { margin-top: 45px; display: flex; gap: 25px; flex-wrap: wrap; }.error-links a { color: #94a4c0; font-size: .72rem; border-bottom: 1px solid rgba(255,255,255,.15); }

/* Progressive, motion-safe reveal */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
  .js [data-reveal].is-visible { opacity: 1; transform: none; }
  .signal-orbit-one { animation: slow-spin 20s linear infinite; }
  .signal-orbit-two { animation: slow-spin 15s linear infinite reverse; }
  @keyframes slow-spin { to { rotate: 360deg; } }
}

@media (max-width: 1180px) {
  .desktop-nav { gap: 14px; }
  .mega-menu-grid { grid-template-columns: repeat(3,1fr); }
  .architecture-diagram { grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr; padding: 20px; }
  .architecture-layer { padding: 20px 15px; }
  .service-hero-layout { gap: 40px; }
  .contact-layout { gap: 55px; }
}

@media (max-width: 900px) {
  .mega-menu { display: none !important; }
  .page-hero { min-height: auto; padding: 85px 0 75px; }
  .architecture-diagram { grid-template-columns: 1fr; gap: 12px; }
  .architecture-layer { min-height: 210px; }
  .architecture-layer h3 { margin-top: 35px; }
  .architecture-arrow { min-height: 28px; }
  .architecture-arrow::before { top: 0; bottom: 0; left: 50%; right: auto; width: 1px; height: auto; background: linear-gradient(transparent,rgba(168,85,247,.5),transparent); }
  .architecture-arrow span { transform: rotate(90deg); }
  .service-bento .bento-card, .service-bento .bento-card:nth-child(8n+1), .service-bento .bento-card:nth-child(8n+4), .service-bento .bento-card:nth-child(8n+6) { grid-column: span 6; grid-row: auto; min-height: 215px; }
  .service-bento .bento-card:nth-child(8n+4) .service-icon { margin-top: 0; }
  .category-panel, .category-panel:nth-child(1), .category-panel:nth-child(5) { grid-column: span 3; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }.process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-hero-layout, .service-overview-grid, .use-case-layout, .faq-layout, .trust-hero-layout, .values-layout, .contact-hero-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .service-signal-card { width: min(600px,100%); margin-inline: auto; }
  .use-case-copy, .contact-context { position: static; }
  .feature-card, .feature-card:nth-child(4n+1), .feature-card-highlight { grid-column: span 3; }
  .related-grid, .evidence-grid, .social-proof-grid, .contact-route-grid { grid-template-columns: repeat(2,1fr); }
  .principle-grid { grid-template-columns: repeat(2,1fr); }.principle-grid article:nth-child(2) { border-right: 0; }.principle-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-review-panel { width: min(520px,100%); margin-inline: auto; }
  .trust-gate { grid-template-columns: 1fr; }
  .trust-gate-checks { padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .editorial-owner-layout { grid-template-columns: 1fr; }
  .editorial-workflow { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .editorial-workflow li { border-bottom: 1px solid var(--line); }
  .editorial-workflow li:nth-child(even) { border-right: 0; }
  .editorial-workflow li:last-child { border-bottom: 0; }
  .editorial-corrections { align-items: flex-start; flex-direction: column; }
  .content-card-featured { grid-template-columns: 1fr; }
  .content-card-featured .content-card-art, .content-card-featured .content-card-media { min-height: 330px; }
  .article-layout { grid-template-columns: 1fr; gap: 50px; }.article-aside { position: static; }.aside-card { max-width: 500px; }
  .case-study-metrics, .job-facts { grid-template-columns: repeat(2,1fr); margin-inline: 24px; }.case-study-metrics div:nth-child(2), .job-facts div:nth-child(2) { border-right: 0; }.case-study-metrics div:nth-child(-n+2), .job-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-signal { display: none; }
  .error-layout { grid-template-columns: 1fr; gap: 35px; }.error-code { order: 2; opacity: .7; }
}

@media (max-width: 680px) {
  .page-hero { padding: 65px 0 60px; }
  .page-hero h1, .content-detail-head h1, .service-hero-copy h1 { font-size: clamp(2.8rem,14vw,4.3rem); }
  .breadcrumb { margin-bottom: 30px; }
  .architecture-diagram { padding: 12px; }
  .architecture-caption { line-height: 2; }
  .service-bento .bento-card, .service-bento .bento-card:nth-child(8n+1), .service-bento .bento-card:nth-child(8n+4), .service-bento .bento-card:nth-child(8n+6) { grid-column: span 12; min-height: 185px; }
  .service-bento .bento-card:nth-child(8n+1) strong, .service-bento .bento-card:nth-child(8n+6) strong { max-width: 90%; font-size: 1rem; }
  .category-panel, .category-panel:nth-child(1), .category-panel:nth-child(5) { grid-column: 1/-1; min-height: 250px; }
  .process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line) !important; }.process-grid li:last-child { border-bottom: 0 !important; }.process-grid h3 { margin-top: 70px; }
  .service-signal-card { min-height: 500px; }.signal-core { min-height: 375px; transform: scale(.9); }.signal-card-foot { font-size: .55rem; }
  .service-overview-grid, .use-case-layout, .faq-layout { gap: 40px; }
  .feature-card, .feature-card:nth-child(4n+1), .feature-card-highlight { grid-column: 1/-1; min-height: 245px; }.feature-card h3 { margin-top: 70px; }
  .service-metrics { grid-template-columns: 1fr; }.service-metrics div { border-right: 0; border-bottom: 1px solid var(--line); }
  .related-grid, .evidence-grid, .social-proof-grid, .contact-route-grid { grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: 1fr; }.principle-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line) !important; }.principle-grid article:last-child { border-bottom: 0 !important; }.principle-grid h3 { margin-top: 75px; }
  .values-layout { gap: 40px; }
  .content-toolbar { align-items: stretch; flex-direction: column; }.content-search { min-width: 0; }.content-card-grid { grid-template-columns: 1fr; }.content-card-featured { grid-column: auto; }.content-card-featured .content-card-art, .content-card-featured .content-card-media { min-height: 250px; }.content-card-featured .content-card-body { padding: 30px; }
  .article-hero-media { margin: -25px 15px 0; border-radius: 18px; }.case-study-metrics, .job-facts { margin: -20px 15px 0; grid-template-columns: 1fr; }.case-study-metrics div, .job-facts div { border-right: 0; border-bottom: 1px solid var(--line) !important; }.case-study-metrics div:last-child, .job-facts div:last-child { border-bottom: 0 !important; }.article-meta span + span, .article-meta time + span, .article-meta span + time { padding-left: 0; border-left: 0; }
  .trust-review-panel { min-height: 290px; }.trust-control-grid, .trust-status-legend, .editorial-metadata-grid, .editorial-workflow { grid-template-columns: 1fr; }.trust-status-legend div, .trust-status-legend div:nth-child(odd), .trust-status-legend div:nth-last-child(-n+2), .editorial-metadata-grid div, .editorial-metadata-grid div:nth-child(odd), .editorial-metadata-grid div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }.trust-status-legend div:last-child, .editorial-metadata-grid div:last-child { border-bottom: 0; }.editorial-workflow li, .editorial-workflow li:nth-child(even), .editorial-workflow li:last-child { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }.editorial-workflow li:last-child { border-bottom: 0; }.editorial-corrections .button { width: 100%; }.evidence-card { min-height: 310px; }
  .contact-direct-grid { grid-template-columns: 1fr; gap: 17px; }.contact-direct-grid > * { padding-top: 13px; }.contact-form { grid-template-columns: 1fr; }.form-field-full { grid-column: auto; }.form-submit { align-items: stretch; flex-direction: column; }.form-submit .button { width: 100%; }.contact-form-card { border-radius: 22px; }
  .error-page { padding: 65px 0; }.error-code > div { width: 120px; height: 120px; }.error-code img { width: 90px; }
}

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

.status-not_required { color: #91a1bd; }
.status-not_required i { background: #91a1bd; }

.pagination { margin-top: 45px; padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; border-top: 1px solid var(--line); color: #7485a3; font-size: .72rem; }
.pagination > *:last-child { justify-self: end; }
.pagination a { color: #d7dfed; font-weight: 700; }
.pagination .is-disabled { opacity: .38; }

.thank-you-page { position: relative; min-height: calc(100vh - 116px); padding: 100px 0; display: flex; align-items: center; overflow: hidden; }
.thank-you-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }
.thank-you-signal { position: relative; min-height: 440px; display: flex; align-items: center; justify-content: center; }
.thank-you-signal > div { position: relative; z-index: 2; width: 220px; height: 220px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(168,85,247,.4); border-radius: 50%; background: radial-gradient(circle,rgba(168,85,247,.13),rgba(8,18,38,.95)); box-shadow: 0 0 70px rgba(168,85,247,.12); }
.thank-you-signal img { width: 120px; }
.thank-you-signal span { position: absolute; right: 8px; top: 15px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--lime); color: #0c1610; font-weight: 800; box-shadow: 0 0 20px rgba(168,85,247,.4); }
.thank-you-signal > i { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(168,85,247,.2); border-radius: 50%; }
.thank-you-signal > i:nth-of-type(2) { width: 410px; height: 410px; border-color: rgba(143,166,188,.18); }
.thank-you-signal > i:nth-of-type(3) { width: 8px; height: 8px; right: 11%; top: 22%; border: 0; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.thank-you-copy h1 { max-width: 780px; font-size: clamp(3.2rem,6vw,6.5rem); }
.thank-you-next { max-width: 650px; margin: 38px 0; padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.thank-you-next span { color: var(--cyan); font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.thank-you-next p { margin: 7px 0 0; color: #9aa8c0; font-size: .8rem; }

@media (max-width: 900px) {
  .thank-you-layout { grid-template-columns: 1fr; gap: 25px; }
  .thank-you-signal { min-height: 320px; order: 2; transform: scale(.82); }
}

@media (max-width: 680px) {
  .pagination { grid-template-columns: 1fr 1fr; }
  .pagination > span:nth-child(2) { grid-column: 1/-1; grid-row: 1; text-align: center; }
  .pagination > *:last-child { justify-self: end; }
  .thank-you-page { padding: 65px 0; }
  .thank-you-copy h1 { font-size: clamp(2.8rem,14vw,4.3rem); }
  .thank-you-signal { display: none; }
}

/* Approved EASY SERVE brand system --------------------------------------- */
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
body,
button,
input,
select,
textarea { font-family: var(--font-body); }
strong,
b { font-weight: 700; }

body.preview-mode {
  --preview-banner-height: 48px;
  padding-top: var(--preview-banner-height);
}
.preview-banner {
  position: fixed;
  z-index: 1400;
  inset: 0 0 auto;
  height: var(--preview-banner-height, 48px);
  color: var(--ink);
  background: var(--warning-bg);
  border-bottom: 1px solid rgba(154, 123, 27, .35);
  box-shadow: 0 8px 24px rgba(5, 12, 20, .16);
}
.preview-banner-inner {
  width: min(1440px, 100%);
  height: 100%;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  line-height: 1.2;
}
.preview-banner-badge {
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--warning-text);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.preview-banner strong { color: var(--warning-text); }
.preview-banner-message { color: #44515e; }
.preview-banner a {
  min-height: 44px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.preview-mode .site-header { top: var(--preview-banner-height); }

.announcement {
  min-height: 34px;
  color: #fff;
  background: var(--navy);
  border-bottom-color: rgba(255, 255, 255, .12);
  font-family: var(--font-body);
  letter-spacing: .11em;
}
.announcement a { color: var(--lime); }
.announcement a:hover { color: #fff; }
.live-dot { background: var(--lime); box-shadow: 0 0 0 4px rgba(168,85,247, .13); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 12, 20, .22);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease;
}
.site-header::before { background: var(--lime); opacity: .72; }
.site-header.is-scrolled {
  background: rgba(5, 12, 20, .97);
  border-bottom-color: var(--line);
  box-shadow: 0 14px 38px rgba(5, 12, 20, .26);
  backdrop-filter: blur(16px) saturate(125%);
}
.nav-shell {
  width: min(1440px, 100%);
  max-width: none;
  min-height: 82px;
  padding-inline: clamp(22px, 3vw, 48px);
  gap: clamp(14px, 1.4vw, 24px);
}
.brand { width: 210px; flex: 0 0 210px; }
.brand img { height: 64px; }
.desktop-nav { gap: clamp(15px, 1.35vw, 25px); }
.desktop-nav > a,
.nav-link-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  font-family: var(--font-body);
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.desktop-nav > a::after,
.nav-link-button::after {
  bottom: 4px;
  height: 2px;
  background: var(--lime);
}
.desktop-nav > a:hover,
.desktop-nav > a:focus-visible,
.desktop-nav > a[aria-current="page"],
.nav-link-button:hover,
.nav-link-button:focus-visible,
.nav-link-button[aria-expanded="true"],
.nav-link-button.is-active { color: var(--lime); }
.nav-link-button.is-active::after { right: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-link-button { gap: 5px; padding: 0; cursor: pointer; }
.nav-link-button > span { transition: transform .2s ease; }
.nav-link-button[aria-expanded="true"] > span { transform: rotate(180deg); }
.header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.header-login {
  min-width: 62px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-bright);
  border-radius: 999px;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
}
.header-login:hover { color: var(--lime); border-color: var(--lime); }

.mega-menu,
.nav-popover {
  border: 1px solid var(--line);
  background: var(--ink);
  box-shadow: 0 28px 70px rgba(5, 12, 20, .34);
  backdrop-filter: none;
}
.mega-menu {
  top: 116px;
  width: min(1240px, calc(100vw - 48px));
  padding: 28px;
  border-radius: 0 0 22px 22px;
}
.is-scrolled .mega-menu { top: 82px; }
.mega-menu::before { background: linear-gradient(105deg, rgba(124,58,237, .18), transparent 52%, rgba(168,85,247, .05)); }
.mega-menu-head { border-bottom-color: var(--line); }
.mega-menu-head div > span,
.nav-popover-label,
.mega-category span { color: var(--lime); }
.mega-menu-head strong { font-family: var(--font-heading); font-size: 1.12rem; }
.desktop-nav .mega-menu-head > a { color: var(--lime); }
.mega-menu-grid { gap: 10px; }
.mega-menu-column {
  border-color: var(--line);
  border-radius: 14px;
  background: var(--panel);
}
.desktop-nav .mega-menu-column .mega-category { color: #fff; font-family: var(--font-heading); font-size: .85rem; }
.desktop-nav .mega-menu-column a { color: var(--soft-text, #8fa6bc); font-size: .72rem; }
.desktop-nav .mega-menu-column a:hover,
.desktop-nav .mega-menu-column a:focus-visible { color: var(--lime); }

.nav-popover {
  position: absolute;
  z-index: 1120;
  top: calc(100% + 15px);
  right: 0;
  width: 330px;
  padding: 14px;
  border-radius: 16px;
}
.nav-compact .nav-popover { left: 50%; right: auto; transform: translateX(-50%); }
.nav-popover-wide { width: min(670px, calc(100vw - 48px)); }
.nav-popover-label {
  display: block;
  padding: 5px 10px 12px;
  border-bottom: 1px solid var(--line);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.nav-popover-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding-top: 8px; }
.desktop-nav .nav-popover a {
  min-height: 68px;
  padding: 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  white-space: normal;
}
.desktop-nav .nav-popover a::after { display: none; }
.desktop-nav .nav-popover a:hover,
.desktop-nav .nav-popover a:focus-visible { color: #fff; background: var(--panel); }
.nav-popover a strong { font-size: .78rem; }
.nav-popover a small { color: var(--muted); font-size: .65rem; line-height: 1.35; }

.menu-toggle {
  width: 48px;
  height: 48px;
  border-color: var(--line-bright);
  border-radius: 12px;
  background: var(--panel);
}
.menu-toggle span { background: #fff; }
.mobile-menu {
  max-height: calc(100dvh - 74px);
  padding: 10px clamp(18px, 5vw, 32px) 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top-color: var(--line);
  background: var(--ink);
}
.mobile-menu > a,
.mobile-accordion > summary {
  min-height: 52px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-weight: 700;
  list-style: none;
}
.mobile-accordion > summary::-webkit-details-marker,
.mobile-submenu > summary::-webkit-details-marker { display: none; }
.mobile-accordion > summary span,
.mobile-submenu > summary span { color: var(--lime); font-size: 1.15rem; transition: transform .2s ease; }
.mobile-accordion[open] > summary span,
.mobile-submenu[open] > summary span { transform: rotate(45deg); }
.mobile-accordion-panel { padding: 6px 0 12px 14px; border-bottom: 1px solid var(--line); }
.mobile-menu .mobile-accordion-panel > a,
.mobile-menu .mobile-submenu a {
  min-height: 48px;
  margin: 0;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(30, 52, 70, .7);
  color: var(--muted);
  font-size: .9rem;
}
.mobile-submenu { border-bottom: 1px solid var(--line); }
.mobile-submenu > summary {
  min-height: 48px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  list-style: none;
}
.mobile-submenu > div { padding-left: 13px; }
.mobile-actions { padding-top: 20px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; }
.mobile-actions .button { width: 100%; margin: 0; }

.button {
  min-height: 48px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
}
.button-primary {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 12px 30px rgba(168,85,247, .16);
}
.button-primary:hover { color: var(--ink); background: var(--green); box-shadow: 0 15px 34px rgba(168,85,247, .22); }
.button-ghost { color: #fff; background: transparent; border-color: var(--line-bright); }
.button-ghost:hover { background: var(--panel); border-color: var(--lime); }
.button-light { color: var(--navy); background: #fff; }
.button-outline-light { border-color: rgba(255, 255, 255, .55); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: #fff; }

.eyebrow {
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: .16em;
}
.eyebrow > span { background: var(--lime); }
h1 { font-size: clamp(3rem, 6.3vw, 6.8rem); line-height: .96; font-weight: 700; }
h2 { font-size: clamp(2.25rem, 4.3vw, 4.8rem); line-height: 1.04; font-weight: 700; }
h3 { font-weight: 700; }
h1 span,
h2 span {
  color: var(--lime);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
}
.hero-proof strong,
.outcome-card > strong,
.metric-grid strong,
.large-metric strong,
.review-card strong,
.review-evidence > strong,
.case-study-metrics strong,
.job-facts strong,
.service-metrics strong,
.error-code,
.thank-you-signal span { font-family: var(--font-heading); font-weight: 700; }
[class*="metric"] strong,
[class*="stat"] strong,
[class*="proof"] strong { font-family: var(--font-heading); font-weight: 700; }

.hero-grid,
.final-grid,
.page-hero-grid,
.error-grid { background-image: linear-gradient(rgba(143, 166, 188, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(143, 166, 188, .09) 1px, transparent 1px); }
.hero-glow-one { background: var(--navy-2); opacity: .22; }
.hero-glow-two { background: var(--lime); opacity: .08; }
.ecosystem-stage,
.ecosystem-poster,
.service-card,
.case-card,
.trust-card,
.outcome-card,
.contact-form-card,
.modal,
.poster-modal,
.empty-state,
.evidence-placeholder {
  border-color: var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.ecosystem-stage::before { background: radial-gradient(circle at 50% 54%, rgba(124,58,237, .35), transparent 35%); }
.network-ring,
.contact-signal-core,
.signal-orbit { border-color: rgba(168,85,247, .26); }
.ring-two,
.contact-signal-core::before { border-color: rgba(143, 166, 188, .25); }
.network-beam { background: linear-gradient(90deg, transparent, rgba(168,85,247, .72), transparent); box-shadow: 0 0 10px rgba(168,85,247, .18); }
.network-hub { border-color: rgba(168,85,247, .48); background: var(--navy); box-shadow: 0 0 0 12px rgba(168,85,247, .04), 0 0 55px rgba(5, 12, 20, .38); }
.network-node { border-color: var(--line); background: rgba(17,21,41, .96); }
.node-one,
.node-two,
.node-three,
.node-four,
.node-five { border-color: rgba(168,85,247, .42); }
.accent-purple,
.accent-cyan,
.accent-pink,
.accent-blue,
.accent-lime { --accent: var(--lime); }
.service-tab.active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.service-tab:hover { border-color: var(--lime); }
.service-card::before,
.case-card::after { opacity: .055; }
.outcome-card.featured { background: var(--navy); }
.outcome-line,
.featured .outcome-line { background: linear-gradient(90deg, var(--lime), transparent); }
.trust-section,
.architecture-section,
.values-section { background: var(--navy); }
.trust-section::before { background-image: radial-gradient(circle at 82% 20%, rgba(168,85,247, .08), transparent 28%); }
.architecture-diagram,
.architecture-layer { border-color: var(--line); background: rgba(5, 12, 20, .46); }
.architecture-diagram::before { background: radial-gradient(circle at 45% 42%, rgba(168,85,247, .07), transparent 29%); }
.architecture-intelligence,
.architecture-outcomes { border-color: rgba(168,85,247, .34); box-shadow: none; }
.career-panel {
  background: var(--navy);
  border: 1px solid rgba(168,85,247, .34);
  box-shadow: var(--shadow);
}
.career-copy h2 span { color: var(--lime); -webkit-text-fill-color: currentColor; }
.career-role { background: rgba(5, 12, 20, .52); }
.story-marker { background: var(--panel); }
.final-cta {
  background: var(--navy);
  border-block: 1px solid var(--line);
}
.final-cta::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--lime); }
.final-content h2 em { color: var(--lime); }
.page-hero::after { background: rgba(124,58,237, .24); }

.editorial-section { color: var(--ink); background: var(--paper); }
.editorial-section .eyebrow,
.editorial-section .heading-row > p { color: var(--body-text); }
.editorial-section .eyebrow > span { background: var(--lime); }
.editorial-card { border-color: var(--border-light); border-radius: 20px; background: #fff; box-shadow: 0 12px 36px rgba(17,21,41, .06); }
.story-art { background: var(--navy); }
.story-art::before,
.story-art::after { border-color: rgba(168,85,247, .42); }
.story-copy > span,
.compact-story > span { color: var(--navy); }
.story-copy p,
.compact-story p { color: var(--body-text); }
.story-copy a,
.compact-story a { color: var(--navy); }
.topic-row span { color: var(--body-text); border-color: var(--border-light); background: var(--card-light); }

.form-field input:not([type="checkbox"]),
.form-field select,
.form-field textarea,
.demo-modal input,
.demo-modal select,
.demo-modal textarea { border-color: var(--line-bright); background: rgba(255, 255, 255, .04); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.demo-modal input:focus,
.demo-modal select:focus,
.demo-modal textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(168,85,247, .12); }
.form-consent input { accent-color: var(--lime); }
.status-pending { color: var(--warning-text); background: var(--warning-bg); }

.site-footer { padding-top: 78px; color: #fff; background: var(--ink); border-top: 1px solid var(--line); }
.footer-grid { grid-template-columns: minmax(250px, 1.3fr) repeat(4, minmax(130px, .72fr)); gap: clamp(25px, 3.5vw, 54px); }
.footer-brand p,
.footer-grid > div:last-child p { color: var(--muted); }
.footer-brand .footer-positioning { margin-bottom: 8px; color: #fff; font-family: var(--font-heading); font-size: 1.05rem; }
.footer-brand > a { color: var(--lime); }
.footer-grid h3 { color: var(--lime); font-family: var(--font-body); }
.footer-grid > div:not(.footer-brand) > a { min-height: 38px; margin: 2px 0; display: flex; align-items: center; color: var(--muted); }
.footer-grid > div:not(.footer-brand) > a:hover { color: #fff; }
.footer-bottom { color: var(--muted); }
.footer-consent-button { padding: 0; border: 0; color: var(--muted); background: transparent; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer-consent-button:hover,
.footer-consent-button:focus-visible { color: #fff; }

.consent-banner { position: fixed; z-index: 1300; right: clamp(16px, 3vw, 42px); bottom: clamp(16px, 3vw, 36px); width: min(680px, calc(100vw - 32px)); padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; color: #fff; border: 1px solid rgba(168,85,247, .42); border-radius: 18px; background: var(--navy); box-shadow: 0 24px 70px rgba(5, 12, 20, .38); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { display: block; margin-bottom: 6px; color: var(--lime); font-family: var(--font-heading); font-size: 1.05rem; }
.consent-banner p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.consent-banner a { display: inline-flex; margin-top: 8px; color: #fff; font-size: .7rem; text-decoration: underline; text-underline-offset: 3px; }
.consent-banner-actions { display: grid; gap: 9px; min-width: 158px; }
.consent-banner-actions .button { min-height: 42px; padding: 10px 15px; justify-content: center; font-size: .7rem; }

/* Responsive CMS images preserve the layout contract of legacy img markup. */
.editorial-card-media picture,
.editorial-detail-image picture,
.case-card-media picture,
.case-detail-image picture,
.gallery-photo-button picture,
.home-case-media picture { display: block; width: 100%; height: 100%; }
.gallery-album-visual > picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }

@media (max-width: 1380px) and (min-width: 1280px) {
  .nav-shell { padding-inline: 22px; gap: 13px; }
  .brand { width: 190px; flex-basis: 190px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav > a,
  .nav-link-button { font-size: .77rem; }
  .header-login { display: none; }
  .desktop-cta { padding-inline: 16px; }
}

@media (max-width: 1279px) {
  .desktop-nav,
  .header-actions { display: none; }
  .menu-toggle { margin-left: auto; display: flex; }
  .nav-shell { min-height: 74px; }
  .brand { width: 200px; flex-basis: 200px; }
  .brand img { height: 60px; }
  .mega-menu,
  .nav-popover { display: none !important; }
}

@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section { padding-block: 78px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3.25rem); }
  .mobile-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .footer-bottom { gap: 12px; }
  .preview-banner-message { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .preview-banner-inner { gap: 7px; font-size: .76rem; }
  .preview-banner-badge { padding-inline: 7px; }
  .preview-banner a { font-size: .74rem; }
  .consent-banner { grid-template-columns: 1fr; gap: 16px; }
  .consent-banner-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
}

@media (max-width: 420px) {
  .brand { width: 178px; flex-basis: 178px; }
  .consent-banner-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .button:hover,
  .service-card:hover,
  .case-card:hover,
  .contact-route-grid a:hover { transform: none; }
}

/* Local semantic icon system: one lightweight sprite for every service. */
.service-symbol {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex: 0 0 auto;
  overflow: visible;
  color: inherit;
  fill: none;
}
.service-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 16px;
}
.service-icon .service-symbol { width: 27px; height: 27px; }
.signal-mark > .service-detail-symbol {
  width: 70px;
  height: 70px;
  margin-bottom: 9px;
  color: var(--lime);
  filter: drop-shadow(0 0 15px color-mix(in srgb, var(--lime) 35%, transparent));
}
.related-card > .related-card-icon {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan) 42%, transparent);
  border-radius: 15px;
  color: var(--cyan);
  background: color-mix(in srgb, var(--panel-solid) 84%, transparent);
  font-size: inherit;
  letter-spacing: normal;
}
.related-card-icon .service-symbol { width: 24px; height: 24px; }
