:root {
  --navy: #001044;
  --blue: #34b6ff;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.14);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font-display: "Inter", sans-serif;
  --font-data: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--navy); font-family: var(--font-display); }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { background: #001044; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .45s var(--ease), box-shadow .45s var(--ease); }
.site-header::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); transform: scaleX(.92); transition: transform .5s var(--ease), opacity .4s; }
.site-header.is-scrolled { background: rgba(0, 16, 68, .84); box-shadow: 0 12px 50px rgba(0, 7, 35, .24); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header.is-scrolled::after { transform: scaleX(1); opacity: .7; }

.header-shell { width: min(1440px, calc(100% - 80px)); height: 96px; margin: auto; display: grid; grid-template-columns: 250px 1fr 180px; align-items: center; transition: height .4s var(--ease); }
.is-scrolled .header-shell { height: 76px; }
.brand { display: inline-flex; width: 220px; height: 78px; align-items: center; }
.brand img { display: block; width: 220px; height: auto; object-fit: contain; }

.desktop-nav { justify-self: center; display: flex; gap: clamp(24px, 2.4vw, 42px); }
.desktop-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 500; letter-spacing: .01em; text-decoration: none; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-cta { justify-self: end; min-height: 48px; padding: 0 18px 0 21px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid transparent; background: var(--blue); color: #001044; font-family: var(--font-data); font-size: 11px; font-weight: 500; letter-spacing: .01em; text-decoration: none; text-transform: uppercase; transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.header-cta svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .25s var(--ease); }
.header-cta:hover { transform: translateY(-2px); background: #60c5ff; box-shadow: 0 10px 30px rgba(52,182,255,.2); }
.header-cta:hover svg { transform: translateX(3px); }
.header-cta:focus-visible, .desktop-nav a:focus-visible, .menu-toggle:focus-visible, .mobile-menu a:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 142px max(40px, calc((100vw - 1360px)/2)) 110px; }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 88px 88px; background-position: calc(50% - 18px) 0; mask-image: linear-gradient(to bottom, transparent 4%, #000 42%, transparent 92%); }
.hero-glow { position: absolute; width: 720px; height: 720px; right: -180px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(52,182,255,.2), transparent 66%); filter: blur(20px); }
.hero-layout { position: relative; width: 100%; display: grid; grid-template-columns: minmax(0, .96fr) minmax(400px, .74fr); gap: clamp(54px, 6vw, 104px); align-items: center; }
.hero-content { position: relative; max-width: 760px; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 38px; color: rgba(255,255,255,.54); font-family: var(--font-data); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--blue); }
h1 { max-width: 700px; margin: 0; font-size: clamp(46px, 4.6vw, 64px); line-height: 1.06; letter-spacing: -.045em; font-weight: 400; text-wrap: balance; }
h1 em { color: rgba(255,255,255,.42); font-style: normal; }
.intro { max-width: 580px; margin: 48px 0 0; padding-left: 22px; border-left: 1px solid rgba(52,182,255,.5); color: rgba(255,255,255,.58); font-size: clamp(16px, 1.18vw, 18px); line-height: 1.8; letter-spacing: 0; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 550px); aspect-ratio: 1.04 / 1; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.006)); overflow: visible; box-shadow: inset 0 1px rgba(255,255,255,.05), 0 36px 90px rgba(0,5,34,.2); transform: translateY(14px); }
.hero-visual::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.07); pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; width: 46%; height: 1px; top: 50%; left: 27%; background: linear-gradient(90deg, transparent, rgba(52,182,255,.8), transparent); opacity: .6; animation: scan 5s ease-in-out infinite; box-shadow: 0 0 18px rgba(52,182,255,.38); }
.visual-index, .visual-status, .visual-coordinate, .visual-caption { position: absolute; z-index: 2; color: rgba(255,255,255,.43); font-family: var(--font-data); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.visual-index { top: 32px; left: 34px; }
.visual-status { right: 34px; bottom: 30px; display: flex; align-items: center; gap: 8px; }
.visual-coordinate { color: rgba(52,182,255,.52); }
.coordinate-x { top: -22px; right: 0; }
.coordinate-y { bottom: 18px; left: -27px; writing-mode: vertical-rl; transform: rotate(180deg); }
.visual-caption { left: 34px; bottom: -38px; color: rgba(255,255,255,.28); line-height: 1.7; }
.visual-status span { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px rgba(52,182,255,.9); animation: status-pulse 2.4s ease-in-out infinite; }
.intelligence-map { position: absolute; inset: 8%; width: 84%; height: 84%; overflow: visible; }
.orbit { fill: none; stroke: rgba(255,255,255,.105); stroke-width: 1; }
.orbit-middle { stroke-dasharray: 3 10; animation: orbit-spin 36s linear infinite; transform-origin: center; }
.orbit-inner { stroke: rgba(52,182,255,.2); stroke-dasharray: 1 8; animation: orbit-spin 25s linear infinite reverse; transform-origin: center; }
.axis { fill: none; stroke: rgba(255,255,255,.055); stroke-width: 1; }
.axis-diagonal { stroke-dasharray: 2 9; }
.signal-path { fill: none; stroke: url(#signal); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: .14 .86; animation: signal-travel 5.5s var(--ease) infinite; }
.signal-path-secondary { opacity: .55; animation-delay: -2.4s; animation-duration: 7s; }
.nodes circle { fill: #001044; stroke: rgba(52,182,255,.85); stroke-width: 1.5; }
.nodes circle:nth-child(3n) { fill: var(--blue); }
.core-ring { fill: rgba(0,16,68,.88); stroke: rgba(52,182,255,.5); stroke-width: 1; stroke-dasharray: 3 7; animation: orbit-spin 18s linear infinite; transform-origin: center; }
.core-glow { fill: var(--blue); opacity: .75; }
.core-dot { fill: white; stroke: var(--blue); stroke-width: 2; }
.corner-data path { fill: none; stroke: rgba(255,255,255,.2); stroke-width: 1; }
.corner-data text { fill: rgba(255,255,255,.28); font: 500 10px "Inter", sans-serif; letter-spacing: .12em; }

.brand, .desktop-nav, .header-cta, .eyebrow, h1, .intro, .hero-visual { opacity: 0; animation: reveal-up .85s var(--ease) forwards; }
.brand { animation-delay: .04s; }
.desktop-nav { animation-delay: .1s; }
.header-cta { animation-delay: .16s; }
.eyebrow { animation-delay: .2s; }
h1 { animation-delay: .3s; }
.intro { animation-delay: .42s; }
.hero-content .eyebrow,
.hero-content h1,
.hero-content .intro { animation-name: reveal-left; animation-duration: .95s; will-change: opacity, transform; }
.hero-visual { animation-name: reveal-visual; animation-delay: .48s; animation-duration: 1.05s; }

@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes signal-travel { 0%, 18% { stroke-dashoffset: 1; opacity: .15; } 55%, 78% { opacity: 1; } 100% { stroke-dashoffset: 0; opacity: .15; } }
@keyframes scan { 0%, 100% { transform: translateY(-125px); opacity: 0; } 18%, 82% { opacity: .6; } 50% { transform: translateY(125px); } }
@keyframes status-pulse { 50% { opacity: .35; box-shadow: 0 0 3px rgba(52,182,255,.4); } }
@keyframes reveal-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes reveal-left { from { opacity: 0; transform: translateX(-42px); } to { opacity: 1; transform: translateX(0); } }
@keyframes reveal-visual { from { opacity: 0; transform: translate(28px, 14px); } to { opacity: 1; transform: translate(0, 14px); } }
.demo-note { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.positioning { position: relative; color: var(--navy); background: #f2f5f8; overflow: hidden; }
.positioning::before { content: ""; position: absolute; width: 46vw; height: 46vw; right: -18vw; top: -24vw; border: 1px solid rgba(0,16,68,.08); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(0,16,68,.018), 0 0 0 14vw rgba(0,16,68,.012); }
.positioning-shell { position: relative; width: min(1360px, calc(100% - 80px)); margin: auto; padding: 118px 0 0; display: grid; grid-template-columns: 116px 1fr; column-gap: 48px; }
.section-rail { grid-row: 1 / span 2; padding-top: 5px; border-right: 1px solid rgba(0,16,68,.14); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.section-rail p { margin: 0; color: var(--navy); }
.section-rail span { display: block; margin-top: 84px; color: rgba(0,16,68,.38); writing-mode: vertical-rl; transform: rotate(180deg); }
.positioning-main { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(280px, .68fr); gap: clamp(60px, 8vw, 128px); align-items: end; padding-bottom: 100px; }
.section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 34px; color: rgba(0,16,68,.48); font-family: var(--font-data); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker span { width: 28px; height: 1px; background: var(--blue); }
.positioning h2 { max-width: 830px; margin: 0; font-size: clamp(42px, 4.1vw, 58px); line-height: 1.03; font-weight: 400; letter-spacing: -.045em; }
.positioning h2 em { color: rgba(0,16,68,.34); font-style: normal; }
.positioning-context { padding: 0 0 8px 24px; border-left: 1px solid rgba(0,16,68,.18); }
.positioning-context > p { max-width: 390px; margin: 0; color: rgba(0,16,68,.82); font-size: 16px; line-height: 1.75; }
.context-marker { margin-top: 42px; display: flex; justify-content: space-between; gap: 24px; color: rgba(0,16,68,.42); font-family: var(--font-data); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.capability-index { grid-column: 2; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(0,16,68,.18); }
.capability-index li { position: relative; min-height: 230px; padding: 28px 28px 32px; border-right: 1px solid rgba(0,16,68,.14); transition: color .35s var(--ease), background .35s var(--ease); }
.capability-index li:first-child { border-left: 1px solid rgba(0,16,68,.14); }
.capability-number { color: rgba(0,16,68,.4); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; transition: color .35s; }
.capability-index h3 { margin: 68px 0 0; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.15; letter-spacing: -.035em; font-weight: 400; }
.capability-mark { position: absolute; right: 26px; top: 24px; color: var(--blue); font-size: 18px; opacity: 0; transform: translate(-8px, 8px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.capability-index li:hover { color: white; background: var(--navy); }
.capability-index li:hover .capability-number { color: var(--blue); }
.capability-index li:hover .capability-mark { opacity: 1; transform: none; }

.cyber-lifecycle { position: relative; color: white; background: #000d36; overflow: hidden; }
.cyber-lifecycle::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 80%, transparent); }
.cyber-shell { position: relative; width: min(1360px, calc(100% - 80px)); margin: auto; padding: 120px 0 72px; }
.cyber-heading { display: grid; grid-template-columns: 116px minmax(0, 1fr) 290px; column-gap: 48px; align-items: end; }
.cyber-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 22px 8px 0; border-right: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.cyber-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; color: rgba(255,255,255,.48); font-family: var(--font-data); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.cyber-kicker span { width: 28px; height: 1px; background: var(--blue); }
.cyber-title-group h2 { margin: 0; font-size: clamp(42px, 4.1vw, 58px); line-height: 1.04; letter-spacing: -.045em; font-weight: 400; }
.cyber-title-group h2 em { color: var(--blue); font-style: normal; }
.cyber-summary { padding: 0 0 6px 24px; border-left: 1px solid rgba(255,255,255,.14); }
.summary-code { color: var(--blue); font-family: var(--font-data); font-size: 10px; letter-spacing: .12em; }
.cyber-summary p { margin: 24px 0 34px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.72; }
.cyber-summary a { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid rgba(52,182,255,.65); color: white; font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.cyber-summary a span { color: var(--blue); transition: transform .3s var(--ease); }
.cyber-summary a:hover span { transform: translate(3px,-3px); }

.lifecycle-map { position: relative; margin-top: 116px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.lifecycle-map ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.lifecycle-map li { position: relative; min-height: 330px; padding: 32px 28px 28px; border-right: 1px solid rgba(255,255,255,.12); transition: background .45s var(--ease); }
.lifecycle-map li:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.lifecycle-map li:hover, .lifecycle-map .stage-active { background: rgba(52,182,255,.055); }
.stage-top { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.38); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; }
.stage-top i { width: 7px; height: 7px; border: 1px solid rgba(52,182,255,.65); border-radius: 50%; transition: background .35s, box-shadow .35s; }
.lifecycle-map li:hover .stage-top i, .lifecycle-map .stage-active .stage-top i { background: var(--blue); box-shadow: 0 0 14px rgba(52,182,255,.7); }
.lifecycle-map h3 { margin: 64px 0 22px; font-size: clamp(23px, 2vw, 28px); letter-spacing: -.035em; font-weight: 400; }
.lifecycle-map li > p { max-width: 205px; margin: 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.62; transition: color .35s; }
.lifecycle-map li:hover > p, .lifecycle-map .stage-active > p { color: rgba(255,255,255,.75); }
.stage-code { position: absolute; left: 28px; bottom: 28px; color: rgba(255,255,255,.27); font-family: var(--font-data); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.lifecycle-signal { position: absolute; z-index: 2; left: 0; right: 0; top: -1px; height: 1px; overflow: hidden; pointer-events: none; }
.lifecycle-signal span { display: block; width: 15%; height: 1px; background: linear-gradient(90deg, transparent, var(--blue), transparent); animation: lifecycle-scan 6s ease-in-out infinite; }
.cyber-footer { padding-top: 30px; display: flex; align-items: center; justify-content: center; gap: 16px; color: rgba(255,255,255,.3); font-family: var(--font-data); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.cyber-footer p { margin: 0; }
.cyber-footer > span { width: 3px; height: 3px; border-radius: 50%; background: rgba(52,182,255,.55); }
@keyframes lifecycle-scan { from { transform: translateX(-100%); } to { transform: translateX(667%); } }

.cyber-products { color: var(--navy); background: #f2f5f8; overflow: hidden; }
.products-shell { width: min(1360px, calc(100% - 80px)); margin: auto; padding: 120px 0 130px; }
.products-heading { display: grid; grid-template-columns: 116px minmax(0,1fr) 330px; column-gap: 48px; align-items: end; margin-bottom: 92px; }
.products-index { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 22px 8px 0; border-right: 1px solid rgba(0,16,68,.14); color: rgba(0,16,68,.46); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.products-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; color: rgba(0,16,68,.5); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.products-kicker span { width: 28px; height: 1px; background: var(--blue); }
.products-heading h2 { margin: 0; font-size: clamp(44px, 4.1vw, 58px); line-height: 1.01; letter-spacing: -.047em; font-weight: 400; }
.products-heading h2 em { color: rgba(0,16,68,.35); font-style: normal; }
.products-intro { margin: 0 0 8px; padding-left: 24px; border-left: 1px solid rgba(0,16,68,.17); color: rgba(0,16,68,.78); font-size: 16px; line-height: 1.75; }
.product-showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; align-items: stretch; }
.product { position: relative; min-height: 720px; padding: 30px; overflow: hidden; display: flex; flex-direction: column; }
.product-topline { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid currentColor; color: inherit; opacity: .52; font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-copy { position: relative; z-index: 2; max-width: 560px; padding-top: 44px; }
.product-name { display: flex; align-items: center; gap: 12px; font-family: var(--font-data); font-size: 14px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.product-name i { width: 18px; height: 18px; display: block; border: 1px solid currentColor; transform: rotate(45deg); }
.product h3 { max-width: 590px; margin: 34px 0 26px; font-size: clamp(30px, 2.55vw, 36px); line-height: 1.06; letter-spacing: -.04em; font-weight: 400; }
.product-copy > p { max-width: 560px; margin: 0; font-size: 16px; line-height: 1.72; }
.product-copy > a { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: inherit; font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.product-copy > a span { transition: transform .3s var(--ease); }
.product-copy > a:hover span { transform: translate(3px,-3px); }

.product-bazgrid { background: white; border: 1px solid rgba(0,16,68,.13); }
.product-bazgrid .product-copy > p { color: rgba(0,16,68,.72); }
.product-logo { height: 64px; display: flex; align-items: center; }
.product-logo img { display: block; width: 158px; height: auto; }
.bazgrid-watermark { position: absolute; width: 210px; height: auto; right: -36px; top: 88px; opacity: .025; transform: rotate(-8deg); pointer-events: none; }
.bazgrid-interface { position: relative; width: 100%; height: 246px; flex: 0 0 246px; margin-top: 48px; padding: 0 18px 18px; border: 1px solid rgba(0,16,68,.14); background: #f5f8fb; box-shadow: 0 22px 60px rgba(0,16,68,.08); }
.interface-bar { height: 42px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(0,16,68,.13); color: rgba(0,16,68,.52); font-family: var(--font-data); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.evidence-row { min-height: 34px; display: grid; grid-template-columns: 1.35fr .55fr .65fr; align-items: center; border-bottom: 1px solid rgba(0,16,68,.09); color: rgba(0,16,68,.72); font-size: 12px; }
.evidence-row i { justify-self: start; padding: 3px 6px; font-family: var(--font-data); font-size: 12px; font-style: normal; }
.evidence-head { color: rgba(0,16,68,.35); font-family: var(--font-data); text-transform: uppercase; }
.status-ok { color: #0c715e; background: rgba(12,113,94,.08); }
.status-review { color: #8a6500; background: rgba(138,101,0,.08); }
.status-gap { color: #9b3b32; background: rgba(155,59,50,.08); }
.evidence-metrics { padding-top: 14px; display: grid; grid-template-columns: repeat(3,1fr); }
.evidence-metrics div { display: flex; align-items: baseline; gap: 8px; }
.evidence-metrics strong { font-size: 22px; font-weight: 400; }
.evidence-metrics span { color: rgba(0,16,68,.48); font-family: var(--font-data); font-size: 12px; text-transform: uppercase; }

.product-brutclad { color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.12); }
.product-brutclad::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 72%, rgba(52,182,255,.12), transparent 34%), linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: auto, 60px 60px,60px 60px; }
.product-brutclad .product-copy > p { color: rgba(255,255,255,.67); }
.product-logo-brutclad { width: fit-content; padding: 0; background: transparent; }
.product-logo-brutclad img { width: 172px; height: auto; }
.brutclad-watermark { position: absolute; z-index: 1; width: 150px; height: auto; right: -22px; top: 92px; opacity: .055; transform: rotate(7deg); pointer-events: none; }
.attack-interface { position: relative; width: 100%; height: 250px; flex: 0 0 250px; margin-top: 48px; border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.attack-interface svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.attack-grid { fill: none; stroke: rgba(255,255,255,.05); stroke-width: 1; }
.attack-route { fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-dasharray: .12 .88; animation: signal-travel 6s var(--ease) infinite; }
.route-shadow { stroke: rgba(52,182,255,.18); stroke-width: 10; stroke-dasharray: none; filter: blur(4px); }
.attack-interface circle { fill: var(--navy); stroke: var(--blue); stroke-width: 2; }
.attack-interface .target-node { fill: var(--blue); filter: drop-shadow(0 0 8px rgba(52,182,255,.8)); }
.attack-label { position: absolute; z-index: 2; color: white; font-size: 11px; line-height: 1.2; }
.attack-label span { color: rgba(255,255,255,.38); font-family: var(--font-data); font-size: 10px; text-transform: uppercase; }
.label-entry { left: 7%; top: 42%; }.label-identity { left: 36%; top: 12%; }.label-target { right: 5%; top: 13%; text-align: right; }
.attack-score { position: absolute; z-index: 2; right: 18px; bottom: 16px; display: grid; grid-template-columns: auto auto; gap: 2px 12px; align-items: baseline; }
.attack-score span { color: rgba(255,255,255,.4); font-family: var(--font-data); font-size: 10px; text-transform: uppercase; }
.attack-score strong { grid-row: 1 / span 2; grid-column: 2; color: var(--blue); font-size: 34px; font-weight: 400; }
.attack-score i { color: rgba(255,255,255,.7); font-family: var(--font-data); font-size: 10px; font-style: normal; text-transform: uppercase; }

.advisory { position: relative; color: white; background: var(--navy); overflow: hidden; }
.advisory::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 38%, rgba(52,182,255,.035) 38% 38.08%, transparent 38.08% 100%); pointer-events: none; }
.advisory-shell { position: relative; width: min(1360px, calc(100% - 80px)); margin: auto; padding: 120px 0; display: grid; grid-template-columns: minmax(360px,.76fr) minmax(0,1.24fr); gap: clamp(80px,9vw,150px); }
.advisory-intro { align-self: start; }
.advisory-meta { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.38); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.advisory-kicker { display: flex; align-items: center; gap: 12px; margin: 74px 0 34px; color: rgba(255,255,255,.46); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.advisory-kicker span { width: 28px; height: 1px; background: var(--blue); }
.advisory h2 { margin: 0; font-size: clamp(40px,4.1vw,58px); line-height: 1.05; letter-spacing: -.043em; font-weight: 400; }
.advisory h2 em { color: rgba(255,255,255,.35); font-style: normal; }
.advisory-summary { max-width: 470px; margin: 48px 0 0; padding-left: 22px; border-left: 1px solid rgba(52,182,255,.52); color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.advisory-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid rgba(52,182,255,.7); color: white; font-family: var(--font-data); font-size: 12px; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.advisory-link span { color: var(--blue); transition: transform .3s var(--ease); }
.advisory-link:hover span { transform: translate(3px,-3px); }
.advisory-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.advisory-list li { position: relative; min-height: 250px; display: grid; grid-template-columns: 62px 1fr 26px; gap: 28px; padding: 34px 28px 32px 0; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .4s var(--ease), padding-left .4s var(--ease); }
.advisory-list li::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(52,182,255,.09), transparent 78%); opacity: 0; transition: opacity .4s var(--ease); }
.advisory-list li:hover { padding-left: 24px; }
.advisory-list li:hover::before { opacity: 1; }
.service-index { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; color: rgba(255,255,255,.35); font-family: var(--font-data); font-size: 10px; }
.service-index i { width: 8px; height: 8px; border: 1px solid rgba(52,182,255,.6); border-radius: 50%; transition: background .35s,box-shadow .35s; }
.advisory-list li:hover .service-index i { background: var(--blue); box-shadow: 0 0 14px rgba(52,182,255,.65); }
.service-body { position: relative; z-index: 1; }
.service-body h3 { margin: 0; font-size: clamp(25px,2.1vw,30px); line-height: 1.1; letter-spacing: -.035em; font-weight: 400; }
.service-body > p { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.65; }
.service-tags { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.service-tags span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-family: var(--font-data); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.service-arrow { position: relative; z-index: 1; justify-self: end; color: var(--blue); font-size: 20px; opacity: .35; transition: opacity .3s,transform .3s var(--ease); }
.advisory-list li:hover .service-arrow { opacity: 1; transform: translate(3px,-3px); }

.intelligent-systems { position: relative; color: var(--navy); background: #eaf0f4; overflow: hidden; }
.systems-shell { width: min(1360px, calc(100% - 80px)); margin: auto; padding: 120px 0 130px; }
.systems-heading { display: grid; grid-template-columns: 116px minmax(0,1fr) 330px; column-gap: 48px; align-items: end; margin-bottom: 94px; }
.systems-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 22px 8px 0; border-right: 1px solid rgba(0,16,68,.14); color: rgba(0,16,68,.46); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.systems-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; color: rgba(0,16,68,.5); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.systems-kicker span { width: 28px; height: 1px; background: var(--blue); }
.systems-heading h2 { margin: 0; font-size: clamp(44px,4.1vw,58px); line-height: 1.01; letter-spacing: -.047em; font-weight: 400; }
.systems-heading h2 em { color: rgba(0,16,68,.35); font-style: normal; }
.systems-intro { margin: 0 0 8px; padding-left: 24px; border-left: 1px solid rgba(0,16,68,.17); color: rgba(0,16,68,.78); font-size: 16px; line-height: 1.75; }
.system-product { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(0,16,68,.14); }
.system-product + .system-product { margin-top: 18px; }
.system-copy { padding: 34px 38px 40px; display: flex; flex-direction: column; background: #f8fafb; }
.system-copy header { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(0,16,68,.14); color: rgba(0,16,68,.44); font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.system-name { margin-top: 54px; font-family: var(--font-data); font-size: 15px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.system-name span { color: var(--blue); font-size: 10px; vertical-align: top; }
.system-logo { height: 52px; display: flex; align-items: center; }
.system-logo img { display: block; height: auto; }
.hyperi-logo { width: 166px; }
.yally-logo { width: 150px; }
.system-copy h3 { max-width: 590px; margin: 32px 0 26px; font-size: clamp(34px,3vw,42px); line-height: 1.06; letter-spacing: -.042em; font-weight: 400; }
.system-copy > p { max-width: 570px; margin: 0; color: rgba(0,16,68,.72); font-size: 16px; line-height: 1.72; }
.system-capabilities { margin: 38px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.system-capabilities li { padding: 6px 9px; border: 1px solid rgba(0,16,68,.15); color: rgba(0,16,68,.56); font-family: var(--font-data); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.system-copy > a { align-self: flex-start; display: inline-flex; align-items: center; gap: 14px; margin-top: auto; padding-bottom: 8px; border-bottom: 1px solid rgba(0,16,68,.7); color: var(--navy); font-family: var(--font-data); font-size: 12px; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.system-copy > a span { color: #008fd7; transition: transform .3s var(--ease); }
.system-copy > a:hover span { transform: translate(3px,-3px); }
.identity-visual { position: relative; overflow: hidden; color: white; background: var(--navy); }
.identity-visual::before { content: ""; position: absolute; width: 380px; height: 380px; left: 50%; top: 50%; border-radius: 50%; background: rgba(52,182,255,.1); filter: blur(80px); transform: translate(-50%,-50%); }
.identity-top,.workflow-top { position: absolute; z-index: 2; left: 28px; right: 28px; top: 26px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.identity-visual > svg { position: absolute; inset: 11% 7% 9%; width: 86%; height: 80%; }
.identity-grid { fill: none; stroke: rgba(255,255,255,.045); stroke-width: 1; }
.face-outline,.face-line { fill: none; stroke: rgba(52,182,255,.48); stroke-width: 1.2; }
.face-line { stroke: rgba(255,255,255,.25); }
.face-points circle { fill: var(--blue); filter: drop-shadow(0 0 5px rgba(52,182,255,.7)); }
.scan-line { fill: none; stroke: var(--blue); stroke-width: 1.5; filter: drop-shadow(0 0 6px rgba(52,182,255,.8)); animation: face-scan 4.5s ease-in-out infinite; }
.corner-brackets { fill: none; stroke: rgba(255,255,255,.28); stroke-width: 1; }
.identity-signals { position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-family: var(--font-data); font-size: 10px; text-transform: uppercase; }
@keyframes face-scan { 0%,100% { transform: translateY(-95px); opacity: .2; } 50% { transform: translateY(100px); opacity: 1; } }
.hyperi-face-stage { background: linear-gradient(145deg,#f8fbfc,#e9f1f5); }
.hyperi-face-stage::before { width: 420px; height: 420px; background: rgba(52,182,255,.11); filter: blur(90px); }
.hyperi-face-stage face-scan { position:absolute; inset:58px 24px 48px; width:auto!important; height:auto!important; transform:scale(.75); transform-origin:center; }
.hyperi-face-stage .identity-top { color:rgba(0,16,68,.46); }
.hyperi-face-stage .identity-signals { color:rgba(0,16,68,.46); }
.yally-product { border-color: rgba(0,16,68,.16); }
.workflow-visual { position: relative; overflow: hidden; background: #dce6ec; }
.workflow-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,16,68,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,16,68,.05) 1px,transparent 1px); background-size: 64px 64px; }
.workflow-brand-icon { position: absolute; width: 150px; height: auto; left: 50%; top: 50%; opacity: .055; transform: translate(-50%,-50%) rotate(8deg); pointer-events: none; }
.workflow-top { color: rgba(0,16,68,.45); }
.workflow-canvas { position: absolute; inset: 75px 28px 55px; }
.workflow-canvas > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.workflow-route { fill: none; stroke: #008fd7; stroke-width: 2; stroke-dasharray: .12 .88; animation: signal-travel 6.5s var(--ease) infinite; }
.workflow-node { position: absolute; z-index: 2; width: 126px; min-height: 92px; padding: 12px; border: 1px solid rgba(0,16,68,.2); background: rgba(248,250,251,.94); box-shadow: 0 14px 34px rgba(0,16,68,.08); }
.workflow-node span { color: #008fd7; font-family: var(--font-data); font-size: 10px; }
.workflow-node strong { display: block; margin-top: 13px; font-size: 14px; font-weight: 500; }
.workflow-node i { display: block; margin-top: 5px; color: rgba(0,16,68,.45); font-family: var(--font-data); font-size: 10px; font-style: normal; }
.node-input { left: 2%; bottom: 9%; }.node-agent { left: 29%; top: 5%; }.node-review { left: 54%; bottom: 12%; }.node-action { right: 1%; top: 10%; }
.workflow-status { position: absolute; left: 28px; bottom: 24px; display: flex; align-items: center; gap: 8px; color: rgba(0,16,68,.48); font-family: var(--font-data); font-size: 10px; text-transform: uppercase; }
.workflow-status span { width: 6px; height: 6px; border-radius: 50%; background: #008fd7; box-shadow: 0 0 10px rgba(0,143,215,.5); }

.product-ecosystem { color: var(--navy); background: #f8fafb; overflow: hidden; }
.ecosystem-shell { width: min(1360px, calc(100% - 80px)); margin: auto; padding: 112px 0 120px; }
.ecosystem-heading { display: grid; grid-template-columns: 116px minmax(0,1fr) 330px; column-gap: 48px; align-items: end; margin-bottom: 76px; }
.ecosystem-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 22px 8px 0; border-right: 1px solid rgba(0,16,68,.14); color: rgba(0,16,68,.45); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ecosystem-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: rgba(0,16,68,.5); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ecosystem-kicker span { width: 28px; height: 1px; background: var(--blue); }
.ecosystem-heading h2 { margin: 0; font-size: clamp(44px,4.1vw,58px); line-height: 1.01; letter-spacing: -.047em; font-weight: 400; }
.ecosystem-heading h2 em { color: rgba(0,16,68,.34); font-style: normal; }
.ecosystem-heading > p { margin: 0 0 6px; padding-left: 24px; border-left: 1px solid rgba(0,16,68,.17); color: rgba(0,16,68,.76); font-size: 16px; line-height: 1.72; }
.ecosystem-products { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(0,16,68,.16); border-bottom: 1px solid rgba(0,16,68,.16); list-style: none; }
.ecosystem-product { position: relative; min-height: 520px; padding: 28px; border-right: 1px solid rgba(0,16,68,.14); overflow: hidden; transition: color .45s var(--ease),background .45s var(--ease); }
.ecosystem-product:first-child { border-left: 1px solid rgba(0,16,68,.14); }
.ecosystem-index { display: flex; justify-content: space-between; color: rgba(0,16,68,.42); font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: color .4s; }
.ecosystem-name { margin-top: 62px; font-family: var(--font-data); font-size: 14px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.ecosystem-product h3 { margin: 26px 0 0; font-size: clamp(26px,2.1vw,30px); line-height: 1.09; letter-spacing: -.036em; font-weight: 400; }
.ecosystem-product > a { position: absolute; z-index: 3; top: 78px; right: 28px; color: #008fd7; font-size: 20px; text-decoration: none; opacity: .4; transition: opacity .3s,transform .3s var(--ease); }
.ecosystem-product:hover { color: white; background: var(--navy); }
.ecosystem-product:hover .ecosystem-index { color: rgba(255,255,255,.48); }
.ecosystem-product:hover > a { opacity: 1; transform: translate(3px,-3px); }
.ecosystem-graphic { position: absolute; left: 28px; right: 28px; bottom: 28px; height: 150px; border-top: 1px solid rgba(0,16,68,.13); transition: border-color .4s; }
.ecosystem-product:hover .ecosystem-graphic { border-color: rgba(255,255,255,.14); }
.support-ring { position: absolute; left: 50%; top: 54%; border: 1px solid rgba(0,16,68,.18); border-radius: 50%; transform: translate(-50%,-50%); transition: border-color .4s; }
.ring-one { width: 112px; height: 112px; }.ring-two { width: 68px; height: 68px; }
.support-core { position: absolute; left: 50%; top: 54%; width: 10px; height: 10px; border-radius: 50%; background: #008fd7; box-shadow: 0 0 16px rgba(0,143,215,.55); transform: translate(-50%,-50%); }
.support-graphic i { position: absolute; color: rgba(0,16,68,.42); font-family: var(--font-data); font-size: 10px; font-style: normal; text-transform: uppercase; transition: color .4s; }
.support-graphic i:nth-of-type(1){left:5%;top:56%}.support-graphic i:nth-of-type(2){left:45%;top:8%}.support-graphic i:nth-of-type(3){right:2%;top:56%}
.ecosystem-product:hover .support-ring { border-color: rgba(52,182,255,.35); }
.ecosystem-product:hover .support-graphic i { color: rgba(255,255,255,.48); }
.health-graphic svg { position: absolute; inset: 20px 0 0; width: 100%; height: 110px; overflow: visible; }
.health-graphic path { fill: none; stroke: #008fd7; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 4 6; }
.health-graphic > span { position: absolute; right: 0; top: 12px; color: rgba(0,16,68,.42); font-family: var(--font-data); font-size: 10px; text-transform: uppercase; transition: color .4s; }
.ecosystem-product:hover .health-graphic > span { color: rgba(255,255,255,.48); }
.flare-topology { position: absolute; inset: 13px 0 0; height: 128px; }
.flare-routes { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.flare-routes path { fill: none; stroke-linecap: round; }
.route-base { stroke: rgba(0,16,68,.15); stroke-width: 1; transition: stroke .4s; }
.route-flow { stroke: #008fd7; stroke-width: 1.5; stroke-dasharray: .045 .955; animation: flare-traffic 4.2s linear infinite; }
.flow-two { animation-delay: -2.1s; }
.network-node { position: absolute; z-index: 2; display: grid; grid-template-columns: 16px auto; grid-template-rows: 1fr 1fr; column-gap: 7px; align-items: center; min-width: 55px; color: var(--navy); font-family: var(--font-data); transition: color .4s; }
.network-node > i { grid-row: 1 / 3; width: 15px; height: 15px; border: 1px solid rgba(0,143,215,.45); border-radius: 50%; background: radial-gradient(circle,#008fd7 0 2px,transparent 3px); box-shadow: 0 0 0 4px rgba(52,182,255,.06); }
.network-node b { align-self: end; font-size: 10px; font-weight: 600; line-height: 1; }
.network-node small { align-self: start; color: rgba(0,16,68,.42); font-size: 8px; letter-spacing: .1em; line-height: 1.2; transition: color .4s; }
.edge-one { left: 0; top: 17px; }.edge-two { left: 0; bottom: 11px; }
.flare-collector { position: absolute; z-index: 3; left: 32%; top: 38px; display: flex; align-items: center; gap: 8px; width: 92px; height: 56px; padding: 9px; border: 1px solid rgba(0,143,215,.26); background: rgba(248,250,251,.94); box-shadow: 0 10px 30px rgba(0,16,68,.09); transition: background .4s,border-color .4s; }
.collector-pulse { position: absolute; inset: -1px; border: 1px solid rgba(52,182,255,.35); animation: flare-pulse 2.8s var(--ease) infinite; }
.collector-mark { display: grid; place-items: center; width: 25px; height: 25px; color: white; background: #008fd7; font-family: var(--font-data); font-size: 12px; font-weight: 700; }
.flare-collector > span:last-child { display: flex; flex-direction: column; gap: 3px; font-family: var(--font-data); }
.flare-collector b { color: var(--navy); font-size: 10px; font-weight: 600; transition: color .4s; }
.flare-collector small { color: rgba(0,16,68,.42); font-size: 8px; transition: color .4s; }
.flare-readout { position: absolute; z-index: 3; right: 0; top: 13px; width: 116px; height: 102px; padding: 10px 11px; border: 1px solid rgba(0,16,68,.15); background: rgba(248,250,251,.96); box-shadow: 0 12px 30px rgba(0,16,68,.08); font-family: var(--font-data); transition: background .4s,border-color .4s; }
.readout-status { display: flex; align-items: center; gap: 5px; color: rgba(0,16,68,.48); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; transition: color .4s; }
.readout-status i { width: 5px; height: 5px; border-radius: 50%; background: #23b985; box-shadow: 0 0 7px rgba(35,185,133,.55); }
.flare-readout strong { display: block; margin-top: 7px; color: var(--navy); font-size: 22px; line-height: 1; font-weight: 500; letter-spacing: -.04em; transition: color .4s; }
.flare-readout strong small { margin-left: 2px; color: rgba(0,16,68,.42); font-size: 8px; font-weight: 500; }
.readout-label { display: block; margin-top: 3px; color: rgba(0,16,68,.45); font-size: 8px; transition: color .4s; }
.readout-bars { display: flex; align-items: end; gap: 3px; height: 18px; margin-top: 6px; }
.readout-bars i { flex: 1; height: 35%; background: rgba(0,143,215,.28); animation: flare-bars 2.4s ease-in-out infinite alternate; }
.readout-bars i:nth-child(2),.readout-bars i:nth-child(6){height:55%;animation-delay:-.4s}.readout-bars i:nth-child(3),.readout-bars i:nth-child(7){height:82%;animation-delay:-1.1s}.readout-bars i:nth-child(4){height:45%;animation-delay:-1.7s}.readout-bars i:nth-child(5),.readout-bars i:nth-child(8){height:68%;animation-delay:-.8s}
.ecosystem-product:hover .route-base { stroke: rgba(255,255,255,.16); }
.ecosystem-product:hover .network-node,.ecosystem-product:hover .flare-collector b,.ecosystem-product:hover .flare-readout strong { color: white; }
.ecosystem-product:hover .network-node small,.ecosystem-product:hover .flare-collector small,.ecosystem-product:hover .readout-status,.ecosystem-product:hover .readout-label,.ecosystem-product:hover .flare-readout strong small { color: rgba(255,255,255,.45); }
.ecosystem-product:hover .flare-collector,.ecosystem-product:hover .flare-readout { border-color: rgba(52,182,255,.24); background: rgba(0,20,66,.96); }
@keyframes flare-traffic { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes flare-pulse { 0%,100% { opacity: 0; transform: scale(1); } 35% { opacity: .7; } 75% { opacity: 0; transform: scale(1.09,1.16); } }
@keyframes flare-bars { to { height: 95%; opacity: .75; } }

.responsible-ai { position: relative; color: white; background: #000d36; overflow: hidden; }
.responsible-ai::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 48%, rgba(52,182,255,.09), transparent 32%); pointer-events: none; }
.responsible-shell { position: relative; width: min(1360px, calc(100% - 80px)); min-height: 900px; margin: auto; padding: 120px 0; display: grid; grid-template-columns: minmax(390px,.72fr) minmax(600px,1.28fr); gap: clamp(80px,8vw,130px); align-items: center; }
.responsible-copy { align-self: center; }
.responsible-meta { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-family: var(--font-data); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.responsible-kicker { display: flex; align-items: center; gap: 12px; margin: 70px 0 34px; color: rgba(255,255,255,.48); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.responsible-kicker span { width: 28px; height: 1px; background: var(--blue); }
.responsible-copy h2 { margin: 0; font-size: clamp(40px,4.1vw,58px); line-height: 1.05; letter-spacing: -.043em; font-weight: 400; }
.responsible-copy h2 em { color: rgba(255,255,255,.36); font-style: normal; }
.responsible-summary { max-width: 480px; margin: 48px 0 0; padding-left: 22px; border-left: 1px solid rgba(52,182,255,.52); color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.responsible-copy > a { display: inline-flex; align-items: center; gap: 14px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid rgba(52,182,255,.7); color: white; font-family: var(--font-data); font-size: 12px; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.responsible-copy > a span { color: var(--blue); transition: transform .3s var(--ease); }
.responsible-copy > a:hover span { transform: translate(3px,-3px); }
.governance-architecture { position: relative; min-height: 690px; border: 0; background: rgba(255,255,255,.012); overflow: hidden; }
.architecture-top { position: absolute; z-index: 4; left: 26px; right: 26px; top: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.governance-grid { position: absolute; inset: 0; opacity: .75; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 58px 58px; }
.governance-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 158px; height: 158px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(52,182,255,.75); border-radius: 50%; background: rgba(0,16,68,.16); transform: translate(-50%,-50%); box-shadow: inset 0 0 38px rgba(52,182,255,.12), 0 0 52px rgba(52,182,255,.16); backdrop-filter: blur(3px); }
.governance-core > * { transform: none; }
.governance-core span,.governance-core i { color: rgba(255,255,255,.42); font-family: var(--font-data); font-size: 10px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.governance-core strong { margin: 9px 0; text-align: center; font-size: 25px; line-height: 1; font-weight: 400; letter-spacing: -.03em; }
.governance-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-primary { width: 330px; height: 330px; }
.ring-secondary { width: 470px; height: 470px; border-style: dashed; border-color: rgba(52,182,255,.18); animation: governance-rotate 38s linear infinite; }
.governance-orbit { position: absolute; z-index: 2; left: calc(50% - 238px); top: calc(50% - 3px); width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 15px rgba(52,182,255,.9); transform-origin: 238px 3px; animation: orbit-control 12s linear infinite; }
.governance-controls { position: absolute; z-index: 3; inset: 0; margin: 0; padding: 0; list-style: none; }
.governance-controls li { position: absolute; width: 150px; padding: 10px 12px; border-left: 1px solid rgba(52,182,255,.45); background: rgba(0,13,54,.76); transition: background .35s,border-color .35s,transform .35s var(--ease); }
.governance-controls li:hover { background: rgba(52,182,255,.1); border-color: var(--blue); transform: translateY(-3px); }
.governance-controls span { color: var(--blue); font-family: var(--font-data); font-size: 10px; }
.governance-controls strong { display: block; margin-top: 7px; font-size: 14px; font-weight: 500; }
.governance-controls i { display: block; margin-top: 4px; color: rgba(255,255,255,.4); font-family: var(--font-data); font-size: 10px; font-style: normal; }
.control-policy{left:7%;top:17%}.control-oversight{right:7%;top:17%}.control-data{left:4%;top:43%}.control-logging{right:4%;top:43%}.control-risk{left:9%;bottom:15%}.control-security{right:9%;bottom:15%}.control-account{left:50%;bottom:5%;transform:translateX(-50%)}
.governance-controls .control-account:hover { transform: translateX(-50%) translateY(-3px); }
.architecture-status { position: absolute; z-index: 4; left: 26px; bottom: 22px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.42); font-family: var(--font-data); font-size: 10px; text-transform: uppercase; }
.architecture-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px rgba(52,182,255,.65); }
@keyframes governance-rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes orbit-control { to { transform: rotate(360deg); } }

.why-swsam { position: relative; color: var(--navy); background: #f2f5f8; overflow: hidden; }
.why-swsam::before { content: ""; position: absolute; width: 540px; height: 540px; right: -270px; top: -270px; border: 1px solid rgba(0,16,68,.07); border-radius: 50%; box-shadow: 0 0 0 90px rgba(0,16,68,.015),0 0 0 180px rgba(0,16,68,.01); }
.why-shell { position: relative; width: min(1360px, calc(100% - 80px)); margin: auto; padding: 116px 0 82px; }
.why-heading { display: grid; grid-template-columns: 116px minmax(0,1fr) 350px; column-gap: 48px; align-items: end; margin-bottom: 98px; }
.why-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 22px 8px 0; border-right: 1px solid rgba(0,16,68,.14); color: rgba(0,16,68,.45); font-family: var(--font-data); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.why-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: rgba(0,16,68,.5); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.why-kicker span { width: 28px; height: 1px; background: var(--blue); }
.why-heading h2 { margin: 0; font-size: clamp(44px,4.1vw,58px); line-height: 1.02; letter-spacing: -.047em; font-weight: 400; }
.why-heading h2 em { color: rgba(0,16,68,.34); font-style: normal; }
.why-heading > p { margin: 0 0 7px; padding-left: 24px; border-left: 1px solid rgba(0,16,68,.17); color: rgba(0,16,68,.78); font-size: 16px; line-height: 1.75; }
.commitment-sequence { margin: 0; padding: 0; border-top: 1px solid rgba(0,16,68,.17); list-style: none; }
.commitment { position: relative; min-height: 245px; display: grid; grid-template-columns: 116px minmax(250px,.7fr) minmax(300px,.95fr) 180px; gap: 48px; align-items: center; border-bottom: 1px solid rgba(0,16,68,.15); transition: color .45s var(--ease),background .45s var(--ease),padding .45s var(--ease); }
.commitment:hover { padding: 0 28px; color: white; background: var(--navy); }
.commitment-number { align-self: stretch; display: flex; align-items: center; border-right: 1px solid rgba(0,16,68,.13); color: rgba(0,16,68,.38); font-family: var(--font-data); font-size: 12px; transition: color .4s,border-color .4s; }
.commitment:hover .commitment-number { color: var(--blue); border-color: rgba(255,255,255,.13); }
.commitment-statement > span { color: rgba(0,16,68,.43); font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: color .4s; }
.commitment:hover .commitment-statement > span { color: rgba(255,255,255,.45); }
.commitment h3 { margin: 18px 0 0; font-size: clamp(32px,2.9vw,40px); line-height: 1.04; letter-spacing: -.042em; font-weight: 400; }
.commitment > p { max-width: 530px; margin: 0; color: rgba(0,16,68,.7); font-size: 16px; line-height: 1.7; transition: color .4s; }
.commitment:hover > p { color: rgba(255,255,255,.7); }
.commitment-signal { position: relative; height: 94px; overflow: hidden; border-top: 1px solid rgba(0,16,68,.14); border-bottom: 1px solid rgba(0,16,68,.08); font-family: var(--font-data); transition: border-color .4s; }
.commitment:hover .commitment-signal { border-color: rgba(255,255,255,.14); }
.signal-advise { display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 11px; }
.signal-radar { position: relative; width: 64px; height: 64px; margin-left: 5px; border: 1px solid rgba(0,143,215,.2); border-radius: 50%; background: radial-gradient(circle,transparent 0 31%,rgba(0,143,215,.09) 32% 33%,transparent 34% 64%,rgba(0,143,215,.12) 65% 66%,transparent 67%); }
.signal-radar::before,.signal-radar::after { content:""; position:absolute; left:50%; top:5px; bottom:5px; width:1px; background:rgba(0,16,68,.09); transition:background .4s; }
.signal-radar::after { left:5px; right:5px; top:50%; bottom:auto; width:auto; height:1px; }
.signal-radar > span { position:absolute; left:50%; top:50%; width:30px; height:30px; transform-origin:0 0; background:conic-gradient(from -25deg,rgba(52,182,255,.3),transparent 32%); animation:diagnostic-sweep 4.8s linear infinite; }
.signal-radar i { position:absolute; width:5px; height:5px; border-radius:50%; background:#008fd7; box-shadow:0 0 7px rgba(0,143,215,.5); }
.signal-radar i:nth-of-type(1){left:17px;top:20px}.signal-radar i:nth-of-type(2){right:13px;top:31px}.signal-radar i:nth-of-type(3){left:30px;bottom:8px}
.signal-result { display:flex; flex-direction:column; align-items:flex-start; }
.signal-result small,.signal-result span { color:rgba(0,16,68,.44); font-size:8px; letter-spacing:.04em; text-transform:uppercase; transition:color .4s; }
.signal-result strong { margin:3px 0 2px; color:var(--navy); font-size:24px; line-height:1; font-weight:500; transition:color .4s; }
.signal-result span { color:#008fd7; }
.signal-build { display:grid; grid-template-columns:1fr 67px; align-items:center; gap:9px; }
.build-stack { position:relative; display:flex; flex-direction:column; gap:4px; }
.build-stack::after { content:""; position:absolute; right:-9px; top:50%; width:10px; height:1px; background:#008fd7; }
.build-stack span { display:block; padding:4px 6px; border-left:2px solid rgba(0,143,215,.55); color:rgba(0,16,68,.56); background:rgba(0,143,215,.055); font-size:8px; letter-spacing:.04em; transition:color .4s,background .4s; }
.build-stack span:nth-child(2){margin-left:7px}.build-stack span:nth-child(3){margin-left:14px}
.build-output { height:61px; display:flex; flex-direction:column; justify-content:center; padding:7px; border:1px solid rgba(0,143,215,.22); background:rgba(255,255,255,.28); transition:background .4s,border-color .4s; }
.build-output i { width:6px; height:6px; margin-bottom:7px; border-radius:50%; background:#23b985; box-shadow:0 0 7px rgba(35,185,133,.5); }
.build-output small { color:rgba(0,16,68,.42); font-size:7px; text-transform:uppercase; transition:color .4s; }
.build-output strong { margin-top:3px; color:var(--navy); font-size:10px; font-weight:600; transition:color .4s; }
.signal-deliver { display:flex; flex-direction:column; justify-content:center; gap:13px; }
.delivery-track { display:grid; grid-template-columns:22px 1fr 22px 1fr 22px; align-items:center; }
.delivery-track span { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; color:white; background:#008fd7; font-size:8px; box-shadow:0 0 0 4px rgba(0,143,215,.08); }
.delivery-track i { height:1px; background:linear-gradient(90deg,#008fd7,rgba(0,143,215,.22)); }
.delivery-track .stage-live { background:#23b985; box-shadow:0 0 0 4px rgba(35,185,133,.1),0 0 12px rgba(35,185,133,.35); }
.delivery-status { display:flex; align-items:center; gap:7px; color:rgba(0,16,68,.48); font-size:8px; letter-spacing:.04em; text-transform:uppercase; transition:color .4s; }
.delivery-status > span { width:19px; height:1px; background:#23b985; }
.commitment:hover .signal-radar::before,.commitment:hover .signal-radar::after { background:rgba(255,255,255,.1); }
.commitment:hover .signal-result small,.commitment:hover .signal-result span,.commitment:hover .build-output small,.commitment:hover .delivery-status { color:rgba(255,255,255,.48); }
.commitment:hover .signal-result strong,.commitment:hover .build-output strong { color:white; }
.commitment:hover .build-stack span { color:rgba(255,255,255,.65); background:rgba(52,182,255,.08); }
.commitment:hover .build-output { border-color:rgba(52,182,255,.25); background:rgba(0,20,66,.7); }
@keyframes diagnostic-sweep { to { transform:rotate(360deg); } }
.why-footer { padding-top: 34px; display: flex; justify-content: flex-end; align-items: center; gap: 14px; color: rgba(0,16,68,.42); font-family: var(--font-data); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.why-footer > span { margin-right: auto; }
.why-footer strong { color: rgba(0,16,68,.68); font-weight: 500; }
.why-footer i { color: #008fd7; font-style: normal; }

.industries { position: relative; color: white; background: var(--navy); overflow: hidden; }
.industries::before { content: ""; position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom,transparent,#000 30%,#000 85%,transparent); }
.industries-shell { position: relative; width: min(1360px, calc(100% - 80px)); margin: auto; padding: 116px 0 120px; }
.industries-heading { display: grid; grid-template-columns: 116px minmax(0,1fr) 350px; column-gap: 48px; align-items: end; margin-bottom: 92px; }
.industries-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 22px 8px 0; border-right: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-family: var(--font-data); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.industries-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: rgba(255,255,255,.48); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.industries-kicker span { width: 28px; height: 1px; background: var(--blue); }
.industries-heading h2 { margin: 0; font-size: clamp(44px,4.1vw,58px); line-height: 1.02; letter-spacing: -.047em; font-weight: 400; }
.industries-heading h2 em { color: rgba(255,255,255,.34); font-style: normal; }
.industries-heading > p { margin: 0 0 7px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.industry-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.industry-list li { position: relative; min-height: 145px; display: grid; grid-template-columns: 90px minmax(260px,.75fr) minmax(300px,1fr) 200px 24px; gap: 34px; align-items: center; padding: 0 24px 0 0; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .4s var(--ease),padding .4s var(--ease); }
.industry-list li::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(52,182,255,.1),transparent 68%); opacity: 0; transition: opacity .4s; }
.industry-list li:hover { padding-left: 20px; }
.industry-list li:hover::before { opacity: 1; }
.industry-number,.industry-list h3,.industry-list p,.industry-diagram,.industry-arrow { position: relative; z-index: 2; }
.industry-number { color: rgba(255,255,255,.35); font-family: var(--font-data); font-size: 10px; }
.industry-list h3 { margin: 0; font-size: clamp(27px,2.25vw,32px); line-height: 1.06; letter-spacing: -.037em; font-weight: 400; }
.industry-list p { max-width: 500px; margin: 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.65; }
.industry-arrow { justify-self: end; color: var(--blue); font-size: 19px; opacity: .3; transition: opacity .3s,transform .3s var(--ease); }
.industry-list li:hover .industry-arrow { opacity: 1; transform: translate(3px,-3px); }
.industry-diagram { width: 200px; height: 68px; color:rgba(255,255,255,.72); font-family:var(--font-data); font-size:10px; }
.industry-diagram strong { font-weight:600; }
.government-diagram { display:grid; grid-template-columns:48px 61px 58px; gap:10px; align-items:center; }
.government-diagram::before,.finance-diagram::before,.healthcare-diagram::before { content:""; position:absolute; z-index:-1; left:27px; right:28px; top:50%; height:1px; background:rgba(52,182,255,.25); }
.gov-request,.gov-service { height:44px; display:flex; flex-direction:column; justify-content:center; gap:5px; padding:6px; border:1px solid rgba(255,255,255,.13); background:rgba(0,13,54,.78); }
.gov-request i { width:19px; height:3px; background:rgba(52,182,255,.55); box-shadow:0 7px 0 rgba(255,255,255,.12); }
.gov-identity { position:relative; z-index:2; height:54px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; border:1px solid rgba(52,182,255,.38); background:#001044; }
.gov-identity i { display:grid; place-items:center; width:20px; height:20px; border-radius:50%; color:#001044; background:#34b6ff; font-style:normal; }
.gov-service strong { color:#58d6a4; font-size:10px; }
.finance-diagram { display:grid; grid-template-columns:55px 62px 55px; gap:8px; align-items:center; }
.finance-event,.finance-decision { position:relative; z-index:1; height:44px; display:flex; flex-direction:column; justify-content:center; gap:4px; padding:6px; border:1px solid rgba(255,255,255,.13); background:#001044; }
.finance-event span,.finance-screen span { color:rgba(255,255,255,.42); }
.finance-screen { position:relative; z-index:2; height:60px; display:grid; grid-template-columns:1fr auto; align-content:center; gap:4px; padding:7px; border:1px solid rgba(52,182,255,.4); background:#001044; }
.finance-screen strong { color:#34b6ff; font-size:18px; line-height:1; }
.finance-screen i { grid-column:1 / 3; height:3px; background:linear-gradient(90deg,#58d6a4 0 68%,rgba(255,255,255,.1) 68%); }
.finance-decision { align-items:center; color:#58d6a4; }
.finance-decision i { display:grid; place-items:center; width:18px; height:18px; border:1px solid rgba(88,214,164,.55); border-radius:50%; font-style:normal; }
.telecom-diagram { display:grid; grid-template-columns:52px 60px 70px; gap:9px; align-items:center; }
.telecom-site { display:flex; flex-direction:column; align-items:center; gap:5px; }
.telecom-site i { position:relative; width:22px; height:36px; border-left:1px solid #34b6ff; border-right:1px solid #34b6ff; clip-path:polygon(50% 0,100% 100%,0 100%); }
.telecom-site i::after { content:""; position:absolute; left:4px; right:4px; bottom:8px; height:1px; background:#34b6ff; box-shadow:0 -8px 0 rgba(52,182,255,.55); }
.telecom-core { position:relative; height:60px; border:1px solid rgba(255,255,255,.12); border-radius:50%; }
.telecom-core span,.telecom-core i,.telecom-core b { position:absolute; left:50%; top:50%; border:1px solid rgba(52,182,255,.3); border-radius:50%; transform:translate(-50%,-50%); }
.telecom-core span{width:46px;height:46px}.telecom-core i{width:30px;height:30px}.telecom-core b{width:8px;height:8px;background:#34b6ff;box-shadow:0 0 9px rgba(52,182,255,.65)}
.telecom-health { display:flex; flex-direction:column; gap:5px; padding-left:8px; border-left:1px solid rgba(255,255,255,.16); }
.telecom-health span { color:rgba(255,255,255,.42); }
.telecom-health strong { color:#58d6a4; }
.healthcare-diagram { display:grid; grid-template-columns:72px 60px 48px; gap:8px; align-items:center; }
.clinical-record { position:relative; z-index:1; height:52px; display:flex; flex-direction:column; gap:7px; padding:7px; border:1px solid rgba(255,255,255,.14); background:#001044; }
.clinical-record i { width:76%; height:2px; background:rgba(255,255,255,.17); }
.clinical-record i:last-child { width:52%; }
.clinical-gate { position:relative; z-index:2; height:60px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; border:1px solid rgba(52,182,255,.38); background:#001044; }
.clinical-gate span { display:grid; place-items:center; width:22px; height:22px; color:#001044; background:#34b6ff; font-size:16px; }
.clinical-gate small { color:rgba(255,255,255,.48); font-size:10px; }
.clinical-audit { display:flex; flex-direction:column; align-items:center; gap:7px; text-align:center; }
.clinical-audit i { width:8px; height:8px; border-radius:50%; background:#58d6a4; box-shadow:0 0 8px rgba(88,214,164,.6); }
.infrastructure-diagram { display:grid; grid-template-columns:64px 48px 70px; gap:9px; align-items:center; }
.ot-assets { display:grid; grid-template-columns:repeat(3,13px); gap:5px; justify-content:center; }
.ot-assets i { width:13px; height:22px; border:1px solid rgba(52,182,255,.4); background:linear-gradient(to top,rgba(52,182,255,.18) 45%,transparent 45%); }
.ot-assets span { grid-column:1 / 4; text-align:center; color:rgba(255,255,255,.45); }
.ot-gateway { position:relative; height:58px; display:grid; place-items:center; border-left:1px dashed rgba(255,255,255,.22); border-right:1px dashed rgba(255,255,255,.22); }
.ot-gateway span { width:29px; height:38px; border:1px solid #34b6ff; border-radius:15px 15px 5px 5px; }
.ot-gateway i { position:absolute; width:7px; height:7px; border-radius:50%; background:#34b6ff; box-shadow:0 0 8px rgba(52,182,255,.6); }
.ot-monitor { position:relative; height:52px; display:flex; flex-direction:column; justify-content:center; gap:5px; padding:7px; border:1px solid rgba(255,255,255,.14); }
.ot-monitor span { color:rgba(255,255,255,.42); }
.ot-monitor strong { color:#58d6a4; }
.ot-monitor i { position:absolute; right:6px; top:7px; width:5px; height:5px; border-radius:50%; background:#58d6a4; }

.global-presence { position: relative; color: var(--navy); background: #eef3f6; overflow: hidden; }
.presence-shell { width: min(1360px, calc(100% - 80px)); margin: auto; padding: 116px 0 120px; }
.presence-heading { display: grid; grid-template-columns: 116px minmax(0,1fr) 350px; column-gap: 48px; align-items: end; margin-bottom: 86px; }
.presence-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 22px 8px 0; border-right: 1px solid rgba(0,16,68,.14); color: rgba(0,16,68,.46); font-family: var(--font-data); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.presence-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: rgba(0,16,68,.5); font-family: var(--font-data); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.presence-kicker span { width: 28px; height: 1px; background: var(--blue); }
.presence-heading h2 { margin: 0; font-size: clamp(44px,4.1vw,58px); line-height: 1.02; letter-spacing: -.047em; font-weight: 400; }
.presence-heading h2 em { color: rgba(0,16,68,.34); font-style: normal; }
.presence-heading > p { margin: 0 0 7px; padding-left: 24px; border-left: 1px solid rgba(0,16,68,.17); color: rgba(0,16,68,.78); font-size: 16px; line-height: 1.75; }
.presence-route { border-top: 1px solid rgba(0,16,68,.15); }
.route-map { position: relative; height: 500px; border-left: 1px solid rgba(0,16,68,.13); border-right: 1px solid rgba(0,16,68,.13); overflow: hidden; background: rgba(255,255,255,.32); }
.route-map > svg { position: absolute; inset: 34px 3% 46px; width: 94%; height: calc(100% - 80px); }
.route-map-line{fill:none;stroke:rgba(0,16,68,.05);stroke-width:1;stroke-dasharray:2 9}.route-land-image{opacity:.92}
.route-arc { fill:none;stroke:url(#routeGradient);stroke-width:2;stroke-linecap:round;stroke-dasharray:.12 .88;animation:signal-travel 7s var(--ease) infinite; }
.route-arc-shadow { stroke:rgba(52,182,255,.12);stroke-width:12;stroke-dasharray:none;filter:blur(5px); }
.route-arc-delay{animation-delay:-2.2s}.route-signal{fill:#34b6ff}.route-signal-faint{fill:#001044;opacity:.62}
.route-node { fill:#eef3f6;stroke:#001044;stroke-width:2; }.route-node-hub{fill:var(--blue);stroke:var(--blue);filter:drop-shadow(0 0 10px rgba(52,182,255,.75))}.route-node-active{fill:#001044;stroke:#001044}
.route-pulse { fill:none;stroke:rgba(52,182,255,.35);stroke-width:1;animation:route-pulse 2.8s ease-out infinite;transform-box:fill-box;transform-origin:center; }.route-pulse-usa{animation-delay:.45s}.route-pulse-uk{animation-delay:0s}.route-pulse-ksa{animation-delay:.9s}
@keyframes route-pulse { from{transform:scale(.45);opacity:1}to{transform:scale(1.8);opacity:0} }
.route-coordinate { position:absolute;z-index:2;display:flex;gap:12px;padding:3px 6px;color:rgba(0,16,68,.42);background:rgba(238,243,246,.78);font-family:var(--font-data);font-size:10px;text-transform:uppercase; }
.coordinate-usa{left:18%;top:21%}.coordinate-uk{left:50%;top:21%;transform:translateX(-50%)}.coordinate-ksa{left:79%;top:21%}
.route-city { position:absolute;z-index:2;bottom:46px;display:flex;flex-direction:column; }
.city-usa{left:7%}.city-uk{left:50%;text-align:center;transform:translateX(-50%)}.city-ksa{right:7%;text-align:right}
.route-city span,.route-city i { color:rgba(0,16,68,.42);font-family:var(--font-data);font-size:10px;font-style:normal;letter-spacing:.07em;text-transform:uppercase; }
.route-city strong { margin:8px 0 5px;font-size:20px;font-weight:500;letter-spacing:-.025em; }
.route-status { position:absolute;left:50%;top:24px;display:flex;align-items:center;gap:8px;color:rgba(0,16,68,.4);font-family:var(--font-data);font-size:10px;text-transform:uppercase;transform:translateX(-50%); }
.route-status span { width:6px;height:6px;border-radius:50%;background:#008fd7;box-shadow:0 0 10px rgba(0,143,215,.55); }
.presence-timeline { margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(0,16,68,.15);border-bottom:1px solid rgba(0,16,68,.15);list-style:none; }
.presence-timeline li { min-height:220px;padding:30px;border-right:1px solid rgba(0,16,68,.13); }
.presence-timeline li:first-child { border-left:1px solid rgba(0,16,68,.13); }
.presence-year { color:#008fd7;font-family:var(--font-data);font-size:12px;letter-spacing:.08em; }
.presence-timeline strong { display:block;margin-top:44px;font-size:24px;font-weight:400;letter-spacing:-.03em; }
.presence-timeline p { max-width:330px;margin:18px 0 0;color:rgba(0,16,68,.68);font-size:16px;line-height:1.65; }
.presence-timeline a{display:inline-block;margin-top:20px;padding-bottom:4px;border-bottom:1px solid rgba(0,16,68,.28);color:#001044;font-size:14px;letter-spacing:.025em;text-decoration:none;transition:border-color .25s,color .25s}.presence-timeline a:hover{border-color:#008fd7;color:#008fd7}

.insights { position:relative;color:var(--navy);background:#f8fafb;overflow:hidden; }
.insights-shell { width:min(1360px,calc(100% - 80px));margin:auto;padding:116px 0 126px; }
.insights-heading { display:grid;grid-template-columns:116px minmax(0,1fr) 350px;column-gap:48px;align-items:end;margin-bottom:88px; }
.insights-meta { align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;padding:5px 22px 8px 0;border-right:1px solid rgba(0,16,68,.14);color:rgba(0,16,68,.45);font-family:var(--font-data);font-size:10px;letter-spacing:.09em;text-transform:uppercase; }
.insights-kicker { display:flex;align-items:center;gap:12px;margin:0 0 28px;color:rgba(0,16,68,.5);font-family:var(--font-data);font-size:10px;letter-spacing:.11em;text-transform:uppercase; }
.insights-kicker span { width:28px;height:1px;background:var(--blue); }
.insights-heading h2 { margin:0;font-size:clamp(44px,4.1vw,58px);line-height:1.02;letter-spacing:-.047em;font-weight:400; }
.insights-heading h2 em { color:rgba(0,16,68,.34);font-style:normal; }
.insights-intro { padding-left:24px;border-left:1px solid rgba(0,16,68,.17); }
.insights-intro p { margin:0;color:rgba(0,16,68,.76);font-size:16px;line-height:1.72; }
.insights-intro > a { display:inline-flex;align-items:center;gap:12px;margin-top:28px;padding-bottom:7px;border-bottom:1px solid rgba(0,16,68,.55);color:var(--navy);font-family:var(--font-data);font-size:12px;letter-spacing:.06em;text-decoration:none;text-transform:uppercase; }
.insights-intro > a span { color:#008fd7; }
.insight-editorial { display:grid;grid-template-columns:1.28fr .72fr;gap:18px; }
.insight-feature { min-height:710px;display:grid;grid-template-rows:400px 1fr;border:1px solid rgba(0,16,68,.14);background:white; }
.insight-visual { position:relative;overflow:hidden;background:var(--navy); }
.insight-visual::before { content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:62px 62px; }
.insight-visual-meta { position:absolute;z-index:2;left:26px;right:26px;top:24px;display:flex;justify-content:space-between;color:rgba(255,255,255,.42);font-family:var(--font-data);font-size:10px;text-transform:uppercase; }
.assurance-spectrum { position:absolute;left:7%;right:7%;bottom:74px;height:220px;display:flex;align-items:flex-end;gap:12px; }
.assurance-spectrum span { flex:1;height:var(--level);border-top:1px solid var(--blue);background:linear-gradient(to bottom,rgba(52,182,255,.34),rgba(52,182,255,.015)); }
.spectrum-line { position:absolute;left:7%;right:7%;bottom:73px;height:1px;background:rgba(255,255,255,.18); }
.visual-readout { position:absolute;right:28px;bottom:22px;display:flex;align-items:baseline;gap:10px;color:white; }
.visual-readout strong { color:var(--blue);font-size:30px;font-weight:400; }.visual-readout span{color:rgba(255,255,255,.42);font-family:var(--font-data);font-size:10px;text-transform:uppercase}
.insight-copy { padding:30px 34px 34px; }
.insight-label { display:flex;justify-content:space-between;color:rgba(0,16,68,.44);font-family:var(--font-data);font-size:10px;letter-spacing:.07em;text-transform:uppercase; }
.insight-copy h3 { max-width:700px;margin:30px 0 20px;font-size:clamp(30px,2.55vw,36px);line-height:1.06;letter-spacing:-.04em;font-weight:400; }
.insight-copy p { max-width:650px;margin:0;color:rgba(0,16,68,.7);font-size:16px;line-height:1.7; }
.insight-copy > a { display:inline-flex;gap:12px;margin-top:26px;padding-bottom:7px;border-bottom:1px solid rgba(0,16,68,.5);color:var(--navy);font-family:var(--font-data);font-size:12px;text-decoration:none;text-transform:uppercase; }
.insight-copy > a span { color:#008fd7; }
.insight-secondary { display:grid;grid-template-rows:1fr 1fr;gap:18px; }
.insight-secondary article { min-height:346px;display:grid;grid-template-columns:42% 58%;border:1px solid rgba(0,16,68,.14);background:white; }
.secondary-visual { position:relative;overflow:hidden;background:#e8eef2; }
.secondary-code { position:absolute;left:16px;bottom:14px;color:rgba(0,16,68,.4);font-family:var(--font-data);font-size:10px;text-transform:uppercase; }
.ai-visual { background-color:#e8eef2;background-image:linear-gradient(rgba(0,16,68,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,16,68,.045) 1px,transparent 1px);background-size:34px 34px; }
.agent-trace-head { position:absolute;left:15px;right:15px;top:14px;display:flex;justify-content:space-between;color:rgba(0,16,68,.46);font-family:var(--font-data);font-size:10px;text-transform:uppercase; }
.agent-trace-head span:last-child { display:flex;align-items:center;gap:6px;color:#00835d; }
.agent-trace-head i { width:6px;height:6px;border-radius:50%;background:#23b985;box-shadow:0 0 8px rgba(35,185,133,.55); }
.agent-trace { position:absolute;left:16px;right:16px;top:47px;bottom:42px;display:flex;flex-direction:column;align-items:stretch; }
.trace-card { position:relative;padding:9px 10px;border:1px solid rgba(0,16,68,.14);background:rgba(248,250,251,.92);box-shadow:0 8px 20px rgba(0,16,68,.06);font-family:var(--font-data); }
.trace-card small,.trace-card span { display:block;color:rgba(0,16,68,.43);font-size:10px;line-height:1.2; }
.trace-card strong { display:block;margin:4px 0;color:var(--navy);font-size:11px;font-weight:600; }
.trace-intent { width:78%;align-self:flex-start; }
.trace-route { position:relative;align-self:center;width:1px;height:25px;background:rgba(0,143,215,.3); }
.trace-route i { position:absolute;left:50%;top:0;width:5px;height:5px;border-radius:50%;background:#008fd7;transform:translateX(-50%);animation:agent-travel 2.6s ease-in-out infinite; }
.trace-route span { position:absolute;left:9px;top:7px;width:112px;color:rgba(0,16,68,.38);font-family:var(--font-data);font-size:10px;white-space:nowrap; }
.trace-gate { align-self:flex-end;width:87%;display:flex;align-items:center;gap:9px;padding:8px 9px;border:1px solid rgba(0,143,215,.28);background:rgba(248,250,251,.95);box-shadow:0 9px 22px rgba(0,16,68,.07);font-family:var(--font-data); }
.gate-mark { display:grid;place-items:center;flex:0 0 25px;height:25px;border-radius:50%;color:white;background:#008fd7;font-size:12px;box-shadow:0 0 0 4px rgba(52,182,255,.08); }
.trace-gate small,.trace-gate strong { display:block;font-size:10px; }.trace-gate small{color:rgba(0,16,68,.43)}.trace-gate strong{margin-top:3px;color:var(--navy);font-weight:600}
.approval-route { height:24px; }.approval-route span { left:auto;right:9px;text-align:right; }
.trace-approval { width:82%;align-self:flex-start;border-left:2px solid #34b6ff; }
.trace-approval strong { color:#00835d; }
.trace-output { margin-top:9px;display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid rgba(0,16,68,.13);color:rgba(0,16,68,.46);font-family:var(--font-data);font-size:10px; }
.trace-output span { display:flex;align-items:center;gap:6px; }.trace-output i{width:6px;height:6px;border-radius:50%;background:#23b985;box-shadow:0 0 7px rgba(35,185,133,.5)}
.trace-output strong { color:var(--navy);font-size:10px;font-weight:600;text-transform:uppercase; }
@keyframes agent-travel { 0%{transform:translate(-50%,0);opacity:0}25%{opacity:1}75%{opacity:1}100%{transform:translate(-50%,20px);opacity:0} }
.pqc-visual { padding:16px;background:#071641;color:white; }
.pqc-threat { position:relative;padding:12px 12px 15px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(52,182,255,.08),transparent);font-family:var(--font-data); }
.pqc-threat span { color:rgba(255,255,255,.42);font-size:10px;text-transform:uppercase; }
.pqc-threat strong { display:block;margin-top:9px;font-size:13px;line-height:1.25;font-weight:500; }
.pqc-threat i { position:absolute;right:11px;top:13px;width:8px;height:8px;border:1px solid #ff9f43;border-radius:50%;box-shadow:0 0 10px rgba(255,159,67,.55);animation:threat-pulse 2.4s ease-in-out infinite; }
.pqc-roadmap { position:absolute;left:25px;right:17px;top:112px;bottom:47px;display:flex;flex-direction:column;justify-content:space-between;font-family:var(--font-data); }
.pqc-roadmap::before { content:"";position:absolute;left:6px;top:7px;bottom:7px;width:1px;background:linear-gradient(#ff9f43,#34b6ff 42%,rgba(52,182,255,.25)); }
.pqc-roadmap > div { position:relative;display:grid;grid-template-columns:44px 1fr;align-items:center;padding-left:18px;color:rgba(255,255,255,.48);font-size:10px; }
.pqc-roadmap > div::before { content:"";position:absolute;left:2px;width:9px;height:9px;border:1px solid rgba(52,182,255,.7);border-radius:50%;background:#071641; }
.pqc-roadmap time { color:#34b6ff;font-size:11px;font-weight:600; }
.pqc-roadmap .roadmap-now::before { background:#34b6ff;box-shadow:0 0 10px rgba(52,182,255,.65); }
.pqc-roadmap .roadmap-now span { color:white; }
.pqc-visual .secondary-code { color:rgba(255,255,255,.38); }
@keyframes threat-pulse { 50%{opacity:.35;box-shadow:0 0 3px rgba(255,159,67,.3)} }
.secondary-copy { padding:24px;display:flex;flex-direction:column; }
.secondary-copy .insight-label { flex-direction:column;gap:6px; }
.secondary-copy h3 { margin:30px 0 16px;font-size:clamp(23px,1.85vw,26px);line-height:1.1;letter-spacing:-.036em;font-weight:400; }
.secondary-copy p { margin:0;color:rgba(0,16,68,.68);font-size:16px;line-height:1.62; }
.secondary-copy > a { align-self:flex-end;margin-top:auto;color:#008fd7;font-size:20px;text-decoration:none; }

.final-cta { position:relative;min-height:88svh;padding:56px 0 64px;display:flex;align-items:center;color:white;background:#000a2c;overflow:hidden; }
.cta-grid { position:absolute;inset:0;opacity:.65;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:88px 88px;mask-image:radial-gradient(circle at 74% 52%,#000,transparent 68%); }
.cta-mark { position:absolute;width:min(42vw,620px);height:auto;right:7%;top:50%;opacity:.065;transform:translateY(-50%);animation:cta-breathe 8s ease-in-out infinite; }
.cta-orbit { position:absolute;right:8%;top:50%;border:1px solid rgba(52,182,255,.14);border-radius:50%;transform:translateY(-50%); }
.orbit-one { width:min(46vw,670px);height:min(46vw,670px); }
.orbit-two { width:min(34vw,500px);height:min(34vw,500px);border-style:dashed;animation:cta-orbit 44s linear infinite; }
.cta-shell { position:relative;width:min(1360px,calc(100% - 80px));min-height:650px;margin:auto;display:flex;flex-direction:column;justify-content:center; }
.cta-meta { position:absolute;left:0;right:0;top:0;display:flex;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.4);font-family:var(--font-data);font-size:10px;letter-spacing:.1em;text-transform:uppercase; }
.cta-content { position:relative;z-index:2;max-width:900px; }
.cta-kicker { display:flex;align-items:center;gap:12px;margin:0 0 36px;color:rgba(255,255,255,.5);font-family:var(--font-data);font-size:10px;letter-spacing:.12em;text-transform:uppercase; }
.cta-kicker span { width:28px;height:1px;background:var(--blue); }
.cta-content h2 { margin:0;font-size:clamp(54px,5.2vw,74px);line-height:.98;letter-spacing:-.055em;font-weight:400; }
.cta-content h2 em { color:rgba(255,255,255,.34);font-style:normal; }
.cta-content > p { max-width:620px;margin:42px 0 0;color:rgba(255,255,255,.7);font-size:18px;line-height:1.7; }
.cta-button { width:230px;min-height:62px;margin-top:42px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;background:var(--blue);color:var(--navy);font-family:var(--font-data);font-size:12px;font-weight:500;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:transform .3s var(--ease),background .3s,box-shadow .3s; }
.cta-button svg { width:22px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .3s var(--ease); }
.cta-button:hover { background:#6acbff;transform:translateY(-3px);box-shadow:0 18px 42px rgba(52,182,255,.18); }
.cta-button:hover svg { transform:translateX(4px); }
.cta-status { position:absolute;left:0;bottom:0;display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.4);font-family:var(--font-data);font-size:10px;letter-spacing:.08em;text-transform:uppercase; }
.cta-status span { width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 10px rgba(52,182,255,.7); }
@keyframes cta-breathe { 50%{opacity:.09;transform:translateY(-50%) scale(1.025)} }
@keyframes cta-orbit { to{transform:translateY(-50%) rotate(360deg)} }

.site-footer { color:white;background:#00071f; }
.footer-shell { width:min(1360px,calc(100% - 80px));margin:auto;padding:86px 0 30px;display:grid;grid-template-columns:300px 1fr;column-gap:clamp(80px,10vw,170px); }
.footer-brand img { display:block;width:220px;height:auto; }
.footer-brand > p { max-width:280px;margin:38px 0 0;color:rgba(255,255,255,.56);font-size:16px;line-height:1.7; }
.footer-presence { margin-top:34px;display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.38);font-family:var(--font-data);font-size:10px;letter-spacing:.07em;text-transform:uppercase; }
.footer-presence span { width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 10px rgba(52,182,255,.6); }
.footer-nav { display:grid;grid-template-columns:repeat(4,1fr);gap:34px; }
.footer-nav h2 { margin:0 0 30px;color:rgba(255,255,255,.38);font-family:var(--font-data);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase; }
.footer-nav a { width:fit-content;display:block;margin-top:16px;color:rgba(255,255,255,.7);font-size:14px;text-decoration:none;transition:color .25s,transform .25s var(--ease); }
.footer-nav a:hover { color:var(--blue);transform:translateX(3px); }
.footer-signature { grid-column:1 / -1;margin-top:104px;padding:34px 0 42px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);font-size:clamp(48px,5.4vw,76px);line-height:.92;letter-spacing:-.058em; }
.footer-signature span:nth-child(2){text-align:center;color:rgba(255,255,255,.52)}.footer-signature span:nth-child(3){text-align:right;color:rgba(255,255,255,.2)}
.footer-base { grid-column:1 / -1;padding-top:28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:rgba(255,255,255,.34);font-family:var(--font-data);font-size:10px;letter-spacing:.06em;text-transform:uppercase; }
.footer-base div { display:flex;gap:24px; }.footer-base a{color:inherit;text-decoration:none}.footer-base>a:hover{color:white}.footer-base>span:last-child{text-align:right}

@media (max-width: 1080px) {
  .header-shell { width: calc(100% - 48px); grid-template-columns: 180px 1fr 170px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 13px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 42px; }
  .hero-visual { width: min(100%, 460px); }
  h1 { font-size: clamp(42px, 4.4vw, 52px); }
  .positioning-shell { width: calc(100% - 48px); grid-template-columns: 88px 1fr; column-gap: 34px; }
  .positioning-main { gap: 54px; }
  .capability-index li { padding-inline: 20px; }
  .cyber-shell { width: calc(100% - 48px); }
  .cyber-heading { grid-template-columns: 88px minmax(0,1fr) 250px; column-gap: 34px; }
  .lifecycle-map li { padding-inline: 20px; }
  .stage-code { left: 20px; }
  .products-shell { width: calc(100% - 48px); }
  .products-heading { grid-template-columns: 88px minmax(0,1fr) 270px; column-gap: 34px; }
  .product { min-height: 740px; }
  .advisory-shell { width: calc(100% - 48px); gap: 70px; }
  .systems-shell { width: calc(100% - 48px); }
  .systems-heading { grid-template-columns: 88px minmax(0,1fr) 270px; column-gap: 34px; }
  .system-product { min-height: 650px; }
  .workflow-node { width: 112px; }
  .ecosystem-shell { width: calc(100% - 48px); }
  .ecosystem-heading { grid-template-columns: 88px minmax(0,1fr) 270px; column-gap: 34px; }
  .responsible-shell { width: calc(100% - 48px); grid-template-columns: minmax(350px,.7fr) minmax(540px,1.3fr); gap: 60px; }
  .governance-architecture { min-height: 640px; }
  .why-shell { width: calc(100% - 48px); }
  .why-heading { grid-template-columns: 88px minmax(0,1fr) 290px; column-gap: 34px; }
  .commitment { grid-template-columns: 88px minmax(220px,.7fr) minmax(260px,.95fr) 150px; gap: 34px; }
  .industries-shell { width: calc(100% - 48px); }
  .industries-heading { grid-template-columns: 88px minmax(0,1fr) 290px; column-gap: 34px; }
  .industry-list li { grid-template-columns: 60px minmax(230px,.75fr) minmax(250px,1fr) 160px 20px; gap: 24px; }
  .industry-diagram { width: 160px; }
  .presence-shell { width:calc(100% - 48px); }
  .presence-heading { grid-template-columns:88px minmax(0,1fr) 290px;column-gap:34px; }
  .insights-shell { width:calc(100% - 48px); }
  .insights-heading { grid-template-columns:88px minmax(0,1fr) 290px;column-gap:34px; }
  .insight-secondary article { grid-template-columns:38% 62%; }
  .cta-shell { width:calc(100% - 48px); }
  .footer-shell { width:calc(100% - 48px);grid-template-columns:250px 1fr;column-gap:70px; }
}

@media (max-width: 860px) {
  .header-shell { width: calc(100% - 36px); height: 82px; display: flex; justify-content: space-between; }
  .is-scrolled .header-shell { height: 70px; }
  .brand { position: relative; z-index: 2; width: 180px; height: 64px; }
  .brand img { width: 180px; height: auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; width: 48px; height: 48px; border: 1px solid var(--line); background: rgba(255,255,255,.035); display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .menu-toggle span { width: 20px; height: 1px; background: white; transition: transform .35s var(--ease); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: 1; isolation: isolate; padding: 128px 24px 34px; background: #001044; display: flex; flex-direction: column; visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .35s ease, transform .5s var(--ease), visibility .35s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; background: #001044; }
  .mobile-menu nav { border-top: 1px solid var(--line); }
  .mobile-menu nav a { display: flex; align-items: baseline; gap: 20px; padding: 18px 2px; border-bottom: 1px solid var(--line); color: white; font-size: clamp(25px, 7vw, 36px); letter-spacing: -.04em; text-decoration: none; }
  .mobile-menu nav span { width: 22px; color: var(--blue); font-family: var(--font-data); font-size: 10px; letter-spacing: .08em; }
  .mobile-cta { margin-top: auto; padding: 18px 20px; display: flex; justify-content: space-between; background: var(--blue); color: var(--navy); font-size: 14px; font-weight: 600; text-decoration: none; }
  .mobile-menu > p { margin: 20px 0 0; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
  .hero { padding-inline: 24px; }
  .hero-layout { grid-template-columns: 1fr; gap: 64px; padding-top: 62px; }
  .hero-content { max-width: 680px; }
  .hero-visual { justify-self: start; width: min(100%, 520px); }
  h1 { max-width: 680px; font-size: clamp(40px, 11.2vw, 58px); line-height: 1.08; letter-spacing: -.048em; }
  .hero-grid { background-size: 58px 58px; }
  .demo-note { display: none; }
  .positioning-shell { width: calc(100% - 48px); padding-top: 88px; display: block; }
  .section-rail { display: flex; align-items: center; justify-content: space-between; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(0,16,68,.14); }
  .section-rail span { margin: 0; writing-mode: initial; transform: none; }
  .positioning-main { padding: 60px 0 74px; grid-template-columns: 1fr; gap: 54px; }
  .positioning h2 { font-size: clamp(46px, 9vw, 58px); }
  .positioning-context { max-width: 520px; }
  .capability-index { grid-column: auto; grid-template-columns: repeat(2, 1fr); }
  .capability-index li { min-height: 190px; border-bottom: 1px solid rgba(0,16,68,.14); }
  .capability-index li:nth-child(3) { border-left: 1px solid rgba(0,16,68,.14); }
  .capability-index h3 { margin-top: 54px; }
  .cyber-shell { width: calc(100% - 48px); padding-top: 88px; }
  .cyber-heading { grid-template-columns: 1fr; gap: 54px; }
  .cyber-meta { flex-direction: row; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .cyber-title-group h2 { font-size: clamp(46px, 9vw, 58px); }
  .cyber-summary { max-width: 520px; }
  .lifecycle-map { margin-top: 82px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--blue) rgba(255,255,255,.08); }
  .lifecycle-map ol { width: 1050px; grid-template-columns: repeat(5, 210px); }
  .lifecycle-map li { min-height: 300px; }
  .cyber-footer { flex-wrap: wrap; }
  .products-shell { width: calc(100% - 48px); padding-top: 88px; }
  .products-heading { grid-template-columns: 1fr; gap: 52px; margin-bottom: 68px; }
  .products-index { flex-direction: row; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(0,16,68,.14); }
  .products-heading h2 { font-size: clamp(48px, 9vw, 58px); }
  .products-intro { max-width: 520px; }
  .product-showcase { grid-template-columns: 1fr; }
  .product { min-height: 700px; }
  .advisory-shell { width: calc(100% - 48px); padding: 88px 0; grid-template-columns: 1fr; gap: 82px; }
  .advisory-intro { max-width: 680px; }
  .advisory h2 { font-size: clamp(48px,9vw,58px); }
  .systems-shell { width: calc(100% - 48px); padding-top: 88px; }
  .systems-heading { grid-template-columns: 1fr; gap: 52px; margin-bottom: 68px; }
  .systems-meta { flex-direction: row; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(0,16,68,.14); }
  .systems-heading h2 { font-size: clamp(48px,9vw,58px); }
  .systems-intro { max-width: 520px; }
  .system-product { grid-template-columns: 1fr; }
  .identity-visual,.workflow-visual { min-height: 600px; }
  .yally-product .workflow-visual { order: 2; }
  .yally-product .system-copy { order: 1; }
  .ecosystem-shell { width: calc(100% - 48px); padding-top: 88px; }
  .ecosystem-heading { grid-template-columns: 1fr; gap: 50px; margin-bottom: 66px; }
  .ecosystem-meta { flex-direction: row; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(0,16,68,.14); }
  .ecosystem-heading h2 { font-size: clamp(48px,9vw,58px); }
  .ecosystem-heading > p { max-width: 520px; }
  .ecosystem-products { grid-template-columns: 1fr; }
  .ecosystem-product,.ecosystem-product:first-child { min-height: 430px; border-left: 1px solid rgba(0,16,68,.14); border-bottom: 1px solid rgba(0,16,68,.14); }
  .responsible-shell { width: calc(100% - 48px); min-height: auto; padding: 88px 0; grid-template-columns: 1fr; gap: 82px; }
  .responsible-copy { max-width: 680px; }
  .responsible-copy h2 { font-size: clamp(48px,9vw,58px); }
  .governance-architecture { min-height: 680px; }
  .why-shell { width: calc(100% - 48px); padding-top: 88px; }
  .why-heading { grid-template-columns: 1fr; gap: 50px; margin-bottom: 72px; }
  .why-meta { flex-direction: row; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(0,16,68,.14); }
  .why-heading h2 { font-size: clamp(48px,9vw,58px); }
  .why-heading > p { max-width: 520px; }
  .commitment { min-height: 300px; grid-template-columns: 60px 1fr; gap: 28px; padding: 30px 0; }
  .commitment:hover { padding: 30px 20px; }
  .commitment-number { grid-row: 1 / span 2; }
  .commitment > p { grid-column: 2; }
  .commitment-signal { display: none; }
  .industries-shell { width: calc(100% - 48px); padding-top: 88px; }
  .industries-heading { grid-template-columns: 1fr; gap: 50px; margin-bottom: 72px; }
  .industries-meta { flex-direction: row; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .industries-heading h2 { font-size: clamp(48px,9vw,58px); }
  .industries-heading > p { max-width: 520px; }
  .industry-list li { min-height: 220px; grid-template-columns: 42px 1fr 20px; gap: 20px; padding: 28px 4px 28px 0; }
  .industry-list li:hover { padding-left: 12px; }
  .industry-number { grid-row: 1 / span 3; align-self: start; }
  .industry-list p { grid-column: 2; }
  .industry-diagram { grid-column: 2; width: 100%; max-width: 240px; }
  .industry-arrow { grid-column: 3; grid-row: 1; }
  .presence-shell { width:calc(100% - 48px);padding-top:88px; }
  .presence-heading { grid-template-columns:1fr;gap:50px;margin-bottom:72px; }
  .presence-meta { flex-direction:row;padding:0 0 22px;border-right:0;border-bottom:1px solid rgba(0,16,68,.14); }
  .presence-heading h2 { font-size:clamp(48px,9vw,58px); }
  .presence-heading > p { max-width:520px; }
  .route-map { height:450px; }
  .presence-timeline { grid-template-columns:1fr; }
  .presence-timeline li,.presence-timeline li:first-child { min-height:190px;border-left:1px solid rgba(0,16,68,.13);border-bottom:1px solid rgba(0,16,68,.13); }
  .insights-shell { width:calc(100% - 48px);padding-top:88px; }
  .insights-heading { grid-template-columns:1fr;gap:50px;margin-bottom:72px; }
  .insights-meta { flex-direction:row;padding:0 0 22px;border-right:0;border-bottom:1px solid rgba(0,16,68,.14); }
  .insights-heading h2 { font-size:clamp(48px,9vw,58px); }
  .insights-intro { max-width:520px; }
  .insight-editorial { grid-template-columns:1fr; }
  .insight-secondary { grid-template-columns:1fr 1fr;grid-template-rows:auto; }
  .insight-secondary article { min-height:630px;grid-template-columns:1fr;grid-template-rows:300px 1fr; }
  .final-cta { min-height:850px; }
  .cta-shell { width:calc(100% - 48px);min-height:690px; }
  .cta-mark { width:62vw;right:-8%; }
  .orbit-one{width:68vw;height:68vw;right:-12%}.orbit-two{width:50vw;height:50vw;right:-3%}
  .cta-content h2 { font-size:clamp(58px,10vw,74px); }
  .footer-shell { padding-top:72px;grid-template-columns:1fr; }
  .footer-brand { padding-bottom:62px;border-bottom:1px solid rgba(255,255,255,.12); }
  .footer-nav { margin-top:58px;grid-template-columns:repeat(2,1fr);row-gap:58px; }
  .footer-signature { margin-top:78px; }
}

@media (max-width: 560px) {
  .brand { width: 150px; height: 54px; }
  .brand img { width: 150px; }
  .mobile-menu { padding-top: 108px; }
  .mobile-menu nav a { padding-block: 21px; }
  .hero { align-items: flex-start; padding-top: 116px; padding-bottom: 80px; }
  .hero-layout { gap: 52px; padding-top: 0; }
  .eyebrow { margin-bottom: 30px; }
  h1 { font-size: clamp(38px, 10.5vw, 46px); }
  .intro { margin-top: 36px; }
  .hero-visual { width: 100%; }
  .visual-index { top: 24px; left: 26px; }
  .visual-status { right: 26px; bottom: 24px; }
  .positioning-shell { width: calc(100% - 40px); padding-top: 70px; }
  .positioning-main { padding-top: 48px; }
  .positioning h2 { font-size: clamp(42px, 12vw, 56px); }
  .positioning-context { padding-left: 18px; }
  .context-marker { flex-direction: column; gap: 8px; }
  .capability-index { grid-template-columns: 1fr; }
  .capability-index li, .capability-index li:nth-child(3) { min-height: 150px; border-left: 1px solid rgba(0,16,68,.14); }
  .capability-index h3 { margin-top: 36px; }
  .cyber-shell { width: calc(100% - 40px); padding-top: 72px; }
  .cyber-title-group h2 { font-size: clamp(42px, 11.8vw, 54px); }
  .cyber-summary { padding-left: 18px; }
  .lifecycle-map { margin-top: 68px; margin-right: -20px; }
  .cyber-footer { justify-content: flex-start; line-height: 1.8; }
  .products-shell { width: calc(100% - 40px); padding: 72px 0 90px; }
  .products-heading h2 { font-size: clamp(44px, 12vw, 56px); }
  .products-intro { padding-left: 18px; }
  .product { min-height: 720px; padding: 22px; }
  .product h3 { font-size: clamp(32px, 10vw, 36px); }
  .product-copy > a { margin-top: 36px; line-height: 1.5; }
  .bazgrid-interface, .attack-interface { margin-top: 42px; }
  .evidence-row { grid-template-columns: 1.2fr .6fr; }
  .evidence-row > :nth-child(2) { display: none; }
  .evidence-metrics span { display: none; }
  .advisory-shell { width: calc(100% - 40px); padding: 72px 0; gap: 68px; }
  .advisory-kicker { margin-top: 52px; }
  .advisory h2 { font-size: clamp(44px,12vw,56px); }
  .advisory-list li { min-height: 285px; grid-template-columns: 42px 1fr 20px; gap: 14px; padding-right: 4px; }
  .advisory-list li:hover { padding-left: 12px; }
  .service-tags { gap: 6px; }
  .systems-shell { width: calc(100% - 40px); padding: 72px 0 90px; }
  .systems-heading h2 { font-size: clamp(44px,12vw,56px); }
  .systems-intro { padding-left: 18px; }
  .system-copy { min-height: 650px; padding: 28px 22px 32px; }
  .system-copy header { gap: 18px; }
  .system-copy h3 { font-size: clamp(38px,10.5vw,42px); }
  .system-copy > a { margin-top: 38px; line-height: 1.5; }
  .identity-visual,.workflow-visual { min-height: 520px; }
  .workflow-canvas { inset-inline: 16px; }
  .workflow-node { width: 102px; padding: 9px; }
  .node-agent { left: 27%; }.node-review { left: 52%; }
  .ecosystem-shell { width: calc(100% - 40px); padding: 72px 0 88px; }
  .ecosystem-heading h2 { font-size: clamp(44px,12vw,56px); }
  .ecosystem-heading > p { padding-left: 18px; }
  .ecosystem-product { padding: 22px; }
  .ecosystem-graphic { left: 22px; right: 22px; bottom: 22px; }
  .responsible-shell { width: calc(100% - 40px); padding: 72px 0; gap: 68px; }
  .responsible-kicker { margin-top: 52px; }
  .responsible-copy h2 { font-size: clamp(44px,12vw,56px); }
  .governance-architecture { min-height: 720px; }
  .ring-primary { width: 240px; height: 240px; }
  .ring-secondary { width: 335px; height: 335px; }
  .governance-core { width: 126px; height: 126px; }
  .governance-orbit { left: calc(50% - 170px); transform-origin: 170px 3px; }
  .governance-controls li { width: 124px; padding: 8px 9px; }
  .control-policy{left:3%;top:16%}.control-oversight{right:3%;top:16%}.control-data{left:2%;top:41%}.control-logging{right:2%;top:41%}.control-risk{left:4%;bottom:17%}.control-security{right:4%;bottom:17%}.control-account{bottom:4%}
  .why-shell { width: calc(100% - 40px); padding: 72px 0 64px; }
  .why-heading h2 { font-size: clamp(44px,12vw,56px); }
  .why-heading > p { padding-left: 18px; }
  .commitment { min-height: 290px; grid-template-columns: 42px 1fr; gap: 18px; }
  .commitment h3 { font-size: clamp(37px,10vw,46px); }
  .why-footer { flex-wrap: wrap; justify-content: flex-start; line-height: 1.8; }
  .why-footer > span { width: 100%; }
  .industries-shell { width: calc(100% - 40px); padding: 72px 0 88px; }
  .industries-heading h2 { font-size: clamp(44px,12vw,56px); }
  .industries-heading > p { padding-left: 18px; }
  .industry-list li { min-height: 240px; grid-template-columns: 34px 1fr 18px; gap: 14px; }
  .presence-shell { width:calc(100% - 40px);padding:72px 0 88px; }
  .presence-heading h2 { font-size:clamp(44px,12vw,56px); }
  .presence-heading > p { padding-left:18px; }
  .route-map { height:560px; }
  .route-map > svg { inset:80px -32% 80px;width:164%;height:400px; }
  .route-coordinate{display:none}
  .route-city{bottom:88px}.city-uk{left:6%}.city-ksa{right:6%}
  .city-usa{left:4%}.city-uk{left:50%;transform:translateX(-50%)}.city-ksa{right:4%}
  .route-city strong{max-width:110px;font-size:16px}.city-uk strong{margin-inline:auto}.city-ksa strong{margin-left:auto}
  .route-city i{max-width:104px;line-height:1.35}
  .route-status{top:24px;bottom:auto;white-space:nowrap}
  .presence-timeline li { padding:26px 22px; }
  .presence-timeline strong { margin-top:32px; }
  .insights-shell { width:calc(100% - 40px);padding:72px 0 88px; }
  .insights-heading h2 { font-size:clamp(44px,12vw,56px); }
  .insights-intro { padding-left:18px; }
  .insights-intro > a,.insight-copy > a { margin-top:34px;line-height:1.5; }
  .insight-feature { grid-template-rows:310px 1fr; }
  .insight-copy { padding:24px 22px 28px; }
  .insight-copy h3 { font-size:clamp(32px,10vw,36px); }
  .insight-secondary { grid-template-columns:1fr; }
  .insight-secondary article { min-height:520px; }
  .final-cta { min-height:780px;align-items:flex-start;padding-top:72px; }
  .cta-shell { width:calc(100% - 40px);min-height:650px;justify-content:center; }
  .cta-mark { width:90vw;right:-38%;opacity:.04; }
  .orbit-one{width:110vw;height:110vw;right:-55%}.orbit-two{width:78vw;height:78vw;right:-36%}
  .cta-content h2 { font-size:clamp(48px,14vw,64px); }
  .cta-content > p { max-width:335px;font-size:16px; }
  .cta-button { width:100%; }
  .cta-status { max-width:290px;line-height:1.5; }
  .footer-shell { width:calc(100% - 40px);padding-top:62px; }
  .footer-brand img { width:220px; }
  .footer-nav { grid-template-columns:1fr 1fr;gap:48px 22px; }
  .footer-nav a { font-size:16px; }
  .footer-signature { margin-top:68px;padding:30px 0;display:flex;flex-direction:column;gap:10px;font-size:clamp(52px,16vw,70px); }
  .footer-signature span:nth-child(2),.footer-signature span:nth-child(3){text-align:left}
  .footer-base { grid-template-columns:1fr;gap:20px;padding-bottom:6px;line-height:1.6; }
  .footer-base>span:last-child{text-align:left}
}

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

/* Minimal homepage motion system. Content remains visible when JavaScript is unavailable. */
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .62s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms),
    transform .62s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.product,
.system-product,
.ecosystem-product,
.insight-feature,
.insight-secondary article,
.commitment,
.industry-list li {
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background-color .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .product:hover,
  .system-product:hover,
  .ecosystem-product:hover,
  .insight-feature:hover,
  .insight-secondary article:hover,
  .commitment:hover,
  .industry-list li:hover {
    transform: translateY(-3px);
  }

  .cta-button:hover span:last-child,
  .header-cta:hover span:last-child {
    transform: translate(2px, -2px);
  }
}

.cta-button span:last-child,
.header-cta span:last-child {
  transition: transform .24s ease;
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
/* Compact desktop layout for 13–14 inch laptops. */
@media (min-width: 861px) and (max-width: 1440px) {
  .hero-layout { grid-template-columns: minmax(0, .9fr) minmax(430px, .82fr); gap: clamp(52px, 5vw, 78px); }
  .hero-content { max-width: 680px; }
  .hero .intro { max-width: 550px; margin-top: 34px; }
}

/* Homepage hero — photographic cyber atmosphere shared with the KSA campaign. */
.hero::before { content: ""; position: absolute; inset: 0 0 0 34%; background: url(assets/cybersecurity-responsible-ai.jpg) center / cover no-repeat; opacity: .58; filter: saturate(.78); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #001044 0%, rgba(0,16,68,.97) 35%, rgba(0,16,68,.26) 72%, rgba(0,16,68,.68) 100%); pointer-events: none; }
.hero-layout { grid-template-columns: minmax(0,760px) 1fr; z-index: 2; }
.hero-visual { display: none !important; }
.hero-grid, .hero-glow { z-index: 1; }
.hero-content, .demo-note { z-index: 3; }
@media (min-width:861px) and (max-width:1440px) { .hero-layout { grid-template-columns: minmax(0,680px) 1fr; } }
@media (max-width:900px) { .hero::before { inset: 0; opacity: .32; } .hero::after { background: linear-gradient(90deg, rgba(0,16,68,.98), rgba(0,16,68,.68)); } .hero-layout { grid-template-columns: 1fr; } }
