.page-module___8aEwW__landing-page{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden}
.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:0 0;border-bottom:none;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__navbar-logo{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__logo-img{object-fit:contain;background:var(--bg-section-alt);border-radius:50%;width:50px;height:50px;padding:5px;transition:transform .3s;box-shadow:0 0 20px #60a5fa4d}.Navbar-module__cJzEcG__logo-img:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__logo-text{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700}.Navbar-module__cJzEcG__navbar-links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navbar-links a{color:var(--text-secondary);font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__cJzEcG__navbar-links a.Navbar-module__cJzEcG__active{color:#60a5fa;position:relative}.Navbar-module__cJzEcG__navbar-links a.Navbar-module__cJzEcG__active:after{width:100%}.Navbar-module__cJzEcG__navbar-links a:after{content:"";background:linear-gradient(90deg,#60a5fa,#a78bfa);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Navbar-module__cJzEcG__navbar-links a:hover{color:#60a5fa}.Navbar-module__cJzEcG__navbar-links a:hover:after{width:100%}.Navbar-module__cJzEcG__mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--text-secondary);border-radius:3px;width:100%;height:3px;transition:all .3s}.Navbar-module__cJzEcG__theme-toggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;margin-left:1rem;padding:.5rem;font-size:1.2rem;transition:all .3s;display:flex}.Navbar-module__cJzEcG__theme-toggle:hover{background:var(--bg-card);color:#60a5fa;transform:rotate(15deg)}@media (max-width:768px){.Navbar-module__cJzEcG__theme-toggle{background:0 0;width:40px;height:40px;margin-top:1rem;margin-left:0}}@media (max-width:1024px){.Navbar-module__cJzEcG__navbar-container{padding:0 1.5rem}}@media (max-width:768px){.Navbar-module__cJzEcG__navbar-container{padding:0 1.5rem}.Navbar-module__cJzEcG__mobile-menu-btn{display:flex}.Navbar-module__cJzEcG__mobile-menu-btn.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:first-child{background-color:#60a5fa;transform:translateY(9px)rotate(45deg)}.Navbar-module__cJzEcG__mobile-menu-btn.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:nth-child(2){opacity:0}.Navbar-module__cJzEcG__mobile-menu-btn.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:nth-child(3){background-color:#60a5fa;transform:translateY(-9px)rotate(-45deg)}.Navbar-module__cJzEcG__navbar-links{background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:70%;height:100vh;padding-top:4rem;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #00000080}.Navbar-module__cJzEcG__navbar-links.Navbar-module__cJzEcG__active{right:0}.Navbar-module__cJzEcG__navbar-links a{text-align:center;width:100%;padding:1rem;font-size:1.2rem}.Navbar-module__cJzEcG__navbar-links a:hover{background:var(--border-light);color:#60a5fa}.Navbar-module__cJzEcG__navbar-links a:after{display:none}}@media (max-width:640px){.Navbar-module__cJzEcG__navbar{padding:.75rem 0}.Navbar-module__cJzEcG__navbar-container{padding:0 .75rem}.Navbar-module__cJzEcG__logo-text{font-size:1.1rem}.Navbar-module__cJzEcG__logo-img{width:40px;height:40px}.Navbar-module__cJzEcG__navbar-links{width:85%}}
.HeroSection-module__sBkrQG__hero{text-align:center;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:visible}.HeroSection-module__sBkrQG__hero:before{content:"";display:none}.HeroSection-module__sBkrQG__hero:after{content:"";background:var(--hero-background);z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__heroBgLogo{background-image:var(--hero-bg-logo,url(/hero-bg-logo.png));width:500px;height:500px;opacity:var(--hero-bg-opacity,.4);z-index:1;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:contain;animation:6s ease-in-out infinite HeroSection-module__sBkrQG__logoFloat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes HeroSection-module__sBkrQG__logoFloat{0%,to{filter:drop-shadow(0 0 20px #3b82f64d);margin-top:0}50%{filter:drop-shadow(0 0 35px #3b82f680);margin-top:-20px}}@keyframes HeroSection-module__sBkrQG__logoSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.HeroSection-module__sBkrQG__hero-content{z-index:2;max-width:1200px;animation:1s ease-out HeroSection-module__sBkrQG__fadeInUp;position:relative}.HeroSection-module__sBkrQG__logo{filter:drop-shadow(0 0 20px #38bdf880);width:120px;height:auto;margin-bottom:2rem}.HeroSection-module__sBkrQG__hero h1{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800}.HeroSection-module__sBkrQG__hero p{color:var(--text-secondary);margin-bottom:3rem;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6}.HeroSection-module__sBkrQG__cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.HeroSection-module__sBkrQG__btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.HeroSection-module__sBkrQG__btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);box-shadow:0 10px 30px #3b82f64d}.HeroSection-module__sBkrQG__btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.HeroSection-module__sBkrQG__btn-secondary{color:#fff;background:0 0;border:2px solid #60a5fa}.HeroSection-module__sBkrQG__btn-secondary:hover{background:var(--border-light);transform:translateY(-3px)}@keyframes HeroSection-module__sBkrQG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__sBkrQG__scroll-indicator{z-index:5;opacity:.8;flex-direction:column;align-items:center;display:none;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__scroll-indicator span{border-bottom:3px solid var(--arrow-color);border-right:3px solid var(--arrow-color);width:20px;height:20px;margin:-10px;animation:2s infinite HeroSection-module__sBkrQG__scroll;display:block;transform:rotate(45deg)}.HeroSection-module__sBkrQG__scroll-indicator span:nth-child(2){animation-delay:-.2s}.HeroSection-module__sBkrQG__scroll-indicator span:nth-child(3){animation-delay:-.4s}@keyframes HeroSection-module__sBkrQG__scroll{0%{opacity:0;transform:rotate(45deg)translate(-20px,-20px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg)translate(20px,20px)}}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{min-height:90vh;padding:5rem 1.5rem 1.5rem}.HeroSection-module__sBkrQG__scroll-indicator{display:flex}.HeroSection-module__sBkrQG__hero:before{background-size:50%}.HeroSection-module__sBkrQG__logo{width:100px;margin-bottom:1.5rem}.HeroSection-module__sBkrQG__hero h1{margin-bottom:1.25rem}.HeroSection-module__sBkrQG__hero p{margin-bottom:2.5rem}.HeroSection-module__sBkrQG__cta-buttons{gap:1rem}.HeroSection-module__sBkrQG__btn{padding:.9rem 2rem;font-size:1rem}}@media (max-width:640px){.HeroSection-module__sBkrQG__hero{min-height:85vh;padding:4.5rem 1rem 1rem}.HeroSection-module__sBkrQG__hero:before{background-size:40%}.HeroSection-module__sBkrQG__logo{width:80px;margin-bottom:1rem}.HeroSection-module__sBkrQG__hero h1{margin-bottom:1rem}.HeroSection-module__sBkrQG__hero p{margin-bottom:2rem;padding:0 .5rem}.HeroSection-module__sBkrQG__cta-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.HeroSection-module__sBkrQG__btn{width:100%;padding:.85rem 1.5rem;font-size:.95rem}}@media (max-width:480px){.HeroSection-module__sBkrQG__hero{padding:4rem .75rem .75rem}.HeroSection-module__sBkrQG__logo{width:70px}.HeroSection-module__sBkrQG__hero p{padding:0;font-size:1rem}.HeroSection-module__sBkrQG__btn{padding:.8rem 1.25rem;font-size:.9rem}}
.Services-module__dpHhBa__services{background:var(--bg-section-alt);width:100%;padding:6rem 2rem;position:relative}.Services-module__dpHhBa__container{max-width:1200px;margin:0 auto}.Services-module__dpHhBa__section-title{text-align:center;background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Services-module__dpHhBa__section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:4rem;font-size:1.2rem}.Services-module__dpHhBa__services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.Services-module__dpHhBa__service-card{background:var(--bg-section-gradient);border:1px solid var(--border-light);border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.Services-module__dpHhBa__service-card:before{content:"";background:linear-gradient(90deg,#3b82f6,#8b5cf6);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__dpHhBa__service-card:hover:before{transform:scaleX(1)}.Services-module__dpHhBa__service-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card);transform:translateY(-10px)}.Services-module__dpHhBa__service-icon{color:#60a5fa;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:3rem;display:inline-flex}.Services-module__dpHhBa__service-icon svg{stroke-width:1.5px;width:1em;height:1em}.Services-module__dpHhBa__service-card h3{color:#60a5fa;margin-bottom:1rem;font-size:1.5rem}.Services-module__dpHhBa__service-card p{color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.Services-module__dpHhBa__services{padding:4rem 1.5rem}.Services-module__dpHhBa__section-subtitle{margin-bottom:3rem;font-size:1.1rem}.Services-module__dpHhBa__services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.Services-module__dpHhBa__service-card{padding:2rem}.Services-module__dpHhBa__service-icon{margin-bottom:1.25rem;font-size:2.5rem}.Services-module__dpHhBa__service-card h3{font-size:1.3rem}.Services-module__dpHhBa__service-card p{font-size:.95rem}}@media (max-width:640px){.Services-module__dpHhBa__services{padding:3rem 1rem}.Services-module__dpHhBa__section-subtitle{margin-bottom:2.5rem;padding:0 1rem;font-size:1rem}.Services-module__dpHhBa__services-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.Services-module__dpHhBa__service-card{padding:1.75rem}.Services-module__dpHhBa__service-icon{margin-bottom:1rem;font-size:2.25rem}.Services-module__dpHhBa__service-card h3{margin-bottom:.75rem;font-size:1.2rem}.Services-module__dpHhBa__service-card p{font-size:.9rem;line-height:1.5}}@media (max-width:480px){.Services-module__dpHhBa__services{padding:2.5rem .75rem}.Services-module__dpHhBa__section-subtitle{margin-bottom:2rem;font-size:.95rem}.Services-module__dpHhBa__services-grid{gap:1rem}.Services-module__dpHhBa__service-card{padding:1.5rem}.Services-module__dpHhBa__service-icon{font-size:2rem}.Services-module__dpHhBa__service-card h3{font-size:1.1rem}.Services-module__dpHhBa__service-card p{font-size:.85rem}}
.SpecialOffer-module__hTF78a__special-offer{background:linear-gradient(135deg,#1e3a8a 0%,#7c3aed 100%);width:100%;padding:6rem 2rem;position:relative;overflow:hidden}.SpecialOffer-module__hTF78a__special-offer:before{content:"🎓";opacity:.05;font-size:20rem;position:absolute;top:50%;right:-5rem;transform:translateY(-50%)}.SpecialOffer-module__hTF78a__offer-content{text-align:center;max-width:800px;margin:0 auto;position:relative}.SpecialOffer-module__hTF78a__offer-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-weight:600;display:inline-block}.SpecialOffer-module__hTF78a__offer-content h2{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.SpecialOffer-module__hTF78a__offer-content p{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.SpecialOffer-module__hTF78a__btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.SpecialOffer-module__hTF78a__btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);box-shadow:0 10px 30px #3b82f64d}.SpecialOffer-module__hTF78a__btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}@media (max-width:768px){.SpecialOffer-module__hTF78a__special-offer{padding:4rem 1.5rem}.SpecialOffer-module__hTF78a__special-offer:before{font-size:15rem;right:-4rem}.SpecialOffer-module__hTF78a__offer-content h2{margin-bottom:1.25rem}.SpecialOffer-module__hTF78a__offer-content p{margin-bottom:1.75rem;font-size:1.1rem}.SpecialOffer-module__hTF78a__btn{padding:.9rem 2rem;font-size:1rem}}@media (max-width:640px){.SpecialOffer-module__hTF78a__special-offer{padding:3rem 1rem}.SpecialOffer-module__hTF78a__special-offer:before{font-size:12rem;right:-3rem}.SpecialOffer-module__hTF78a__offer-badge{margin-bottom:1.25rem;padding:.4rem 1.25rem;font-size:.9rem}.SpecialOffer-module__hTF78a__offer-content h2{margin-bottom:1rem}.SpecialOffer-module__hTF78a__offer-content p{margin-bottom:1.5rem;padding:0 .5rem;font-size:1rem}.SpecialOffer-module__hTF78a__btn{width:100%;max-width:300px;padding:.85rem 1.75rem;font-size:.95rem}}@media (max-width:480px){.SpecialOffer-module__hTF78a__special-offer{padding:2.5rem .75rem}.SpecialOffer-module__hTF78a__special-offer:before{font-size:10rem;right:-2rem}.SpecialOffer-module__hTF78a__offer-badge{padding:.35rem 1rem;font-size:.85rem}.SpecialOffer-module__hTF78a__offer-content p{padding:0;font-size:.95rem}.SpecialOffer-module__hTF78a__btn{padding:.8rem 1.5rem;font-size:.9rem}}
.Projects-module__2BoJ-q__projects{background:var(--bg-section-gradient);width:100%;padding:6rem 2rem;position:relative}.Projects-module__2BoJ-q__container{max-width:1200px;margin:0 auto}.Projects-module__2BoJ-q__section-title{text-align:center;background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Projects-module__2BoJ-q__section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:4rem;font-size:1.2rem}.Projects-module__2BoJ-q__projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem;display:grid}.Projects-module__2BoJ-q__project-card{background:var(--bg-section-gradient);border:1px solid var(--border-light);border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.Projects-module__2BoJ-q__project-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card);transform:translateY(-10px)}.Projects-module__2BoJ-q__video-container{background:#000;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.Projects-module__2BoJ-q__project-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Projects-module__2BoJ-q__project-info{padding:2rem}.Projects-module__2BoJ-q__project-info h3{color:#60a5fa;margin-bottom:.75rem;font-size:1.5rem}.Projects-module__2BoJ-q__project-info p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.Projects-module__2BoJ-q__project-tags{flex-wrap:wrap;gap:.75rem;display:flex}.Projects-module__2BoJ-q__project-tags span{background:var(--border-light);color:#60a5fa;border:1px solid #60a5fa33;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}@media (max-width:768px){.Projects-module__2BoJ-q__projects{padding:4rem 1.5rem}.Projects-module__2BoJ-q__section-subtitle{margin-bottom:3rem;font-size:1.1rem}.Projects-module__2BoJ-q__projects-grid{grid-template-columns:1fr;gap:2rem}.Projects-module__2BoJ-q__project-info{padding:1.75rem}.Projects-module__2BoJ-q__project-info h3{font-size:1.3rem}.Projects-module__2BoJ-q__project-info p{font-size:.95rem}.Projects-module__2BoJ-q__project-tags span{padding:.35rem .85rem;font-size:.8rem}}@media (max-width:640px){.Projects-module__2BoJ-q__projects{padding:3rem 1rem}.Projects-module__2BoJ-q__section-subtitle{margin-bottom:2.5rem;padding:0 1rem;font-size:1rem}.Projects-module__2BoJ-q__projects-grid{gap:1.5rem;margin-top:2rem}.Projects-module__2BoJ-q__project-info{padding:1.5rem}.Projects-module__2BoJ-q__project-info h3{margin-bottom:.5rem;font-size:1.2rem}.Projects-module__2BoJ-q__project-info p{margin-bottom:1.25rem;font-size:.9rem}.Projects-module__2BoJ-q__project-tags{gap:.5rem}.Projects-module__2BoJ-q__project-tags span{padding:.3rem .75rem;font-size:.75rem}}@media (max-width:480px){.Projects-module__2BoJ-q__projects{padding:2.5rem .75rem}.Projects-module__2BoJ-q__section-subtitle{margin-bottom:2rem;font-size:.95rem}.Projects-module__2BoJ-q__projects-grid{gap:1.25rem}.Projects-module__2BoJ-q__project-info{padding:1.25rem}.Projects-module__2BoJ-q__project-info h3{font-size:1.1rem}.Projects-module__2BoJ-q__project-info p{font-size:.85rem;line-height:1.5}}
.Features-module__zvCZ4q__features{background:var(--bg-section-gradient);width:100%;padding:6rem 2rem;position:relative}.Features-module__zvCZ4q__features:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#60a5fa08 0%,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf608 0%,#0000 50%);position:absolute;inset:0}.Features-module__zvCZ4q__container{max-width:1200px;margin:0 auto}.Features-module__zvCZ4q__section-title{text-align:center;background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Features-module__zvCZ4q__features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem;display:grid;position:relative}.Features-module__zvCZ4q__feature-item{background:var(--bg-card);border:1px solid var(--border-light);text-align:center;border-radius:20px;padding:3rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.Features-module__zvCZ4q__feature-item:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card);transform:translateY(-10px)}.Features-module__zvCZ4q__feature-icon{color:#60a5fa;justify-content:center;align-items:center;margin-bottom:1rem;font-size:3rem;display:inline-flex}.Features-module__zvCZ4q__feature-icon svg{stroke-width:1.5px;width:1em;height:1em}.Features-module__zvCZ4q__feature-item h3{color:#60a5fa;margin-bottom:.5rem;font-size:1.3rem}.Features-module__zvCZ4q__feature-item p{color:var(--text-muted)}@media (max-width:768px){.Features-module__zvCZ4q__features{padding:4rem 1.5rem}.Features-module__zvCZ4q__features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.Features-module__zvCZ4q__feature-item{padding:2.5rem 1.75rem}.Features-module__zvCZ4q__feature-icon{font-size:2.5rem}.Features-module__zvCZ4q__feature-item h3{font-size:1.2rem}.Features-module__zvCZ4q__feature-item p{font-size:.95rem}}@media (max-width:640px){.Features-module__zvCZ4q__features{padding:3rem 1rem}.Features-module__zvCZ4q__features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.Features-module__zvCZ4q__feature-item{padding:2rem 1.5rem}.Features-module__zvCZ4q__feature-icon{margin-bottom:.75rem;font-size:2.25rem}.Features-module__zvCZ4q__feature-item h3{margin-bottom:.4rem;font-size:1.15rem}.Features-module__zvCZ4q__feature-item p{font-size:.9rem;line-height:1.5}}@media (max-width:480px){.Features-module__zvCZ4q__features{padding:2.5rem .75rem}.Features-module__zvCZ4q__features-grid{gap:1.25rem}.Features-module__zvCZ4q__feature-item{padding:1.75rem 1.25rem}.Features-module__zvCZ4q__feature-icon{font-size:2rem}.Features-module__zvCZ4q__feature-item h3{font-size:1.1rem}.Features-module__zvCZ4q__feature-item p{font-size:.85rem}}
.Contact-module__hcVmEa__contact{background:linear-gradient(#0f172a 0%,#0ea5e9 100%);width:100%;padding:6rem 2rem;position:relative}[data-theme=light] .Contact-module__hcVmEa__contact{background:linear-gradient(#fff 0%,#60a5fa 100%)}.Contact-module__hcVmEa__container{max-width:1200px;margin:0 auto}.Contact-module__hcVmEa__section-title{text-align:center;background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Contact-module__hcVmEa__section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:4rem;font-size:1.2rem}.Contact-module__hcVmEa__contact-wrapper{grid-template-columns:1.2fr 1fr;gap:3rem;max-width:1400px;margin-top:3rem;margin-left:auto;margin-right:auto;display:grid}.Contact-module__hcVmEa__contact-form-container{background:var(--bg-section-gradient);border:1px solid var(--border-light);border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000004d}.Contact-module__hcVmEa__form-header{margin-bottom:2rem}.Contact-module__hcVmEa__form-header h3{color:#60a5fa;margin-bottom:.5rem;font-size:1.8rem}.Contact-module__hcVmEa__form-header p{color:var(--text-muted);font-size:.95rem}.Contact-module__hcVmEa__contact-form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__form-group{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__form-group label{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Contact-module__hcVmEa__form-group input,.Contact-module__hcVmEa__form-group select,.Contact-module__hcVmEa__form-group textarea{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-primary);border-radius:10px;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.Contact-module__hcVmEa__form-group input:focus,.Contact-module__hcVmEa__form-group select:focus,.Contact-module__hcVmEa__form-group textarea:focus{background:var(--bg-card-hover);border-color:#60a5fa;outline:none;box-shadow:0 0 0 3px #60a5fa1a}.Contact-module__hcVmEa__form-group input::placeholder,.Contact-module__hcVmEa__form-group textarea::placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__form-group textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__form-group select{cursor:pointer}.Contact-module__hcVmEa__btn-full{width:100%;margin-top:.5rem;padding:1.1rem 2rem;font-size:1.1rem}.Contact-module__hcVmEa__btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Contact-module__hcVmEa__btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);box-shadow:0 10px 30px #3b82f64d}.Contact-module__hcVmEa__btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.Contact-module__hcVmEa__contact-info-cards{grid-template-columns:1fr;gap:1.5rem;display:grid}.Contact-module__hcVmEa__info-card{background:var(--bg-section-gradient);border:1px solid var(--border-light);text-align:center;border-radius:15px;padding:2rem;transition:all .3s}.Contact-module__hcVmEa__info-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card);transform:translateY(-5px)}.Contact-module__hcVmEa__info-icon{color:#60a5fa;justify-content:center;align-items:center;margin-bottom:1rem;font-size:2.5rem;display:inline-flex}.Contact-module__hcVmEa__info-icon svg{stroke-width:1.5px;width:1em;height:1em}.Contact-module__hcVmEa__info-card h4{color:#60a5fa;margin-bottom:.75rem;font-size:1.2rem}.Contact-module__hcVmEa__info-card p{color:var(--text-secondary);margin-bottom:.3rem;font-size:1rem}.Contact-module__hcVmEa__info-card a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.Contact-module__hcVmEa__info-card a:hover{color:#60a5fa}.Contact-module__hcVmEa__info-detail{margin-top:.5rem;color:var(--text-muted)!important;font-size:.85rem!important}@media (max-width:1024px){.Contact-module__hcVmEa__contact-wrapper{grid-template-columns:1fr;gap:2.5rem}.Contact-module__hcVmEa__contact-info-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:4rem 1.5rem}.Contact-module__hcVmEa__section-subtitle{margin-bottom:3rem;font-size:1.1rem}.Contact-module__hcVmEa__contact-wrapper{gap:2rem;margin-top:2.5rem}.Contact-module__hcVmEa__contact-form-container{padding:2.5rem}.Contact-module__hcVmEa__form-header h3{font-size:1.6rem}.Contact-module__hcVmEa__form-header p{font-size:.9rem}.Contact-module__hcVmEa__contact-form{gap:1.25rem}.Contact-module__hcVmEa__info-card{padding:1.75rem}.Contact-module__hcVmEa__info-icon{font-size:2.25rem}.Contact-module__hcVmEa__info-card h4{font-size:1.15rem}.Contact-module__hcVmEa__info-card p{font-size:.95rem}}@media (max-width:640px){.Contact-module__hcVmEa__contact{padding:3rem 1rem}.Contact-module__hcVmEa__section-subtitle{margin-bottom:2.5rem;padding:0 1rem;font-size:1rem}.Contact-module__hcVmEa__contact-wrapper{gap:1.5rem;margin-top:2rem}.Contact-module__hcVmEa__contact-form-container{padding:2rem}.Contact-module__hcVmEa__form-header{margin-bottom:1.5rem}.Contact-module__hcVmEa__form-header h3{font-size:1.4rem}.Contact-module__hcVmEa__contact-form{gap:1rem}.Contact-module__hcVmEa__form-group label{font-size:.9rem}.Contact-module__hcVmEa__form-group input,.Contact-module__hcVmEa__form-group select,.Contact-module__hcVmEa__form-group textarea{padding:.8rem 1rem;font-size:.95rem}.Contact-module__hcVmEa__btn-full{padding:1rem 1.75rem;font-size:1rem}.Contact-module__hcVmEa__contact-info-cards{grid-template-columns:1fr;gap:1.25rem}.Contact-module__hcVmEa__info-card{padding:1.5rem}.Contact-module__hcVmEa__info-icon{margin-bottom:.75rem;font-size:2rem}.Contact-module__hcVmEa__info-card h4{margin-bottom:.5rem;font-size:1.1rem}.Contact-module__hcVmEa__info-card p{font-size:.9rem}}@media (max-width:480px){.Contact-module__hcVmEa__contact{padding:2.5rem .75rem}.Contact-module__hcVmEa__section-subtitle{margin-bottom:2rem;font-size:.95rem}.Contact-module__hcVmEa__contact-wrapper{gap:1.25rem}.Contact-module__hcVmEa__contact-form-container{padding:1.5rem}.Contact-module__hcVmEa__form-header h3{font-size:1.3rem}.Contact-module__hcVmEa__form-header p,.Contact-module__hcVmEa__form-group label{font-size:.85rem}.Contact-module__hcVmEa__form-group input,.Contact-module__hcVmEa__form-group select,.Contact-module__hcVmEa__form-group textarea{padding:.75rem .9rem;font-size:.9rem}.Contact-module__hcVmEa__form-group textarea{min-height:100px}.Contact-module__hcVmEa__btn-full{padding:.95rem 1.5rem;font-size:.95rem}.Contact-module__hcVmEa__info-card{padding:1.25rem}.Contact-module__hcVmEa__info-icon{font-size:1.85rem}.Contact-module__hcVmEa__info-card h4{font-size:1.05rem}.Contact-module__hcVmEa__info-card p{font-size:.85rem}.Contact-module__hcVmEa__info-detail{font-size:.8rem!important}}
.Footer-module__S6Hkya__footer{background:var(--bg-section);border-top:1px solid var(--border-light);color:var(--text-secondary);padding:4rem 2rem 2rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,#0000,#60a5fa80,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__topSection{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brandColumn{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__logoText{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.Footer-module__S6Hkya__brandDesc{color:var(--text-muted);max-width:300px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socialLinks{gap:1rem;margin-top:.5rem;display:flex}.Footer-module__S6Hkya__socialIcon{background:var(--bg-card);width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--border-light);color:#60a5fa;border-color:var(--border-hover);transform:translateY(-3px);box-shadow:0 4px 12px #60a5fa33}.Footer-module__S6Hkya__linkColumn h3,.Footer-module__S6Hkya__contactColumn h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__linkColumn ul{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkColumn a{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.Footer-module__S6Hkya__linkColumn a:hover{color:#60a5fa;transform:translate(3px)}.Footer-module__S6Hkya__contactColumn p{color:var(--text-muted);margin-bottom:.8rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__contactColumn a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__contactColumn a:hover{color:#60a5fa}.Footer-module__S6Hkya__bottomSection{border-top:1px solid var(--border-light);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__legalLinks{gap:2rem;display:flex}.Footer-module__S6Hkya__legalLinks a{color:var(--text-muted);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:var(--text-muted)}@media (max-width:1024px){.Footer-module__S6Hkya__topSection{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}}@media (max-width:768px){.Footer-module__S6Hkya__topSection{grid-template-columns:1fr 1fr;gap:3rem 1.5rem}.Footer-module__S6Hkya__brandColumn{text-align:center;grid-column:1/-1;align-items:center}.Footer-module__S6Hkya__brandDesc{max-width:100%}.Footer-module__S6Hkya__bottomSection{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.Footer-module__S6Hkya__topSection{text-align:center;grid-template-columns:1fr;gap:2.5rem}.Footer-module__S6Hkya__socialLinks{justify-content:center}.Footer-module__S6Hkya__linkColumn ul{align-items:center}.Footer-module__S6Hkya__footer{padding:3rem 1.5rem 1.5rem}}
.ReadyToDeploy-module__vEomWG__container{color:var(--text-primary);background:linear-gradient(#0f172a 0%,#0ea5e9 100%);padding:6rem 1.5rem;position:relative;overflow:hidden}[data-theme=light] .ReadyToDeploy-module__vEomWG__container{background:linear-gradient(#fff 0%,#60a5fa 100%)}.ReadyToDeploy-module__vEomWG__wrapper{max-width:1200px;margin:0 auto}.ReadyToDeploy-module__vEomWG__header{text-align:center;margin-bottom:4rem}.ReadyToDeploy-module__vEomWG__sectionBadge{background:var(--bg-card);color:#38bdf8;text-transform:uppercase;letter-spacing:1px;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.ReadyToDeploy-module__vEomWG__title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.ReadyToDeploy-module__vEomWG__subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.ReadyToDeploy-module__vEomWG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ReadyToDeploy-module__vEomWG__card{background:var(--bg-card);border:1px solid var(--border-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.ReadyToDeploy-module__vEomWG__card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:var(--shadow-card);transform:translateY(-5px)}.ReadyToDeploy-module__vEomWG__iconWrapper{background:var(--border-light);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.ReadyToDeploy-module__vEomWG__icon{font-size:1.8rem}.ReadyToDeploy-module__vEomWG__productTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.ReadyToDeploy-module__vEomWG__productDesc{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;line-height:1.5}.ReadyToDeploy-module__vEomWG__techStack{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ReadyToDeploy-module__vEomWG__techBadge{background:var(--border-light);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:50px;padding:.25rem .75rem;font-size:.8rem}.ReadyToDeploy-module__vEomWG__cardFooter{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.ReadyToDeploy-module__vEomWG__price{color:#38bdf8;font-size:1.25rem;font-weight:700}.ReadyToDeploy-module__vEomWG__buyBtn{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.ReadyToDeploy-module__vEomWG__buyBtn:hover{opacity:.9;transform:scale(1.02)}@media (max-width:768px){.ReadyToDeploy-module__vEomWG__container{padding:4rem 1rem}.ReadyToDeploy-module__vEomWG__title{font-size:1.75rem}}
