@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg-color:#020617;--royal-blue:#0f172a;--electric-blue:#0ea5e9;--neon-blue:#3b82f6;--cyan-highlight:#22d3ee;--sky-blue:#38bdf8;--text-white:#f8fafc;--text-muted:#94a3b8;--glass-bg:#0f172a99;--glass-border:#22d3ee26;--glass-border-hover:#22d3ee66}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}ul{list-style:none}.text-gradient{background:linear-gradient(135deg, var(--cyan-highlight), var(--neon-blue), var(--text-white));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;transition:all .3s;box-shadow:0 8px 32px #0000005e}.glass:hover{border-color:var(--glass-border-hover);box-shadow:0 8px 32px #22d3ee1a}.grid-bg{z-index:-1;pointer-events:none;background-image:linear-gradient(90deg,#22d3ee08 1px,#0000 1px),linear-gradient(#22d3ee08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.glow-border{border:1px solid #22d3ee80;box-shadow:0 0 15px #22d3ee33,inset 0 0 10px #22d3ee1a}.glow-border:hover{border-color:#22d3eecc;box-shadow:0 0 25px #22d3ee80,inset 0 0 15px #22d3ee33}.glow-text{text-shadow:0 0 10px #22d3ee80}.bg-gradient-radial{background:radial-gradient(circle,#0ea5e926 0%,#0000 70%)}.bg-gradient-top{background:linear-gradient(#0ea5e91a 0%,#0000 100%)}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-padding{padding:120px 0}.text-center{text-align:center}.btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:12px 28px;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--neon-blue), var(--electric-blue));color:var(--text-white);border:none;box-shadow:0 4px 15px #0ea5e94d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e980}.btn-outline{color:var(--cyan-highlight);border:1px solid var(--cyan-highlight);background:0 0}.btn-outline:hover{background:#22d3ee1a;transform:translateY(-2px);box-shadow:0 0 15px #22d3ee33}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--royal-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--electric-blue)}.navbar{z-index:1000;width:100%;padding:24px 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{background:#0f172acc;border-top:none;border-left:none;border-right:none;border-radius:0;padding:16px 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.brand{letter-spacing:-1px;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700}.nav-links{gap:32px;display:flex}.nav-links a{color:var(--text-white);font-size:.95rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--cyan-highlight);text-shadow:0 0 8px #22d3ee66}@media (width<=768px){.nav-links{display:none}}.footer{background:var(--royal-blue);z-index:2;padding:80px 0 20px;position:relative}.footer-top-line{background:#22d3ee33;width:100%;height:1px;position:absolute;top:0;left:0}.footer-top-line:after{content:"";background:var(--cyan-highlight);width:200px;height:1px;box-shadow:0 0 20px 2px var(--cyan-highlight);position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}.footer-brand p{color:var(--text-muted);max-width:350px;margin:20px 0;font-size:.95rem;line-height:1.6}.social-links{gap:16px;display:flex}.social-icon{width:40px;height:40px;color:var(--text-white);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{color:var(--cyan-highlight);background:#22d3ee1a;box-shadow:0 0 15px #22d3ee4d}.footer-links h4,.footer-contact h4{color:var(--text-white);margin-bottom:24px;font-size:1.1rem}.footer-links ul{flex-direction:column;gap:12px;display:flex}.footer-links a{color:var(--text-muted);font-size:.95rem;transition:color .3s}.footer-links a:hover{color:var(--cyan-highlight)}.footer-contact .contact-item{color:var(--text-muted);align-items:center;gap:12px;margin-bottom:16px;font-size:.95rem;transition:color .3s;display:flex}.footer-contact .contact-item:hover{color:var(--cyan-highlight)}.footer-contact .address{color:var(--text-muted);font-size:.95rem;line-height:1.6}.footer-bottom{color:var(--text-muted);border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;display:flex}.bottom-links{gap:20px;display:flex}.bottom-links a{transition:color .3s}.bottom-links a:hover{color:var(--cyan-highlight)}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}.hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-content{z-index:10;flex-direction:column;align-items:flex-start;display:flex}.hero-badge{color:var(--cyan-highlight);border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;font-weight:500;display:inline-flex}.hero-title{color:var(--text-white);margin-bottom:24px;font-size:4rem;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.hero-buttons{gap:16px;display:flex}.hero-visual{z-index:5;position:relative}.dashboard-mockup{background:#0a192f66;border:1px solid #22d3ee33;border-radius:20px;padding:24px;position:relative;box-shadow:0 25px 50px -12px #00000080}.mockup-header{border-bottom:1px solid #ffffff1a;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.mockup-dots{gap:8px;margin-right:16px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.mockup-title{color:var(--text-muted);font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600}.mockup-body{flex-direction:column;gap:20px;display:flex}.mockup-chat{border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.chat-bubble{border-radius:12px;max-width:85%;padding:12px 16px;font-size:.9rem}.chat-bubble.user{background:#ffffff1a;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble.ai{background:#0ea5e926;border-bottom-left-radius:4px;align-self:flex-start;align-items:flex-start;gap:12px;line-height:1.5;display:flex}.mockup-stats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.stat-card{border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.stat-info h4{color:var(--text-muted);margin-bottom:8px;font-size:.85rem}.stat-value{font-size:1.8rem;font-weight:700}.floating-badge{z-index:10;background:#0f172acc;border-radius:30px;align-items:center;gap:8px;padding:12px 20px;font-size:.85rem;font-weight:600;display:flex;position:absolute}.floating-badge.pos-1{top:-20px;right:-20px}.floating-badge.pos-2{bottom:40px;left:-30px}.pulse-dot{background-color:var(--cyan-highlight);width:8px;height:8px;box-shadow:0 0 10px var(--cyan-highlight);border-radius:50%;animation:2s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #22d3eeb3}70%{box-shadow:0 0 0 10px #22d3ee00}to{box-shadow:0 0 #22d3ee00}}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-content{align-items:center}.hero-title{font-size:3rem}.floating-badge.pos-2{left:-10px}}@media (width<=480px){.hero-title{font-size:2.2rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}}.services-section{z-index:2;position:relative}.section-title{color:var(--text-white);margin-bottom:16px;font-size:3rem}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 60px;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.service-card{text-align:left;flex-direction:column;align-items:flex-start;padding:32px 24px;display:flex}.service-card:hover{transform:translateY(-5px)}.service-card:hover .service-icon-wrapper{border-color:#22d3eecc;box-shadow:0 0 20px #22d3ee80,inset 0 0 10px #22d3ee33}.service-icon-wrapper{background:#0f172acc;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:24px;transition:all .3s;display:flex}.service-card h3{color:var(--text-white);margin-bottom:12px;font-size:1.25rem}.service-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (width<=768px){.section-title{font-size:2.2rem}}.features-section{z-index:2;background:radial-gradient(circle at 100%,#0ea5e914 0%,#0000 60%);position:relative}.features-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.feature-list{flex-direction:column;gap:30px;display:flex}.feature-item{align-items:flex-start;gap:20px;display:flex}.feature-icon{background:#0f172a99;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-item h4{color:var(--text-white);margin-bottom:6px;font-size:1.2rem}.feature-item p{color:var(--text-muted);font-size:.95rem}.visual-grid{grid-template-columns:1.2fr .8fr;gap:20px;display:grid}.visual-card{flex-direction:column;justify-content:center;padding:24px;display:flex}.visual-card.large{height:100%}.visual-card h3{margin-bottom:8px;font-size:1.3rem}.visual-card p{color:var(--text-muted);margin-bottom:24px;font-size:.9rem}.visual-col{flex-direction:column;gap:20px;display:flex}.visual-card.small{flex:1}.visual-card.small h4{font-size:1rem}.mini-chart{align-items:flex-end;gap:12px;height:100px;margin-top:auto;display:flex}.bar{background:linear-gradient(to top, var(--neon-blue), var(--cyan-highlight));opacity:.8;border-radius:4px 4px 0 0;flex:1}@media (width<=992px){.features-container{grid-template-columns:1fr}}@media (width<=576px){.visual-grid{grid-template-columns:1fr}}.dashboard-showcase{z-index:2;position:relative}.perspective-container{perspective:1200px;margin-top:40px;position:relative}.main-dashboard{background:#0a1428b3;border:1px solid #22d3ee4d;border-radius:16px;max-width:1000px;margin:0 auto;overflow:hidden;box-shadow:0 30px 60px #0009}.dash-header{background:#0f172acc;border-bottom:1px solid #22d3ee26;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.dash-tabs{gap:24px;display:flex}.tab{color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;font-size:.9rem;display:flex}.tab.active{color:var(--cyan-highlight);border-bottom:2px solid var(--cyan-highlight);padding-bottom:4px}.status-indicator{color:#27c93f;align-items:center;gap:8px;font-size:.85rem;display:flex}.dash-body{height:500px;display:flex}.dash-sidebar{border-right:1px solid #22d3ee26;flex-direction:column;gap:16px;width:200px;padding:24px 16px;display:flex}.side-menu-item{color:var(--text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;transition:all .2s;display:flex}.side-menu-item.active,.side-menu-item:hover{color:var(--text-white);background:#22d3ee1a}.dash-main-content{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex}.top-widgets{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.dash-widget{text-align:left;border-radius:12px;padding:20px}.dash-widget h5{color:var(--text-muted);margin-bottom:8px;font-size:.85rem}.widget-value{margin-bottom:12px;font-size:1.8rem;font-weight:700}.bar-chart-mini{align-items:flex-end;gap:4px;height:30px;display:flex}.bar-chart-mini span{background:var(--neon-blue);border-radius:2px 2px 0 0;flex:1;animation:2s infinite alternate barAnim}.bar-chart-mini span:first-child{height:60%;animation-delay:.1s}.bar-chart-mini span:nth-child(2){height:80%;animation-delay:.3s}.bar-chart-mini span:nth-child(3){height:40%;animation-delay:.5s}.bar-chart-mini span:nth-child(4){height:100%;animation-delay:.7s}@keyframes barAnim{0%{height:30%}to{height:100%}}.bottom-area{flex:1;display:flex}.workflow-map{border-radius:12px;flex-direction:column;flex:1;padding:24px;display:flex}.workflow-map h5{text-align:left;color:var(--text-white);margin-bottom:20px}.pipeline-nodes{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.node{z-index:2;background:#0f172ae6;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:.85rem;display:flex}.pipe{z-index:1;background:#22d3ee4d;flex:1;height:2px;position:relative}.pipe:after{content:"";background:var(--cyan-highlight);width:10px;height:6px;box-shadow:0 0 10px var(--cyan-highlight);border-radius:3px;animation:3s linear infinite movePipe;position:absolute;top:-2px;left:0}@keyframes movePipe{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.holo-panel{text-align:left;z-index:10;background:#050c19d9;border-radius:12px;width:250px;padding:20px;position:absolute}.holo-left{top:100px;left:-80px}.holo-right{bottom:80px;right:-80px}.holo-panel h5{color:var(--cyan-highlight);margin-bottom:16px;font-size:.9rem}.sync-item,.activity-item{color:var(--text-muted);align-items:center;gap:12px;margin-bottom:12px;font-size:.85rem;display:flex}@media (width<=1200px){.holo-left,.holo-right{display:none}}@media (width<=768px){.dash-body{flex-direction:column;height:auto}.dash-sidebar{border-bottom:1px solid #22d3ee26;border-right:none;flex-direction:row;width:100%;overflow-x:auto}.top-widgets{grid-template-columns:1fr}.pipeline-nodes{flex-direction:column;gap:20px}.pipe{width:2px;height:40px}.pipe:after{width:6px;height:10px;animation:3s linear infinite movePipeY;top:0;left:-2px}}@keyframes movePipeY{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.process-section{z-index:2;position:relative}.process-timeline{justify-content:space-between;margin-top:60px;padding:0 40px;display:flex;position:relative}.timeline-line{z-index:1;background:#22d3ee33;height:2px;position:absolute;top:30px;left:40px;right:40px}.timeline-line:after{content:"";background:var(--cyan-highlight);width:100px;height:4px;box-shadow:0 0 15px var(--cyan-highlight);border-radius:2px;animation:4s linear infinite moveProcessLine;position:absolute;top:-1px;left:0}@keyframes moveProcessLine{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.process-step{z-index:2;text-align:center;flex-direction:column;align-items:center;width:180px;display:flex;position:relative}.step-icon{background:var(--royal-blue);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:24px;display:flex}.step-content{border-radius:12px;padding:16px}.step-content h4{color:var(--text-white);margin-bottom:8px;font-size:1rem}.step-content p{color:var(--text-muted);font-size:.85rem}@media (width<=992px){.process-timeline{flex-direction:column;align-items:flex-start;gap:40px;padding:0 20px}.timeline-line{width:2px;height:100%;inset:0 auto 0 49px}.timeline-line:after{width:4px;height:100px;animation:4s linear infinite moveProcessLineY;left:-1px}@keyframes moveProcessLineY{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.process-step{text-align:left;flex-direction:row;gap:24px;width:100%}.step-icon{flex-shrink:0;margin-bottom:0}}.testimonials-section{z-index:2;position:relative}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;display:grid}.testimonial-card{text-align:left;flex-direction:column;height:100%;padding:40px 30px;display:flex}.quote-icon{opacity:.2;margin-bottom:20px}.testimonial-text{color:var(--text-white);flex:1;margin-bottom:30px;font-size:1.05rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:16px;display:flex}.author-avatar{width:50px;height:50px;color:var(--cyan-highlight);background:var(--royal-blue);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.author-info h4{color:var(--text-white);margin-bottom:4px;font-size:1rem}.author-info span{color:var(--text-muted);font-size:.85rem}.pricing-section{z-index:2;position:relative}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:center;gap:30px;margin-top:50px;display:grid}.pricing-card{text-align:left;border-radius:20px;flex-direction:column;height:100%;padding:40px;display:flex;position:relative}.pricing-card.popular{z-index:10;background:#0f172acc;border-color:#22d3ee99;transform:scale(1.05);box-shadow:0 20px 40px #0006,0 0 30px #22d3ee26}.popular-badge{background:linear-gradient(135deg, var(--neon-blue), var(--electric-blue));color:var(--text-white);border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:600;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #0ea5e966}.pricing-header{border-bottom:1px solid #ffffff1a;margin-bottom:30px;padding-bottom:30px}.pricing-header h3{color:var(--text-white);margin-bottom:12px;font-size:1.5rem}.pricing-header p{color:var(--text-muted);min-height:45px;margin-bottom:20px;font-size:.95rem}.price{align-items:baseline;gap:4px;display:flex}.amount{font-size:3rem;font-weight:700}.period{color:var(--text-muted);font-size:1rem}.pricing-features{flex:1;margin-bottom:30px}.pricing-features ul{flex-direction:column;gap:16px;display:flex}.pricing-features li{color:var(--text-white);align-items:flex-start;gap:12px;font-size:.95rem;display:flex}.check-icon{flex-shrink:0;margin-top:2px}.pricing-footer{margin-top:auto}.full-width{width:100%}@media (width<=992px){.pricing-card.popular{transform:scale(1)}}.faq-section{z-index:2;position:relative}.faq-container{flex-direction:column;gap:16px;max-width:800px;margin:50px auto 0;display:flex}.faq-item{cursor:pointer;padding:0 24px;transition:all .3s}.faq-item:hover{background:#22d3ee0d}.faq-item.active{background:#0f172ae6;border-color:#22d3ee80}.faq-question{justify-content:space-between;align-items:center;padding:24px 0;display:flex}.faq-question h3{color:var(--text-white);margin:0;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500}.faq-answer-wrapper{overflow:hidden}.faq-answer{padding-bottom:24px}.faq-answer p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.contact-page{min-height:100vh;padding:120px 0 80px}.contact-header{margin-bottom:60px}.contact-header .hero-subtitle{max-width:600px;margin:20px auto 0}.contact-content{grid-template-columns:1fr 1.5fr;align-items:flex-start;gap:40px;display:grid}@media (width<=900px){.contact-content{grid-template-columns:1fr}}.info-card{border-radius:20px;padding:40px}.info-card h3{color:var(--text-light);margin-bottom:10px;font-size:1.5rem}.info-card>p{color:var(--text-gray);margin-bottom:30px}.info-item{align-items:flex-start;gap:15px;margin-bottom:25px;display:flex}.info-item:last-child{margin-bottom:0}.info-item .icon-wrap{background:#00f0ff1a;border-radius:12px;justify-content:center;align-items:center;padding:12px;display:flex}.info-item h4{color:var(--text-light);margin-bottom:5px;font-size:1rem}.info-item a,.info-item p{color:var(--text-gray);font-size:.95rem;text-decoration:none;transition:color .3s}.info-item a:hover{color:var(--cyan-highlight)}.contact-form-wrapper{border-radius:20px;padding:40px}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-gray);font-size:.9rem;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--text-light);background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--cyan-highlight);background:#00f0ff0d;outline:none}.contact-form select option{background:var(--bg-dark);color:var(--text-light)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .btn{justify-content:center;align-items:center;margin-top:10px;display:flex}
