*{border:0;margin:0;padding:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}body,html{font-size:100%;font-size:16px;height:100%;line-height:1;width:100%}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{border:0;padding:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#444;color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.4}a{color:inherit}.layout{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.main{flex:1 1 auto}.container{box-sizing:border-box;margin:0 auto;max-width:1920px;padding:0 1rem}.stop-scrolling{overflow-y:hidden}.header{background:rgba(17,24,39,.95);box-sizing:border-box;left:0;padding:1rem 0;position:fixed;top:0;transition:background-color .3s ease,box-shadow .3s ease,padding .3s ease;width:100%;z-index:1000}.header-scrolled{border-bottom:1px solid #2886ff;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1rem 0}.header__container{align-items:center;display:flex;justify-content:space-between}.header__logo{align-items:center;cursor:pointer;display:flex;gap:.5rem;-webkit-user-select:none;user-select:none}.header__logo img{display:block;height:40px;object-fit:contain;width:40px}.header__logo-text{color:#f5f5f5;display:flex;flex-direction:column;font-size:1.1rem;font-weight:600;line-height:1.4;-webkit-user-select:none;user-select:none}.logo-gradient{color:#2886ff;display:block}.header__nav{align-items:center;display:flex;gap:2rem}.header__nav-list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.header__nav-link{color:#f5f5f5;font-size:1rem;font-weight:600;outline-offset:3px;text-decoration:none;transition:color .25s ease}.header__nav-link:focus,.header__nav-link:hover{color:#2575fc;outline:none}.header__nav-link-active{border-bottom:2px solid #2575fc;color:#2575fc;font-weight:700;padding-bottom:3px}.header__cta{background-color:#2575fc;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.55rem 1.5rem;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.header__cta:focus,.header__cta:hover{background-color:#1a52c0;outline:none}.header__burger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;padding:0;width:26px;z-index:1100}.header__burger-line{background-color:#f5f5f5;border-radius:2px;height:3px;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:100%}.header__burger-active .header__burger-line:first-child{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg)}.header__burger-active .header__burger-line:nth-child(2){opacity:0}.header__burger-active .header__burger-line:nth-child(3){-webkit-transform:translateY(-8.5px) rotate(-45deg);transform:translateY(-8.5px) rotate(-45deg)}.header__mobile-menu{background-color:#111827;box-shadow:0 4px 12px rgba(0,0,0,.1);box-sizing:border-box;left:0;max-height:0;overflow:hidden;padding:0 1.5rem;position:fixed;right:0;top:64px;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease;z-index:1050}.header__mobile-menu-open{max-height:420px;padding:1rem 1.5rem}.header__mobile-menu .container{display:flex;flex-direction:column;padding:0}.header__mobile-nav-list li{border-bottom:1px solid #eee;padding:.5rem 0}.header__mobile-link{color:#f5f5f5;display:block;font-size:1.1rem;font-weight:700;padding:1rem 0;text-decoration:none;transition:color .25s ease;-webkit-user-select:none;user-select:none}.header__mobile-link:focus,.header__mobile-link:hover{color:#2575fc;outline:none}.header__mobile-menu .header__cta{font-size:1.1rem;margin-top:1.5rem;padding:.75rem 0;width:100%}@media (max-width:1023.98px){.header__nav-list{gap:1rem}.header__cta{font-size:.95rem;padding:.5rem 1.25rem}}@media (max-width:768px){.header__nav{display:none}.header__burger{display:flex}.header__logo img{height:36px;width:36px}.header__logo-text{font-size:1rem}.header__mobile-menu{max-height:0;padding:0 1rem;top:56px}.header__mobile-menu-open{max-height:420px;padding:1rem}.header__mobile-link{font-size:1rem;padding:.85rem 0}.header__mobile-menu .header__cta{font-size:1rem;padding:.65rem 0}}@media (max-width:480px){.header__mobile-link{font-size:.95rem;padding:.7rem 0}.header__mobile-menu .header__cta{font-size:.95rem;padding:.55rem 0}.header__logo-text{font-size:.9rem}}.hero{background:linear-gradient(135deg,#60a5fa,#111827,#60a5fa);justify-content:center;min-height:100vh;position:relative}.hero,.hero__content{align-items:center;display:flex}.hero__content{flex-direction:column;max-width:900px;padding-top:5rem;text-align:center}.badge{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2885ff15;border:1px solid #2885ff52;border-radius:9999px;color:#f5f5f5;display:inline-flex;font-size:.875rem;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.pulse-dot{height:12px;position:relative;width:12px}.pulse-dot:before{-webkit-animation:ping 1s cubic-bezier(0,0,.2,1) infinite;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.pulse-dot:after,.pulse-dot:before{background:#2886ff;border-radius:50%;content:"";inset:0;position:absolute}@-webkit-keyframes ping{75%,to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes ping{75%,to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}.hero__title{align-items:center;display:flex;flex-direction:column;font-size:3rem;font-weight:700;gap:.5rem;line-height:1.2;margin-bottom:1.5rem;text-align:center}.title-primary{color:#f5f5f5;text-shadow:2px 2px 8px #0202028e}.title-accent{color:#60a5fa;display:block;font-weight:500;text-shadow:2px 2px 6px rgba(0,0,0,.7)}.section .description{color:#f5f5f5;font-size:1.25rem;line-height:1.5;margin-bottom:1.5rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}.btn-primary,.hero__button{align-items:center;border-radius:12px;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .3s ease}.btn-primary,.hero__button--primary{background:#2886ff;color:#fff}.btn-primary:hover,.hero__button--primary:hover{box-shadow:0 10px 30px #2886ff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.hero__button--secondary{background:hsla(0,0%,100%,.05);border:1px solid #2886ff;color:#fff}.hero__button--secondary:hover{background:hsla(0,0%,100%,.1);border-color:#2886ff}.hero__button-icon{flex-shrink:0}.hero__scroll{align-items:center;color:#f5f5f5;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;margin-top:4rem}.hero__scroll-text{font-size:.875rem;font-weight:500}.hero__scroll-icon{-webkit-animation:bounce 2s ease-in-out infinite;animation:bounce 2s ease-in-out infinite}@-webkit-keyframes bounce{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes bounce{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}}.section{overflow:hidden;padding:6rem 0;position:relative}.section-dark{background:#111827}.section-black{background:#000}.section-gradient{background:linear-gradient(180deg,#111827,#000)}.section-header{margin:0 auto 4rem;max-width:768px;text-align:center}.section-badge{background:#2885ff15;border:1px solid #2885ff77;border-radius:9999px;color:#f5f5f5;display:inline-block;font-size:.875rem;margin-bottom:1.5rem;padding:.5rem 1rem}.section h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 6px rgba(0,0,0,.7)}.section p{color:#fff;font-size:1.125rem}.cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));margin-bottom:4rem}.card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(31,41,55,.5);border:1px solid rgba(75,85,99,.5);border-radius:1rem;padding:1.5rem;position:relative;transition:all .3s}.card:hover{border-color:#5eead4;box-shadow:0 0 40px rgba(168,85,247,.1)}.card-icon{align-items:center;border-radius:.75rem;display:flex;height:64px;justify-content:center;margin-bottom:1rem;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:64px}.card:hover .card-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.card h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card p{color:#9ca3af;font-size:.875rem;line-height:1.6}.project-card{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(17,24,39,.5);border:1px solid #1f2937;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;transition:all .3s}.project-card:hover{border-color:#5eead586;box-shadow:0 0 60px #5eead521}.project-image{max-height:30rem;max-width:30rem;overflow:hidden}.project-image img{height:100%;object-fit:cover;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;width:100%}.project-card:hover .project-image img{-webkit-transform:scale(1.1);transform:scale(1.1)}.project-card:hover .project-overlay{opacity:.4}.project-category{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(13,211,218,.2);border:1px solid rgba(4,197,187,.3);border-radius:9999px;color:#fff;font-size:.75rem;left:1rem;padding:.25rem .75rem;position:absolute;top:1rem}.project-content{padding:1.5rem}.project-content h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.project-content>p{color:#9ca3af;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.project-metrics{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem;padding:.75rem 0}.metric{text-align:center}.metric-value{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.metric-label{color:#6b7280;font-size:.75rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{background:rgba(31,41,55,.8);border:1px solid #374151;border-radius:9999px;color:#d1d5db;font-size:.75rem;padding:.25rem .75rem}.project-cta{align-items:center;border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;opacity:0;padding:.75rem;transition:all .3s;width:100%}.project-card:hover .project-cta{opacity:1}.services-container{align-items:center;display:flex;flex-direction:column;gap:2rem}.services-title{color:#f5f5f5;font-size:2rem;margin-bottom:15px;text-align:center}.services-list{align-items:center;color:#f5f5f5;display:flex;flex-direction:column;font-size:1.3rem;gap:1rem;line-height:1.5}@media (max-width:768px){.services-container{padding:15px}.services-title{font-size:1.3rem}.services-list{font-size:1.1rem}}@media (max-width:480px){.services-container{padding:10px}.services-title{font-size:1.2rem}.services-list{font-size:1rem}}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1280px}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(31,41,55,.3);border:1px solid rgba(75,85,99,.5);border-radius:1rem;color:inherit;display:block;padding:1.5rem;text-decoration:none;transition:all .3s}.contact-card:hover{border-color:#5eead4;box-shadow:0 0 40px #5eead510}.contact-icon{align-items:center;border-radius:.75rem;display:flex;height:56px;justify-content:center;margin-bottom:1rem;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:56px}.contact-card:hover .contact-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.contact-card h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.contact-card p{color:#9ca3af}.social-links{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(31,41,55,.3);border:1px solid rgba(75,85,99,.5);border-radius:1rem;padding:1.5rem}.social-links h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:.75rem}.social-icon{align-items:center;background:rgba(75,85,99,.5);border-radius:.5rem;color:#9ca3af;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s;width:40px}.social-icon:hover{color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.social-icon.github:hover{background:#a855f7}.social-icon.linkedin:hover{background:#2563eb}.social-icon.twitter:hover{background:#0ea5e9}.social-icon.discord:hover{background:#6366f1}.footer{background:#000;border-top:1px solid hsla(0,0%,100%,.1);padding:3rem 0 2rem}.footer__content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr 1fr;margin-bottom:2rem}.footer__section{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.footer__title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer__description{color:#a0a0a0;line-height:1.6}.footer__subtitle{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.footer-links a,.footer-links button{background:none;border:none;color:#9ca3af;cursor:pointer;font-family:inherit;font-size:.875rem;padding:0;text-align:left;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-links button:hover{color:#fff}.footer__socials{display:flex;gap:1rem}.footer__social{align-items:center;background:hsla(0,0%,100%,.05);border-radius:10px;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer__social:hover{background:rgba(6,182,212,.2);color:#06b6d4;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem;text-align:center}.footer__copyright{color:grey;font-size:.875rem}@media (max-width:1024px){.section h2,.title-accent,.title-primary{font-size:2.5rem}}@media (max-width:768px){.section h2,.title-accent,.title-primary{font-size:2rem}.section .description{font-size:1.15rem}.hero__actions{flex-direction:column}.hero__button{justify-content:center;width:100%}.cards-grid,.contact__content,.footer__content{gap:2rem;grid-template-columns:1fr}.innovations__grid,.projects__grid{grid-template-columns:1fr}}@media (max-width:480px){.section h2,.title-accent,.title-primary{font-size:1.75rem}.hero__description{font-size:1rem}}
/*# sourceMappingURL=main.685416f0.css.map*/