.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0fd9;border-bottom:1px solid #ffffff0d;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{background:#0f0f0ff2;padding:1rem 0;box-shadow:0 4px 20px #00000080}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoText{font-family:var(--font-script);color:var(--primary);white-space:nowrap;font-size:2.5rem}.Navbar-module__cJzEcG__logo span{color:var(--foreground)}.Navbar-module__cJzEcG__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLinks a{text-transform:uppercase;letter-spacing:1px;color:var(--foreground);opacity:.8;font-size:.95rem;transition:all .3s;position:relative}.Navbar-module__cJzEcG__navLinks a:hover{opacity:1;color:var(--primary)}.Navbar-module__cJzEcG__navLinks a:after{content:"";background-color:var(--primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLinks a:hover:after{width:100%}.Navbar-module__cJzEcG__ctaButton{border:1px solid var(--primary);color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:50px;padding:.6rem 1.4rem;font-size:.9rem;transition:all .3s}.Navbar-module__cJzEcG__ctaButton:hover{background:var(--primary);color:#000;box-shadow:0 0 15px #d4a37366}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__ctaButton{display:none}.Navbar-module__cJzEcG__hamburger{z-index:2001;cursor:pointer;padding:.5rem;display:block}}.Navbar-module__cJzEcG__hamburger{display:none}.Navbar-module__cJzEcG__mobileMenu{background:var(--background);z-index:2000;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{opacity:1;pointer-events:all}.Navbar-module__cJzEcG__mobileMenu ul{text-align:center;padding:0;list-style:none}.Navbar-module__cJzEcG__mobileMenu li{margin:1.5rem 0}@media (max-width:768px){.Navbar-module__cJzEcG__logoText{font-size:1.8rem}}.Navbar-module__cJzEcG__mobileMenu a{font-family:var(--font-heading);color:var(--foreground);text-transform:uppercase;font-size:2rem;text-decoration:none;transition:color .3s}.Navbar-module__cJzEcG__mobileMenu a:hover{color:var(--primary)}.Navbar-module__cJzEcG__mobileCta{margin-top:1rem;padding:1rem 2.5rem;font-size:1.1rem}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgImage{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(#0006,#000c);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;padding:0 1rem;position:relative}.Hero-module__ZARIfG__title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:5px;margin-bottom:1rem;font-size:5rem;font-weight:700;animation:2s ease-out Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__title span{color:var(--primary);letter-spacing:8px;margin-top:1rem;font-size:2rem;font-weight:400;display:block}.Hero-module__ZARIfG__subtitle{font-family:var(--font-body);color:var(--muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.8;animation:3s ease-out Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__cta{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:#000;background-color:var(--primary);cursor:pointer;border:none;border-radius:50px;padding:1rem 3rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s;animation:2.5s ease-out forwards Hero-module__ZARIfG__slideUp;display:inline-block}.Hero-module__ZARIfG__cta:hover{background-color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 30px #d4a37366}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__title span{letter-spacing:4px;font-size:1.5rem}.Hero-module__ZARIfG__subtitle{padding:0 1rem;font-size:1rem}.Hero-module__ZARIfG__cta{padding:.8rem 2rem;font-size:.9rem}}
.Services-module__dpHhBa__section{background-color:var(--background);box-sizing:border-box;width:100%;padding:5rem 2rem}.Services-module__dpHhBa__heading{font-family:var(--font-heading);text-align:center;color:var(--primary);width:100%;margin-bottom:3rem;font-size:3rem;position:relative}.Services-module__dpHhBa__heading:after{content:"";background:var(--primary);width:60px;height:2px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Services-module__dpHhBa__card{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;width:100%;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{border-color:var(--primary);background:#ffffff0d;transform:translateY(-10px);box-shadow:0 10px 30px #0003}.Services-module__dpHhBa__cardTitle{font-family:var(--font-heading);color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem}.Services-module__dpHhBa__cardDesc{font-family:var(--font-body);color:var(--muted);font-size:.9rem;line-height:1.5}.Services-module__dpHhBa__icon{background:linear-gradient(45deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;display:inline-block}@media (max-width:768px){.Services-module__dpHhBa__section{padding:3rem 1rem}.Services-module__dpHhBa__grid{grid-template-columns:1fr;gap:1.5rem;width:100%;margin:0 auto;padding:0}.Services-module__dpHhBa__heading{font-size:2.5rem}.Services-module__dpHhBa__card{box-sizing:border-box;width:100%}}
.Contact-module__hcVmEa__section{background-color:var(--secondary);color:var(--foreground);padding:5rem 2rem}.Contact-module__hcVmEa__heading{font-family:var(--font-heading);text-align:center;margin-bottom:3rem;font-size:3rem}.Contact-module__hcVmEa__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Contact-module__hcVmEa__info{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__item{align-items:flex-start;gap:1.5rem;display:flex}.Contact-module__hcVmEa__itemIcon{color:var(--primary);flex-shrink:0;margin-top:5px;font-size:1.5rem}.Contact-module__hcVmEa__itemContent h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:.5rem;font-size:1.2rem}.Contact-module__hcVmEa__itemContent p{font-family:var(--font-body);color:var(--muted);font-size:1rem;line-height:1.6}.Contact-module__hcVmEa__mapContainer{border:1px solid #ffffff1a;border-radius:12px;width:100%;height:400px;overflow:hidden}.Contact-module__hcVmEa__mapFrame{filter:grayscale()invert()contrast(.8);border:0;width:100%;height:100%}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:3rem 1rem}.Contact-module__hcVmEa__wrapper{grid-template-columns:1fr;gap:2rem}.Contact-module__hcVmEa__heading{margin-bottom:2rem;font-size:2rem}.Contact-module__hcVmEa__mapContainer{height:300px}}
.Footer-module__S6Hkya__footer{color:var(--muted);font-family:var(--font-body);background-color:#050505;border-top:1px solid #ffffff0d;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__brand h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:.5rem;font-size:1.5rem}.Footer-module__S6Hkya__brand p{max-width:300px;font-size:.9rem}.Footer-module__S6Hkya__links h4,.Footer-module__S6Hkya__contact h4{color:var(--foreground);margin-bottom:1rem;font-size:1.1rem}.Footer-module__S6Hkya__links ul{list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:.5rem}.Footer-module__S6Hkya__links a{transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{text-align:center;border-top:1px solid #ffffff0d;max-width:1200px;margin:3rem auto 0;padding-top:2rem;font-size:.85rem}@media (max-width:768px){.Footer-module__S6Hkya__content{text-align:center;flex-direction:column;align-items:center;gap:3rem}.Footer-module__S6Hkya__brand p{margin:0 auto}.Footer-module__S6Hkya__links,.Footer-module__S6Hkya__contact{text-align:center;width:100%}.Footer-module__S6Hkya__links ul{flex-direction:column;align-items:center;padding:0;display:flex}.Footer-module__S6Hkya__links li{text-align:center}}
