.Hero-module__JgYmMq__hero{min-height:100vh;padding-top:calc(var(--navbar-height) + 40px);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";background:var(--accent-glow);filter:blur(150px);z-index:-1;border-radius:50%;width:500px;height:500px;position:absolute;top:10%;right:-5%}.Hero-module__JgYmMq__heroContainer{grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;display:grid}.Hero-module__JgYmMq__badge{background:var(--bg-tertiary);border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;border-radius:50px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.Hero-module__JgYmMq__content h1{margin-bottom:24px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.Hero-module__JgYmMq__content p{color:var(--text-secondary);max-width:550px;margin-bottom:40px;font-size:1.2rem}.Hero-module__JgYmMq__heroActions{gap:20px;margin-bottom:60px;display:flex}.Hero-module__JgYmMq__primaryBtn{background:var(--accent-primary);color:var(--bg-primary);transition:var(--transition-normal);border-radius:8px;align-items:center;gap:10px;padding:16px 32px;font-weight:700;display:flex}.Hero-module__JgYmMq__primaryBtn:hover{background:var(--accent-secondary);transform:translateY(-3px);box-shadow:0 10px 20px #c5a0594d}.Hero-module__JgYmMq__secondaryBtn{color:var(--text-primary);border:1px solid var(--border-color);transition:var(--transition-normal);background:0 0;border-radius:8px;align-items:center;gap:10px;padding:16px 32px;font-weight:700;display:flex}.Hero-module__JgYmMq__secondaryBtn:hover{background:var(--bg-tertiary);border-color:var(--text-secondary)}.Hero-module__JgYmMq__heroStats{gap:50px;display:flex}.Hero-module__JgYmMq__statNumber{color:var(--accent-primary);margin-bottom:4px;font-size:2.2rem;font-weight:800;display:block}.Hero-module__JgYmMq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500;display:block}.Hero-module__JgYmMq__imageWrapper{position:relative}.Hero-module__JgYmMq__imagePlaceholder{aspect-ratio:1/1.2;background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);border:1px solid var(--border-color);border-radius:24px;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Hero-module__JgYmMq__floatingIcon{color:var(--accent-primary);opacity:.2;animation:6s ease-in-out infinite Hero-module__JgYmMq__float}@keyframes Hero-module__JgYmMq__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.Hero-module__JgYmMq__glassCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);border-radius:16px;padding:20px;position:absolute;bottom:30px;left:-40px}.Hero-module__JgYmMq__glassCard h4{color:var(--accent-primary);margin-bottom:5px}@media (max-width:992px){.Hero-module__JgYmMq__heroContainer{text-align:center;grid-template-columns:1fr}.Hero-module__JgYmMq__content p{margin:0 auto 40px}.Hero-module__JgYmMq__heroActions,.Hero-module__JgYmMq__heroStats{flex-wrap:wrap;justify-content:center}.Hero-module__JgYmMq__glassCard{bottom:-20px;left:20px}}
.Services-module__h5-agW__services{padding:var(--section-padding);background:var(--bg-primary);position:relative}.Services-module__h5-agW__sectionHeader{text-align:center;margin-bottom:60px}.Services-module__h5-agW__badge{border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;background:#c5a0591a;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.Services-module__h5-agW__sectionHeader h2{margin-bottom:20px;font-size:3rem}.Services-module__h5-agW__sectionHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto}.Services-module__h5-agW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.Services-module__h5-agW__serviceCard{background:var(--bg-secondary);border:1px solid var(--border-color);transition:var(--transition-normal);border-radius:24px;flex-direction:column;gap:20px;padding:40px;display:flex}.Services-module__h5-agW__serviceCard:hover{border-color:var(--accent-primary);background:#c5a0590d;transform:translateY(-10px)}.Services-module__h5-agW__iconWrapper{background:var(--bg-tertiary);width:64px;height:64px;color:var(--accent-primary);transition:var(--transition-normal);border-radius:16px;justify-content:center;align-items:center;display:flex}.Services-module__h5-agW__serviceCard:hover .Services-module__h5-agW__iconWrapper{background:var(--accent-primary);color:var(--bg-primary);transform:rotate(10deg)}.Services-module__h5-agW__serviceCard h3{margin:0;font-size:1.5rem}.Services-module__h5-agW__serviceCard p{color:var(--text-secondary);line-height:1.6}.Services-module__h5-agW__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;display:flex}.Services-module__h5-agW__price{color:var(--accent-primary);font-size:1.1rem;font-weight:700}.Services-module__h5-agW__duration{color:var(--text-muted);font-size:.85rem}.Services-module__h5-agW__carouselContainer{width:100%;padding:10px 0;position:relative}.Services-module__h5-agW__slideWrapper{width:100%}.Services-module__h5-agW__controls{justify-content:center;align-items:center;gap:30px;margin-top:50px;display:flex}.Services-module__h5-agW__arrowBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;width:48px;height:48px;transition:var(--transition-normal);border-radius:50%;outline:none;justify-content:center;align-items:center;display:flex}.Services-module__h5-agW__arrowBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#c5a0591a;transform:scale(1.08)}.Services-module__h5-agW__dots{align-items:center;gap:8px;display:flex}.Services-module__h5-agW__dot{cursor:pointer;background:#fff3;border-radius:50%;width:8px;height:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Services-module__h5-agW__dot:hover{background:#fff6}.Services-module__h5-agW__activeDot{background:var(--accent-primary);border-radius:10px;width:24px}
.FeaturedProducts-module__HGGKaq__featured{padding:var(--section-padding);background:var(--bg-secondary)}.FeaturedProducts-module__HGGKaq__sectionHeader{text-align:center;margin-bottom:60px}.FeaturedProducts-module__HGGKaq__badge{border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;background:#c5a0591a;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.FeaturedProducts-module__HGGKaq__sectionHeader h2{margin-bottom:20px;font-size:3rem}.FeaturedProducts-module__HGGKaq__sectionHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto}.FeaturedProducts-module__HGGKaq__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.FeaturedProducts-module__HGGKaq__productCard{background:var(--bg-primary);border:1px solid var(--border-color);transition:var(--transition-normal);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.FeaturedProducts-module__HGGKaq__productCard:hover{border-color:var(--accent-primary);transform:translateY(-10px)}.FeaturedProducts-module__HGGKaq__imageArea{background:var(--bg-tertiary);justify-content:center;align-items:center;height:200px;display:flex;position:relative}.FeaturedProducts-module__HGGKaq__productIcon{color:var(--accent-primary);opacity:.3;transition:var(--transition-normal)}.FeaturedProducts-module__HGGKaq__productCard:hover .FeaturedProducts-module__HGGKaq__productIcon{opacity:.6;transform:scale(1.1)}.FeaturedProducts-module__HGGKaq__productBadge{background:var(--accent-primary);color:var(--bg-primary);border-radius:50px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:15px;left:15px}.FeaturedProducts-module__HGGKaq__productInfo{flex-direction:column;flex:1;padding:24px;display:flex}.FeaturedProducts-module__HGGKaq__category{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:.75rem}.FeaturedProducts-module__HGGKaq__productInfo h3{margin:0 0 10px;font-size:1.15rem}.FeaturedProducts-module__HGGKaq__rating{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:20px;font-size:.9rem;display:flex}.FeaturedProducts-module__HGGKaq__footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.FeaturedProducts-module__HGGKaq__price{color:var(--accent-primary);font-size:1.2rem;font-weight:700}.FeaturedProducts-module__HGGKaq__addBtn{background:var(--bg-tertiary);width:40px;height:40px;color:var(--text-primary);transition:var(--transition-fast);border-radius:12px;justify-content:center;align-items:center;display:flex}.FeaturedProducts-module__HGGKaq__addBtn:hover{background:var(--accent-primary);color:var(--bg-primary);transform:scale(1.1)}.FeaturedProducts-module__HGGKaq__viewAll{justify-content:center;margin-top:60px;display:flex}
.Gallery-module__Sa_FLW__gallery{padding:var(--section-padding);background:var(--bg-secondary)}.Gallery-module__Sa_FLW__sectionHeader{text-align:center;margin-bottom:60px}.Gallery-module__Sa_FLW__badge{border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;background:#c5a0591a;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.Gallery-module__Sa_FLW__sectionHeader h2{margin-bottom:20px;font-size:3rem}.Gallery-module__Sa_FLW__sectionHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto}.Gallery-module__Sa_FLW__masonryGrid{grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:20px;display:grid}.Gallery-module__Sa_FLW__galleryItem{cursor:pointer;border-radius:24px;position:relative;overflow:hidden}.Gallery-module__Sa_FLW__large{grid-row:span 2}.Gallery-module__Sa_FLW__medium{grid-column:span 2}.Gallery-module__Sa_FLW__small{grid-row:span 1}.Gallery-module__Sa_FLW__imagePlaceholder{background:var(--bg-tertiary);width:100%;height:100%;transition:var(--transition-normal);border:1px solid var(--border-color);justify-content:center;align-items:center;display:flex}.Gallery-module__Sa_FLW__image{object-fit:cover;width:100%;height:100%;transition:var(--transition-normal)}.Gallery-module__Sa_FLW__galleryItem:hover .Gallery-module__Sa_FLW__image{transform:scale(1.05)}.Gallery-module__Sa_FLW__icon{color:var(--accent-primary);opacity:.2;transition:var(--transition-normal)}.Gallery-module__Sa_FLW__galleryItem:hover .Gallery-module__Sa_FLW__icon{opacity:.5;transform:scale(1.2)}.Gallery-module__Sa_FLW__overlay{opacity:0;transition:var(--transition-normal);background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;padding:30px;display:flex;position:absolute;inset:0;transform:translateY(20px)}.Gallery-module__Sa_FLW__galleryItem:hover .Gallery-module__Sa_FLW__overlay{opacity:1;transform:translateY(0)}.Gallery-module__Sa_FLW__category{color:var(--accent-primary);text-transform:uppercase;margin-bottom:5px;font-size:.75rem;font-weight:700}.Gallery-module__Sa_FLW__overlay h3{color:#fff;margin:0;font-size:1.25rem}@media (max-width:992px){.Gallery-module__Sa_FLW__masonryGrid{grid-template-columns:repeat(2,1fr)}.Gallery-module__Sa_FLW__medium{grid-column:span 1}}@media (max-width:600px){.Gallery-module__Sa_FLW__masonryGrid{grid-template-columns:1fr;grid-auto-rows:300px}.Gallery-module__Sa_FLW__large,.Gallery-module__Sa_FLW__medium{grid-area:span 1/span 1}}
.Staff-module__k9bwzW__staff{padding:var(--section-padding);background:var(--bg-primary)}.Staff-module__k9bwzW__sectionHeader{text-align:center;margin-bottom:60px}.Staff-module__k9bwzW__badge{border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;background:#c5a0591a;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.Staff-module__k9bwzW__sectionHeader h2{margin-bottom:20px;font-size:3rem}.Staff-module__k9bwzW__sectionHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto}.Staff-module__k9bwzW__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;display:grid}.Staff-module__k9bwzW__staffCard{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;transition:var(--transition-normal);border-radius:24px;padding:40px 30px}.Staff-module__k9bwzW__staffCard:hover{border-color:var(--accent-primary);background:#c5a0590d;transform:translateY(-10px)}.Staff-module__k9bwzW__avatarArea{background:var(--bg-tertiary);border:2px solid var(--border-color);width:120px;height:120px;transition:var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 30px;display:flex;position:relative}.Staff-module__k9bwzW__staffCard:hover .Staff-module__k9bwzW__avatarArea{border-color:var(--accent-primary);box-shadow:0 0 20px var(--accent-glow)}.Staff-module__k9bwzW__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:transform .5s}.Staff-module__k9bwzW__staffCard:hover .Staff-module__k9bwzW__avatarImage{transform:scale(1.1)}.Staff-module__k9bwzW__avatarIcon{color:var(--accent-primary);opacity:.5}.Staff-module__k9bwzW__ratingBadge{background:var(--accent-primary);color:var(--bg-primary);border-radius:50px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:0;right:0}.Staff-module__k9bwzW__staffInfo h3{margin-bottom:8px;font-size:1.4rem}.Staff-module__k9bwzW__role{color:var(--accent-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;font-size:.9rem;font-weight:600;display:block}.Staff-module__k9bwzW__experience{color:var(--text-muted);align-items:center;gap:8px;font-size:.85rem;display:inline-flex}
.Branches-module__BIkSPW__branches{padding:var(--section-padding);background:var(--bg-secondary)}.Branches-module__BIkSPW__sectionHeader{text-align:center;margin-bottom:60px}.Branches-module__BIkSPW__badge{border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;background:#c5a0591a;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.Branches-module__BIkSPW__sectionHeader h2{margin-bottom:20px;font-size:3rem}.Branches-module__BIkSPW__sectionHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto}.Branches-module__BIkSPW__branchLayout{grid-template-columns:400px 1fr;gap:40px;height:600px;display:grid}.Branches-module__BIkSPW__branchList{flex-direction:column;gap:20px;padding-right:10px;display:flex;overflow-y:auto}.Branches-module__BIkSPW__branchList::-webkit-scrollbar{width:5px}.Branches-module__BIkSPW__branchList::-webkit-scrollbar-track{background:var(--bg-primary)}.Branches-module__BIkSPW__branchList::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:10px}.Branches-module__BIkSPW__branchCard{background:var(--bg-primary);border:1px solid var(--border-color);transition:var(--transition-normal);border-radius:24px;padding:30px}.Branches-module__BIkSPW__branchCard:hover{border-color:var(--accent-primary);background:#c5a0590d}.Branches-module__BIkSPW__branchCard h3{color:var(--accent-primary);margin-bottom:20px;font-size:1.4rem}.Branches-module__BIkSPW__info{flex-direction:column;gap:12px;display:flex}.Branches-module__BIkSPW__info p{color:var(--text-secondary);align-items:center;gap:12px;font-size:.95rem;display:flex}.Branches-module__BIkSPW__mapContainer{border:1px solid var(--border-color);width:100%;height:100%;box-shadow:var(--shadow-lg);border-radius:24px;overflow:hidden}@media (max-width:992px){.Branches-module__BIkSPW__branchLayout{grid-template-columns:1fr;height:auto}.Branches-module__BIkSPW__mapContainer{height:400px}}
.Contact-module__Bs3a0a__contact{padding:var(--section-padding);background:var(--bg-primary)}.Contact-module__Bs3a0a__contactContainer{grid-template-columns:1fr 1.2fr;align-items:center;gap:80px;display:grid}.Contact-module__Bs3a0a__badge{border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;background:#c5a0591a;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.Contact-module__Bs3a0a__contactInfo h2{margin-bottom:20px;font-size:3.5rem;line-height:1.1}.Contact-module__Bs3a0a__contactInfo p{color:var(--text-secondary);margin-bottom:40px;font-size:1.1rem}.Contact-module__Bs3a0a__infoItems{flex-direction:column;gap:30px;display:flex}.Contact-module__Bs3a0a__infoItem{align-items:center;gap:20px;display:flex}.Contact-module__Bs3a0a__iconBox{background:var(--bg-secondary);border:1px solid var(--border-color);width:50px;height:50px;color:var(--accent-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.Contact-module__Bs3a0a__infoItem h4{margin-bottom:4px;font-size:1rem}.Contact-module__Bs3a0a__infoItem p{color:var(--text-muted);margin:0;font-size:.95rem}.Contact-module__Bs3a0a__contactForm{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:32px;padding:50px}.Contact-module__Bs3a0a__formGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.Contact-module__Bs3a0a__formGroup{margin-bottom:20px}.Contact-module__Bs3a0a__formGroup label{color:var(--text-secondary);margin-bottom:10px;font-size:.9rem;font-weight:600;display:block}@media (max-width:992px){.Contact-module__Bs3a0a__contactContainer{grid-template-columns:1fr;gap:60px}.Contact-module__Bs3a0a__contactInfo h2{font-size:2.5rem}}@media (max-width:600px){.Contact-module__Bs3a0a__formGrid{grid-template-columns:1fr}.Contact-module__Bs3a0a__contactForm{padding:30px 20px}}
.Home-module__6XXAVq__scrollingBannerContainer{background:var(--accent-primary);color:#000;white-space:nowrap;z-index:100;width:100%;margin-top:var(--navbar-height);border-bottom:1px solid #0000001a;padding:10px 0;font-size:.9rem;font-weight:700;position:relative;overflow:hidden}.Home-module__6XXAVq__scrollingBannerContent{width:max-content;display:flex}.Home-module__6XXAVq__scrollingText{padding-left:50px;display:inline-block}
