.Hero-module__KTD73a__hero{align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__heroBg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__KTD73a__heroVideo{object-fit:cover;opacity:.15;min-width:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__KTD73a__heroGradient{background:radial-gradient(at 20%,#6366f11f 0%,#0000 50%),radial-gradient(at 80%,#ec489914 0%,#0000 50%),radial-gradient(at 50% 100%,#8b5cf614 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__KTD73a__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.Hero-module__KTD73a__heroText{z-index:1}.Hero-module__KTD73a__heroBadge{background:var(--glass);border:1px solid var(--border-color);color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.8rem;display:inline-flex}.Hero-module__KTD73a__dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__KTD73a__pulse}.Hero-module__KTD73a__heroTitle{font-family:var(--font-space),sans-serif;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.1}.Hero-module__KTD73a__gradient{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__KTD73a__heroDescription{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem}.Hero-module__KTD73a__heroCta{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__KTD73a__heroBento{grid-template-rows:repeat(3,120px) auto;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:1024px){.Hero-module__KTD73a__heroContent{text-align:center;grid-template-columns:1fr}.Hero-module__KTD73a__heroDescription{margin:0 auto 2.5rem}.Hero-module__KTD73a__heroCta{justify-content:center}.Hero-module__KTD73a__heroBento{max-width:500px;margin:0 auto}}@media (max-width:768px){.Hero-module__KTD73a__heroTitle{font-size:2.5rem}.Hero-module__KTD73a__heroBento{grid-template-columns:1fr}}
.BentoCard-module__CL8t8G__bentoCard{background:var(--glass);border:1px solid var(--border-color);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:inherit;padding:1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.BentoCard-module__CL8t8G__bentoCard:before{content:"";background:var(--gradient-main);opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.BentoCard-module__CL8t8G__bentoCard:hover{border-color:#6366f180;transform:translateY(-5px)scale(1.02);box-shadow:0 20px 40px #6366f11a}.BentoCard-module__CL8t8G__bentoCard:hover:before{opacity:.1}.BentoCard-module__CL8t8G__large{grid-column:span 2}.BentoCard-module__CL8t8G__bentoIcon{background:var(--gradient-main);color:#fff;z-index:1;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;font-size:1.1rem;display:flex;position:relative}.BentoCard-module__CL8t8G__bentoTitle{font-family:var(--font-space),sans-serif;z-index:1;margin-bottom:.25rem;font-size:1rem;font-weight:600;position:relative}.BentoCard-module__CL8t8G__bentoText{color:var(--text-secondary);z-index:1;font-size:.8rem;position:relative}@media (max-width:768px){.BentoCard-module__CL8t8G__large{grid-column:span 1}}
.Event-module__HJPzQG__event{padding:8rem 2rem;position:relative}.Event-module__HJPzQG__eventContainer{max-width:1000px;margin:0 auto}.Event-module__HJPzQG__sliderWrapper{align-items:flex-start;gap:1rem;display:flex}.Event-module__HJPzQG__sliderArrow{background:var(--glass);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-top:200px;transition:all .3s;display:flex}.Event-module__HJPzQG__sliderArrow:hover{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000;transform:scale(1.1)}.Event-module__HJPzQG__sliderArrow i{color:var(--text-primary);font-size:1rem;transition:color .3s}.Event-module__HJPzQG__sliderArrow:hover i{color:#fff}.Event-module__HJPzQG__sliderDots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.Event-module__HJPzQG__sliderDot{background:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.Event-module__HJPzQG__sliderDot:hover{background:var(--accent-2)}.Event-module__HJPzQG__sliderDotActive{background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:scale(1.2)}.Event-module__HJPzQG__eventCard{background:var(--glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius);border:1px solid var(--border-color);flex:1;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.Event-module__HJPzQG__slideOutLeft{animation:.3s forwards Event-module__HJPzQG__slideOutLeft}.Event-module__HJPzQG__slideOutRight{animation:.3s forwards Event-module__HJPzQG__slideOutRight}@keyframes Event-module__HJPzQG__slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes Event-module__HJPzQG__slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}.Event-module__HJPzQG__eventCard:before{content:"";background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#ec4899 100%);width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Event-module__HJPzQG__eventCard:hover{border-color:#6366f14d;transform:translateY(-10px);box-shadow:0 30px 60px #6366f126}.Event-module__HJPzQG__eventCard:hover:before{transform:scaleX(1)}.Event-module__HJPzQG__eventCardInner{grid-template-columns:1fr 280px;align-items:start;gap:2rem;display:grid}.Event-module__HJPzQG__eventContent{flex-direction:column;display:flex}.Event-module__HJPzQG__eventIcon{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#ec4899 100%);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;transition:transform .4s;display:flex}.Event-module__HJPzQG__eventIcon i{color:#fff;font-size:1.5rem}.Event-module__HJPzQG__eventCard:hover .Event-module__HJPzQG__eventIcon{transform:scale(1.1)rotate(5deg)}.Event-module__HJPzQG__eventTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.4rem;font-weight:600}.Event-module__HJPzQG__eventSubtitle{color:var(--text-secondary);margin-bottom:.75rem;font-size:1rem}.Event-module__HJPzQG__eventDate{color:var(--accent-1);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:inline-flex}.Event-module__HJPzQG__eventDescription{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.Event-module__HJPzQG__eventMeta{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Event-module__HJPzQG__eventLocation{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.Event-module__HJPzQG__eventLocation i{color:var(--accent-2);flex-shrink:0;width:16px;margin-top:.25rem}.Event-module__HJPzQG__eventTime{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Event-module__HJPzQG__eventTime i{color:var(--accent-2);flex-shrink:0;width:16px}.Event-module__HJPzQG__specialEvent{border-left:3px solid var(--accent-1);background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.25rem}.Event-module__HJPzQG__specialEventLabel{color:var(--accent-1);letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.Event-module__HJPzQG__specialEventTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}.Event-module__HJPzQG__specialEventInfo{color:var(--text-secondary);font-size:.85rem}.Event-module__HJPzQG__specialEventBottom{align-items:center;gap:2rem;margin-top:.75rem;display:flex}.Event-module__HJPzQG__specialEventDesc{color:var(--text-secondary);text-align:justify;flex:1;margin:0;font-size:.8rem;line-height:1.6}.Event-module__HJPzQG__comingSoonBtn{background:var(--gradient-main);color:#fff;text-align:center;opacity:.6;cursor:default;border-radius:100px;flex-shrink:0;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;line-height:1.4;display:inline-block}.Event-module__HJPzQG__eventActions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Event-module__HJPzQG__eventLink{color:var(--accent-1);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:gap .3s;display:inline-flex}.Event-module__HJPzQG__eventLink:hover{gap:.75rem}.Event-module__HJPzQG__eventFlyer{justify-content:center;align-items:flex-start;margin-top:6.5rem;display:flex}.Event-module__HJPzQG__flyerImage{border-radius:12px;width:100%;height:auto;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #00000026}.Event-module__HJPzQG__flyerImage:hover{transform:scale(1.02);box-shadow:0 15px 40px #0003}.Event-module__HJPzQG__flyerPlaceholder{width:280px;height:396px;color:var(--text-secondary);background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.Event-module__HJPzQG__flyerPlaceholder i{opacity:.5;font-size:3rem}.Event-module__HJPzQG__flyerPlaceholder span{font-size:1rem;font-weight:500}@media (max-width:768px){.Event-module__HJPzQG__sliderWrapper{flex-direction:column;gap:1.5rem}.Event-module__HJPzQG__sliderArrow{display:none}.Event-module__HJPzQG__eventCardInner{grid-template-columns:1fr}.Event-module__HJPzQG__eventFlyer{order:-1;justify-content:center;margin-top:0}.Event-module__HJPzQG__flyerImage,.Event-module__HJPzQG__flyerPlaceholder{max-width:250px;height:auto}}@media (max-width:480px){.Event-module__HJPzQG__event{padding:4rem 1rem}.Event-module__HJPzQG__eventCard{padding:1.5rem}}.Event-module__HJPzQG__modal{z-index:1000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s Event-module__HJPzQG__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes Event-module__HJPzQG__fadeIn{0%{opacity:0}to{opacity:1}}.Event-module__HJPzQG__modalContent{max-width:90vw;max-height:90vh;animation:.3s Event-module__HJPzQG__scaleIn;position:relative}@keyframes Event-module__HJPzQG__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Event-module__HJPzQG__modalClose{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;transition:transform .2s;position:absolute;top:-40px;right:0}.Event-module__HJPzQG__modalClose:hover{transform:scale(1.2)}.Event-module__HJPzQG__modalImage{border-radius:8px;width:auto;max-width:100%;height:auto;max-height:85vh;box-shadow:0 20px 60px #00000080}
.Services-module__zXymXq__services{padding:8rem 2rem;position:relative}.Services-module__zXymXq__servicesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.Services-module__zXymXq__servicesGrid{grid-template-columns:1fr}}
.ServiceCard-module__ugxC3a__serviceCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius);padding:2.5rem;scroll-margin-top:150px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.ServiceCard-module__ugxC3a__serviceCard:before{content:"";background:var(--gradient-main);width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.ServiceCard-module__ugxC3a__serviceCard:hover{border-color:#6366f14d;transform:translateY(-10px);box-shadow:0 30px 60px #6366f126}.ServiceCard-module__ugxC3a__serviceCard:hover:before{transform:scaleX(1)}.ServiceCard-module__ugxC3a__variant1:before{background:var(--gradient-main)}.ServiceCard-module__ugxC3a__variant2:before{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.ServiceCard-module__ugxC3a__variant3:before{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.ServiceCard-module__ugxC3a__serviceIcon{background:var(--gradient-main);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;transition:transform .4s;display:flex}.ServiceCard-module__ugxC3a__variant2 .ServiceCard-module__ugxC3a__serviceIcon,.ServiceCard-module__ugxC3a__variant3 .ServiceCard-module__ugxC3a__serviceIcon{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.ServiceCard-module__ugxC3a__serviceCard:hover .ServiceCard-module__ugxC3a__serviceIcon{transform:scale(1.1)rotate(5deg)}.ServiceCard-module__ugxC3a__serviceTitle{font-family:var(--font-space),sans-serif;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ServiceCard-module__ugxC3a__serviceList{list-style:none}.ServiceCard-module__ugxC3a__serviceList li{color:var(--text-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.95rem;transition:color .3s;display:flex}.ServiceCard-module__ugxC3a__serviceList li:last-child{border-bottom:none}.ServiceCard-module__ugxC3a__serviceList li:hover{color:var(--text-primary)}.ServiceCard-module__ugxC3a__serviceList li:before{content:"→";color:var(--accent-1)}
.Contact-module__UT7GOW__contact{padding:8rem 2rem;position:relative}.Contact-module__UT7GOW__contactContainer{text-align:center;max-width:1000px;margin:0 auto}.Contact-module__UT7GOW__contactTitle{font-family:var(--font-noto),sans-serif;color:var(--text-secondary);margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:400}.Contact-module__UT7GOW__contactForm{text-align:left;max-width:600px;margin:2rem auto 0}.Contact-module__UT7GOW__formGroup{margin-bottom:1.5rem}.Contact-module__UT7GOW__formLabel{font-family:var(--font-noto),sans-serif;color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.Contact-module__UT7GOW__required{color:#c77c7c}.Contact-module__UT7GOW__formInput,.Contact-module__UT7GOW__formTextarea{width:100%;font-family:var(--font-noto),sans-serif;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border-color,#e0ddd4);border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.Contact-module__UT7GOW__formInput::placeholder,.Contact-module__UT7GOW__formTextarea::placeholder{color:var(--text-muted,#a9a5a0)}.Contact-module__UT7GOW__formInput:focus,.Contact-module__UT7GOW__formTextarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #5882591a}.Contact-module__UT7GOW__formInput:disabled,.Contact-module__UT7GOW__formTextarea:disabled{opacity:.6;cursor:not-allowed}.Contact-module__UT7GOW__formTextarea{resize:vertical;min-height:150px}.Contact-module__UT7GOW__submitBtn{justify-content:center;width:100%;margin-top:1rem}.Contact-module__UT7GOW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__UT7GOW__submitBtn i{margin-left:.5rem}.Contact-module__UT7GOW__errorMessage,.Contact-module__UT7GOW__successMessage{border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem;font-size:.9rem;display:flex}.Contact-module__UT7GOW__errorMessage{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca}.Contact-module__UT7GOW__successMessage{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0}.Contact-module__UT7GOW__contactInfoGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}@media (max-width:768px){.Contact-module__UT7GOW__contact{padding:4rem 1.5rem}.Contact-module__UT7GOW__contactForm{margin-top:1.5rem}.Contact-module__UT7GOW__formInput,.Contact-module__UT7GOW__formTextarea{padding:.75rem;font-size:.9375rem}.Contact-module__UT7GOW__contactInfoGrid{grid-template-columns:1fr;margin-top:3rem}}
.InfoCard-module__Jcz-lG__infoCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);text-align:left;padding:2rem;transition:all .3s}.InfoCard-module__Jcz-lG__infoCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.InfoCard-module__Jcz-lG__infoCardLink{color:inherit;text-decoration:none;display:block}.InfoCard-module__Jcz-lG__infoIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.25rem;display:flex}.InfoCard-module__Jcz-lG__iconLocation{color:#22c55e;background:#22c55e26}.InfoCard-module__Jcz-lG__iconTime{color:#3b82f6;background:#3b82f626}.InfoCard-module__Jcz-lG__iconAbout{color:#f472b6;background:#f472b626}.InfoCard-module__Jcz-lG__plantIcon{filter:invert(62%)sepia(50%)saturate(600%)hue-rotate(295deg)brightness(95%)contrast(95%);width:56px;height:auto}.InfoCard-module__Jcz-lG__infoLabel{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.InfoCard-module__Jcz-lG__infoText{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
