:root{color-scheme:light;--ink:#151922;--muted:#626a79;--line:#dfe3ea;--paper:#f7f8fb;--white:#fff;--brand:#3155c6;--brand-dark:#243f99;--navy:#171d2c;--green:#20a66a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.site-header,main,footer{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-size:19px;font-weight:800;text-decoration:none}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:var(--brand);color:#fff}.site-nav{display:flex;gap:30px}.site-nav a,.footer-links a{color:var(--muted);font-size:13px;font-weight:650;text-decoration:none}.site-nav a:hover,.footer-links a:hover{color:var(--brand)}.header-cta{padding:10px 15px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:13px;font-weight:750;text-decoration:none}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;min-height:650px;padding:72px 0 90px}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #dff5eb}.hero h1{margin:0;font-size:clamp(54px,6.4vw,84px);line-height:.97;letter-spacing:-.065em}.hero h1 span{color:var(--brand)}.hero-copy{max-width:660px;margin:28px 0 0;color:var(--muted);font-size:20px;line-height:1.55}.actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:12px;padding:13px 19px;border:1px solid var(--line);border-radius:9px;font-size:14px;font-weight:750;text-decoration:none;transition:.2s ease}.primary{background:var(--brand);border-color:var(--brand);color:#fff}.primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.secondary{background:#fff;color:var(--ink)}.hero-proof{display:flex;gap:0;margin-top:38px;color:var(--muted);font-size:12px;font-weight:700}.hero-proof span{padding-right:16px}.hero-proof span+span{padding-left:16px;border-left:1px solid var(--line)}.dashboard-preview{padding:19px;border:1px solid #d9deea;border-radius:18px;background:#fff;box-shadow:0 26px 70px rgba(40,54,94,.14);transform:rotate(1deg)}.preview-top{display:flex;justify-content:space-between;align-items:center;padding:4px 4px 17px;font-size:13px;font-weight:750}.live-pill{padding:4px 9px;border-radius:20px;background:#e1f6ec;color:#18774f;font-size:10px;text-transform:uppercase}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-grid div{display:flex;flex-direction:column;padding:16px;border-radius:11px;background:#f5f7fb}.preview-grid small{color:var(--muted);font-size:10px}.preview-grid strong{margin:8px 0 5px;font-size:26px}.preview-grid em{color:var(--green);font-size:9px;font-style:normal}.preview-activity{padding:18px 5px 2px;font-size:11px;font-weight:700}.preview-activity>span{color:var(--muted);font-size:10px}.preview-activity p{display:flex;align-items:center;gap:8px;margin:13px 0 0;font-weight:450}.preview-activity b{font-weight:700}.preview-activity i{width:7px;height:7px;border-radius:50%;background:var(--brand)}.preview-activity i.success{background:var(--green)}.trust-bar{padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.trust-bar p{font-size:12px;font-weight:800}.trust-bar div{display:flex;gap:30px}.trust-bar span{color:var(--muted);font-size:11px;font-weight:650}.section{padding:120px 0}.section-heading{max-width:670px;margin-bottom:48px}.section-heading h2,.platform-copy h2,.security-section h2,.final-cta h2{margin:0;font-size:clamp(38px,5vw,60px);line-height:1.04;letter-spacing:-.045em}.section-heading>p:last-child{color:var(--muted);font-size:18px;line-height:1.6}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{position:relative;padding:30px;border:1px solid var(--line);border-radius:14px;background:#fff}.service-card.featured{border-color:#b9c5ee}.card-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;background:#edf1ff;color:var(--brand);font-size:22px;font-weight:800}.tag{position:absolute;top:31px;right:28px;padding:5px 8px;border-radius:20px;background:#edf1ff;color:var(--brand);font-size:9px;font-weight:800;text-transform:uppercase}.service-card h3{margin:30px 0 12px;font-size:21px}.service-card p,.service-card li{color:var(--muted);font-size:14px;line-height:1.65}.service-card ul{margin:22px 0 0;padding:20px 0 0;border-top:1px solid var(--line);list-style:none}.service-card li{margin:8px 0}.service-card li:before{content:"✓";margin-right:9px;color:var(--green);font-weight:800}.platform-section{margin-inline:calc((1180px - 100vw)/2);padding:110px max(40px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;background:var(--navy);color:#fff}.eyebrow.light{color:#91a8ff}.platform-copy>p:not(.eyebrow){color:#aeb6c8;font-size:18px;line-height:1.65}.text-link{display:inline-block;margin-top:20px;color:#fff;font-weight:750;text-decoration:none}.benefit-list article{display:grid;grid-template-columns:45px 1fr;gap:20px;padding:26px 0;border-top:1px solid #343b4d}.benefit-list article:last-child{border-bottom:1px solid #343b4d}.benefit-list span{color:#91a8ff;font-size:12px;font-weight:800}.benefit-list h3{margin:0 0 7px;font-size:18px}.benefit-list p{margin:0;color:#aeb6c8;font-size:14px;line-height:1.55}.centered{margin-inline:auto;text-align:center}.centered .eyebrow{justify-content:center}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.process-grid article{padding:0 27px;border-left:1px solid var(--line)}.process-grid article:first-child{padding-left:0;border-left:0}.process-grid span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#edf1ff;color:var(--brand);font-size:12px;font-weight:800}.process-grid h3{margin:24px 0 10px;font-size:17px}.process-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.security-section{display:grid;grid-template-columns:90px 1fr 1fr;gap:45px;align-items:center;padding:70px;border-radius:18px;background:#edf1ff}.security-mark{display:grid;width:70px;height:70px;place-items:center;border-radius:18px;background:var(--brand);color:#fff;font-size:30px;font-weight:850}.security-section .eyebrow{margin-bottom:12px}.security-section h2{font-size:36px}.security-section>p{color:var(--muted);line-height:1.7}.faq-section{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.faq-grid details{padding:23px 0;border-top:1px solid var(--line)}.faq-grid details:last-child{border-bottom:1px solid var(--line)}.faq-grid summary{cursor:pointer;font-size:16px;font-weight:750}.faq-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.final-cta{margin-bottom:80px;padding:85px 40px;border-radius:20px;background:var(--brand);color:#fff;text-align:center}.final-cta .eyebrow{justify-content:center}.final-cta p:not(.eyebrow){margin:18px 0 28px;color:#dbe2ff;font-size:17px}.white{background:#fff;color:var(--brand);border-color:#fff}footer{min-height:150px;display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.footer-links{display:flex;justify-content:center;gap:24px}.footer-brand{font-size:16px}.footer-brand .brand-mark{width:29px;height:29px}@media(max-width:900px){.site-nav{display:none}.hero{grid-template-columns:1fr;gap:50px}.dashboard-preview{max-width:600px;transform:none}.service-grid{grid-template-columns:1fr}.platform-section{margin-inline:-20px;padding-inline:30px;grid-template-columns:1fr;gap:50px}.process-grid{grid-template-columns:1fr 1fr;gap:35px 0}.security-section{grid-template-columns:70px 1fr}.security-section>p{grid-column:1/-1}.faq-section{grid-template-columns:1fr}footer{grid-template-columns:1fr;text-align:center;justify-items:center;padding:35px 0}.footer-links{flex-wrap:wrap}}@media(max-width:600px){.site-header,main,footer{width:min(100% - 28px,1180px)}.header-cta{padding:9px 11px}.hero{min-height:0;padding:50px 0 70px}.hero h1{font-size:48px}.hero-copy{font-size:17px}.hero-proof{flex-direction:column;gap:9px}.hero-proof span+span{padding-left:0;border-left:0}.trust-bar{align-items:flex-start;gap:15px}.trust-bar div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.section{padding:85px 0}.platform-section{margin-inline:-14px}.process-grid{grid-template-columns:1fr}.process-grid article,.process-grid article:first-child{padding:22px 0;border-left:0;border-top:1px solid var(--line)}.security-section{padding:35px 24px;grid-template-columns:1fr}.security-mark{width:55px;height:55px}.security-section>p{grid-column:auto}.final-cta{padding:65px 22px}.final-cta h2{font-size:38px}}
