@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap");.LandingPage_container__Lx_Vz{min-height:100vh;position:relative;overflow-x:hidden;background:var(--bg-cream)}.LandingPage_navbar__4HGqe{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .3s ease}.LandingPage_navContainer__pWFut{max-width:100%;margin:0;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:80px;width:100%}.LandingPage_logo__J0O__{display:flex;flex-direction:column;gap:4px;cursor:pointer;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;padding:0;border-radius:0;background:transparent;min-height:auto}.LandingPage_logo__J0O__:hover{transform:translateY(-3px);background:transparent;box-shadow:none}.LandingPage_logoText__Nqi0N{font-family:Playfair Display,serif;font-size:32px;font-weight:800;background:linear-gradient(135deg,#4e653f,#5a7d52 50%,#a27852);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.05)}.LandingPage_tagline__wORmm{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(135deg,#a27852,#8f6845);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1}.LandingPage_navLinks__OUwP2{display:flex;gap:50px;align-items:center}.LandingPage_navLink__qLNtz{font-size:14px;font-weight:500;color:var(--text-light);text-decoration:none;transition:all .3s ease;position:relative}.LandingPage_navLink__qLNtz:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.LandingPage_navLink__qLNtz:hover{color:var(--accent)}.LandingPage_navLink__qLNtz:hover:after{width:100%}.LandingPage_navButtons__5qiUf{display:flex;gap:16px;align-items:center}.LandingPage_googleBtn__Hgc1j,.LandingPage_loginBtn__TbCxp,.LandingPage_signupBtn__YI3tT{padding:10px 20px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:8px}.LandingPage_googleBtn__Hgc1j{background:var(--white);color:var(--text-dark);border:1.5px solid var(--border)}.LandingPage_googleBtn__Hgc1j:hover{background:var(--bg-cream);border-color:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-sm);color:var(--text-dark)}.LandingPage_loginBtn__TbCxp{background:var(--primary-dark);color:#fff;border:1.5px solid var(--primary-dark)}.LandingPage_loginBtn__TbCxp:hover{background:var(--primary-light);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(78,101,63,.2)}.LandingPage_signupBtn__YI3tT{background:var(--accent);color:#fff}.LandingPage_signupBtn__YI3tT:hover{background:#8f6845;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(162,120,82,.2)}.LandingPage_hero__UyKg9{margin-top:80px;padding:60px 20px;min-height:calc(100vh - 80px);display:flex;align-items:center;background:linear-gradient(135deg,var(--bg-cream) 0,hsla(94,20%,52%,.05) 100%);position:relative;overflow:hidden;width:100%}.LandingPage_hero__UyKg9:before{top:10%;right:10%;width:400px;height:400px;background:radial-gradient(circle,rgba(162,120,82,.08) 0,transparent 70%);animation:LandingPage_float__ZyhmA 6s ease-in-out infinite}.LandingPage_hero__UyKg9:after,.LandingPage_hero__UyKg9:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.LandingPage_hero__UyKg9:after{bottom:-10%;left:5%;width:300px;height:300px;background:radial-gradient(circle,hsla(94,20%,52%,.08) 0,transparent 70%);animation:LandingPage_float__ZyhmA 8s ease-in-out infinite reverse}@keyframes LandingPage_float__ZyhmA{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.LandingPage_heroContainer__tnYZs{max-width:100%;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;width:100%;position:relative;z-index:2}.LandingPage_heroCarousel__Gn_KQ{display:flex;align-items:center;justify-content:center;width:100%;height:100%;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .2s backwards}.LandingPage_heroContent__2P88K{display:flex;flex-direction:column;gap:32px;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .1s backwards}.LandingPage_heroTitle___oBaL{font-family:Playfair Display,serif;font-size:56px;font-weight:800;line-height:1.2;color:var(--primary-dark);margin:0}.LandingPage_heroHighlight__j2ZTd{color:var(--accent);position:relative;display:inline-block}.LandingPage_heroHighlight__j2ZTd:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent) 0,#8f6845 100%);opacity:.6;border-radius:2px;animation:LandingPage_underlineExpand__TzNZ_ .8s ease-out forwards}@keyframes LandingPage_underlineExpand__TzNZ_{0%{width:0}to{width:100%}}@keyframes LandingPage_fadeInUp__8_fz5{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.LandingPage_heroSubtitle__0Aw7d{font-size:18px;color:var(--text-light);line-height:1.8;max-width:500px;margin:0}.LandingPage_heroButtons__lGFl8{display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding-top:16px}.LandingPage_browseBtn__WIXf9,.LandingPage_donateBtn__5Wnzw,.LandingPage_orgSignupBtn__rjWVH,.LandingPage_primaryBtn__1J5kD,.LandingPage_secondaryBtn__E0TYF{padding:14px 32px;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;text-decoration:none;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;box-shadow:none}.LandingPage_browseBtn__WIXf9{background:#fff;color:#4e653f;border:2px solid #4e653f;box-shadow:0 4px 12px rgba(78,101,63,.1)}.LandingPage_browseBtn__WIXf9:hover{background:#4e653f;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(78,101,63,.2)}.LandingPage_browseIcon__9ja4s{font-size:18px}.LandingPage_primaryBtn__1J5kD{background:linear-gradient(135deg,#4e653f,#4e653f);color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(78,101,63,.15)}.LandingPage_primaryBtn__1J5kD:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s ease}.LandingPage_primaryBtn__1J5kD:hover{background:#5a7d52;transform:translateY(-2px);box-shadow:0 6px 16px rgba(78,101,63,.25)}.LandingPage_primaryBtn__1J5kD:hover:before{left:100%}.LandingPage_primaryBtn__1J5kD:active{transform:translateY(0);box-shadow:0 2px 8px rgba(78,101,63,.15)}.LandingPage_btnArrow__ewT4q{transition:transform .3s ease}.LandingPage_primaryBtn__1J5kD:hover .LandingPage_btnArrow__ewT4q{transform:translateX(4px)}.LandingPage_secondaryBtn__E0TYF{background:hsla(0,0%,100%,.9);color:var(--primary-dark);border:2px solid hsla(0,0%,100%,.9);position:relative;box-shadow:none;z-index:1}.LandingPage_secondaryBtn__E0TYF:hover{background:#fff;color:var(--primary-dark);transform:translateY(-2px);border-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.LandingPage_secondaryBtn__E0TYF:active{transform:translateY(0)}.LandingPage_orgSignupBtn__rjWVH{background:#a27852;color:#fff;box-shadow:0 4px 12px rgba(162,120,82,.15)}.LandingPage_orgSignupBtn__rjWVH:hover{background:#8f6845;transform:translateY(-2px);box-shadow:0 6px 16px rgba(162,120,82,.25)}.LandingPage_orgSignupBtn__rjWVH:active{transform:translateY(0);box-shadow:0 2px 8px rgba(162,120,82,.15)}.LandingPage_donateBtn__5Wnzw{background:linear-gradient(135deg,#a27852,#8f6845);color:#fff;border:2px solid transparent;box-shadow:0 4px 12px rgba(162,120,82,.3);position:relative;overflow:hidden}.LandingPage_donateBtn__5Wnzw:hover{background:linear-gradient(135deg,#8f6845,#6f4f35);color:#fff;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px rgba(162,120,82,.4);border-color:transparent}.LandingPage_donateBtn__5Wnzw:active{transform:translateY(0);box-shadow:0 2px 8px rgba(162,120,82,.15)}.LandingPage_donateIcon__bVs7J{font-size:18px}.LandingPage_heroImage__639ji{display:flex;align-items:center;justify-content:center;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .3s backwards}.LandingPage_imageCarouselContainer__fSSpR{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.LandingPage_carouselSlide__Sd2Dg{display:grid;grid-template-columns:1fr;width:100%;height:100%}.LandingPage_carouselImageWrapper__Kb_zs{width:100%;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.4,0,.2,1);animation:LandingPage_slideInRight__CaB_f .8s ease-out backwards}.LandingPage_carouselImageWrapper__Kb_zs:first-child{animation-delay:.3s}.LandingPage_carouselImageWrapper__Kb_zs:nth-child(2){animation-delay:.5s}.LandingPage_carouselImageWrapper__Kb_zs:nth-child(3){animation-delay:.7s}@keyframes LandingPage_slideInRight__CaB_f{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.LandingPage_carouselImageWrapper__Kb_zs:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px rgba(0,0,0,.15)}.LandingPage_placeholderImage__tcnPm{width:100%;height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.LandingPage_carouselBgImage__0dewp{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .5s ease}.LandingPage_carouselImageWrapper__Kb_zs:hover .LandingPage_carouselBgImage__0dewp{transform:scale(1.1)}.LandingPage_imageOverlay__0eekB{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.2));z-index:1}.LandingPage_imageText__54DAX{text-align:center;color:#fff;z-index:2;position:relative;padding:20px}.LandingPage_imageEmoji__6IXi0{font-size:48px;display:block;margin-bottom:12px;animation:LandingPage_float__ZyhmA 3s ease-in-out infinite;text-shadow:0 2px 10px rgba(0,0,0,.3)}.LandingPage_imageText__54DAX h3{font-family:Playfair Display,serif;font-size:24px;font-weight:700;margin:0 0 8px;text-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff}.LandingPage_imageText__54DAX p{font-size:14px;margin:0;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.5);color:hsla(0,0%,100%,.9)}.LandingPage_activeSlide__RPX28{opacity:1;z-index:2;transition:opacity 1s ease-in-out}.LandingPage_inactiveSlide__BGDAa{opacity:0;z-index:0;position:absolute;top:0;left:0;transition:opacity 1s ease-in-out}.LandingPage_carouselIndicators__NoLRk{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.LandingPage_indicator__fs7wM{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s ease;border:none}.LandingPage_indicator__fs7wM.LandingPage_active__1wpOI{background:#fff;transform:scale(1.2)}.LandingPage_carouselQuote__B3Ebp{position:absolute;bottom:60px;left:0;right:0;text-align:center;color:#fff;padding:0 20px;z-index:10;text-shadow:0 2px 4px rgba(0,0,0,.6)}.LandingPage_carouselQuoteText__dYJab{font-family:Playfair Display,serif;font-size:24px;font-weight:700;margin-bottom:8px;font-style:italic}.LandingPage_carouselQuoteAuthor__7R0Ue{font-size:14px;opacity:.9;letter-spacing:1px;text-transform:uppercase}.LandingPage_features___yJJw{padding:100px 20px;background:var(--white);position:relative;width:100%}.LandingPage_featuresContainer__wUlyr{max-width:100%;margin:0 auto;padding:0 20px}.LandingPage_sectionHeader__gIKTo{text-align:center;margin-bottom:80px;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .2s backwards}.LandingPage_sectionTitle__xCHDw{font-family:Playfair Display,serif;font-size:44px;font-weight:800;color:var(--primary-dark);margin-bottom:16px;line-height:1.2}.LandingPage_sectionSubtitle__pjPP0{font-size:18px;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.8}.LandingPage_featuresGrid__MKKnu{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}.LandingPage_featureCard__lffJl{background:var(--bg-cream);padding:40px 32px;border-radius:12px;border:1px solid var(--border);transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out backwards}.LandingPage_featureCard__lffJl:first-child{animation-delay:.3s}.LandingPage_featureCard__lffJl:nth-child(2){animation-delay:.4s}.LandingPage_featureCard__lffJl:nth-child(3){animation-delay:.5s}.LandingPage_featureCard__lffJl:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--primary-light));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.LandingPage_featureCard__lffJl:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(162,120,82,.05),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.LandingPage_featureCard__lffJl:hover{background:var(--white);border-color:var(--primary-light);box-shadow:0 12px 40px rgba(78,101,63,.15);transform:translateY(-12px)}.LandingPage_featureCard__lffJl:hover:before{transform:scaleX(1)}.LandingPage_featureCard__lffJl:hover:after{opacity:1}.LandingPage_featureIcon__RAHO_{font-size:48px;line-height:1;height:-moz-fit-content;height:fit-content}.LandingPage_featureTitle__4ZSCq{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--primary-dark);margin:0}.LandingPage_featureDescription__D7wf3{font-size:16px;color:var(--text-light);line-height:1.8;margin:0;flex-grow:1}.LandingPage_statistics__nAVA1{padding:80px 40px;background:linear-gradient(135deg,var(--primary-dark) 0,rgba(78,101,63,.95) 100%);color:var(--white);position:relative;overflow:hidden}.LandingPage_statistics__nAVA1:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,hsla(94,20%,52%,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.LandingPage_statisticsContainer__aw3_8{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:60px;gap:60px;text-align:center;position:relative;z-index:2}.LandingPage_statisticItem__9QO3f{display:flex;flex-direction:column;gap:12px;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out backwards}.LandingPage_statisticItem__9QO3f:first-child{animation-delay:.3s}.LandingPage_statisticItem__9QO3f:nth-child(2){animation-delay:.4s}.LandingPage_statisticItem__9QO3f:nth-child(3){animation-delay:.5s}.LandingPage_statisticItem__9QO3f:nth-child(4){animation-delay:.6s}.LandingPage_statisticNumber__9EPY7{font-family:Playfair Display,serif;font-size:48px;font-weight:800;color:var(--accent);line-height:1;text-shadow:0 4px 20px rgba(162,120,82,.3)}.LandingPage_statisticLabel__alMB5{font-size:16px;font-weight:500;color:hsla(0,0%,100%,.9)}.LandingPage_ctaSection__Gv_Lz{padding:100px 20px;background:linear-gradient(135deg,var(--bg-cream) 0,hsla(94,20%,52%,.08) 100%);text-align:center;position:relative;overflow:hidden;width:100%}.LandingPage_ctaContainer__5Licw{max-width:800px;margin:0 auto;position:relative;z-index:2;padding:0 20px}.LandingPage_ctaTitle__IkkNE{font-family:Playfair Display,serif;font-size:44px;font-weight:800;color:var(--primary-dark);margin-bottom:20px;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .2s backwards}.LandingPage_ctaDescription__X3etH{font-size:18px;color:var(--text-light);line-height:1.8;margin-bottom:40px;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .3s backwards}.LandingPage_ctaButtons__E1BIe{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .4s backwards}.LandingPage_ctaButton__Umm70{padding:16px 40px;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.LandingPage_ctaPrimary__6qvil{background:var(--primary-dark);color:var(--white)}.LandingPage_ctaPrimary__6qvil:hover{background:var(--primary-light);transform:translateY(-3px);box-shadow:var(--shadow-lg)}.LandingPage_ctaSecondary__Q_2gT{background:var(--accent);color:var(--white)}.LandingPage_ctaSecondary__Q_2gT:hover{background:#8f6845;transform:translateY(-3px);box-shadow:0 8px 20px rgba(162,120,82,.2)}.LandingPage_contact__plBsO{padding:100px 20px;background:linear-gradient(135deg,var(--white) 0,hsla(94,20%,52%,.03) 100%);position:relative;width:100%}.LandingPage_contactContainer__62avY{max-width:800px;margin:0 auto;padding:0 20px}.LandingPage_contactHeader__K5Jh_{text-align:center;margin-bottom:60px;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .2s backwards}.LandingPage_contactTitle__xS2Rm{font-family:Playfair Display,serif;font-size:44px;font-weight:800;color:var(--primary-dark);margin-bottom:16px}.LandingPage_contactSubtitle__Zr51D{font-size:18px;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.8}.LandingPage_contactForm__w7Vym{background:var(--white);padding:50px;border-radius:20px;border:1px solid var(--border);box-shadow:0 10px 40px rgba(78,101,63,.08);animation:LandingPage_fadeInUp__8_fz5 .8s ease-out .3s backwards}.LandingPage_formGrid__xAJEP{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.LandingPage_formGroup__79O2b{margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.LandingPage_label__Qzlkn{font-weight:600;color:var(--primary-dark);font-size:14px;margin-left:4px}.LandingPage_input__bzf5_,.LandingPage_select__A3q3P,.LandingPage_textarea____Umk{padding:14px 20px;border:1.5px solid var(--border);border-radius:10px;font-family:Poppins,sans-serif;font-size:15px;transition:all .3s ease;color:var(--text-dark);background:var(--bg-cream);width:100%}.LandingPage_input__bzf5_::placeholder,.LandingPage_textarea____Umk::placeholder{color:#9ca3af}.LandingPage_input__bzf5_:focus,.LandingPage_select__A3q3P:focus,.LandingPage_textarea____Umk:focus{outline:none;border-color:var(--primary-light);box-shadow:0 0 0 4px hsla(94,20%,52%,.1);background:var(--white)}.LandingPage_select__A3q3P{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234E653F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;cursor:pointer}.LandingPage_textarea____Umk{resize:vertical;min-height:150px;font-family:Poppins,sans-serif}.LandingPage_submitBtn__zoJEK{background:#a27852;color:#fff;padding:16px 32px;border:none;border-radius:10px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;width:100%;font-family:Poppins,sans-serif;box-shadow:0 4px 12px rgba(162,120,82,.2);display:flex;align-items:center;justify-content:center;gap:8px}.LandingPage_submitBtn__zoJEK:hover{background:#8f6845;transform:translateY(-2px);box-shadow:0 6px 16px rgba(162,120,82,.3)}.LandingPage_submitBtn__zoJEK:active{transform:translateY(0);box-shadow:0 2px 8px rgba(162,120,82,.15)}.LandingPage_successMessage__ihgzs{background:#d4edda;color:#155724;border-radius:8px;border:1px solid #c3e6cb}.LandingPage_errorMessage__mS2nc,.LandingPage_successMessage__ihgzs{padding:14px 16px;margin-bottom:20px;font-size:14px;font-weight:500;animation:LandingPage_slideIn__EexOi .3s ease}.LandingPage_errorMessage__mS2nc{background:#f8d7da;color:#721c24;border-radius:8px;border:1px solid #f5c6cb}@keyframes LandingPage_slideIn__EexOi{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LandingPage_contactButton__sNwQ4:disabled{opacity:.7;cursor:not-allowed}.LandingPage_contactInfo__h2AND{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.LandingPage_infoItem__IWJmF{padding:24px;background:var(--white);border-radius:12px;border:1px solid var(--border);transition:all .3s ease}.LandingPage_infoItem__IWJmF:hover{box-shadow:0 8px 24px rgba(78,101,63,.1);transform:translateY(-4px)}.LandingPage_infoTitle__9_glm{font-weight:700;color:var(--primary-dark);margin:0 0 12px;font-size:15px}.LandingPage_infoText__FrjJb{color:var(--text-light);margin:0;font-size:14px;line-height:1.8}.LandingPage_infoText__FrjJb a{color:var(--primary-light);text-decoration:none;transition:color .3s ease}.LandingPage_infoText__FrjJb a:hover{color:var(--accent);text-decoration:underline}.LandingPage_footer__RJl6s{background:#4e653f;color:#fff;padding:60px 20px 20px;width:100%}.LandingPage_footerContainer__wYEat{max-width:100%;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin:0 auto 40px;width:100%}.LandingPage_footerSection__hMgv8 h3{font-size:16px;font-weight:700;color:var(--accent);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.LandingPage_footerSection__hMgv8 p{font-size:14px;color:#e8dcc8;line-height:1.8;margin-bottom:12px}.LandingPage_footerLink__zqQWs{display:block;font-size:14px;color:#a27852;text-decoration:none;margin-bottom:8px;transition:all .3s ease}.LandingPage_footerLink__zqQWs:hover{color:var(--accent);padding-left:4px}.LandingPage_socialLinks__Viy8F{display:flex;gap:12px;margin-top:16px}.LandingPage_socialIcon__Pxvi4{width:40px;height:40px;border-radius:50%;background:rgba(162,120,82,.2);display:flex;align-items:center;justify-content:center;color:var(--accent);text-decoration:none;transition:all .3s ease;font-size:18px}.LandingPage_socialIcon__Pxvi4:hover{background:var(--accent);color:var(--white);transform:translateY(-3px)}.LandingPage_footerDivider__80hsg{border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px;text-align:center}.LandingPage_footerCopyright__Y7E_X{font-size:13px;color:#e8dcc8;margin:0}.LandingPage_testimonials__OmeeQ{padding:100px 20px;background:linear-gradient(180deg,var(--white) 0,hsla(94,20%,52%,.05) 100%);width:100%}.LandingPage_testimonialsContainer__T9Av9{max-width:100%;margin:0 auto;padding:0 20px}.LandingPage_testimonialGrid__A3Ap0{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;margin-top:60px}.LandingPage_testimonialCard__nNFiJ{background:var(--white);padding:32px;border-radius:12px;border:1px solid var(--border);display:flex;flex-direction:column;gap:20px;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;animation:LandingPage_fadeInUp__8_fz5 .8s ease-out backwards}.LandingPage_testimonialCard__nNFiJ:first-child{animation-delay:.4s}.LandingPage_testimonialCard__nNFiJ:nth-child(2){animation-delay:.5s}.LandingPage_testimonialCard__nNFiJ:nth-child(3){animation-delay:.6s}.LandingPage_testimonialCard__nNFiJ:before{content:'"';position:absolute;top:12px;right:20px;font-size:60px;color:var(--accent);opacity:.15;line-height:1}.LandingPage_testimonialCard__nNFiJ:hover{box-shadow:0 12px 40px rgba(78,101,63,.15);transform:translateY(-12px);border-color:var(--primary-light)}.LandingPage_testimonialText__T9XNm{font-size:15px;color:var(--text-light);line-height:1.8;font-style:italic;margin:0;position:relative;z-index:1}.LandingPage_testimonialAuthor__mFwES{display:flex;align-items:center;gap:12px;margin-top:8px}.LandingPage_authorAvatar__w2YE9{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary-light),var(--accent));display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:18px;flex-shrink:0}.LandingPage_authorName__Rbauv{font-weight:700;color:var(--primary-dark);margin:0;font-size:15px}.LandingPage_authorRole__IYvK3{font-size:13px;color:var(--text-light);margin:0}@media (max-width:1024px){.LandingPage_navContainer__pWFut{padding:0 24px;max-width:100%}.LandingPage_hero__UyKg9{padding:50px 24px}.LandingPage_heroContainer__tnYZs{grid-template-columns:1fr;gap:40px;padding:0 24px}.LandingPage_heroTitle___oBaL{font-size:44px}.LandingPage_heroImage__639ji{height:400px}.LandingPage_features___yJJw{padding:80px 24px}.LandingPage_featuresContainer__wUlyr{padding:0 24px}.LandingPage_featuresGrid__MKKnu{grid-template-columns:repeat(2,1fr)}.LandingPage_testimonials__OmeeQ{padding:80px 24px}.LandingPage_testimonialsContainer__T9Av9{padding:0 24px}.LandingPage_ctaSection__Gv_Lz{padding:80px 24px}.LandingPage_ctaContainer__5Licw{padding:0 24px}.LandingPage_contact__plBsO{padding:80px 24px}.LandingPage_contactContainer__62avY{padding:0 24px}}@media (max-width:768px){.LandingPage_navContainer__pWFut{padding:0 16px;height:70px;max-width:100%}.LandingPage_navLinks__OUwP2{display:none}.LandingPage_logoText__Nqi0N{font-size:22px}.LandingPage_hero__UyKg9{padding:40px 16px;margin-top:70px;width:100%}.LandingPage_heroContainer__tnYZs{padding:0 16px;grid-template-columns:1fr;gap:30px}.LandingPage_heroTitle___oBaL{font-size:36px}.LandingPage_heroSubtitle__0Aw7d{font-size:16px}.LandingPage_heroImage__639ji{height:250px;width:100%;border-radius:12px}.LandingPage_features___yJJw{padding:60px 16px;width:100%}.LandingPage_featuresContainer__wUlyr{padding:0 16px}.LandingPage_sectionTitle__xCHDw{font-size:32px}.LandingPage_featuresGrid__MKKnu{grid-template-columns:1fr;gap:20px}.LandingPage_featureCard__lffJl{padding:24px 20px}.LandingPage_testimonials__OmeeQ{padding:60px 16px}.LandingPage_testimonialsContainer__T9Av9{padding:0 16px}.LandingPage_testimonialGrid__A3Ap0{grid-template-columns:1fr}.LandingPage_ctaSection__Gv_Lz{padding:60px 16px}.LandingPage_ctaContainer__5Licw{padding:0 16px}.LandingPage_ctaButtons__E1BIe{gap:12px}.LandingPage_contact__plBsO{padding:60px 16px;width:100%}.LandingPage_contactContainer__62avY{padding:0 16px}.LandingPage_contactForm__w7Vym{padding:40px 20px}.LandingPage_contactTitle__xS2Rm{font-size:32px}.LandingPage_statistics__nAVA1{padding:60px 16px}.LandingPage_statisticsContainer__aw3_8{gap:40px}.LandingPage_statisticNumber__9EPY7{font-size:36px}.LandingPage_ctaSection__Gv_Lz{padding:60px 20px}.LandingPage_ctaTitle__IkkNE{font-size:32px}.LandingPage_ctaButtons__E1BIe{flex-direction:column;align-items:stretch}.LandingPage_footer__RJl6s{padding:40px 20px 20px}.LandingPage_footerContainer__wYEat{grid-template-columns:1fr;gap:30px}}@media (max-width:480px){.LandingPage_navContainer__pWFut{padding:0 12px;height:60px}.LandingPage_navButtons__5qiUf{gap:8px}.LandingPage_googleBtn__Hgc1j,.LandingPage_loginBtn__TbCxp,.LandingPage_signupBtn__YI3tT{padding:6px 10px;font-size:11px;gap:4px}.LandingPage_googleBtn__Hgc1j span{display:none}.LandingPage_hero__UyKg9{padding:30px 12px;min-height:auto;margin-top:60px}.LandingPage_heroContainer__tnYZs{grid-template-columns:1fr;gap:20px;padding:0 12px}.LandingPage_heroTitle___oBaL{font-size:24px;line-height:1.1}.LandingPage_heroSubtitle__0Aw7d{font-size:14px;max-width:100%}.LandingPage_features___yJJw{padding:30px 12px;width:100%}.LandingPage_featuresContainer__wUlyr{padding:0 12px}.LandingPage_sectionTitle__xCHDw{font-size:24px}.LandingPage_featuresGrid__MKKnu{grid-template-columns:1fr;gap:16px}.LandingPage_featureCard__lffJl{padding:20px 16px}.LandingPage_featureIcon__RAHO_{font-size:36px}.LandingPage_ctaSection__Gv_Lz{padding:30px 12px;width:100%}.LandingPage_ctaContainer__5Licw{padding:0 12px}.LandingPage_ctaTitle__IkkNE{font-size:24px}.LandingPage_ctaButtons__E1BIe{flex-direction:column;align-items:stretch;gap:12px}.LandingPage_ctaButton__Umm70{width:100%}.LandingPage_testimonials__OmeeQ{padding:30px 12px}.LandingPage_testimonialsContainer__T9Av9{padding:0 12px}.LandingPage_testimonialGrid__A3Ap0{grid-template-columns:1fr}.LandingPage_contact__plBsO{padding:30px 12px;width:100%}.LandingPage_contactContainer__62avY{padding:0 12px}.LandingPage_contactForm__w7Vym{padding:30px 16px}.LandingPage_contactTitle__xS2Rm{font-size:24px}.LandingPage_statisticNumber__9EPY7{font-size:28px}}.LandingPage_fadeIn__smwzB{animation:LandingPage_fadeIn__smwzB .6s ease-out forwards}.LandingPage_slideUp__We_Oo{animation:LandingPage_slideUp__We_Oo .6s ease-out forwards}@media (max-width:1024px){.LandingPage_heroContainer__tnYZs{grid-template-columns:1fr;gap:40px}.LandingPage_hero__UyKg9{padding:60px 30px;min-height:auto}.LandingPage_heroTitle___oBaL{font-size:42px}.LandingPage_heroSubtitle__0Aw7d{font-size:16px}}@media (max-width:768px){.LandingPage_hero__UyKg9{margin-top:80px;padding:40px 20px;min-height:auto}.LandingPage_heroContainer__tnYZs{grid-template-columns:1fr;gap:30px}.LandingPage_heroCarousel__Gn_KQ{order:1}.LandingPage_heroContent__2P88K{order:2;gap:24px}.LandingPage_heroTitle___oBaL{font-size:32px}.LandingPage_heroSubtitle__0Aw7d{font-size:15px}.LandingPage_heroButtons__lGFl8{flex-direction:column;gap:12px}.LandingPage_donateBtn__5Wnzw,.LandingPage_orgSignupBtn__rjWVH,.LandingPage_primaryBtn__1J5kD,.LandingPage_secondaryBtn__E0TYF{width:100%;justify-content:center;padding:12px 24px;font-size:14px}}@media (max-width:480px){.LandingPage_heroTitle___oBaL{font-size:24px;line-height:1.1}.LandingPage_heroSubtitle__0Aw7d{font-size:14px;max-width:100%}.LandingPage_hero__UyKg9{padding:30px 10px;min-height:auto;width:100%;margin-top:60px}.LandingPage_heroContainer__tnYZs{padding:0 10px;gap:15px;width:100%;overflow:hidden}}.LandingPage_signupTypeModal__4_WhY{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:20px;animation:LandingPage_fadeIn__smwzB .3s ease}.LandingPage_signupTypeModalContent__slAIc{background:#fff;border-radius:16px;padding:48px;max-width:600px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.15);animation:LandingPage_slideUp__We_Oo .3s ease;position:relative}.LandingPage_signupTypeTitle__xaGlA{font-size:28px;font-weight:700;color:var(--text-dark);margin:0 0 32px;font-family:Playfair Display,serif;text-align:center}.LandingPage_signupTypeOptions__nEdfd{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:32px}.LandingPage_signupTypeOption__O5vQs{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center;font-family:Poppins,sans-serif;border:2px solid #e5e7eb}.LandingPage_signupTypeOption__O5vQs:hover{border-color:var(--primary-dark);background:rgba(78,101,63,.03);box-shadow:0 4px 12px rgba(78,101,63,.1);transform:translateY(-4px)}.LandingPage_signupTypeIcon__dqkd_{font-size:48px;display:flex;align-items:center;justify-content:center}.LandingPage_signupTypeInfo__ff73_ h4{margin:0;font-size:16px;font-weight:600;color:var(--text-dark)}.LandingPage_signupTypeInfo__ff73_ p{margin:8px 0 0;font-size:13px;color:var(--text-light);line-height:1.5}.LandingPage_signupTypeClose__fveTs{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;color:var(--text-light);cursor:pointer;padding:8px;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.LandingPage_signupTypeClose__fveTs:hover{background:var(--bg-cream);color:var(--primary-dark)}@media (max-width:768px){.LandingPage_signupTypeModalContent__slAIc{padding:32px 24px}.LandingPage_signupTypeTitle__xaGlA{font-size:22px;margin-bottom:24px}.LandingPage_signupTypeOptions__nEdfd{grid-template-columns:1fr;gap:16px}.LandingPage_signupTypeOption__O5vQs{padding:20px}.LandingPage_signupTypeIcon__dqkd_{font-size:40px}}@media (max-width:480px){.LandingPage_signupTypeModal__4_WhY{padding:16px}.LandingPage_signupTypeModalContent__slAIc{padding:24px 16px;border-radius:12px}.LandingPage_signupTypeTitle__xaGlA{font-size:20px;margin-bottom:20px}.LandingPage_signupTypeOption__O5vQs{padding:16px;gap:12px}.LandingPage_signupTypeIcon__dqkd_{font-size:36px}.LandingPage_signupTypeInfo__ff73_ h4{font-size:14px}.LandingPage_signupTypeInfo__ff73_ p{font-size:12px}}@keyframes LandingPage_fadeIn__smwzB{0%{opacity:0}to{opacity:1}}@keyframes LandingPage_slideUp__We_Oo{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}