:root {
  --bg: #071426;
  --bg-deep: #030914;
  --surface: #0b1b33;
  --surface-2: #102646;
  --surface-3: #17345d;
  --line: rgba(147, 197, 253, 0.13);
  --line-strong: rgba(147, 197, 253, 0.24);
  --text: #f4f8ff;
  --muted: #a9bad4;
  --muted-2: #7186a6;
  --accent: #60a5fa;
  --accent-strong: #2563eb;
  --accent-soft: rgba(96, 165, 250, 0.12);
  --blue: #93c5fd;
  --amber: #f6bd67;
  --danger: #ff7c7c;
  --shadow: 0 36px 100px rgba(0, 0, 0, 0.32);
  --radius: 24px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--accent); color: var(--bg-deep); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 15px; border-radius: 10px; background: var(--accent); color: #06152f; font-weight: 800; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.site-shell { overflow: clip; }
.section { padding: 126px 0; position: relative; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: rgba(5, 15, 32, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; line-height: 0; }
.brand-logo { width: 150px; height: auto; display: block; }
.footer-brand .brand-logo { width: 166px; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a:not(.button) { color: #c1cee2; font-size: 13px; font-weight: 700; transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--text); }
.site-nav .nav-product { padding-left: 25px; border-left: 1px solid var(--line); color: var(--accent) !important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--text); transition: transform .2s, opacity .2s; }

.button { min-height: 52px; padding: 0 22px; border: 1px solid var(--line-strong); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .2s, border-color .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-solid { color: #ffffff; background: var(--accent-strong); border-color: var(--accent-strong); box-shadow: 0 12px 30px rgba(37, 99, 235, .22); }
.button-solid:hover { background: #3b82f6; box-shadow: 0 16px 40px rgba(37, 99, 235, .3); }
.button-ghost { color: var(--text); background: rgba(255,255,255,.02); }
.button-ghost:hover { border-color: rgba(96,165,250,.55); background: rgba(96,165,250,.08); }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-size: 13px; font-weight: 800; }
.text-link:hover { color: #93c5fd; }

.hero { position: relative; min-height: 840px; display: flex; align-items: center; padding: 154px 0 92px; background: radial-gradient(circle at 78% 36%, rgba(37,99,235,.2), transparent 34%), linear-gradient(180deg, #071426 0%, #091a31 100%); }
.hero-grid, .contact-grid-bg { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(147,197,253,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(147,197,253,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -170px; top: 120px; background: rgba(59,130,246,.16); }
.hero-glow-two { width: 300px; height: 300px; left: -170px; bottom: 70px; background: rgba(14,165,233,.09); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 21px; display: flex; align-items: center; gap: 10px; color: var(--accent); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: var(--accent); box-shadow: 0 0 12px rgba(96,165,250,.75); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 27px; font-size: clamp(48px, 5.3vw, 76px); line-height: 1.06; letter-spacing: -.055em; font-weight: 700; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 650px; color: #b7c6dc; font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 59px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-proof div { padding-top: 15px; border-top: 1px solid var(--line-strong); display: grid; gap: 6px; }
.hero-proof strong { font-size: 11px; color: var(--text); text-transform: uppercase; letter-spacing: .09em; font-family: var(--mono); }
.hero-proof span { color: var(--muted-2); font-size: 11px; line-height: 1.45; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(96,165,250,.09); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 420px; height: 420px; border-style: dashed; animation: spin 50s linear infinite; }
.security-console { width: min(100%, 490px); position: relative; z-index: 2; padding: 0 20px 18px; border: 1px solid rgba(147,197,253,.18); border-radius: 22px; background: linear-gradient(155deg, rgba(15,35,66,.97), rgba(5,17,36,.98)); box-shadow: 0 50px 100px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05); overflow: hidden; transform: perspective(1200px) rotateY(-3deg) rotateX(2deg); }
.security-console:after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(110deg,transparent 40%,rgba(255,255,255,.025) 50%,transparent 60%); }
.console-topbar { height: 54px; margin-inline: -20px; padding: 0 19px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; color: var(--muted-2); font-size: 9px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.console-dots { display:flex; gap:6px; }
.console-dots i { width:6px; height:6px; border-radius:50%; background:#465c7c; }
.live-chip { justify-self: end; display:flex; align-items:center; gap:6px; color:var(--accent); }
.live-chip i { width:6px; height:6px; border-radius:50%; background:var(--accent); box-shadow:0 0 12px var(--accent); animation:pulse 2s infinite; }
.console-summary { height: 112px; display:flex; align-items:center; justify-content:space-between; padding:18px 8px 7px; }
.console-summary > div:first-child { display:grid; gap:5px; }
.console-summary span { color:var(--muted-2); font-size:10px; font-family:var(--mono); text-transform:uppercase; letter-spacing:.08em; }
.console-summary strong { font-size:23px; letter-spacing:-.04em; }
.posture-ring { width:72px; height:72px; position:relative; display:grid; place-items:center; }
.posture-ring svg { position:absolute; inset:0; transform:rotate(-90deg); }
.posture-ring circle { fill:none; stroke-width:6; }
.ring-track { stroke:rgba(255,255,255,.07); }
.ring-value { stroke:var(--accent); stroke-linecap:round; stroke-dasharray:251.3; stroke-dashoffset:45.2; filter:drop-shadow(0 0 5px rgba(96,165,250,.45)); }
.posture-ring b { font-size:17px; }
.console-network { position:relative; height:225px; border:1px solid rgba(255,255,255,.06); border-radius:15px; background:rgba(2,10,24,.42); overflow:hidden; }
.console-network:before { content:""; position:absolute; inset:0; background-image:radial-gradient(rgba(127,168,218,.14) .7px,transparent .7px); background-size:13px 13px; }
.network-lines { position:absolute; inset:0; }
.network-lines svg { width:100%; height:100%; }
.network-lines path { fill:none; stroke:rgba(96,165,250,.24); stroke-width:1.2; stroke-dasharray:4 5; }
.node { position:absolute; z-index:1; min-width:72px; padding:9px 11px; border:1px solid rgba(147,197,253,.17); border-radius:10px; background:#102747; box-shadow:0 10px 20px rgba(0,0,0,.25); color:var(--muted); font-size:8px; text-transform:uppercase; letter-spacing:.08em; font-family:var(--mono); }
.node span { display:block; color:var(--text); font-family:var(--font); font-size:15px; font-weight:800; letter-spacing:-.03em; }
.node-assets { left:7%; top:13%; }
.node-risks { left:43%; top:34%; border-color:rgba(246,189,103,.32); }
.node-controls { left:32%; bottom:8%; }
.node-evidence { right:5%; top:13%; }
.node-remediation { right:5%; bottom:8%; border-color:rgba(112,167,255,.28); }
.console-footer { padding:15px 4px 0; display:flex; justify-content:space-between; gap:8px; color:var(--muted-2); font-size:7px; font-family:var(--mono); text-transform:uppercase; }
.console-footer div { display:flex; align-items:center; gap:5px; }
.status-dot { width:5px; height:5px; border-radius:50%; }
.status-green { background:#22c55e; box-shadow:0 0 10px rgba(34,197,94,.45); }.status-amber { background:var(--amber); }.status-blue { background:var(--blue); }
.floating-card { position:absolute; z-index:3; width:210px; padding:13px 15px; border:1px solid var(--line-strong); border-radius:12px; background:rgba(9,25,49,.95); box-shadow:0 22px 50px rgba(0,0,0,.32); display:grid; gap:2px; }
.floating-card span { color:var(--accent); font:700 7px var(--mono); text-transform:uppercase; letter-spacing:.1em; }
.floating-card strong { font-size:11px; }.floating-card small { color:var(--muted-2); font-size:8px; }
.floating-card-one { top:67px; right:-48px; animation:float 5s ease-in-out infinite; }
.floating-card-two { left:-23px; bottom:54px; animation:float 6s 1s ease-in-out infinite; }

.signal-bar { position:relative; z-index:3; border-block:1px solid var(--line); background:#07182e; }
.signal-grid { min-height:116px; display:grid; grid-template-columns:repeat(4,1fr); }
.signal-grid > div { padding:24px 26px; border-right:1px solid var(--line); display:flex; align-items:center; gap:13px; }
.signal-grid > div:first-child { border-left:1px solid var(--line); }
.signal-icon { color:var(--accent); font:700 9px var(--mono); }
.signal-grid p { margin:0; display:grid; gap:3px; }
.signal-grid strong { font-size:11px; }.signal-grid small { color:var(--muted-2); font-size:9px; line-height:1.45; }

.section-heading { margin-bottom:56px; }
.split-heading { display:grid; grid-template-columns:1.15fr .75fr; align-items:end; gap:90px; }
.section-heading h2, .feature-copy h2, .expertise-copy h2, .contact-copy h2, .faq-intro h2 { margin-bottom:0; font-size:clamp(36px,4vw,58px); line-height:1.12; letter-spacing:-.048em; font-weight:700; }
.split-heading > p, .centered-heading > p { margin:0; color:var(--muted); font-size:15px; }
.centered-heading { max-width:820px; margin-inline:auto; text-align:center; }
.centered-heading .eyebrow { justify-content:center; }
.centered-heading > p { max-width:690px; margin:19px auto 0; }

.services { background:#08182e; }
.services:before { content:""; position:absolute; inset:0; opacity:.22; background:radial-gradient(circle at 10% 20%,rgba(59,130,246,.12),transparent 27%),radial-gradient(circle at 90% 80%,rgba(14,165,233,.09),transparent 27%); }
.service-grid { position:relative; display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.service-card { position:relative; min-height:485px; padding:42px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(9,29,56,.84); overflow:hidden; transition:transform .25s,border-color .25s,background .25s; }
.service-card:hover { transform:translateY(-5px); border-color:rgba(96,165,250,.38); background:#0d2341; }
.service-card-featured { background:linear-gradient(145deg,rgba(20,55,101,.84),rgba(7,24,49,.94)); }
.service-card:after { content:""; position:absolute; right:-75px; top:-75px; width:220px; height:220px; border-radius:50%; background:rgba(96,165,250,.06); filter:blur(20px); }
.service-number { position:absolute; right:33px; top:30px; color:#40577a; font:700 12px var(--mono); }
.service-icon { width:48px; height:48px; margin-bottom:40px; border:1px solid rgba(96,165,250,.25); border-radius:12px; display:grid; place-items:center; background:var(--accent-soft); color:var(--accent); }
.service-icon svg { width:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.service-kicker { margin-bottom:7px; color:var(--accent); font:700 9px var(--mono); text-transform:uppercase; letter-spacing:.11em; }
.service-card h3 { margin-bottom:14px; font-size:27px; letter-spacing:-.035em; }
.service-card > p:not(.service-kicker) { color:var(--muted); font-size:14px; max-width:520px; }
.service-card ul { margin:25px 0 30px; padding:0; list-style:none; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 18px; }
.service-card li { position:relative; padding-left:16px; color:#c0cce0; font-size:11px; }
.service-card li:before { content:""; position:absolute; left:0; top:.65em; width:5px; height:5px; border:1px solid var(--accent); border-radius:50%; }
.service-card > a { position:absolute; left:42px; bottom:37px; color:var(--text); font-size:12px; font-weight:800; }
.service-card > a span { color:var(--accent); margin-left:8px; }

.ciso-section { background:#06162b; }
.feature-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:95px; align-items:center; }
.feature-layout-reverse { grid-template-columns:1.06fr .94fr; }
.feature-lead { margin:25px 0 35px; color:var(--muted); font-size:16px; }
.benefit-list { display:grid; gap:0; border-top:1px solid var(--line); }
.benefit-list > div { display:grid; grid-template-columns:42px 1fr; gap:15px; padding:19px 0; border-bottom:1px solid var(--line); }
.benefit-list > div > span { padding-top:3px; color:var(--accent); font:700 9px var(--mono); }
.benefit-list p { margin:0; color:var(--muted); font-size:12px; }
.benefit-list strong { display:block; margin-bottom:3px; color:var(--text); font-size:13px; }
.inline-actions { margin-top:32px; display:flex; align-items:center; flex-wrap:wrap; gap:25px; }
.platform-mockup { position:relative; }
.platform-window { min-height:470px; border:1px solid var(--line-strong); border-radius:21px; overflow:hidden; background:#0b203c; box-shadow:var(--shadow); display:grid; grid-template-columns:76px 1fr; transform:perspective(1500px) rotateY(-3deg) rotateX(2deg); }
.platform-sidebar { padding:22px 15px 17px; border-right:1px solid var(--line); background:#08182e; display:flex; flex-direction:column; align-items:center; }
.mini-brand { color:var(--muted-2); font-size:0; }.mini-brand span { display:block; width:20px; height:20px; border:1px solid var(--accent); border-radius:6px; transform:rotate(45deg); }
.platform-menu { margin-top:48px; display:grid; gap:22px; }
.platform-menu i { width:17px; height:17px; border:1px solid #435a7c; border-radius:5px; }
.platform-menu i.active { border-color:var(--accent); background:var(--accent-soft); box-shadow:0 0 15px rgba(96,165,250,.12); }
.platform-avatar { width:31px; height:31px; margin-top:auto; border-radius:50%; display:grid; place-items:center; background:#18375f; color:var(--accent); font-size:8px; font-weight:800; }
.platform-main { padding:28px; min-width:0; }
.platform-header { display:flex; justify-content:space-between; align-items:center; }
.platform-header div { display:grid; }.platform-header small { color:var(--muted-2); font:400 8px var(--mono); text-transform:uppercase; }.platform-header strong { font-size:17px; }
.platform-header > span { color:var(--muted-2); font-size:8px; }
.metric-row { margin-top:27px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.metric-row > div { padding:14px; border:1px solid var(--line); border-radius:11px; background:#102747; display:grid; grid-template-columns:1fr auto; align-items:end; }
.metric-row small { grid-column:1/-1; color:var(--muted-2); font-size:7px; }.metric-row strong { font-size:22px; }.metric-row span { color:var(--blue); font-size:7px; }.metric-row .trend-good { color:var(--accent); }
.platform-content-grid { margin-top:12px; display:grid; grid-template-columns:1.45fr .85fr; gap:11px; }
.chart-panel,.priority-panel { min-width:0; padding:16px; border:1px solid var(--line); border-radius:12px; background:#091b34; }
.panel-title { display:flex; justify-content:space-between; align-items:center; }.panel-title strong { font-size:9px; }.panel-title span { color:var(--muted-2); font-size:7px; }
.chart-panel svg { width:100%; height:150px; margin-top:14px; overflow:visible; }
.chart-grid-line { stroke:rgba(255,255,255,.05); stroke-width:1; }.chart-area { fill:url(#areaGradient); }.chart-line { fill:none; stroke:var(--accent); stroke-width:2; filter:drop-shadow(0 0 4px rgba(96,165,250,.45)); }
.chart-labels { display:flex; justify-content:space-between; color:var(--muted-2); font-size:6px; }
.priority-panel { display:grid; align-content:start; gap:13px; }
.priority-item { padding-top:10px; border-top:1px solid var(--line); display:grid; grid-template-columns:7px 1fr auto; align-items:center; gap:7px; }
.priority-item i { width:5px; height:5px; border-radius:50%; }.priority-high { background:var(--danger); }.priority-med { background:var(--amber); }.priority-low { background:var(--blue); }
.priority-item p { margin:0; display:grid; }.priority-item strong { font-size:7px; }.priority-item small { color:var(--muted-2); font-size:6px; }.priority-item > span { color:var(--muted-2); font-size:6px; }
.platform-note { width:70%; margin:-20px auto 0; position:relative; z-index:2; padding:16px 19px; border:1px solid rgba(96,165,250,.27); border-radius:13px; background:#10294d; box-shadow:0 18px 40px rgba(0,0,0,.25); display:grid; gap:4px; }
.platform-note span { color:var(--accent); font:700 8px var(--mono); text-transform:uppercase; }.platform-note strong { font-size:10px; }

.testing-section { background:#081a32; }
.testing-workbench { border:1px solid var(--line-strong); border-radius:var(--radius); background:#071426; box-shadow:var(--shadow); overflow:hidden; }
.testing-tabs { min-height:78px; border-bottom:1px solid var(--line); display:grid; grid-template-columns:repeat(3,1fr); }
.testing-tab { border:0; border-right:1px solid var(--line); background:transparent; color:var(--muted-2); cursor:pointer; display:flex; align-items:center; justify-content:center; gap:13px; font-size:12px; font-weight:800; transition:background .2s,color .2s; }
.testing-tab:last-child { border-right:0; }.testing-tab span { font:700 8px var(--mono); }.testing-tab.is-active { color:var(--text); background:rgba(96,165,250,.08); box-shadow:inset 0 -2px 0 var(--accent); }.testing-tab.is-active span { color:var(--accent); }
.testing-panel { min-height:495px; display:grid; grid-template-columns:.88fr 1.12fr; }
.testing-panel[hidden] { display:none; }
.testing-copy { padding:53px; display:flex; flex-direction:column; justify-content:center; }
.panel-eyebrow { margin-bottom:11px; color:var(--accent); font:700 8px var(--mono); text-transform:uppercase; letter-spacing:.11em; }
.testing-copy h3 { margin-bottom:14px; font-size:31px; line-height:1.18; letter-spacing:-.035em; }
.testing-copy > p:not(.panel-eyebrow) { color:var(--muted); font-size:13px; }
.io-grid { margin-top:28px; display:grid; gap:11px; }
.io-grid > div { padding:13px 15px; border:1px solid var(--line); border-radius:10px; display:grid; gap:3px; background:rgba(255,255,255,.018); }
.io-grid small { color:var(--accent); font:700 7px var(--mono); text-transform:uppercase; letter-spacing:.1em; }.io-grid strong { font-size:10px; }
.code-scene,.runtime-scene,.attack-path-scene { margin:28px; border:1px solid var(--line); border-radius:15px; background:#030b18; position:relative; overflow:hidden; }
.code-header { height:47px; padding:0 17px; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; color:var(--muted); font:400 8px var(--mono); }.code-header small { color:var(--accent); }
.code-scene pre { margin:0; padding:31px 22px 22px; overflow:auto; color:#cfdaea; font:400 10px/1.9 var(--mono); }.code-scene mark { display:inline-block; width:100%; background:rgba(255,124,124,.1); color:#ffd2d2; border-left:2px solid var(--danger); padding-left:4px; }.code-muted { color:#455c7e; }.code-key { color:#7dd3fc; }.code-fn { color:#93c5fd; }
.code-finding { position:absolute; right:15px; bottom:16px; width:76%; padding:13px 15px; border:1px solid rgba(255,124,124,.25); border-radius:10px; background:rgba(45,18,18,.92); display:grid; gap:3px; }.code-finding span { color:var(--danger); font:700 7px var(--mono); text-transform:uppercase; }.code-finding strong { font-size:9px; }
.runtime-scene { padding:39px; display:flex; flex-direction:column; justify-content:center; gap:21px; background-image:radial-gradient(rgba(96,165,250,.12) .7px,transparent .7px); background-size:14px 14px; }
.request-card,.response-card { padding:17px; border:1px solid var(--line); border-radius:11px; background:#0c203c; }.request-card span,.response-card span { color:var(--blue); font:700 8px var(--mono); }.request-card code,.response-card code { display:block; margin-top:12px; color:#bfd0ca; font:400 9px var(--mono); }.response-card { margin-left:18%; border-color:rgba(255,124,124,.24); }.response-card > div { display:flex; justify-content:space-between; }.response-card span { color:var(--danger); }.response-card small { color:var(--muted-2); font-size:7px; }
.runtime-arrow { display:flex; align-items:center; gap:10px; color:var(--muted-2); font:400 7px var(--mono); text-transform:uppercase; }.runtime-arrow i { flex:1; height:1px; background:linear-gradient(90deg,transparent,var(--line-strong)); }.runtime-arrow i:last-child { background:linear-gradient(90deg,var(--line-strong),transparent); }
.runtime-finding { margin-top:3px; padding:14px; border:1px solid rgba(255,124,124,.25); border-radius:11px; background:rgba(45,18,18,.72); display:flex; gap:11px; align-items:center; }.runtime-finding i { width:9px; height:9px; border-radius:50%; background:var(--danger); box-shadow:0 0 15px rgba(255,124,124,.45); }.runtime-finding p { margin:0; display:grid; }.runtime-finding span { color:var(--danger); font:700 7px var(--mono); text-transform:uppercase; }.runtime-finding strong { font-size:9px; }
.attack-path-scene { padding:42px 35px; display:flex; flex-direction:column; justify-content:center; gap:0; background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px); background-size:30px 30px; }
.attack-node { padding:14px; border:1px solid var(--line-strong); border-radius:11px; background:#102747; display:flex; align-items:center; gap:13px; }.attack-node > span { width:25px; height:25px; border:1px solid var(--accent); border-radius:8px; display:grid; place-items:center; color:var(--accent); font:700 8px var(--mono); }.attack-node p { margin:0; display:grid; }.attack-node strong { font-size:10px; }.attack-node small { color:var(--muted-2); font-size:7px; }.attack-node.danger { border-color:rgba(246,189,103,.3); margin-inline:12%; }.attack-node.danger > span { border-color:var(--amber); color:var(--amber); }.attack-node.critical { border-color:rgba(255,124,124,.3); margin-inline:23%; }.attack-node.critical > span { border-color:var(--danger); color:var(--danger); }
.attack-connector { height:46px; display:flex; flex-direction:column; align-items:center; justify-content:center; }.attack-connector i { width:1px; flex:1; background:linear-gradient(var(--accent),var(--line)); }.attack-connector small { padding:3px 8px; color:var(--muted-2); font:400 6px var(--mono); text-transform:uppercase; }
.attack-summary { margin-top:22px; padding:13px 15px; border:1px solid rgba(255,124,124,.27); border-radius:10px; background:rgba(45,18,18,.75); display:grid; grid-template-columns:1fr auto; }.attack-summary span { color:var(--muted-2); font:700 7px var(--mono); text-transform:uppercase; }.attack-summary strong { color:var(--danger); font-size:13px; }.attack-summary small { grid-column:1/-1; color:#c89e9e; font-size:7px; }
.testing-output-grid { margin-top:16px; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }.testing-output-grid > div { padding:27px 24px; border:1px solid var(--line); border-radius:15px; background:rgba(6,20,42,.78); }.testing-output-grid span { color:var(--accent); font:700 8px var(--mono); }.testing-output-grid strong { display:block; margin:15px 0 7px; font-size:13px; }.testing-output-grid p { margin:0; color:var(--muted-2); font-size:10px; line-height:1.55; }

.ai-section { background:#06162b; }
.ai-visual { min-height:570px; position:relative; display:grid; place-items:center; }
.ai-core { z-index:2; width:130px; height:130px; border:1px solid rgba(96,165,250,.5); border-radius:50%; display:grid; place-content:center; text-align:center; background:radial-gradient(circle,rgba(59,130,246,.2),rgba(5,18,39,.97) 68%); box-shadow:0 0 80px rgba(59,130,246,.15),inset 0 0 30px rgba(59,130,246,.12); }.ai-core span { font-size:36px; font-weight:800; letter-spacing:-.06em; }.ai-core small { color:var(--accent); font:700 7px var(--mono); text-transform:uppercase; letter-spacing:.12em; }
.ai-ring { position:absolute; border:1px solid rgba(96,165,250,.16); border-radius:50%; }.ai-ring-one { width:330px; height:330px; }.ai-ring-two { width:500px; height:500px; border-style:dashed; animation:spin 55s linear infinite reverse; }
.ai-orbit-point { position:absolute; display:grid; justify-items:center; gap:7px; color:var(--muted); font:700 8px var(--mono); text-transform:uppercase; }.ai-orbit-point i { width:15px; height:15px; border:3px solid #0b2444; border-radius:50%; background:var(--accent); box-shadow:0 0 18px rgba(96,165,250,.55); }.point-one { top:8%; left:46%; }.point-two { top:31%; right:8%; }.point-three { bottom:17%; right:18%; }.point-four { bottom:13%; left:16%; }.point-five { top:27%; left:7%; }
.ai-status-card { position:absolute; right:3%; bottom:4%; padding:15px 18px; border:1px solid var(--line-strong); border-radius:12px; background:#10294d; display:flex; align-items:center; gap:11px; box-shadow:0 20px 40px rgba(0,0,0,.25); }.ai-status-card i { width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 13px rgba(96,165,250,.55); }.ai-status-card p { margin:0; display:grid; }.ai-status-card strong { font-size:9px; }.ai-status-card small { color:var(--muted-2); font-size:7px; }
.lifecycle { margin:32px 0 35px; display:grid; grid-template-columns:repeat(5,1fr); border-block:1px solid var(--line); }.lifecycle > div { min-height:135px; padding:18px 11px; border-right:1px solid var(--line); display:grid; align-content:start; gap:5px; }.lifecycle > div:last-child { border-right:0; }.lifecycle span { color:var(--accent); font:700 7px var(--mono); }.lifecycle strong { margin-top:13px; font-size:10px; }.lifecycle small { color:var(--muted-2); font-size:8px; line-height:1.5; }

.isms-section { background:#081a32; }
.isms-roadmap { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:#091411; }.isms-roadmap article { min-height:145px; padding:30px 34px; border-bottom:1px solid var(--line); display:grid; grid-template-columns:75px 1fr; align-items:center; gap:10px; transition:background .2s; }.isms-roadmap article:last-child { border-bottom:0; }.isms-roadmap article:hover { background:rgba(96,165,250,.045); }.isms-roadmap article > span { color:#425c82; font:700 27px var(--mono); }.isms-roadmap article > div { display:grid; grid-template-columns:160px 230px 1fr; align-items:center; gap:25px; }.isms-roadmap small { color:var(--accent); font:700 8px var(--mono); text-transform:uppercase; }.isms-roadmap strong { font-size:18px; }.isms-roadmap p { margin:0; color:var(--muted); font-size:12px; }
.isms-note { margin-top:16px; padding:24px 28px; border:1px solid rgba(96,165,250,.24); border-radius:15px; background:rgba(96,165,250,.07); display:grid; grid-template-columns:40px 1fr auto; align-items:center; gap:18px; }.isms-note-icon { width:34px; height:34px; border-radius:50%; display:grid; place-items:center; background:var(--accent-strong); color:#ffffff; font-weight:900; }.isms-note strong { font-size:12px; }.isms-note p { margin:3px 0 0; color:var(--muted); font-size:10px; }

.approach-section { background:#06162b; }
.approach-grid { position:relative; display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }.approach-grid:before { content:""; position:absolute; left:8%; right:8%; top:64px; height:1px; background:linear-gradient(90deg,transparent,var(--line-strong) 12%,var(--line-strong) 88%,transparent); }.approach-grid article { position:relative; padding:25px 20px 28px; border:1px solid var(--line); border-radius:15px; background:#091c36; text-align:center; }.approach-grid article > span { position:absolute; right:15px; top:12px; color:#3b5478; font:700 8px var(--mono); }.approach-icon { position:relative; z-index:1; width:50px; height:50px; margin:12px auto 28px; border:1px solid rgba(96,165,250,.28); border-radius:50%; background:#0f2b50; display:grid; place-items:center; }.approach-icon i { width:9px; height:9px; border-radius:50%; background:var(--accent); box-shadow:0 0 16px rgba(96,165,250,.55); }.approach-grid h3 { margin-bottom:9px; font-size:14px; }.approach-grid p { margin:0; color:var(--muted-2); font-size:9px; }

.expertise-section { background:linear-gradient(150deg,#091d37,#06162b); }
.expertise-layout { display:grid; grid-template-columns:1fr .92fr; gap:90px; align-items:center; }.expertise-copy > p:not(.eyebrow) { margin:24px 0 31px; color:var(--muted); }.framework-cloud { display:flex; flex-wrap:wrap; gap:8px; }.framework-cloud span { padding:8px 12px; border:1px solid var(--line); border-radius:999px; color:#b7c7dd; background:rgba(255,255,255,.018); font-size:9px; font-weight:700; }
.fit-card { border:1px solid var(--line-strong); border-radius:var(--radius); background:#07182e; overflow:hidden; box-shadow:var(--shadow); }.fit-card-head { min-height:71px; padding:0 27px; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; }.fit-card-head span { font-size:12px; font-weight:800; }.fit-card-head i { width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 14px rgba(96,165,250,.65); }.fit-card ul { margin:0; padding:0; list-style:none; }.fit-card li { min-height:62px; padding:0 27px; border-bottom:1px solid var(--line); display:flex; align-items:center; gap:19px; color:#bfd0ca; font-size:11px; }.fit-card li:last-child { border-bottom:0; }.fit-card li span { color:var(--accent); font:700 7px var(--mono); }

.faq-section { background:#081a32; }.faq-layout { display:grid; grid-template-columns:.65fr 1.1fr; gap:110px; }.faq-intro { position:sticky; top:130px; align-self:start; }.faq-intro h2 { font-size:43px; }.faq-intro > p:not(.eyebrow) { margin-top:22px; color:var(--muted); font-size:13px; }.faq-list { border-top:1px solid var(--line); }.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { min-height:82px; padding:22px 5px; list-style:none; cursor:pointer; display:grid; grid-template-columns:1fr 22px; align-items:center; gap:20px; font-size:13px; font-weight:800; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { position:relative; width:18px; height:18px; }.faq-list summary span:before,.faq-list summary span:after { content:""; position:absolute; top:8px; left:2px; width:14px; height:1px; background:var(--accent); transition:transform .2s; }.faq-list summary span:after { transform:rotate(90deg); }.faq-list details[open] summary span:after { transform:rotate(0); }.faq-list details p { max-width:660px; padding:0 45px 25px 5px; margin:0; color:var(--muted); font-size:12px; }

.contact-section { position:relative; padding:120px 0; background:#041225; }.contact-grid-bg { opacity:.13; mask-image:radial-gradient(circle at center,black,transparent 75%); }.contact-layout { position:relative; display:grid; grid-template-columns:.8fr 1.05fr; gap:100px; align-items:center; }.contact-copy h2 { font-size:clamp(39px,4.4vw,62px); }.contact-copy > p:not(.eyebrow) { margin:25px 0 36px; color:var(--muted); }.contact-details { display:grid; gap:0; border-top:1px solid var(--line); }.contact-details > * { padding:15px 0; border-bottom:1px solid var(--line); display:grid; grid-template-columns:100px 1fr; }.contact-details span { color:var(--muted-2); font:700 8px var(--mono); text-transform:uppercase; }.contact-details strong { font-size:11px; }
.contact-form { padding:38px; border:1px solid var(--line-strong); border-radius:var(--radius); background:rgba(9,26,51,.94); box-shadow:var(--shadow); }.form-row { display:grid; grid-template-columns:1fr 1fr; gap:13px; }.contact-form label { margin-bottom:15px; display:grid; gap:7px; color:#ced9e9; font-size:9px; font-weight:800; }.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:1px solid var(--line); border-radius:10px; outline:0; background:#07182e; color:var(--text); padding:13px 14px; font-size:11px; transition:border-color .2s,box-shadow .2s; }.contact-form input,.contact-form select { height:47px; }.contact-form textarea { resize:vertical; min-height:124px; }.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:rgba(96,165,250,.6); box-shadow:0 0 0 3px rgba(96,165,250,.09); }.contact-form input::placeholder,.contact-form textarea::placeholder { color:#5b7092; }.contact-form select { appearance:none; background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%); background-position:calc(100% - 18px) 20px,calc(100% - 13px) 20px;background-size:5px 5px,5px 5px;background-repeat:no-repeat; }.form-footer { margin-top:7px; padding-top:20px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:25px; }.form-footer p { max-width:250px; margin:0; color:var(--muted-2); font-size:8px; }.form-status { min-height:18px; margin-top:8px; color:var(--accent); font-size:9px; }

.site-footer { border-top:1px solid var(--line); background:#020a17; }.footer-main { padding:68px 0 60px; display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:65px; }.footer-brand > p { max-width:290px; margin:22px 0 0; color:var(--muted-2); font-size:11px; }.footer-links { display:grid; align-content:start; gap:10px; }.footer-links strong { margin-bottom:6px; color:var(--text); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }.footer-links a,.footer-links span { color:var(--muted-2); font-size:10px; }.footer-links a:hover { color:var(--accent); }.footer-bottom { min-height:68px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; color:#647a9d; font-size:9px; }.footer-bottom div { display:flex; gap:24px; }

[data-reveal] { opacity:1; transform:none; }

@keyframes spin { to { transform:rotate(360deg); } }
@keyframes pulse { 0%,100% { opacity:.7; transform:scale(.85); } 50% { opacity:1; transform:scale(1.15); } }
@keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }

@media (max-width: 1100px) {
  :root { --container:min(100% - 36px,1020px); }
  .site-nav { gap:17px; }.site-nav > a:not(.button) { font-size:11px; }
  .hero-layout { gap:40px; }.floating-card-one { right:-15px; }.floating-card-two { left:-10px; }
  .feature-layout,.expertise-layout,.contact-layout { gap:55px; }
  .service-card { padding:34px; }.service-card > a { left:34px; }
  .testing-copy { padding:40px; }
  .isms-roadmap article > div { grid-template-columns:130px 190px 1fr; }
  .approach-grid { grid-template-columns:repeat(5,1fr); gap:8px; }.approach-grid article { padding-inline:13px; }
}

@media (max-width: 900px) {
  .site-header { background:rgba(5,15,32,.94); border-color:var(--line); backdrop-filter:blur(18px); }
  .menu-toggle { display:block; z-index:2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform:translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity:0; }.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform:translateY(-7px) rotate(-45deg); }
  .site-nav { position:fixed; inset:82px 0 0; padding:35px 24px; background:#071426; flex-direction:column; align-items:stretch; gap:0; transform:translateX(100%); transition:transform .25s; }
  .site-nav.is-open { transform:translateX(0); }.site-nav > a:not(.button) { min-height:54px; display:flex; align-items:center; border-bottom:1px solid var(--line); font-size:14px; }.site-nav .nav-product { padding-left:0; border-left:0; }.site-nav .button { margin-top:22px; }
  .hero { padding-top:130px; }.hero-layout,.feature-layout,.feature-layout-reverse,.expertise-layout,.contact-layout,.faq-layout { grid-template-columns:1fr; }.hero-layout { gap:45px; }.hero-copy { max-width:760px; }.hero-visual { min-height:520px; }.security-console { transform:none; }
  .signal-grid { grid-template-columns:repeat(2,1fr); }.signal-grid > div:nth-child(3) { border-left:1px solid var(--line); }.signal-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .split-heading { grid-template-columns:1fr; gap:22px; }.split-heading > p { max-width:700px; }
  .feature-layout { gap:65px; }.platform-window { transform:none; }.feature-layout-reverse .ai-visual { order:2; }.feature-layout-reverse .feature-copy { order:1; }
  .testing-panel { grid-template-columns:1fr; }.code-scene,.runtime-scene,.attack-path-scene { min-height:420px; }.testing-output-grid { grid-template-columns:repeat(2,1fr); }
  .lifecycle { max-width:760px; }.isms-roadmap article > div { grid-template-columns:130px 190px 1fr; }
  .approach-grid { grid-template-columns:repeat(3,1fr); }.approach-grid:before { display:none; }
  .faq-intro { position:static; }.faq-layout { gap:45px; }
  .footer-main { grid-template-columns:1.5fr repeat(2,1fr); }.footer-brand { grid-row:span 2; }
}

@media (max-width: 650px) {
  :root { --container:calc(100% - 28px); --radius:19px; }
  .section { padding:88px 0; }.nav-wrap { height:72px; }.site-nav { inset-top:72px; top:72px; }
  .brand-logo { width: 138px; }.footer-brand .brand-logo { width: 154px; }
  .hero { min-height:auto; padding:118px 0 70px; }.hero-grid { background-size:42px 42px; }.hero-layout { gap:25px; }
  h1 { font-size:44px; }.hero-lead { font-size:15px; }.hero-actions { display:grid; }.hero-proof { grid-template-columns:1fr; gap:13px; margin-top:42px; }.hero-proof div { grid-template-columns:95px 1fr; align-items:center; }
  .hero-visual { min-height:440px; margin-inline:-5px; }.security-console { padding-inline:13px; }.console-topbar { margin-inline:-13px; padding-inline:12px; }.console-topbar > span:nth-child(2) { display:none; }.console-summary { padding-inline:2px; }.console-footer { flex-wrap:wrap; }.floating-card { width:175px; }.floating-card-one { top:23px; right:-5px; }.floating-card-two { left:-5px; bottom:13px; }.visual-orbit { display:none; }
  .signal-grid { grid-template-columns:1fr; }.signal-grid > div,.signal-grid > div:first-child,.signal-grid > div:nth-child(3) { border-left:1px solid var(--line); border-bottom:1px solid var(--line); }.signal-grid > div:last-child { border-bottom:0; }
  .section-heading h2,.feature-copy h2,.expertise-copy h2,.contact-copy h2,.faq-intro h2 { font-size:36px; }.section-heading { margin-bottom:38px; }
  .service-grid { grid-template-columns:1fr; }.service-card { min-height:520px; padding:28px; }.service-card ul { grid-template-columns:1fr; }.service-card > a { left:28px; bottom:27px; }
  .benefit-list > div { grid-template-columns:32px 1fr; }.inline-actions { align-items:flex-start; flex-direction:column; }
  .platform-window { grid-template-columns:49px 1fr; min-height:420px; }.platform-sidebar { padding-inline:10px; }.platform-main { padding:18px 13px; }.platform-header > span { display:none; }.metric-row { grid-template-columns:1fr 1fr; }.metric-row > div:nth-child(3) { grid-column:1/-1; }.platform-content-grid { grid-template-columns:1fr; }.priority-panel { display:none; }.platform-note { width:88%; }
  .testing-tabs { grid-template-columns:1fr; }.testing-tab { min-height:58px; border-right:0; border-bottom:1px solid var(--line); justify-content:flex-start; padding-inline:22px; }.testing-tab:last-child { border-bottom:0; }.testing-tab.is-active { box-shadow:inset 3px 0 0 var(--accent); }.testing-copy { padding:31px 25px; }.testing-copy h3 { font-size:27px; }.code-scene,.runtime-scene,.attack-path-scene { margin:10px; min-height:390px; }.code-scene pre { padding-inline:13px; font-size:8px; }.code-finding { width:88%; }.runtime-scene { padding:20px; }.response-card { margin-left:7%; }.attack-path-scene { padding:25px 16px; }.attack-node.danger { margin-inline:5%; }.attack-node.critical { margin-inline:10%; }.testing-output-grid { grid-template-columns:1fr; }
  .ai-visual { min-height:450px; }.ai-ring-one { width:260px; height:260px; }.ai-ring-two { width:400px; height:400px; }.ai-status-card { right:0; bottom:0; }.lifecycle { grid-template-columns:repeat(2,1fr); border:1px solid var(--line); }.lifecycle > div { border-bottom:1px solid var(--line); }.lifecycle > div:nth-child(2n) { border-right:0; }.lifecycle > div:last-child { grid-column:1/-1; border-bottom:0; }
  .isms-roadmap article { grid-template-columns:46px 1fr; padding:25px 20px; }.isms-roadmap article > span { font-size:18px; }.isms-roadmap article > div { grid-template-columns:1fr; gap:4px; }.isms-roadmap p { margin-top:7px; }.isms-note { grid-template-columns:36px 1fr; }.isms-note .text-link { grid-column:1/-1; }
  .approach-grid { grid-template-columns:1fr 1fr; }.approach-grid article:last-child { grid-column:1/-1; }
  .framework-cloud { gap:6px; }.fit-card li { padding-inline:18px; }
  .faq-list summary { font-size:12px; }
  .contact-form { padding:24px 18px; }.form-row { grid-template-columns:1fr; gap:0; }.form-footer { align-items:stretch; flex-direction:column; }.form-footer .button { width:100%; }.contact-details > * { grid-template-columns:80px 1fr; }
  .footer-main { grid-template-columns:1fr 1fr; gap:38px 25px; }.footer-brand { grid-column:1/-1; grid-row:auto; }.footer-bottom { padding:20px 0; align-items:flex-start; flex-direction:column; gap:12px; }
}

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


/* Privacy page and analytics consent */
.policy-hero { position:relative; padding:154px 0 72px; overflow:hidden; background:radial-gradient(circle at 76% 20%,rgba(37,99,235,.18),transparent 32%),linear-gradient(180deg,#071426 0%,#091a31 100%); }
.policy-hero:before { content:""; position:absolute; inset:0; opacity:.17; background-image:linear-gradient(rgba(147,197,253,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(147,197,253,.08) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to bottom,black,transparent 88%); }
.policy-hero .container { position:relative; }
.policy-hero h1 { max-width:820px; margin-bottom:20px; font-size:clamp(48px,6vw,76px); }
.policy-hero .policy-intro { max-width:770px; color:#b7c6dc; font-size:18px; }
.policy-meta { margin-top:30px; display:flex; flex-wrap:wrap; gap:12px; }
.policy-meta span { padding:7px 11px; border:1px solid var(--line-strong); border-radius:999px; color:var(--muted); background:rgba(8,25,49,.7); font-family:var(--mono); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.policy-section { padding:82px 0 110px; background:var(--bg); }
.policy-layout { display:grid; grid-template-columns:250px minmax(0,780px); justify-content:center; gap:72px; align-items:start; }
.policy-toc { position:sticky; top:112px; padding:22px; border:1px solid var(--line); border-radius:16px; background:rgba(9,26,51,.72); }
.policy-toc strong { display:block; margin-bottom:13px; color:var(--text); font-size:10px; text-transform:uppercase; letter-spacing:.09em; }
.policy-toc a { display:block; padding:7px 0; color:var(--muted-2); font-size:10px; line-height:1.35; }
.policy-toc a:hover { color:var(--accent); }
.policy-content { min-width:0; }
.policy-content section { padding:0 0 47px; margin:0 0 47px; border-bottom:1px solid var(--line); scroll-margin-top:112px; }
.policy-content section:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.policy-content h2 { margin-bottom:18px; color:var(--text); font-size:30px; line-height:1.2; letter-spacing:-.035em; }
.policy-content h3 { margin:27px 0 10px; color:#dce7f7; font-size:16px; line-height:1.35; }
.policy-content p,.policy-content li { color:#aebed5; font-size:14px; line-height:1.8; }
.policy-content p { margin-bottom:15px; }
.policy-content ul { margin:12px 0 18px; padding-left:22px; }
.policy-content li { margin:8px 0; padding-left:4px; }
.policy-content a { color:var(--accent); text-decoration:underline; text-decoration-color:rgba(96,165,250,.35); text-underline-offset:3px; }
.policy-content a:hover { color:#93c5fd; }
.policy-callout { margin:23px 0; padding:20px 22px; border:1px solid rgba(96,165,250,.24); border-radius:14px; background:rgba(37,99,235,.08); }
.policy-callout strong { display:block; margin-bottom:6px; color:var(--text); }
.policy-callout p:last-child { margin-bottom:0; }
.policy-table-wrap { margin:22px 0; overflow-x:auto; border:1px solid var(--line); border-radius:14px; }
.policy-table { width:100%; border-collapse:collapse; min-width:650px; }
.policy-table th,.policy-table td { padding:14px 16px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.policy-table tr:last-child td { border-bottom:0; }
.policy-table th { color:#dce7f7; background:rgba(9,26,51,.9); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.policy-table td { color:#aebed5; font-size:12px; line-height:1.65; }
.preference-panel { margin-top:22px; padding:22px; border:1px solid var(--line-strong); border-radius:16px; background:rgba(9,26,51,.72); }
.preference-panel p { margin-bottom:16px; }
.preference-actions { display:flex; flex-wrap:wrap; gap:10px; }
.footer-text-button { appearance:none; padding:0; border:0; background:transparent; color:inherit; cursor:pointer; font:inherit; }
.footer-text-button:hover { color:var(--accent); }
.form-footer p a { color:var(--accent); text-decoration:underline; text-underline-offset:2px; }
.consent-banner { position:fixed; z-index:500; left:50%; bottom:22px; width:min(920px,calc(100% - 30px)); transform:translateX(-50%); padding:18px 20px; border:1px solid rgba(147,197,253,.27); border-radius:16px; background:rgba(5,17,36,.97); box-shadow:0 24px 80px rgba(0,0,0,.48); backdrop-filter:blur(18px); display:grid; grid-template-columns:minmax(0,1fr) auto auto; align-items:center; gap:20px; }
.consent-banner[hidden] { display:none; }
.consent-banner strong { display:block; margin-bottom:2px; color:var(--text); font-size:13px; }
.consent-banner p { margin:0; color:var(--muted); font-size:10px; line-height:1.5; }
.consent-banner > a { color:var(--accent); font-size:10px; white-space:nowrap; }
.consent-actions { display:flex; gap:9px; }

@media (max-width:900px) {
  .policy-layout { grid-template-columns:1fr; gap:35px; }
  .policy-toc { position:static; display:grid; grid-template-columns:repeat(2,1fr); gap:0 20px; }
  .policy-toc strong { grid-column:1/-1; }
  .consent-banner { grid-template-columns:1fr auto; }
  .consent-banner > a { grid-column:1/-1; }
}
@media (max-width:650px) {
  .policy-hero { padding:118px 0 55px; }
  .policy-hero .policy-intro { font-size:15px; }
  .policy-section { padding:58px 0 80px; }
  .policy-toc { grid-template-columns:1fr; }
  .policy-content h2 { font-size:26px; }
  .consent-banner { bottom:10px; padding:17px; grid-template-columns:1fr; gap:12px; }
  .consent-actions { display:grid; grid-template-columns:1fr 1fr; }
  .consent-banner .button { width:100%; }
  .consent-banner > a { grid-column:auto; }
  .footer-bottom div { flex-wrap:wrap; row-gap:8px; }
}

/* Mobile usability refinements */
@media (max-width: 650px) {
  html {
    scroll-padding-top: 78px;
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-size: 16px;
  }

  a,
  button,
  summary {
    touch-action: manipulation;
  }

  .nav-wrap {
    height: 72px;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin-right: -8px;
    padding: 12px;
    display: grid;
    align-content: center;
  }

  .site-nav {
    top: 72px;
    bottom: auto;
    height: calc(100dvh - 72px);
    padding: 22px 20px calc(28px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav > a:not(.button) {
    min-height: 56px;
    font-size: 16px;
  }

  .site-nav .button,
  .button,
  .button-small {
    min-height: 48px;
    font-size: 14px;
  }

  .text-link {
    min-height: 44px;
    font-size: 14px;
  }

  .eyebrow {
    margin-bottom: 17px;
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: .1em;
  }

  h1 {
    font-size: clamp(40px, 11.5vw, 46px);
    line-height: 1.05;
  }

  .hero {
    padding: 112px 0 64px;
  }

  .hero-lead,
  .split-heading > p,
  .feature-lead,
  .expertise-copy > p:not(.eyebrow),
  .faq-intro > p:not(.eyebrow),
  .contact-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    margin-top: 36px;
  }

  .hero-proof strong,
  .hero-proof span {
    font-size: 12px;
  }

  .hero-visual {
    min-height: 400px;
  }

  .floating-card {
    display: none;
  }

  .console-topbar,
  .console-summary span {
    font-size: 10px;
  }

  .console-footer {
    min-height: 32px;
    font-size: 8.5px;
    gap: 9px;
  }

  .signal-grid > div {
    min-height: 92px;
    padding: 20px 18px;
  }

  .signal-icon {
    font-size: 10px;
  }

  .signal-grid strong {
    font-size: 13px;
  }

  .signal-grid small {
    font-size: 12px;
    line-height: 1.5;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2,
  .feature-copy h2,
  .expertise-copy h2,
  .contact-copy h2,
  .faq-intro h2 {
    font-size: clamp(32px, 9.4vw, 38px);
    line-height: 1.12;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card {
    min-height: 0;
    padding: 26px 22px 22px;
  }

  .service-card:hover {
    transform: none;
  }

  .service-number {
    right: 22px;
    top: 22px;
  }

  .service-icon {
    margin-bottom: 26px;
  }

  .service-kicker {
    font-size: 10px;
  }

  .service-card h3 {
    font-size: 25px;
  }

  .service-card > p:not(.service-kicker) {
    font-size: 15px;
    line-height: 1.65;
  }

  .service-card ul {
    margin: 20px 0 16px;
    gap: 10px;
  }

  .service-card li {
    font-size: 13px;
    line-height: 1.5;
  }

  .service-card > a {
    position: static;
    min-height: 44px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
  }

  .feature-layout {
    gap: 52px;
  }

  .benefit-list > div {
    padding: 17px 0;
  }

  .benefit-list > div > span {
    font-size: 10px;
  }

  .benefit-list strong {
    font-size: 15px;
  }

  .benefit-list p {
    font-size: 14px;
    line-height: 1.6;
  }

  .inline-actions {
    width: 100%;
    gap: 8px;
  }

  .inline-actions .button {
    width: 100%;
  }

  .platform-note {
    width: 90%;
  }

  .platform-note span {
    font-size: 9px;
  }

  .platform-note strong {
    font-size: 12px;
    line-height: 1.45;
  }

  .testing-tabs {
    min-height: 64px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testing-tab {
    min-height: 64px;
    padding: 8px 5px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    text-align: center;
    font-size: 10.5px;
    line-height: 1.25;
  }

  .testing-tab:last-child {
    border-right: 0;
  }

  .testing-tab.is-active {
    box-shadow: inset 0 -3px 0 var(--accent);
  }

  .testing-copy {
    padding: 28px 22px;
  }

  .panel-eyebrow {
    font-size: 10px;
  }

  .testing-copy h3 {
    font-size: 26px;
  }

  .testing-copy > p:not(.panel-eyebrow) {
    font-size: 15px;
    line-height: 1.65;
  }

  .io-grid small {
    font-size: 9px;
  }

  .io-grid strong {
    font-size: 12px;
    line-height: 1.45;
  }

  .code-scene,
  .runtime-scene,
  .attack-path-scene {
    min-height: 350px;
  }

  .testing-output-grid > div {
    padding: 22px 20px;
  }

  .testing-output-grid span {
    font-size: 10px;
  }

  .testing-output-grid strong {
    margin-top: 11px;
    font-size: 15px;
  }

  .testing-output-grid p {
    font-size: 13px;
    line-height: 1.6;
  }

  .lifecycle span {
    font-size: 9px;
  }

  .lifecycle strong {
    font-size: 13px;
  }

  .lifecycle small {
    font-size: 11px;
    line-height: 1.5;
  }

  .ai-visual {
    min-height: 410px;
  }

  .ai-ring-two {
    width: min(360px, 102vw);
    height: min(360px, 102vw);
  }

  .ai-orbit-point {
    font-size: 9px;
  }

  .ai-status-card strong {
    font-size: 11px;
  }

  .ai-status-card small {
    font-size: 9px;
  }

  .isms-roadmap small {
    font-size: 10px;
  }

  .isms-roadmap strong {
    font-size: 17px;
  }

  .isms-roadmap p {
    font-size: 14px;
    line-height: 1.6;
  }

  .isms-note strong {
    font-size: 14px;
  }

  .isms-note p {
    font-size: 12px;
    line-height: 1.55;
  }

  .approach-grid,
  .approach-grid article:last-child {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .approach-grid {
    gap: 10px;
  }

  .approach-grid article {
    min-height: 0;
    padding: 18px 42px 18px 18px;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    gap: 3px 14px;
    align-items: center;
    text-align: left;
  }

  .approach-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .approach-grid h3 {
    grid-column: 2;
    margin: 0;
    font-size: 16px;
  }

  .approach-grid p {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.55;
  }

  .framework-cloud span {
    padding: 8px 11px;
    font-size: 11px;
  }

  .fit-card-head span {
    font-size: 14px;
  }

  .fit-card li {
    min-height: 68px;
    font-size: 13px;
    line-height: 1.45;
  }

  .fit-card li span {
    font-size: 9px;
  }

  .faq-list summary {
    min-height: 72px;
    padding: 19px 4px;
    font-size: 15px;
    line-height: 1.4;
  }

  .faq-list details p {
    padding: 0 38px 22px 4px;
    font-size: 14px;
    line-height: 1.65;
  }

  .contact-section {
    padding: 82px 0;
  }

  .contact-details > * {
    min-height: 56px;
    grid-template-columns: 82px 1fr;
    align-items: center;
  }

  .contact-details span {
    font-size: 10px;
  }

  .contact-details strong {
    font-size: 14px;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .contact-form label {
    gap: 8px;
    margin-bottom: 17px;
    font-size: 13px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 52px;
    padding: 14px;
    font-size: 16px;
    line-height: 1.35;
  }

  .contact-form textarea {
    min-height: 148px;
  }

  .form-footer p {
    max-width: none;
    font-size: 12px;
    line-height: 1.5;
  }

  .form-status {
    font-size: 12px;
  }

  .footer-main {
    padding: 54px 0 44px;
  }

  .footer-brand > p {
    font-size: 13px;
    line-height: 1.6;
  }

  .footer-links strong {
    font-size: 12px;
  }

  .footer-links a,
  .footer-links span {
    font-size: 13px;
    line-height: 1.55;
  }

  .footer-links a {
    min-height: 36px;
    display: flex;
    align-items: center;
  }

  .footer-bottom {
    font-size: 12px;
    line-height: 1.5;
  }

  .footer-bottom div {
    gap: 10px 18px;
  }

  .footer-bottom a,
  .footer-text-button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .consent-banner {
    bottom: max(10px, env(safe-area-inset-bottom));
    padding: 17px;
  }

  .consent-banner strong {
    font-size: 14px;
  }

  .consent-banner p {
    font-size: 12px;
    line-height: 1.5;
  }

  .consent-banner > a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
  }

  .consent-banner .button {
    min-height: 48px;
  }

  .policy-hero h1 {
    font-size: clamp(40px, 12vw, 50px);
  }

  .policy-hero .policy-intro {
    font-size: 16px;
    line-height: 1.65;
  }

  .policy-meta span {
    font-size: 10px;
  }

  .policy-toc strong {
    font-size: 12px;
  }

  .policy-toc a {
    min-height: 44px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .policy-content p,
  .policy-content li {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 380px) {
  :root {
    --container: calc(100% - 24px);
  }

  h1 {
    font-size: 39px;
  }

  .section-heading h2,
  .feature-copy h2,
  .expertise-copy h2,
  .contact-copy h2,
  .faq-intro h2 {
    font-size: 32px;
  }

  .security-console {
    padding-inline: 10px;
  }

  .console-topbar {
    margin-inline: -10px;
  }

  .console-network {
    height: 210px;
  }

  .lifecycle {
    grid-template-columns: 1fr;
  }

  .lifecycle > div,
  .lifecycle > div:nth-child(2n),
  .lifecycle > div:last-child {
    min-height: 0;
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lifecycle > div:last-child {
    border-bottom: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .consent-actions {
    grid-template-columns: 1fr;
  }
}

:where(a, button, summary):focus-visible {
  outline: 3px solid rgba(96, 165, 250, .9);
  outline-offset: 3px;
}

@media (max-width: 650px) {
  .brand {
    min-height: 48px;
  }

  .footer-links a {
    min-height: 44px;
  }

  .form-footer p a {
    line-height: 24px;
  }
}
