.ImpactCounters-module__uPrwIW__impactBar{background-color:#5c207b1a;border-bottom:1px solid #5c207b1a;padding:3rem 0}.ImpactCounters-module__uPrwIW__impactInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.ImpactCounters-module__uPrwIW__impactItem{align-items:center;gap:.75rem;display:flex}.ImpactCounters-module__uPrwIW__iconCircle{width:48px;height:48px;color:var(--secondary-color);background-color:#cfa34833;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ImpactCounters-module__uPrwIW__impactText{flex-direction:column;display:flex}.ImpactCounters-module__uPrwIW__impactNumber{font-family:var(--font-heading);color:var(--primary-color);font-size:1.75rem;font-weight:700;line-height:1.1}.ImpactCounters-module__uPrwIW__impactLabel{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}@media (max-width:992px){.ImpactCounters-module__uPrwIW__impactInner{justify-content:center;gap:2rem 3rem}}@media (max-width:576px){.ImpactCounters-module__uPrwIW__impactInner{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:0 1rem}.ImpactCounters-module__uPrwIW__impactNumber{font-size:1.5rem}}
.HeroSlider-module__55E--G__hero{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSlider-module__55E--G__bgSlide{opacity:0;z-index:0;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.HeroSlider-module__55E--G__bgSlide.HeroSlider-module__55E--G__active{opacity:1}.HeroSlider-module__55E--G__bgImage{object-fit:cover;object-position:center top}.HeroSlider-module__55E--G__overlay{z-index:1;background:linear-gradient(#00000073 0%,#00000059 50%,#0000008c 100%);position:absolute;inset:0}.HeroSlider-module__55E--G__content{z-index:2;text-align:center;color:#fff;width:100%;max-width:850px;padding:8rem 2rem 5rem;position:relative}.HeroSlider-module__55E--G__dots{z-index:3;gap:.6rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSlider-module__55E--G__dot{cursor:pointer;background:0 0;border:2px solid #fff9;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.HeroSlider-module__55E--G__dot:hover{border-color:#fff}.HeroSlider-module__55E--G__dot.HeroSlider-module__55E--G__dotActive{background:var(--secondary-color);border-color:var(--secondary-color);transform:scale(1.3)}@media (max-width:768px){.HeroSlider-module__55E--G__hero{min-height:85vh}.HeroSlider-module__55E--G__content{padding:10rem 1.5rem 4rem}}
.ImageGallery-module__PSyPJq__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.ImageGallery-module__PSyPJq__galleryCard{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid var(--border-color);background:#fff;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.ImageGallery-module__PSyPJq__galleryCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.ImageGallery-module__PSyPJq__imageWrap{background:#f0f0f0;width:100%;height:240px;position:relative;overflow:hidden}.ImageGallery-module__PSyPJq__galleryImage{object-fit:cover;object-position:center top;transition:transform .4s}.ImageGallery-module__PSyPJq__galleryCard:hover .ImageGallery-module__PSyPJq__galleryImage{transform:scale(1.06)}.ImageGallery-module__PSyPJq__overlayHover{opacity:0;z-index:2;background:#5c207ba6;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ImageGallery-module__PSyPJq__galleryCard:hover .ImageGallery-module__PSyPJq__overlayHover{opacity:1}.ImageGallery-module__PSyPJq__clickHint{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;font-weight:600}.ImageGallery-module__PSyPJq__captionBar{border-top:1px solid var(--border-color);background:#fff;padding:.9rem 1.25rem}.ImageGallery-module__PSyPJq__captionBar p{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:500;overflow:hidden}.ImageGallery-module__PSyPJq__lightboxModal{z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000e0;justify-content:center;align-items:center;padding:2rem;animation:.25s ease-out ImageGallery-module__PSyPJq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ImageGallery-module__PSyPJq__fadeIn{0%{opacity:0}to{opacity:1}}.ImageGallery-module__PSyPJq__closeBtn{color:#fff;cursor:pointer;z-index:2010;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ImageGallery-module__PSyPJq__closeBtn:hover{background:#ffffff59}.ImageGallery-module__PSyPJq__prevBtn,.ImageGallery-module__PSyPJq__nextBtn{color:#fff;cursor:pointer;z-index:2010;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageGallery-module__PSyPJq__prevBtn{left:1.5rem}.ImageGallery-module__PSyPJq__nextBtn{right:1.5rem}.ImageGallery-module__PSyPJq__prevBtn:hover,.ImageGallery-module__PSyPJq__nextBtn:hover{background:#ffffff59}.ImageGallery-module__PSyPJq__modalContent{z-index:2005;flex-direction:column;justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex}.ImageGallery-module__PSyPJq__modalImageWrap{border-radius:var(--radius-md);max-width:100%;max-height:75vh;overflow:hidden;box-shadow:0 10px 30px #00000080}.ImageGallery-module__PSyPJq__modalImg{object-fit:contain;max-width:100%;max-height:75vh;display:block}.ImageGallery-module__PSyPJq__modalCaption{color:#fff;text-align:center;background:#ffffff1a;border-radius:20px;margin-top:1rem;padding:.6rem 1.5rem;font-size:1.05rem;font-weight:500}@media (max-width:768px){.ImageGallery-module__PSyPJq__prevBtn{width:44px;height:44px;left:.5rem}.ImageGallery-module__PSyPJq__nextBtn{width:44px;height:44px;right:.5rem}.ImageGallery-module__PSyPJq__closeBtn{width:40px;height:40px;top:1rem;right:1rem}}
.Home-module__baJ6tW__heroTitle{font-size:3.5rem;font-family:var(--font-heading);letter-spacing:-.5px;text-shadow:0 2px 12px #00000059;margin-bottom:1.5rem}.Home-module__baJ6tW__heroDesc{color:#fffffff2;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;max-width:700px;margin:0 auto 2.5rem;padding:.75rem 1.5rem;font-size:1.15rem;line-height:1.8}.Home-module__baJ6tW__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Home-module__baJ6tW__heroBtnOutline{border-radius:var(--radius-md);color:#fff;background-color:#0000;border:2px solid #fff;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.Home-module__baJ6tW__heroBtnOutline:hover{color:var(--primary-color);background-color:#fff;transform:translateY(-2px)}.Home-module__baJ6tW__heroBtnWhite{border-radius:var(--radius-md);color:var(--primary-color);background-color:#fff;border:2px solid #fff;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.Home-module__baJ6tW__heroBtnWhite:hover{color:#fff;background-color:#0000;transform:translateY(-2px)}.Home-module__baJ6tW__pillarsSection{background-color:var(--bg-main);padding:4rem 0}.Home-module__baJ6tW__pillarsGrid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.Home-module__baJ6tW__pillarCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background:#fff;flex-direction:column;padding:1.5rem 1.25rem;transition:transform .3s,box-shadow .3s;display:flex}.Home-module__baJ6tW__pillarCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Home-module__baJ6tW__pillarIconWrap{background-color:#cfa3481a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.Home-module__baJ6tW__pillarTitle{color:var(--text-dark);margin-bottom:.75rem;font-size:1.15rem}.Home-module__baJ6tW__pillarDesc{color:var(--text-light);flex-grow:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.Home-module__baJ6tW__pillarLink{color:var(--primary-color);align-items:center;gap:.4rem;margin-top:auto;font-size:.9rem;font-weight:600;display:flex}.Home-module__baJ6tW__pillarLink:hover{color:var(--primary-hover)}.Home-module__baJ6tW__gallerySection{background-color:var(--bg-alt);padding:5rem 0 7rem}.Home-module__baJ6tW__gallerySubtitle{text-align:center;color:var(--text-light);max-width:550px;margin:0 auto 2.5rem}.Home-module__baJ6tW__galleryGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.Home-module__baJ6tW__galleryImageWrapper{aspect-ratio:4/3;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.Home-module__baJ6tW__galleryImage{object-fit:cover;transition:transform .5s}.Home-module__baJ6tW__galleryImageWrapper:hover .Home-module__baJ6tW__galleryImage{transform:scale(1.06)}@media (max-width:992px){.Home-module__baJ6tW__pillarsGrid,.Home-module__baJ6tW__galleryGrid{grid-template-columns:repeat(2,1fr)}.Home-module__baJ6tW__heroTitle{font-size:2.5rem}}@media (max-width:576px){.Home-module__baJ6tW__heroTitle{font-size:2rem}.Home-module__baJ6tW__pillarsGrid{grid-template-columns:1fr}.Home-module__baJ6tW__galleryGrid{grid-template-columns:repeat(2,1fr)}}
