@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-sub:#64748b;--border-color:#e2e8f0;--primary:#2563eb;--primary-hover:#1d4ed8;--sidebar-w:240px;--header-h:60px;--glass-bg:#fffc;--glass-border:#fff6}@media (prefers-color-scheme:dark){:root{--bg-color:#0f172a;--bg-card:#1e293b;--text-main:#f8fafc;--text-sub:#94a3b8;--border-color:#334155;--primary:#3b82f6;--primary-hover:#2563eb;--glass-bg:#1e293bcc;--glass-border:#ffffff1a}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.site-shell{--site-navy:#071827;--site-blue:#0077b6;--site-teal:#00a6c8;--site-ink:#102033;--site-muted:#5b6b7f;--site-line:#dbe5ee;--site-surface:#fff;--site-soft:#eef8fb;--site-green:#0f9f6e;--site-amber:#b76b00;min-height:100vh;color:var(--site-ink);background:linear-gradient(#eef8fbd1,#fff0 34rem),#fff}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #dbe5eeb3;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;margin:0;padding:16px max(20px,50% - 590px);display:flex;position:sticky;top:0}.brand-lockup{align-items:center;gap:12px;min-width:190px;display:inline-flex}.brand-mark{color:#fff;background:linear-gradient(135deg, var(--site-blue), var(--site-teal));border-radius:8px;place-items:center;width:44px;height:44px;font-weight:800;display:grid;box-shadow:0 12px 30px #0077b63d}.brand-lockup strong,.brand-lockup small{display:block}.brand-lockup strong{letter-spacing:0;font-size:1.05rem}.brand-lockup small{color:var(--site-muted);margin-top:2px;font-size:.78rem;font-weight:600}.site-nav{color:#2c4056;align-items:center;gap:28px;font-size:.94rem;font-weight:650;display:flex}.site-nav a:hover{color:var(--site-blue)}.header-contact{border:1px solid var(--site-line);min-height:42px;color:var(--site-blue);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 14px;font-weight:750;display:inline-flex}.hero-section{grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);align-items:center;gap:clamp(32px,5vw,72px);width:min(1180px,100% - 40px);min-height:calc(100vh - 78px);margin:0 auto;padding:56px 0 70px;display:grid}.eyebrow{color:var(--site-blue);letter-spacing:0;text-transform:uppercase;align-items:center;gap:8px;font-size:.82rem;font-weight:800;display:inline-flex}.hero-copy h1,.section-heading h2,.split-section h2,.contact-section h2{color:var(--site-navy);letter-spacing:0;margin:14px 0 0}.hero-copy h1{max-width:720px;font-size:clamp(2.55rem,5vw,5rem);line-height:.98}.hero-copy p{max-width:650px;color:var(--site-muted);margin-top:24px;font-size:1.08rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.btn{border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-weight:800;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg, var(--site-blue), var(--site-teal));box-shadow:0 16px 36px #0077b640}.btn-secondary{color:var(--site-blue);border:1px solid var(--site-line);background:#fff}.btn-secondary:hover,.header-contact:hover{border-color:#0077b666}.hero-stats{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero-stats span{border:1px solid var(--site-line);min-height:46px;color:var(--site-muted);background:#ffffffb8;border-radius:8px;align-items:center;padding:0 16px;display:inline-flex}.hero-stats strong{color:var(--site-navy);margin-right:6px}.hero-visual{position:relative}.hero-visual:before{content:"";aspect-ratio:1;background:#0f9f6e21;border-radius:999px;width:55%;position:absolute;inset:9% -4% auto auto}.dashboard-window{background:#fff;border:1px solid #dbe5eee6;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 26px 70px #07182729}.window-bar{border-bottom:1px solid var(--site-line);background:#f8fafc;gap:8px;padding:16px;display:flex}.window-bar span{background:#cbd5e1;border-radius:999px;width:10px;height:10px}.window-bar span:first-child{background:#ef4444}.window-bar span:nth-child(2){background:#f59e0b}.window-bar span:nth-child(3){background:#10b981}.dashboard-grid{background:linear-gradient(135deg,#0077b614,#0000 38%),#fff;grid-template-columns:1.15fr .85fr;gap:14px;padding:18px;display:grid}.dash-panel{border:1px solid var(--site-line);background:#fff;border-radius:8px;min-height:128px;padding:18px}.dash-panel span,.dash-panel small{color:var(--site-muted);font-size:.82rem;display:block}.dash-panel strong{color:var(--site-navy);margin-top:8px;font-size:1.15rem;display:block}.panel-main{background:linear-gradient(160deg,#071827,#0d4660);grid-row:span 2;min-height:270px}.panel-main span,.panel-main strong{color:#fff}.bar-chart{align-items:flex-end;gap:12px;height:150px;margin-top:28px;display:flex}.bar-chart i{background:linear-gradient(#55d6e8,#0f9f6e);border-radius:8px 8px 0 0;flex:1}.bar-chart i:first-child{height:46%}.bar-chart i:nth-child(2){height:72%}.bar-chart i:nth-child(3){height:58%}.bar-chart i:nth-child(4){height:88%}.bar-chart i:nth-child(5){height:66%}.dashboard-grid img{place-self:end center;width:min(80%,190px);margin-top:-10px}.trust-band{border-block:1px solid var(--site-line);grid-template-columns:repeat(6,1fr);width:min(1180px,100% - 40px);margin:0 auto;display:grid}.trust-band span{color:#334155;place-items:center;min-height:78px;font-weight:800;display:grid}.section,.split-section,.contact-section{width:min(1180px,100% - 40px);margin:0 auto;padding:92px 0}.section-heading{max-width:760px}.section-heading h2,.split-section h2,.contact-section h2{font-size:clamp(2rem,3.8vw,3.4rem);line-height:1.06}.section-heading p,.split-section p,.contact-section p,.roadmap-note p{color:var(--site-muted);margin-top:18px;font-size:1rem;line-height:1.72}.module-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px;display:grid}.module-card{border:1px solid var(--site-line);background:var(--site-surface);border-radius:8px;min-height:220px;padding:24px;box-shadow:0 10px 30px #0f20330d}.module-card svg{color:var(--site-blue)}.module-card h3{color:var(--site-navy);margin-top:18px;font-size:1.06rem}.module-card p{color:var(--site-muted);margin-top:10px;font-size:.94rem;line-height:1.62}.split-section{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:clamp(34px,6vw,84px);display:grid}.industry-panel{border:1px solid var(--site-line);background:var(--site-soft);border-radius:8px;grid-template-columns:repeat(2,1fr);gap:14px;padding:22px;display:grid}.industry-panel span{color:#234057;background:#fff;border:1px solid #0077b61f;border-radius:8px;align-items:center;gap:10px;min-height:58px;padding:0 14px;font-weight:750;display:flex}.industry-panel svg{color:var(--site-green);flex:none}.benefits-section{background:linear-gradient(#eef8fbb8,#fff0)}.benefit-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.6fr);gap:22px;margin-top:36px;display:grid}.benefit-copy{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.benefit-copy p{border:1px solid var(--site-line);color:#254158;background:#fff;border-radius:8px;align-items:flex-start;gap:12px;min-height:112px;padding:22px;font-weight:650;line-height:1.55;display:flex}.benefit-copy svg{color:var(--site-green);flex:none}.roadmap-note{color:#fff;background:linear-gradient(145deg,#071827,#12384d);border-radius:8px;padding:26px}.roadmap-note span{color:#c9f4fb;text-transform:uppercase;border:1px solid #fff3;border-radius:8px;padding:7px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.roadmap-note h3{color:#fff;margin-top:18px;font-size:1.35rem;line-height:1.25}.roadmap-note p{color:#ffffffc2}.contact-section{border-top:1px solid var(--site-line);grid-template-columns:minmax(0,.82fr) minmax(460px,.8fr);align-items:center;gap:clamp(34px,6vw,76px);padding-block:80px;display:grid}.contact-panel{gap:16px;display:grid}.contact-form{border:1px solid var(--site-line);background:#fff;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:24px;display:grid;box-shadow:0 10px 30px #0f20330f}.contact-form label{gap:8px;display:grid}.contact-form span{color:var(--site-muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--site-line);width:100%;min-height:46px;color:var(--site-navy);font:inherit;background:#f8fafc;border-radius:8px;outline:none;padding:0 13px}.contact-form textarea{resize:vertical;min-height:118px;padding-top:13px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#fff;border-color:#0077b68c;box-shadow:0 0 0 3px #0077b61a}.form-wide,.form-submit{grid-column:1/-1}.form-submit{cursor:pointer;border:0}.form-trap{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.form-alert{border-radius:8px;padding:14px 16px;font-size:.94rem;font-weight:750;line-height:1.5}.form-alert-success{color:#065f46;background:#dff8ec;border:1px solid #0f9f6e33}.form-alert-error{color:#991b1b;background:#fee2e2;border:1px solid #ef44443d}.site-footer{border-top:1px solid var(--site-line);width:min(1180px,100% - 40px);color:var(--site-muted);justify-content:space-between;gap:18px;margin:0 auto;padding:24px 0 36px;font-size:.92rem;display:flex}@media (width<=980px){.site-nav{display:none}.hero-section,.split-section,.contact-section{grid-template-columns:1fr}.hero-section{min-height:auto;padding-top:42px}.hero-copy h1{font-size:clamp(2.3rem,10vw,4.6rem)}.module-grid,.benefit-copy{grid-template-columns:repeat(2,1fr)}.benefit-layout{grid-template-columns:1fr}.trust-band{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.site-header,.hero-section,.trust-band,.section,.split-section,.contact-section,.site-footer{width:min(100% - 28px,1180px)}.site-header{align-items:flex-start;width:100%;padding-inline:14px}.hero-actions,.hero-actions .btn{width:100%}.hero-stats{grid-template-columns:1fr;display:grid}.dashboard-grid,.module-grid,.industry-panel,.benefit-copy,.contact-form,.contact-section,.site-footer{grid-template-columns:1fr}.trust-band{grid-template-columns:repeat(2,1fr)}.trust-band span{min-height:58px}.section,.split-section{padding:68px 0}.contact-section{padding:62px 0}.site-footer{display:grid}}
