.LanguageSelector-module__aq0wja__selectorContainer{display:inline-block;position:relative}.LanguageSelector-module__aq0wja__selectorBtn{color:var(--text-primary);transition:var(--transition);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:.95rem;font-weight:600;display:flex}.LanguageSelector-module__aq0wja__selectorBtn:hover{background:#ffffff14;border-color:#d4af374d}.LanguageSelector-module__aq0wja__globeIcon{color:#a0a0a0;width:18px;height:18px}.LanguageSelector-module__aq0wja__currentCode{letter-spacing:.5px}.LanguageSelector-module__aq0wja__arrow{color:#a0a0a0;font-size:.75rem;transition:transform .2s}.LanguageSelector-module__aq0wja__arrowUp{transform:rotate(180deg)}.LanguageSelector-module__aq0wja__dropdownMenu{z-index:200;border-radius:12px;flex-direction:column;gap:4px;width:135px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #00000080}.LanguageSelector-module__aq0wja__dropdownItem{color:var(--text-secondary);text-align:left;width:100%;transition:var(--transition);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:.88rem;display:flex}.LanguageSelector-module__aq0wja__dropdownItem:hover{color:#fff;background:#d4af3726}.LanguageSelector-module__aq0wja__activeItem{color:#d4af37;background:#d4af371a;font-weight:700}.LanguageSelector-module__aq0wja__itemCode{width:20px;font-weight:700}.LanguageSelector-module__aq0wja__itemFull{font-size:.8rem}
.Navbar-module__nuAbfa__navbar{z-index:100;border-bottom:1px solid var(--border-glass);justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 5%;display:flex;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__logoContainer{align-items:center;display:flex}.Navbar-module__nuAbfa__logoLink{align-items:center;gap:.85rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoImage{object-fit:contain;filter:drop-shadow(0 2px 8px #d4af374d)}.Navbar-module__nuAbfa__brandTextContainer{flex-direction:column;line-height:1.1;display:flex}.Navbar-module__nuAbfa__brandMain{letter-spacing:1.5px;color:#fff;font-size:1.25rem;font-weight:800}.Navbar-module__nuAbfa__brandSub{color:#d4af37;letter-spacing:2px;text-transform:uppercase;font-size:.65rem;font-weight:400}.Navbar-module__nuAbfa__links{align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__link{color:var(--text-secondary);transition:var(--transition);font-weight:500}.Navbar-module__nuAbfa__link:hover{color:#d4af37}.Navbar-module__nuAbfa__cta{color:#121619;transition:var(--transition);background:linear-gradient(135deg,#d4af37,#aa820a);border-radius:50px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600}.Navbar-module__nuAbfa__cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px #d4af3766}
.Hero-module__Z8hQ_W__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:100px 5% 60px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroLogoWrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.Hero-module__Z8hQ_W__heroLogoImage{filter:drop-shadow(0 10px 30px #d4af3766)}.Hero-module__Z8hQ_W__backgroundGlow{z-index:-1;filter:blur(60px);background:radial-gradient(circle,#d4af372e 0%,#2a52982e 40%,#0b0f1900 70%);width:60vw;max-width:800px;height:60vw;max-height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__content{z-index:1;max-width:800px}.Hero-module__Z8hQ_W__title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Hero-module__Z8hQ_W__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn{color:#121619;transition:var(--transition);background:linear-gradient(135deg,#d4af37,#aa820a);border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.Hero-module__Z8hQ_W__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #d4af3766}.Hero-module__Z8hQ_W__secondaryBtn{background:var(--bg-surface);color:var(--text-primary);transition:var(--transition);border:1px solid var(--border-glass);border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.Hero-module__Z8hQ_W__secondaryBtn:hover{background:#ffffff0d;border-color:#d4af37}
.About-module__vqXTeW__aboutSection{background:var(--bg-surface);padding:6rem 5%;position:relative}.About-module__vqXTeW__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:768px){.About-module__vqXTeW__container{grid-template-columns:1fr}}.About-module__vqXTeW__title{margin-bottom:2rem;font-size:3rem}.About-module__vqXTeW__description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__vqXTeW__imageContainer{position:relative}.About-module__vqXTeW__glowBox{border-radius:var(--border-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a529826;border:1px solid #d4af374d;padding:3rem;box-shadow:0 0 40px #d4af3726}.About-module__vqXTeW__stats{justify-content:space-around;gap:2rem;display:flex}.About-module__vqXTeW__statItem h3{background:linear-gradient(135deg,#f3e0aa 0%,#d4af37 60%,#4a7cc7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem}.About-module__vqXTeW__statItem p{color:var(--text-primary);font-weight:600}
.Services-module__PFRRnG__servicesSection{background:var(--bg-color);padding:6rem 5%;position:relative}.Services-module__PFRRnG__container{max-width:1200px;margin:0 auto}.Services-module__PFRRnG__title{text-align:center;margin-bottom:1rem;font-size:3rem}.Services-module__PFRRnG__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:4rem;font-size:1.2rem}.Services-module__PFRRnG__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Services-module__PFRRnG__grid{grid-template-columns:1fr}}.Services-module__PFRRnG__card{border-radius:var(--border-radius);transition:var(--transition);flex-direction:column;padding:2.2rem 1.8rem;display:flex;position:relative;overflow:hidden}.Services-module__PFRRnG__card:before{content:"";opacity:0;width:100%;height:100%;transition:var(--transition);z-index:-1;background:linear-gradient(135deg,#d4af3714 0%,#2a529814 100%);position:absolute;top:0;left:0}.Services-module__PFRRnG__card:hover{border-color:#d4af37;transform:translateY(-8px);box-shadow:0 15px 30px #d4af3733}.Services-module__PFRRnG__card:hover:before{opacity:1}.Services-module__PFRRnG__icon{margin-bottom:1.2rem;font-size:2.8rem}.Services-module__PFRRnG__cardTitle{color:var(--text-primary);margin-bottom:.8rem;font-size:1.3rem}.Services-module__PFRRnG__cardDesc{color:var(--text-secondary);font-size:.92rem;line-height:1.6}
.Process-module__gUgyKG__processSection{background:var(--bg-color);padding:6rem 5%;position:relative}.Process-module__gUgyKG__container{max-width:1200px;margin:0 auto}.Process-module__gUgyKG__title{text-align:center;margin-bottom:1rem;font-size:3rem}.Process-module__gUgyKG__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:4rem;font-size:1.2rem}.Process-module__gUgyKG__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Process-module__gUgyKG__card{border-radius:var(--border-radius);transition:var(--transition);border:1px solid var(--border-glass);padding:2.5rem;position:relative;overflow:hidden}.Process-module__gUgyKG__card:hover{border-color:#d4af37;transform:translateY(-8px);box-shadow:0 15px 30px #d4af3733}.Process-module__gUgyKG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Process-module__gUgyKG__stepNumber{background:linear-gradient(90deg,#f3e0aa,#d4af37);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem;font-weight:800}.Process-module__gUgyKG__icon{font-size:2rem}.Process-module__gUgyKG__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.35rem}.Process-module__gUgyKG__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.Contact-module__OWeMSG__contactSection{background:var(--bg-surface);padding:6rem 5%;position:relative;overflow:hidden}.Contact-module__OWeMSG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:768px){.Contact-module__OWeMSG__container{grid-template-columns:1fr}}.Contact-module__OWeMSG__info{z-index:1}.Contact-module__OWeMSG__title{margin-bottom:1.5rem;font-size:3rem}.Contact-module__OWeMSG__subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Contact-module__OWeMSG__contactDetails{flex-direction:column;gap:1rem;font-size:1.1rem;font-weight:500;display:flex}.Contact-module__OWeMSG__contactLink{color:var(--text-primary);transition:var(--transition);text-decoration:none}.Contact-module__OWeMSG__contactLink:hover{color:#d4af37}.Contact-module__OWeMSG__formContainer{border-radius:var(--border-radius);z-index:1;border:1px solid #d4af374d;padding:2.5rem}.Contact-module__OWeMSG__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__OWeMSG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__OWeMSG__inputGroup label{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Contact-module__OWeMSG__inputGroup input,.Contact-module__OWeMSG__inputGroup textarea{color:#fff;transition:var(--transition);background:#00000040;border:1px solid #d4af3733;border-radius:8px;outline:none;padding:.8rem 1rem;font-family:inherit}.Contact-module__OWeMSG__inputGroup input:focus,.Contact-module__OWeMSG__inputGroup textarea:focus{border-color:#d4af37;box-shadow:0 0 10px #d4af374d}.Contact-module__OWeMSG__submitBtn{color:#121619;transition:var(--transition);cursor:pointer;background:linear-gradient(135deg,#d4af37,#aa820a);border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:600}.Contact-module__OWeMSG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #d4af3766}.Contact-module__OWeMSG__successMessage{text-align:center;padding:2rem 1rem}.Contact-module__OWeMSG__successIcon{margin-bottom:.5rem;font-size:3rem}.Contact-module__OWeMSG__successMessage h3{color:#d4af37;margin-bottom:.5rem;font-size:1.5rem}.Contact-module__OWeMSG__successMessage p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}
.Carousel-module__EaAMNW__carouselSection{background:var(--bg-surface);padding:4rem 5%}.Carousel-module__EaAMNW__container{max-width:1200px;margin:0 auto}.Carousel-module__EaAMNW__carouselWrapper{border-radius:var(--border-radius);border:1px solid #d4af374d;width:100%;height:60vh;min-height:400px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.Carousel-module__EaAMNW__slide{opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.Carousel-module__EaAMNW__slide.Carousel-module__EaAMNW__active{opacity:1}.Carousel-module__EaAMNW__image{object-fit:cover;object-position:center}.Carousel-module__EaAMNW__indicators{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Carousel-module__EaAMNW__indicator{width:12px;height:12px;transition:var(--transition);background:#ffffff4d;border-radius:50%}.Carousel-module__EaAMNW__indicatorActive{background:#d4af37;transform:scale(1.2);box-shadow:0 0 10px #d4af37}
.Footer-module__EZoWya__footer{background:var(--bg-surface);border-top:1px solid var(--border-glass);padding:4rem 5% 2rem}.Footer-module__EZoWya__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__EZoWya__brand h3{margin-bottom:.5rem;font-size:1.5rem}.Footer-module__EZoWya__brand p{color:var(--text-secondary)}.Footer-module__EZoWya__links{gap:1.5rem;display:flex}.Footer-module__EZoWya__links a{color:var(--text-secondary);transition:var(--transition)}.Footer-module__EZoWya__links a:hover{color:var(--accent-cyan)}.Footer-module__EZoWya__copyright{text-align:center;border-top:1px solid var(--border-glass);color:var(--text-secondary);margin-top:4rem;padding-top:2rem;font-size:.9rem}
