@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";html,body{height:100%;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8fafc;overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;width:100%;display:block}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegips;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%}.App{width:100%;min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}button:focus,a:focus{outline:2px solid #3b82f6;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.banner{background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1e293b;padding:0 20px;box-shadow:0 1px 3px #0000000d;z-index:1000;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;position:fixed;top:0;left:0;right:0;width:100%;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideDown .5s ease-out}.banner-scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000014;padding:0 20px}.banner-container{display:flex;align-items:center;max-width:1400px;margin:0 auto;padding:12px 0;width:100%;box-sizing:border-box}.logo-container{display:flex;align-items:center;gap:12px;flex-shrink:0;cursor:pointer;transition:all .3s ease;position:relative}.logo{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f640;flex-shrink:0;overflow:hidden;transition:all .3s ease;animation:glowPulse 2s infinite}.logo img{width:100%;height:100%;border-radius:50%;object-fit:cover}.logo-text-wrapper{display:flex;flex-direction:column;gap:2px}.club-name{font-size:20px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.3px;background:linear-gradient(135deg,#1e293b,#0f172a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.club-tagline{font-size:10px;font-weight:500;color:#3b82f6;margin:0;letter-spacing:.5px;text-transform:uppercase}.gap{flex:1}.nav-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.nav-desktop{display:flex;gap:32px;align-items:center}.nav-item-container{position:relative;display:inline-block}.nav-link{color:#1e293b;text-decoration:none;font-size:15px;font-weight:500;padding:8px 4px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;white-space:nowrap;display:block;position:relative;background-color:transparent;border:none;outline:none;font-family:inherit;letter-spacing:-.2px}.nav-link:hover{color:#3b82f6;transform:translateY(-1px)}.nav-underline{position:absolute;bottom:0;height:2.5px;background-color:#3b82f6;transition:all .4s cubic-bezier(.68,-.55,.27,1.55);border-radius:2px;transform-origin:center}.mobile-menu-button{background-color:#3b82f61a;border:none;outline:none;color:#1e293b;cursor:pointer;padding:10px;border-radius:12px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:44px;height:44px}.mobile-menu-button:hover{background-color:#3b82f633;transform:scale(1.05)}.mobile-menu-button:active{background-color:#3b82f640;transform:scale(.95)}.menu-icon{font-size:24px;color:#1e293b;transition:transform .3s ease}.mobile-menu{position:fixed;top:80px;right:20px;width:280px;background-color:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:16px;box-shadow:0 20px 40px #00000026;z-index:999;display:flex;flex-direction:column;gap:8px;border:1px solid rgba(59,130,246,.1);border-radius:20px;box-sizing:border-box;transform:translate(0);animation:slideIn .3s cubic-bezier(.68,-.55,.27,1.55)}.mobile-nav-link{color:#1e293b;text-decoration:none;font-size:16px;font-weight:500;padding:12px 16px;border-radius:12px;transition:all .3s ease;display:block;text-align:left;position:relative;overflow:hidden;background-color:transparent;border:none;outline:none;cursor:pointer;font-family:inherit;width:100%}.mobile-nav-link:hover{background-color:#3b82f6;color:#fff;transform:translate(4px)}.mobile-nav-link:active{transform:scale(.98)}.overlay{position:fixed;inset:0;background-color:#0006;z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}.logo-clickable{transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.logo-clickable:hover{transform:scale(1.02)}.logo-clickable:active{transform:scale(.98)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glowPulse{0%{box-shadow:0 0 #3b82f633}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}@media(max-width:768px){.banner{padding:0 16px}.club-name{font-size:14px!important}.club-tagline{font-size:8px!important}.logo{width:38px!important;height:38px!important}.banner-container{padding:8px 0}.mobile-menu-button{width:38px;height:38px}.menu-icon{font-size:20px}.mobile-menu{top:68px;right:16px;width:260px}}@media(max-width:480px){.club-name{font-size:12px!important}.club-tagline{font-size:7px!important}.logo{width:32px!important;height:32px!important}.logo-container{gap:8px}.mobile-menu{width:calc(100% - 32px);right:16px;left:16px;top:60px}.mobile-menu-button{width:36px;height:36px}.menu-icon{font-size:18px}.nav-desktop{gap:16px}.nav-link{font-size:13px}}.home-container{width:100%;margin:0 auto}.hero-section{text-align:center;padding:5px;border-radius:10px;margin-top:60px}.hero-title{font-size:2.5rem;color:#333;margin-bottom:.5rem}.gallery-section{margin:2rem 0}@media(max-width:768px){.hero-title{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}.modern-home{font-family:Inter,sans-serif;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{margin:0;min-height:100vh;background:linear-gradient(135deg,#000000b3,#00000080),url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;position:relative}.hero-overlay{width:100%;padding:4rem 2rem}.hero-content{max-width:800px;margin:0 auto;text-align:center;animation:fadeInUp .8s ease-out}.hero-badge{display:inline-block;background:#3b82f633;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;color:#60a5fa;margin-bottom:1.5rem;border:1px solid rgba(59,130,246,.3)}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:#ffffffe6;line-height:1.8;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 10px 20px #2563eb4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px #2563eb66}.btn-outline{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-outline:hover{background:#ffffff1a;transform:translateY(-3px)}.mission-vision-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.section-header{text-align:center;margin-bottom:4rem}.section-header.center{text-align:center}.section-icon{width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;box-shadow:0 10px 30px #3b82f64d}.section-title{font-size:clamp(2rem,3vw,2.8rem);font-weight:800;color:#1e293b;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.mission-card,.vision-card{background:#fff;border-radius:24px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.mission-card{border-bottom:4px solid #10b981}.vision-card{border-bottom:4px solid #8b5cf6}.mission-card:hover,.vision-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.card-icon-wrapper{margin-bottom:1.5rem}.card-icon{width:60px;height:60px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;display:inline-flex;align-items:center;justify-content:center}.mission-card .card-icon{color:#10b981}.vision-card .card-icon{color:#8b5cf6}.card-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.card-description{color:#64748b;line-height:1.7;font-size:1rem;margin-bottom:1.5rem}.card-footer{display:flex;align-items:center;gap:.5rem;color:#3b82f6;font-weight:600;cursor:pointer;transition:gap .3s ease}.card-footer:hover{gap:.75rem}.card-tag{font-size:.9rem}.values-section{padding:6rem 0;background:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem;background:#f8fafc;border-radius:20px;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014;background:#fff}.value-icon{font-size:3rem;margin-bottom:1rem}.value-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.value-description{color:#64748b;line-height:1.6;font-size:.95rem}.stats-section:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1557804506-669a67965ba0?q=80&w=1974&auto=format&fit=crop);background-size:cover;background-position:center;opacity:.05;pointer-events:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:1}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.cta-card{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:30px;padding:4rem;text-align:center;color:#fff;box-shadow:0 20px 40px #3b82f64d}.cta-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin-bottom:1rem}.cta-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary{background:#fff;color:#2563eb;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003}.cta-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}@media(max-width:768px){.container{padding:0 1.5rem}.hero-section{min-height:90vh;background-attachment:scroll}.hero-description{font-size:1rem}.mission-vision-grid{grid-template-columns:1fr;gap:1.5rem}.mission-card,.vision-card{padding:1.5rem}.card-title{font-size:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.cta-card{padding:2rem}.cta-description{font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-outline{width:100%;max-width:280px;justify-content:center}.stats-grid,.values-grid{grid-template-columns:1fr}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.features-section{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;box-shadow:0 10px 30px #00000014}.feature-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 20px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:flex-start}.feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f;border-color:#3b82f6}.feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.feature-icon{width:3rem;height:3rem;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;padding:.75rem;flex-shrink:0}.feature-title{font-size:18px!important;font-weight:700;color:#1e293b;line-height:1.3;margin:0}.feature-description{color:#475569;line-height:1.5;font-weight:400;font-size:15px!important;margin:0}@media(max-width:1024px){.features-section{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-title{font-size:1.4rem}.feature-description{font-size:1rem}}@media(max-width:768px){.features-section{grid-template-columns:1fr;padding:1rem;gap:1rem}.feature-card{padding:1.5rem}.feature-title{font-size:1.3rem}.feature-description{font-size:.95rem}}.portal-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:3rem 2rem;margin-top:3rem;box-shadow:0 10px 30px #00000014}.portal-header{text-align:center;margin-bottom:2.5rem}.portal-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.portal-info{padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000000d}.portal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.portal-description{color:#64748b;line-height:1.6;font-size:1rem;margin-bottom:1.5rem}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.benefit-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px}.benefit-icon{width:1.5rem;height:1.25rem;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.benefit-text{font-size:.9rem;color:#475569}@media(max-width:1024px){.portal-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.portal-section{padding:2rem 1rem;margin-top:2rem;border-radius:16px}.portal-header{margin-bottom:1.5rem}.portal-info{padding:1.25rem;order:2}.portal-title{font-size:1.35rem}.benefits-grid{grid-template-columns:1fr;gap:.75rem}.portal-content>*:first-child{order:1}}.resource-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:3rem 2rem;margin-top:3rem;box-shadow:0 10px 30px #00000014}.section-header{display:flex;flex-direction:column;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:.75rem;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.resource-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.donation-options{display:flex;flex-direction:column;gap:1.5rem}.resource-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.option-card{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.option-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.option-icon{font-size:2rem;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f0f9ff;border-radius:12px}.option-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.option-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.option-description{color:#64748b;font-size:1rem;line-height:1.5;margin:0}.resource-list{display:flex;flex-wrap:wrap;gap:.75rem;margin:.5rem 0}.resource-item{display:flex;align-items:center;justify-content:center;gap:6px;padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;font-size:.9rem;color:#475569}.icons{display:flex;align-items:center;font-size:20px}.donation-impact{padding:2rem;background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000000d}.impact-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center}.impact-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.stat-item{text-align:center;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.stat-number{font-size:2rem;font-weight:800;color:#ec4899;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#64748b;font-weight:600}.transparency-note{padding:1.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px}.transparency-title{font-size:1.25rem;font-weight:700;color:#059669;margin-bottom:.75rem}.transparency-text{color:#047857;font-size:.95rem;line-height:1.6;margin:0}@media(max-width:1024px){.resource-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.resource-section{padding:2rem 1rem;margin-top:2rem;border-radius:16px}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.option-card{flex-direction:column;gap:1rem;text-align:center}.option-icon{margin:0 auto}.impact-stats{grid-template-columns:1fr;gap:1rem}}.co-card{background:linear-gradient(135deg,#667eea,#764ba2);margin:20px 16px;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border-radius:24px;box-shadow:20px 20px 40px #0000001a,-20px -20px 40px #ffffff1a,0 0 0 1px #fff3 inset;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.co-card{flex-direction:row;gap:2rem;padding:2.5rem;margin:20px 0;border-radius:32px}}.co-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);transform:rotate(45deg);animation:shimmer 8s infinite linear;pointer-events:none}@keyframes shimmer{0%{transform:rotate(45deg) translate(-100%)}to{transform:rotate(45deg) translate(100%)}}.co-icon{font-size:2.5rem;min-width:auto;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;transition:all .3s ease;position:relative;margin:0 auto}@media(min-width:768px){.co-icon{font-size:3rem;min-width:100px;width:auto;height:100px;border-radius:30px;margin:0}}.co-card:hover .co-icon{transform:scale(1.05) rotate(5deg);background:#ffffff40}.co-content{flex:1;text-align:center}@media(min-width:768px){.co-content{text-align:left}}.co-title{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .75rem;letter-spacing:-.02em}@media(min-width:768px){.co-title{font-size:2rem;margin:0 0 1rem}}.co-description{color:#fffffff2;font-size:.95rem;line-height:1.5;font-weight:400;margin:0 0 1rem}@media(min-width:768px){.co-description{font-size:1.1rem;line-height:1.6;margin:0 0 1.5rem}}.partner-button{background:linear-gradient(135deg,#fff,#e0e7ff);color:#667eea;border:none;margin-top:0;padding:10px 24px;border-radius:50px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 4px 15px #0003;position:relative;overflow:hidden;width:100%;max-width:200px}@media(min-width:768px){.partner-button{margin-top:20px;padding:12px 32px;font-size:1rem;width:auto}}.partner-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff80;transform:translate(-50%,-50%);transition:width .6s,height .6s}.partner-button:hover:before{width:300px;height:300px}.partner-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000040}.partner-button:active{transform:translateY(-1px);box-shadow:0 4px 15px #0003}@media(max-width:480px){.co-card{margin:16px 12px;padding:1.25rem;gap:1.25rem}.co-icon{width:70px;height:70px;font-size:2rem;border-radius:20px}.co-title{font-size:1.25rem}.co-description{font-size:.85rem;line-height:1.4}.partner-button{padding:8px 20px;font-size:.85rem;max-width:180px}}@media(max-width:768px)and (orientation:landscape){.co-card{flex-direction:row;gap:1.5rem;padding:1.25rem}.co-icon{width:70px;height:70px;margin:0}.co-content{text-align:left}.partner-button{width:auto}}.about-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.content-wrapper{max-width:1200px;margin:0 auto;padding:4rem 2rem 0rem}.count-section{margin-bottom:20px}@media(max-width:768px){.content-wrapper{padding:2rem 1rem}}.heros-section{height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;position:relative;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.heros-overlay{max-width:800px;padding:2rem;text-align:center;color:#fff}.heros-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.heros-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:768px){.heros-section{height:60vh;min-height:400px;clip-path:polygon(0 0,100% 0,100% 90%,0 100%)}.heros-overlay{padding:1.5rem}.heros-title{font-size:2rem}.heros-subtitle{font-size:1rem}}.foundations-section{margin-bottom:6rem;padding:0 1rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.header-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:transform .3s ease}.section-title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:#1e293b;margin:0;line-height:1.3}.foundations-description{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:3rem}.mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.card-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:1.5rem;gap:12px}.mission-card,.vision-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.mission-card:hover,.vision-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.mission-card{border-top:5px solid #10b981}.vision-card{border-top:5px solid #8b5cf6}.card-icon{width:50px;height:50px;background:#f0f9ff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#0ea5e9;flex-shrink:0;transition:all .3s ease}.mission-card:hover .card-icon,.vision-card:hover .card-icon{transform:scale(1.05) rotate(5deg)}.card-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3}.card-content{color:#64748b;line-height:1.7;font-size:1rem;margin:0}@media(max-width:768px){.foundations-section{margin-bottom:3rem;padding:0 1rem}.section-header{gap:.75rem;margin-bottom:1.5rem}.header-icon{width:50px;height:50px}.header-icon svg{width:24px;height:24px}.section-title{font-size:1.5rem}.foundations-description{font-size:1rem;line-height:1.6;margin-bottom:2rem}.mission-vision-grid{grid-template-columns:1fr;gap:1.5rem}.card-row{margin-bottom:1.25rem;gap:10px}.mission-card,.vision-card{padding:1.5rem;border-radius:16px}.card-icon{width:45px;height:45px}.card-icon svg{width:22px;height:22px}.card-title{font-size:1.2rem}.card-content{font-size:.95rem;line-height:1.6}}@media(max-width:480px){.foundations-section{margin-bottom:2rem;padding:0 .75rem}.section-header{gap:.6rem;margin-bottom:1.25rem;flex-wrap:wrap}.header-icon{width:45px;height:45px}.header-icon svg{width:22px;height:22px}.section-title{font-size:1.3rem;line-height:1.2}.foundations-description{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.mission-vision-grid{gap:1.25rem}.card-row{margin-bottom:1rem;gap:8px}.mission-card,.vision-card{padding:1.25rem;border-radius:14px}.card-icon{width:40px;height:40px;border-radius:10px}.card-icon svg{width:20px;height:20px}.card-title{font-size:1.1rem}.card-content{font-size:.85rem;line-height:1.5}.mission-card:hover,.vision-card:hover{transform:translateY(-5px)}}@media(max-width:360px){.foundations-section{padding:0 .5rem}.section-header{gap:.5rem}.header-icon{width:40px;height:40px}.header-icon svg{width:20px;height:20px}.section-title{font-size:1.2rem}.foundations-description{font-size:.85rem;line-height:1.5}.card-row{margin-bottom:.875rem;gap:6px}.mission-card,.vision-card{padding:1rem}.card-icon{width:35px;height:35px;border-radius:8px}.card-icon svg{width:18px;height:18px}.card-title{font-size:1rem}.card-content{font-size:.8rem;line-height:1.45}}@media(max-width:768px)and (orientation:landscape){.mission-vision-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.mission-card,.vision-card{padding:1rem}.card-row{margin-bottom:.75rem}.card-title{font-size:1rem}.card-content{font-size:.85rem}.foundations-description{margin-bottom:1.5rem}}@media(hover:none)and (pointer:coarse){.mission-card,.vision-card{transform:none!important}.mission-card:active,.vision-card:active{transform:scale(.98)!important}.card-icon{transform:none!important}.section-header:active .header-icon{transform:scale(.95)}}@media(min-width:1200px){.foundations-section{max-width:1200px;margin:0 auto 6rem;padding:0}.mission-vision-grid{gap:2.5rem}}.mission-card{animation:fadeInUp .6s ease-out}.vision-card{animation:fadeInUp .6s ease-out .2s both}.leadership-section{margin-bottom:6rem;padding:0 1rem}.section-header{text-align:center;margin-bottom:2rem}.header-icon{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#2563eb);width:60px;height:60px;border-radius:50%;color:#fff;margin-bottom:1rem;transition:transform .3s ease}.section-header:hover .header-icon{transform:scale(1.05)}.section-title{font-size:2rem;font-weight:800;color:#1e293b;margin:0;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:#64748b;margin-top:.5rem}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.leader-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 30px #00000014;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.leader-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.leader-avatar{position:relative;width:120px;height:120px;margin:0 auto 1rem}.leader-image{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid #e2e8f0;transition:transform .3s ease,border-color .3s ease}.leader-card:hover .leader-image{transform:scale(1.05);border-color:#3b82f6}.leader-badge{position:absolute;bottom:5px;right:5px;background:#fff;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.leader-name{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.leader-position{color:#3b82f6;font-weight:600;margin-bottom:1rem;font-size:.9rem}.leader-quote{padding-top:1rem;border-top:1px solid #e2e8f0;color:#475569;font-style:italic;line-height:1.6;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:auto}.quote-icon{color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:768px){.leadership-section{margin-bottom:3rem;padding:0 1rem}.section-header{margin-bottom:1.5rem}.header-icon{width:50px;height:50px}.header-icon svg{width:24px;height:24px}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.leadership-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}.leader-card{padding:1.5rem}.leader-avatar{width:100px;height:100px}.leader-name{font-size:1.2rem}.leader-position{font-size:.85rem}.leader-quote{font-size:.85rem;line-height:1.5}}@media(max-width:480px){.leadership-section{margin-bottom:2rem;padding:0 .75rem}.section-header{margin-bottom:1.25rem}.header-icon{width:45px;height:45px;margin-bottom:.75rem}.header-icon svg{width:22px;height:22px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem;margin-top:.25rem}.leadership-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}.leader-card{padding:1.25rem;border-radius:16px;display:flex;flex-direction:row;text-align:left;gap:1rem}.leader-avatar{width:80px;height:80px;margin:0;flex-shrink:0}.leader-info{flex:1;display:flex;flex-direction:column}.leader-name{font-size:1.1rem;margin-bottom:.25rem}.leader-position{font-size:.8rem;margin-bottom:.5rem}.leader-quote{padding-top:.5rem;gap:.3rem;font-size:.75rem;line-height:1.4;text-align:left;align-items:flex-start}.quote-icon{width:14px;height:14px}.leader-badge{bottom:2px;right:2px;padding:2px}.leader-badge svg{width:12px;height:12px}}@media(max-width:360px){.leadership-section{padding:0 .5rem}.leader-card{padding:1rem;gap:.75rem}.leader-avatar{width:70px;height:70px}.leader-name{font-size:1rem}.leader-position{font-size:.75rem}.leader-quote{font-size:.7rem}.header-icon{width:40px;height:40px}.header-icon svg{width:20px;height:20px}.section-title{font-size:1.3rem}.section-subtitle{font-size:.85rem}}@media(max-width:768px)and (orientation:landscape){.leadership-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.leader-card{padding:1rem}.leader-avatar{width:80px;height:80px}.leader-name{font-size:1rem}.leader-position,.leader-quote{font-size:.8rem}}@media(hover:none)and (pointer:coarse){.leader-card{transform:none!important}.leader-card:active{transform:scale(.98)!important}.leader-image{transform:none!important}.leader-card:active .leader-image{transform:scale(1.02)!important}}@media(min-width:1400px){.leadership-grid{grid-template-columns:repeat(4,1fr)}}.leader-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.leader-image[src]{animation:none}.stats-section{padding:5rem 0;background:linear-gradient(135deg,#1e293b,#0f172a);position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1557804506-669a67965ba0?q=80&w=1974&auto=format&fit=crop);background-size:cover;background-position:center;opacity:.08;pointer-events:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.stat-card{text-align:center;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);background:#ffffff1a}.stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:800;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:#cbd5e1;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.stat-trend{color:#10b981;font-size:.85rem;font-weight:500}@media(max-width:768px){.stats-section{padding:3rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.stat-card{padding:1.5rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.95rem}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}}.event-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.event-content-wrapper{max-width:1200px;margin:0 auto;padding:4rem 2rem}.filter-section{margin-bottom:3rem;text-align:center}.filter-header{margin-bottom:1.5rem}.filter-title{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.filter-subtitle{color:#64748b;font-size:1rem}.filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-btn{padding:.6rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:50px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;color:#fff}.event-page-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.loader{width:60px;height:60px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:968px){.event-content-wrapper{padding:3rem 1.5rem}.filter-title{font-size:1.75rem}.filter-buttons{gap:.5rem}.filter-btn{padding:.5rem 1.2rem;font-size:.85rem}}@media(max-width:768px){.event-content-wrapper{padding:2rem 1rem}.filter-section{margin-bottom:2rem}.filter-title{font-size:1.5rem}.filter-buttons{gap:.5rem}.filter-btn{padding:.4rem 1rem;font-size:.8rem}}@media(max-width:480px){.filter-buttons{flex-direction:column;align-items:center}.filter-btn{width:100%;max-width:250px}}.event-title-section{background-size:cover;background-position:center;background-attachment:fixed;min-height:80vh;display:flex;align-items:center;position:relative}.title-overlay{width:100%;padding:4rem 2rem}.title-content{max-width:900px;margin:0 auto;text-align:center;color:#fff}.title-main{font-size:clamp(2rem,5vw,4.5rem);font-weight:800;margin-bottom:1rem;animation:fadeInUp .6s ease-out;line-height:1.2}.title-description{font-size:clamp(.9rem,2vw,1.2rem);line-height:1.6;margin-bottom:1.5rem;opacity:.95;animation:fadeInUp .6s ease-out .2s both}.vision-box{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.2rem;display:flex;gap:1rem;margin-top:1.5rem;border:1px solid rgba(255,255,255,.2);animation:fadeInUp .6s ease-out .4s both}.vision-icon{font-size:1.8rem}.vision-text{text-align:left;flex:1}.vision-title{font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.vision-description{font-size:.85rem;line-height:1.5;opacity:.9;margin:0}@media(max-width:768px){.event-title-section{min-height:70vh;background-attachment:scroll}.title-overlay{padding:2rem 1.5rem}.title-main{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.8rem}.title-description{font-size:.9rem;line-height:1.5;margin-bottom:1.2rem}.vision-box{padding:1rem;gap:.8rem;margin-top:1rem;border-radius:14px}.vision-icon{font-size:1.5rem}.vision-title{font-size:1rem;margin-bottom:.3rem}.vision-description{font-size:.8rem;line-height:1.4}}@media(max-width:480px){.event-title-section{min-height:60vh;background-attachment:scroll;background-position:center center}.title-overlay{padding:1.5rem 1rem}.title-main{font-size:clamp(1.5rem,4vw,1.8rem);margin-bottom:.6rem;letter-spacing:-.5px}.title-description{font-size:.85rem;line-height:1.4;margin-bottom:1rem}.vision-box{flex-direction:column;text-align:center;padding:1rem;gap:.6rem;border-radius:12px;margin-top:1rem}.vision-text{text-align:center}.vision-icon{font-size:1.3rem}.vision-title{font-size:.95rem;margin-bottom:.25rem}.vision-description{font-size:.75rem;line-height:1.4}}@media(max-width:360px){.title-main{font-size:1.3rem}.title-description{font-size:.75rem}.vision-description{font-size:.7rem}.vision-box{padding:.8rem}}@media(max-width:768px)and (orientation:landscape){.event-title-section{min-height:90vh}.title-overlay{padding:1.5rem}.title-main{font-size:1.6rem;margin-bottom:.5rem}.title-description{font-size:.8rem;margin-bottom:.8rem}.vision-box{padding:.8rem;margin-top:.8rem}}.events-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding:0 1rem}.event-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.event-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.event-image-wrapper{position:relative;overflow:hidden;height:220px;flex-shrink:0}.event-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.event-card:hover .event-image{transform:scale(1.1)}.event-category{position:absolute;top:1rem;right:1rem;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:1}.event-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.event-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.4}.event-description{color:#64748b;font-size:.9rem;line-height:1.6;margin-bottom:1rem;flex-grow:1}.event-details{display:flex;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.event-detail{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#475569}.event-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:auto}.event-button{background:none;border:none;color:#3b82f6;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:gap .3s ease;padding:.5rem 0}.event-button:hover{gap:.75rem}.share-button{background:#f1f5f9;border:none;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.share-button:hover{background:#e2e8f0;transform:scale(1.05)}.events-loading{text-align:center;padding:4rem}.loader{width:50px;height:50px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.events-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:0 1rem}.event-image-wrapper{height:200px}.event-content{padding:1.25rem}.event-title{font-size:1.2rem;margin-bottom:.6rem}.event-description{font-size:.85rem;line-height:1.5;margin-bottom:.875rem}.event-details{gap:.75rem;margin-bottom:1rem}.event-detail{font-size:.8rem;gap:.4rem}.event-category{padding:.35rem .875rem;font-size:.7rem;top:.875rem;right:.875rem}}@media(max-width:480px){.events-container{grid-template-columns:1fr;gap:1.25rem;padding:0 .75rem}.event-card{border-radius:16px}.event-card:hover{transform:translateY(-5px)}.event-image-wrapper{height:180px}.event-content{padding:1rem}.event-title{font-size:1.1rem;margin-bottom:.5rem;line-height:1.3}.event-description{font-size:.8rem;line-height:1.5;margin-bottom:.75rem}.event-details{gap:.65rem;margin-bottom:.875rem}.event-detail{font-size:.75rem;gap:.35rem}.event-detail svg{width:14px;height:14px}.event-category{padding:.3rem .75rem;font-size:.65rem;top:.75rem;right:.75rem}.event-footer{padding-top:.75rem}.event-button{font-size:.85rem;padding:.4rem 0}.event-button svg{width:16px;height:16px}.share-button{padding:.4rem}.share-button svg{width:16px;height:16px}}@media(max-width:360px){.events-container{gap:1rem;padding:0 .5rem}.event-image-wrapper{height:160px}.event-content{padding:.875rem}.event-title{font-size:1rem}.event-description{font-size:.75rem;line-height:1.4}.event-details{gap:.5rem}.event-detail{font-size:.7rem}.event-detail svg{width:12px;height:12px}.event-category{padding:.25rem .65rem;font-size:.6rem}.event-button{font-size:.8rem}.event-button svg{width:14px;height:14px}}@media(max-width:768px)and (orientation:landscape){.events-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.event-image-wrapper{height:160px}.event-content{padding:.875rem}.event-title{font-size:1rem;margin-bottom:.4rem}.event-description{font-size:.8rem;margin-bottom:.5rem}.event-details{margin-bottom:.75rem}}@media(hover:none)and (pointer:coarse){.event-card{transform:none!important}.event-card:active{transform:scale(.98)!important}.event-image{transform:none!important}.event-button:active{gap:.75rem}.share-button:active{transform:scale(.95)}}.cta-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;padding:0 1rem}.cta-card{background:#fff;border-radius:24px;padding:2rem;text-align:center;border-top:4px solid;box-shadow:0 10px 30px #00000014;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.cta-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.cta-icon-wrapper{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.cta-icon{font-size:2.5rem;transition:transform .3s ease}.cta-card:hover .cta-icon{transform:scale(1.1)}.cta-title{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:1rem;line-height:1.3}.cta-description{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:auto;margin:0 auto}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003;gap:.75rem}@media(max-width:768px){.cta-container{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;margin-top:1.5rem}.cta-card{padding:1.75rem;border-radius:20px}.cta-card:hover{transform:translateY(-4px)}.cta-icon-wrapper{width:70px;height:70px;margin-bottom:1.25rem}.cta-icon{font-size:2rem}.cta-title{font-size:1.5rem;margin-bottom:.75rem}.cta-description{font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.cta-button{padding:.75rem 1.75rem;font-size:.95rem}}@media(max-width:480px){.cta-container{gap:1.25rem;padding:0 .75rem;margin-top:1rem}.cta-card{padding:1.25rem;border-radius:18px}.cta-icon-wrapper{width:60px;height:60px;margin-bottom:1rem}.cta-icon{font-size:1.75rem}.cta-title{font-size:1.25rem;margin-bottom:.5rem}.cta-description{font-size:.85rem;line-height:1.5;margin-bottom:1rem}.cta-button{padding:.7rem 1.5rem;font-size:.9rem;width:100%;max-width:200px}.cta-button svg{width:16px;height:16px}}@media(max-width:360px){.cta-container{gap:1rem;padding:0 .5rem}.cta-card{padding:1rem;border-radius:16px}.cta-icon-wrapper{width:50px;height:50px;margin-bottom:.75rem}.cta-icon{font-size:1.5rem}.cta-title{font-size:1.1rem;margin-bottom:.4rem}.cta-description{font-size:.8rem;line-height:1.4;margin-bottom:.75rem}.cta-button{padding:.6rem 1.25rem;font-size:.85rem;max-width:180px}}@media(max-width:768px)and (orientation:landscape){.cta-container{grid-template-columns:repeat(2,1fr);gap:1rem}.cta-card{padding:1rem}.cta-icon-wrapper{width:55px;height:55px;margin-bottom:.75rem}.cta-icon{font-size:1.5rem}.cta-title{font-size:1.1rem;margin-bottom:.5rem}.cta-description{font-size:.8rem;margin-bottom:.75rem}.cta-button{padding:.6rem 1.25rem;font-size:.85rem}}@media(hover:none)and (pointer:coarse){.cta-card{transform:none!important}.cta-card:active{transform:scale(.98)!important}.cta-button:active{transform:scale(.96)}}.contact-page{font-family:Inter,sans-serif;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;margin:0 auto}.contact-hero{background:linear-gradient(135deg,#3b82f6e6,#2563ebe6),url(https://images.unsplash.com/photo-1455849318743-b2233052fcff?q=80&w=2069&auto=format&fit=crop);background-size:cover;background-position:center;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.contact-hero-overlay{max-width:800px;padding:3rem 2rem;color:#fff}.contact-hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:800;margin-bottom:1rem;animation:fadeInUp .6s ease-out;line-height:1.2}.contact-hero-subtitle{font-size:clamp(.9rem,2vw,1.2rem);line-height:1.5;opacity:.95;animation:fadeInUp .6s ease-out .2s both}.contact-content{max-width:1200px;margin:-50px auto 0;padding:0 2rem 4rem;position:relative;z-index:2}.quick-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;justify-items:center}.quick-card{background:#fff;padding:1.5rem;text-align:center;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .3s ease;cursor:pointer;width:100%;max-width:320px}.contact-main-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.contact-form-section,.volunteer-section{height:100%;display:flex;flex-direction:column}.contactus-container,.mail-container,.location-container{width:100%;max-width:100%;margin:0;box-sizing:border-box}.location-section{margin-bottom:3rem;width:100%}.contact-hero{text-align:center}.contact-hero-overlay{max-width:800px;margin:0 auto;text-align:center}.contact-hero-title,.contact-hero-subtitle{text-align:center}.quick-card h4{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;text-align:center}.quick-card p{color:#3b82f6;font-weight:600;margin-bottom:.25rem;word-break:break-word;text-align:center}.quick-card small{color:#64748b;font-size:.8rem;text-align:center}.quick-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.quick-card:active{transform:translateY(-2px)}.quick-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;transition:transform .3s ease}.quick-card:hover .quick-icon{transform:scale(1.05)}.location-section{margin-bottom:3rem}.support-section{text-align:center;margin-top:2rem}.support-button{background:linear-gradient(135deg,#ec4899,#f43f5e);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 10px 20px #ec48994d}.support-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #ec489966}.support-button:active{transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.contact-main-grid{grid-template-columns:1fr;gap:1.5rem}.contact-content{margin-top:-30px;padding:0 1.5rem 3rem}.quick-contact-grid{justify-items:stretch}.quick-card{max-width:100%}}@media(max-width:768px){.contact-hero{min-height:300px}.contact-hero-overlay{padding:2rem 1.5rem}.contact-hero-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.75rem}.contact-hero-subtitle{font-size:.9rem;line-height:1.5}.contact-content{margin-top:-20px;padding:0 1rem 2rem}.quick-contact-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.quick-card{padding:1rem;border-radius:16px}.quick-icon{width:50px;height:50px;margin-bottom:.75rem}.quick-icon svg{width:22px;height:22px}.quick-card h4{font-size:1rem;margin-bottom:.4rem}.quick-card p{font-size:.85rem;word-break:break-word}.quick-card small{font-size:.7rem}.contact-main-grid{gap:1.25rem;margin-bottom:2rem}.location-section{margin-bottom:2rem}}@media(max-width:480px){.contact-hero{min-height:250px}.contact-hero-overlay{padding:1.5rem 1rem}.contact-hero-title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.5rem}.contact-hero-subtitle{font-size:.85rem;line-height:1.4}.contact-content{margin-top:-15px;padding:0 .75rem 1.5rem}.quick-contact-grid{grid-template-columns:1fr;gap:.875rem;margin-bottom:1.5rem}.quick-card{padding:.875rem;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.quick-card h4,.quick-card p,.quick-card small{text-align:center;width:100%}.quick-icon{width:45px;height:45px}.quick-icon svg{width:20px;height:20px}.contact-main-grid{gap:1rem;margin-bottom:1.5rem}.location-section{margin-bottom:1.5rem}.support-button{padding:.75rem 1.5rem;font-size:.9rem;width:100%;justify-content:center}.support-button svg{width:18px;height:18px}}@media(max-width:360px){.contact-hero-title{font-size:1.3rem}.contact-hero-subtitle{font-size:.8rem}.quick-card{padding:.75rem}.quick-icon{width:40px;height:40px}.quick-icon svg{width:18px;height:18px}.quick-card h4{font-size:.9rem}.quick-card p{font-size:.75rem}.support-button{padding:.7rem 1.25rem;font-size:.85rem}}@media(max-width:768px)and (orientation:landscape){.contact-hero{min-height:200px}.contact-hero-overlay{padding:1rem}.quick-contact-grid{justify-items:stretch}.quick-card{max-width:100%}.quick-icon{width:40px;height:40px}.contact-main-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(hover:none)and (pointer:coarse){.quick-card{transform:none!important}.quick-card:active{transform:scale(.98)!important}.support-button:active{transform:scale(.96)}.quick-icon{transform:none!important}}@media(min-width:1400px){.contact-content{max-width:1400px}.quick-contact-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media print{.contact-hero{background:#3b82f6;min-height:auto}.quick-card{box-shadow:none;border:1px solid #e2e8f0}.support-button{background:#ec4899}}.contactus-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;height:100%;max-width:1200px}.contactus-header{text-align:center;margin-bottom:2rem}.financial-icon{width:70px;height:70px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;box-shadow:0 10px 20px #10b9814d;transition:transform .3s ease}.contactus-header:hover .financial-icon{transform:scale(1.05)}.contactus-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.contactus-description{color:#64748b;font-size:.95rem;line-height:1.6;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:12px;transition:all .3s ease;cursor:pointer}.feature-item:hover{transform:translateY(-2px);background:#f1f5f9}.feature-item:active{transform:translateY(0)}.feature-icon-wrapper{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:transform .3s ease}.feature-item:hover .feature-icon-wrapper{transform:scale(1.05)}.feature-content{flex:1}.feature-title{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.feature-description{font-size:.8rem;color:#64748b;line-height:1.4}.donation-wrapper{margin:1.5rem 0;padding:1rem;background:#f8fafc;border-radius:16px;transition:all .3s ease}.donation-wrapper:hover{box-shadow:0 5px 15px #0000000d}.impact-note{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;padding:1rem;margin-top:1rem;transition:all .3s ease}.impact-note:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.impact-text{font-size:.85rem;color:#92400e;line-height:1.5;margin:0}.impact-text strong{font-weight:700}@media(max-width:768px){.contactus-container{padding:1.5rem;border-radius:16px}.financial-icon{width:60px;height:60px}.financial-icon svg{width:28px;height:28px}.contactus-title{font-size:1.5rem}.contactus-description{font-size:.9rem;line-height:1.5}.features-grid{grid-template-columns:1fr;gap:.75rem}.feature-item{padding:.875rem}.feature-icon-wrapper{width:32px;height:32px}.feature-icon-wrapper svg{width:16px;height:16px}.feature-title{font-size:.9rem}.feature-description{font-size:.75rem}.donation-wrapper{padding:.75rem;margin:1.25rem 0;border-radius:14px}.impact-note{padding:.875rem}.impact-text{font-size:.8rem}}@media(max-width:480px){.contactus-container{padding:1.25rem;border-radius:14px}.financial-icon{width:55px;height:55px;margin-bottom:.75rem}.financial-icon svg{width:26px;height:26px}.contactus-title{font-size:1.3rem;margin-bottom:.4rem}.contactus-description{font-size:.85rem;line-height:1.5}.features-grid{gap:.65rem;margin-bottom:1.5rem}.feature-item{padding:.75rem;gap:.6rem}.feature-icon-wrapper{width:30px;height:30px;border-radius:8px}.feature-icon-wrapper svg{width:14px;height:14px}.feature-title{font-size:.85rem;margin-bottom:.15rem}.feature-description{font-size:.7rem;line-height:1.4}.donation-wrapper{padding:.5rem;margin:1rem 0;border-radius:12px}.impact-note{padding:.75rem;border-radius:10px}.impact-text{font-size:.75rem;line-height:1.4}}@media(max-width:360px){.contactus-container{padding:1rem;border-radius:12px}.financial-icon{width:50px;height:50px}.financial-icon svg{width:24px;height:24px}.contactus-title{font-size:1.2rem}.contactus-description{font-size:.8rem}.feature-item{padding:.65rem}.feature-icon-wrapper{width:28px;height:28px}.feature-icon-wrapper svg{width:12px;height:12px}.feature-title{font-size:.8rem}.feature-description{font-size:.65rem}.donation-wrapper{padding:.4rem}.impact-text{font-size:.7rem}}@media(max-width:768px)and (orientation:landscape){.features-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.feature-item{padding:.65rem}.donation-wrapper{margin:.75rem 0}}@media(hover:none)and (pointer:coarse){.feature-item{transform:none!important}.feature-item:active{transform:scale(.98)!important;background:#f1f5f9}.donation-wrapper:active,.impact-note:active{transform:scale(.99)}}@media(min-width:1200px){.contactus-container{padding:2.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.feature-item{animation:fadeInUp .4s ease-out}.feature-item:nth-child(1){animation-delay:0s}.feature-item:nth-child(2){animation-delay:.1s}.feature-item:nth-child(3){animation-delay:.2s}.feature-item:nth-child(4){animation-delay:.3s}@media print{.contactus-container{box-shadow:none;padding:0}.donation-wrapper{break-inside:avoid}}.mail-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;height:100%;max-width:1200px}.mail-header{text-align:center;margin-bottom:2rem}.mail-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;transition:transform .3s ease}.mail-header:hover .mail-icon{transform:scale(1.05)}.mail-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.mail-description{color:#64748b;font-size:.95rem;line-height:1.6;max-width:600px;margin:0 auto}.volunteer-form-wrapper{margin:1.5rem 0;transition:all .3s ease}.mail-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #cbd5e1;text-align:center}.footer-text{color:#64748b;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.footer-text strong{font-weight:700;color:#1e293b}@media(max-width:768px){.mail-container{padding:1.5rem;border-radius:16px}.mail-icon{width:55px;height:55px}.mail-icon svg{width:26px;height:26px}.mail-title{font-size:1.5rem;margin-bottom:.4rem}.mail-description{font-size:.9rem;line-height:1.5}.volunteer-form-wrapper{margin:1.25rem 0}.mail-footer{margin-top:1.25rem;padding-top:.875rem}.footer-text{font-size:.8rem;gap:.4rem}.footer-text svg{width:14px;height:14px}}@media(max-width:480px){.mail-container{padding:1.25rem;border-radius:14px}.mail-icon{width:50px;height:50px;margin-bottom:.75rem}.mail-icon svg{width:24px;height:24px}.mail-title{font-size:1.3rem;margin-bottom:.3rem}.mail-description{font-size:.85rem;line-height:1.5}.volunteer-form-wrapper{margin:1rem 0}.mail-footer{margin-top:1rem;padding-top:.75rem}.footer-text{font-size:.75rem;gap:.35rem;flex-direction:column}.footer-text svg{width:14px;height:14px}}@media(max-width:360px){.mail-container{padding:1rem;border-radius:12px}.mail-icon{width:45px;height:45px}.mail-icon svg{width:22px;height:22px}.mail-title{font-size:1.2rem}.mail-description{font-size:.8rem;line-height:1.45}.volunteer-form-wrapper{margin:.875rem 0}.mail-footer{margin-top:.875rem;padding-top:.625rem}.footer-text{font-size:.7rem}.footer-text svg{width:12px;height:12px}}@media(max-width:768px)and (orientation:landscape){.mail-header{margin-bottom:1rem}.volunteer-form-wrapper{margin:.75rem 0}}@media(hover:none)and (pointer:coarse){.mail-icon{transform:none!important}.mail-header:active .mail-icon{transform:scale(.95)}.volunteer-form-wrapper:active{transform:scale(.99)}}@media(min-width:1200px){.mail-container{padding:2.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.volunteer-form-wrapper{animation:fadeInUp .5s ease-out}.mail-footer{animation:fadeInUp .5s ease-out .2s both}@media print{.mail-container{background:#fff;box-shadow:none;padding:0}.volunteer-form-wrapper{break-inside:avoid}}.location-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;max-width:1200px;margin:0 auto}.location-header{text-align:center;margin-bottom:2rem}.location-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;transition:transform .3s ease}.location-header:hover .location-icon{transform:scale(1.05)}.location-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.location-description{color:#64748b;font-size:.95rem;line-height:1.6;max-width:600px;margin:0 auto}.map-section{margin-bottom:2rem}.google-map{width:100%;height:300px;border:none;border-radius:16px;box-shadow:0 5px 15px #0000001a}.map-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;color:#3b82f6;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;padding:.5rem 0}.map-link:hover{gap:.75rem;text-decoration:underline}.map-link:active{transform:scale(.98)}.address-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0;transition:all .3s ease}.address-card:hover{box-shadow:0 5px 15px #00000014;border-color:#3b82f6}.address-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.address-icon{color:#3b82f6;flex-shrink:0}.address-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.address-text{color:#475569;line-height:1.6;margin-bottom:1rem;font-size:1rem}.copy-button{background:#fff;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;color:#3b82f6;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;font-weight:500}.copy-button:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.copy-button:active{transform:scale(.96)}.contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.contact-info-card{background:#f8fafc;border-radius:16px;padding:1.5rem;transition:all .3s ease;border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;border-color:#3b82f6}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.card-header svg{flex-shrink:0}.card-title{font-size:1.2rem;font-weight:700;margin:0;color:#1e293b}.card-details{display:flex;flex-direction:column;gap:1rem;flex:1}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.detail-value-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.detail-value{font-size:.9rem;color:#1e293b;font-weight:500;word-break:break-all;flex:1}.copy-small-button{background:transparent;border:none;cursor:pointer;color:#94a3b8;padding:6px;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.copy-small-button:hover{color:#3b82f6;background:#e2e8f0}.copy-small-button:active{transform:scale(.9)}@media(max-width:768px){.location-container{padding:1.5rem;margin:0 1rem;border-radius:16px}.location-icon{width:50px;height:50px}.location-icon svg{width:24px;height:24px}.location-title{font-size:1.5rem}.location-description{font-size:.9rem;line-height:1.5}.google-map{height:250px;border-radius:12px}.address-card{padding:1.25rem;border-radius:12px}.address-title{font-size:1.1rem}.address-text{font-size:.9rem;line-height:1.5}.contact-cards-grid{grid-template-columns:1fr;gap:1rem}.contact-info-card{padding:1.25rem;border-radius:12px}.card-title{font-size:1.1rem}.detail-value{font-size:.85rem}}@media(max-width:480px){.location-container{padding:1rem;margin:0 .75rem;border-radius:14px}.location-icon{width:45px;height:45px;margin-bottom:.75rem}.location-icon svg{width:22px;height:22px}.location-title{font-size:1.3rem}.location-description{font-size:.85rem;line-height:1.5}.google-map{height:200px;border-radius:10px}.map-link{font-size:.8rem;margin-top:.5rem}.map-link svg{width:12px;height:12px}.address-card{padding:1rem;margin-bottom:1.5rem;border-radius:10px}.address-header{gap:.5rem;margin-bottom:.75rem}.address-icon{width:18px;height:18px}.address-title{font-size:1rem}.address-text{font-size:.85rem;line-height:1.5;margin-bottom:.75rem}.copy-button{padding:.4rem .875rem;font-size:.8rem}.copy-button svg{width:14px;height:14px}.contact-cards-grid{gap:.875rem}.contact-info-card{padding:1rem;border-radius:10px}.card-header{gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.card-header svg{width:20px;height:20px}.card-title{font-size:1rem}.card-details{gap:.75rem}.detail-label{font-size:.7rem}.detail-value{font-size:.8rem}.copy-small-button{padding:4px}.copy-small-button svg{width:10px;height:10px}}@media(max-width:360px){.location-container{padding:.875rem;margin:0 .5rem}.location-icon{width:40px;height:40px}.location-icon svg{width:20px;height:20px}.location-title{font-size:1.2rem}.location-description{font-size:.8rem}.google-map{height:180px}.address-card{padding:.875rem}.address-text{font-size:.8rem}.contact-info-card{padding:.875rem}.detail-value{font-size:.75rem}}@media(max-width:768px)and (orientation:landscape){.location-container{margin:.5rem auto}.google-map{height:220px}.contact-cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.875rem}.address-card{margin-bottom:1rem}}@media(hover:none)and (pointer:coarse){.contact-info-card{transform:none!important}.contact-info-card:active{transform:scale(.98)!important}.copy-button:active{transform:scale(.96)}.copy-small-button:active{transform:scale(.9)}.map-link:active{transform:scale(.98)}}@media(min-width:1200px){.location-container{padding:2.5rem}.contact-cards-grid{grid-template-columns:repeat(2,1fr)}}.google-map{background:#f1f5f9;position:relative}.google-map:before{content:"Loading map...";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#64748b}
