:root {
  --blue: #064ee8;
  --blue-deep: #033fc9;
  --cyan: #00dce3;
  --ink: #03232d;
  --night: #06151c;
  --paper: #f3f6f5;
  --white: #fff;
  --muted: #567078;
  --line: #b8c7ca;
  --gold: #ffca79;
  --display: "Manrope", "Avenir Next", sans-serif;
  --body: "DM Sans", "Helvetica Neue", sans-serif;
  --max: 1504px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--body); }
body, button, input { font-family: var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
[hidden] { display: none !important; }
h1, h2, h3, strong, .brand { font-family: var(--display); }
h1, h2, h3 { text-wrap: balance; }
p, blockquote { text-wrap: pretty; }

.container { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.section { position: relative; padding: 100px 0; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-weight: 800; font-size: 13px; }
.button--primary { border-color: var(--blue); background: var(--blue); color: white; }
.button--cyan { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.button--ghost-light { border-color: rgba(255,255,255,.78); color: white; }
.button-brand-icon { width: 24px; height: 24px; margin-right: 10px; flex: 0 0 24px; }
.button:disabled { cursor: not-allowed; opacity: .45; }

.site-nav { position: absolute; z-index: 100; top: 0; left: 0; right: 0; color: white; }
.site-nav__inner { width: min(var(--max), calc(100% - 96px)); height: 104px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: -.035em; }
.brand img { width: 37px; height: 37px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 700; }
.nav-links a { transition: opacity .2s ease; }
.nav-links a:hover { opacity: .72; }
.nav-links .nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; }
.nav-menu, .mobile-nav { display: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 21px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 7px color-mix(in srgb,currentColor 14%,transparent); }
.eyebrow--light { color: var(--cyan); }
.eyebrow--gold { color: var(--gold); }
.section-outline { position: absolute; left: -20px; top: 40px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.11); white-space: nowrap; font: 800 clamp(100px,12vw,190px)/1 var(--display); letter-spacing: -.08em; pointer-events: none; }
.section-outline--dark { -webkit-text-stroke-color: rgba(255,255,255,.07); }

.hero { position: relative; min-height: 980px; overflow: hidden; isolation: isolate; background: var(--blue); color: white; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 180px; background: linear-gradient(transparent,rgba(2,45,174,.3)); }
.hero-outline { position: absolute; z-index: 0; left: -28px; bottom: 66px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.13); white-space: nowrap; font: 800 clamp(100px,11vw,180px)/1 var(--display); letter-spacing: -.08em; }
.hero-copy { position: relative; z-index: 6; width: min(720px,48vw); padding: 178px 0 110px max(48px,calc((100vw - var(--max))/2)); }
.hero h1 { margin: 0; font-size: clamp(64px,6.2vw,96px); line-height: .91; letter-spacing: -.065em; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 29px 0 0; color: #dce6ff; font-size: 19px; line-height: 1.53; }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.store-badge { min-width: 158px; height: 58px; padding: 0 16px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.7); background: rgba(2,35,115,.13); }
.store-badge--cyan { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.store-badge__brand { width: 30px; height: 30px; flex: 0 0 30px; }
.store-badge__brand--apple { width: 27px; height: 27px; flex-basis: 27px; }
.store-badge small, .store-badge strong { display: block; line-height: 1.05; }
.store-badge small { margin-bottom: 3px; font-size: 9px; }
.store-badge strong { font-size: 15px; }
.hero-device { position: absolute; z-index: 4; right: max(8px,calc((100vw - var(--max))/2 - 28px)); bottom: -104px; width: min(740px,49vw); height: 1010px; }
.hero-product { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 42px 60px rgba(0,23,103,.3)); }

.split-heading { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); margin-inline: auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.split-heading h2, .section-heading h2, .threat-heading h2, .corporate-heading h2 { margin: 0; font-size: clamp(52px,5.2vw,78px); line-height: .95; letter-spacing: -.06em; }
.split-heading h2 em { color: var(--cyan); font-style: normal; }
.split-heading__aside { padding-bottom: 4px; }
.split-heading__aside p { margin: 0 0 21px; color: #dce6ff; font-size: 17px; line-height: 1.55; }
.split-heading--ink .split-heading__aside p { color: var(--muted); }
.pill-row { display: flex; flex-wrap: wrap; gap: 7px; }
.pill-row span, .pill-row a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: 11px; font-weight: 700; }
.pill-row--ink span, .pill-row--ink a { border-color: var(--line); }
.pill-row--ink a { background: var(--ink); color: white; border-color: var(--ink); }

.trial-section { position: relative; min-height: 1360px; padding: 80px 0 70px; overflow: hidden; background: var(--blue); color: white; }
.trial-demo { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); margin: 78px auto 0; }
.trial-demo-head { height: 68px; padding: 0 6px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); font-weight: 800; }
.trial-demo-head > span:first-child { display: flex; align-items: center; gap: 12px; }
.trial-demo-head > span:first-child::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(0,220,227,.1); }
.trial-demo-head-note { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.trial-demo-head-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #63f0aa; }
.trial-status { position: absolute; z-index: 5; right: 0; top: 76px; padding: 7px 10px; color: white; background: var(--ink); font-size: 10px; }
.trial-status--exhausted { background: #a33; }
.trial-workspace { display: grid; grid-template-columns: minmax(0,1.9fr) minmax(400px,1fr); gap: 24px; padding-top: 22px; }
.trial-panel { position: relative; min-height: 700px; padding: 20px; background: var(--night); box-shadow: 0 32px 70px rgba(0,25,97,.34); }
.upload-strip { min-height: 94px; padding: 10px 12px 10px 18px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; background: var(--cyan); color: var(--ink); box-shadow: inset 0 0 0 1px rgba(255,255,255,.46),0 14px 36px rgba(0,220,227,.13); }
.step-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; font-size: 12px; }
.step-number--blue { background: var(--blue); }
.dropzone { min-width: 0; display: grid; grid-template-columns: minmax(145px,1fr) minmax(180px,.72fr) auto; gap: 18px; align-items: center; cursor: pointer; }
.dropzone-copy { min-width: 0; display: block; }
.dropzone-copy strong, .dropzone-copy span { display: block; }
.dropzone-copy strong { font-size: 17px; }
.dropzone-copy span { margin-top: 3px; font-size: 11px; }
.dropzone small { padding-left: 18px; border-left: 1px solid rgba(3,35,45,.25); font-size: 10px; font-weight: 700; line-height: 1.4; }
.dropzone-action { min-height: 58px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; color: white; background: var(--ink); font-size: 12px; font-weight: 800; box-shadow: 0 10px 24px rgba(3,35,45,.2); transition: transform .25s cubic-bezier(.16,1,.3,1),background .25s ease; }
.dropzone-action b { font-size: 17px; }
.dropzone:hover .dropzone-action, .dropzone:focus-within .dropzone-action { transform: translateY(-2px); background: var(--blue); }
.dropzone--over { outline: 3px solid white; outline-offset: -3px; }
.dropzone--error { background: #ff8b8b; }
.trial-empty-visual { min-height: 530px; margin-top: 12px; display: grid; place-content: center; text-align: center; border: 1px solid #2c454e; background: radial-gradient(circle at 50% 35%,#163541,#091a21 62%); color: #769099; }
.trial-empty-visual span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.trial-empty-visual strong { margin-top: 10px; color: #adbec3; font-size: 16px; }
#redactionEditor:not([hidden]) + .trial-empty-visual { display: none; }
.redaction-editor { margin-top: 12px; }
.redaction-canvas-wrap { min-height: 500px; display: grid; place-items: center; overflow: hidden; background: #0b2028; }
.redaction-canvas-wrap canvas { width: 100%; max-height: 530px; display: block; object-fit: contain; touch-action: none; }
.redaction-toolbar { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.tool-step-header { display: flex; align-items: center; gap: 12px; }
.step-label { font-weight: 800; font-size: 14px; }
.redaction-help { max-width: 500px; margin: 3px 0 0; color: #91a8af; font-size: 10px; line-height: 1.4; }
.redaction-controls { display: flex; border: 1px solid #38535d; }
.redaction-controls button { min-height: 34px; padding: 0 11px; border: 0; border-right: 1px solid #38535d; color: #a9bcc1; background: transparent; font-size: 10px; }
.redaction-controls button:last-child { border-right: 0; }
.redaction-controls .is-active { background: var(--cyan); color: var(--ink); font-weight: 800; }
.trial-context { position: relative; min-height: 668px; margin-top: 30px; padding: 28px; background: white; color: var(--ink); box-shadow: 0 32px 70px rgba(0,25,97,.34); }
.context-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; font-size: 17px; }
.field-group { margin-bottom: 17px; }
.field-group label { display: block; margin-bottom: 8px; color: #587078; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.field-group input { width: 100%; height: 55px; padding: 0 15px; border: 1px solid #adc0c4; border-radius: 0; outline: 0; color: var(--ink); background: white; font-size: 14px; }
.field-group input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(6,78,232,.1); }
.trial-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 21px; }
.trial-actions .button { width: 100%; }
.trial-result { margin-top: 25px; background: var(--ink); color: white; }
.trial-result-head { padding: 19px 20px; display: flex; justify-content: space-between; align-items: center; }
.trial-result-kicker { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trial-result h3 { margin: 5px 0 0; font-size: 24px; }
.trial-result-local { color: #bed0d5; font-size: 9px; }
.trial-result canvas { width: 100%; height: auto; display: block; }
.workflow-strip { height: 70px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.34); background: rgba(1,37,137,.34); }
.workflow-strip span { padding: 0 20px; display: flex; align-items: center; gap: 10px; border-right: 1px solid rgba(255,255,255,.22); color: #d8e3ff; font-size: 11px; }
.workflow-strip span:last-child { border-right: 0; }
.workflow-strip b { color: var(--cyan); }
.trial-upgrade { min-height: 104px; padding: 20px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.28); }
.trial-upgrade small, .trial-upgrade strong { display: block; }
.trial-upgrade small { margin-bottom: 6px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trial-upgrade strong { font-size: 18px; }

.compare-section { position: relative; min-height: 1000px; overflow: hidden; background: var(--night); color: white; }
.compare-copy { position: absolute; z-index: 7; top: 175px; left: max(48px,calc((100vw - var(--max))/2)); width: min(720px,46vw); }
.compare-copy h2 { margin: 25px 0 0; font-size: clamp(58px,5.5vw,86px); line-height: .93; letter-spacing: -.06em; }
.compare-copy p { max-width: 520px; margin: 27px 0 0; color: #d3dfe2; font-size: 18px; line-height: 1.5; }
.state-tag { padding: 10px 14px; display: inline-block; border-radius: 999px; background: rgba(2,14,19,.76); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compare-stage { position: absolute; inset: 0 0 150px; overflow: hidden; background: #071419; }
.compare-stage > img, .compare-protected > img { width: 100%; height: 100%; object-fit: cover; }
.compare-stage > img { filter: saturate(.85) brightness(.66); }
.compare-protected { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 0 0 0); }
.compare-protected > img { filter: saturate(.85) brightness(.66); }
.compare-stage::after { content: ""; position: absolute; z-index: 4; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(1,12,17,.75),rgba(1,12,17,.31) 48%,rgba(1,12,17,.03) 78%); }
.comparison-watermark { position: absolute; z-index: 3; inset: 0; overflow: hidden; }
.comparison-watermark img, .comparison-watermark svg { width: 100%; height: 100%; overflow: visible; }
.comparison-output-band { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 95px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; background: rgba(4,9,18,.9); }
.comparison-output-band div { display: flex; flex-direction: column; gap: 5px; }
.comparison-output-band div:last-child { text-align: right; }
.comparison-output-band strong { font-size: 17px; }
.comparison-output-band span { color: rgba(226,235,244,.75); font-size: 11px; }
.comparison-output-band b { font-size: 11px; }
.compare-divider { position: absolute; z-index: 8; top: 80px; bottom: 35px; left: 26px; width: 2px; background: rgba(255,255,255,.9); pointer-events: none; }
.compare-divider span { position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: white; color: var(--ink); box-shadow: 0 14px 30px rgba(0,0,0,.3); }
.compare-range { position: absolute; z-index: 10; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.compare-label { position: absolute; z-index: 9; top: 62px; padding: 9px 13px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compare-label--before { left: max(48px,calc((100vw - var(--max))/2)); background: rgba(2,14,19,.76); }
.compare-label--after { right: max(48px,calc((100vw - var(--max))/2)); background: var(--blue); }
.compare-fields { position: absolute; z-index: 12; left: 0; right: 0; bottom: 0; height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr 300px; background: white; color: var(--ink); }
.compare-fields > div { padding: 24px 30px; border-right: 1px solid #d6e0e2; }
.compare-fields small, .compare-fields strong { display: block; }
.compare-fields small { margin-bottom: 8px; color: #61777e; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.compare-fields strong { font-size: 18px; }
.context-record { display: grid; grid-template-columns: 34px 1fr; gap: 15px; align-items: center; }
.context-record > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #edf3ff; font-size: 10px; }
.compare-fields .compare-action { padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; background: var(--cyan); font-weight: 800; transition: background .2s ease; }
.compare-fields .compare-action:hover { background: #46f5ed; }

.contexts-section { position: relative; min-height: 1000px; padding: 96px 0 0; background: white; }
.contexts-section .split-heading h2 { font-size: clamp(56px,5.5vw,82px); }
.context-rail { height: 455px; margin-top: 38px; display: grid; grid-template-columns: 1.18fr .82fr 1fr .9fr; }
.context-rail a { position: relative; overflow: hidden; border-right: 3px solid white; }
.context-rail a:last-child { border-right: 0; }
.context-rail img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.context-rail #contexto-documentos img { object-position: center 58%; }
.context-rail a:hover img { transform: scale(1.035); }
.context-rail a::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.78)); }
.context-rail span { position: absolute; z-index: 3; left: 20px; bottom: 18px; color: white; font: 800 21px var(--display); }
.context-rail b { position: absolute; z-index: 3; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); }
.context-rail__signal { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.46); color: white; background: rgba(3,35,45,.72); backdrop-filter: blur(12px); }
.context-rail__signal small, .context-rail__signal strong { display: block; }
.context-rail__signal small { margin-bottom: 4px; color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.context-rail__signal strong { font-size: 11px; }
.context-bottom { width: min(var(--max),calc(100% - 96px)); min-height: 150px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.context-bottom strong { font-size: 18px; }
.context-bottom small, .context-bottom strong { display: block; }
.context-bottom small { margin-bottom: 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.context-bottom .pill-row--ink a:not(:first-child) { background: transparent; color: var(--ink); }

.coverage-section { padding: 92px 0; background: var(--paper); }
.coverage-grid { width: min(var(--max),calc(100% - 96px)); margin: 60px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.coverage-grid article { min-height: 165px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease,background .25s ease; }
.coverage-grid article:hover { color: white; background: var(--blue); }
.coverage-grid svg { width: 34px; height: 34px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: stroke .25s ease; }
.coverage-grid article:hover svg { stroke: var(--cyan); }
.coverage-grid span { font: 700 16px/1.3 var(--display); }

.steps-section { position: relative; min-height: 620px; padding: 58px 0 46px; overflow: hidden; background: var(--night); color: white; }
.section-heading { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); margin-inline: auto; }
.section-heading h2 { max-width: 950px; }
.steps-grid { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); margin: 44px auto 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #3b535c; border-left: 1px solid #3b535c; }
.steps-grid article { min-height: 220px; padding: 28px; border-right: 1px solid #3b535c; border-bottom: 1px solid #3b535c; }
.steps-grid b { color: var(--cyan); font-size: 38px; }
.steps-grid h3 { margin: 32px 0 12px; font-size: 24px; }
.steps-grid p { max-width: 390px; margin: 0; color: #adbec3; font-size: 14px; line-height: 1.55; }

.threat-section { position: relative; min-height: 1430px; padding: 54px 0 60px; background: var(--night); color: white; border-top: 1px solid #29434c; }
.threat-heading { width: min(var(--max),calc(100% - 96px)); margin-inline: auto; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.threat-heading > p { margin: 0 0 7px; color: #b5c6cb; font-size: 17px; line-height: 1.55; }
.stat-ticker-wrap { position: relative; width: min(var(--max),calc(100% - 96px)); min-height: 180px; margin: 42px auto 0; border: 1px solid #36505a; }
.stat-ticker { position: relative; min-height: 145px; }
.stat-tick { position: absolute; inset: 0; padding: 25px 40px; display: none; grid-template-columns: 250px minmax(300px,650px) 180px; align-items: center; justify-content: center; gap: 35px; text-align: center; }
.stat-tick.active { display: grid; }
.stat-tick strong { color: var(--cyan); font-size: 47px; letter-spacing: -.05em; }
.stat-tick span { color: #c3d0d4; font-size: 16px; }
.stat-tick small { color: #6d8790; font-size: 10px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.stat-ticker-dots { height: 34px; display: flex; justify-content: center; gap: 7px; }
.stat-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #3d5962; }
.stat-dot.active { background: var(--cyan); }
.masterkey { width: min(var(--max),calc(100% - 96px)); height: 520px; margin: 28px auto 0; display: grid; grid-template-columns: minmax(390px,.78fr) minmax(0,1.34fr); border: 1px solid #36505a; background: #081b23; box-shadow: 0 34px 90px rgba(0,0,0,.22); }
.masterkey-copy { position: relative; padding: 42px 48px 30px; overflow: hidden; border-right: 1px solid #36505a; background: linear-gradient(145deg,#0b222c 0,#06151c 74%); }
.masterkey-copy::after { content: "IMAGEM"; position: absolute; right: -20px; bottom: -22px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font: 800 92px/1 var(--display); letter-spacing: -.08em; pointer-events: none; }
.masterkey-copy > span { padding: 8px 10px; display: inline-block; color: var(--ink); background: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.masterkey h3 { max-width: 540px; margin: 23px 0 18px; font-size: clamp(40px,3.3vw,54px); line-height: .98; letter-spacing: -.055em; }
.masterkey p { max-width: 530px; color: #b7c8cd; font-size: 14px; line-height: 1.55; }
.masterkey-signals { position: absolute; z-index: 2; right: 48px; bottom: 30px; left: 48px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #36505a; border-left: 1px solid #36505a; }
.masterkey-signals > div { min-height: 92px; padding: 14px; border-right: 1px solid #36505a; border-bottom: 1px solid #36505a; }
.masterkey-signals b, .masterkey-signals span, .masterkey-signals small { display: block; }
.masterkey-signals b { color: var(--cyan); font-size: 9px; }
.masterkey-signals span { margin-top: 8px; color: white; font-size: 11px; font-weight: 800; }
.masterkey-signals small { margin-top: 4px; color: #789099; font-size: 9px; line-height: 1.35; }
.masterkey-visual { --pointer-x: 0px; --pointer-y: 0px; position: relative; overflow: hidden; border: 0; outline: 0; cursor: pointer; box-shadow: 0 28px 70px rgba(0,0,0,.28); isolation: isolate; }
.masterkey-visual:focus-visible { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,220,227,.22),0 28px 70px rgba(0,0,0,.28); }
.masterkey-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg,rgba(0,220,227,.12),transparent 45%,rgba(6,78,232,.14)); mix-blend-mode: screen; pointer-events: none; }
.masterkey img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025) translate3d(var(--pointer-x),var(--pointer-y),0); filter: saturate(.78) contrast(1.13) brightness(.88); transition: transform .18s ease-out,filter .6s ease; }
.identity-state-rail { position: absolute; z-index: 7; top: 20px; right: 20px; left: 20px; display: flex; justify-content: space-between; pointer-events: none; }
.identity-state-rail span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.48); background: rgba(3,35,45,.76); color: white; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(10px); transition: color .35s ease,background .35s ease,border-color .35s ease,opacity .35s ease; }
.identity-state-clean { border-color: #ffca79 !important; color: #ffca79 !important; }
.identity-state-protected { opacity: .45; }
.identity-protection { position: absolute; z-index: 2; inset: -10%; display: flex; flex-direction: column; justify-content: space-evenly; opacity: 0; transform: rotate(-10deg) scale(1.08); transition: opacity .65s cubic-bezier(.16,1,.3,1); pointer-events: none; }
.identity-protection span { padding: 8px 0; color: rgba(224,249,251,.84); border-top: 1px solid rgba(0,220,227,.5); border-bottom: 1px solid rgba(0,220,227,.5); background: rgba(3,35,45,.36); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: center; white-space: nowrap; }
.identity-face-target { position: absolute; z-index: 4; left: 45%; top: 34%; width: 112px; height: 142px; border: 1px solid rgba(255,255,255,.72); transform: translate(-50%,-50%); transition: left .3s ease,top .3s ease,border-color .4s ease,box-shadow .4s ease; pointer-events: none; }
.identity-face-target::before, .identity-face-target::after, .identity-face-target i::before, .identity-face-target i::after { content: ""; position: absolute; width: 22px; height: 22px; border-color: var(--cyan); }
.identity-face-target::before { top: -3px; left: -3px; border-top: 3px solid var(--cyan); border-left: 3px solid var(--cyan); }
.identity-face-target::after { top: -3px; right: -3px; border-top: 3px solid var(--cyan); border-right: 3px solid var(--cyan); }
.identity-face-target i::before { bottom: -3px; left: -3px; border-bottom: 3px solid var(--cyan); border-left: 3px solid var(--cyan); }
.identity-face-target i::after { right: -3px; bottom: -3px; border-right: 3px solid var(--cyan); border-bottom: 3px solid var(--cyan); }
.identity-scan-beam { position: absolute; z-index: 5; left: 3%; right: 3%; top: 14%; height: 2px; background: linear-gradient(90deg,transparent,var(--cyan) 18% 82%,transparent); opacity: .72; box-shadow: 0 0 20px rgba(0,220,227,.9); animation: identity-beam 3.2s cubic-bezier(.45,0,.55,1) infinite alternate; pointer-events: none; }
.identity-scan { position: absolute; z-index: 6; right: 24px; bottom: 24px; width: 260px; padding: 16px 18px; border: 1px solid rgba(0,220,227,.72); background: rgba(3,35,45,.96); backdrop-filter: blur(10px); }
.identity-scan span { position: absolute; top: -1px; left: -1px; width: 62px; height: 3px; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.identity-scan b, .identity-scan small { display: block; }
.identity-scan b { color: white; font-size: 12px; }
.identity-scan small { margin-top: 5px; color: var(--cyan); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.identity-scan em { display: block; margin-top: 11px; color: #d8e6e9; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.masterkey-visual.is-protected img { filter: saturate(.68) contrast(1.18) brightness(.68); }
.masterkey-visual.is-protected .identity-protection { opacity: .72; }
.masterkey-visual.is-protected .identity-face-target { border-color: var(--cyan); box-shadow: inset 0 0 34px rgba(0,220,227,.16),0 0 30px rgba(0,220,227,.18); }
.masterkey-visual.is-protected .identity-scan { border-color: #63f0aa; }
.masterkey-visual.is-protected .identity-scan > span { background: #63f0aa; box-shadow: 0 0 18px #63f0aa; }
.masterkey-visual.is-protected .identity-state-clean { opacity: .45; color: white !important; border-color: rgba(255,255,255,.35) !important; }
.masterkey-visual.is-protected .identity-state-protected { opacity: 1; color: var(--ink); background: #63f0aa; border-color: #63f0aa; }
.fraud-grid { width: min(var(--max),calc(100% - 96px)); margin: 24px auto 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #36505a; border-left: 1px solid #36505a; }

@keyframes identity-beam { from { top: 13%; } to { top: 86%; } }
.fraud-grid article { min-height: 185px; padding: 23px; border-right: 1px solid #36505a; border-bottom: 1px solid #36505a; }
.fraud-grid b { color: var(--cyan); font-size: 12px; }
.fraud-grid h3 { margin: 25px 0 9px; font-size: 19px; }
.fraud-grid p { margin: 0; color: #9fb3b9; font-size: 12px; line-height: 1.45; }

.testimonials-section { position: relative; min-height: 930px; padding: 82px 0 60px; overflow: hidden; background: var(--blue); color: white; }
.testimonial-slider { position: relative; z-index: 3; width: min(var(--max),calc(100% - 96px)); height: 550px; margin: 44px auto 0; overflow: hidden; border: 1px solid rgba(255,255,255,.42); box-shadow: 0 34px 80px rgba(0,31,125,.28); }
.testimonial-track { --slide: 0; height: 100%; display: flex; transform: translate3d(calc(var(--slide) * -100%),0,0); transition: transform .65s cubic-bezier(.16,1,.3,1); }
.testimonial-slide { flex: 0 0 100%; display: grid; grid-template-columns: minmax(390px,.92fr) 1.08fr; background: rgba(3,63,201,.35); }
.testimonial-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; image-rendering: auto; }
.testimonial-slide > div { position: relative; padding: clamp(42px,5vw,76px); display: flex; flex-direction: column; justify-content: center; }
.testimonial-slide > div::before { content: "“"; position: absolute; top: 26px; right: 38px; color: rgba(255,255,255,.11); font: 800 118px/1 var(--display); }
.testimonial-slide span { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-slide blockquote { max-width: 720px; margin: 24px 0 29px; font: 600 clamp(25px,2.35vw,38px)/1.24 var(--display); letter-spacing: -.04em; }
.testimonial-slide strong { width: min(100%,420px); padding-top: 17px; border-top: 1px solid rgba(255,255,255,.28); font-size: 15px; }
.slider-arrow { position: absolute; z-index: 4; bottom: 25px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(3,35,45,.28); color: white; font-size: 22px; backdrop-filter: blur(12px); }
.slider-arrow--prev { left: 25px; }
.slider-arrow--next { right: 25px; }
.slider-dots { position: absolute; z-index: 4; left: 50%; bottom: 40px; display: flex; gap: 8px; transform: translateX(-50%); }
.slider-dots button { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); transition: width .25s ease,background .25s ease; }
.slider-dots button.active { width: 44px; background: var(--cyan); }
.corporate-section { position: relative; min-height: 1250px; padding: 85px 0 50px; overflow: hidden; background: var(--night); color: white; }
.corporate-heading { width: min(var(--max),calc(100% - 96px)); margin-inline: auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.corporate-heading > div:last-child p { margin: 0; color: #b7c8cd; font-size: 17px; line-height: 1.55; }
.corporate-heading a { display: inline-block; margin-top: 17px; padding-bottom: 5px; color: var(--gold); border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 800; }
.corporate-scenarios { width: min(var(--max),calc(100% - 96px)); height: 430px; margin: 60px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.corporate-scenarios article { position: relative; overflow: hidden; }
.corporate-scenarios img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.corporate-scenarios article::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(2,14,19,.93)); }
.corporate-scenarios article > div { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; }
.corporate-scenarios small { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.corporate-scenarios h3 { margin: 9px 0; font-size: 24px; }
.corporate-scenarios p { margin: 0; color: #c2d0d4; font-size: 12px; line-height: 1.45; }
.corporate-features { width: min(var(--max),calc(100% - 96px)); margin: 28px auto 0; display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid #3a525b; border-left: 1px solid #3a525b; }
.corporate-features span { min-height: 110px; padding: 23px 18px; border-right: 1px solid #3a525b; border-bottom: 1px solid #3a525b; color: #c1cfd3; font-size: 12px; line-height: 1.4; }
.adoption-flow { width: min(var(--max),calc(100% - 96px)); margin: 45px auto 0; display: grid; grid-template-columns: 330px repeat(3,1fr); border-top: 1px solid #3a525b; }
.adoption-flow > div, .adoption-flow article { min-height: 220px; padding: 29px 23px; border-right: 1px solid #3a525b; }
.adoption-flow small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.adoption-flow h3 { margin: 13px 0 0; font-size: 30px; line-height: 1.05; }
.adoption-flow b { display: block; margin-bottom: 38px; color: var(--cyan); font-size: 31px; }
.adoption-flow strong { display: block; margin-bottom: 10px; }
.adoption-flow span { color: #aebfc4; font-size: 11px; line-height: 1.5; }

.pricing-section { position: relative; min-height: 1450px; padding: 94px 0 86px; overflow: hidden; background: linear-gradient(180deg,#fff 0,#f1f6f8 100%); }
.pricing-section::before { content: ""; position: absolute; top: -300px; right: -260px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle,rgba(0,220,227,.18),rgba(0,220,227,0) 68%); pointer-events: none; }
.pricing-proof { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); min-height: 92px; margin: 48px auto 0; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #b8c7ca; background: rgba(255,255,255,.72); box-shadow: 0 18px 48px rgba(3,35,45,.07); backdrop-filter: blur(12px); }
.pricing-proof span { padding: 21px 24px; border-right: 1px solid #c7d3d5; color: var(--muted); font-size: 12px; line-height: 1.4; }
.pricing-proof span:last-child { border-right: 0; }
.pricing-proof b { display: block; margin-bottom: 6px; color: var(--ink); font-size: 13px; }
.pricing-scope { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); margin: 16px auto 0; padding: 14px 20px; display: flex; align-items: center; gap: 18px; border: 1px solid #b8d1df; background: rgba(235,249,255,.86); color: #47636d; font-size: 12px; line-height: 1.45; }
.pricing-scope strong { flex: 0 0 auto; color: var(--ink); font-size: 12px; }
.pricing-free-entry { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); min-height: 82px; margin: 16px auto 0; padding: 17px 20px 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #cad9dc; background: rgba(255,255,255,.76); color: var(--ink); box-shadow: 0 14px 34px rgba(3,35,45,.06); }
.pricing-free-entry span { display: block; margin-bottom: 4px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pricing-free-entry strong { display: block; font: 700 16px/1.3 var(--display); letter-spacing: -.025em; }
.pricing-free-entry__cta { flex: 0 0 auto; color: var(--blue); font-size: 12px; font-weight: 800; }
.pricing-free-entry__cta b { margin-left: 8px; font-size: 16px; }
.pricing-grid { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); min-height: 720px; margin: 18px auto 0; display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; background: white; border-top: 1px solid var(--line); border-left: 1px solid var(--line); box-shadow: 0 34px 90px rgba(3,35,45,.13); }
.pricing-card { position: relative; padding: 38px 34px 112px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease; }
.pricing-card--popular { z-index: 2; margin: -30px 0; padding-top: 60px; border-color: var(--blue); background: linear-gradient(155deg,#0757f5 0,#033fc9 72%); color: white; box-shadow: 0 38px 90px rgba(3,63,201,.38); }
.pricing-card--popular::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--cyan); box-shadow: 0 0 30px rgba(0,220,227,.75); }
.pricing-badge { position: absolute; top: 24px; right: 24px; padding: 7px 9px; background: var(--cyan); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pricing-card h3 { margin: 0; font-size: 31px; }
.pricing-card__scope { display: block; margin-top: 9px; color: #567079; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pricing-card > p { min-height: 48px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.pricing-card--popular > p { color: #dce6ff; }
.pricing-card--popular .pricing-card__scope { color: var(--cyan); }
.price { margin: 38px 0 9px; font: 800 clamp(48px,4vw,62px)/1 var(--display); letter-spacing: -.07em; }
.price small { font-size: 12px; letter-spacing: 0; }
.price-note { color: var(--cyan); font-size: 10px; font-weight: 800; }
.pricing-card ul { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid #ced8da; }
.pricing-card--popular ul { border-color: rgba(255,255,255,.28); }
.pricing-card li { padding: 13px 0; border-bottom: 1px solid #dce3e4; color: #435c63; font-size: 12px; }
.pricing-card li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 900; }
.pricing-card li.disabled { color: #99a8ac; }
.pricing-card li.disabled::before { content: "×"; color: #99a8ac; }
.pricing-card--popular li { color: #eff4ff; border-color: rgba(255,255,255,.18); }
.pricing-card--popular li::before { color: var(--cyan); }
.pricing-card > .button { position: absolute; left: 34px; right: 34px; bottom: 34px; width: calc(100% - 68px); min-height: 58px; }
@media (hover:hover) { .pricing-card:not(.pricing-card--popular):hover { z-index: 3; transform: translateY(-8px); box-shadow: 0 28px 70px rgba(3,35,45,.12); } }

.faq-section { position: relative; min-height: 1050px; padding: 82px 0 70px; overflow: hidden; background: var(--blue); color: white; }
.faq-list { position: relative; z-index: 3; width: min(var(--max),calc(100% - 96px)); margin: 65px auto 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.faq-list details { min-height: 205px; padding: 25px 26px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 700 20px/1.2 var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--cyan); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: 18px 0 0; color: #d8e3ff; font-size: 12px; line-height: 1.55; }

.final-cta { position: relative; min-height: 650px; overflow: hidden; background: var(--night); color: white; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.04); }
.final-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,var(--night) 0 43%,rgba(6,21,28,.5) 70%,rgba(6,21,28,.08)); }
.final-cta > div { position: relative; z-index: 2; width: min(var(--max),calc(100% - 96px)); margin-inline: auto; padding-top: 105px; }
.final-cta h2 { max-width: 820px; margin: 0; font-size: clamp(55px,5.4vw,78px); line-height: .95; letter-spacing: -.06em; }
.final-cta p { margin: 23px 0 31px; color: var(--cyan); font-size: 19px; }
.final-cta > div > div { display: flex; gap: 10px; }
.appstore-section { min-height: 245px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #c6d1d3; }
.appstore-section > div:first-child { padding: 42px max(48px,calc((100vw - var(--max))/2)); border-right: 1px solid #c6d1d3; }
.appstore-section h2 { margin: 0 0 11px; font-size: 37px; letter-spacing: -.04em; }
.appstore-section p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.app-badges { display: flex; align-items: center; justify-content: center; gap: 12px; }
.app-badges a { min-width: 205px; height: 67px; padding: 0 19px; display: flex; align-items: center; gap: 13px; background: var(--ink); color: white; }
.app-badges a > svg { width: 31px; height: 31px; flex: 0 0 31px; }
.app-badges small, .app-badges strong { display: block; }
.app-badges small { font-size: 9px; }
.app-badges strong { margin-top: 2px; font-size: 16px; }
.footer { min-height: 105px; width: min(var(--max),calc(100% - 96px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font: 800 17px var(--display); }
.footer-brand img { width: 31px; height: 31px; }
.footer-links { display: flex; gap: 21px; color: #50666d; font-size: 11px; }
.footer-copy { color: #819196; font-size: 10px; }

.cookie-notice { position: fixed; z-index: 1000; left: 24px; right: 24px; bottom: 24px; color: white; background: var(--night); box-shadow: 0 22px 60px rgba(0,0,0,.35); }
.cookie-notice__inner { max-width: 1200px; margin-inline: auto; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cookie-notice__copy strong { color: var(--cyan); }
.cookie-notice__copy p { margin: 5px 0 0; color: #c7d4d8; font-size: 12px; }
.cookie-notice__copy a { text-decoration: underline; }
.cookie-notice__actions { display: flex; gap: 8px; }
.cookie-button { min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.5); color: white; background: transparent; font-weight: 700; }
.cookie-button--primary { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.modal-overlay { position: fixed; z-index: 1100; inset: 0; padding: 24px; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(1,12,17,.78); transition: opacity .25s ease,visibility .25s; }
.modal-overlay.active { visibility: visible; opacity: 1; }
.modal-content { position: relative; width: min(510px,100%); padding: 38px; background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal-close { position: absolute; top: 11px; right: 14px; border: 0; background: transparent; color: var(--ink); font-size: 30px; }
.modal-title { margin: 0; font-size: 29px; }
.modal-subtitle { color: var(--muted); line-height: 1.5; }
.modal-form { display: grid; gap: 10px; margin-top: 24px; }
.modal-input { height: 54px; padding: 0 14px; border: 1px solid var(--line); font-size: 15px; }

/* Internal pages */
.nav { border-bottom: 1px solid #dce4e5; background: white; }
.nav .container { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.nav .brand { color: var(--ink); }
.nav .nav-links { color: var(--ink); }
.nav .button { min-height: 44px; }
.nav .nav-cta { border-radius: 999px; }
.content-shell { min-height: calc(100vh - 187px); padding: 90px 0; background: var(--paper); }
.content { width: min(850px,calc(100% - 96px)); margin-inline: auto; }
.content h1 { margin: 0 0 38px; font-size: clamp(48px,6vw,76px); line-height: .95; letter-spacing: -.055em; }
.content h2 { margin: 42px 0 13px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 25px; }
.content p, .content li { color: #425c63; font-size: 15px; line-height: 1.7; }
.content a { color: var(--blue); text-decoration: underline; }
.content .meta { margin-top: -25px; color: #7b8e93; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footer .footer-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.notice { border-left: 4px solid var(--cyan); background: var(--night); }
.solutions-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; }
.solutions-hero h1 { margin: 0; color: var(--ink); font-size: clamp(55px,6vw,84px); line-height: .95; letter-spacing: -.06em; }
.solutions-cards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sol-card { min-height: 230px; padding: 26px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sol-card h3 { margin: 0 0 10px; font-size: 22px; }
.sol-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.sol-card-icon { color: var(--blue); }
.flow-steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.flow-step { padding: 25px; display: flex; gap: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-step-num { color: var(--blue); font: 800 31px var(--display); }

.internal-page { background: var(--paper); }
.internal-hero { position: relative; min-height: 720px; padding: 155px max(48px,calc((100vw - var(--max))/2)) 90px; overflow: hidden; background: var(--blue); color: white; }
.internal-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 40%,rgba(0,220,227,.28),transparent 27%),linear-gradient(115deg,transparent 55%,rgba(1,37,113,.42)); }
.internal-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,8vw,130px); align-items: center; }
.internal-hero h1 { max-width: 850px; margin: 25px 0 24px; font-size: clamp(60px,7.2vw,110px); line-height: .89; letter-spacing: -.07em; }
.internal-hero h1 em { color: var(--cyan); font-style: normal; }
.internal-hero p { max-width: 650px; color: #dce7ff; font-size: 18px; line-height: 1.6; }
.internal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.internal-panel { border: 1px solid rgba(255,255,255,.42); background: rgba(3,35,45,.18); backdrop-filter: blur(16px); }
.internal-panel__label { padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.28); color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.internal-panel ul { margin: 0; padding: 10px 22px 22px; list-style: none; }
.internal-panel li { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.2); color: #eef4ff; font-weight: 700; }
.internal-panel li::before { content: "↗"; margin-right: 12px; color: var(--cyan); }
.internal-section { padding: 100px max(48px,calc((100vw - var(--max))/2)); background: white; }
.internal-section--night { background: var(--night); color: white; }
.internal-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.internal-heading h2 { max-width: 850px; margin: 0; font-size: clamp(49px,5.6vw,82px); line-height: .95; letter-spacing: -.06em; }
.internal-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.internal-section--night .internal-heading p { color: #b8c8ce; }
.sector-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-card { min-height: 360px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-card b { color: var(--blue); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.sector-card h3 { margin: auto 0 16px; font-size: clamp(29px,3vw,46px); letter-spacing: -.045em; }
.sector-card p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.6; }
.internal-flow { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #3a525b; border-left: 1px solid #3a525b; }
.internal-flow article { min-height: 310px; padding: 30px; border-right: 1px solid #3a525b; border-bottom: 1px solid #3a525b; }
.internal-flow b { display: block; margin-bottom: 90px; color: var(--cyan); font: 800 38px var(--display); }
.internal-flow h3 { margin: 0 0 13px; font-size: 25px; }
.internal-flow p { margin: 0; color: #afc0c5; line-height: 1.55; }
.contact-band { padding: 70px max(48px,calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--gold); color: var(--ink); }
.contact-band h2 { max-width: 850px; margin: 0; font-size: clamp(39px,5vw,70px); line-height: .95; letter-spacing: -.055em; }
.browser-visual { position: relative; min-height: 520px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.4); background: linear-gradient(145deg,rgba(0,220,227,.15),rgba(3,35,45,.3)); }
.browser-top { display: flex; gap: 7px; }
.browser-top span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.55); }
.browser-stamp { align-self: center; width: 78%; padding: 30px; border: 1px solid rgba(255,255,255,.45); transform: rotate(-4deg); background: rgba(255,255,255,.06); }
.browser-stamp small { color: var(--cyan); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.browser-stamp strong { display: block; margin-top: 15px; font-size: clamp(25px,3vw,43px); line-height: 1; }
.browser-visual--product { min-height: 520px; padding: 0; overflow: hidden; border-color: rgba(255,255,255,.5); background: #06111f; box-shadow: 0 35px 90px rgba(0,24,99,.38); }
.browser-window-bar { min-height: 52px; padding: 0 15px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid #d9e0e8; background: #f4f7fa; color: #51616e; }
.browser-window-bar .browser-top span { width: 8px; height: 8px; }
.browser-window-bar .browser-top span:nth-child(1) { background: #ff6b63; }
.browser-window-bar .browser-top span:nth-child(2) { background: #f4bf4f; }
.browser-window-bar .browser-top span:nth-child(3) { background: #4ecb72; }
.browser-address { min-width: 0; height: 30px; padding: 0 12px; display: flex; gap: 8px; align-items: center; overflow: hidden; border: 1px solid #dce3e9; border-radius: 6px; background: white; font-size: 10px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.browser-address span { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #36bc71; box-shadow: 0 0 0 4px rgba(54,188,113,.12); }
.browser-extension-mark { display: flex; gap: 6px; align-items: center; color: #18313d; font-size: 10px; font-weight: 800; }
.browser-extension-mark img { width: 23px; height: 23px; border-radius: 7px; }
.extension-stage { min-height: 417px; display: grid; grid-template-columns: minmax(0,1fr) minmax(235px,43%); overflow: hidden; background: #07111f; }
.extension-photo { position: relative; min-width: 0; overflow: hidden; isolation: isolate; }
.extension-photo::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(2,12,19,.06),rgba(2,12,19,.76)); }
.extension-photo > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.extension-photo-tag { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(3,16,25,.7); color: white; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.extension-photo-meta { position: absolute; z-index: 2; right: 20px; bottom: 22px; left: 20px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.35); color: white; }
.extension-photo-meta small { display: block; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.extension-photo-meta strong { display: block; margin-top: 5px; font-size: clamp(18px,2vw,28px); letter-spacing: -.035em; }
.extension-photo-meta span { display: block; margin-top: 4px; color: #c7d5df; font-size: 10px; }
.extension-panel-shot { position: relative; align-self: center; margin: 15px 15px 15px 0; overflow: hidden; border: 1px solid #32445c; border-radius: 10px; background: #07111f; box-shadow: 0 22px 55px rgba(0,0,0,.44); }
.extension-panel-shot > img { width: 100%; height: auto; }
.extension-panel-label { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 7px 9px; display: flex; gap: 6px; align-items: center; border-radius: 999px; background: rgba(2,12,24,.86); color: white; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.extension-panel-label span { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.browser-product-status { min-height: 51px; padding: 0 16px; display: flex; gap: 8px; align-items: center; border-top: 1px solid #24364a; color: #9fb0c3; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.browser-product-status span { padding: 6px 8px; border: 1px solid #31455c; border-radius: 999px; }
.browser-product-status strong { margin-left: auto; color: var(--cyan); font-size: 9px; }
.install-steps { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.install-steps article { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); }
.install-steps article:last-child { border-right: 0; }
.install-steps b { display: block; margin-bottom: 75px; color: var(--blue); font: 800 37px var(--display); }
.install-steps h3 { font-size: 24px; }
.install-steps p { color: var(--muted); line-height: 1.55; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise .8s cubic-bezier(.16,1,.3,1) both; }
  .hero-device { animation: device-in 1s .12s cubic-bezier(.16,1,.3,1) both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(22px); } }
@keyframes device-in { from { opacity: 0; transform: translateX(38px); } }

@media (max-width: 1100px) {
  .site-nav__inner, .container, .split-heading, .section-heading, .threat-heading, .corporate-heading, .trial-demo, .context-bottom, .steps-grid, .stat-ticker-wrap, .masterkey, .fraud-grid, .testimonial-slider, .corporate-scenarios, .corporate-features, .adoption-flow, .pricing-scope, .pricing-free-entry, .pricing-grid, .faq-list, .footer { width: calc(100% - 48px); }
  .site-nav__inner { height: 86px; }
  .nav-links { display: none; }
  .nav-menu { width: 46px; height: 42px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.55); background: transparent; }
  .nav-menu span { width: 21px; height: 2px; background: white; }
  .mobile-nav { position: absolute; top: 78px; left: 24px; right: 24px; padding: 12px; display: grid; gap: 2px; background: var(--night); box-shadow: 0 20px 40px rgba(0,0,0,.25); }
  .mobile-nav a { padding: 13px; border-bottom: 1px solid #28414a; }
  .hero { min-height: 1050px; }
  .hero-copy { width: 70%; padding-left: 24px; }
  .hero-device { top: 378px; right: -84px; bottom: auto; width: 670px; height: 805px; }
  .trial-workspace { grid-template-columns: 1fr; }
  .trial-context { margin-top: 0; }
  .trial-section { min-height: 1910px; }
  .compare-copy { left: 24px; width: 60%; }
  .contexts-section { min-height: 1300px; }
  .context-rail { height: 720px; grid-template-columns: 1fr 1fr; }
  .steps-section { min-height: 850px; }
  .corporate-section { min-height: 1550px; }
  .corporate-features { grid-template-columns: repeat(3,1fr); }
  .coverage-grid { width: calc(100% - 48px); grid-template-columns: repeat(3,1fr); }
  .adoption-flow { grid-template-columns: 1fr 1fr; }
  .pricing-section { min-height: 1960px; }
  .pricing-proof { width: calc(100% - 48px); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card--popular { margin: 0; }
  .pricing-card { min-height: 470px; }
}

@media (max-width: 760px) {
  .site-nav__inner, .container, .split-heading, .section-heading, .threat-heading, .corporate-heading, .trial-demo, .context-bottom, .steps-grid, .stat-ticker-wrap, .masterkey, .fraud-grid, .testimonial-slider, .corporate-scenarios, .corporate-features, .adoption-flow, .pricing-scope, .pricing-free-entry, .pricing-grid, .faq-list, .footer, .content { width: calc(100% - 32px); }
  .brand { font-size: 17px; }
  .brand img { width: 32px; height: 32px; }
  .hero { min-height: 1110px; }
  .hero-copy { width: auto; padding: 130px 16px 0; }
  .hero h1 { font-size: 56px; }
  .hero-copy > p { font-size: 16px; }
  .store-row { display: grid; grid-template-columns: 1fr 1fr; }
  .store-badge:first-child { grid-column: 1/-1; }
  .hero-device { top: 654px; right: -88px; bottom: auto; width: 555px; height: 700px; }
  .split-heading, .threat-heading, .corporate-heading { grid-template-columns: 1fr; gap: 25px; }
  .split-heading h2, .section-heading h2, .threat-heading h2, .corporate-heading h2 { font-size: 47px; }
  .trial-section { min-height: 1680px; padding-top: 60px; }
  .trial-demo { margin-top: 48px; }
  .trial-workspace { gap: 14px; }
  .trial-panel, .trial-context { padding: 14px; }
  .trial-panel { min-height: 520px; }
  .upload-strip { padding: 13px; grid-template-columns: 34px 1fr; align-items: start; }
  .dropzone { grid-template-columns: 1fr; gap: 9px; }
  .dropzone small { padding: 0; border: 0; text-align: left; }
  .dropzone-action { min-height: 50px; margin-top: 3px; }
  .trial-empty-visual { min-height: 330px; }
  .redaction-canvas-wrap { min-height: 300px; }
  .redaction-toolbar { align-items: stretch; flex-direction: column; padding: 14px 0; }
  .redaction-controls { overflow-x: auto; }
  .trial-context { min-height: 390px; }
  .workflow-strip { height: auto; grid-template-columns: 1fr 1fr; }
  .workflow-strip span { min-height: 54px; border-bottom: 1px solid rgba(255,255,255,.22); }
  .trial-upgrade { min-height: 165px; align-items: stretch; flex-direction: column; justify-content: center; }
  .trial-upgrade .button { width: 100%; }
  .compare-section { min-height: 950px; }
  .compare-stage { bottom: 260px; }
  .compare-copy { top: 135px; width: 84%; }
  .compare-copy h2 { font-size: 49px; }
  .compare-copy p { font-size: 15px; }
  .compare-fields { height: 260px; grid-template-columns: 1fr 1fr; }
  .compare-fields > div { padding: 17px 16px; }
  .context-record { grid-template-columns: 27px 1fr; gap: 9px; }
  .context-record > b { width: 27px; height: 27px; }
  .compare-fields strong { font-size: 13px; }
  .compare-fields .compare-action { grid-column: 1/-1; min-height: 70px; padding: 14px 17px; }
  .contexts-section { min-height: 1480px; padding-top: 70px; }
  .context-rail { height: 1000px; grid-template-columns: 1fr; }
  .context-rail a { border-right: 0; border-bottom: 3px solid white; }
  .context-bottom { min-height: 220px; align-items: flex-start; flex-direction: column; padding: 35px 0; }
  .coverage-section { padding: 70px 0; }
  .coverage-grid { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }
  .coverage-grid article { min-height: 130px; padding: 17px; }
  .coverage-grid svg { width: 28px; height: 28px; }
  .coverage-grid span { font-size: 13px; }
  .steps-section { min-height: 970px; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .steps-grid article { min-height: 220px; }
  .steps-grid h3 { margin-top: 25px; }
  .threat-section { min-height: 2470px; }
  .stat-tick { grid-template-columns: 1fr; gap: 9px; padding: 20px; text-align: center; }
  .stat-tick strong { font-size: 39px; }
  .masterkey { height: 850px; grid-template-columns: 1fr; grid-template-rows: 455px 1fr; }
  .masterkey-copy { padding: 30px 24px; border-right: 0; border-bottom: 1px solid #36505a; }
  .masterkey h3 { font-size: 42px; }
  .masterkey-signals { right: 24px; bottom: 24px; left: 24px; }
  .masterkey-visual { min-height: 300px; }
  .masterkey img { height: 100%; }
  .identity-face-target { left: 47%; top: 37%; width: 82px; height: 105px; }
  .identity-protection span { font-size: 7px; }
  .identity-scan { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .fraud-grid { grid-template-columns: 1fr; }
  .fraud-grid article { min-height: 150px; }
  .testimonials-section { min-height: 1010px; }
  .testimonial-slider { height: 690px; margin-top: 36px; }
  .testimonial-slide { grid-template-columns: 1fr; grid-template-rows: 310px 1fr; }
  .testimonial-slide > div { padding: 26px 26px 78px; justify-content: flex-start; }
  .testimonial-slide > div::before { top: 8px; right: 20px; font-size: 82px; }
  .testimonial-slide blockquote { margin: 17px 0 22px; font-size: 21px; line-height: 1.22; }
  .corporate-section { min-height: 2250px; }
  .corporate-scenarios { height: 1080px; grid-template-columns: 1fr; }
  .corporate-features { grid-template-columns: 1fr 1fr; }
  .adoption-flow { grid-template-columns: 1fr; }
  .adoption-flow > div, .adoption-flow article { min-height: 170px; border-bottom: 1px solid #3a525b; }
  .pricing-section { min-height: 2540px; }
  .pricing-proof { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .pricing-proof span { border-right: 0; border-bottom: 1px solid #c7d3d5; }
  .pricing-proof span:last-child { border-bottom: 0; }
  .pricing-scope, .pricing-free-entry { align-items: flex-start; flex-direction: column; gap: 9px; }
  .pricing-free-entry__cta { margin-top: 4px; }
  .pricing-card { min-height: 560px; padding-inline: 24px; }
  .pricing-card > .button { right: 24px; left: 24px; width: calc(100% - 48px); }
  .faq-section { min-height: 1500px; }
  .faq-list { grid-template-columns: 1fr; }
  .faq-list details { min-height: 170px; }
  .final-cta { min-height: 720px; }
  .final-cta > img { width: 100%; object-position: 92% center; opacity: .58; }
  .final-cta::after { background: linear-gradient(180deg,var(--night) 0,rgba(6,21,28,.72) 72%,rgba(6,21,28,.4)); }
  .final-cta > div { width: calc(100% - 32px); padding-top: 85px; }
  .final-cta h2 { font-size: 50px; }
  .appstore-section { grid-template-columns: 1fr; }
  .appstore-section > div:first-child { padding: 35px 16px; border-right: 0; border-bottom: 1px solid #c6d1d3; }
  .app-badges { padding: 30px 16px; flex-direction: column; }
  .app-badges a { width: 100%; }
  .footer { padding: 30px 0; align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .cookie-notice { left: 10px; right: 10px; bottom: 10px; }
  .cookie-notice__inner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-notice__actions button { flex: 1; }
  .nav .container { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .nav .nav-links { display: flex; flex-wrap: wrap; gap: 14px; }
  .solutions-hero, .solutions-cards, .flow-steps, .internal-hero__grid, .internal-heading, .sector-grid, .internal-flow, .install-steps { grid-template-columns: 1fr; }
  .internal-hero { min-height: 980px; padding: 125px 16px 70px; }
  .internal-hero h1 { font-size: 58px; }
  .internal-panel, .browser-visual { min-height: 400px; }
  .internal-section { padding: 70px 16px; }
  .internal-heading { gap: 24px; }
  .sector-card { min-height: 300px; }
  .internal-flow article { min-height: 245px; }
  .internal-flow b { margin-bottom: 55px; }
  .install-steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-band { padding: 55px 16px; align-items: flex-start; flex-direction: column; }
  .content-shell { padding: 60px 0; }
  .footer .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .browser-window-bar { grid-template-columns: auto 1fr; }
  .browser-extension-mark { display: none; }
  .extension-stage { position: relative; min-height: 470px; display: block; }
  .extension-photo { position: absolute; inset: 0; opacity: .52; }
  .extension-panel-shot { position: absolute; top: 20px; right: 16px; bottom: 20px; width: min(270px,78%); margin: 0; overflow: hidden; }
  .extension-panel-shot > img { height: 100%; object-fit: cover; object-position: top; }
  .extension-photo-meta { right: auto; width: 42%; }
  .extension-photo-meta span { display: none; }
  .browser-product-status span:nth-child(2) { display: none; }
  .browser-product-status strong { font-size: 8px; }
}
