:root{--bg:#f7fafc;--ink:#132033;--muted:#5b6778;--line:#d8e0e8;--primary:#21B6A7;--primary-dark:#167d75;--primary-soft:#e8faf8;--secondary:#1C528A;--secondary-soft:#eaf2fa;--orange:var(--primary);--orange-dark:var(--primary-dark);--blue:var(--secondary);--green:var(--primary);--surface:#ffffff;--surface-soft:var(--secondary-soft)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{text-decoration:none}a,button{color:inherit}button{font:inherit}.hero{position:relative;min-height:92vh;overflow:hidden;color:#0c1726}.heroImage{object-fit:cover;object-position:center;z-index:0}.heroShade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(247,250,252,.98),rgba(247,250,252,.88) 30%,rgba(247,250,252,.36) 58%,rgba(247,250,252,.08)),linear-gradient(180deg,rgba(247,250,252,.4),rgba(247,250,252,.12) 70%,rgba(247,250,252,1))}.nav{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;width:min(1160px,calc(100% - 32px));margin:0 auto;padding:22px 0}.pageHeader{background:#ffffff;border-bottom:1px solid var(--line)}.brand,.buttonPrimary,.buttonSecondary,.heroActions,.navLinks{display:flex;align-items:center}.brand{gap:10px;font-weight:800;font-size:17px}.brandLogo{height:54px;width:auto;display:block;object-fit:contain}.navLinks{gap:22px;font-size:14px;font-weight:700}.navCta{padding:10px 16px;border:1px solid rgba(19,32,51,.18);border-radius:8px;background:rgba(255,255,255,.78);cursor:pointer}.heroInner{position:relative;z-index:2;display:flex;align-items:center;width:min(1160px,calc(100% - 32px));min-height:calc(92vh - 86px);margin:0 auto;padding:72px 0 120px}.heroCopy{width:min(560px,100%)}.eyebrow{margin:0 0 12px;color:var(--orange-dark);font-size:13px;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:20px;font-size:68px;line-height:.98}.heroText{max-width:520px;margin-bottom:30px;color:#314056;font-size:21px;line-height:1.5}.heroActions{flex-wrap:wrap;gap:12px}.buttonPrimary,.buttonSecondary{min-height:48px;justify-content:center;gap:10px;border-radius:8px;padding:13px 18px;font-weight:800;cursor:pointer}.buttonPrimary{border:0;background:var(--primary);color:#ffffff;box-shadow:0 14px 32px rgba(33,182,167,.24)}.buttonSecondary{border:1px solid rgba(19,32,51,.18);background:rgba(255,255,255,.78);color:#132033}.statsBand{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff}.sectionInner{width:min(1120px,calc(100% - 32px));margin:0 auto}.statsGrid{display:grid;grid-template-columns:repeat(3,1fr)}.stat{padding:26px 24px;border-left:1px solid var(--line)}.stat:last-child{border-right:1px solid var(--line)}.stat span,.stat strong{display:block}.stat strong{margin-bottom:6px;color:var(--blue);font-size:30px}.stat span{color:var(--muted);font-size:14px;font-weight:700}.productSection,.registerSection,.section{padding:96px 0}.sectionHeader{max-width:720px;margin-bottom:34px}h2{margin-bottom:16px;font-size:42px;line-height:1.08}.productCopy p,.sectionHeader p{color:var(--muted);font-size:18px;line-height:1.6}.featureGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.featureCard{min-height:260px;border:1px solid var(--line);border-radius:8px;padding:28px;background:var(--surface);box-shadow:0 18px 44px rgba(19,32,51,.06)}.iconBox{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:22px;border-radius:8px;background:var(--surface-soft);color:var(--blue)}.featureCard:nth-child(2) .iconBox{background:var(--primary-soft);color:var(--green)}.featureCard:nth-child(3) .iconBox{background:#edf6f5;color:var(--orange-dark)}h3{margin-bottom:12px;font-size:22px;line-height:1.2}.featureCard p{color:var(--muted);font-size:16px;line-height:1.6}.productSection{background:#eef7f6}.productGrid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1fr);grid-gap:48px;gap:48px;align-items:center}.workflowList{display:grid;grid-gap:12px;gap:12px;margin:28px 0 0;padding:0;list-style:none;counter-reset:steps}.workflowList li{position:relative;min-height:48px;padding:13px 16px 13px 58px;border:1px solid rgba(19,32,51,.1);border-radius:8px;background:rgba(255,255,255,.7);color:#314056;font-weight:700;line-height:1.4;counter-increment:steps}.workflowList li:before{position:absolute;top:11px;left:14px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#132033;color:#ffffff;font-size:13px;content:counter(steps)}.interfacePreview{display:grid;grid-gap:14px;gap:14px;border:1px solid rgba(19,32,51,.12);border-radius:8px;padding:20px;background:#ffffff;box-shadow:0 26px 70px rgba(19,32,51,.14)}.previewTop{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-radius:8px;background:#132033;color:#ffffff}.previewTop span{color:#b8c8da;font-size:14px;font-weight:700}.previewPanel,.sessionStrip{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:8px;padding:18px}.previewPanel>div,.sessionStrip{color:var(--muted)}.previewPanel>div{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800}.previewPanel strong{text-align:right}.previewPanel.active{border-color:rgba(33,182,167,.3);background:var(--primary-soft)}.sessionStrip{justify-content:flex-start;background:#f7fafc;font-weight:800}.registerSection{background:#132033;color:#ffffff}.registerInner .sectionHeader{margin-bottom:24px}.registerInner h2{max-width:720px}.registerInner .sectionHeader p:not(.eyebrow){max-width:720px;color:#d9e4ef}.registerInner .eyebrow{color:#8be2d9}.registerInner .buttonPrimary{width:-moz-fit-content;width:fit-content}.modalOverlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(9,16,27,.72)}.formModal{display:flex;flex-direction:column;width:min(920px,100%);max-height:min(900px,calc(100vh - 44px));border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#132033;color:#ffffff;box-shadow:0 30px 90px rgba(0,0,0,.34)}.modalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 22px 16px}.modalHeader .eyebrow{margin-bottom:6px;color:#8be2d9}.modalHeader h2{margin-bottom:0;font-size:28px}.modalClose{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:42px;height:42px;background:rgba(255,255,255,.08);color:#ffffff;cursor:pointer}.formShell,.modalClose{border:1px solid rgba(255,255,255,.18);border-radius:8px}.formShell{flex:1 1 auto;overflow:hidden;background:#ffffff;box-shadow:0 26px 70px rgba(0,0,0,.24)}.betaForm{display:block;width:100%;height:min(690px,calc(100vh - 232px));min-height:520px;border:0}.formFallback{margin:14px 22px 20px;color:#d9e4ef;font-size:15px}.formFallback a{color:#8be2d9;font-weight:800;text-decoration:underline;text-underline-offset:3px}.siteFooter{border-top:1px solid var(--line);background:#ffffff}.footerInner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 0;color:var(--muted);font-size:14px;font-weight:700}.footerInner nav{display:flex;flex-wrap:wrap;gap:18px}.footerInner a{color:var(--ink)}.legalPage{min-height:100vh;padding:56px 0 80px;background:#ffffff}.legalShell{width:min(860px,calc(100% - 32px));margin:0 auto}.legalPage h1{max-width:100%;margin-bottom:18px;font-size:52px}.legalLead{margin-bottom:42px;color:var(--muted);font-size:19px;line-height:1.6}.legalPage section{padding:28px 0;border-top:1px solid var(--line)}.legalPage h2{margin-bottom:12px;font-size:28px}.legalPage li,.legalPage p{color:#344258;font-size:16px;line-height:1.7}.legalPage p{margin-bottom:14px}.legalPage ul{margin:14px 0 0;padding-left:22px}.legalPage li+li{margin-top:8px}.legalPage a{color:var(--orange-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}@media (max-width:900px){.hero{min-height:auto}.heroImage{object-position:64% center}.heroShade{background:linear-gradient(90deg,rgba(247,250,252,.98),rgba(247,250,252,.82) 54%,rgba(247,250,252,.42)),linear-gradient(180deg,rgba(247,250,252,.4),rgba(247,250,252,.95))}.heroInner{min-height:720px;padding:76px 0 90px}h1{font-size:54px}h2{font-size:34px}.featureGrid,.productGrid{grid-template-columns:1fr}.featureCard{min-height:auto}.modalOverlay{padding:14px}.formModal{max-height:calc(100vh - 28px)}.modalHeader h2{font-size:24px}}@media (max-width:680px){.nav{align-items:flex-start;gap:18px}.navLinks{gap:10px;flex-wrap:wrap;justify-content:flex-end}.navLinks a:not(.navCta){display:none}.heroInner{min-height:640px;padding-top:54px}h1{max-width:9ch;font-size:46px}.heroText{font-size:18px}.buttonPrimary,.buttonSecondary,.registerInner .buttonPrimary{width:100%}.statsGrid{grid-template-columns:1fr}.stat,.stat:last-child{border-right:1px solid var(--line)}.productSection,.registerSection,.section{padding:68px 0}.interfacePreview{padding:14px}.previewPanel{align-items:flex-start;flex-direction:column}.previewPanel strong{text-align:left}.modalOverlay{align-items:stretch;padding:0}.formModal{width:100%;max-height:100vh;border-radius:0}.modalHeader{padding:18px 16px 14px}.formShell{border-right:0;border-left:0;border-radius:0}.betaForm{height:calc(100vh - 178px);min-height:420px}.formFallback{margin:12px 16px 16px}.footerInner{align-items:flex-start;flex-direction:column}.legalPage{padding:38px 0 60px}.legalPage h1{font-size:40px}.legalLead{font-size:17px}.legalPage h2{font-size:24px}}