@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/exo-2-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/exo-2-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --red: #e30613;
  --red-light: #ff2733;
  --blue: #0057ff;
  --blue-light: #3d7cff;
  --graphite: #0d0f14;
  --ink: #070a10;
  --panel: #101722;
  --muted: #9aa4b4;
  --white: #ffffff;
  --font-exo: 'Exo 2';
  --font-inter: 'Inter';
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--font-inter), Arial, sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--blue); color: white; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 300; top: 10px; left: 12px; padding: 11px 15px; background: #fff; color: #10151e; font-family: var(--font-exo); font-size: 12px; font-weight: 700; transform: translateY(-160%); transition: transform .16s ease; }
.skip-link:focus { transform: translateY(0); }
#main-content:focus { outline: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7,10,16,.82); backdrop-filter: blur(18px); transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { background: rgba(7,10,16,.95); box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.header-inner { width: min(1328px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-plate { position: relative; flex: 0 0 auto; display: grid; place-items: center; width: 194px; height: 50px; overflow: hidden; background: #fff; clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%); transition: transform .18s ease; }
.brand-plate:hover { transform: translateY(-1px); }
.brand-plate img { width: 176px; height: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 28px); }
.main-nav > a:not(.nav-cta) { position: relative; padding-block: 10px; color: #b8c0cd; font-size: 13px; font-weight: 500; transition: color .18s ease; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--blue); transition: right .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: #fff; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.language-switcher { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid rgba(120,145,180,.24); background: rgba(255,255,255,.04); }
.language-switcher a { display: grid; place-items: center; min-width: 28px; height: 26px; padding-inline: 6px; color: #8f9bad; font-family: var(--font-exo), sans-serif; font-size: 10px; font-weight: 700; transition: color .18s ease, background .18s ease; }
.language-switcher a:hover { color: #fff; background: rgba(0,87,255,.12); }
.language-switcher a.is-active { color: #fff; background: var(--blue); }
.nav-cta { display: inline-flex; align-items: center; height: 42px; padding-inline: 20px; border: 1px solid rgba(255,39,51,.6); background: var(--red); font-family: var(--font-exo), sans-serif; font-size: 13px; font-weight: 700; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: background .18s ease, transform .18s ease; }
.nav-cta:hover { background: #b90510; transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 910px; overflow: hidden; padding-top: 78px; background: radial-gradient(circle at 84% 29%, rgba(0,87,255,.16), transparent 30%), radial-gradient(circle at 12% 77%, rgba(227,6,19,.08), transparent 24%), linear-gradient(132deg, #080b12 0%, #0a101b 55%, #080b12 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(84,115,161,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(84,115,161,.15) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero::after { content: ''; position: absolute; top: 78px; left: calc(50% + 190px); width: 1px; height: 610px; background: linear-gradient(transparent, rgba(0,87,255,.35), transparent); transform: rotate(21deg); }
.hero-noise { position: absolute; inset: 0; pointer-events: none; opacity: .08; background-image: repeating-linear-gradient(117deg, transparent 0 6px, rgba(255,255,255,.025) 6px 7px, transparent 7px 13px); mix-blend-mode: soft-light; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); align-items: center; gap: clamp(44px, 6vw, 92px); min-height: 758px; padding-block: 68px 88px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #c3cad6; font-family: var(--font-exo), sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--red); box-shadow: 9px 5px 0 -1px var(--red); }
.hero h1 { margin: 0; color: #fff; font-family: var(--font-exo), sans-serif; font-size: clamp(44px, 4.65vw, 72px); font-weight: 700; line-height: .99; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 em { color: #7fa7ff; font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #aeb8c7; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; font-family: var(--font-exo), sans-serif; font-size: 14px; font-weight: 700; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); box-shadow: 0 14px 38px rgba(227,6,19,.2); clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px)); }
.button-primary:hover { background: #b90510; }
.button-pulse { --button-pulse-rgb: 227, 6, 19; transform-origin: center; animation: button-pulse 1.25s ease-in-out infinite; will-change: transform, filter; }
.button-pulse:focus-visible { animation: none; filter: none; }
@keyframes button-pulse {
  0%, 100% { transform: scale(1); filter: brightness(1) drop-shadow(0 0 0 rgba(var(--button-pulse-rgb), 0)); }
  50% { transform: scale(1.055); filter: brightness(1.18) drop-shadow(0 0 13px rgba(var(--button-pulse-rgb), .78)); }
}
.button-secondary { border: 1px solid rgba(121,151,199,.3); background: rgba(15,22,34,.7); color: #e4eaf3; }
.button-secondary:hover { border-color: rgba(0,87,255,.75); background: rgba(0,87,255,.08); }
.hero-visual-wrap { position: relative; min-width: 0; }
.visual-caption { display: flex; justify-content: space-between; align-items: center; margin: 0 14px 10px; color: #8090a7; font-size: 9px; letter-spacing: .16em; }
.visual-caption b { color: #87a0c8; font-weight: 600; }
.audit-visual { position: relative; min-height: 532px; overflow: hidden; border: 1px solid rgba(98,130,179,.24); background: linear-gradient(145deg, rgba(16,24,37,.96), rgba(7,11,18,.97)); box-shadow: 0 36px 90px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.035); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%); }
.audit-visual::before { content: ''; position: absolute; inset: 42px 0 38px; opacity: .13; background-image: radial-gradient(circle, #5e7eb0 1px, transparent 1px); background-size: 17px 17px; }
.visual-topbar { position: relative; z-index: 2; height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid rgba(93,119,158,.2); background: rgba(3,7,13,.48); font-family: var(--font-exo); font-size: 9px; letter-spacing: .12em; }
.visual-window-dots { display: flex; gap: 5px; }
.visual-window-dots span { width: 5px; height: 5px; background: #3d4858; }
.visual-window-dots span:first-child { background: var(--red); }
.visual-window-dots span:nth-child(2) { background: var(--blue); }
.visual-status { color: #a7b5ca; }
.visual-status i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #4bea9d; box-shadow: 0 0 10px rgba(75,234,157,.7); }
.visual-id { justify-self: end; color: #7c8ba1; }
.visual-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.13fr .87fr; grid-template-rows: 148px 140px 112px; gap: 12px; padding: 18px; }
.visual-card { position: relative; overflow: hidden; border: 1px solid rgba(105,137,187,.2); background: linear-gradient(145deg, rgba(20,30,46,.94), rgba(11,17,27,.94)); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.visual-card::after { content: ''; position: absolute; top: 0; right: 0; width: 28px; height: 1px; background: var(--blue); }
.card-label { padding: 12px 13px 0; color: #71809a; font-family: var(--font-exo); font-size: 8px; font-weight: 600; letter-spacing: .13em; }
.source-card { grid-column: 1; grid-row: 1; }
.code-lines { display: grid; gap: 9px; padding: 16px 15px; }
.code-lines span { display: block; overflow: hidden; color: #8290a4; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; white-space: nowrap; }
.code-lines span::before { content: ''; display: inline-block; width: 4px; height: 4px; margin-right: 8px; background: #2d71ff; }
.code-lines b { color: #6896ff; font-weight: 500; }
.code-lines .danger-line { color: #ff6f78; }
.code-lines .danger-line::before { background: var(--red); box-shadow: 0 0 9px rgba(227,6,19,.6); }
.w-80 { width: 80%; }.w-64 { width: 64%; }.w-88 { width: 88%; }.w-52 { width: 52%; }
.docker-card { grid-column: 2; grid-row: 1; }
.container-cube { position: absolute; inset: 41px 18px 21px; border: 1px solid rgba(0,87,255,.4); background: rgba(0,87,255,.06); }
.container-cube::before, .container-cube::after { content: ''; position: absolute; background: rgba(0,87,255,.35); }
.container-cube::before { left: 0; right: 0; top: 21px; height: 1px; }
.container-cube::after { top: 0; bottom: 0; left: 27px; width: 1px; }
.cube-face { position: absolute; left: 42px; top: 12px; color: #6796ff; font-family: var(--font-exo); font-size: 9px; letter-spacing: .12em; }
.cube-line { position: absolute; left: 43px; height: 3px; background: #31486c; }
.line-a { top: 37px; width: 62%; }.line-b { top: 49px; width: 44%; }.line-c { top: 61px; width: 54%; }
.sandbox-badge { position: absolute; right: 21px; bottom: 15px; color: #7187a8; font-family: var(--font-exo); font-size: 7px; letter-spacing: .1em; }
.sandbox-badge i { display: inline-block; width: 4px; height: 4px; margin-right: 4px; background: #43d991; }
.tests-card { grid-column: 1; grid-row: 2; }
.scan-target { position: absolute; inset: 39px 13px 13px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; overflow: hidden; }
.scan-target span { display: grid; place-items: center; border: 1px solid rgba(84,112,154,.22); color: #62718a; font-family: var(--font-exo); font-size: 8px; }
.scan-beam { position: absolute; z-index: 2; left: 0; right: 0; top: 20%; height: 1px; background: #2d71ff; box-shadow: 0 0 16px 4px rgba(0,87,255,.25); animation: scan 3.6s ease-in-out infinite; }
@keyframes scan { 0%,100% { top: 14%; opacity: .45; } 50% { top: 82%; opacity: 1; } }
.results-card { grid-column: 2; grid-row: 2; padding-bottom: 8px; }
.risk-row { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 8px; margin: 10px 13px 0; color: #8492a8; font-size: 9px; }
.risk-row b { color: #dbe4f2; font-family: var(--font-exo); }
.risk-dot { width: 5px; height: 5px; }
.risk-dot.critical { background: #ff1c2a; box-shadow: 0 0 9px rgba(255,28,42,.55); }
.risk-dot.high { background: #ff6e35; }.risk-dot.medium { background: #ffc14d; }
.report-card { grid-column: 1 / -1; grid-row: 3; padding: 0 14px; display: grid; grid-template-columns: auto 44px 1fr; grid-template-rows: 1fr 1fr; align-items: center; column-gap: 14px; }
.report-card .card-label { grid-column: 1; grid-row: 1 / -1; padding: 0 18px 0 0; border-right: 1px solid rgba(93,119,158,.2); }
.report-check { grid-column: 2; grid-row: 1 / -1; display: grid; place-items: center; width: 40px; height: 44px; border: 1px solid rgba(0,87,255,.35); background: rgba(0,87,255,.08); }
.report-check span { color: #75a0ff; font-size: 18px; }
.report-card strong { align-self: end; color: #dfe7f3; font-family: var(--font-exo); font-size: 13px; }
.report-card small { align-self: start; margin-top: 4px; color: #7f8da2; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.report-corner { position: absolute; top: -1px; right: -1px; width: 23px; height: 23px; border-left: 1px solid rgba(0,87,255,.35); background: #0a1019; clip-path: polygon(100% 0, 100% 100%, 0 0); }
.connector { position: absolute; z-index: 4; pointer-events: none; }
.connector::before { content: ''; position: absolute; height: 1px; background: #315a9d; }
.connector span { position: absolute; color: #4e6fa9; font-family: var(--font-exo); font-size: 6px; letter-spacing: .12em; }
.connector-one { left: calc(56.5% - 25px); top: 111px; }.connector-one::before { width: 50px; }.connector-one span { top: -13px; left: 5px; }
.connector-two { left: 30%; top: 192px; }.connector-two::before { width: 1px; height: 24px; background: #315a9d; }.connector-two span { left: 8px; top: 8px; }
.visual-footer { position: absolute; z-index: 3; inset: auto 0 0; height: 38px; display: grid; grid-template-columns: 1fr 92px 30px; align-items: center; gap: 10px; padding: 0 16px; border-top: 1px solid rgba(93,119,158,.18); background: rgba(4,8,14,.82); color: #8391a6; font-size: 8px; }
.blue-dot { display: inline-block; width: 4px; height: 4px; margin-right: 6px; background: var(--blue); }
.visual-progress { height: 2px; background: #1e2a3b; }.visual-progress i { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, var(--blue), #6e9aff); }
.visual-footer b { color: #7797ce; font-family: var(--font-exo); font-size: 8px; }

.pixel-cluster { position: absolute; width: 5px; height: 5px; background: var(--red); opacity: .55; box-shadow: 10px 0 var(--red), 20px 10px var(--red), 0 20px var(--red), 20px 30px var(--red), 30px 30px var(--red), 10px 40px var(--red); }
.pixel-cluster-a { top: 162px; right: 5%; transform: rotate(12deg); }
.pixel-cluster-b { bottom: 160px; left: 3%; transform: scale(.7); opacity: .2; }
.hero-bottom { position: absolute; z-index: 3; inset: auto 0 0; height: 74px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(5,8,13,.58); }
.hero-bottom-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; color: #8996aa; font-family: var(--font-exo); font-size: 9px; letter-spacing: .15em; }
.hero-bottom-inner i { width: 3px; height: 3px; background: #2d64c8; }
.light-section { background: #f3f5f8; color: #10151e; }
.dark-section { background: #080c13; color: #fff; }
section[id] { scroll-margin-top: 76px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(54px, 9vw, 140px); align-items: end; }
.section-heading > * { min-width: 0; }
.section-heading h2, .audience-intro h2, .deliverables-copy h2, .trust-copy h2, .faq-intro h2, .final-cta h2, .contact-intro h2 { margin: 19px 0 0; font-family: var(--font-exo), sans-serif; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.heading-line { display: block; }
.heading-nowrap { white-space: nowrap; }
.heading-accent-red { color: var(--red); }
.heading-accent-blue { color: var(--blue); }
.section-heading > p { margin: 0 0 4px; color: #657080; font-size: 15px; line-height: 1.75; }
.dark-section .section-heading > p { color: #8491a4; }
.section-index { color: var(--red); font-family: var(--font-exo); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.blue-index { color: #5187ff; }

.problem-section { padding: 128px 0 116px; }
.problem-heading h2 { max-width: 790px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid #ccd3dd; border-left: 1px solid #ccd3dd; }
.problem-card { position: relative; min-height: 278px; padding: 27px 28px 30px; border-right: 1px solid #ccd3dd; border-bottom: 1px solid #ccd3dd; background: rgba(255,255,255,.74); transition: background .2s ease, transform .2s ease; }
.problem-card::before { content: ''; position: absolute; inset: -1px auto auto -1px; width: 0; height: 3px; background: var(--red); transition: width .25s ease; }
.problem-card:hover { z-index: 2; background: #fff; transform: translateY(-3px); box-shadow: 0 20px 44px rgba(21,32,48,.08); }
.problem-card:hover::before { width: calc(100% + 2px); }
.problem-card-top { display: flex; align-items: center; justify-content: space-between; }
.problem-code { color: var(--red); font-family: var(--font-exo); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.problem-number { color: #66717f; font-family: var(--font-exo); font-size: 11px; }
.problem-card h3 { max-width: 260px; margin: 42px 0 13px; font-family: var(--font-exo); font-size: 21px; line-height: 1.15; letter-spacing: -.02em; }
.problem-card p { margin: 0; color: #626c7b; font-size: 13px; line-height: 1.68; }
.problem-line { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: center; margin-top: 38px; padding: 22px 28px; border-left: 3px solid var(--blue); background: #e9edf3; color: #677181; font-size: 13px; }
.problem-line b { color: #18202c; font-family: var(--font-exo); font-size: 15px; }

.audience-section { position: relative; overflow: hidden; padding: 132px 0; background: radial-gradient(circle at 17% 32%, rgba(0,87,255,.11), transparent 30%), #080c13; }
.audience-section::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(96,126,174,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(96,126,174,.2) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.audience-layout { position: relative; display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: clamp(60px, 9vw, 130px); }
.audience-intro h2 { max-width: 520px; font-size: clamp(40px, 4.2vw, 59px); }
.audience-intro > p { max-width: 500px; margin: 26px 0 0; color: #8c98aa; font-size: 15px; line-height: 1.75; }
.audience-note { display: grid; grid-template-columns: 30px 1fr; gap: 14px; max-width: 510px; margin-top: 43px; padding: 21px 0 0; border-top: 1px solid rgba(255,255,255,.1); }
.audience-note > span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(0,87,255,.6); color: #75a0ff; font-family: var(--font-exo); font-size: 11px; }
.audience-note p { margin: 0; color: #aab4c3; font-size: 12px; line-height: 1.7; }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(126,153,195,.2); border-left: 1px solid rgba(126,153,195,.2); }
.audience-item { display: grid; grid-template-columns: 38px 1fr; gap: 17px; min-height: 174px; padding: 27px 24px; border-right: 1px solid rgba(126,153,195,.2); border-bottom: 1px solid rgba(126,153,195,.2); background: rgba(14,21,32,.7); transition: background .2s ease; }
.audience-item:hover { background: rgba(0,87,255,.08); }
.audience-item > span { color: #4f7fe3; font-family: var(--font-exo); font-size: 10px; font-weight: 700; }
.audience-item h3 { margin: 0 0 10px; font-family: var(--font-exo); font-size: 17px; line-height: 1.2; }
.audience-item p { margin: 0; color: #758196; font-size: 12px; line-height: 1.62; }

.scope-section { padding: 128px 0; background: #fff; }
.scope-heading h2 { width: 100%; max-width: 670px; overflow-wrap: anywhere; hyphens: auto; }
.standards-note { min-width: 0; align-self: end; }
.standards-note > div { display: flex; flex-wrap: wrap; gap: 7px; }
.standards-note span { padding: 7px 9px; border: 1px solid #cbd4e1; color: #3d5577; font-family: var(--font-exo); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.standards-note p { margin: 16px 0 0; color: #6a7482; font-size: 12px; line-height: 1.62; }
.scope-panel { min-width: 0; margin-top: 68px; overflow: hidden; border: 1px solid #25344d; background: #0c121d; color: #fff; box-shadow: 0 32px 76px rgba(17,30,50,.16); }
.scope-panel-head { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid rgba(116,147,195,.2); color: #8290a4; font-family: var(--font-exo); font-size: 9px; letter-spacing: .14em; }
.scope-status { color: #7f92af; }.scope-status i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; background: #4bea9d; }
.scope-grid { display: grid; min-width: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.scope-item { position: relative; display: grid; min-width: 0; grid-template-columns: 26px 58px minmax(0, 1fr) 18px; align-items: center; gap: 13px; min-height: 86px; padding: 16px 20px; border-right: 1px solid rgba(116,147,195,.17); border-bottom: 1px solid rgba(116,147,195,.17); transition: background .18s ease; }
.scope-item:nth-child(3n) { border-right: 0; }.scope-item:nth-last-child(-n+3) { border-bottom: 0; }
.scope-item:hover { background: rgba(0,87,255,.075); }
.scope-count { color: #8795aa; font-family: var(--font-exo); font-size: 9px; }
.scope-code { color: #5f8df2; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .08em; }
.scope-item strong { min-width: 0; overflow-wrap: anywhere; color: #cbd4e2; font-family: var(--font-exo); font-size: 13px; font-weight: 600; line-height: 1.25; }
.scope-item > i { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid rgba(0,87,255,.48); color: #6b96f5; font-size: 8px; font-style: normal; }

.process-section { position: relative; overflow: hidden; padding: 130px 0 142px; }
.process-backdrop { position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle, #5d79a7 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(135deg, transparent, black 42%, transparent 85%); }
.process-section .container { position: relative; }
.process-heading h2 { max-width: 700px; }
.pipeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin: 78px 0 0; padding: 0; list-style: none; }
.pipeline-step { position: relative; min-width: 0; }
.pipeline-node { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; width: max-content; padding-right: 8px; background: #080c13; }
.pipeline-node span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(0,87,255,.72); background: #0b1526; color: #75a0ff; font-family: var(--font-exo); font-size: 11px; font-weight: 700; }
.pipeline-node i { width: 4px; height: 4px; background: var(--blue); box-shadow: 8px 0 #315da9, 16px 0 #263e68; }
.pipeline-link { position: absolute; z-index: 1; top: 20px; left: 49px; right: -31px; height: 1px; background: linear-gradient(90deg, #2559b4, #263653); }
.pipeline-link i { position: absolute; top: -2px; width: 5px; height: 5px; background: #315a9f; }.pipeline-link i:first-child { left: 32%; }.pipeline-link i:nth-child(2) { left: 64%; }.pipeline-link i:last-child { right: 3px; transform: rotate(45deg); }
.pipeline-content { min-height: 258px; margin-top: 27px; padding: 26px 22px; border: 1px solid rgba(112,142,189,.19); background: linear-gradient(145deg, rgba(18,27,42,.88), rgba(10,15,24,.92)); }
.pipeline-label { color: #7094d8; font-family: var(--font-exo); font-size: 8px; letter-spacing: .13em; }
.pipeline-content h3 { margin: 26px 0 13px; font-family: var(--font-exo); font-size: 19px; line-height: 1.15; }
.pipeline-content p { margin: 0; color: #788598; font-size: 12px; line-height: 1.68; }

.report-section { padding: 130px 0; }
.report-heading { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(44px, 6vw, 90px); }
.report-heading h2 { max-width: 780px; text-wrap: auto; }
.report-shell { margin-top: 70px; overflow: hidden; border: 1px solid #263750; background: #0b111b; color: #eaf0f8; box-shadow: 0 36px 88px rgba(20,34,54,.18); }
.report-shell-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(115,145,190,.2); background: #080d15; color: #8290a5; font-family: var(--font-exo); font-size: 8px; letter-spacing: .14em; }
.report-shell-bar > div { display: flex; gap: 5px; }.report-shell-bar > div span { width: 5px; height: 5px; background: #394558; }.report-shell-bar > div span:first-child { background: var(--red); }.report-shell-bar > div span:nth-child(2) { background: var(--blue); }
.report-shell-bar > strong { color: #7889a3; font-weight: 600; }.report-shell-bar > span { justify-self: end; }
.report-summary { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); border-bottom: 1px solid rgba(115,145,190,.2); }
.summary-title, .summary-stat { min-height: 128px; padding: 25px 22px; border-right: 1px solid rgba(115,145,190,.18); }
.summary-title > span { color: #7c8aa0; font-family: var(--font-exo); font-size: 7px; letter-spacing: .14em; }.summary-title h3 { margin: 15px 0 0; font-family: var(--font-exo); font-size: 22px; }
.summary-stat { position: relative; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 4px 10px; }
.summary-stat strong { grid-row: 1 / 3; font-family: var(--font-exo); font-size: 36px; line-height: 1; }.summary-stat > span { align-self: end; color: #8693a7; font-size: 10px; }
.summary-stat > i { align-self: start; width: 100%; height: 2px; background: #263145; }.summary-stat > i b { display: block; height: 100%; background: #77859b; }
.critical-stat strong { color: #ff3340; }.critical-stat > i b { width: 28%; background: #ff3340; }.high-stat strong { color: #ff7b42; }.high-stat > i b { width: 48%; background: #ff7b42; }.medium-stat strong { color: #ffc55a; }.medium-stat > i b { width: 72%; background: #ffc55a; }.quality-stat strong { color: #65a2ff; }.quality-stat > i b { width: 56%; background: #4d89ef; }
.finding { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); }
.finding-main { padding: 37px 39px 32px; border-right: 1px solid rgba(115,145,190,.2); }
.finding-id { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.finding-id > span { color: #7898d0; font-family: var(--font-exo); font-size: 9px; letter-spacing: .12em; }
.risk-badge { padding: 7px 9px; border: 1px solid rgba(255,113,55,.45); color: #ff8655; font-family: var(--font-exo); font-size: 7px; letter-spacing: .12em; }
.finding-main > h3 { max-width: 780px; margin: 25px 0 28px; font-family: var(--font-exo); font-size: clamp(23px, 2.4vw, 34px); line-height: 1.18; letter-spacing: -.025em; }
.finding-meta { display: grid; grid-template-columns: 1.1fr 1fr .8fr; border: 1px solid rgba(115,145,190,.18); }
.finding-meta > div { display: grid; gap: 8px; padding: 14px; border-right: 1px solid rgba(115,145,190,.18); }.finding-meta > div:last-child { border-right: 0; }
.finding-meta span, .finding-block > span, .aside-block > span, .request-sample > span { color: #7b899f; font-family: var(--font-exo); font-size: 7px; letter-spacing: .14em; }
.finding-meta code { overflow: hidden; color: #9aabc4; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.finding-block { margin-top: 26px; }.finding-block p { margin: 10px 0 0; color: #95a1b3; font-size: 12px; line-height: 1.72; }
.finding-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.retest-status { color: #d2dbe7 !important; }.retest-status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: #ffc14d; }
.finding-aside { padding: 37px 31px; background: #0e1623; }
.aside-block ol { margin: 15px 0 0; padding-left: 21px; color: #9aa7ba; font-size: 11px; line-height: 1.7; }.aside-block li { padding-left: 4px; margin-bottom: 7px; }
.request-sample { display: grid; gap: 11px; margin: 28px 0; padding: 16px; border-left: 2px solid var(--red); background: #080d15; }.request-sample code { color: #a7b5c9; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; line-height: 1.65; }.request-sample b { color: #ff6973; font-family: var(--font-exo); font-size: 7px; letter-spacing: .1em; }
.fix-block { padding-top: 25px; border-top: 1px solid rgba(115,145,190,.18); }.fix-block p { margin: 11px 0 0; color: #9ba8bb; font-size: 11px; line-height: 1.7; }
.risk-legend { display: flex; justify-content: flex-end; gap: 23px; padding: 14px 19px; border-top: 1px solid rgba(115,145,190,.18); background: #080d15; color: #8492a6; font-size: 8px; }.risk-legend span { display: flex; align-items: center; gap: 6px; }.risk-legend i { width: 5px; height: 5px; }.risk-legend .critical { background: #ff3340; }.risk-legend .high { background: #ff7b42; }.risk-legend .medium { background: #ffc55a; }.risk-legend .low { background: #4d89ef; }

.deliverables-section { padding: 132px 0; background: #080c13; }
.deliverables-layout { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: clamp(70px, 10vw, 150px); }
.deliverables-copy h2 { max-width: 550px; }
.deliverables-copy > p { max-width: 500px; margin: 26px 0 0; color: #818da0; font-size: 15px; line-height: 1.75; }
.deliverables-callout { display: grid; grid-template-columns: 54px 1fr; gap: 18px; margin-top: 45px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }.deliverables-callout span { color: #5c85d6; font-family: var(--font-exo); font-size: 8px; letter-spacing: .12em; }.deliverables-callout strong { color: #b9c4d4; font-family: var(--font-exo); font-size: 13px; line-height: 1.5; }
.deliverables-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid rgba(112,142,189,.2); border-left: 1px solid rgba(112,142,189,.2); list-style: none; }
.deliverables-list li { display: grid; grid-template-columns: 28px 1fr 18px; gap: 14px; align-items: center; min-height: 101px; padding: 18px 20px; border-right: 1px solid rgba(112,142,189,.2); border-bottom: 1px solid rgba(112,142,189,.2); background: #0d141f; transition: background .18s ease; }.deliverables-list li:hover { background: rgba(0,87,255,.09); }.deliverables-list span { color: #7894c4; font-family: var(--font-exo); font-size: 9px; }.deliverables-list p { margin: 0; color: #c1cad7; font-family: var(--font-exo); font-size: 13px; line-height: 1.4; }.deliverables-list i { color: #7894c4; font-style: normal; }

.trust-section { position: relative; overflow: hidden; padding: 132px 0; background: radial-gradient(circle at 23% 40%, rgba(0,87,255,.18), transparent 35%), linear-gradient(125deg, #0b1423, #07101d 70%); color: #fff; }
.trust-section::after { content: ''; position: absolute; right: -80px; bottom: -110px; width: 350px; height: 350px; opacity: .12; background-image: radial-gradient(circle, #3d79ea 2px, transparent 2px); background-size: 20px 20px; transform: rotate(16deg); }
.trust-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); gap: clamp(70px, 10vw, 148px); align-items: center; }
.trust-logo-wrap { position: relative; min-height: 465px; border: 1px solid rgba(94,132,191,.24); background: rgba(6,12,21,.5); }
.trust-logo-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(92,126,179,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(92,126,179,.2) 1px, transparent 1px); background-size: 38px 38px; }
.trust-logo-plate { position: absolute; inset: 51px; display: grid; place-items: center; overflow: hidden; background: white; clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%); }
.trust-logo-plate img { width: 82%; height: auto; }
.trust-logo-wrap > span { position: absolute; left: 20px; bottom: 17px; color: #4d6997; font-family: var(--font-exo); font-size: 8px; letter-spacing: .15em; }
.trust-copy h2 { max-width: 610px; }.trust-lead { max-width: 720px; margin: 28px 0 0; color: #a7b4c5; font-size: 16px; line-height: 1.78; }
.trust-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 44px; border-top: 1px solid rgba(113,147,201,.2); border-left: 1px solid rgba(113,147,201,.2); }.trust-points > div { min-height: 133px; padding: 23px; border-right: 1px solid rgba(113,147,201,.2); border-bottom: 1px solid rgba(113,147,201,.2); }.trust-points span { color: #5b88e7; font-family: var(--font-exo); font-size: 8px; letter-spacing: .14em; }.trust-points p { margin: 15px 0 0; color: #8f9caf; font-size: 12px; line-height: 1.65; }

.faq-section { padding: 130px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.faq-intro { position: sticky; top: 122px; }.faq-intro h2 { max-width: 470px; }.faq-intro > p { max-width: 450px; margin: 25px 0 0; color: #687381; font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid #cbd3de; }
.faq-item { border-bottom: 1px solid #cbd3de; }.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 84px; display: grid; grid-template-columns: 36px 1fr 24px; align-items: center; gap: 16px; padding: 18px 0; border: 0; background: transparent; color: #18202c; text-align: left; cursor: pointer; font-family: var(--font-exo); font-size: 16px; font-weight: 600; }
.faq-item button > span { color: #66717f; font-size: 9px; }.faq-item button > i { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #8996a8; color: #536580; font-size: 15px; font-style: normal; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.faq-item button:hover > i, .faq-item.is-open button > i { border-color: var(--blue); background: var(--blue); color: white; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }.faq-answer > div { overflow: hidden; }.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }.faq-answer p { max-width: 720px; margin: -3px 40px 26px 52px; color: #66717f; font-size: 13px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: 98px 0; background: radial-gradient(circle at 78% 50%, rgba(0,87,255,.2), transparent 30%), linear-gradient(120deg, #101722, #080c13); color: white; }
.final-cta::before { content: ''; position: absolute; inset: 0; border-top: 1px solid rgba(92,127,183,.25); border-bottom: 1px solid rgba(92,127,183,.25); }
.final-cta-grid { position: absolute; inset: 0 0 0 55%; opacity: .18; background-image: linear-gradient(rgba(94,129,185,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(94,129,185,.22) 1px, transparent 1px); background-size: 42px 42px; transform: skewX(-12deg); }
.final-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 80px; align-items: center; }.cta-kicker { color: #6d96ec; font-family: var(--font-exo); font-size: 9px; font-weight: 700; letter-spacing: .14em; }.final-cta h2 { max-width: 810px; margin-top: 16px; font-size: clamp(38px, 4.1vw, 59px); }.final-cta p { max-width: 690px; margin: 23px 0 0; color: #929eb0; font-size: 15px; line-height: 1.7; }
.final-cta-copy-line { display: block; }
.final-cta-actions { display: grid; justify-items: start; gap: 20px; }.final-cta-actions .button { width: 100%; }.text-link { position: relative; display: inline-flex; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.26); color: #c6cfdb; font-family: var(--font-exo); font-size: 13px; font-weight: 600; transition: color .18s ease, border-color .18s ease; }.text-link:hover { color: #fff; border-color: var(--blue); }

.contact-section { padding: 130px 0; background: #f0f3f7; }
.contact-layout { display: grid; grid-template-columns: minmax(310px, .64fr) minmax(0, 1.36fr); gap: clamp(60px, 8vw, 120px); align-items: start; }
.contact-intro { position: sticky; top: 122px; }.contact-intro h2 { max-width: 530px; font-size: clamp(38px, 4vw, 56px); }.contact-intro > p { max-width: 500px; margin: 25px 0 0; color: #687381; font-size: 14px; line-height: 1.75; }
.contact-warning { display: grid; grid-template-columns: 30px 1fr; gap: 13px; margin-top: 34px; padding: 19px; border-left: 3px solid var(--red); background: #fff; }.contact-warning > span { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid rgba(227,6,19,.5); color: var(--red); font-family: var(--font-exo); font-size: 11px; font-weight: 700; }.contact-warning p { margin: 0; color: #5d6673; font-size: 11px; line-height: 1.65; }
.contact-intro > .contact-email { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; margin-top: 22px; color: #26354a; font-family: var(--font-exo), sans-serif; font-size: 15px; font-weight: 400; line-height: 1.5; }
.contact-email a { display: inline-flex; align-items: baseline; color: #0049d6; font-size: 18px; font-weight: 400; white-space: nowrap; text-decoration: underline; text-decoration-color: rgba(0,73,214,.45); text-decoration-thickness: 2px; text-underline-offset: 4px; transition: color .18s ease, text-decoration-color .18s ease; }
.contact-email-at::before { content: '@'; }
.contact-email a:hover { color: var(--red); text-decoration-color: rgba(227,6,19,.45); }
.contact-form { position: relative; padding: 40px; border: 1px solid #cbd3de; border-top: 4px solid var(--blue); background: #fff; box-shadow: 0 28px 70px rgba(30,43,63,.08); }
.contact-form::before { content: ''; position: absolute; top: -4px; right: 0; width: 84px; height: 4px; background: var(--red); }
.contact-layout > .formMsg.onlyView {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 176px;
  overflow: hidden;
  padding: 38px 44px 38px 132px;
  border: 1px solid #c7d3e1;
  background:
    linear-gradient(90deg, var(--blue) 0 82%, var(--red) 82% 100%) top / 100% 4px no-repeat,
    linear-gradient(135deg, #fff 0%, #f4f8ff 100%);
  box-shadow: 0 28px 70px rgba(30, 43, 63, .1);
  color: #233247;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  text-align: left;
}
.contact-layout > .formMsg.onlyView::before {
  position: absolute;
  top: 50%;
  left: 42px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background: var(--blue);
  box-shadow: 0 16px 32px rgba(0, 87, 255, .25);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: #fff;
  content: '✓';
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
.contact-layout > .formMsg.onlyView .form-msg-copy,
.contact-layout > .formMsg.onlyView .form-msg-main,
.contact-layout > .formMsg.onlyView .form-msg-next {
  display: block;
}
.contact-layout > .formMsg.onlyView .form-msg-next {
  margin-top: 6px;
  color: #647187;
  font-family: var(--font-inter), Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.contact-layout > .formMsg.onlyView.errorMsg {
  background:
    linear-gradient(90deg, var(--red) 0 82%, var(--blue) 82% 100%) top / 100% 4px no-repeat,
    linear-gradient(135deg, #fff 0%, #fff5f6 100%);
}
.contact-layout > .formMsg.onlyView.errorMsg::before {
  background: var(--red);
  box-shadow: 0 16px 32px rgba(227, 6, 19, .22);
  content: '!';
}
.contact-form-honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.form-grid label { display: grid; gap: 10px; }
.form-grid label > span, .consent > span { color: #354253; font-family: var(--font-exo); font-size: 11px; font-weight: 650; letter-spacing: .025em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 54px; border: 1px solid #bdc8d6; border-radius: 0; background-color: #f8fafc; color: #15202e; padding: 0 16px; font-size: 14px; line-height: 1.4; outline: 0; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.form-grid select { appearance: none; -webkit-appearance: none; padding-right: 52px; background-image: linear-gradient(45deg, transparent 50%, #172438 50%), linear-gradient(135deg, #172438 50%, transparent 50%), linear-gradient(to right, #d7e0ea, #d7e0ea); background-position: calc(100% - 19px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px), calc(100% - 42px) 0; background-size: 5px 5px, 5px 5px, 1px 100%; background-repeat: no-repeat; cursor: pointer; }
.form-grid select:required:invalid { color: #8c98a8; }
.form-grid select option { color: #15202e; background: #fff; }
.form-grid textarea { min-height: 142px; resize: vertical; padding-block: 15px; line-height: 1.55; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #909cab; }
.form-grid input:hover, .form-grid select:hover, .form-grid textarea:hover { border-color: #778ca6; background-color: #fff; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); background-color: #fff; box-shadow: 0 0 0 3px rgba(0,87,255,.12), inset 3px 0 var(--blue); }
.form-grid input:user-invalid, .form-grid select:user-invalid, .form-grid textarea:user-invalid { border-color: var(--red); }
.form-wide { grid-column: 1 / -1; }
.file-field input[type='file'] { min-height: 62px; height: auto; padding: 8px; background: #f3f6fa; color: #5e6b7c; cursor: pointer; }
.file-field input[type='file']::file-selector-button { min-height: 44px; margin-right: 16px; padding: 0 20px; border: 0; background: var(--blue); color: #fff; font-family: var(--font-exo); font-size: 11px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: background-color .18s ease, transform .18s ease; }
.file-field input[type='file']:hover::file-selector-button { background: #0046cf; }
.file-field input[type='file']:active::file-selector-button { transform: translateY(1px); }
.file-field input[type='file']:focus-visible::file-selector-button { box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 5px var(--blue); }
.file-field small { padding-left: 14px; border-left: 2px solid #cdd8e5; color: #6b7889; font-size: 10px; line-height: 1.55; }
.consent-wrap { display: grid; gap: 14px; margin-top: 25px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; }.consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--blue); }.consent > span { font-family: var(--font-inter); font-weight: 400; line-height: 1.55; }
.privacy-inline { display: inline-block; margin: 8px 0 0 29px; color: #234d9a; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.privacy-inline:hover { color: #083b9b; }
.privacy-disclosure { display: grid; grid-template-columns: 24px 1fr; gap: 11px; align-items: start; padding: 14px 16px; border-left: 3px solid var(--blue); background: #f1f6ff; }
.privacy-disclosure > span { display: grid; place-items: center; width: 22px; height: 22px; background: var(--blue); color: #fff; font-family: var(--font-exo); font-size: 11px; font-weight: 700; }
.privacy-disclosure p { margin: 0; color: #526176; font-size: 11px; line-height: 1.62; }
.privacy-disclosure a { color: #174daa; font-weight: 650; text-decoration: underline; text-decoration-color: rgba(23,77,170,.3); text-underline-offset: 3px; }
.privacy-disclosure a:hover { color: #003c9f; text-decoration-color: currentColor; }
.form-submit-row { display: flex; align-items: center; gap: 22px; margin-top: 28px; }.form-submit-row .button { border: 0; color: #fff; cursor: pointer; }.form-submit-row p { margin: 0; color: #8a94a2; font-size: 10px; }
.form-status { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: center; margin-top: 22px; padding: 14px; border: 1px solid rgba(0,87,255,.25); background: rgba(0,87,255,.05); }.form-status > span { display: grid; place-items: center; width: 22px; height: 22px; background: var(--blue); color: white; font-size: 10px; }.form-status p { margin: 0; color: #536276; font-size: 11px; line-height: 1.55; }
.form-status[hidden] { display: none; }

.site-footer { position: relative; overflow: hidden; padding: 78px 0 0; background: #06090e; color: #fff; }
.footer-pixels { position: absolute; right: 6%; top: 65px; width: 5px; height: 5px; background: var(--red); opacity: .3; box-shadow: 12px 0 var(--red), 24px 12px var(--red), 0 24px var(--blue), 24px 36px var(--blue), 36px 36px var(--blue), 12px 48px var(--blue); }
.footer-main { display: grid; grid-template-columns: 1.6fr .7fr 1fr .8fr; gap: 60px; padding-bottom: 70px; }
.footer-logo-plate { display: grid; place-items: center; width: 210px; height: 64px; overflow: hidden; background: #fff; clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%); }.footer-logo-plate img { width: 190px; height: auto; }
.footer-brand p { max-width: 380px; margin: 22px 0 0; color: #748094; font-size: 12px; line-height: 1.7; }
.footer-column { display: grid; align-content: start; justify-items: start; gap: 12px; }.footer-column > span { margin-bottom: 9px; color: #7899d2; font-family: var(--font-exo); font-size: 8px; font-weight: 700; letter-spacing: .14em; }.footer-column a { color: #8995a7; font-size: 11px; transition: color .18s ease; }.footer-column a:hover { color: white; }.footer-column small { max-width: 230px; margin-top: 4px; color: #7c8797; font-size: 9px; line-height: 1.5; }
.footer-bottom { min-height: 62px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; border-top: 1px solid rgba(255,255,255,.08); color: #7c8797; font-family: var(--font-exo); font-size: 8px; letter-spacing: .08em; }
.footer-company-inline { display: flex; justify-content: center; align-items: center; gap: 14px; min-width: 0; color: #8d98a8; font-style: normal; white-space: nowrap; }
.footer-company-inline > * + * { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.11); }
.footer-company-inline .footer-company-label { color: #7190c8; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.footer-company-inline strong { color: #b7c0ce; font-weight: 600; }
.footer-bottom a { justify-self: end; transition: color .18s ease; }.footer-bottom a:hover { color: #fff; }

.legal-header { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(255,255,255,.08); background: #070a10; }
.legal-brand { display: grid; place-items: center; width: 194px; height: 50px; overflow: hidden; background: white; clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%); }.legal-brand img { width: 176px; height: auto; }
.legal-back { color: #9ca8ba; font-family: var(--font-exo); font-size: 11px; font-weight: 600; transition: color .18s ease; }.legal-back:hover { color: white; }
.legal-page { min-height: calc(100vh - 78px); }
.legal-hero { position: relative; overflow: hidden; padding: 104px 0 94px; background: radial-gradient(circle at 80% 35%, rgba(0,87,255,.18), transparent 32%), #09101a; color: white; }
.legal-hero::before { content: ''; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(92,126,179,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(92,126,179,.2) 1px, transparent 1px); background-size: 52px 52px; }
.legal-hero-inner { position: relative; }.legal-hero h1 { max-width: 900px; margin: 21px 0 0; font-family: var(--font-exo); font-size: clamp(50px, 6vw, 82px); line-height: 1; letter-spacing: -.045em; }.legal-hero p { max-width: 720px; margin: 26px 0 0; color: #9aa8ba; font-size: 15px; line-height: 1.75; }
.legal-pixels { position: absolute; top: 70px; right: 8%; width: 5px; height: 5px; background: var(--blue); opacity: .5; box-shadow: 12px 0 var(--blue), 24px 12px var(--blue), 0 24px var(--red), 24px 36px var(--red); }
.legal-content { padding: 100px 0 120px; }.legal-layout { display: grid; grid-template-columns: 300px 1fr; gap: 70px; align-items: start; }
.legal-notice { padding: 24px; border-left: 3px solid var(--red); background: white; box-shadow: 0 18px 45px rgba(24,37,56,.07); }.legal-notice > span { color: var(--red); font-family: var(--font-exo); font-size: 9px; font-weight: 700; letter-spacing: .13em; }.legal-notice p { margin: 15px 0 19px; color: #626e7d; font-size: 12px; line-height: 1.72; }.legal-notice a { color: #234d9a; font-family: var(--font-exo); font-size: 11px; font-weight: 600; }
.legal-document { border: 1px solid #cbd4df; background: white; }.legal-document-head { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #cbd4df; color: #7e8997; font-family: var(--font-exo); font-size: 8px; letter-spacing: .13em; }.legal-document-head b { color: #4c75bf; }
.legal-checklist article { display: grid; grid-template-columns: 42px 1fr auto; gap: 20px; align-items: start; padding: 27px 24px; border-bottom: 1px solid #d7dde5; }.legal-checklist article:last-child { border-bottom: 0; }.legal-checklist article > span { color: #5477b1; font-family: var(--font-exo); font-size: 9px; }.legal-checklist h2 { margin: 0; font-family: var(--font-exo); font-size: 18px; }.legal-checklist p { margin: 9px 0 0; color: #667280; font-size: 12px; line-height: 1.65; }.legal-checklist i { padding: 6px 8px; border: 1px solid #c77d82; color: #9d2630; font-family: var(--font-exo); font-size: 7px; font-style: normal; letter-spacing: .09em; }
.legal-header-actions { display: flex; align-items: center; gap: 22px; }
.legal-header .language-switcher { margin: 0; border-color: #cfd8e4; background: #f5f7fa; }
.legal-hero-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 34px; color: #7e8da2; font-family: var(--font-exo); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.legal-hero-meta span + span { position: relative; }
.legal-hero-meta span + span::before { content: ''; position: absolute; top: 50%; left: -16px; width: 4px; height: 4px; background: var(--red); transform: translateY(-50%); }
.legal-notice { position: sticky; top: 102px; }
.legal-notice h2 { margin: 14px 0 0; color: #172231; font-family: var(--font-exo); font-size: 24px; letter-spacing: -.02em; }
.legal-notice address { margin-top: 13px; color: #5d6979; font-size: 13px; font-style: normal; line-height: 1.75; }
.legal-contact-link { display: block; width: max-content; margin-top: 12px; color: #174caa; font-family: var(--font-exo); font-size: 12px; font-weight: 650; text-decoration: underline; text-decoration-color: rgba(23,76,170,.28); text-underline-offset: 4px; }
.legal-contact-link + .legal-contact-link { margin-top: 8px; }
.legal-toc { display: grid; gap: 0; margin-top: 27px; padding-top: 18px; border-top: 1px solid #d8e0e9; }
.legal-toc > span { margin-bottom: 8px; color: #7a8797; font-family: var(--font-exo); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.legal-toc a { position: relative; margin-left: -10px; padding: 9px 10px; border-bottom: 1px solid #e5eaf0; color: #506074; font-family: var(--font-exo); font-size: 11px; font-weight: 600; line-height: 1.35; transition: color .18s ease, background-color .18s ease, padding-left .18s ease; }
.legal-toc a::before { position: absolute; top: 5px; bottom: 5px; left: 0; width: 3px; background: var(--blue); content: ""; opacity: 0; transform: scaleY(.3); transition: opacity .18s ease, transform .18s ease; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--blue); background: #f4f7fb; }
.legal-toc a.is-active { padding-left: 17px; color: var(--blue); background: #edf4ff; border-bottom-color: #d4e2f5; }
.legal-toc a.is-active::before { opacity: 1; transform: scaleY(1); }
.legal-summary { padding: 30px 34px; border-bottom: 1px solid #d5dde7; border-left: 4px solid var(--blue); background: #edf4ff; }
.legal-summary strong { color: #174b9f; font-family: var(--font-exo); font-size: 15px; }
.legal-summary p { margin: 11px 0 0; color: #4e5f73; font-size: 13px; line-height: 1.72; }
.legal-policy-section { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 22px; padding: 38px 34px 42px; border-bottom: 1px solid #d7dde5; scroll-margin-top: 96px; }
.legal-policy-section:last-child { border-bottom: 0; }
.legal-section-number { padding-top: 6px; color: #3265bc; font-family: var(--font-exo); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.legal-policy-section h2 { margin: 0 0 18px; color: #111b29; font-family: var(--font-exo); font-size: 27px; line-height: 1.15; letter-spacing: -.025em; }
.legal-policy-section h3 { margin: 0; color: #1b2a3d; font-family: var(--font-exo); font-size: 15px; line-height: 1.35; }
.legal-policy-section p, .legal-policy-section li { color: #536174; font-size: 14px; line-height: 1.78; }
.legal-policy-section p { margin: 0; }
.legal-policy-section p + p, .legal-policy-section ul + p { margin-top: 17px; }
.legal-policy-section ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; }
.legal-policy-section li::marker { color: var(--blue); }
.legal-policy-section a { color: #064fcb; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(0,79,203,.25); text-underline-offset: 3px; }
.legal-policy-section a:hover { color: #003a9a; text-decoration-color: currentColor; }
.legal-basis-list { display: grid; margin: 3px 0 20px; border-top: 1px solid #d7e0ea; }
.legal-basis-list > div { display: grid; grid-template-columns: minmax(190px, .75fr) minmax(0, 1.25fr); gap: 24px; padding: 19px 0; border-bottom: 1px solid #d7e0ea; }
.legal-basis-list p { font-size: 13px; line-height: 1.68; }
.legal-footer { border-top: 1px solid #d2dbe5; background: #fff; }
.legal-footer .container { min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; color: #657386; font-family: var(--font-exo); font-size: 9px; letter-spacing: .045em; }
.legal-footer .container span:nth-child(2) { justify-self: center; }
.legal-footer a { color: #2457a8; font-weight: 650; }

.button:active, .nav-cta:active { transform: translateY(0) scale(.99); }
:focus-visible { outline: 3px solid #0057ff; outline-offset: 4px; }
.brand-plate:focus-visible, .legal-brand:focus-visible { outline: 0; box-shadow: inset 0 0 0 4px #0057ff; }
.nav-cta:focus-visible, .button-primary:focus-visible { outline: 0; box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 6px #0057ff; }

@media (min-width: 1200px) {
  .deliverables-layout { grid-template-columns: minmax(550px, 1fr) minmax(0, 1fr); gap: clamp(60px, 6vw, 90px); }
}

@media (max-width: 1080px) {
  .main-nav { gap: 14px; }
  .main-nav > a:not(.nav-cta) { font-size: 12px; }
  .hero-inner { grid-template-columns: 1fr 480px; gap: 35px; }
  .hero h1 { font-size: clamp(42px, 5.2vw, 60px); }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scope-item:nth-child(3n) { border-right: 1px solid rgba(116,147,195,.17); }
  .scope-item:nth-child(2n) { border-right: 0; }
  .scope-item:nth-last-child(-n+3) { border-bottom: 1px solid rgba(116,147,195,.17); }
  .scope-item:nth-last-child(-n+2) { border-bottom: 0; }
  .pipeline { gap: 14px; }
  .pipeline-content { min-height: 280px; padding-inline: 17px; }
  .finding { grid-template-columns: minmax(0, 1fr) 330px; }
  .finding-main { padding-inline: 28px; }
  .finding-aside { padding-inline: 24px; }
  .footer-main { gap: 34px; }
}

@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 36px; }
  .legal-notice { position: static; }
  .site-header { height: 70px; }
  .brand-plate { width: 168px; height: 44px; }.brand-plate img { width: 153px; }
  .menu-toggle { position: relative; z-index: 102; display: grid; place-content: center; gap: 7px; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.15); background: transparent; color: white; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 101; inset: 70px 0 auto; display: grid; visibility: hidden; gap: 0; padding: 18px 24px 26px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,10,16,.98); opacity: 0; transform: translateY(-130%); transition: transform .25s ease, opacity .2s ease, visibility .25s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav > a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 14px; }
  .language-switcher { width: max-content; margin-top: 15px; }
  .nav-cta { margin-top: 16px; justify-content: center; }
  .hero { padding-top: 70px; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding-block: 84px 132px; }
  .hero-copy { max-width: 720px; }.hero-visual-wrap { width: min(650px, 100%); margin-inline: auto; }
  .hero-bottom { height: 64px; }
  .hero-bottom-inner span:nth-of-type(2), .hero-bottom-inner span:nth-of-type(4), .hero-bottom-inner i:nth-of-type(2), .hero-bottom-inner i:nth-of-type(3) { display: none; }
  .section-heading { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .section-heading > p { max-width: 650px; }
  .problem-section, .scope-section, .report-section, .faq-section, .contact-section { padding-block: 100px; }
  .audience-section, .process-section, .deliverables-section, .trust-section { padding-block: 104px; }
  .problem-grid { margin-top: 52px; }
  .audience-layout, .deliverables-layout, .trust-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 58px; }
  .audience-intro h2, .deliverables-copy h2, .trust-copy h2, .faq-intro h2, .contact-intro h2 { max-width: 700px; }
  .audience-list { width: 100%; }
  .scope-panel { margin-top: 48px; }
  .pipeline { grid-template-columns: 1fr; gap: 18px; margin-top: 56px; }
  .pipeline-step { display: grid; grid-template-columns: 48px 1fr; gap: 19px; }
  .pipeline-node { align-items: start; grid-column: 1; grid-row: 1; padding: 0; background: transparent; }
  .pipeline-node > i { display: none; }
  .pipeline-content { grid-column: 2; grid-row: 1; min-height: auto; margin-top: 0; padding: 24px 26px; }
  .pipeline-content h3 { margin-top: 18px; }
  .pipeline-link { top: 43px; bottom: -19px; left: 20px; right: auto; width: 1px; height: auto; background: linear-gradient(#2559b4, #263653); }
  .pipeline-link i { display: none; }
  .report-summary { grid-template-columns: repeat(2, 1fr); }
  .summary-title { grid-column: 1 / -1; min-height: 96px; }
  .summary-title, .summary-stat { border-bottom: 1px solid rgba(115,145,190,.18); }
  .summary-stat { min-height: 112px; }
  .finding { grid-template-columns: 1fr; }
  .finding-main { border-right: 0; border-bottom: 1px solid rgba(115,145,190,.2); }
  .finding-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .request-sample { margin: 0; }
  .fix-block { padding-top: 0; border-top: 0; grid-column: 1 / -1; }
  .trust-logo-wrap { width: min(540px, 100%); }
  .faq-intro, .contact-intro { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 46px; }
  .final-cta-actions { width: min(420px, 100%); }
  .footer-main { grid-template-columns: 1.25fr 1fr; gap: 50px 70px; }
}

@media (max-width: 600px) {
  .heading-nowrap { white-space: normal; }
  .legal-header { height: 70px; padding-inline: 14px; }.legal-brand { width: 168px; height: 44px; }.legal-brand img { width: 153px; }.legal-header-actions { gap: 10px; }.legal-back { font-size: 0; }.legal-back::after { content: '←'; font-size: 14px; }
  .legal-hero { padding-block: 76px 70px; }.legal-content { padding-block: 72px; }
  .legal-checklist article { grid-template-columns: 28px 1fr; gap: 12px; padding: 22px 16px; }.legal-checklist i { grid-column: 2; width: max-content; }
  .legal-hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .legal-hero-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .legal-hero-meta span + span::before { display: none; }
  .legal-summary { padding: 25px 20px; }
  .legal-policy-section { grid-template-columns: 1fr; gap: 10px; padding: 31px 20px 35px; }
  .legal-section-number { padding: 0; }
  .legal-policy-section h2 { font-size: 24px; }
  .legal-policy-section p, .legal-policy-section li { font-size: 13px; }
  .legal-basis-list > div { grid-template-columns: 1fr; gap: 8px; }
  .legal-footer .container { grid-template-columns: 1fr auto; gap: 10px 20px; padding-block: 18px; }
  .legal-footer .container span:nth-child(2) { grid-column: 1 / -1; grid-row: 1; justify-self: start; line-height: 1.55; }
  .legal-footer .container span:first-child { grid-column: 1; grid-row: 2; }
  .legal-footer a { grid-column: 2; grid-row: 2; }
  .container { width: min(calc(100% - 32px), 1240px); }.header-inner { width: calc(100% - 28px); }
  .hero-inner { gap: 52px; padding-top: 66px; padding-bottom: 118px; }
  .eyebrow { align-items: flex-start; margin-bottom: 19px; font-size: 10px; line-height: 1.5; }.eyebrow > span { margin-top: 7px; }
  .hero h1 { font-size: clamp(39px, 12vw, 54px); line-height: 1.02; }
  .hero-lead { margin-top: 22px; font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 28px; }.button { width: 100%; }
  .audit-visual { min-height: 516px; }
  .visual-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 142px 136px 108px; gap: 8px; padding: 12px; }
  .card-label { font-size: 7px; }.code-lines { padding-inline: 11px; }.code-lines span { font-size: 7px; }.container-cube { inset-inline: 10px; }
  .report-card { grid-template-columns: 62px 38px 1fr; padding-inline: 9px; column-gap: 9px; }.report-card .card-label { padding-right: 8px; font-size: 6px; }.report-card strong { font-size: 11px; }.report-card small { font-size: 6px; }
  .visual-footer { grid-template-columns: 1fr 60px 25px; padding-inline: 12px; }.visual-footer > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-bottom-inner span { font-size: 7px; }
  .section-heading h2, .audience-intro h2, .deliverables-copy h2, .trust-copy h2, .faq-intro h2, .final-cta h2, .contact-intro h2 { font-size: clamp(34px, 10vw, 46px); }
  .problem-section, .scope-section, .report-section, .faq-section, .contact-section { padding-block: 78px; }
  .audience-section, .process-section, .deliverables-section, .trust-section { padding-block: 82px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 244px; }
  .problem-line { grid-template-columns: 1fr; gap: 9px; padding-inline: 20px; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-item { min-height: 145px; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-item, .scope-item:nth-child(2n), .scope-item:nth-child(3n) { border-right: 0; border-bottom: 1px solid rgba(116,147,195,.17); }
  .scope-item:last-child { border-bottom: 0; }
  .scope-item { grid-template-columns: 24px 52px minmax(0, 1fr) 18px; padding-inline: 14px; }
  .report-shell { margin-top: 50px; }
  .report-shell-bar { grid-template-columns: 1fr 1fr; }
  .report-shell-bar > strong { display: none; }
  .report-summary { grid-template-columns: 1fr 1fr; }
  .summary-title { grid-column: 1 / -1; }
  .summary-title, .summary-stat { padding-inline: 16px; }
  .finding-main { padding: 27px 19px; }
  .finding-id { align-items: flex-start; flex-direction: column; }
  .finding-main > h3 { font-size: 23px; }
  .finding-meta { grid-template-columns: 1fr; }
  .finding-meta > div { border-right: 0; border-bottom: 1px solid rgba(115,145,190,.18); }
  .finding-meta > div:last-child { border-bottom: 0; }
  .finding-columns { grid-template-columns: 1fr; gap: 0; }
  .finding-aside { grid-template-columns: 1fr; padding: 27px 19px; }
  .fix-block { grid-column: auto; padding-top: 24px; border-top: 1px solid rgba(115,145,190,.18); }
  .risk-legend { flex-wrap: wrap; justify-content: flex-start; gap: 10px 18px; }
  .deliverables-list { grid-template-columns: 1fr; }
  .trust-logo-wrap { min-height: 360px; }
  .trust-logo-plate { inset: 38px; }
  .trust-points { grid-template-columns: 1fr; }
  .faq-item button { grid-template-columns: 28px 1fr 24px; font-size: 14px; }
  .faq-answer p { margin-left: 44px; margin-right: 8px; }
  .final-cta { padding-block: 76px; }
  .final-cta-actions, .final-cta-actions .button { width: 100%; }
  .contact-form { padding: 25px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .contact-layout > .formMsg.onlyView {
    min-height: 0;
    padding: 94px 24px 28px;
    font-size: 14px;
    text-align: center;
  }
  .contact-layout > .formMsg.onlyView::before {
    top: 24px;
    left: 50%;
    width: 52px;
    height: 52px;
    font-size: 25px;
    transform: translateX(-50%);
  }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 13px 20px; padding-block: 18px; }
  .footer-company-inline { grid-column: 1 / -1; grid-row: 1; justify-content: flex-start; flex-wrap: wrap; gap: 7px 10px; white-space: normal; }
  .footer-company-inline > * + * { padding-left: 10px; }
  .footer-bottom > span:first-child { grid-column: 1; grid-row: 2; }
  .footer-bottom > a { grid-column: 2; grid-row: 2; }
}

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

/* Liverno integration */
.content-page-section {
  min-height: calc(100vh - 360px);
  padding: 148px 0 96px;
}

.liverno-content {
  width: min(920px, 100%);
  margin-inline: auto;
  color: #283446;
  font-family: var(--font-inter), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.liverno-content .bodyLayHeader,
.liverno-content .bodyLayTitle {
  color: #101722;
  font-family: var(--font-exo), Arial, sans-serif;
  text-align: left;
  text-transform: none;
}

.liverno-content .bodyLayHeader,
.liverno-content .bodyLayHeader h1,
.liverno-content .bodyLayHeader h2 {
  color: #101722;
}

.liverno-content a:not(.button) {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Privacy policy */
.privacy-policy-page {
  overflow-x: clip;
}

.privacy-policy-page .content-page-section {
  overflow: clip;
  padding: 78px 0 0;
  background:
    radial-gradient(circle at 8% 52%, rgba(0, 87, 255, .08), transparent 25%),
    #eef3f8;
}

.privacy-policy-page .content-page-section > .container {
  width: min(calc(100% - 48px), 1240px);
}

.privacy-policy-page .liverno-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

.privacy-policy-page .sectionSysCols,
.privacy-policy-page .sectionSysCols:first-child,
.privacy-policy-page .sectionSysCols .bodyLay {
  margin: 0;
}

.privacy-policy-page .privacy-layout-ready {
  display: block;
}

.privacy-policy-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
  min-height: 520px;
  padding: 86px 0 82px;
  background:
    radial-gradient(circle at 82% 34%, rgba(0, 87, 255, .26), transparent 29%),
    radial-gradient(circle at 7% 100%, rgba(227, 6, 19, .12), transparent 31%),
    #08111f;
  box-shadow: 0 0 0 100vmax #08111f;
  clip-path: inset(0 -100vmax);
  color: #fff;
}

.privacy-policy-hero::before {
  position: absolute;
  inset: 0 -100vmax;
  background-image:
    linear-gradient(rgba(111, 145, 199, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 145, 199, .12) 1px, transparent 1px);
  background-size: 54px 54px;
  content: '';
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .35) 72%, transparent);
  pointer-events: none;
}

.privacy-policy-hero-copy,
.privacy-policy-visual {
  position: relative;
  z-index: 1;
}

.privacy-policy-page .privacy-policy-kicker,
.privacy-policy-page .privacy-policy-title {
  margin: 0;
  color: inherit;
  font-family: var(--font-exo), Arial, sans-serif;
  text-align: left;
}

.privacy-policy-page .privacy-policy-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ff5964;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.privacy-policy-page .privacy-policy-kicker::before {
  width: 26px;
  height: 2px;
  background: var(--red);
  content: '';
}

.privacy-policy-page .privacy-policy-kicker-text {
  color: inherit;
  font: inherit;
}

.privacy-policy-page .privacy-policy-title h1 {
  max-width: 760px;
  margin: 23px 0 0;
  color: #fff;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: clamp(50px, 5.3vw, 72px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.privacy-policy-page .privacy-policy-intro {
  max-width: 720px;
  margin: 26px 0 0;
  color: #a9b7ca;
  font-size: 15px;
  line-height: 1.78;
}

.privacy-policy-page .privacy-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.privacy-policy-meta span {
  padding: 8px 11px;
  border: 1px solid rgba(118, 156, 220, .28);
  background: rgba(6, 16, 31, .52);
  color: #86a7de;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.privacy-policy-meta span:first-child {
  border-color: rgba(53, 226, 146, .28);
  color: #60dda3;
}

.privacy-policy-visual {
  display: grid;
  place-items: center;
  min-height: 390px;
  isolation: isolate;
}

.privacy-policy-visual::before,
.privacy-policy-visual::after {
  position: absolute;
  z-index: -1;
  content: '';
}

.privacy-policy-visual::before {
  top: 50%;
  left: 50%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(67, 117, 199, .18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 87, 255, .19), rgba(0, 87, 255, .035) 54%, transparent 72%);
  box-shadow: 0 0 90px rgba(0, 87, 255, .13);
  transform: translate(-50%, -50%);
}

.privacy-policy-visual::after {
  top: 50%;
  left: 50%;
  width: 1px;
  height: 390px;
  background: linear-gradient(transparent, rgba(70, 122, 207, .24) 22%, rgba(70, 122, 207, .24) 78%, transparent);
  transform: translate(-50%, -50%);
}

.privacy-policy-visual-svg {
  width: min(100%, 470px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, .28));
}

.privacy-visual-orbit {
  fill: none;
  stroke: rgba(77, 126, 207, .18);
  stroke-width: 1.5;
  stroke-dasharray: 4 10;
}

.privacy-visual-orbit-inner {
  stroke: rgba(77, 126, 207, .1);
  stroke-dasharray: none;
}

.privacy-visual-circuits path {
  fill: none;
  stroke: #335783;
  stroke-width: 2;
}

.privacy-visual-nodes rect,
.privacy-visual-nodes circle {
  fill: #3575d8;
}

.privacy-visual-nodes .privacy-visual-node-red {
  fill: var(--red);
}

.privacy-visual-shield-shadow {
  fill: rgba(0, 87, 255, .08);
  stroke: rgba(69, 124, 215, .24);
  stroke-width: 2;
}

.privacy-visual-shield {
  fill: #0d2d5f;
  stroke: #4f85da;
  stroke-width: 3;
}

.privacy-visual-shield-accent {
  fill: rgba(0, 87, 255, .17);
}

.privacy-visual-lock-shackle {
  fill: none;
  stroke: #dce9ff;
  stroke-linecap: round;
  stroke-width: 17;
}

.privacy-visual-lock-body {
  fill: #f4f8ff;
  stroke: #6f9feb;
  stroke-width: 3;
}

.privacy-visual-lock-hole,
.privacy-visual-lock-key {
  fill: #0c326e;
}

.privacy-policy-visual-caption {
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7fa4df;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.privacy-policy-visual-caption i {
  width: 6px;
  height: 6px;
  background: #49df9e;
  box-shadow: 0 0 12px rgba(73, 223, 158, .72);
}

.privacy-policy-pixels {
  position: absolute;
  right: -54px;
  bottom: 44px;
  width: 5px;
  height: 5px;
  background: var(--blue);
  box-shadow: 12px 0 var(--blue), 24px 12px var(--blue), 0 24px var(--red), 24px 36px var(--red), 36px 36px var(--red);
  opacity: .55;
}

.privacy-policy-page .privacy-policy-content-grid {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding: 88px 0 112px;
}

.privacy-policy-aside {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border: 1px solid #c9d5e3;
  background: #fff;
  box-shadow: 0 18px 44px rgba(29, 51, 81, .08);
}

.privacy-policy-aside::before {
  display: block;
  width: 67%;
  height: 3px;
  background: var(--blue);
  content: '';
}

.privacy-policy-aside::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 3px;
  background: var(--red);
  content: '';
}

.privacy-policy-page .privacy-policy-aside-head {
  padding: 25px 23px 22px;
  border-bottom: 1px solid #d9e1ea;
  background: #f8fafc;
}

.privacy-policy-aside-head span,
.privacy-policy-nav > span {
  display: block;
  color: #3f6cb5;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}

.privacy-policy-aside-head strong {
  display: block;
  margin-top: 12px;
  color: #172337;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.privacy-policy-nav {
  display: grid;
  padding: 19px 14px 16px;
}

.privacy-policy-nav > span {
  margin: 0 9px 10px;
  color: #7a899c;
}

.privacy-policy-page .privacy-policy-nav a {
  position: relative;
  display: block;
  padding: 9px 10px 9px 17px;
  border-bottom: 1px solid #e7ecf2;
  color: #536276;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease;
}

.privacy-policy-page .privacy-policy-nav a:last-child {
  border-bottom: 0;
}

.privacy-policy-page .privacy-policy-nav a::before {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #a5b4c7;
  content: '';
  transition: background-color .18s ease, transform .18s ease;
}

.privacy-policy-page .privacy-policy-nav a:hover,
.privacy-policy-page .privacy-policy-nav a:focus-visible,
.privacy-policy-page .privacy-policy-nav a.is-active {
  background: #edf4ff;
  color: var(--blue);
}

.privacy-policy-page .privacy-policy-nav a.is-active::before {
  background: var(--blue);
  transform: scale(1.5);
}

.privacy-policy-document {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  line-height: 1.7;
}

.privacy-policy-card {
  position: relative;
  min-width: 0;
  padding: 28px 27px 30px;
  border: 1px solid #cbd6e3;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(32, 54, 84, .055);
  scroll-margin-top: 98px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.privacy-policy-card::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 4px;
  height: 48px;
  background: var(--blue);
  content: '';
}

.privacy-policy-card:nth-child(3n)::before {
  background: var(--red);
}

.privacy-policy-card:hover {
  border-color: #aebfd2;
  box-shadow: 0 20px 44px rgba(32, 54, 84, .09);
  transform: translateY(-2px);
}

.privacy-policy-page .bodyLay .bodyLayContent .bodyLayBody .privacy-policy-card h2 {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  color: #152238;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.018em;
}

.privacy-policy-card-number {
  padding-top: 3px;
  color: #4979c9;
  font-size: 9px;
  letter-spacing: .08em;
}

.privacy-policy-card p {
  margin: 18px 0 0 51px;
  color: #59687c;
  font-size: 13px;
  line-height: 1.76;
}

.privacy-policy-page .privacy-policy-card a:not(.button) {
  color: #064fc2;
  font-weight: 650;
  text-decoration-color: rgba(6, 79, 194, .3);
}

@media (max-width: 1080px) {
  .privacy-policy-hero {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 54px;
  }

  .privacy-policy-visual {
    min-height: 320px;
  }

  .privacy-policy-page .privacy-policy-content-grid {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
  }

  .privacy-policy-document {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .privacy-policy-page .content-page-section {
    padding-top: 70px;
  }

  .privacy-policy-hero {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 72px 0;
  }

  .privacy-policy-visual {
    width: min(430px, 100%);
    min-height: 315px;
  }

  .privacy-policy-page .privacy-policy-content-grid {
    grid-template-columns: 1fr;
    padding: 54px 0 82px;
  }

  .privacy-policy-aside {
    position: static;
  }

  .privacy-policy-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }

  .privacy-policy-nav > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .privacy-policy-page .content-page-section > .container {
    width: min(calc(100% - 32px), 1240px);
  }

  .privacy-policy-hero {
    gap: 38px;
    padding: 58px 0 56px;
  }

  .privacy-policy-page .privacy-policy-title h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .privacy-policy-page .privacy-policy-intro {
    font-size: 14px;
  }

  .privacy-policy-visual {
    min-height: 284px;
    padding-inline: 20px;
  }

  .privacy-policy-shield {
    width: 70px;
    height: 80px;
    margin-block: 26px 20px;
  }

  .privacy-policy-lines {
    gap: 7px;
  }

  .privacy-policy-visual-tags {
    margin-top: 20px;
  }

  .privacy-policy-nav {
    grid-template-columns: 1fr;
  }

  .privacy-policy-card {
    padding: 24px 20px 25px;
  }

  .privacy-policy-page .bodyLay .bodyLayContent .bodyLayBody .privacy-policy-card h2 {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    font-size: 18px;
  }

  .privacy-policy-card p {
    margin: 15px 0 0 41px;
    font-size: 12px;
  }
}

.vernosec-404 {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 310px);
  overflow: hidden;
  padding: 170px 24px 110px;
  background: radial-gradient(circle at 76% 24%, rgba(0, 87, 255, .12), transparent 32%), #f5f7fb;
  color: #101722;
}

.vernosec-404-grid {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image: linear-gradient(rgba(64, 88, 122, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(64, 88, 122, .09) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.vernosec-404-content {
  position: relative;
  width: min(720px, 100%);
  padding-left: 28px;
  border-left: 4px solid var(--red);
}

.vernosec-404-code {
  color: var(--blue);
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.vernosec-404 h1 {
  margin: 18px 0;
  font-family: var(--font-exo), Arial, sans-serif;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1;
  letter-spacing: -.045em;
}

.vernosec-404 p {
  max-width: 620px;
  margin: 0 0 30px;
  color: #5b6879;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .content-page-section { padding: 124px 0 72px; }
  .vernosec-404 { padding: 138px 20px 80px; }
  .vernosec-404-content { padding-left: 20px; }
}
