.Navbar-module__nuAbfa__navbar{width:100%;height:var(--nav-height);z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);background:#03001499;align-items:center;display:flex;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;transition:opacity .3s;display:flex}.Navbar-module__nuAbfa__logo:hover{opacity:.8}.Navbar-module__nuAbfa__logoImg{object-fit:contain;width:auto;height:55px}.Navbar-module__nuAbfa__desktopLinks{gap:2.5rem;display:flex}.Navbar-module__nuAbfa__link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s}.Navbar-module__nuAbfa__link:hover{color:var(--text-primary)}.Navbar-module__nuAbfa__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__cta{background:linear-gradient(135deg,var(--primary)0%,#a855f7 100%);color:#fff;border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.Navbar-module__nuAbfa__cta:hover{box-shadow:0 0 20px var(--primary-glow);transform:scale(1.05)}.Navbar-module__nuAbfa__hamburger{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__nuAbfa__bar{background-color:#fff;border-radius:3px;width:100%;height:3px;transition:all .3s ease-in-out}.Navbar-module__nuAbfa__hamburger.Navbar-module__nuAbfa__active .Navbar-module__nuAbfa__bar:first-child{transform:translateY(9px)rotate(45deg)}.Navbar-module__nuAbfa__hamburger.Navbar-module__nuAbfa__active .Navbar-module__nuAbfa__bar:nth-child(2){opacity:0}.Navbar-module__nuAbfa__hamburger.Navbar-module__nuAbfa__active .Navbar-module__nuAbfa__bar:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Navbar-module__nuAbfa__mobileMenu{-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:999;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__mobileMenu.Navbar-module__nuAbfa__open{opacity:1;pointer-events:all}.Navbar-module__nuAbfa__mobileLinks{flex-direction:column;align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__mobileLink{color:var(--text-primary);font-size:1.5rem;font-weight:600;transition:color .3s}.Navbar-module__nuAbfa__mobileLink:hover{color:var(--primary)}.Navbar-module__nuAbfa__mobileCta{background:var(--primary);color:#fff;border-radius:50px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600}@media (max-width:992px){.Navbar-module__nuAbfa__desktopLinks{display:none}.Navbar-module__nuAbfa__hamburger{display:flex}.Navbar-module__nuAbfa__cta{display:none}}@media (max-width:768px){.Navbar-module__nuAbfa__logoImg{width:auto;height:40px}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--glass-border);background:var(--bg-color);padding:3rem 0}.Footer-module__EZoWya__content{justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__logoContainer{margin-bottom:.5rem}.Footer-module__EZoWya__logoImg{object-fit:contain;width:auto;height:45px}.Footer-module__EZoWya__brand p,.Footer-module__EZoWya__copy{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.Footer-module__EZoWya__content{text-align:center;flex-direction:column;gap:2rem}}
.Contact-module__OWeMSG__contact{background:#000;padding:8rem 0}.Contact-module__OWeMSG__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Contact-module__OWeMSG__heading{margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.Contact-module__OWeMSG__subtext{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.Contact-module__OWeMSG__details{flex-direction:column;gap:1rem;display:flex}.Contact-module__OWeMSG__detailItem{color:var(--text-primary);align-items:center;gap:1rem;font-size:1.1rem;display:flex}.Contact-module__OWeMSG__form{padding:3rem}.Contact-module__OWeMSG__group{margin-bottom:1.5rem}.Contact-module__OWeMSG__group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;display:block}.Contact-module__OWeMSG__group input,.Contact-module__OWeMSG__group textarea{border:1px solid var(--glass-border);color:#fff;width:100%;font-family:var(--font-body);background:#ffffff0d;border-radius:8px;padding:1rem;transition:border-color .2s}.Contact-module__OWeMSG__group input:focus,.Contact-module__OWeMSG__group textarea:focus{border-color:var(--primary);outline:none}.Contact-module__OWeMSG__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.Contact-module__OWeMSG__submitBtn:hover{background:#5e00d6}@media (max-width:768px){.Contact-module__OWeMSG__wrapper{grid-template-columns:1fr}}.Contact-module__OWeMSG__statusMessage{text-align:center;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.9rem}.Contact-module__OWeMSG__success{color:#4caf50;background:#4caf501a;border:1px solid #4caf5033}.Contact-module__OWeMSG__error{color:#f44336;background:#f443361a;border:1px solid #f4433633}
.Hero-module__Z8hQ_W__hero{min-height:100vh;padding-top:var(--nav-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bgGrid{z-index:1;pointer-events:none;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 100%);mask-image:radial-gradient(circle,#000 40%,#0000 100%)}.Hero-module__Z8hQ_W__bgGlow{filter:blur(80px);z-index:0;background:radial-gradient(circle,#7000ff26 0%,#00c2ff0d 50%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite alternate Hero-module__Z8hQ_W__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__Z8hQ_W__pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}.Hero-module__Z8hQ_W__content{z-index:10;text-align:center;position:relative;max-width:900px!important}.Hero-module__Z8hQ_W__title{margin-bottom:1.5rem;font-size:5rem;font-weight:700;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{justify-content:center;gap:1.5rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn{color:#000;background:#fff;border-radius:50px;padding:1rem 2.5rem;font-weight:600;transition:all .2s}.Hero-module__Z8hQ_W__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px -10px #ffffff80}.Hero-module__Z8hQ_W__secondaryBtn{color:#fff;background:0 0;border:1px solid #fff3;border-radius:50px;padding:1rem 2.5rem;font-weight:600;transition:all .2s}.Hero-module__Z8hQ_W__secondaryBtn:hover{background:#ffffff1a;border-color:#fff}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:3rem}}
.PageHeader-module__eQuKha__header{text-align:center;padding:10rem 0 4rem;position:relative;overflow:hidden}.PageHeader-module__eQuKha__bgGlow{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle at top,#7000ff1a 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.PageHeader-module__eQuKha__title{z-index:10;margin-bottom:1rem;font-size:3.5rem;font-weight:700;position:relative}.PageHeader-module__eQuKha__subtitle{z-index:10;color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;position:relative}
.Projects-module__K3d-Xa__projects{background:linear-gradient(180deg,var(--bg-color)0%,var(--bg-secondary)100%);padding:8rem 0}.Projects-module__K3d-Xa__heading{text-align:center;margin-bottom:4rem;font-size:3rem}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Projects-module__K3d-Xa__card{border:0;padding:0;transition:transform .3s;overflow:hidden}.Projects-module__K3d-Xa__card:hover{transform:translateY(-5px)}.Projects-module__K3d-Xa__imageWrapper{background:#1a1a2e;width:100%;height:200px;position:relative}.Projects-module__K3d-Xa__projectImage{object-fit:cover;transition:transform .3s}.Projects-module__K3d-Xa__card:hover .Projects-module__K3d-Xa__projectImage{transform:scale(1.05)}.Projects-module__K3d-Xa__content{padding:2rem}.Projects-module__K3d-Xa__category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.Projects-module__K3d-Xa__title{margin-bottom:1rem;font-size:1.5rem}.Projects-module__K3d-Xa__desc{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.Projects-module__K3d-Xa__link{color:#fff;border-bottom:1px solid var(--primary);padding-bottom:2px;font-weight:600;transition:color .2s}.Projects-module__K3d-Xa__link:hover{color:var(--primary)}
.Services-module__PFRRnG__services{padding:8rem 0;position:relative}.Services-module__PFRRnG__heading{text-align:center;margin-bottom:4rem;font-size:3rem}.Services-module__PFRRnG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Services-module__PFRRnG__cardContent{flex-direction:column;height:100%;padding:3rem 2rem;transition:transform .3s;display:flex}.Services-module__PFRRnG__cardContent:hover{transform:translateY(-5px)}.Services-module__PFRRnG__icon{background:var(--glass);border:1px solid var(--glass-border);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:3rem;display:flex}.Services-module__PFRRnG__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Services-module__PFRRnG__cardDesc{color:var(--text-secondary);line-height:1.6}
.Team-module__Qyf_9a__team{padding:8rem 0}.Team-module__Qyf_9a__heading{text-align:center;margin-bottom:1.5rem;font-size:3rem}.Team-module__Qyf_9a__description{text-align:center;max-width:700px;color:var(--text-secondary);margin:0 auto 4rem;padding:0 1rem;font-size:1.1rem}.Team-module__Qyf_9a__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.Team-module__Qyf_9a__card{text-align:center;padding:3rem;transition:transform .3s}.Team-module__Qyf_9a__card:hover{border-color:#fff3;transform:translateY(-5px)}.Team-module__Qyf_9a__avatar{border:3px solid #ffffff1a;border-radius:50%;width:120px;height:120px;margin:0 auto 1.5rem;position:relative;overflow:hidden}.Team-module__Qyf_9a__avatarPlaceholder{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700;display:flex}.Team-module__Qyf_9a__name{margin-bottom:.5rem;font-size:1.5rem}.Team-module__Qyf_9a__role{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.Team-module__Qyf_9a__bio{color:var(--text-secondary);line-height:1.6}
