@font-face{font-family:Metropolis;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/metropolis-latin-300-normal.418ec1d7.woff2) format("woff2"),url(/_next/static/media/metropolis-latin-300-normal.954cd8e0.woff) format("woff")}@font-face{font-family:Metropolis;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/metropolis-latin-400-normal.ddd6d944.woff2) format("woff2"),url(/_next/static/media/metropolis-latin-400-normal.94d5c45e.woff) format("woff")}@font-face{font-family:Metropolis;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/metropolis-latin-500-normal.4074a83b.woff2) format("woff2"),url(/_next/static/media/metropolis-latin-500-normal.726c3275.woff) format("woff")}@font-face{font-family:Metropolis;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/metropolis-latin-600-normal.576ead48.woff2) format("woff2"),url(/_next/static/media/metropolis-latin-600-normal.0832ea06.woff) format("woff")}@font-face{font-family:Metropolis;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/metropolis-latin-700-normal.f6c09cc3.woff2) format("woff2"),url(/_next/static/media/metropolis-latin-700-normal.7331f03d.woff) format("woff")}@font-face{font-family:Metropolis;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/metropolis-latin-800-normal.c7929d01.woff2) format("woff2"),url(/_next/static/media/metropolis-latin-800-normal.0a8ee9c4.woff) format("woff")}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Metropolis,-apple-system,BlinkMacSystemFont,sans-serif;background:#09090b;color:#fafafa;overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.accent{color:#0cc7ed}.container{max-width:1200px;margin:0 auto;padding:0 24px}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;transition:background .4s,border-color .4s,-webkit-backdrop-filter .4s;transition:background .4s,backdrop-filter .4s,border-color .4s;transition:background .4s,backdrop-filter .4s,border-color .4s,-webkit-backdrop-filter .4s;border-bottom:1px solid transparent}nav.scrolled{background:rgba(9,9,11,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:hsla(0,0%,100%,.06)}nav .container{display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;line-height:0}.logo-image{height:32px;width:auto;display:block}footer .logo-image{height:28px}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{font-size:14px;font-weight:400;color:hsla(0,0%,98%,.6);transition:color .3s}.nav-links a:hover{color:#fafafa}.nav-text-link{font-size:14px;font-weight:400;color:hsla(0,0%,98%,.6);transition:color .3s}.nav-text-link:hover{color:#fafafa}.nav-text-link--active{color:#0cc7ed}.nav-text-link--active:hover{color:#2dd4f0}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#0cc7ed;color:#000;font-weight:600;font-size:14px;border-radius:9999px;border:none;cursor:pointer;transition:all .3s;font-family:inherit}.btn-primary:hover{background:#2dd4f0;box-shadow:0 0 30px rgba(12,199,237,.3);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:transparent;color:#fafafa;font-weight:500;font-size:14px;border-radius:9999px;border:1px solid hsla(0,0%,98%,.15);cursor:pointer;transition:all .3s;font-family:inherit}.btn-secondary:hover{border-color:hsla(0,0%,98%,.3);background:hsla(0,0%,98%,.05)}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px}.hero,.hero-bg{overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg:before{content:"";position:absolute;inset:-50%;background-image:linear-gradient(hsla(0,0%,98%,.03) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,98%,.03) 1px,transparent 0);background-size:60px 60px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.hero-glow{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(12,199,237,.08) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;animation:glowPulse 6s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.orbital{position:absolute;border-radius:50%;border:1px solid rgba(12,199,237,.06);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.orbital-1{width:400px;height:400px;animation:orbitalSpin 40s linear infinite}.orbital-2{width:600px;height:600px;animation:orbitalSpin 60s linear infinite reverse;border-color:hsla(0,0%,98%,.03)}.orbital-3{width:900px;height:900px;animation:orbitalSpin 80s linear infinite;border-color:rgba(12,199,237,.03)}@keyframes orbitalSpin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.orbital:after{content:"";position:absolute;width:6px;height:6px;background:#0cc7ed;border-radius:50%;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px rgba(12,199,237,.6)}.orbital-2:after{width:4px;height:4px;background:hsla(0,0%,98%,.3);box-shadow:none}.orbital-3:after{width:3px;height:3px;background:rgba(12,199,237,.3);box-shadow:0 0 8px rgba(12,199,237,.3)}.hero-content{position:relative;z-index:1;max-width:800px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgba(12,199,237,.08);border:1px solid rgba(12,199,237,.15);border-radius:9999px;font-size:13px;font-weight:500;color:#0cc7ed;margin-bottom:32px;animation:fadeUp .8s ease-out}.hero-badge .dot{width:6px;height:6px;background:#0cc7ed;border-radius:50%;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.3}}.hero h1{font-size:clamp(42px,6vw,62px);font-weight:600;letter-spacing:-2px;line-height:1.05;margin-bottom:8px;animation:fadeUp .8s ease-out .1s both}.hero h1 .font-normal{font-weight:400;font-size:.78em}.hero h1 em{font-style:italic;font-family:Times New Roman,Times,serif;font-weight:400;color:#0cc7ed}.hero-tagline{font-size:18px;color:hsla(0,0%,98%,.5);font-weight:400;margin-bottom:32px;animation:fadeUp .8s ease-out .2s both;line-height:1.7;max-width:540px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:64px;animation:fadeUp .8s ease-out .3s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:1;animation:fadeUp .8s ease-out .5s both}.scroll-indicator span{font-size:11px;text-transform:uppercase;letter-spacing:2px;color:hsla(0,0%,98%,.3)}.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,rgba(12,199,237,.5),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:1;height:40px}50%{opacity:.3;height:24px}}section{padding:120px 0}.section-label{font-size:12px;text-transform:uppercase;letter-spacing:3px;color:#0cc7ed}.section-label,.section-title{font-weight:600;margin-bottom:20px}.section-title{font-size:clamp(32px,4vw,52px);letter-spacing:-1.5px;line-height:1.1}.section-title em{font-style:italic;font-family:Times New Roman,Times,serif;font-weight:400;color:#0cc7ed}.section-sub{font-size:17px;color:hsla(0,0%,98%,.5);max-width:560px;line-height:1.7}.problem{position:relative;border-top:1px solid hsla(0,0%,98%,.06)}.problem .section-title{font-size:clamp(24px,3vw,38px)}.problem-merged{display:grid;grid-template-columns:minmax(280px,590px) 1fr;grid-gap:64px;gap:64px;align-items:center}.problem-pane{display:flex;flex-direction:column;gap:20px;max-width:520px}.problem-copy{font-size:18px;color:hsla(0,0%,98%,.78);line-height:1.8}.solution-pane{justify-self:end;margin-right:-16px;padding:59px 32px 44px;border-radius:20px;border:1px solid hsla(0,0%,98%,.08);background:#050505;box-shadow:0 30px 80px rgba(0,0,0,.6);min-width:0;width:auto}.solution-title{font-size:32px;font-weight:600;margin-bottom:16px}.solution-body{color:rgba(10,15,20,.85);line-height:1.6;margin-bottom:16px}.flow{justify-content:flex-start;gap:16px;margin-top:0;flex-wrap:nowrap}.flow,.flow-step{display:flex;align-items:center}.flow-step{flex-direction:column;text-align:center;padding:8px 0;flex:none;min-width:100px}.flow-icon{width:48px;height:48px;border-radius:12px;background:#0cc7ed;border:none;display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:20px;color:#050505}.flow-icon svg{width:20px;height:20px;color:inherit}.flow-icon svg *{stroke:currentColor}.flow-label{font-size:13px;font-weight:600;margin-bottom:2px;color:#fafafa;letter-spacing:.05em}.flow-desc{font-size:11px;color:hsla(0,0%,98%,.6);max-width:none;white-space:nowrap}.flow-arrow{font-size:16px;color:rgba(12,199,237,.8);margin:0;flex-shrink:0}.features{border-top:1px solid hsla(0,0%,98%,.06)}.features-header{text-align:center;margin-bottom:64px}.features-header .section-sub{margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.feature-card{padding:40px 32px;background:hsla(0,0%,98%,.02);border:1px solid hsla(0,0%,98%,.06);border-radius:20px;transition:all .4s;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(12,199,237,.3),transparent);opacity:0;transition:opacity .4s}.feature-card:hover:before{opacity:1}.feature-card:hover{border-color:rgba(12,199,237,.15);background:rgba(12,199,237,.02);transform:translateY(-4px)}.feature-icon{width:48px;height:48px;border-radius:12px;background:rgba(12,199,237,.08);border:1px solid rgba(12,199,237,.1);display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:20px}.feature-card h3{font-size:18px;font-weight:500;margin-bottom:10px;letter-spacing:-.3px}.feature-card p{font-size:14px;color:hsla(0,0%,98%,.45);line-height:1.7}.products{border-top:1px solid hsla(0,0%,98%,.06);padding:120px 0;background:#050505}.products-header{text-align:center;margin-bottom:72px}.products-header .section-sub{margin-left:auto;margin-right:auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:32px;gap:32px}.product-card{padding:40px;border-radius:24px;border:1px solid hsla(0,0%,98%,.08);background:rgba(15,15,18,.7);box-shadow:0 20px 60px rgba(0,0,0,.35);transition:border-color .3s,transform .3s,box-shadow .3s}.product-card:hover{border-color:rgba(12,199,237,.2);transform:translateY(-6px);box-shadow:0 30px 70px rgba(0,0,0,.45)}.product-icon{width:64px;height:64px;border-radius:18px;border:1px solid rgba(12,199,237,.3);background:rgba(12,199,237,.12);display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:inset 0 0 20px rgba(12,199,237,.2)}.product-icon svg{width:32px;height:32px}.product-card h3{font-size:26px;font-weight:600;margin-bottom:14px}.product-card p{color:hsla(0,0%,98%,.65);font-size:15px}.product-list{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:16px}.product-list li{display:flex;gap:12px;align-items:flex-start;color:hsla(0,0%,98%,.7);font-size:14px;line-height:1.6}.product-check{width:22px;height:22px;border-radius:50%;background:rgba(12,199,237,.12);border:1px solid rgba(12,199,237,.3);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#0cc7ed;flex-shrink:0;margin-top:2px}.product-dashboards{margin-top:72px;text-align:center}.product-dashboards h3{font-size:28px;font-weight:600;margin-bottom:12px}.product-dashboards p{color:hsla(0,0%,98%,.6);margin-bottom:32px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.dashboard-card{padding:32px;border-radius:20px;border:1px solid hsla(0,0%,98%,.08);background:rgba(13,15,19,.8);text-align:left;box-shadow:0 15px 45px rgba(0,0,0,.35)}.dashboard-label{display:inline-flex;padding:4px 12px;border-radius:999px;border:1px solid hsla(0,0%,98%,.2);font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;color:hsla(0,0%,98%,.65)}.dashboard-card h4{font-size:20px;font-weight:600;margin-bottom:10px}.dashboard-card p{color:hsla(0,0%,98%,.65);margin-bottom:0;line-height:1.6}.why{border-top:1px solid hsla(0,0%,98%,.06);position:relative}.why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.why-list{display:flex;flex-direction:column;gap:20px}.why-item{display:flex;gap:16px;align-items:flex-start;padding:20px 24px;background:hsla(0,0%,98%,.02);border:1px solid hsla(0,0%,98%,.06);border-radius:14px;transition:all .3s}.why-item:hover{border-color:rgba(12,199,237,.15);background:rgba(12,199,237,.03)}.why-check{width:24px;height:24px;border-radius:50%;background:rgba(12,199,237,.1);border:1px solid rgba(12,199,237,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;font-size:12px;color:#0cc7ed}.why-item h4{font-size:15px;font-weight:600;margin-bottom:4px}.why-item p{font-size:13px;color:hsla(0,0%,98%,.4);line-height:1.6}footer{border-top:1px solid hsla(0,0%,98%,.06);padding:48px 0}.footer-inner{justify-content:space-between}.footer-inner,.footer-left{display:flex;align-items:center}.footer-left{gap:24px}.footer-copy{font-size:13px;color:hsla(0,0%,98%,.3)}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:hsla(0,0%,98%,.4);transition:color .3s}.footer-links a:hover{color:#0cc7ed}.demo-form{border-top:1px solid hsla(0,0%,98%,.06);padding:120px 0;background:radial-gradient(circle at bottom right,rgba(12,199,237,.1),transparent 55%)}.demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:64px;gap:64px;align-items:flex-start}.demo-card{padding:40px;border-radius:20px;border:1px solid hsla(0,0%,98%,.08);background:rgba(15,15,18,.9);box-shadow:0 20px 60px rgba(0,0,0,.45);gap:18px}.demo-card,.demo-card label{display:flex;flex-direction:column}.demo-card label{gap:8px;font-size:13px;color:hsla(0,0%,98%,.7)}.demo-card input,.demo-card textarea{background:rgba(5,5,8,.7);border:1px solid hsla(0,0%,98%,.08);border-radius:12px;padding:12px 14px;color:#fafafa;font-family:inherit;font-size:14px;transition:border-color .3s,box-shadow .3s}.demo-card input:focus,.demo-card textarea:focus{outline:none;border-color:rgba(12,199,237,.5);box-shadow:0 0 0 2px rgba(12,199,237,.15)}.demo-card textarea{resize:vertical;min-height:120px}.demo-card .btn-primary[disabled]{opacity:.7;cursor:not-allowed}.demo-error{color:#f87171;font-size:13px}.demo-success{color:#4ade80;font-size:13px}.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px;animation:modalFadeIn .25s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-box{position:relative;width:100%;max-width:720px;max-height:calc(100vh - 48px);overflow-y:auto;background:#1e2229;color:#fafafa;border-radius:20px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 24px 80px rgba(0,0,0,.5);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:10px;color:hsla(0,0%,98%,.6);cursor:pointer;transition:background .2s,color .2s}.modal-close:hover{background:hsla(0,0%,100%,.08);color:#fafafa}.modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;padding:48px 56px 48px 48px}.modal-copy{padding-top:8px}.modal-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0cc7ed;margin-bottom:12px}.modal-heading{font-family:Metropolis,sans-serif;font-size:1.75rem;font-weight:500;line-height:1.25;color:#fafafa;margin-bottom:16px}.modal-desc{font-size:.95rem;color:hsla(0,0%,98%,.65);line-height:1.6}.modal-form{gap:18px}.modal-form,.modal-form label{display:flex;flex-direction:column}.modal-form label{gap:8px;font-size:13px;font-weight:500;color:hsla(0,0%,98%,.85)}.modal-form input,.modal-form textarea{background:rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:12px 14px;color:#fafafa;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.modal-form input::placeholder,.modal-form textarea::placeholder{color:hsla(0,0%,98%,.4)}.modal-form input:focus,.modal-form textarea:focus{outline:none;border-color:#0cc7ed;box-shadow:0 0 0 2px rgba(12,199,237,.2)}.modal-form textarea{resize:vertical;min-height:100px}.modal-submit{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#0cc7ed;color:#000;font-weight:600;font-size:14px;border:none;border-radius:9999px;cursor:pointer;font-family:inherit;transition:opacity .2s;margin-top:4px}.modal-submit:hover:not(:disabled){opacity:.9}.modal-submit:disabled{opacity:.7;cursor:not-allowed}.modal-error{color:#f87171;font-size:13px}.modal-success{color:#4ade80;font-size:13px}.footer-link-btn{background:none;border:none;padding:0;font-size:inherit;color:inherit;cursor:pointer;font-family:inherit}.footer-link-btn:hover{color:#0cc7ed}@media (max-width:700px){.modal-grid{grid-template-columns:1fr;padding:40px 24px 32px}.modal-box{max-height:calc(100vh - 32px)}.modal-close{top:16px;right:16px}}.case-studies-page-root{min-height:100vh;position:relative}.cs-page-bg{inset:0;opacity:.03;background-image:linear-gradient(#0cc7ed 1px,transparent 0),linear-gradient(90deg,#0cc7ed 1px,transparent 0);background-size:60px 60px}.cs-glow,.cs-page-bg{position:fixed;pointer-events:none;z-index:0}.cs-glow{top:22%;left:50%;transform:translate(-50%);width:min(800px,100vw);height:800px;border-radius:50%;background:radial-gradient(circle,rgba(12,199,237,.07) 0,transparent 70%);filter:blur(48px)}.case-studies-main{position:relative;z-index:1;padding:100px 0}.cs-hero{text-align:center;max-width:720px;margin:0 auto 64px;padding:0 24px}.cs-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;border:1px solid rgba(12,199,237,.2);background:rgba(12,199,237,.06);color:#0cc7ed;font-size:13px;font-weight:500;margin-bottom:28px}.cs-hero-badge svg{width:16px;height:16px;flex-shrink:0;color:#0cc7ed}.cs-hero h1{font-size:clamp(32px,4.5vw,52px);font-weight:300;letter-spacing:-1px;line-height:1.12;color:#fafafa;margin-bottom:20px}.cs-hero h1 em{font-style:italic;font-family:Times New Roman,Times,serif;font-weight:400;color:#0cc7ed}.cs-hero-lead{font-size:18px;line-height:1.7;color:hsla(0,0%,98%,.5);max-width:560px;margin:0 auto}.cs-section{padding:0 24px 64px;max-width:1120px;margin:0 auto}.cs-section--tight{max-width:900px}.cs-section-head{text-align:center;margin-bottom:40px}.cs-section-head h2{font-size:clamp(24px,3vw,34px);font-weight:300;color:#fafafa;letter-spacing:-.5px;line-height:1.2}.cs-section-head h2 em{font-style:italic;font-family:Times New Roman,Times,serif;font-weight:400;color:#0cc7ed}.cs-section-head .accent-strong{font-style:normal;font-family:inherit;font-weight:600;color:#0cc7ed}.cs-section-head p{margin-top:12px;font-size:16px;color:hsla(0,0%,98%,.5);max-width:520px;margin-left:auto;margin-right:auto;line-height:1.65}.cs-homes-title{max-width:920px;margin-left:auto;margin-right:auto;line-height:1.35}.cs-homes-dash{color:hsla(0,0%,98%,.4);font-weight:300}.cs-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}@media (min-width:1024px){.cs-stats-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.cs-stat-card{position:relative;overflow:hidden;border-radius:12px;border:1px solid hsla(0,0%,98%,.08);background:rgba(5,5,5,.85);padding:22px 24px;transition:border-color .35s,box-shadow .35s}.cs-stat-card:hover{border-color:rgba(12,199,237,.35);box-shadow:0 0 0 1px rgba(12,199,237,.08)}.cs-stat-card svg{width:20px;height:20px;color:#0cc7ed;margin-bottom:12px}.cs-stat-value{font-size:clamp(22px,3vw,30px);font-weight:700;color:#fafafa;line-height:1.1}.cs-stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:hsla(0,0%,98%,.45);margin-top:6px}.cs-stat-desc{font-size:13px;color:hsla(0,0%,98%,.45);margin-top:10px;line-height:1.55}.cs-quote-wrap{border-radius:16px;border:1px solid hsla(0,0%,98%,.08);background:rgba(5,5,5,.6);padding:40px 32px 40px 28px;position:relative}@media (min-width:768px){.cs-quote-wrap{padding:48px 48px 48px 40px}}.cs-quote-icon{position:absolute;top:-8px;left:8px;width:56px;height:56px;color:rgba(12,199,237,.15);transform:rotate(180deg)}@media (min-width:768px){.cs-quote-icon{width:64px;height:64px;left:16px}}.cs-quote-text{position:relative;z-index:1;font-size:clamp(17px,2.1vw,22px);font-weight:300;line-height:1.65;color:hsla(0,0%,98%,.92);padding-left:12px}@media (min-width:768px){.cs-quote-text{padding-left:24px}}.cs-quote-text .hl{color:#0cc7ed;font-weight:500}.cs-quote-footer{display:flex;align-items:center;gap:16px;margin-top:28px;padding-left:12px}@media (min-width:768px){.cs-quote-footer{padding-left:24px}}.cs-quote-avatar{width:48px;height:48px;border-radius:50%;border:1px solid rgba(12,199,237,.35);background:rgba(12,199,237,.1);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:600;color:#0cc7ed}.cs-quote-name{font-weight:600;color:#fafafa;font-size:15px}.cs-quote-role{font-size:13px;color:hsla(0,0%,98%,.45)}.cs-quote-org{font-size:13px;color:rgba(12,199,237,.85)}.cs-modules-grid{display:grid;grid-gap:16px;gap:16px}@media (min-width:768px){.cs-modules-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.cs-module-card{border-radius:12px;border:1px solid hsla(0,0%,98%,.08);background:rgba(5,5,5,.5);padding:26px 24px;position:relative;overflow:hidden;transition:border-color .35s}.cs-module-card:hover{border-color:rgba(12,199,237,.3)}.cs-module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(12,199,237,.45),transparent);opacity:0;transition:opacity .35s}.cs-module-card:hover:before{opacity:1}.cs-module-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.cs-module-icon{width:40px;height:40px;border-radius:10px;background:rgba(12,199,237,.1);display:flex;align-items:center;justify-content:center}.cs-module-icon svg{width:20px;height:20px;color:#0cc7ed}.cs-module-title{font-size:17px;font-weight:600;color:#fafafa}.cs-module-list{list-style:none}.cs-module-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:hsla(0,0%,98%,.48);line-height:1.55;margin-bottom:12px}.cs-module-list li:last-child{margin-bottom:0}.cs-module-list svg{width:14px;height:14px;color:rgba(12,199,237,.65);margin-top:4px;flex-shrink:0}.cs-showcase{position:relative;max-width:1040px;margin:0 auto;padding:0 8px}.cs-showcase-stage-wrap{position:relative;margin:0 44px}@media (max-width:640px){.cs-showcase-stage-wrap{margin:0 0 52px}}.cs-showcase-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid hsla(0,0%,98%,.12);background:rgba(12,12,14,.92);color:#fafafa;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.cs-showcase-arrow:hover{border-color:rgba(12,199,237,.45);color:#0cc7ed;background:rgba(20,24,28,.95)}.cs-showcase-arrow svg{width:22px;height:22px}.cs-showcase-arrow--prev{left:0}.cs-showcase-arrow--next{right:0}@media (max-width:640px){.cs-showcase-arrow{top:auto;bottom:-48px;transform:none}.cs-showcase-arrow--prev{left:calc(50% - 52px)}.cs-showcase-arrow--next{right:calc(50% - 52px);left:auto}}.cs-showcase-frame{position:relative;border-radius:12px;border:1px solid hsla(0,0%,98%,.1);overflow:hidden;background:#050505;box-shadow:0 24px 80px rgba(0,0,0,.55)}.cs-showcase-frame img{width:100%;height:auto;display:block;vertical-align:top}.cs-showcase-caption{position:absolute;left:0;right:0;bottom:0;padding:28px 20px 18px;background:linear-gradient(0deg,rgba(5,5,7,.97) 0,rgba(5,5,7,.75) 55%,transparent)}.cs-showcase-kicker{display:block;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#0cc7ed;margin-bottom:6px}.cs-showcase-caption p{font-size:14px;line-height:1.5;color:hsla(0,0%,98%,.92);margin:0;max-width:640px}.cs-showcase-thumbs-outer{display:flex;justify-content:center;width:100%;margin-top:18px;padding:4px 0 12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cs-showcase-thumbs-outer::-webkit-scrollbar{height:6px}.cs-showcase-thumbs-outer::-webkit-scrollbar-thumb{background:hsla(0,0%,98%,.12);border-radius:3px}.cs-showcase-thumbs{display:flex;flex-wrap:nowrap;gap:10px;padding:0 2px;width:max-content}.cs-thumb{flex:0 0 auto;width:112px;scroll-snap-align:start;padding:0;border:2px solid hsla(0,0%,98%,.08);border-radius:10px;overflow:hidden;cursor:pointer;background:#0a0a0c;opacity:.5;transition:opacity .25s,border-color .25s,box-shadow .25s}@media (min-width:480px){.cs-thumb{width:132px}}.cs-thumb:hover{opacity:.85}.cs-thumb--active{opacity:1;border-color:#0cc7ed;box-shadow:0 0 24px rgba(12,199,237,.22)}.cs-thumb img{width:100%;height:auto;display:block;vertical-align:top}.cs-impact-section{padding:0 24px 64px;max-width:1120px;margin:0 auto}.cs-impact-head{text-align:center;max-width:640px;margin:0 auto 40px}.cs-impact-head h2{font-size:clamp(24px,3vw,34px);font-weight:600;letter-spacing:-.5px;color:#fafafa;line-height:1.15;margin-bottom:12px}.cs-impact-head p{font-size:16px;line-height:1.65;color:hsla(0,0%,98%,.5)}.cs-impact-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:640px){.cs-impact-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.cs-impact-card{border-radius:12px;border:1px solid hsla(0,0%,98%,.08);background:rgba(5,5,5,.65);padding:24px 22px;transition:border-color .3s}.cs-impact-card:hover{border-color:rgba(12,199,237,.25)}.cs-impact-value{font-size:clamp(28px,4vw,40px);font-weight:700;color:#0cc7ed;line-height:1.1;margin-bottom:6px;letter-spacing:-.02em}.cs-impact-value--text{font-size:clamp(22px,3vw,32px);font-weight:600}.cs-impact-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,98%,.75);margin-bottom:10px}.cs-impact-desc{font-size:14px;line-height:1.55;color:hsla(0,0%,98%,.45)}.cs-cta{max-width:1120px;margin:32px auto 80px;padding:48px 32px;border-radius:16px;border:1px solid rgba(12,199,237,.2);background:linear-gradient(135deg,rgba(12,199,237,.08),rgba(5,5,5,.9) 45%,rgba(5,5,5,.95));text-align:center}@media (min-width:768px){.cs-cta{padding:56px 48px}}.cs-cta h2{font-size:clamp(22px,2.8vw,30px);font-weight:600;color:#fafafa;letter-spacing:-.4px;margin-bottom:12px;line-height:1.25}.cs-cta p{font-size:16px;color:hsla(0,0%,98%,.5);max-width:520px;margin:0 auto 24px;line-height:1.65}.cs-marquee-block{position:relative;z-index:1}.cs-marquee-row{overflow:hidden;position:relative;margin-bottom:12px}.cs-marquee-row:after,.cs-marquee-row:before{content:"";position:absolute;top:0;bottom:0;width:56px;z-index:2;pointer-events:none}@media (min-width:768px){.cs-marquee-row:after,.cs-marquee-row:before{width:80px}}.cs-marquee-row:before{left:0;background:linear-gradient(90deg,#09090b,transparent)}.cs-marquee-row:after{right:0;background:linear-gradient(-90deg,#09090b,transparent)}.cs-marquee-track{display:flex;gap:12px;width:max-content;animation:cs-marquee-left 48s linear infinite}.cs-marquee-track--right{animation:cs-marquee-right 48s linear infinite}@keyframes cs-marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes cs-marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.cs-marquee-link{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:10px 16px;border-radius:10px;border:1px solid hsla(0,0%,98%,.1);background:rgba(5,5,5,.55);white-space:nowrap;transition:border-color .25s,background .25s}.cs-marquee-link:hover{border-color:rgba(12,199,237,.4);background:rgba(12,199,237,.06)}.cs-marquee-name{font-size:13px;font-weight:500;color:hsla(0,0%,98%,.82)}.cs-marquee-link:hover .cs-marquee-name{color:#0cc7ed}.cs-marquee-loc{font-size:12px;color:hsla(0,0%,98%,.38)}.cs-marquee-link svg{width:12px;height:12px;color:hsla(0,0%,98%,.35);flex-shrink:0}.cs-marquee-link:hover svg{color:rgba(12,199,237,.7)}.cs-hub-grid{display:grid;grid-gap:20px;gap:20px;max-width:720px;margin:0 auto;padding:0 24px 48px}@media (min-width:640px){.cs-hub-grid{grid-template-columns:1fr 1fr;max-width:900px}}.cs-hub-card{display:flex;flex-direction:column;border-radius:16px;border:1px solid hsla(0,0%,98%,.1);background:rgba(5,5,5,.75);padding:28px 24px;transition:border-color .3s,transform .3s,box-shadow .3s;min-height:200px}a.cs-hub-card--featured:hover{border-color:rgba(12,199,237,.45);transform:translateY(-2px);box-shadow:0 20px 50px rgba(0,0,0,.45),0 0 40px rgba(12,199,237,.08)}.cs-hub-card--soon{opacity:.55;cursor:default}.cs-hub-card-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#0cc7ed;margin-bottom:10px}.cs-hub-card h3{font-size:22px;font-weight:600;color:#fafafa;margin-bottom:10px;letter-spacing:-.3px}.cs-hub-card p{font-size:14px;color:hsla(0,0%,98%,.45);line-height:1.6;flex:1 1}.cs-hub-card-cta{margin-top:20px;font-size:14px;font-weight:600;color:#0cc7ed;display:inline-flex;align-items:center;gap:6px}a.cs-hub-card--featured:hover .cs-hub-card-cta{color:#2dd4f0}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.stagger>*{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.stagger.visible>:first-child{transition-delay:0s}.stagger.visible>:nth-child(2){transition-delay:.08s}.stagger.visible>:nth-child(3){transition-delay:.16s}.stagger.visible>:nth-child(4){transition-delay:.24s}.stagger.visible>:nth-child(5){transition-delay:.32s}.stagger.visible>:nth-child(6){transition-delay:.4s}.stagger.visible>*{opacity:1;transform:translateY(0)}@media (max-width:900px){.problem-merged,.why-grid{grid-template-columns:1fr;gap:48px}.features-grid{gap:16px}.demo-grid,.features-grid,.product-grid{grid-template-columns:1fr}.solution-pane{justify-self:center;margin-right:0;width:auto}.flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.nav-links{display:none}}@media (max-width:600px){.hero-actions{flex-direction:column}.demo-card,.product-card{padding:28px}.dashboard-card{padding:24px}.cta-actions{flex-direction:column;align-items:center}.footer-inner{flex-direction:column;gap:24px;text-align:center}}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{display:block;width:20px;height:2px;background:#fafafa;margin:5px 0;transition:all .3s}@media (max-width:900px){.mobile-menu-btn{display:block}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cs-marquee-track,.cs-marquee-track--right,.hero-badge .dot,.hero-bg:before,.hero-glow,.orbital,.scroll-line{animation:none!important}.reveal,.stagger>*{opacity:1!important;transform:none!important;transition:none!important}}.light-page{background:#fff;color:#0f172a;min-height:100vh}.light-page nav{background:transparent;border-bottom-color:transparent;color:#0f172a;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.light-page nav,.light-page nav.scrolled{backdrop-filter:none;-webkit-backdrop-filter:none}.light-page nav.scrolled{background:#fff;border-bottom-color:rgba(148,163,184,.4);box-shadow:0 12px 35px rgba(15,23,42,.08)}.light-page .nav-links a{color:#475569}.light-page .nav-links a:hover{color:#0f172a}.light-page .nav-text-link{color:#475569}.light-page .nav-text-link:hover{color:#0f172a}.light-page .nav-text-link--active{color:#0891b2}.light-page .nav-text-link--active:hover{color:#0e7490}.light-page .btn-primary{background:linear-gradient(135deg,#0cc7ed,#5de3ff);color:#053245;box-shadow:0 20px 40px rgba(12,199,237,.35)}.light-page .btn-primary:hover{background:linear-gradient(135deg,#0ab2d3,#3fd8ff);box-shadow:0 24px 45px rgba(12,199,237,.4)}.light-page .btn-secondary{border-color:rgba(12,199,237,.35);color:#064050;background:hsla(0,0%,100%,.9)}.light-page .btn-secondary:hover{background:#fff;border-color:rgba(12,199,237,.6);color:#0a7da0}.light-page .mobile-menu-btn span{background:#0f172a}.light-page .hero{color:#0f172a;padding-top:160px}.light-page .hero-bg:before{background-image:linear-gradient(rgba(15,23,42,.04) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.04) 1px,transparent 0)}.light-page .hero-glow{background:radial-gradient(circle,rgba(12,199,237,.24) 0,transparent 70%)}.light-page .orbital{border-color:rgba(12,199,237,.18)}.light-page .orbital-2{border-color:rgba(93,227,255,.15)}.light-page .orbital-3{border-color:rgba(10,154,182,.12)}.light-page .orbital:after{background:#0cc7ed;box-shadow:0 0 12px rgba(12,199,237,.4)}.light-page .hero h1 em{color:#0cc7ed}.light-page .hero-tagline{color:rgba(15,23,42,.7)}.light-page .scroll-indicator span{color:rgba(15,23,42,.45)}.light-page .scroll-line{background:linear-gradient(180deg,rgba(12,199,237,.6),transparent);animation:none}.light-page .hero-bg:before,.light-page .hero-glow{animation:none}.light-page .section-label{color:#0cc7ed}.light-page .problem-copy,.light-page .section-sub{color:rgba(15,23,42,.7)}.light-page .problem{border-top:1px solid rgba(148,163,184,.25);background:#fff}.light-page .solution-pane{border:1px solid rgba(210,232,246,.95);background:#fff;box-shadow:0 16px 48px rgba(4,54,69,.08)}.light-page .flow-icon{background:rgba(12,199,237,.14);border:1px solid rgba(12,199,237,.35);box-shadow:none;color:#0891b2}.light-page .flow-icon svg *{stroke:currentColor}.light-page .flow-label{color:#0f172a}.light-page .flow-desc{color:rgba(15,23,42,.55);white-space:normal}.light-page .flow-arrow{color:rgba(12,199,237,.75)}.light-page .products{background:#fff;border-top:1px solid rgba(148,163,184,.25)}.light-page .product-card{background:#fff;border:1px solid rgba(210,232,246,.9);box-shadow:0 18px 60px rgba(4,54,69,.08)}.light-page .product-card:hover{border-color:rgba(12,199,237,.55);box-shadow:0 24px 70px rgba(12,199,237,.2)}.light-page .product-icon{background:rgba(12,199,237,.12);border-color:rgba(12,199,237,.4);box-shadow:inset 0 0 20px rgba(12,199,237,.25)}.light-page .product-card p,.light-page .product-list li{color:rgba(4,54,69,.78)}.light-page .product-check{background:rgba(12,199,237,.12);border-color:rgba(12,199,237,.4);color:#0cc7ed}.light-page .dashboard-card p,.light-page .product-dashboards p{color:rgba(4,54,69,.65)}.light-page .dashboard-card{background:#fff;border-color:rgba(210,232,246,.9);box-shadow:0 15px 40px rgba(4,54,69,.08)}.light-page .dashboard-label{border-color:rgba(12,199,237,.25);color:rgba(4,54,69,.65)}.light-page .why{border-top:1px solid rgba(148,163,184,.25);background:#fff}.light-page .why-item{background:#fff;border:1px solid rgba(210,232,246,.9);box-shadow:0 10px 30px rgba(4,54,69,.06)}.light-page .why-item:hover{border-color:rgba(12,199,237,.45);background:rgba(12,199,237,.08)}.light-page .why-check{background:rgba(12,199,237,.12);border-color:rgba(12,199,237,.4);color:#0cc7ed}.light-page footer{border-top:1px solid #d2e8f6;background:#fff}.light-page .footer-copy{color:#64748b}.light-page .footer-links a{color:#475569}.light-page .footer-links a:hover{color:#0cc7ed}.light-page .modal-overlay{background:rgba(4,54,69,.4)}.light-page .modal-box{background:#fff;color:#0f172a;border:1px solid rgba(4,54,69,.08);box-shadow:0 32px 80px rgba(4,54,69,.2)}.light-page .modal-close{color:rgba(4,54,69,.4)}.light-page .modal-close:hover{background:rgba(4,54,69,.08);color:#043645}.light-page .modal-label{color:#0cc7ed}.light-page .modal-heading{color:#0f172a}.light-page .modal-desc{color:rgba(15,23,42,.7)}.light-page .modal-form label{color:rgba(15,23,42,.8)}.light-page .modal-form input,.light-page .modal-form textarea{background:rgba(248,250,252,.9);border:1px solid rgba(12,199,237,.25);color:#0f172a}.light-page .modal-form input::placeholder,.light-page .modal-form textarea::placeholder{color:rgba(4,54,69,.45)}.light-page .modal-form input:focus,.light-page .modal-form textarea:focus{border-color:rgba(12,199,237,.6);box-shadow:0 0 0 2px rgba(12,199,237,.25)}.light-page .modal-submit{background:linear-gradient(135deg,#0cc7ed,#5de3ff);color:#053245}.light-page .modal-error{color:#b91c1c}.light-page .modal-success{color:#047857}.light-page .section-title{color:#0f172a}.light-page .section-title em{color:#0cc7ed}.light-page .dashboard-card h4,.light-page .product-card h3,.light-page .product-dashboards h3,.light-page .products-header .section-sub,.light-page .why-item h4{color:#0f172a}.light-page .why-item p{color:rgba(15,23,42,.55)}.light-page .case-studies-page-root{background:transparent}.light-page .cs-page-bg{opacity:.035}.light-page .cs-glow{background:radial-gradient(circle,rgba(12,199,237,.12) 0,transparent 70%)}.light-page .cs-cta h2,.light-page .cs-hero h1,.light-page .cs-hub-card h3,.light-page .cs-impact-head h2,.light-page .cs-module-title,.light-page .cs-quote-name,.light-page .cs-section-head h2{color:#0f172a}.light-page .cs-hero h1 em,.light-page .cs-section-head h2 em,.light-page .cs-stat-value{color:#0cc7ed}.light-page .cs-cta p,.light-page .cs-hero-lead,.light-page .cs-homes-dash,.light-page .cs-hub-card p,.light-page .cs-impact-desc,.light-page .cs-impact-head p,.light-page .cs-impact-title,.light-page .cs-module-list li,.light-page .cs-quote-role,.light-page .cs-quote-text,.light-page .cs-section-head p,.light-page .cs-stat-desc,.light-page .cs-stat-label{color:rgba(15,23,42,.6)}.light-page .cs-hero-badge{background:rgba(12,199,237,.1);border-color:rgba(12,199,237,.28)}.light-page .cs-hub-card,.light-page .cs-impact-card,.light-page .cs-module-card,.light-page .cs-quote-wrap,.light-page .cs-stat-card{background:#fff;border-color:rgba(210,232,246,.95);box-shadow:0 10px 40px rgba(4,54,69,.06)}.light-page .cs-impact-card:hover,.light-page .cs-module-card:hover,.light-page .cs-stat-card:hover{border-color:rgba(12,199,237,.35)}.light-page .cs-quote-icon{color:rgba(12,199,237,.2)}.light-page .cs-quote-org,.light-page .cs-quote-text .hl{color:#0cc7ed}.light-page .cs-quote-avatar{border-color:rgba(12,199,237,.35)}.light-page .cs-module-icon,.light-page .cs-quote-avatar{background:rgba(12,199,237,.12)}.light-page .cs-module-list svg{color:rgba(12,199,237,.75)}.light-page .cs-showcase-arrow{background:hsla(0,0%,100%,.95);border-color:rgba(148,163,184,.35);color:#0f172a;box-shadow:0 4px 20px rgba(4,54,69,.08)}.light-page .cs-showcase-arrow:hover{border-color:rgba(12,199,237,.45);color:#0891b2;background:#fff}.light-page .cs-showcase-frame{background:#fff;border-color:rgba(148,163,184,.35);box-shadow:0 20px 60px rgba(4,54,69,.1)}.light-page .cs-showcase-caption{background:linear-gradient(0deg,rgba(15,23,42,.92) 0,rgba(15,23,42,.55) 50%,transparent)}.light-page .cs-showcase-caption p{color:rgba(248,250,252,.95)}.light-page .cs-thumb{background:#fff;border-color:rgba(148,163,184,.4)}.light-page .cs-thumb:hover{opacity:.92}.light-page .cs-marquee-row:before{background:linear-gradient(90deg,#fff,transparent)}.light-page .cs-marquee-row:after{background:linear-gradient(-90deg,#fff,transparent)}.light-page .cs-marquee-link{background:#fff;border-color:rgba(210,232,246,.95)}.light-page .cs-marquee-link:hover{background:rgba(12,199,237,.06)}.light-page .cs-marquee-name{color:#0f172a}.light-page .cs-marquee-loc{color:rgba(15,23,42,.5)}.light-page .cs-marquee-link svg{color:rgba(15,23,42,.35)}.light-page .cs-cta{border-color:rgba(12,199,237,.35);background:#fff;box-shadow:0 20px 50px rgba(4,54,69,.08)}.light-page a.cs-hub-card--featured:hover{box-shadow:0 20px 50px rgba(4,54,69,.12),0 0 40px rgba(12,199,237,.15)}.light-page .cs-hub-card--soon{opacity:.72}