.tech-navbar{background:linear-gradient(135deg,#0a0e27,#1a1f3a 50%,#0a0e27)!important;padding:0!important;box-shadow:0 10px 40px rgba(0,0,0,.5);border-bottom:1px solid rgba(0,212,255,.2);z-index:1000;position:relative;overflow:hidden;min-height:80px;display:flex;align-items:center}.tech-navbar .navbar-bg-animation{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(0,212,255,.05) 50%,transparent);animation:slideRight 8s ease-in-out infinite;pointer-events:none}.tech-navbar .navbar-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,212,255,.1) 0,transparent 70%);animation:rotate 20s linear infinite;pointer-events:none}.tech-navbar .brand-animated{display:flex;align-items:center;gap:15px;position:relative;z-index:2}.tech-navbar .brand-animated .logo-wrapper{position:relative;width:50px;height:50px}.tech-navbar .brand-animated .logo-wrapper .logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 10px rgba(0,212,255,.5));transition:all .3s ease}.tech-navbar .brand-animated .logo-wrapper .logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:radial-gradient(circle,rgba(0,212,255,.3) 0,transparent 70%);animation:pulse 2s ease-in-out infinite;pointer-events:none}.tech-navbar .brand-animated .brand-text{font-size:24px;font-weight:700;background:linear-gradient(135deg,#fff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px;position:relative}.tech-navbar .brand-animated .brand-text:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00d4ff,transparent);transform:scaleX(0);transition:transform .3s ease}.tech-navbar .brand-animated:hover .logo-img{transform:rotate(1turn) scale(1.1);filter:drop-shadow(0 0 20px rgba(0,212,255,.8))}.tech-navbar .brand-animated:hover .brand-text:after{transform:scaleX(1)}.tech-navbar .nav-item-animated{position:relative;margin:0 5px}.tech-navbar .nav-item-animated .nav-link{color:hsla(0,0%,100%,.9)!important;font-weight:500;padding:12px 24px!important;transition:all .3s ease;position:relative;overflow:hidden;border-radius:8px;display:block}.tech-navbar .nav-item-animated .nav-link .nav-link-text{position:relative;z-index:2;transition:all .3s ease}.tech-navbar .nav-item-animated .nav-link .nav-link-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,212,255,.2),rgba(0,153,255,.2));transform:translateY(100%);transition:transform .3s ease;border-radius:8px}.tech-navbar .nav-item-animated .nav-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(0,212,255,.3) 0,transparent 70%);transform:translate(-50%,-50%);transition:all .5s ease;border-radius:50%}.tech-navbar .nav-item-animated .nav-link:hover{color:#00d4ff!important;transform:translateY(-3px);text-shadow:0 0 20px rgba(0,212,255,.5)}.tech-navbar .nav-item-animated .nav-link:hover .nav-link-bg{transform:translateY(0)}.tech-navbar .nav-item-animated .nav-link:hover:before{width:200px;height:200px}@keyframes slideRight{0%,to{transform:translateX(-100%)}50%{transform:translateX(100%)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}}.footer-tech{position:relative;background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#fff;overflow:hidden}.footer-tech .footer-content{position:relative;z-index:2;padding:60px 0 40px}.footer-tech .footer-content .footer-title{font-size:1.2rem;font-weight:700;margin-bottom:25px;color:#00d4ff;position:relative;padding-bottom:10px}.footer-tech .footer-content .footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#00d4ff,transparent)}.footer-tech .footer-content .footer-certifications .cert-items .cert-item{display:flex;align-items:center;gap:10px;margin-bottom:15px;transition:all .3s ease}.footer-tech .footer-content .footer-certifications .cert-items .cert-item:hover{transform:translateX(5px)}.footer-tech .footer-content .footer-certifications .cert-items .cert-item .cert-icon{font-size:1.2rem}.footer-tech .footer-content .footer-certifications .cert-items .cert-item .cert-img{width:14px;height:14px;margin-right:5px}.footer-tech .footer-content .footer-certifications .cert-items .cert-item a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer-tech .footer-content .footer-certifications .cert-items .cert-item a:hover{color:#00d4ff}.footer-tech .footer-content .footer-contact .contact-items .contact-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;transition:all .3s ease}.footer-tech .footer-content .footer-contact .contact-items .contact-item:hover{transform:translateX(5px)}.footer-tech .footer-content .footer-contact .contact-items .contact-item .contact-icon{font-size:1.5rem;flex-shrink:0}.footer-tech .footer-content .footer-contact .contact-items .contact-item .contact-content .contact-label{display:block;font-size:.8rem;color:hsla(0,0%,100%,.6);margin-bottom:5px}.footer-tech .footer-content .footer-contact .contact-items .contact-item .contact-content a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-tech .footer-content .footer-contact .contact-items .contact-item .contact-content a:hover{color:#00d4ff}.footer-tech .footer-content .footer-qr .qr-wrapper{position:relative;display:inline-block;padding:15px;background:#fff;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.footer-tech .footer-content .footer-qr .qr-wrapper img{width:150px;height:150px;display:block}.footer-tech .footer-content .footer-bottom{margin-top:50px;padding-top:30px;border-top:1px solid rgba(0,212,255,.2);text-align:center}.footer-tech .footer-content .footer-bottom .copyright{color:hsla(0,0%,100%,.7);font-size:.9rem}.footer-tech .footer-content .footer-bottom .copyright a{color:#00d4ff;text-decoration:none;font-weight:600;transition:all .3s ease}.footer-tech .footer-content .footer-bottom .copyright a:hover{text-shadow:0 0 10px rgba(0,212,255,.5)}.footer-tech .footer-content .footer-bottom .copyright .divider{margin:0 10px;color:hsla(0,0%,100%,.3)}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}.slice{padding:20px 0}.hero-section{background:linear-gradient(135deg,#0a0e27,#1a1f3a 30%,#0f2027 70%,#000)!important;position:relative;overflow:hidden;min-height:600px;padding-top:80px;padding-bottom:0}.hero-section .hero-particles{background-image:radial-gradient(circle at 20% 30%,rgba(0,212,255,.15) 0,transparent 30%),radial-gradient(circle at 80% 70%,rgba(0,153,255,.15) 0,transparent 30%),radial-gradient(circle at 40% 80%,rgba(0,212,255,.1) 0,transparent 25%),radial-gradient(circle at 90% 20%,rgba(0,153,255,.1) 0,transparent 25%);animation:particleFloat 20s ease-in-out infinite}.hero-section .hero-grid-overlay,.hero-section .hero-particles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero-section .hero-grid-overlay{background-image:linear-gradient(rgba(0,212,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,212,255,.03) 1px,transparent 0);background-size:50px 50px;animation:gridMove 30s linear infinite}.hero-section .hero-gradient-orbs{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.hero-section .hero-gradient-orbs .orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.hero-section .hero-gradient-orbs .orb.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(0,212,255,.4) 0,transparent 70%);top:-100px;left:-100px;animation:orbFloat1 15s ease-in-out infinite}.hero-section .hero-gradient-orbs .orb.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(0,153,255,.3) 0,transparent 70%);bottom:-150px;right:-150px;animation:orbFloat2 18s ease-in-out infinite}.hero-section .hero-gradient-orbs .orb.orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(0,212,255,.3) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:orbFloat3 12s ease-in-out infinite}.hero-section .hero-content-wrapper{position:relative;z-index:2}.hero-section .hero-badge{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto 20px;animation:fadeInDown .8s ease}.hero-section .hero-badge .badge-inner{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,rgba(0,212,255,.2),rgba(0,153,255,.2));border:1px solid rgba(0,212,255,.3);border-radius:20px;color:#00d4ff;font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase;position:relative;overflow:hidden}.hero-section .hero-badge .badge-inner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:shimmer 2s infinite}.hero-section .hero-title{font-size:3.5rem;font-weight:800;position:relative;margin-bottom:20px;animation:fadeInUp 1s ease}.hero-section .hero-title .title-line{background:linear-gradient(135deg,#fff,#00d4ff 50%,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.hero-section .hero-title .title-glow{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d4ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(20px);opacity:.5;animation:titleGlow 3s ease-in-out infinite}.hero-section .hero-subtitle{font-weight:300;animation:fadeInUp 1.2s ease}.hero-section .hero-subtitle .subtitle-text{color:hsla(0,0%,100%,.85);font-size:1.25rem;letter-spacing:.5px;position:relative;display:inline-block}.hero-section .hero-subtitle .subtitle-text:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.5),transparent)}.hero-section .hero-buttons{margin-top:30px;animation:fadeInUp 1.4s ease;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.hero-section .hero-buttons .btn-tech-primary,.hero-section .hero-buttons .btn-tech-secondary{position:relative;overflow:hidden;border-radius:30px;font-size:16px;font-weight:600;padding:14px 35px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.hero-section .hero-buttons .btn-tech-primary .btn-content,.hero-section .hero-buttons .btn-tech-secondary .btn-content{position:relative;z-index:2;display:flex;align-items:center;gap:10px}.hero-section .hero-buttons .btn-tech-primary .btn-content .btn-icon,.hero-section .hero-buttons .btn-tech-secondary .btn-content .btn-icon{font-size:18px;transition:transform .3s ease}.hero-section .hero-buttons .btn-tech-primary .btn-bg,.hero-section .hero-buttons .btn-tech-secondary .btn-bg{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s ease}.hero-section .hero-buttons .btn-tech-primary:hover,.hero-section .hero-buttons .btn-tech-secondary:hover{transform:translateY(-5px) scale(1.05)}.hero-section .hero-buttons .btn-tech-primary:hover .btn-icon,.hero-section .hero-buttons .btn-tech-secondary:hover .btn-icon{transform:translateX(5px)}.hero-section .hero-buttons .btn-tech-primary{background:linear-gradient(135deg,#00d4ff,#09f);color:#fff;border:none;box-shadow:0 10px 30px rgba(0,212,255,.4)}.hero-section .hero-buttons .btn-tech-primary .btn-bg{background:linear-gradient(135deg,#09f,#07f);opacity:0}.hero-section .hero-buttons .btn-tech-primary:hover{box-shadow:0 15px 40px rgba(0,212,255,.6)}.hero-section .hero-buttons .btn-tech-primary:hover .btn-bg{opacity:1}.hero-section .hero-buttons .btn-tech-secondary{background:transparent;color:#fff;border:2px solid rgba(0,212,255,.5);box-shadow:0 10px 30px rgba(0,212,255,.2)}.hero-section .hero-buttons .btn-tech-secondary .btn-bg{background:linear-gradient(135deg,rgba(0,212,255,.2),rgba(0,153,255,.2));opacity:0}.hero-section .hero-buttons .btn-tech-secondary:hover{border-color:#00d4ff;box-shadow:0 15px 40px rgba(0,212,255,.4)}.hero-section .hero-buttons .btn-tech-secondary:hover .btn-bg{opacity:1}.hero-section .hero-image-wrapper{animation:fadeInRight 1.2s ease}.hero-section .hero-image-wrapper .image-frame{position:relative;padding:20px;background:rgba(0,212,255,.05);border:1px solid rgba(0,212,255,.2);border-radius:20px;overflow:hidden}.hero-section .hero-image-wrapper .image-frame .frame-corner{position:absolute;width:30px;height:30px;border:2px solid #00d4ff}.hero-section .hero-image-wrapper .image-frame .frame-corner.frame-corner-tl{top:0;left:0;border-right:none;border-bottom:none;border-top-left-radius:20px}.hero-section .hero-image-wrapper .image-frame .frame-corner.frame-corner-tr{top:0;right:0;border-left:none;border-bottom:none;border-top-right-radius:20px}.hero-section .hero-image-wrapper .image-frame .frame-corner.frame-corner-bl{bottom:0;left:0;border-right:none;border-top:none;border-bottom-left-radius:20px}.hero-section .hero-image-wrapper .image-frame .frame-corner.frame-corner-br{bottom:0;right:0;border-left:none;border-top:none;border-bottom-right-radius:20px}.hero-section .hero-image-wrapper .image-frame .hero-image{max-height:430px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:float 4s ease-in-out infinite}.hero-section .hero-image-wrapper .image-frame .image-scan-line{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.8),transparent);animation:scanLine 3s linear infinite;pointer-events:none}.hero-section .wave-container{position:absolute;bottom:0;left:0;right:0;height:150px;overflow:hidden;pointer-events:none}.hero-section .wave-container .wave{position:absolute;bottom:0;left:0;width:100%;height:100%}.hero-section .wave-container .wave.wave1{z-index:3;opacity:.8}.hero-section .wave-container .wave.wave2{z-index:2;opacity:.5}.hero-section .wave-container .wave.wave3{z-index:1;opacity:.3}.hero-section .wave-container .hero-wave{fill:#fff;animation:waveMove 10s ease-in-out infinite}.hero-section .wave-container .wave-path-1{animation:wavePath1 8s ease-in-out infinite}.hero-section .wave-container .wave-path-2{animation:wavePath2 10s ease-in-out infinite}.hero-section .wave-container .wave-path-3{animation:wavePath3 12s ease-in-out infinite}@keyframes particleFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(30px,10px) scale(1.05)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@keyframes orbFloat1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(100px,50px) scale(1.2)}}@keyframes orbFloat2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-80px,-60px) scale(1.1)}}@keyframes orbFloat3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.3)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes titleGlow{0%,to{opacity:.3}50%{opacity:.6}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes scanLine{0%{top:0;opacity:0}50%{opacity:1}to{top:100%;opacity:0}}@keyframes waveMove{0%,to{transform:translateX(0)}50%{transform:translateX(-25px)}}@keyframes wavePath1{0%,to{d:path("M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z")}50%{d:path("M0,160L48,170.7C96,181,192,203,288,213.3C384,224,480,224,576,213.3C672,203,768,181,864,186.7C960,192,1056,224,1152,229.3C1248,235,1344,213,1392,202.7L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z")}}@keyframes wavePath2{0%,to{d:path("M0,256L48,240C96,224,192,192,288,186.7C384,181,480,203,576,218.7C672,235,768,245,864,234.7C960,224,1056,192,1152,186.7C1248,181,1344,203,1392,213.3L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z")}50%{d:path("M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,213.3C672,224,768,224,864,218.7C960,213,1056,203,1152,208C1248,213,1344,235,1392,245.3L1440,256L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z")}}@keyframes wavePath3{0%,to{d:path("M0,288L48,272C96,256,192,224,288,213.3C384,203,480,213,576,229.3C672,245,768,267,864,261.3C960,256,1056,224,1152,213.3C1248,203,1344,213,1392,218.7L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z")}50%{d:path("M0,261.3L48,250.7C96,240,192,218.7,288,218.7C384,218.7,480,240,576,250.7C672,261.3,768,261.3,864,256C960,250.7,1056,240,1152,234.7C1248,229.3,1344,229.3,1392,229.3L1440,229.3L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z")}}.mask{position:absolute;top:0;left:0;width:100%;height:508px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.alpha-7,.alpha-container:hover .alpha-7--hover{opacity:.7}.card{margin-bottom:30px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:none;border-radius:15px;transition:all .3s ease;background:#fff}.card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,212,255,.2)}.lh-130{color:#1a1f3a;font-weight:700}#operation .badge{font-size:22px}.badge-primary{font-size:18px!important;background:linear-gradient(135deg,#00d4ff,#09f)!important;padding:8px 16px;border-radius:8px}.btn-primary{background:linear-gradient(135deg,#00d4ff,#09f);border:none;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,212,255,.4)}.about-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,rgba(0,212,255,.05) 0,transparent 50%),radial-gradient(circle at 70% 30%,rgba(0,153,255,.05) 0,transparent 50%);pointer-events:none}.section-title{font-size:2.5rem;font-weight:700;color:#1a1f3a;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#00d4ff,#09f);border-radius:2px}.about-list{text-align:left;color:#555;font-size:16px;line-height:1.8}.about-list li{position:relative;padding-left:25px;margin-bottom:15px}.about-list li:before{content:"▸";position:absolute;left:0;color:#00d4ff;font-weight:700}.about-card{box-shadow:0 15px 35px rgba(0,0,0,.1);border-radius:15px;overflow:hidden;transition:all .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,212,255,.2)}.process-section{background:linear-gradient(135deg,#fff,#f8f9fa)}.process-cards{background:linear-gradient(180deg,#f8f9fa,#fff)}.process-card{position:relative;overflow:hidden;border:1px solid rgba(0,212,255,.1);transition:all .3s ease}.process-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00d4ff,#09f);transform:scaleX(0);transition:transform .3s ease}.process-card:hover{border-color:rgba(0,212,255,.3);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,212,255,.15)}.process-card:hover:before{transform:scaleX(1)}.solutions-section{padding:100px 0;background:linear-gradient(180deg,#fff,#f8f9fa);position:relative}.solutions-section .section-header{margin-bottom:60px}.solutions-section .section-header .section-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(0,153,255,.1));border:1px solid rgba(0,212,255,.3);border-radius:20px;color:#00d4ff;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}.solutions-section .section-header .section-title-main{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#1a1f3a,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:15px}.solutions-section .section-header .section-subtitle{color:#666;font-size:1.1rem;font-weight:300}.solutions-section .solution-card{position:relative;background:#fff;border-radius:20px;padding:40px 30px;margin-bottom:30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;border:1px solid rgba(0,212,255,.1)}.solutions-section .solution-card .card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,212,255,.1) 0,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.solutions-section .solution-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,212,255,.2);border-color:rgba(0,212,255,.3)}.solutions-section .solution-card:hover .card-glow{opacity:1}.solutions-section .solution-card:hover .icon-ring{transform:scale(1.2);opacity:1}.solutions-section .solution-card:hover .card-link{color:#00d4ff}.solutions-section .solution-card:hover .card-link .link-arrow{transform:translateX(5px)}.solutions-section .solution-card .card-content{position:relative;z-index:2}.solutions-section .solution-card .card-content .card-icon-wrapper{position:relative;width:120px;height:120px;margin:0 auto 30px}.solutions-section .solution-card .card-content .card-icon-wrapper .icon-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(0,153,255,.1));border-radius:50%}.solutions-section .solution-card .card-content .card-icon-wrapper .card-icon{position:relative;width:80px;height:80px;-o-object-fit:contain;object-fit:contain;z-index:2}.solutions-section .solution-card .card-content .card-icon-wrapper .icon-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:100%;height:100%;border:2px solid rgba(0,212,255,.3);border-radius:50%;opacity:.5;transition:all .4s ease}.solutions-section .solution-card .card-content .card-title{font-size:1.5rem;font-weight:700;color:#1a1f3a;margin-bottom:15px}.solutions-section .solution-card .card-content .card-description{color:#666;line-height:1.8;margin-bottom:20px;font-size:.95rem}.solutions-section .solution-card .card-content .card-footer .card-link{display:inline-flex;align-items:center;gap:8px;color:#1a1f3a;font-weight:600;text-decoration:none;transition:all .3s ease}.solutions-section .solution-card .card-content .card-footer .card-link .link-arrow{transition:transform .3s ease}.about-section-new{padding:100px 0;background:linear-gradient(135deg,#0a0e27,#1a1f3a);position:relative;overflow:hidden}.about-section-new .about-bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,212,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,212,255,.03) 1px,transparent 0);background-size:50px 50px;pointer-events:none}.about-section-new .about-image-wrapper{position:relative}.about-section-new .about-image-wrapper .image-frame-new{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.3)}.about-section-new .about-image-wrapper .image-frame-new .frame-decoration{position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid rgba(0,212,255,.3);border-radius:20px;pointer-events:none;z-index:2}.about-section-new .about-image-wrapper .image-frame-new img{width:100%;display:block}.about-section-new .about-image-wrapper .image-frame-new .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(0,153,255,.1));pointer-events:none}.about-section-new .about-image-wrapper .floating-badge{position:absolute;bottom:-20px;right:-20px;background:linear-gradient(135deg,#00d4ff,#09f);color:#fff;padding:20px;border-radius:15px;box-shadow:0 10px 30px rgba(0,212,255,.4);text-align:center;animation:float 3s ease-in-out infinite}.about-section-new .about-image-wrapper .floating-badge .badge-number{display:block;font-size:2rem;font-weight:800}.about-section-new .about-image-wrapper .floating-badge .badge-text{display:block;font-size:.85rem;font-weight:500}.about-section-new .about-content .section-header-left{margin-bottom:40px}.about-section-new .about-content .section-header-left .section-badge{display:inline-block;padding:8px 20px;background:rgba(0,212,255,.2);border:1px solid rgba(0,212,255,.3);border-radius:20px;color:#00d4ff;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}.about-section-new .about-content .section-header-left .section-title-main{font-size:2.5rem;font-weight:800;color:#fff;margin:0}.about-section-new .about-content .about-features .feature-item{display:flex;gap:20px;margin-bottom:30px;padding:20px;background:hsla(0,0%,100%,.05);border-radius:15px;border:1px solid rgba(0,212,255,.1);transition:all .3s ease}.about-section-new .about-content .about-features .feature-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(0,212,255,.3);transform:translateX(10px)}.about-section-new .about-content .about-features .feature-item .feature-icon{font-size:2.5rem;flex-shrink:0}.about-section-new .about-content .about-features .feature-item .feature-content h5{color:#00d4ff;font-weight:700;margin-bottom:10px;font-size:1.1rem}.about-section-new .about-content .about-features .feature-item .feature-content p{color:hsla(0,0%,100%,.8);line-height:1.6;margin:0;font-size:.95rem}.about-section-new .about-content .about-cta{margin-top:40px}.process-section-new{padding:100px 0 50px;background:linear-gradient(180deg,#fff,#f8f9fa)}.process-section-new .section-header{margin-bottom:60px}.process-section-new .section-header .section-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(0,153,255,.1));border:1px solid rgba(0,212,255,.3);border-radius:20px;color:#00d4ff;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}.process-section-new .section-header .section-title-main{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#1a1f3a,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:15px}.process-section-new .section-header .section-subtitle{color:#666;font-size:1.1rem;font-weight:300}.process-timeline{padding:50px 0 100px;background:linear-gradient(180deg,#f8f9fa,#fff)}.process-timeline .timeline-wrapper{position:relative}.process-timeline .timeline-wrapper .timeline-line{position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:100%;background:linear-gradient(180deg,#00d4ff,#09f);opacity:.3;z-index:0}.process-timeline .timeline-wrapper .process-step{position:relative;background:#fff;padding:30px;margin-bottom:30px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid rgba(0,212,255,.1);transition:all .4s ease;z-index:1}.process-timeline .timeline-wrapper .process-step:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,212,255,.2);border-color:rgba(0,212,255,.3)}.process-timeline .timeline-wrapper .process-step:hover .step-number .number-glow{opacity:1;transform:translate(-50%,-50%) scale(1.5)}.process-timeline .timeline-wrapper .process-step .step-number{position:relative;display:inline-block;margin-bottom:20px}.process-timeline .timeline-wrapper .process-step .step-number .number-text{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#00d4ff,#09f);color:#fff;font-size:1.5rem;font-weight:800;border-radius:50%;box-shadow:0 5px 20px rgba(0,212,255,.4)}.process-timeline .timeline-wrapper .process-step .step-number .number-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:60px;height:60px;background:radial-gradient(circle,rgba(0,212,255,.3) 0,transparent 70%);border-radius:50%;opacity:0;transition:all .4s ease;z-index:1}.process-timeline .timeline-wrapper .process-step .step-content .step-title{font-size:1.3rem;font-weight:700;color:#1a1f3a;margin-bottom:15px}.process-timeline .timeline-wrapper .process-step .step-content .step-details{display:flex;flex-wrap:wrap;gap:10px}.process-timeline .timeline-wrapper .process-step .step-content .step-details .detail-item{display:inline-block;padding:6px 15px;background:rgba(0,212,255,.1);color:#09f;border-radius:20px;font-size:.85rem;font-weight:500}