:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f8fb;--foreground:#141922;--muted:#5d6675;--line:#dfe4ec;--panel:#fff;--accent:#0f766e;--accent-strong:#115e59;--danger:#b42318}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.shell{flex-direction:column;min-height:100vh;display:flex}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#ffffffeb;position:sticky;top:0}.topbar-inner,.main{width:min(1120px,100% - 32px);margin:0 auto}.topbar-inner{justify-content:space-between;align-items:center;gap:24px;min-height:64px;display:flex}.brand{letter-spacing:0;font-weight:700}.nav{color:var(--muted);gap:16px;font-size:14px;display:flex}.main{flex:1;padding:56px 0}.hero{max-width:760px}.eyebrow{color:var(--accent-strong);margin:0 0 12px;font-weight:700}h1{letter-spacing:0;margin:0 0 20px;font-size:clamp(36px,7vw,68px);line-height:1.02}.lead{color:var(--muted);margin:0 0 32px;font-size:20px;line-height:1.55}.actions{flex-wrap:wrap;gap:12px;display:flex}.button{border:1px solid var(--line);border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-weight:700;text-decoration:none;display:inline-flex}.button-primary{background:var(--accent);border-color:var(--accent);color:#fff}.status-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:48px;display:grid}.status-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px}.status-card h2{margin:0 0 8px;font-size:16px}.status-card p{color:var(--muted);margin:0;line-height:1.45}.public-shell{background:linear-gradient(180deg, #0f766e14, transparent 360px), var(--background);min-height:100vh}.public-header,.public-main{width:min(1120px,100% - 32px);margin:0 auto}.public-header{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.public-main{padding:40px 0 72px}.public-hero{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:40px;display:grid}.public-copy{max-width:720px}.feature-list{color:var(--foreground);gap:10px;margin:0;padding:0;list-style:none;display:grid}.feature-list li{padding-left:22px;line-height:1.45;position:relative}.feature-list li:before{content:"";background:var(--accent);border-radius:999px;width:8px;height:8px;position:absolute;top:.7em;left:0}.workflow-preview{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 24px 60px #14192214}.preview-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:58px;display:flex}.preview-row:last-child{border-bottom:0}.preview-row span{color:var(--muted)}.preview-row strong{color:var(--accent-strong)}.lead-form{background:var(--panel);border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:48px;padding:24px;display:grid}.lead-form>div,.lead-form button,.form-status{grid-column:1/-1}.lead-form label:has(textarea){grid-column:1/-1}.lead-form h2{margin:0 0 8px;font-size:24px}.lead-form p{color:var(--muted);margin:0}.lead-form label{color:var(--muted);gap:6px;font-size:14px;font-weight:700;display:grid}.lead-form input,.lead-form textarea{border:1px solid var(--line);width:100%;color:var(--foreground);font:inherit;background:#fff;border-radius:8px;padding:12px}.lead-form textarea{resize:vertical}.lead-form button{cursor:pointer;justify-self:start}.lead-form button:disabled{cursor:wait;opacity:.72}.form-status{color:var(--accent-strong);font-weight:700}.form-status-error{color:var(--danger)}.legal-main{width:min(860px,100% - 32px);margin:0 auto;padding:40px 0 72px}.legal-notice{border:1px solid var(--line);background:var(--panel);color:var(--muted);border-radius:8px;margin-bottom:32px;padding:14px 16px;line-height:1.5}.legal-sections{gap:24px;display:grid}.legal-section{border-top:1px solid var(--line);padding-top:22px}.legal-section h2{margin:0 0 12px;font-size:20px}.legal-section p,.legal-section li{color:var(--muted);line-height:1.65}.legal-section p{margin:0 0 12px}.legal-section ul{margin:0;padding-left:20px}@media (max-width:760px){.public-header{flex-direction:column;align-items:flex-start;padding:18px 0}.public-hero,.lead-form{grid-template-columns:1fr}.workflow-preview{order:-1}}
