:root {
  --navy: #06172f;
  --navy-2: #0a2448;
  --blue: #0b63f3;
  --blue-2: #0987f7;
  --cyan: #08b9ec;
  --ink: #10223e;
  --muted: #5c6f8b;
  --line: #dce6f1;
  --ice: #f3f8fd;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(5, 24, 53, .15);
  --radius: 24px;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--ink); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: white; color: var(--navy); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(6,23,47,.82); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 46px; height: 46px; overflow: hidden; border-radius: 13px; background: white; box-shadow: 0 9px 20px rgba(0,0,0,.16); }
.brand-mark img { position: absolute; width: 74px; max-width: none; height: 74px; left: -14px; top: -2px; }
.brand-wording { display: flex; align-items: center; gap: 14px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; color: white; }
.brand-copy strong { font-family: "Space Grotesk", sans-serif; font-size: 1.3rem; letter-spacing: .08em; }
.brand-copy small { margin-top: 5px; color: #77c9ff; font-size: .64rem; font-weight: 800; letter-spacing: .2em; }
.brand-expansion { width: 235px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.2); color: #b7cbe3; font-size: .72rem; font-weight: 600; line-height: 1.4; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #d6e4f7; font-size: .91rem; font-weight: 600; }
.site-nav > a:not(.nav-access) { position: relative; transition: color .2s; }
.site-nav > a:not(.nav-access)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 2px; background: var(--cyan); transition: right .2s; }
.site-nav > a:hover { color: white; }
.site-nav > a:hover::after { right: 0; }
.nav-access { padding: 10px 17px; border: 1px solid rgba(114,197,255,.45); border-radius: 12px; background: rgba(17,100,240,.18); color: white; }
.menu-button { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 4px; }

.hero { position: relative; overflow: hidden; padding: 154px 0 0; color: white; background: linear-gradient(130deg, #05162d 0%, #08264d 56%, #063a6f 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(150,215,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(150,215,255,.22) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black 0%, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 620px; height: 620px; right: -230px; top: -170px; background: radial-gradient(circle, rgba(0,179,255,.35), rgba(0,179,255,0) 70%); }
.glow-two { width: 500px; height: 500px; left: 24%; bottom: -400px; background: radial-gradient(circle, rgba(10,99,243,.55), transparent 70%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 62px; padding-bottom: 88px; }
.hero-copy { padding-bottom: 12px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: #0b63f3; font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #9bdcff; }
.eyebrow span { width: 28px; height: 2px; border-radius: 2px; background: var(--cyan); }
h1, h2, h3 { font-family: "Space Grotesk", "Manrope", sans-serif; margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.15rem, 5.5vw, 5.35rem); }
h1 em { color: #68caff; font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #c9d9ed; font-size: 1.13rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #0c6cf5, #05a8ed); box-shadow: 0 15px 32px rgba(2,117,241,.3); color: white; }
.button-primary:hover { box-shadow: 0 19px 40px rgba(2,117,241,.45); }
.button-ghost { border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.06); color: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #b8cbe2; font-size: .84rem; }
.hero-points span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px; border-radius: 50%; background: rgba(17,185,236,.18); color: #63d9ff; font-size: .69rem; }

.product-stage { position: relative; min-height: 510px; }
.logo-card { position: absolute; z-index: 3; left: -18px; top: 12px; width: 154px; padding: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 23px; background: rgba(255,255,255,.96); box-shadow: 0 24px 50px rgba(0,0,0,.24); transform: rotate(-4deg); }
.logo-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 15px; }
.app-window { position: absolute; inset: 56px -78px 20px 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 24px; background: #f5f8fc; box-shadow: 0 36px 80px rgba(0,0,0,.34); transform: perspective(1200px) rotateY(-5deg) rotateX(1deg); }
.window-bar { height: 43px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #d9e3ed; background: white; color: #708099; font-size: .7rem; font-weight: 700; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ced8e4; }
.window-bar i:first-child { background: #f28b82; }
.window-bar i:nth-child(2) { background: #f6c65b; }
.window-bar i:nth-child(3) { margin-right: 9px; background: #55c997; }
.window-body { height: calc(100% - 43px); display: grid; grid-template-columns: 54px 1fr; }
.mock-sidebar { padding: 13px 0; display: flex; flex-direction: column; align-items: center; gap: 18px; background: #081d3a; }
.mock-sidebar b { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 5px; border-radius: 9px; background: linear-gradient(140deg, #10b8ee, #1166e8); color: white; }
.mock-sidebar span { width: 20px; height: 5px; border-radius: 8px; background: #244467; }
.mock-sidebar span.active { width: 28px; height: 28px; border: 1px solid #2f72bd; background: #12345b; }
.mock-content { padding: 29px 27px; min-width: 0; }
.mock-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.mock-heading div { display: flex; flex-direction: column; }
.mock-heading small { color: #3176d9; font-size: .58rem; font-weight: 800; letter-spacing: .13em; }
.mock-heading strong { color: #142944; font-size: 1rem; }
.mock-heading > span { padding: 7px 11px; border-radius: 8px; background: #1767dd; color: white; font-size: .62rem; font-weight: 700; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.mock-stats div { min-width: 0; padding: 14px; border: 1px solid #dfe7f0; border-radius: 11px; background: white; }
.mock-stats small { display: block; color: #73839a; font-size: .58rem; }
.mock-stats strong { display: block; color: #102743; font-size: 1.25rem; }
.mock-table { overflow: hidden; border: 1px solid #dfe7f0; border-radius: 12px; background: white; }
.mock-row { min-width: 400px; display: grid; grid-template-columns: 1.35fr .75fr .8fr; align-items: center; gap: 10px; padding: 13px 14px; border-top: 1px solid #e8eef4; color: #425774; font-size: .62rem; }
.mock-row-head { border-top: 0; background: #f7f9fc; color: #8290a3; font-weight: 700; }
.doc-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 2px; background: #1767dd; }
.doc-dot.certificate { background: #09a7da; }
.pill { display: inline-block; padding: 4px 7px; border-radius: 10px; font-size: .53rem; }
.pill.ready { background: #eaf2ff; color: #2369ca; }
.pill.pending { background: #fff3db; color: #99701c; }
.pill.signed { background: #e6f8ef; color: #26835e; }
.floating-note { position: absolute; z-index: 4; right: -38px; bottom: 9px; display: flex; align-items: center; gap: 11px; min-width: 176px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.78); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 18px 38px rgba(0,0,0,.2); color: var(--ink); }
.floating-note > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: #e5f8ef; color: #1d9c6a; font-weight: 900; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.35; }
.floating-note strong { font-size: .77rem; }
.floating-note small { color: #718198; font-size: .65rem; }
.capability-strip { position: relative; min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 28px; border-top: 1px solid rgba(255,255,255,.12); color: #9db3cd; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.capability-strip i { width: 4px; height: 4px; border-radius: 50%; background: #12b4ed; }

.section { padding: 112px 0; }
.section-heading h2, .control h2, .outcomes h2, .faq h2, .final-cta h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 3.85rem); }
.section-heading > p:last-child, .control-copy > p, .faq-intro > p { color: var(--muted); font-size: 1.03rem; }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 76px; margin-bottom: 54px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); list-style: none; box-shadow: 0 24px 70px rgba(16,34,62,.07); }
.process-grid li { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px 25px; border-left: 1px solid var(--line); background: white; }
.process-grid li:first-child { border-left: 0; border-radius: var(--radius) 0 0 var(--radius); }
.process-grid li:last-child { border-radius: 0 var(--radius) var(--radius) 0; }
.process-grid li > span { color: #a7bdd8; font-family: "Space Grotesk"; font-weight: 700; }
.process-grid strong { display: block; margin-bottom: 9px; font-size: 1.04rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .91rem; }

.modules { background: var(--ice); }
.centered { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.centered > p:last-child { max-width: 700px; margin: 0 auto; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.module-card { position: relative; overflow: hidden; min-height: 510px; padding: 34px; border: 1px solid #d9e4f0; border-radius: var(--radius); background: white; box-shadow: 0 18px 45px rgba(16,34,62,.07); }
.module-card.featured::after { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; top: -120px; border-radius: 50%; background: rgba(5,167,238,.12); }
.module-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 14px; background: linear-gradient(145deg, #e8f5ff, #dcecff); color: #0867dc; font-family: "Space Grotesk"; font-size: 1.2rem; font-weight: 800; }
.card-label { margin: 0 0 14px; color: #1371dc; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.module-card h3 { margin-bottom: 18px; font-size: 1.75rem; }
.module-card > p:not(.card-label) { color: var(--muted); }
.module-card ul { margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.module-card li { position: relative; margin-top: 12px; padding-left: 23px; color: #415773; font-size: .91rem; }
.module-card li::before { content: "✓"; position: absolute; left: 0; color: #0796dd; font-weight: 900; }
.dark-card { border-color: #0b2a52; background: linear-gradient(145deg, #071b37, #0a2a55); color: white; }
.dark-card .module-icon { background: rgba(37,153,255,.17); color: #6fd3ff; }
.dark-card .card-label { color: #74d4ff; }
.dark-card > p:not(.card-label), .dark-card li { color: #b8cae0; }
.dark-card ul { border-color: rgba(255,255,255,.13); }

.control { overflow: hidden; background: linear-gradient(125deg, #06162d 0%, #09264b 62%, #07396a 100%); color: white; }
.control-layout { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 82px; }
.section-kicker.light { color: #75d6ff; }
.control-copy > p { color: #bdd0e6; }
.control-list { margin-top: 36px; }
.control-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.control-list span { color: #60cfff; font-family: "Space Grotesk"; font-weight: 700; }
.control-list p { margin: 0; color: #b9cce2; }
.control-list strong { display: block; color: white; }
.security-panel { position: relative; padding: 29px; border: 1px solid rgba(119,201,255,.27); border-radius: 26px; background: rgba(255,255,255,.075); box-shadow: 0 30px 70px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.security-top { display: flex; align-items: center; gap: 15px; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.13); }
.security-logo { width: 58px; height: 58px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 17px; box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.security-logo img { width: 92px; height: 92px; left: -17px; top: -3px; }
.security-top div { display: flex; flex-direction: column; }
.security-top small { color: #7bd7ff; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.security-top strong { font-size: 1rem; }
.security-flow { margin-top: 8px; }
.security-flow > div { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 13px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.flow-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(97,198,255,.13); color: #76d5ff; font-weight: 800; }
.security-flow p { display: flex; flex-direction: column; margin: 0; }
.security-flow small { color: #9fb4ce; }
.security-flow b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(38,205,145,.17); color: #65e1b0; font-size: .65rem; }
.security-caption { margin: 20px 0 0; color: #92a9c4; font-size: .78rem; }

.outcomes { background: white; }
.outcomes-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.outcome-grid article { min-height: 210px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-grid span { color: #0c70df; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.outcome-grid h3 { margin: 28px 0 9px; font-size: 1.14rem; }
.outcome-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq { background: #f4f8fc; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; }
.faq-intro > a { display: inline-flex; gap: 10px; margin-top: 14px; color: #0a67db; font-weight: 800; }
.faq-list details { border-bottom: 1px solid #cfdeeb; }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; list-style: none; font-family: "Space Grotesk"; font-size: 1.15rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 9px; top: 50%; width: 17px; height: 2px; border-radius: 2px; background: #176bd7; transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -5px 50px 24px 0; color: var(--muted); }

.contact { position: relative; overflow: hidden; background: linear-gradient(125deg, #06162d 0%, #092b56 62%, #07508b 100%); color: white; }
.contact::before { content: ""; position: absolute; width: 560px; height: 560px; left: -260px; bottom: -330px; border-radius: 50%; background: radial-gradient(circle, rgba(7,185,236,.25), transparent 68%); pointer-events: none; }
.contact-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 74px; }
.contact-copy { padding-top: 22px; }
.contact-copy h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4vw, 3.85rem); }
.contact-copy > p:not(.section-kicker) { color: #bdd0e6; font-size: 1.02rem; }
.contact-benefits { margin: 34px 0 30px; padding: 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.contact-benefits li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-benefits li > span { color: #64d1ff; font-family: "Space Grotesk", sans-serif; font-size: .8rem; font-weight: 700; }
.contact-benefits strong, .contact-benefits small { display: block; }
.contact-benefits strong { color: white; }
.contact-benefits small { margin-top: 3px; color: #9fb7d2; font-size: .83rem; }
.contact-email { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid rgba(111,211,255,.48); color: #8bdcff; font-weight: 800; }
.contact-form { padding: 36px; border: 1px solid rgba(255,255,255,.38); border-radius: 26px; background: rgba(255,255,255,.98); box-shadow: 0 30px 70px rgba(0,0,0,.25); color: var(--ink); }
.contact-form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 27px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.contact-form-heading span { color: #1371dc; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.contact-form-heading h3 { margin: 8px 0 0; font-size: 1.75rem; }
.contact-form-heading p { max-width: 155px; margin: 0; color: #7a8aa0; font-size: .76rem; text-align: right; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-fields label { display: flex; flex-direction: column; gap: 7px; color: #354b68; font-size: .84rem; font-weight: 700; }
.contact-fields .field-wide { grid-column: 1 / -1; }
.contact-fields input, .contact-fields select, .contact-fields textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cddae8; border-radius: 10px; outline: none; background: #fbfdff; color: var(--ink); font-size: .94rem; font-weight: 500; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-fields textarea { min-height: 112px; resize: vertical; }
.contact-fields input:focus, .contact-fields select:focus, .contact-fields textarea:focus { border-color: #1680e8; background: white; box-shadow: 0 0 0 4px rgba(22,128,232,.12); }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: #5a6d87; font-size: .78rem; line-height: 1.5; }
.contact-consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: #0b6ee8; flex: 0 0 auto; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { width: 100%; border: 0; cursor: pointer; }
.contact-form-note, .contact-form-status { margin: 12px 0 0; color: #718199; font-size: .76rem; text-align: center; }
.contact-form-status { min-height: 20px; color: #1768cb; font-weight: 700; }

.final-cta { padding: 86px 0; background: white; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 54px; padding: 55px 60px; border-radius: 28px; background: linear-gradient(125deg, #0964eb, #0796e7); color: white; box-shadow: 0 28px 70px rgba(3,93,210,.25); }
.cta-card > div:first-child { max-width: 710px; }
.cta-card h2 { margin-bottom: 12px; font-size: clamp(2.15rem, 4vw, 3.4rem); }
.cta-card p:not(.section-kicker) { margin: 0; color: #d7efff; }
.cta-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.button-white { background: white; color: #075fcf; box-shadow: 0 14px 28px rgba(0,36,101,.18); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-weight: 700; }

.site-footer { padding: 68px 0 24px; background: #05152c; color: #aabed7; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .9fr; gap: 60px; padding-bottom: 52px; }
.footer-brand p { max-width: 390px; margin: 24px 0 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:not(.footer-brand) strong { margin-bottom: 8px; color: white; }
.footer-grid a:not(.brand) { transition: color .2s; }
.footer-grid a:not(.brand):hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.11); font-size: .77rem; }

@media (max-width: 1100px) {
  .site-nav { gap: 19px; }
  .brand-expansion { width: 205px; }
  .hero-layout { grid-template-columns: 1fr .85fr; gap: 34px; }
  .app-window { right: -125px; }
  .module-card { padding: 28px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 720px); }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 18px; right: 18px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(5,22,45,.98); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-access { margin-top: 7px; text-align: center; }
  .hero { padding-top: 132px; }
  .hero-layout { grid-template-columns: 1fr; gap: 40px; padding-bottom: 55px; }
  h1 { max-width: 760px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .product-stage { min-height: 460px; }
  .app-window { inset: 38px 10px 15px 60px; }
  .logo-card { left: 4px; width: 145px; }
  .floating-note { right: -3px; }
  .capability-strip { flex-wrap: wrap; gap: 12px 18px; padding: 22px 0; }
  .section { padding: 85px 0; }
  .split-heading, .control-layout, .outcomes-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy { padding-top: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li { min-height: 210px; border-top: 1px solid var(--line); }
  .process-grid li:nth-child(odd) { border-left: 0; }
  .process-grid li:nth-child(-n+2) { border-top: 0; }
  .process-grid li:first-child { border-radius: var(--radius) 0 0 0; }
  .process-grid li:nth-child(2) { border-radius: 0 var(--radius) 0 0; }
  .process-grid li:nth-child(3) { border-radius: 0 0 0 var(--radius); }
  .process-grid li:last-child { border-radius: 0 0 var(--radius) 0; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: auto; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 44px; }
  .cta-actions { align-items: flex-start; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 520px); }
  .header-inner { height: 96px; gap: 8px; }
  .site-header .brand { min-width: 0; gap: 7px; }
  .brand-mark { width: 41px; height: 41px; }
  .brand-mark img { width: 66px; height: 66px; left: -12px; }
  .brand-wording { min-width: 0; flex-direction: column; align-items: flex-start; gap: 4px; }
  .site-header .brand-copy { flex-direction: row; align-items: baseline; gap: 6px; }
  .site-header .brand-copy strong { font-size: 1.05rem; }
  .site-header .brand-copy small { margin-top: 0; font-size: .56rem; letter-spacing: .13em; }
  .brand-expansion { width: auto; max-width: 180px; padding-left: 0; border-left: 0; font-size: .7rem; line-height: 1.22; }
  .security-logo { width: 52px; height: 52px; }
  .security-logo img { width: 84px; height: 84px; left: -16px; top: -3px; }
  .hero { padding-top: 136px; }
  h1 { font-size: clamp(2.55rem, 13.5vw, 3.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-points { flex-direction: column; align-items: flex-start; width: fit-content; margin-inline: auto; }
  .product-stage { min-height: 370px; }
  .logo-card { width: 100px; border-radius: 18px; }
  .app-window { inset: 27px -105px 7px 25px; transform: none; }
  .mock-content { padding: 23px 18px; }
  .mock-heading > span { display: none; }
  .mock-stats { grid-template-columns: 1fr 1fr; }
  .mock-stats div:last-child { display: none; }
  .floating-note { right: 0; bottom: -12px; }
  .capability-strip i { display: none; }
  .capability-strip span { width: 45%; text-align: center; }
  .section { padding: 72px 0; }
  .section-heading h2, .control h2, .outcomes h2, .faq h2 { font-size: 2.25rem; }
  .split-heading { gap: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(n) { min-height: 180px; border-left: 0; border-top: 1px solid var(--line); border-radius: 0; }
  .process-grid li:first-child { border-top: 0; border-radius: var(--radius) var(--radius) 0 0; }
  .process-grid li:last-child { border-radius: 0 0 var(--radius) var(--radius); }
  .module-card { padding: 27px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 170px; }
  .contact-form { padding: 28px 22px; }
  .contact-form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .contact-form-heading p { max-width: none; text-align: left; }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-fields .field-wide { grid-column: auto; }
  .cta-card { padding: 34px 26px; }
  .cta-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (max-width: 400px) {
  .brand-expansion { max-width: 160px; }
  .site-header .brand-copy small { display: none; }
}

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