*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary-teal: #2DBCB0;--secondary-teal: #1FA39A;--accent-beige: #E8DCC8;--dark-beige: #D2C5B0;--accent-brown: #8B6F47;--dark-brown: #6B5838;--primary-blue: #2563eb;--dark-gray: #1f2937;--medium-gray: #6b7280;--light-gray: #f9fafb;--light-beige: #F5F0E8;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--white);color:var(--dark-gray)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}p{line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-teal) 0%,var(--secondary-teal) 100%);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary-teal) 0%,var(--primary-teal) 100%)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--primary-teal) 0%,var(--secondary-teal) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pdf-container{width:100%;max-width:1100px;height:300px;overflow-y:auto;border:0px solid #ccc;margin:20px auto}.pdf-container .react-pdf__Page__canvas{width:100%!important;height:auto!important}.app{min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}html{scroll-padding-top:80px}::selection{background:#2dbcb0;color:#fff}::-moz-selection{background:#2dbcb0;color:#fff}.logo-container{display:flex;align-items:center;justify-content:center}.logo-image{height:60px;width:auto;display:block;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.05))}.logo-image:hover{transform:scale(1.03);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.logo-container.small .logo-image{height:40px}.logo-container.large .logo-image{height:80px}@media(max-width:768px){.logo-image{height:45px}.logo-container.small .logo-image{height:35px}}.navbar{position:fixed;top:0;left:0;right:0;background:linear-gradient(to bottom,#f5f0e8,#f5f0e8fa);box-shadow:0 2px 20px #0000001a;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(45,188,176,.2)}.nav-container{max-width:1400px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;min-height:70px}.nav-logo{cursor:pointer;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.02)}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-toggle span{width:25px;height:3px;background:#2dbcb0;margin:3px 0;transition:.3s;border-radius:3px}.menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav-menu{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0;align-items:center}.nav-menu li{display:flex;align-items:center}.nav-menu li a{color:#374151;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;cursor:pointer;padding:.5rem .875rem;border-radius:8px;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center}.nav-menu li a:hover{color:#2dbcb0;background:#20b2aa1a}.nav-menu li a.contact-btn{background:linear-gradient(135deg,#2dbcb0,#1fa39a);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600}.nav-menu li a.contact-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #20b2aa4d}@media(max-width:768px){.menu-toggle{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#f5f0e8;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:0}.nav-menu.active{left:0}.nav-menu li{margin:.5rem 0;width:100%}.nav-menu li a{display:block;width:100%}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2dbcb0,#1fa39a,#5dd4cb);overflow:hidden;padding-top:80px}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(45,188,176,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(232,220,200,.2) 0%,transparent 50%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.hero-text{margin-bottom:4rem}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp .8s ease-out}.gradient-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:700px;margin:0 auto 2.5rem;line-height:1.6;animation:fadeInUp .8s ease-out .2s backwards}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s backwards}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.btn-primary{background:#fff;color:#2dbcb0;box-shadow:0 10px 30px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d;color:#1fa39a}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2dbcb0;transform:translateY(-3px)}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto;animation:fadeInUp .8s ease-out .6s backwards}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 15px 40px #0003}.stat-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#ffffffe6;font-weight:500}.hero-wave{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.hero-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.hero-wave path{fill:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{min-height:90vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2.5rem}.btn{padding:.875rem 2rem;font-size:1rem}}.about{padding:6rem 2rem;background:linear-gradient(to bottom,#fff,#f9fafb)}.about-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.title-underline{width:100px;height:4px;background:linear-gradient(135deg,#2dbcb0,#1fa39a);margin:0 auto;border-radius:2px}.about-content{margin-bottom:4rem}.about-text{margin-bottom:3rem}.about-description{font-size:1.2rem;line-height:1.8;color:#4b5563;text-align:center;max-width:900px;margin:0 auto}.mission-vision{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.mv-card{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border-top:4px solid transparent}.mv-card.mission{border-top-color:#2dbcb0}.mv-card.vision{border-top-color:#1fa39a}.mv-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.mv-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#2dbcb0,#1fa39a);color:#fff}.mv-icon svg{width:32px;height:32px}.mv-card h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center}.mv-card p{font-size:1.1rem;line-height:1.7;color:#6b7280;text-align:center}.values-section{margin-top:5rem;padding:3rem;background:linear-gradient(135deg,#20b2aa14,#48d1cc14);border-radius:20px}.values-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.value-item{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;transition:all .3s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.value-item p{font-size:.95rem;color:#6b7280;line-height:1.5}@media(max-width:768px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-description{font-size:1.1rem}.mission-vision,.values-grid{grid-template-columns:1fr}.values-section{padding:2rem 1.5rem}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.programs{padding:6rem 2rem;background:#fff}.programs-container{max-width:1200px;margin:0 auto}.section-subtitle{font-size:1.1rem;color:#6b7280;max-width:700px;margin:1.5rem auto 0;line-height:1.6}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem}.program-card{position:relative;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:all .4s ease;overflow:hidden;border:2px solid #f3f4f6}.program-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026;border-color:var(--card-color)}.program-hover-effect{position:absolute;top:0;left:0;width:100%;height:4px;background:var(--card-color);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.program-card:hover .program-hover-effect{transform:scaleX(1)}.program-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;transition:transform .3s ease}.program-card:hover .program-icon{transform:scale(1.1) rotate(5deg)}.program-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.program-description{font-size:1rem;line-height:1.7;color:#6b7280}.programs-cta{margin-top:5rem;text-align:center;padding:3rem;background:linear-gradient(135deg,#2dbcb0,#1fa39a);border-radius:25px;color:#fff}.programs-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.programs-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:#fff;color:#2dbcb0;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 5px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}@media(max-width:768px){.programs{padding:4rem 1.5rem}.programs-grid{grid-template-columns:1fr;gap:1.5rem}.programs-cta{padding:2rem 1.5rem}.programs-cta h3{font-size:1.5rem}}.how-to-help{padding:6rem 2rem;background:linear-gradient(to bottom,#f9fafb,#fff)}.help-container{max-width:1200px;margin:0 auto}.ways-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.way-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:2px solid transparent}.way-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f;border-color:#2dbcb0}.way-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block}.way-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.way-description{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:1.5rem}.way-details{list-style:none;padding:0;margin:0}.way-details li{padding:.5rem 0;color:#4b5563;display:flex;align-items:center;gap:.5rem}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:linear-gradient(135deg,#2dbcb0,#1fa39a);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.impact-section{margin-top:5rem;padding:3rem;background:linear-gradient(135deg,#20b2aa14,#48d1cc14);border-radius:25px;text-align:center}.impact-section h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2.5rem}.impact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.impact-item{padding:1.5rem;background:#fff;border-radius:15px;transition:all .3s ease}.impact-item:hover{transform:scale(1.05);box-shadow:0 10px 25px #0000001a}.impact-icon{font-size:2.5rem;margin-bottom:1rem}.impact-item p{font-size:1rem;color:#4b5563;line-height:1.6}.impact-item strong{color:#2dbcb0;font-weight:700}.contact-cta{margin-top:4rem;text-align:center;padding:3rem;background:linear-gradient(135deg,#2dbcb0,#1fa39a);border-radius:25px;color:#fff}.contact-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.contact-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}@media(max-width:768px){.how-to-help{padding:4rem 1.5rem}.ways-grid{grid-template-columns:1fr}.impact-section{padding:2rem 1.5rem}.impact-section h3{font-size:1.5rem}.impact-stats{grid-template-columns:1fr}.contact-cta{padding:2rem 1.5rem}.contact-cta h3{font-size:1.5rem}}.gallery{padding:6rem 2rem;background:#fff}.gallery-container{max-width:1200px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:4rem}.gallery-item{position:relative;aspect-ratio:1;border-radius:15px;overflow:hidden;cursor:pointer;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0003}.gallery-image{width:100%;height:100%;object-fit:cover}.gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2dbcb0,#1fa39a)}.placeholder-icon{font-size:5rem;filter:brightness(0) invert(1);opacity:.9}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);padding:1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.category-tag{display:inline-block;background:#fff3;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-note{margin-top:3rem;padding:1.5rem;background:linear-gradient(135deg,#2563eb0d,#10b9810d);border-radius:15px;border-left:4px solid #2563eb;text-align:center}.gallery-note p{color:#4b5563;line-height:1.6;margin:0}.gallery-note strong{color:#2563eb}.modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease}.modal-content{position:relative;max-width:800px;width:100%;background:#fff;border-radius:20px;overflow:hidden;animation:slideUp .3s ease}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.modal-close:hover{background:#fff;transform:rotate(90deg)}.modal-image{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2dbcb0,#1fa39a);overflow:hidden}.modal-img{width:100%;height:100%;object-fit:contain;background:#f9fafb}.modal-placeholder-icon{font-size:8rem;filter:brightness(0) invert(1);opacity:.9}.modal-info{padding:2rem;text-align:center}.modal-info h3{font-size:1.75rem;color:#1f2937;margin-bottom:1rem}.modal-description{margin-top:1rem;color:#6b7280;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.gallery{padding:4rem 1.5rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.placeholder-icon{font-size:4rem}.modal-placeholder-icon{font-size:5rem}.modal-overlay{padding:1rem}.modal-info{padding:1.5rem}.modal-info h3{font-size:1.5rem}}.contact{padding:6rem 2rem;background:linear-gradient(to bottom,#f9fafb,#fff)}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:4rem}.contact-info{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014}.contact-info h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.info-item:last-of-type{border-bottom:none;margin-bottom:2.5rem}.info-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#20b2aa26,#48d1cc26);border-radius:12px;flex-shrink:0}.info-text h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.info-text p{color:#6b7280;line-height:1.6}.social-links h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;text-decoration:none}.social-icon svg{width:24px;height:24px}.social-icon.facebook{background:#1877f2;color:#fff}.social-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.social-icon.whatsapp{background:#25d366;color:#fff}.social-icon:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.contact-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014}.contact-form h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:Poppins,sans-serif;transition:all .3s ease;background:#f9fafb}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2dbcb0;background:#fff;box-shadow:0 0 0 3px #20b2aa26}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2dbcb0,#1fa39a);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #20b2aa66}.form-status{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#20b2aa26,#48d1cc26);border-left:4px solid #2DBCB0;border-radius:8px;color:#1fa39a;font-weight:500}@media(max-width:968px){.contact{padding:4rem 1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info,.contact-form{padding:2rem 1.5rem}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1.5rem;font-weight:700}.footer-logo{font-size:1.5rem;background:linear-gradient(135deg,#2dbcb0,#1fa39a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease;text-decoration:none}.footer-social-icon svg{width:20px;height:20px}.footer-social-icon:hover{background:linear-gradient(135deg,#2dbcb0,#1fa39a);transform:translateY(-3px)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease;cursor:pointer}.footer-links a:hover{color:#1fa39a}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{color:#fffc;margin-bottom:1rem;line-height:1.6;display:flex;align-items:flex-start;gap:.5rem}.contact-icon{font-size:1.2rem;flex-shrink:0}.footer-schedule{color:#fffc;line-height:1.8}.footer-schedule strong{color:#fff}.schedule-note{margin-top:1rem;font-size:.9rem;color:#fff9}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#ffffffb3;margin:.5rem 0;font-size:.95rem}.footer-love{margin-top:.5rem}.heart{color:#ef4444;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{padding-top:1.5rem}}
