:root {
  --ink: #09132f;
  --ink-2: #111d3f;
  --muted: #68728a;
  --line: #dfe5ef;
  --surface: #f4f7fb;
  --blue: #2d63ff;
  --blue-dark: #1745d1;
  --blue-soft: #eaf0ff;
  --mint: #27d6a0;
  --amber: #f6a723;
  --white: #fff;
  --radius-sm: 15px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shadow: 0 28px 80px rgba(21, 43, 94, .14);
  --font-display: "Manrope", "Helvetica Neue", sans-serif;
  --font-body: "DM Sans", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 12px 18px; color: #fff; background: #000; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 24px; transition: .25s ease; }
.site-header.scrolled { padding-top: 9px; }
.nav-shell { width: min(1280px, 100%); height: 66px; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 0 12px 0 17px; background: rgba(255, 255, 255, .9); border: 1px solid rgba(215, 222, 234, .75); border-radius: 21px; box-shadow: 0 9px 30px rgba(17, 35, 75, .06); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand-logo { display: block; width: 145px; height: auto; }
.brand-footer .brand-logo { width: 158px; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: 70px; }
.desktop-nav a { position: relative; color: #465069; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.locale-switch { display: flex; align-items: center; gap: 8px; color: #657086; font-size: 11px; font-weight: 600; }
.locale-switch i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(39, 214, 160, .12); }
.mobile-nav { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--surface); }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 49px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 8px 20px rgba(9, 19, 47, .18); }
.button-dark:hover { background: #162347; box-shadow: 0 12px 26px rgba(9, 19, 47, .22); }
.button-dark span { color: #9bb8ff; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(45, 99, 255, .27); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 32px rgba(45, 99, 255, .32); }
.button-white { color: var(--ink); background: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .15); }
.button-outline { border-color: #cad3e3; background: #fff; }
.button-ghost { color: #59647b; border-color: #d8deea; background: #fff; box-shadow: none; }
.button-large { min-height: 58px; padding: 0 29px; font-size: 15px; }
.button-full { width: 100%; }
.text-button { display: inline-flex; align-items: center; gap: 10px; color: #35415b; font-size: 14px; font-weight: 700; }
.play-dot { display: grid; place-items: center; width: 35px; height: 35px; color: var(--blue); background: var(--blue-soft); border-radius: 50%; font-size: 10px; padding-left: 2px; }

.hero { min-height: 790px; padding: 158px max(38px, calc((100vw - 1240px) / 2)) 90px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; overflow: hidden; background: radial-gradient(circle at 83% 16%, rgba(73, 118, 255, .14), transparent 28%), linear-gradient(180deg, #fafcff 0%, #fff 100%); }
.hero-copy-block { position: relative; z-index: 2; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1.45px; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-soft); }
.hero h1 { max-width: 660px; margin: 25px 0 24px; font: 800 clamp(45px, 4.5vw, 68px)/1.04 var(--font-display); letter-spacing: -3.7px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 610px; margin: 0; color: #5d6880; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 34px; }
.hero-proof { display: flex; gap: 13px; max-width: 560px; margin-top: 36px; padding-top: 25px; border-top: 1px solid var(--line); }
.proof-icon { display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; color: #078962; background: #e8faf4; border-radius: 12px; font-weight: 800; }
.hero-proof p { display: grid; gap: 3px; margin: 0; font-size: 13px; line-height: 1.5; }
.hero-proof span { color: var(--muted); }

.hero-visual { position: relative; min-width: 0; padding: 35px 20px 45px; }
.visual-glow { position: absolute; width: 470px; height: 470px; top: -60px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(45, 99, 255, .19), transparent 65%); filter: blur(5px); }
.workspace-card { position: relative; z-index: 2; max-width: 625px; margin: auto; background: #fff; border: 1px solid #dde4ef; border-radius: 26px; box-shadow: 0 36px 90px rgba(21, 44, 100, .2); overflow: hidden; transform: rotate(1deg); }
.workspace-topbar { height: 58px; display: flex; align-items: center; gap: 17px; padding: 0 21px; color: #637089; background: #f7f9fc; border-bottom: 1px solid #e5e9f0; font-size: 11px; font-weight: 700; }
.workspace-dots { display: flex; gap: 5px; }
.workspace-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c5ccda; }
.workspace-dots i:first-child { background: #ff7c69; }
.workspace-dots i:nth-child(2) { background: #f6c354; }
.workspace-dots i:last-child { background: #54d5a7; }
.secure-chip { margin-left: auto; padding: 7px 10px; color: #12805f; background: #e8f9f3; border-radius: 999px; font-size: 9px; }
.workspace-content { padding: 28px 30px 30px; }
.dossier-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.dossier-heading div:first-child { display: grid; gap: 4px; }
.dossier-heading small { color: #8490a6; font-size: 9px; font-weight: 800; letter-spacing: 1.1px; }
.dossier-heading strong { font: 800 33px/1 var(--font-display); letter-spacing: -1.8px; }
.progress-ring { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: conic-gradient(var(--blue) 0 82%, #e8edf5 82%); }
.progress-ring::before { content: ""; position: absolute; width: 53px; height: 53px; border-radius: 50%; background: #fff; }
.progress-ring span { position: relative; z-index: 2; font: 800 17px/1 var(--font-display); }
.progress-ring span small { font-size: 9px; letter-spacing: 0; }
.document-list { display: grid; gap: 9px; }
.document-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; min-height: 65px; padding: 10px 13px; border: 1px solid #e6eaf1; border-radius: 14px; }
.doc-icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--blue); background: #edf2ff; border-radius: 11px; font-size: 10px; font-weight: 800; }
.document-row p { display: grid; gap: 3px; margin: 0; }
.document-row strong { font-size: 12px; }
.document-row small { color: #8892a6; font-size: 9px; }
.document-row > b { display: grid; place-items: center; width: 24px; height: 24px; color: #078962; background: #e6f9f2; border-radius: 50%; font-size: 11px; }
.document-row.review { border-color: #f4dba8; background: #fffdf8; }
.document-row.review > b { color: #a96b05; background: #fff2d7; }
.document-row.missing { border-style: dashed; }
.document-row.missing button { padding: 7px 10px; color: var(--blue); border: 0; border-radius: 8px; background: var(--blue-soft); font-size: 9px; font-weight: 800; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: rgba(255, 255, 255, .96); border: 1px solid #e1e6ef; border-radius: 15px; box-shadow: 0 18px 45px rgba(19, 39, 89, .16); }
.floating-card > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; font-weight: 800; }
.floating-card p { display: grid; gap: 3px; margin: 0; }
.floating-card small { color: #8a94a7; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.floating-card strong { font-size: 10px; }
.float-input { left: -12px; top: 100px; }
.float-input > span { color: var(--blue); background: var(--blue-soft); }
.float-ready { right: -8px; bottom: 5px; }
.float-ready > span { color: #078962; background: #e6f9f2; }

.trust-strip { padding: 25px max(38px, calc((100vw - 1240px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip > p { margin: 0; color: #8791a4; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.trust-items { display: flex; align-items: center; gap: 27px; }
.trust-items span { display: flex; align-items: center; gap: 7px; color: #46516a; font-size: 11px; font-weight: 700; white-space: nowrap; }
.mini-check { display: grid; place-items: center; width: 18px; height: 18px; color: #078962; background: #e8f9f3; border-radius: 50%; font-style: normal; font-size: 9px; }

.section { padding: 118px max(38px, calc((100vw - 1240px) / 2)); }
.section-heading h2, .demo-copy h2, .offer-copy h2, .control-copy h2, .diagnostic-copy h2, .faq-intro h2 { margin: 16px 0 0; font: 800 clamp(36px, 4vw, 54px)/1.08 var(--font-display); letter-spacing: -2.8px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .72fr; gap: 100px; align-items: end; }
.split-heading > p, .section-heading.centered > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading.centered { max-width: 850px; margin: 0 auto 57px; text-align: center; }
.section-heading.centered > p { max-width: 650px; margin: 20px auto 0; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 63px; }
.feature-card { position: relative; min-height: 510px; padding: 24px 28px 30px; overflow: hidden; background: var(--surface); border: 1px solid #e6eaf1; border-radius: var(--radius-md); }
.feature-card.feature-blue { color: #fff; background: var(--blue); border-color: transparent; }
.feature-card.feature-dark { color: #fff; background: var(--ink); border-color: transparent; }
.feature-visual { height: 285px; position: relative; margin: -4px -7px 22px; }
.feature-index { display: block; margin-bottom: 12px; color: #8d97aa; font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.feature-blue .feature-index, .feature-dark .feature-index { color: rgba(255,255,255,.55); }
.feature-card h3 { margin: 0 0 12px; font: 800 22px/1.15 var(--font-display); letter-spacing: -.8px; }
.feature-card p { margin: 0; color: #68738a; font-size: 14px; line-height: 1.65; }
.feature-blue p, .feature-dark p { color: rgba(255,255,255,.7); }
.inbox-visual { display: grid; place-items: center; }
.mail-card { position: absolute; width: 86%; padding: 19px; display: grid; gap: 7px; background: #fff; border: 1px solid #dfe5ef; border-radius: 15px; box-shadow: 0 18px 35px rgba(21, 43, 90, .1); }
.mail-card.back { top: 48px; transform: rotate(-5deg); opacity: .55; }
.mail-card.front { top: 92px; grid-template-columns: 1fr auto; }
.mail-card span { color: #293550; font-size: 11px; font-weight: 800; }
.mail-card small { color: #8993a6; font-size: 9px; }
.mail-card b { grid-row: 1/3; grid-column: 2; display: grid; place-items: center; width: 35px; height: 35px; color: var(--blue); background: var(--blue-soft); border-radius: 10px; }
.route-line { position: absolute; top: 172px; width: 2px; height: 48px; background: linear-gradient(var(--blue), transparent); }
.route-target { position: absolute; top: 215px; display: grid; place-items: center; width: 47px; height: 47px; color: #fff; background: var(--blue); border-radius: 14px; font-weight: 800; box-shadow: 0 12px 25px rgba(45,99,255,.3); }
.scan-visual { display: grid; place-items: center; }
.scan-document { position: relative; width: 77%; height: 205px; padding: 24px; color: #65718b; background: #fff; border-radius: 13px; box-shadow: 0 25px 50px rgba(0,0,0,.16); transform: rotate(-3deg); }
.scan-document > span { display: block; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.scan-document strong { display: block; max-width: 180px; margin: 10px 0 20px; color: #1b2846; font-size: 12px; line-height: 1.3; }
.scan-document i { display: block; width: 80%; height: 6px; margin: 8px 0; background: #e5e9f0; border-radius: 4px; }
.scan-document i:nth-of-type(2) { width: 64%; }
.scan-document i:nth-of-type(3) { width: 72%; }
.scan-line { position: absolute; inset: 50% 10px auto; height: 2px; background: #31efb3; box-shadow: 0 0 15px #31efb3; }
.detect-chip { position: absolute; right: -2px; bottom: 12px; padding: 13px 15px; color: #647089; background: #fff; border-radius: 12px; box-shadow: 0 16px 35px rgba(0,0,0,.16); font-size: 9px; }
.detect-chip b { margin-left: 5px; color: #078962; }
.checklist-visual { padding-top: 54px; display: grid; align-content: center; gap: 10px; }
.mini-check-row { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 11px; min-height: 61px; padding: 11px 15px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.mini-check-row i { display: grid; place-items: center; width: 31px; height: 31px; color: #34e5af; background: rgba(52,229,175,.12); border-radius: 9px; font-size: 10px; font-style: normal; font-weight: 800; }
.mini-check-row span { font-size: 11px; font-weight: 700; }
.mini-check-row b { color: #69e7c1; font-size: 8px; text-transform: uppercase; }
.mini-check-row.wait i { color: #ffd27a; background: rgba(255,210,122,.12); }
.mini-check-row.wait b { color: #ffd27a; }

.demo-section { padding: 120px max(38px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.section-label.light { color: #87a8ff; }
.demo-copy h2 { max-width: 510px; }
.demo-copy > p, .control-copy > p { max-width: 500px; margin: 23px 0 27px; color: #aeb8cc; font-size: 15px; line-height: 1.75; }
.check-list { display: grid; gap: 13px; margin: 0 0 31px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #d4dbea; font-size: 13px; }
.check-list li span { display: grid; place-items: center; width: 22px; height: 22px; color: #54e3b7; background: rgba(84,227,183,.12); border-radius: 50%; font-size: 10px; }
.dashboard-shell { min-width: 700px; overflow: hidden; color: var(--ink); background: #f7f9fc; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.32); transform: perspective(1200px) rotateY(-2deg); }
.dash-topbar { height: 57px; display: flex; align-items: center; gap: 20px; padding: 0 17px; background: #fff; border-bottom: 1px solid #e3e7ef; }
.dash-logo { display: grid; place-items: center; width: 31px; height: 31px; color: #fff; background: var(--blue); border-radius: 9px; font-size: 9px; font-weight: 800; }
.dash-search { width: 230px; padding: 9px 13px; color: #9aa3b5; background: #f4f6f9; border-radius: 8px; font-size: 8px; }
.dash-avatar { display: grid; place-items: center; width: 30px; height: 30px; margin-left: auto; color: var(--blue); background: var(--blue-soft); border-radius: 9px; font-size: 8px; font-weight: 800; }
.dash-body { min-height: 430px; display: grid; grid-template-columns: 56px 1fr; }
.dash-sidebar { padding: 18px 12px; display: grid; align-content: start; gap: 15px; background: #fff; border-right: 1px solid #e4e8ef; }
.dash-sidebar span { display: grid; place-items: center; height: 32px; color: #9aa4b7; border-radius: 9px; font-size: 11px; }
.dash-sidebar span.active { color: var(--blue); background: var(--blue-soft); }
.dash-main { padding: 23px 26px; }
.dash-heading { display: flex; justify-content: space-between; align-items: end; }
.dash-heading > div { display: grid; gap: 4px; }
.dash-heading small { color: #8b95a8; font-size: 7px; }
.dash-heading strong { font: 800 17px var(--font-display); }
.dash-heading button { padding: 8px 10px; color: #68738a; background: #fff; border: 1px solid #e0e4ec; border-radius: 8px; font-size: 7px; }
.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.dash-metrics > div { padding: 16px; display: grid; gap: 7px; background: #fff; border: 1px solid #e5e9f0; border-radius: 12px; }
.dash-metrics span { color: #7f899d; font-size: 7px; }
.dash-metrics strong { font: 800 25px/1 var(--font-display); }
.dash-metrics small { color: #9ca5b6; font-size: 6px; }
.dash-metrics small.positive { color: #09835f; }
.dash-metrics small.warning { color: #b87908; }
.dash-table { overflow: hidden; background: #fff; border: 1px solid #e4e8ef; border-radius: 12px; }
.table-head, .table-row { display: grid; grid-template-columns: 1.5fr .7fr 1fr .7fr; align-items: center; min-height: 57px; padding: 0 16px; border-bottom: 1px solid #edf0f4; }
.table-head { min-height: 34px; color: #9da5b5; background: #fafbfc; font-size: 6px; font-weight: 800; text-transform: uppercase; }
.table-row:last-child { border: 0; }
.table-row > span { display: flex; align-items: center; gap: 8px; color: #6d778d; font-size: 7px; }
.table-row b { color: #26334e; font-size: 8px; }
.avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; font-size: 7px; font-style: normal; font-weight: 800; }
.avatar.blue { color: var(--blue); background: var(--blue-soft); }
.avatar.violet { color: #7a53dc; background: #f0ebff; }
.avatar.orange { color: #bc6e12; background: #fff1df; }
.tiny-progress { width: 44px; height: 4px; overflow: hidden; background: #e7ebf2; border-radius: 4px; }
.tiny-progress b { display: block; height: 100%; background: var(--blue); }
.state { padding: 6px 8px; border-radius: 999px; font-size: 6px; font-style: normal; font-weight: 800; }
.review-state { color: #8059cb; background: #f1ecff; }
.ready-state { color: #07835f; background: #e7f9f3; }
.wait-state { color: #a36608; background: #fff2da; }
.demo-caption { margin: 0; padding: 10px 16px; color: #8590a4; background: #fff; border-top: 1px solid #e5e9f0; font-size: 7px; text-align: right; }

.fit-section { background: #f7f9fc; }
.fit-grid { max-width: 1030px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fit-card { padding: 34px 36px; background: #fff; border: 1px solid #e2e7ef; border-radius: var(--radius-md); }
.fit-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 23px; border-radius: 13px; font-size: 18px; font-weight: 800; }
.good-fit .fit-icon { color: #07835f; background: #e7f9f3; }
.neutral-fit .fit-icon { color: #68738a; background: #eef1f5; }
.fit-card h3 { margin: 0 0 20px; font: 800 22px var(--font-display); letter-spacing: -.7px; }
.fit-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding-left: 20px; color: #647087; font-size: 14px; line-height: 1.5; }
.fit-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.neutral-fit li::before { background: #abb3c1; }

.process-section { padding: 118px max(38px, calc((100vw - 1240px) / 2)); color: #fff; background: linear-gradient(135deg, #1745d1 0%, #2d63ff 55%, #5f82ff 100%); }
.process-section h2 em { color: rgba(255,255,255,.62); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-md); overflow: hidden; }
.process-step { min-height: 330px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); }
.process-step:last-child { border-right: 0; }
.process-step > span { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; }
.step-symbol { display: grid; place-items: center; width: 54px; height: 54px; margin: 70px 0 27px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; font: 700 20px var(--font-display); }
.process-step h3 { margin: 0 0 12px; font: 800 19px var(--font-display); }
.process-step p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.65; }

.offer-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.offer-copy > p { margin: 24px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.offer-note { display: flex; gap: 13px; padding: 17px; background: var(--blue-soft); border-radius: 15px; }
.offer-note > span { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; color: #fff; background: var(--blue); border-radius: 50%; font-size: 12px; font-weight: 800; }
.offer-note p { display: grid; gap: 4px; margin: 0; color: #526079; font-size: 12px; line-height: 1.55; }
.offer-note strong { color: var(--ink); }
.offer-card { padding: 35px; background: #fff; border: 1px solid #dfe5ef; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.offer-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.offer-card-head span { font: 800 21px var(--font-display); }
.offer-card-head small { color: var(--blue); background: var(--blue-soft); padding: 8px 11px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.offer-card ul { display: grid; gap: 0; margin: 10px 0 25px; padding: 0; list-style: none; }
.offer-card li { display: flex; gap: 13px; padding: 16px 0; border-bottom: 1px solid #edf0f4; }
.offer-card li > span { display: grid; place-items: center; flex: 0 0 auto; width: 24px; height: 24px; color: #07835f; background: #e7f9f3; border-radius: 50%; font-size: 10px; }
.offer-card li div { display: grid; gap: 4px; }
.offer-card li strong { font-size: 12px; }
.offer-card li small { color: #8690a3; font-size: 10px; }

.control-section { min-height: 650px; padding: 100px max(38px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; color: #fff; background: #0b1533; overflow: hidden; }
.control-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.shield { position: relative; z-index: 3; display: grid; place-items: center; width: 155px; height: 175px; background: linear-gradient(145deg, #366cff, #1745d1); clip-path: polygon(50% 0, 92% 18%, 88% 68%, 50% 100%, 12% 68%, 8% 18%); filter: drop-shadow(0 25px 30px rgba(45,99,255,.35)); }
.shield span { display: grid; place-items: center; width: 55px; height: 55px; color: var(--blue); background: #fff; border-radius: 50%; font-size: 24px; font-weight: 800; }
.orbit { position: absolute; border: 1px solid rgba(110,145,255,.25); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; }
.orbit-two { width: 430px; height: 430px; }
.control-chip { position: absolute; z-index: 4; padding: 10px 14px; color: #cbd6ef; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; backdrop-filter: blur(10px); font-size: 9px; font-weight: 700; }
.chip-a { top: 60px; left: 15px; }
.chip-b { top: 120px; right: -5px; }
.chip-c { bottom: 55px; left: 45px; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p { margin: 22px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 87px; padding: 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-item button span { font: 700 16px/1.4 var(--font-display); }
.accordion-item button i { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid #d5dbe6; border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--ink); transform: translate(-50%,-50%); }
.accordion-item button i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.accordion-item.open button i::after { transform: translate(-50%,-50%) rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion-panel p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel p { padding: 0 45px 27px 0; }

.diagnostic-section { padding: 112px max(38px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; color: #fff; background: linear-gradient(150deg, #173dbe 0%, #2458ef 50%, #507bff 100%); }
.diagnostic-cta-section { align-items: center; }
.diagnostic-copy { padding-top: 40px; }
.diagnostic-copy > p { margin: 23px 0 26px; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.75; }
.diagnostic-points { display: grid; gap: 11px; }
.diagnostic-points span { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; }
.diagnostic-points i { display: grid; place-items: center; width: 21px; height: 21px; color: #0e7156; background: #c9ffed; border-radius: 50%; font-style: normal; font-size: 9px; }
.privacy-note { display: flex; gap: 12px; margin-top: 34px; padding: 15px; background: rgba(8,24,73,.22); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.privacy-note > span { font-size: 20px; }
.privacy-note p { display: grid; gap: 3px; margin: 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; }
.privacy-note strong { color: #fff; }
.quiz-preview { max-width: 610px; min-height: 485px; padding: 34px 38px; justify-self: end; display: flex; flex-direction: column; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 28px; box-shadow: 0 30px 80px rgba(3,20,74,.27); }
.quiz-preview-top { display: flex; justify-content: space-between; align-items: center; color: #7b869b; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.quiz-preview-top b { color: var(--blue); }
.quiz-preview-progress { height: 4px; margin: 15px 0 64px; overflow: hidden; background: #e8ecf3; border-radius: 99px; }
.quiz-preview-progress i { display: block; width: 10%; height: 100%; background: var(--blue); border-radius: inherit; }
.preview-kicker { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.quiz-preview h3 { max-width: 430px; margin: 12px 0 23px; font: 800 28px/1.2 var(--font-display); letter-spacing: -1.3px; }
.preview-options { display: grid; gap: 8px; margin-bottom: 25px; }
.preview-options a { min-height: 50px; padding: 8px 12px; display: flex; align-items: center; gap: 11px; color: #4f5b73; background: #f8f9fc; border: 1px solid #dfe4ee; border-radius: 10px; font-size: 11px; font-weight: 700; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.preview-options a:hover { color: var(--blue); background: #f2f6ff; border-color: #9bb7ff; transform: translateY(-1px); }
.preview-options a > i { margin-left: auto; color: var(--blue); font-size: 15px; font-style: normal; opacity: 0; transform: translateX(-4px); transition: opacity .18s ease, transform .18s ease; }
.preview-options a:hover > i { opacity: 1; transform: translateX(0); }
.preview-options b { display: grid; place-items: center; width: 28px; height: 28px; color: var(--blue); background: var(--blue-soft); border-radius: 7px; font-size: 9px; }
.quiz-preview > p { margin: 11px 0 0; color: #8c96a8; font-size: 8px; text-align: center; }
.qualification-form { min-height: 650px; padding: 31px 34px; color: var(--ink); background: #fff; border-radius: 28px; box-shadow: 0 30px 80px rgba(3, 20, 74, .28); }
.form-topline { display: flex; align-items: center; justify-content: space-between; }
.form-topline > div { display: grid; gap: 4px; }
.form-topline strong { font: 800 18px var(--font-display); }
.form-topline span { color: #8a94a7; font-size: 9px; }
.form-topline > b { color: var(--blue); font-size: 10px; }
.form-progress { height: 4px; margin: 17px 0 23px; overflow: hidden; background: #e8ecf2; border-radius: 4px; }
.form-progress i { display: block; width: 33%; height: 100%; background: var(--blue); border-radius: 4px; transition: width .25s ease; }
.prototype-note { margin: -7px 0 18px; padding: 9px 11px; color: #8a5a07; background: #fff5dd; border-radius: 8px; font-size: 9px; }
.form-error { margin: 0 0 17px; padding: 11px 13px; color: #a12f2f; background: #fff0f0; border-radius: 9px; font-size: 11px; }
.form-step { margin: 0; padding: 0; border: 0; }
.form-step legend { width: 100%; margin-bottom: 20px; font: 800 22px var(--font-display); letter-spacing: -.6px; }
.qualification-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #4f5a70; font-size: 10px; font-weight: 700; }
.qualification-form input, .qualification-form select, .qualification-form textarea { width: 100%; min-height: 48px; padding: 0 13px; color: var(--ink); background: #f8f9fb; border: 1px solid #dce2eb; border-radius: 10px; outline: none; font-size: 12px; transition: border .2s, box-shadow .2s, background .2s; }
.qualification-form textarea { padding-top: 12px; resize: vertical; }
.qualification-form input:focus, .qualification-form select:focus, .qualification-form textarea:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(45,99,255,.1); }
.qualification-form [aria-invalid="true"] { border-color: #d94d4d; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-actions { margin-top: 21px; }
.form-actions.dual { display: flex; justify-content: space-between; gap: 12px; }
.form-actions.dual .button-primary { min-width: 185px; }
.optional { color: #9aa3b5; font-weight: 500; }
.consent { grid-template-columns: 19px 1fr; align-items: start; gap: 10px !important; margin-top: 9px; line-height: 1.45; }
.qualification-form .consent input { width: 18px; min-height: 18px; height: 18px; margin-top: 1px; accent-color: var(--blue); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.form-success { padding: 65px 20px; text-align: center; }
.success-icon { display: grid; place-items: center; width: 67px; height: 67px; margin: auto; color: #07835f; background: #e7f9f3; border-radius: 20px; font-size: 27px; font-weight: 800; }
.form-success h3 { margin: 23px 0 10px; font: 800 25px var(--font-display); }
.form-success p { max-width: 420px; margin: 0 auto 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.site-footer { padding: 65px max(38px, calc((100vw - 1240px) / 2)) 24px; background: #fff; }
.footer-top { min-height: 105px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.footer-top > p { margin: 0; color: var(--muted); font-size: 12px; text-align: center; }
.footer-top > .button { justify-self: end; }
.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: #8d96a8; font-size: 9px; }
.footer-bottom div { display: flex; gap: 22px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .js .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 1080px) {
  .desktop-nav, .locale-switch { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; text-align: center; }
  .hero-copy-block { display: grid; justify-items: center; }
  .hero-proof { text-align: left; }
  .hero-visual { width: min(700px, 100%); margin: auto; }
  .trust-strip { align-items: flex-start; }
  .trust-items { flex-wrap: wrap; justify-content: flex-end; }
  .demo-section { grid-template-columns: 1fr; }
  .demo-copy { max-width: 660px; }
  .dashboard-shell { min-width: 0; width: 100%; }
  .offer-section, .diagnostic-section { gap: 55px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 820px) {
  .site-header { padding: 12px; }
  .nav-shell { height: 60px; }
  .nav-actions .button { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; z-index: 99; top: 83px; left: 12px; right: 12px; padding: 18px; display: grid; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav > a:not(.button) { padding: 13px 10px; color: #4d5870; font-weight: 700; font-size: 14px; }
  .hero { min-height: 0; padding: 125px 20px 70px; gap: 35px; }
  .hero h1 { font-size: clamp(40px, 11vw, 57px); letter-spacing: -2.8px; }
  .hero-copy { font-size: 16px; }
  .float-input { left: 0; }
  .float-ready { right: 0; }
  .trust-strip { padding: 23px 20px; display: grid; }
  .trust-items { justify-content: flex-start; gap: 15px 22px; }
  .section, .process-section, .demo-section, .control-section, .diagnostic-section { padding: 80px 20px; }
  .split-heading, .offer-section, .control-section, .faq-section, .diagnostic-section { grid-template-columns: 1fr; gap: 45px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 470px; }
  .fit-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .control-visual { order: 2; }
  .diagnostic-copy { padding-top: 0; }
  .quiz-preview { width: min(610px, 100%); justify-self: stretch; }
  .qualification-form { min-height: 0; }
  .footer-top { grid-template-columns: 1fr; padding-bottom: 35px; text-align: center; }
  .footer-top > p { order: 2; }
  .footer-top > .button { order: 3; justify-self: center; }
  .brand-footer { justify-self: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .brand-logo { width: 128px; }
  .hero-actions { width: 100%; display: grid; justify-items: stretch; }
  .hero-actions .text-button { justify-content: center; }
  .hero-proof { margin-top: 27px; }
  .hero-visual { padding: 15px 0 65px; }
  .workspace-card { transform: none; border-radius: 18px; }
  .workspace-topbar { padding: 0 13px; }
  .secure-chip { display: none; }
  .workspace-content { padding: 20px 14px; }
  .document-row { grid-template-columns: 35px 1fr auto; gap: 8px; padding: 9px; }
  .doc-icon { width: 34px; height: 34px; }
  .document-row strong { font-size: 10px; }
  .document-row small { font-size: 8px; }
  .float-input { top: auto; bottom: 20px; }
  .float-ready { display: none; }
  .section-heading h2, .demo-copy h2, .offer-copy h2, .control-copy h2, .diagnostic-copy h2, .faq-intro h2 { font-size: 36px; letter-spacing: -2px; }
  .dashboard-shell { overflow-x: auto; }
  .dash-topbar, .dash-body, .demo-caption { min-width: 680px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 270px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .process-step:last-child { border-bottom: 0; }
  .step-symbol { margin-top: 45px; }
  .offer-card { padding: 25px 20px; }
  .offer-card-head { align-items: flex-start; gap: 15px; }
  .offer-card-head small { text-align: center; }
  .control-visual { min-height: 360px; transform: scale(.83); margin: -35px; }
  .qualification-form { padding: 25px 18px; border-radius: 20px; }
  .quiz-preview { min-height: 440px; padding: 25px 20px; border-radius: 20px; }
  .quiz-preview-progress { margin-bottom: 42px; }
  .quiz-preview h3 { font-size: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions.dual { display: grid; }
  .form-actions.dual .button { width: 100%; }
  .form-actions.dual .button-ghost { order: 2; }
  .site-footer { padding: 55px 20px 22px; }
}
