:root{--navy:#0a1929;--navy-light:#0f2740;--blue:#0c447c;--blue-light:#378add;--teal:#1d9e75;--teal-light:#5dcaa5;--text-light:#e6f1fb;--text-muted:#85b7eb;--text-dark:#042c53;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-light);background:var(--navy);-webkit-font-smoothing:antialiased;font-family:Poppins,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}h1,h2,h3{margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.gradient-text{background:linear-gradient(90deg, var(--blue-light), var(--teal-light));color:#0000;-webkit-background-clip:text;background-clip:text}.btn{border-radius:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:transform .15s,opacity .15s;display:inline-block}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(90deg, var(--blue), var(--teal));color:#fff;border:none}.btn-secondary{color:var(--text-light);border:1.5px solid var(--text-muted);background:0 0}.page{flex-direction:column;min-height:100svh;display:flex}.navbar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 6vw;display:flex}.brand{color:var(--text-light);align-items:center;gap:10px;font-size:20px;font-weight:600;text-decoration:none;display:flex}.nav-links{color:var(--text-muted);align-items:center;gap:32px;font-size:15px;display:flex}.nav-links a:hover{color:var(--text-light)}.nav-cta{padding:10px 20px;font-size:14px}.nav-cta-mobile{display:none}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:0;display:none}.nav-toggle span{background:var(--text-light);border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}@media (width<=760px){.nav-toggle{display:flex}.nav-cta-desktop{display:none}.nav-links{background:var(--bg-dark,#0a1929);border-bottom:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:0;max-height:0;transition:max-height .25s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.nav-links.open{max-height:400px}.nav-links a{border-top:1px solid #ffffff0f;padding:16px 6vw}.nav-cta-mobile{text-align:center;margin:16px 6vw;display:inline-block}.navbar{position:relative}}.hero{text-align:center;background:radial-gradient(circle at 20% 20%,#0c447c40,#0000 50%),radial-gradient(circle at 80% 30%,#1d9e7533,#0000 50%);padding:100px 6vw 80px}.hero h1{max-width:800px;margin:0 auto 20px;font-size:clamp(32px,5vw,56px);line-height:1.15}.hero p{color:var(--text-muted);max-width:560px;margin:0 auto 36px;font-size:18px}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.pillars{grid-template-columns:1fr 1fr;gap:24px;width:100%;max-width:1100px;margin:0 auto;padding:0 6vw 80px;display:grid}@media (width<=760px){.pillars{grid-template-columns:1fr}}.pillar-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:32px}.pillar-card h2{margin-bottom:10px;font-size:22px}.pillar-card p{color:var(--text-muted);margin-bottom:20px;font-size:15px}.pillar-card ul{color:var(--text-muted);margin:0 0 24px;padding:0;font-size:14px;list-style:none}.pillar-card li{border-bottom:1px solid #ffffff0f;padding:6px 0}.pillar-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-size:20px;display:flex}.pillar-icon.blue{color:var(--blue-light);background:#378add26}.pillar-icon.teal{color:var(--teal-light);background:#5dcaa526}.products{width:100%;max-width:1100px;margin:0 auto;padding:0 6vw 100px}.section-label{text-align:center;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:13px}.section-title{text-align:center;margin-bottom:40px;font-size:28px}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=760px){.product-grid{grid-template-columns:1fr}}.product-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:28px;transition:border-color .2s,transform .2s}.product-card:hover{border-color:#5dcaa566;transform:translateY(-4px)}.product-icon{margin-bottom:14px;font-size:32px}.product-card h3{margin-bottom:6px;font-size:17px}.product-card p{color:var(--text-muted);min-height:36px;margin-bottom:20px;font-size:13px}.product-status{color:var(--teal-light);background:#5dcaa51f;border-radius:6px;margin-bottom:14px;padding:4px 10px;font-size:11px;display:inline-block}.not-found{text-align:center;max-width:600px;margin:0 auto;padding:120px 6vw 140px}.not-found h1{margin-bottom:16px;font-size:40px}.not-found-sub{color:var(--text-muted);margin-bottom:36px;font-size:16px}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.privacy-page{padding:80px 6vw 120px}.privacy-inner{max-width:760px;margin:0 auto}.privacy-inner h1{margin-bottom:10px;font-size:clamp(28px,4vw,40px)}.privacy-meta{color:var(--text-muted);border-bottom:1px solid #ffffff14;margin-bottom:48px;padding-bottom:32px;font-size:13px;line-height:1.8}.privacy-section{border-bottom:1px solid #ffffff0f;margin-bottom:40px;padding-bottom:40px}.privacy-section:last-child{border-bottom:none}.privacy-section h2{color:var(--text-light);margin-bottom:14px;font-size:18px}.privacy-section h3{color:var(--teal-light);margin:20px 0 8px;font-size:14px;font-weight:600}.privacy-section p{color:var(--text-muted);margin-bottom:12px;font-size:14px;line-height:1.8}.privacy-section ul{color:var(--text-muted);margin-bottom:12px;padding-left:20px;font-size:14px;line-height:1.8}.privacy-section ul li{margin-bottom:6px}.privacy-section a{color:var(--teal-light,#5dcaa5)}.privacy-contact{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:20px 24px;line-height:2}.pricing{max-width:1100px;margin:0 auto;padding:80px 6vw}.pricing-note{text-align:center;color:var(--text-muted);margin-bottom:40px;font-size:13px;font-style:italic}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}@media (width<=760px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;padding:32px 28px;display:flex;position:relative}.pricing-card-highlight{background:#5dcaa50d;border-color:#5dcaa580}.pricing-badge{background:linear-gradient(90deg, var(--blue,#2563eb), var(--teal-light,#5dcaa5));color:#fff;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:-12px;left:28px}.pricing-card h3{margin-bottom:8px;font-size:18px}.pricing-price{margin-bottom:8px;font-size:32px;font-weight:700}.pricing-period{color:var(--text-muted);font-size:14px;font-weight:400}.pricing-desc{color:var(--text-muted);min-height:36px;margin-bottom:20px;font-size:13px}.pricing-features{flex:1;margin:0 0 28px;padding:0;list-style:none}.pricing-features li{color:var(--text-muted);border-top:1px solid #ffffff0f;padding:8px 0;font-size:14px}.pricing-features li:first-child{border-top:none}.pricing-card .btn{text-align:center}.showcase{grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1100px;margin:0 auto;padding:80px 6vw;display:grid}@media (width<=760px){.showcase{grid-template-columns:1fr}}.showcase-text h2{margin:6px 0 16px;font-size:30px}.showcase-desc{color:var(--text-muted);margin-bottom:20px;font-size:15px;line-height:1.6}.showcase-features{color:var(--text-light);margin:0 0 28px;padding:0;font-size:14px;list-style:none}.showcase-features li{padding:7px 0 7px 22px;position:relative}.showcase-features li:before{content:"✓";color:var(--teal-light);position:absolute;left:0}.showcase-industries-label{color:var(--text-muted);margin-bottom:10px;font-size:13px}.industry-tags{flex-wrap:wrap;gap:8px;display:flex}.industry-tag{color:var(--blue-light);background:#378add1f;border:1px solid #378add40;border-radius:999px;padding:6px 12px;font-size:12px}.screenshot-stack{padding:20px 30px 40px 0;position:relative}.screenshot-stack:before{content:"";filter:blur(30px);z-index:0;background:radial-gradient(circle at 30% 30%,#0c447c59,#0000 60%),radial-gradient(circle at 70% 70%,#1d9e754d,#0000 60%);position:absolute;inset:-10%}.screenshot-frame{background:#11151c;border:1px solid #ffffff1f;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080}.screenshot-frame-bar{background:#1a1f29;border-bottom:1px solid #ffffff14;gap:6px;padding:10px 12px;display:flex}.screenshot-frame-bar span{background:#ffffff2e;border-radius:50%;width:9px;height:9px}.screenshot{filter:brightness(.94)saturate(.95);width:100%;display:block}.screenshot-front{z-index:2;position:relative}.screenshot-front .screenshot{object-fit:cover;object-position:top;max-height:460px}.screenshot-back{z-index:1;opacity:.92;width:65%;position:absolute;top:60px;right:0}.screenshot-back .screenshot{object-fit:cover;object-position:top;max-height:340px}@media (width<=760px){.screenshot-back{display:none}.screenshot-stack{padding:0}}.screenshot-gallery{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.screenshot-gallery-thumb{cursor:pointer;background:#11151c;border:1px solid #ffffff1f;border-radius:8px;width:90px;height:90px;padding:0;transition:transform .15s,border-color .15s;overflow:hidden}.screenshot-gallery-thumb:hover{border-color:#378add80;transform:scale(1.05)}.screenshot-gallery-thumb img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.screenshot-thumb-hint{text-align:center;color:var(--text-muted);margin-top:10px;font-size:12px;display:block}.lightbox-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#05080ce0;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:fixed;inset:0}.lightbox-content{flex-direction:column;align-items:center;gap:12px;max-width:1000px;max-height:90vh;display:flex}.lightbox-counter{color:var(--text-muted);font-size:13px}.lightbox-nav{color:#fff;cursor:pointer;z-index:1001;background:#ffffff14;border:1px solid #fff3;border-radius:50%;width:48px;height:48px;font-size:32px;line-height:1;position:fixed;top:50%;transform:translateY(-50%)}.lightbox-prev{left:24px}.lightbox-next{right:24px}@media (width<=640px){.lightbox-nav{width:40px;height:40px;font-size:26px}.lightbox-prev{left:8px}.lightbox-next{right:8px}}.lightbox-image{border:1px solid #ffffff1f;border-radius:12px;max-width:100%;max-height:85vh;box-shadow:0 20px 60px #0009}.lightbox-close{color:#fff;cursor:pointer;z-index:1001;background:#ffffff14;border:1px solid #fff3;border-radius:50%;width:44px;height:44px;font-size:26px;line-height:1;position:fixed;top:24px;right:30px}.showcase-video-frame{z-index:2;background:#11151c;border:1px solid #ffffff1f;border-radius:12px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.showcase-video{background:#000;width:100%;display:block}.services-hero{text-align:center;background:radial-gradient(circle at 20% 20%,#0c447c40,#0000 50%),radial-gradient(circle at 80% 30%,#1d9e7533,#0000 50%);max-width:760px;margin:0 auto;padding:100px 6vw 70px}.services-hero h1{margin:10px 0 18px;font-size:clamp(28px,4.5vw,44px);line-height:1.2}.services-hero-sub{color:var(--text-muted);margin-bottom:28px;font-size:16px}.process{max-width:1100px;margin:0 auto;padding:60px 6vw}.process-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=900px){.process-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.process-grid{grid-template-columns:1fr}}.process-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:24px}.process-number{width:32px;height:32px;color:var(--blue-light);background:#378add26;border-radius:8px;justify-content:center;align-items:center;margin-bottom:14px;font-size:14px;font-weight:600;display:flex}.process-card h3{margin-bottom:8px;font-size:16px}.process-card p{color:var(--text-muted);font-size:13px;line-height:1.6}.case-studies{max-width:1100px;margin:0 auto;padding:60px 6vw 80px}.case-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=760px){.case-grid{grid-template-columns:1fr}}.case-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:26px}.case-card h3{color:var(--teal-light);margin-bottom:10px;font-size:17px}.case-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.services-cta{text-align:center;border-top:1px solid #ffffff14;padding:70px 6vw 90px}.services-cta h2{margin-bottom:10px;font-size:24px}.services-cta p{color:var(--text-muted);margin-bottom:24px;font-size:15px}.about{padding:80px 6vw}.about-inner{text-align:center;max-width:700px;margin:0 auto}.about-text{color:var(--text-muted);margin-bottom:18px;font-size:15px;line-height:1.7}.contact{background:#ffffff05;border-top:1px solid #ffffff14;padding:80px 6vw 100px}.contact-inner{text-align:center;max-width:620px;margin:0 auto}.contact-sub{color:var(--text-muted);margin-bottom:36px;font-size:15px}.contact-form{text-align:left;flex-direction:column;gap:18px;display:flex}.contact-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (width<=560px){.contact-row{grid-template-columns:1fr}}.contact-form label{color:var(--text-muted);flex-direction:column;gap:6px;font-size:13px;display:flex}.contact-form input,.contact-form select,.contact-form textarea{color:var(--text-light);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal-light)}.contact-form button{align-self:center;margin-top:8px}.contact-success{color:var(--teal-light);background:#5dcaa51f;border:1px solid #5dcaa559;border-radius:10px;padding:18px;font-size:15px}.contact-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444459;border-radius:10px;padding:14px;font-size:14px}.contact-error a{color:inherit;font-weight:600}.product-hero{background:radial-gradient(circle at 20% 20%,#0c447c40,#0000 50%),radial-gradient(circle at 80% 30%,#1d9e7533,#0000 50%);padding:80px 6vw 60px}.product-hero-inner{text-align:center;max-width:700px;margin:0 auto}.breadcrumb-link{color:var(--text-muted);margin-bottom:20px;font-size:13px;transition:color .2s;display:inline-block}.breadcrumb-link:hover{color:var(--text-light)}.product-status-badge{letter-spacing:.5px;color:var(--teal-light);background:#5dcaa526;border:1px solid #5dcaa54d;border-radius:999px;margin-bottom:16px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-block}.product-status-dev{color:var(--blue-light);background:#378add1f;border-color:#378add40}.product-hero h1{margin-bottom:18px;font-size:clamp(32px,5vw,52px);line-height:1.15}.product-hero-sub{color:var(--text-muted);margin-bottom:32px;font-size:17px;line-height:1.6}.product-screenshots{max-width:800px;margin:0 auto;padding:0 6vw 60px}.product-screenshot-stack{max-width:560px;margin:0 auto}.product-video-section{max-width:800px;margin:0 auto;padding:0 6vw 60px}.product-video-frame{background:#11151c;border:1px solid #ffffff1f;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080}.product-video{background:#000;width:100%;display:block}.product-video-grid-section{text-align:center;max-width:1100px;margin:0 auto;padding:0 6vw 60px}.product-video-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;max-width:660px;margin:24px auto 0;display:grid}@media (width<=560px){.product-video-grid{grid-template-columns:1fr;max-width:260px;margin-left:auto;margin-right:auto}}.product-video-card-frame{background:#11151c;border:1px solid #ffffff1f;border-radius:12px;overflow:hidden;box-shadow:0 16px 40px #00000073}.product-video-card-video{background:#000;width:100%;display:block}.product-video-card-title{color:var(--text-light);text-align:center;margin-top:10px;font-size:14px;font-weight:600}.product-features-section{border-top:1px solid #ffffff0f;padding:60px 6vw}.product-features-inner{max-width:1100px;margin:0 auto}.feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px;display:grid}@media (width<=900px){.feature-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.feature-grid{grid-template-columns:1fr}}.feature-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;padding:24px}.feature-icon{margin-bottom:12px;font-size:26px}.feature-card h3{margin-bottom:6px;font-size:15px}.feature-card p{color:var(--text-muted);font-size:13px;line-height:1.6}.product-industries{border-top:1px solid #ffffff0f;padding:48px 6vw}.product-industries-inner{text-align:center;max-width:800px;margin:0 auto}.product-industries .section-label{margin-bottom:16px}.product-cta{text-align:center;background:#ffffff05;border-top:1px solid #ffffff14;padding:80px 6vw 100px}.product-cta h2{margin-bottom:10px;font-size:26px}.product-cta p{color:var(--text-muted);margin-bottom:28px;font-size:15px}.downloads-list{flex-direction:column;gap:20px;max-width:900px;margin:0 auto;padding:20px 6vw 60px;display:flex}.download-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:64px 1fr auto;align-items:center;gap:24px;padding:24px;display:grid}.download-card-icon{background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.download-card-body h3{margin:0 0 8px;font-size:19px}.download-card-body p{color:var(--text-muted);margin:0 0 10px;font-size:14px;line-height:1.6}.download-card-learn-more{color:var(--blue-light);font-size:13px;text-decoration:none}.download-card-learn-more:hover{text-decoration:underline}.download-card-action{white-space:nowrap}@media (width<=640px){.download-card{text-align:center;grid-template-columns:1fr}.download-card-icon{margin:0 auto}.download-card-action{margin-top:8px}}.product-coming-soon{border-top:1px solid #ffffff0f;padding:48px 6vw}.coming-soon-visual{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;max-width:480px;margin:0 auto;padding:48px 32px}.coming-soon-icon{margin-bottom:16px;font-size:52px}.coming-soon-label{letter-spacing:.5px;color:var(--blue-light);background:#378add1f;border:1px solid #378add40;border-radius:999px;margin-bottom:18px;padding:5px 14px;font-size:11px;font-weight:600;display:inline-block}.coming-soon-desc{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.footer{color:var(--text-muted);border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:28px 6vw;font-size:13px;display:flex}.footer-links{gap:20px;display:flex}
