.Navbar-module__cJzEcG__navbar{height:var(--nav-height);-webkit-backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color);background:#ffffffe6;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);color:var(--dark-green);align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logo span{color:var(--accent-orange)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-main);font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__active{color:var(--dark-green)}.Navbar-module__cJzEcG__actions{gap:1rem;display:flex}.Navbar-module__cJzEcG__mobileMenuBtn{color:var(--dark-green);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__actions{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:block}}.Navbar-module__cJzEcG__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background-color:#0009;justify-content:center;align-items:center;animation:.3s Navbar-module__cJzEcG__fadeIn;display:flex;position:fixed;inset:0}.Navbar-module__cJzEcG__modalContent{background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:90%;max-width:500px;padding:2rem;display:flex;position:relative;box-shadow:0 10px 30px #0003}.Navbar-module__cJzEcG__modalContent h3{color:var(--dark-green);text-align:center;margin-bottom:1.5rem}.Navbar-module__cJzEcG__qrContainer{border:1px solid var(--border-color);-webkit-overflow-scrolling:touch;background-color:#f8f9fa;border-radius:8px;justify-content:center;align-items:flex-start;width:100%;height:600px;max-height:70vh;margin-bottom:1.5rem;display:flex;overflow-y:auto}.Navbar-module__cJzEcG__qrContainer object,.Navbar-module__cJzEcG__qrContainer iframe{width:100%;height:100%}@media (max-width:768px){.Navbar-module__cJzEcG__modalContent{max-height:95vh;padding:1.5rem 1rem;overflow-y:auto}.Navbar-module__cJzEcG__qrContainer{height:400px;max-height:60vh}}.Navbar-module__cJzEcG__closeButton{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:15px;right:20px}.Navbar-module__cJzEcG__closeButton:hover{color:#000}@keyframes Navbar-module__cJzEcG__fadeIn{0%{opacity:0}to{opacity:1}}.Navbar-module__cJzEcG__donateBtn{color:#fff;background-color:#e53935;border-color:#e53935;animation:2s infinite Navbar-module__cJzEcG__pulse-red}.Navbar-module__cJzEcG__donateBtn:hover{background-color:#c62828;border-color:#c62828}@keyframes Navbar-module__cJzEcG__pulse-red{0%{box-shadow:0 0 #e53935b3}70%{box-shadow:0 0 0 15px #e5393500}to{box-shadow:0 0 #e5393500}}.Navbar-module__cJzEcG__mobileMenuOverlay{z-index:1500;background:#000000a6;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenu{z-index:2000;background-color:#fff;flex-direction:column;gap:1.5rem;width:min(340px,100%);height:100%;padding:1.5rem;display:flex;overflow-y:auto;box-shadow:-10px 0 30px #0003}.Navbar-module__cJzEcG__mobileMenuHeader{color:var(--dark-green);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding-bottom:1rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__mobileMenuClose{cursor:pointer;color:var(--dark-green);background:0 0;border:none;font-size:2.5rem;line-height:1}.Navbar-module__cJzEcG__mobileMenuLinks{background-color:#fff;flex-direction:column;gap:1rem;display:flex}.Navbar-module__cJzEcG__mobileMenuLink{color:var(--text-main);border-radius:12px;padding:.75rem .5rem;font-size:1.05rem;font-weight:600;transition:background .2s,color .2s}.Navbar-module__cJzEcG__mobileMenuLink:hover{color:var(--dark-green);background:#1f473414}.Navbar-module__cJzEcG__mobileMenuActions{flex-direction:column;gap:.9rem;margin-top:auto;display:flex}.Navbar-module__cJzEcG__mobileMenuActions .Navbar-module__cJzEcG__btn{width:100%}
.Footer-module__S6Hkya__footer{background-color:var(--dark-green);color:#fff;margin-top:4rem;padding-top:5rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:1.8rem}.Footer-module__S6Hkya__logo span{color:var(--accent-gold)}.Footer-module__S6Hkya__brandInfo p{color:#fffc;max-width:400px;margin-bottom:1.5rem}.Footer-module__S6Hkya__donateSection{border-radius:var(--radius-sm);border-left:4px solid var(--accent-gold);background:#ffffff1a;padding:1.5rem}.Footer-module__S6Hkya__donateSection p{margin-bottom:.5rem}.Footer-module__S6Hkya__links h4,.Footer-module__S6Hkya__contactInfo h4{font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__links ul,.Footer-module__S6Hkya__contactInfo ul{list-style:none}.Footer-module__S6Hkya__links li,.Footer-module__S6Hkya__contactInfo li{color:#fffc;margin-bottom:1rem}.Footer-module__S6Hkya__links a:hover,.Footer-module__S6Hkya__contactInfo a:hover{color:var(--accent-gold);padding-left:5px}.Footer-module__S6Hkya__bottomBar{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding:1.5rem 0;font-size:.9rem}@media (max-width:992px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2rem}}
