.marquee-container{background:#e5b813;color:#fff;position:relative;overflow:hidden;border-bottom:2px solid rgba(255,255,255,.2);width:100%;z-index:1000;display:block!important;visibility:visible!important}.marquee-content{display:flex!important;align-items:center!important;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px;min-height:40px}.marquee-info{display:flex;align-items:center;gap:25px;flex-shrink:0;width:50%}.info-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#fffffff2;font-weight:500}.info-item svg{flex-shrink:0;color:#023147}.info-item span,.info-item .announcement-bar__link{white-space:nowrap}.info-item .announcement-bar__link{color:#fffffff2;text-decoration:none;font-weight:500;font-size:inherit}.info-item .announcement-bar__link:hover{color:#fff;text-decoration:underline}.marquee-wrapper{width:50%;overflow:hidden;position:relative}.marquee-track{display:flex;animation:marquee 30s linear infinite}.marquee-content-text{display:flex;align-items:center;gap:30px;white-space:nowrap;padding-right:30px}.announcement-bar__marquee-item{font-size:.9rem;color:#fffffff2;font-weight:500;white-space:nowrap}.announcement-bar__marquee-star{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 4px;color:#ffffffeb;opacity:.9}.announcement-bar__marquee-star svg{display:block}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}@media (max-width: 1024px){.marquee-content{flex-direction:column;gap:8px;padding:8px 20px}.marquee-info{width:100%;justify-content:center;gap:20px}.marquee-wrapper{width:100%}.info-item,.announcement-bar__marquee-item{font-size:.8rem}.announcement-bar__marquee-star svg{width:12px;height:12px}}@media (max-width: 768px){.marquee-info{flex-wrap:wrap;gap:15px;justify-content:center}.info-item{font-size:.75rem;gap:6px}.info-item svg{width:14px;height:14px}.marquee-content-text{gap:20px}.announcement-bar__marquee-item{font-size:.75rem}.announcement-bar__marquee-star svg{width:11px;height:11px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}}@media (max-width: 480px){.marquee-info{gap:12px}.info-item{font-size:.7rem}.info-item svg{width:12px;height:12px}.marquee-content-text{gap:15px}.announcement-bar__marquee-item{font-size:.7rem}.announcement-bar__marquee-star svg{width:10px;height:10px}}.marquee-container{transition:background .3s ease}.info-item:hover{color:#fff;transition:color .3s ease}.info-item:hover svg{color:#0f547a;transition:color .25s ease}.marquee-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(2,49,71,.35),transparent)}.info-item:focus-within{outline:2px solid #023147;outline-offset:2px;border-radius:4px}.marquee-track{will-change:transform}@media print{.marquee-container{display:none}}.navbar{position:sticky;top:0;left:0;right:0;background:linear-gradient(135deg,#02618ff7,#024d6ef2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;transition:all .3s ease;padding:.35rem 0}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;flex-shrink:0}.navbar-logo .logo-img{height:62px;width:auto;display:block;transition:transform .3s ease}.navbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0}.navbar-logo a:hover .logo-img{transform:scale(1.05)}.navbar-links{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0;align-items:center}.nav-link{color:#fff;font-weight:500;font-size:1rem;text-decoration:none;transition:color .25s ease;position:relative;padding:.4rem 0}.nav-link:hover{color:#fcc308}.nav-link--active{color:#fcc308!important}.nav-link--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#fcc308;border-radius:2px}.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:5px}.dropdown-chevron{display:flex;align-items:center;color:#ffffffd9;transition:transform .3s ease,color .25s ease}.dropdown:hover .dropdown-chevron,.dropdown--open .dropdown-chevron,.nav-link--active .dropdown-chevron{color:#fcc308}.dropdown-chevron--open,.dropdown:hover .dropdown-chevron{transform:rotate(180deg)}.dropdown-panel{position:absolute;top:100%;left:50%;transform:translate(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:1100;padding-top:4px}.dropdown-panel--visible,.dropdown:hover .dropdown-panel,.dropdown--open .dropdown-panel{opacity:1;visibility:visible;pointer-events:auto}.dropdown-menu{position:relative;min-width:248px;max-width:268px;background:#fff;border-radius:12px;border:1px solid rgba(2,97,143,.1);box-shadow:0 8px 24px #02314724,0 2px 8px #02618f0f;overflow:hidden}.dropdown-menu:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#f0f9ff;border-left:1px solid rgba(2,97,143,.1);border-top:1px solid rgba(2,97,143,.1);z-index:1}.dropdown-menu__header{padding:8px 12px 6px;background:linear-gradient(135deg,#f0f9ff,#e8f4fc);border-bottom:1px solid rgba(2,97,143,.08)}.dropdown-menu__title{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#02618f}.dropdown-menu__list{list-style:none;margin:0;padding:4px}.dropdown-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;text-decoration:none;transition:background .15s ease;position:relative;overflow:hidden}.dropdown-item:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#02618f,#45bfb7);opacity:0;transform:scaleY(.5);transition:opacity .2s ease,transform .2s ease}.dropdown-item:hover{background:#f0f9ff}.dropdown-item:hover:before,.dropdown-item--active:before{opacity:1;transform:scaleY(1)}.dropdown-item--active{background:linear-gradient(135deg,#e0f2fe,#f0f9ff)}.dropdown-item__icon{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#02618f,#0a7aad);border-radius:8px;box-shadow:0 2px 6px #02618f33}.dropdown-item__icon svg{display:block}.dropdown-item__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.dropdown-item__label{font-size:.82rem;font-weight:600;color:#1e293b;line-height:1.25}.dropdown-item:hover .dropdown-item__label{color:#02618f}.dropdown-item__desc{font-size:.68rem;color:#94a3b8;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-item__arrow{flex-shrink:0;color:#cbd5e1;opacity:0;transform:translate(-4px);transition:opacity .2s ease,transform .2s ease,color .2s ease}.dropdown-item:hover .dropdown-item__arrow{opacity:1;transform:translate(0);color:#02618f}.donate-btn{background:linear-gradient(135deg,#fcc308,#0f547a);color:#fff;border:none;border-radius:6px;font-family:var(--font-family);font-size:.85rem;font-weight:600;padding:.55rem 1.15rem;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 15px #fcc3084d}.donate-btn:hover{background:linear-gradient(135deg,#0f547a,#fcc308);transform:translateY(-2px);filter:brightness(1.1)}.navbar-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}.navbar-toggle span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}@media (max-width: 992px){.navbar{position:sticky}.site-navbar .container{position:relative}.navbar-content{align-items:center;gap:10px}.navbar-logo .logo-img{height:52px}.navbar-actions{display:flex;align-items:center;gap:10px}.donate-btn{padding:.5rem .9rem;font-size:.8rem;line-height:1.2;white-space:nowrap}.navbar-toggle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;margin:0;flex-shrink:0}.navbar-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:linear-gradient(180deg,#02618f,#023a52);padding:1rem 1.5rem 1.5rem;gap:0;transform:translateY(-150%);transition:transform .4s ease-in-out;box-shadow:0 20px 40px #0003;max-height:calc(100vh - 80px);overflow-y:auto}.navbar-links>li{width:100%;margin:0}.navbar-links>li>.nav-link,.navbar-links .dropdown-toggle{display:flex;align-items:center;width:100%;box-sizing:border-box;padding:14px 0;min-height:48px}.navbar-links .dropdown{display:flex;flex-direction:column;width:100%}.navbar-links.mobile-active{transform:translateY(0)}.dropdown-panel{position:static;transform:none;left:auto;display:block;max-height:0;opacity:0;visibility:hidden;pointer-events:none;padding-top:0;margin-top:0;margin-bottom:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,margin .35s ease,visibility .4s ease}.dropdown-menu:before{display:none}.dropdown-panel--visible{max-height:520px;opacity:1;visibility:visible;pointer-events:auto;margin-top:0;margin-bottom:0}.dropdown:hover .dropdown-panel:not(.dropdown-panel--visible){max-height:0;opacity:0;visibility:hidden;pointer-events:none;margin-top:0;margin-bottom:0}.dropdown-panel__caret{display:none}.dropdown-menu{min-width:100%;max-width:100%;margin-top:0;margin-bottom:0;box-shadow:none;border:1px solid rgba(255,255,255,.15);background:#fffffffa}.dropdown-menu__header{background:linear-gradient(135deg,#e0f2fe,#f0f9ff)}.dropdown-item__arrow{opacity:1;color:#02618f}.dropdown-toggle{justify-content:space-between}}@media (max-width: 480px){.navbar-logo .logo-img{height:46px}.navbar-actions{gap:8px}.donate-btn{padding:.45rem .75rem;font-size:.75rem}.navbar-toggle{width:40px;height:40px}.navbar-toggle span{width:24px}}.site-footer{--footer-teal: #02618f;--footer-teal-deep: #024d6e;font-family:var(--font-family);margin-top:0}.site-footer__wave{display:block;line-height:0;color:var(--footer-teal)}.site-footer__wave svg{display:block;width:100%;height:48px}@media (min-width: 768px){.site-footer__wave svg{height:56px}}.site-footer__primary{background:linear-gradient(165deg,var(--footer-teal) 0%,#025a82 50%,var(--footer-teal-deep) 100%);padding:8px 0 48px;position:relative}.site-footer__primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:22px 22px;pointer-events:none}.site-footer__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(300px,1.35fr) repeat(3,1fr);gap:40px 32px;align-items:start}.site-footer__brand-card{max-width:380px;padding:0;background:transparent;box-shadow:none}.site-footer__logo-link{display:inline-block;margin-bottom:18px}.site-footer__logo{height:58px;width:auto;max-width:220px;object-fit:contain;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.site-footer__about{margin-bottom:22px}.site-footer__about p{margin:0 0 14px;font-size:.95rem;line-height:1.75;color:#ffffffe0}.site-footer__about-lead{font-size:1.05rem;font-weight:600;line-height:1.5;color:#fff}.site-footer__about p:last-child{margin-bottom:0}.site-footer__social{display:flex;gap:10px}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);transition:background .2s ease,color .2s ease,border-color .2s ease}.site-footer__social a:hover{background:#fcc308;color:#023147;border-color:#fcc308}.site-footer__nav-title{margin:0 0 16px;padding-bottom:10px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7ee8fa;border-bottom:1px solid rgba(255,255,255,.2)}.site-footer__nav ul{list-style:none;margin:0;padding:0}.site-footer__nav li{margin-bottom:11px}.site-footer__nav li:last-child{margin-bottom:0}.site-footer__nav a{font-size:.85rem;font-weight:500;color:#ffffffe0;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.site-footer__nav a:hover{color:#fcc308;padding-left:4px}.site-footer__nav-col .site-footer__nav{margin-bottom:28px}.site-footer__contact-list{list-style:none;margin:0;padding:0}.site-footer__contact-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:.85rem;line-height:1.45;color:#ffffffe6}.site-footer__contact-list li:last-child{margin-bottom:0}.site-footer__contact-ico{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:8px;color:#023147;background:#fcc308}.site-footer__contact-list a{color:#fff;font-weight:500;text-decoration:none;word-break:break-word}.site-footer__contact-list a:hover{color:#fcc308}.site-footer__bottom{background:#023147;padding:16px 0}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:0 20px;max-width:1200px;margin:0 auto}.site-footer__bottom p{margin:0;font-size:.8rem;color:#ffffff8c}.site-footer__legal{display:flex;gap:22px}.site-footer__legal a{font-size:.8rem;font-weight:500;color:#ffffff8c;text-decoration:none}.site-footer__legal a:hover{color:#fcc308}@media (max-width: 992px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:32px 24px}.site-footer__brand-card{grid-column:1 / -1;max-width:480px}}@media (max-width: 768px){.site-footer__grid>.site-footer__nav,.site-footer__nav-col{justify-self:center;width:100%;max-width:300px;text-align:center}.site-footer__nav-title{text-align:center;font-size:.8rem;margin-bottom:18px}.site-footer__nav li{margin-bottom:13px}.site-footer__nav a{font-size:.95rem}.site-footer__nav ul{display:flex;flex-direction:column;align-items:center}.site-footer__nav a:hover{padding-left:0}.site-footer__nav-col .site-footer__nav{margin-left:auto;margin-right:auto}.site-footer__contact{text-align:center}.site-footer__contact-list{display:flex;flex-direction:column;align-items:center}.site-footer__contact-list li{justify-content:center;text-align:center;font-size:.95rem;margin-bottom:16px}.site-footer__contact-list a{font-size:.95rem}}@media (max-width: 600px){.site-footer__grid{grid-template-columns:1fr;justify-items:center}.site-footer__brand-card{max-width:none}.site-footer__about-lead{font-size:1rem}.site-footer__bottom-inner{flex-direction:column;text-align:center}.site-footer__legal{justify-content:center}}@media (prefers-reduced-motion: reduce){.site-footer__nav a:hover{padding-left:0}}.main-layout{min-height:100vh;display:flex;flex-direction:column}.main-layout__content{flex:1;width:100%}.home-page{overflow-x:clip}.home-page img,.home-page video{max-width:100%}@media (max-width: 768px){.home-page .home-hero-section.hero,.home-page .hero{min-height:clamp(320px,55vh,480px);height:clamp(320px,55vh,100vh)}.home-page .hero-video{transform:none}}@media (max-width: 480px){.home-page .hero{min-height:280px;height:min(55vh,420px)}.home-page .home-our-programs-section,.home-page .home-why-choose-us-section,.home-page .home-upcoming-initiatives-section{padding-top:32px;padding-bottom:40px}}.hero{position:relative;height:min(100vh,900px);min-height:clamp(360px,70vh,600px);overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;transform:scale(1.05);transition:transform 8s ease-out}.hero-video:hover{transform:scale(1.1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0006,#00000080);box-shadow:inset 0 0 120px #0006}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;z-index:1}.hero-text{max-width:900px;margin:0 auto;color:#fff;text-align:center}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#fff;text-shadow:4px 4px 12px rgba(0,0,0,.9),0 0 30px rgba(0,0,0,.5);background:#0000004d;padding:20px 30px;border-radius:12px;display:inline-block;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.15);animation:fadeInUp 1s ease-out,titleGlow 3s ease-in-out infinite alternate}.hero-subtitle{font-size:1.4rem;font-weight:500;margin-bottom:2.5rem;line-height:1.5;color:#fff;text-shadow:3px 3px 8px rgba(0,0,0,.8);background:#00000040;padding:15px 25px;border-radius:10px;display:inline-block;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.1);animation:fadeInUp 1s ease-out .2s both,subtitlePulse 4s ease-in-out infinite}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s both}.btn-large{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;box-shadow:0 4px 15px #007bff66;border:2px solid transparent}.btn-primary:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-3px);box-shadow:0 6px 25px #007bff80}.btn-secondary{background:linear-gradient(135deg,transparent 0%,transparent 100%);color:#fff;border:2px solid #ff6b35;box-shadow:0 4px 15px #ff6b354d}.btn-secondary:hover{background:linear-gradient(135deg,#ff6b35,#ff5722);color:#fff;transform:translateY(-3px);box-shadow:0 6px 25px #ff6b3566}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes titleGlow{0%{text-shadow:4px 4px 12px rgba(0,0,0,.9),0 0 30px rgba(0,0,0,.5);transform:scale(1)}to{text-shadow:4px 4px 12px rgba(0,0,0,.9),0 0 40px rgba(0,0,0,.7);transform:scale(1.02)}}@keyframes subtitlePulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.03);opacity:1}}@media (max-width: 768px){.hero{min-height:clamp(300px,50vh,480px);height:clamp(300px,55vh,100vh)}.hero-video{transform:none}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-buttons{gap:.75rem}.btn-large{padding:.875rem 1.75rem;font-size:1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn-large{width:250px;max-width:100%}}.key-points-section{background:#fff;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.key-points-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.key-point-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;white-space:normal;text-align:center;justify-content:center}.check-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.key-point-text{font-size:12px;font-weight:500;color:#374151}.divider{width:1px;height:20px;background:#d1d5db;margin-left:1rem}@media (max-width: 768px){.home-trust-badges-section .key-points-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .75rem;align-items:start;justify-items:stretch}.home-trust-badges-section .key-point-item{padding:.35rem .15rem;justify-content:flex-start;text-align:left;min-width:0}.home-trust-badges-section .key-point-text{font-size:11px;line-height:1.35;text-align:left}.home-trust-badges-section .divider{display:none}}@media (max-width: 480px){.home-trust-badges-section.key-points-section{padding:.5rem 0}.home-trust-badges-section .key-points-wrapper{gap:.5rem .4rem}.home-trust-badges-section .key-point-text{font-size:10.5px}}.home-about-preview-section{padding:52px 0;background:linear-gradient(180deg,#f0f7fc,#f8fafc,#fff);position:relative}.home-about-preview-section__card{display:grid;grid-template-columns:40% 1fr;align-items:stretch;background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(2,97,143,.1);box-shadow:0 4px 6px #02618f0a,0 20px 40px -8px #02314724;transition:box-shadow .35s ease,transform .35s ease}.home-about-preview-section__card:hover{box-shadow:0 8px 12px #02618f0f,0 28px 48px -10px #0231472e}.home-about-preview-section__media{position:relative;min-height:340px}.home-about-preview-section__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.home-about-preview-section__card:hover .home-about-preview-section__media img{transform:scale(1.04)}.home-about-preview-section__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#02618f8c,#02314759 40%,#00000080);pointer-events:none}.home-about-preview-section__media-badge{position:absolute;bottom:20px;left:20px;z-index:1;display:inline-flex;align-items:center;gap:6px;background:var(--brand-gold);color:var(--text-dark);padding:10px 14px;border-radius:50px;font-family:var(--font-family);font-size:.75rem;font-weight:800;box-shadow:0 6px 20px #0003}.home-about-preview-section__media-badge svg{color:var(--brand-teal);flex-shrink:0}.home-about-preview-section__body{padding:30px 36px;display:flex;flex-direction:column;justify-content:center;position:relative;background:linear-gradient(135deg,#fff,#fafcff)}.home-about-preview-section__body:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:4px;background:linear-gradient(180deg,var(--brand-teal),var(--brand-gold));border-radius:0 4px 4px 0}.home-about-preview-section__badge{display:inline-flex;align-items:center;width:fit-content;font-family:var(--font-family);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#ffc300,#019f4b);padding:6px 14px;border-radius:50px;margin-bottom:12px;box-shadow:0 4px 12px #019f4b40}.home-about-preview-section__heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.home-about-preview-section__heading-row h2{font-family:var(--font-family);font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;color:var(--text-dark);line-height:1.28;margin:0;flex:1;min-width:0}.home-about-preview-section__highlight{color:var(--brand-teal);position:relative}.home-about-preview-section__highlight:after{content:"";position:absolute;left:0;bottom:2px;width:100%;height:6px;background:var(--brand-gold);opacity:.45;z-index:-1;border-radius:2px}.home-about-preview-section__lead{font-family:var(--font-family);font-size:.92rem;line-height:1.7;color:var(--text-dark);font-weight:500;margin:0 0 12px}.home-about-preview-section__body>p:not(.home-about-preview-section__lead){font-family:var(--font-family);font-size:.88rem;line-height:1.65;color:var(--text-body);margin:0 0 14px}.home-about-preview-section__highlights{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.home-about-preview-section__highlights li{font-family:var(--font-family);font-size:.84rem;color:var(--text-body);padding-left:18px;position:relative;line-height:1.5}.home-about-preview-section__highlights li:before{content:"";position:absolute;left:0;top:.45em;width:6px;height:6px;background:var(--brand-gold);border-radius:50%}.home-about-preview-section__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0}.home-about-preview-section__chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-family);font-size:.72rem;font-weight:600;color:var(--brand-teal-dark);background:#fff;border:1px solid rgba(2,97,143,.15);padding:7px 14px;border-radius:50px;box-shadow:0 2px 8px #02618f0f;transition:border-color .2s ease,transform .2s ease}.home-about-preview-section__chip:hover{border-color:var(--brand-teal);transform:translateY(-1px)}.home-about-preview-section__chip-icon{font-size:.85rem;line-height:1}.home-about-preview-section__cta{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-family);font-size:.8rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--brand-teal) 0%,var(--brand-teal-dark) 100%);padding:10px 18px;border-radius:50px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px #02618f47;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.home-about-preview-section__cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px #02618f61;background:linear-gradient(135deg,var(--brand-teal-dark) 0%,var(--brand-teal) 100%);color:#fff}.home-about-preview-section__cta svg{transition:transform .2s ease}.home-about-preview-section__cta:hover svg{transform:translate(3px,-3px)}@media (max-width: 900px){.home-about-preview-section__card{grid-template-columns:1fr}.home-about-preview-section__heading-row{flex-direction:column;align-items:flex-start;gap:12px}.home-about-preview-section__cta{white-space:normal}.home-about-preview-section__media{min-height:clamp(200px,40vw,240px)}.home-about-preview-section__body:before{top:0;bottom:auto;left:0;right:0;width:auto;height:4px;border-radius:0}}@media (max-width: 560px){.home-about-preview-section{padding:36px 0}.home-about-preview-section__body{padding:20px 16px}.home-about-preview-section__cta{align-self:stretch;justify-content:center}}@media (max-width: 480px){.home-about-preview-section__media{min-height:200px}}.home-our-programs-section{padding:40px 0;position:relative;overflow:hidden;background-color:#f2f8fb;background-image:radial-gradient(ellipse 90% 70% at 100% -10%,rgba(2,97,143,.11) 0%,transparent 58%),radial-gradient(ellipse 75% 55% at -5% 105%,rgba(229,184,19,.09) 0%,transparent 52%),radial-gradient(ellipse 60% 45% at 50% 40%,rgba(255,255,255,.85) 0%,transparent 70%),linear-gradient(168deg,#e8f4fa,#f3f9fc 28%,#fafcfd,#f6fafc 82%,#eef6fb)}.home-our-programs-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(2,97,143,.045) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 85%);pointer-events:none;z-index:0}.home-our-programs-section>.container{position:relative;z-index:1}.home-our-programs-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:32px}.home-our-programs-section__header-text{max-width:620px}.home-our-programs-section__label{display:inline-flex;align-items:center;font-family:var(--font-family);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#ffc300,#019f4b);padding:6px 14px;border-radius:50px;margin-bottom:12px;box-shadow:0 4px 12px #019f4b33}.home-our-programs-section__header h2{font-family:var(--font-family);font-size:clamp(1.45rem,2.8vw,2rem);font-weight:700;color:var(--text-dark);line-height:1.3;margin-bottom:10px;letter-spacing:-.02em}.home-our-programs-section__header p{font-family:var(--font-family);font-size:.9375rem;line-height:1.65;color:var(--text-muted);margin:0}.home-our-programs-section__header-link{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:.875rem;font-weight:600;color:var(--brand-teal);text-decoration:none;padding:10px 18px;border:1px solid rgba(2,97,143,.15);border-radius:6px;background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}.home-our-programs-section__header-link:hover{color:var(--brand-teal-dark);border-color:var(--brand-teal);box-shadow:0 4px 14px #02618f1a}.home-our-programs-section__header-link svg{transition:transform .2s ease}.home-our-programs-section__header-link:hover svg{transform:translate(3px)}.home-our-programs-section__explorer{display:grid;grid-template-columns:minmax(300px,400px) 1fr;min-height:460px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);outline:1px solid rgba(2,97,143,.08);border-radius:20px;overflow:hidden;box-shadow:0 4px 6px #02618f08,0 16px 40px -8px #02618f1f,inset 0 1px #ffffffe6;transition:box-shadow .35s ease}.home-our-programs-section__explorer:hover{box-shadow:0 8px 16px #02618f0f,0 28px 56px -10px #02618f24,inset 0 1px #fffffff2}.home-our-programs-section__nav{display:flex;flex-direction:column;border-right:1px solid var(--border-color);background:#fff}.home-our-programs-section__nav-heading{display:flex;align-items:center;gap:10px;font-family:var(--font-family);font-size:.9375rem;font-weight:700;letter-spacing:-.01em;text-transform:none;color:var(--text-dark);padding:20px 20px 14px;margin:0;background:transparent;border-bottom:1px solid var(--border-color)}.home-our-programs-section__nav-heading-accent{flex-shrink:0;width:3px;height:20px;border-radius:2px;background:linear-gradient(180deg,var(--brand-teal),var(--brand-gold))}.home-our-programs-section__nav ul{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column}.home-our-programs-section__nav li{flex:1;display:flex}.home-our-programs-section__nav-item{display:flex;align-items:center;gap:14px;width:100%;padding:16px 20px;text-align:left;border:none;border-bottom:1px solid rgba(226,232,240,.9);background:transparent;cursor:pointer;font-family:var(--font-family);transition:background .25s ease,padding-left .25s ease;position:relative}.home-our-programs-section__nav-item:last-child{border-bottom:none}.home-our-programs-section__nav-item:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,var(--brand-teal),var(--brand-gold));opacity:0;transform:scaleY(.6);transition:opacity .25s ease,transform .25s ease}.home-our-programs-section__nav-item:hover{background:#ffffffb3;padding-left:22px}.home-our-programs-section__nav-item:focus-visible{outline:2px solid var(--brand-teal);outline-offset:-2px;z-index:1}.home-our-programs-section__nav-item--active{background:#fff;padding-left:22px;box-shadow:inset 0 0 0 1px #02618f0f}.home-our-programs-section__nav-item--active:before{opacity:1;transform:scaleY(1)}.home-our-programs-section__nav-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#fff;color:var(--brand-teal);border:1px solid rgba(2,97,143,.1);box-shadow:0 2px 6px #02618f0f;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}.home-our-programs-section__nav-item--active .home-our-programs-section__nav-icon{background:linear-gradient(135deg,var(--brand-teal),var(--brand-teal-dark));color:#fff;border-color:transparent;box-shadow:0 4px 12px #02618f40;transform:scale(1.05)}.home-our-programs-section__nav-icon svg{width:18px;height:18px}.home-our-programs-section__nav-text{flex:1;min-width:0}.home-our-programs-section__nav-title{display:block;font-size:.9rem;font-weight:700;color:var(--text-dark);line-height:1.3;margin-bottom:3px;transition:color .2s ease}.home-our-programs-section__nav-item--active .home-our-programs-section__nav-title{color:var(--brand-teal)}.home-our-programs-section__nav-desc{display:block;font-size:.72rem;line-height:1.4;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-our-programs-section__nav-chevron{flex-shrink:0;color:#cbd5e1;transition:color .2s ease,transform .25s ease,opacity .2s ease}.home-our-programs-section__nav-item--active .home-our-programs-section__nav-chevron{color:var(--brand-teal);transform:translate(4px)}.home-our-programs-section__nav-item:not(.home-our-programs-section__nav-item--active) .home-our-programs-section__nav-chevron{opacity:.5}.home-our-programs-section__progress{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px 18px;border-top:1px solid var(--border-color);background:transparent}.home-our-programs-section__progress-dot{width:28px;height:4px;padding:0;border:none;border-radius:4px;background:#dbe4ec;cursor:pointer;transition:background .25s ease,width .25s ease}.home-our-programs-section__progress-dot--active{width:40px;background:linear-gradient(90deg,var(--brand-teal),var(--brand-gold))}.home-our-programs-section__progress-dot:hover:not(.home-our-programs-section__progress-dot--active){background:#94a3b8}.home-our-programs-section__showcase{display:grid;grid-template-columns:1.1fr 1fr;align-items:stretch;min-height:460px}.home-our-programs-section__showcase-media{position:relative;height:100%;min-height:100%;background:#e8f0f6;overflow:hidden}.home-our-programs-section__showcase-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;animation:homeProgramsImgIn .4s ease}@keyframes homeProgramsImgIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.home-our-programs-section__showcase-media-label{position:absolute;left:16px;bottom:16px;z-index:2;font-family:var(--font-family);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#023147bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.15)}.home-our-programs-section__showcase-body{display:flex;flex-direction:column;justify-content:flex-start;gap:0;padding:24px 28px 26px;background:linear-gradient(135deg,#fff,#f8fbfd);position:relative;animation:homeProgramsBodyIn .4s ease}@keyframes homeProgramsBodyIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.home-our-programs-section__showcase-tagline{font-family:var(--font-family);font-size:.8125rem;font-weight:600;color:var(--brand-teal);margin:0 0 6px;line-height:1.4}.home-our-programs-section__showcase-body h3{font-family:var(--font-family);font-size:clamp(1.25rem,1.8vw,1.6rem);font-weight:700;color:var(--text-dark);line-height:1.25;margin-bottom:8px}.home-our-programs-section__showcase-overview{font-family:var(--font-family);font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-our-programs-section__showcase-features{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:6px}.home-our-programs-section__showcase-features li{display:flex;align-items:flex-start;gap:10px;font-family:var(--font-family);font-size:.8125rem;line-height:1.45;color:var(--text-body)}.home-our-programs-section__showcase-features li:before{content:"";flex-shrink:0;width:6px;height:6px;margin-top:6px;border-radius:50%;background:linear-gradient(135deg,var(--brand-gold),#019f4b)}.home-our-programs-section__showcase-stats{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:0;padding:10px 0;border-top:1px solid #eef2f6;border-bottom:none}.home-our-programs-section__stat{display:flex;flex-direction:column;gap:2px}.home-our-programs-section__stat strong{font-family:var(--font-family);font-size:1.125rem;font-weight:800;color:var(--brand-teal);line-height:1.2}.home-our-programs-section__stat span{font-family:var(--font-family);font-size:.7rem;color:var(--text-muted);line-height:1.3}.home-our-programs-section__showcase-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:16px}.home-our-programs-section__showcase-cta{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-family);font-size:.8rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--brand-teal) 0%,var(--brand-teal-dark) 100%);padding:10px 18px;border-radius:50px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px #02618f47;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.home-our-programs-section__showcase-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px #02618f61;background:linear-gradient(135deg,var(--brand-teal-dark) 0%,var(--brand-teal) 100%);color:#fff}.home-our-programs-section__showcase-cta svg{transition:transform .2s ease}.home-our-programs-section__showcase-cta:hover svg{transform:translate(3px,-3px)}.home-our-programs-section__showcase-secondary{font-family:var(--font-family);font-size:.8125rem;font-weight:600;color:var(--text-muted);text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.home-our-programs-section__showcase-secondary:hover{color:var(--brand-teal);border-bottom-color:var(--brand-teal)}@media (prefers-reduced-motion: reduce){.home-our-programs-section__showcase-img,.home-our-programs-section__showcase-body,.home-our-programs-section__nav-item,.home-our-programs-section__nav-icon{transition:none;animation:none}.home-our-programs-section__showcase-body,.home-our-programs-section__showcase-img{opacity:1;transform:none}}@media (max-width: 900px){.home-our-programs-section__header{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width: 1024px){.home-our-programs-section__explorer{grid-template-columns:1fr;min-height:auto}.home-our-programs-section__nav{border-right:none;border-bottom:1px solid var(--border-color)}.home-our-programs-section__showcase{grid-template-columns:1fr;min-height:auto}.home-our-programs-section__showcase-media{aspect-ratio:16 / 10;min-height:220px;height:auto}.home-our-programs-section__showcase-body{padding:22px 24px 24px}.home-our-programs-section__showcase-actions{margin-top:14px}.home-our-programs-section__showcase-overview{-webkit-line-clamp:unset;display:block;overflow:visible}}@media (min-width: 769px) and (max-width: 1024px){.home-our-programs-section__nav-heading{padding-bottom:6px}.home-our-programs-section__nav ul{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.home-our-programs-section__nav li{flex:0 0 min(220px,42vw);scroll-snap-align:start}.home-our-programs-section__nav-item{flex-direction:column;align-items:flex-start;height:100%;min-height:100px;padding:14px 16px;border-bottom:none;border-right:1px solid var(--border-color)}.home-our-programs-section__nav-item:before{left:12px;right:12px;top:auto;bottom:0;width:auto;height:3px;border-radius:3px 3px 0 0}.home-our-programs-section__nav-item:hover,.home-our-programs-section__nav-item--active{padding-left:16px}.home-our-programs-section__nav-desc,.home-our-programs-section__nav-chevron,.home-our-programs-section__progress{display:none}}@media (max-width: 768px){.home-our-programs-section{padding:32px 0}.home-our-programs-section__header{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:20px}.home-our-programs-section__header-text{max-width:none}.home-our-programs-section__header-link{align-self:stretch;justify-content:center;width:100%;box-sizing:border-box}.home-our-programs-section__explorer{border-radius:16px}.home-our-programs-section__nav-heading{padding:16px 16px 10px;font-size:.875rem}.home-our-programs-section__nav ul{flex-direction:column;overflow-x:visible;scroll-snap-type:none}.home-our-programs-section__nav li{flex:none;width:100%}.home-our-programs-section__nav-item{flex-direction:row;align-items:center;gap:12px;min-height:0;padding:12px 16px;border-right:none;border-bottom:1px solid rgba(226,232,240,.9)}.home-our-programs-section__nav-item:last-child{border-bottom:none}.home-our-programs-section__nav-item:before{left:0;right:auto;top:10px;bottom:10px;width:4px;height:auto;border-radius:0 4px 4px 0}.home-our-programs-section__nav-item:hover,.home-our-programs-section__nav-item--active{padding-left:18px}.home-our-programs-section__nav-desc{display:-webkit-box;-webkit-line-clamp:1}.home-our-programs-section__nav-chevron{display:block}.home-our-programs-section__nav-icon{width:36px;height:36px}.home-our-programs-section__progress{display:flex;padding:10px 16px 14px}.home-our-programs-section__showcase-media{aspect-ratio:16 / 11;min-height:200px}.home-our-programs-section__showcase-body{padding:18px 16px 20px}.home-our-programs-section__showcase-stats{gap:12px 20px}.home-our-programs-section__showcase-actions{flex-direction:column;align-items:stretch;gap:10px}.home-our-programs-section__showcase-cta{width:100%;justify-content:center;box-sizing:border-box}.home-our-programs-section__showcase-secondary{text-align:center}}@media (max-width: 480px){.home-our-programs-section__header h2{font-size:1.35rem}.home-our-programs-section__nav-title{font-size:.85rem}.home-our-programs-section__nav-desc{font-size:.68rem}.home-our-programs-section__showcase-media{min-height:180px;aspect-ratio:4 / 3}.home-our-programs-section__showcase-body h3{font-size:1.2rem}.home-our-programs-section__showcase-features li{font-size:.78rem}}.home-impact-stats-section{padding:32px 0;background:#fff}.home-impact-stats-section__panel{border-radius:16px;border:1px solid rgba(2,97,143,.12);background:linear-gradient(180deg,#f8fbfd,#fff 55%);box-shadow:0 8px 28px #02618f12;overflow:hidden;position:relative}.home-impact-stats-section__top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px 14px;border-bottom:1px solid rgba(2,97,143,.08)}.home-impact-stats-section__intro{min-width:0}.home-impact-stats-section__badge{display:inline-block;font-family:var(--font-family);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-teal);margin-bottom:4px}.home-impact-stats-section__intro h2{font-family:var(--font-family);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:var(--text-dark);line-height:1.25;margin:0 0 4px;letter-spacing:-.02em}.home-impact-stats-section__intro p{font-family:var(--font-family);font-size:.78rem;line-height:1.45;color:var(--text-muted);margin:0}.home-impact-stats-section__link{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-family);font-size:.78rem;font-weight:600;color:var(--brand-teal);text-decoration:none;padding:8px 14px;border-radius:50px;background:#fff;border:1px solid rgba(2,97,143,.15);white-space:nowrap;transition:background .2s ease,border-color .2s ease,transform .2s ease}.home-impact-stats-section__link:hover{background:var(--brand-teal);color:#fff;border-color:var(--brand-teal);transform:translateY(-1px)}.home-impact-stats-section__link:hover svg{transform:translate(2px)}.home-impact-stats-section__link svg{transition:transform .2s ease}.home-impact-stats-section__band{display:grid;grid-template-columns:repeat(6,1fr)}.home-impact-stats-section__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px 8px;border-right:1px solid rgba(2,97,143,.08);transition:background .2s ease}.home-impact-stats-section__stat:last-child{border-right:none}.home-impact-stats-section__stat:hover{background:#02618f0a}.home-impact-stats-section__value{font-family:var(--font-family);font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:800;color:var(--brand-teal);line-height:1.1;margin-bottom:4px;font-variant-numeric:tabular-nums}.home-impact-stats-section__stat-label{font-family:var(--font-family);font-size:.68rem;font-weight:600;color:var(--text-muted);line-height:1.3;max-width:none}@media (max-width: 992px){.home-impact-stats-section__band{grid-template-columns:repeat(3,1fr)}.home-impact-stats-section__stat{border-right:none;border-bottom:1px solid rgba(2,97,143,.08);padding:14px 10px}.home-impact-stats-section__stat:nth-child(3n){border-right:none}.home-impact-stats-section__stat:nth-child(4),.home-impact-stats-section__stat:nth-child(5),.home-impact-stats-section__stat:nth-child(6){border-bottom:none}.home-impact-stats-section__stat:nth-child(1),.home-impact-stats-section__stat:nth-child(2),.home-impact-stats-section__stat:nth-child(4),.home-impact-stats-section__stat:nth-child(5){border-right:1px solid rgba(2,97,143,.08)}}@media (max-width: 768px){.home-impact-stats-section__band{grid-template-columns:repeat(2,1fr)}.home-impact-stats-section__stat:nth-child(n){border-right:1px solid rgba(2,97,143,.08)!important;border-bottom:1px solid rgba(2,97,143,.08)}.home-impact-stats-section__stat:nth-child(2n){border-right:none!important}.home-impact-stats-section__stat:nth-child(5),.home-impact-stats-section__stat:nth-child(6){border-bottom:none}}@media (max-width: 640px){.home-impact-stats-section{padding:24px 0}.home-impact-stats-section__top{flex-direction:column;align-items:flex-start;padding:16px 16px 12px}.home-impact-stats-section__link{align-self:flex-start;white-space:normal}.home-impact-stats-section__band{grid-template-columns:repeat(2,1fr)}.home-impact-stats-section__stat{border-right:1px solid rgba(2,97,143,.08)!important;border-bottom:1px solid rgba(2,97,143,.08)}.home-impact-stats-section__stat:nth-child(2n){border-right:none!important}.home-impact-stats-section__stat:nth-child(5),.home-impact-stats-section__stat:nth-child(6){border-bottom:none}}@media (max-width: 480px){.home-impact-stats-section__top{padding:14px 12px 10px}.home-impact-stats-section__stat{padding:12px 8px}.home-impact-stats-section__stat-label{font-size:.62rem}}.home-why-choose-us-section{padding:40px 0;position:relative;overflow:hidden;background-color:#f2f8fb;background-image:radial-gradient(ellipse 90% 70% at 100% -10%,rgba(2,97,143,.11) 0%,transparent 58%),radial-gradient(ellipse 75% 55% at -5% 105%,rgba(229,184,19,.09) 0%,transparent 52%),radial-gradient(ellipse 60% 45% at 50% 40%,rgba(255,255,255,.85) 0%,transparent 70%),linear-gradient(168deg,#e8f4fa,#f3f9fc 28%,#fafcfd,#f6fafc 82%,#eef6fb)}.home-why-choose-us-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(2,97,143,.045) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 85%);pointer-events:none;z-index:0}.home-why-choose-us-section>.container{position:relative;z-index:1}.home-why-choose-us-section__layout{display:grid;grid-template-columns:minmax(280px,.95fr) 1.15fr;gap:28px;align-items:stretch}.home-why-choose-us-section__intro{padding:28px 28px 30px;border-radius:18px;background:linear-gradient(145deg,#02618f,#034d6e 55%,#023a52);color:#fff;position:relative;overflow:hidden;box-shadow:0 16px 40px #02314738}.home-why-choose-us-section__intro:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:#fcc30826;pointer-events:none}.home-why-choose-us-section__intro:after{content:"“";position:absolute;bottom:-20px;right:16px;font-family:Georgia,serif;font-size:7rem;line-height:1;color:#ffffff0f;pointer-events:none}.home-why-choose-us-section__badge{display:inline-flex;font-family:var(--font-family);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dark);background:linear-gradient(135deg,#ffc300,#ffe566);padding:5px 12px;border-radius:50px;margin-bottom:14px;position:relative;z-index:1}.home-why-choose-us-section__intro h2{font-family:var(--font-family);font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:800;line-height:1.28;margin-bottom:12px;letter-spacing:-.02em;position:relative;z-index:1}.home-why-choose-us-section__intro h2 span{color:#fcc308}.home-why-choose-us-section__intro>p{font-family:var(--font-family);font-size:.875rem;line-height:1.65;color:#ffffffe0;margin:0 0 18px;position:relative;z-index:1}.home-why-choose-us-section__highlights{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.home-why-choose-us-section__highlights li{display:flex;align-items:flex-start;gap:10px;font-family:var(--font-family);font-size:.8125rem;line-height:1.45;color:#ffffffeb}.home-why-choose-us-section__highlights svg{flex-shrink:0;margin-top:1px;color:#4ade80}.home-why-choose-us-section__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:.8125rem;font-weight:700;color:var(--brand-teal-dark);background:#fff;padding:10px 18px;border-radius:50px;text-decoration:none;position:relative;z-index:1;box-shadow:0 4px 16px #00000026;transition:transform .2s ease,box-shadow .2s ease}.home-why-choose-us-section__cta:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0003;color:var(--brand-teal)}.home-why-choose-us-section__cta svg{transition:transform .2s ease}.home-why-choose-us-section__cta:hover svg{transform:translate(2px,-2px)}.home-why-choose-us-section__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.home-why-choose-us-section__card{position:relative;padding:20px 18px 18px;background:#fff;border-radius:14px;border:1px solid rgba(2,97,143,.1);box-shadow:0 4px 14px #02618f0d;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;overflow:hidden}.home-why-choose-us-section__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand-teal),var(--brand-gold));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.home-why-choose-us-section__card:hover{border-color:#02618f38;box-shadow:0 12px 28px #02618f1a;transform:translateY(-3px)}.home-why-choose-us-section__card:hover:before{transform:scaleX(1)}.home-why-choose-us-section__card-num{position:absolute;top:12px;right:14px;font-family:var(--font-family);font-size:2rem;font-weight:800;line-height:1;color:#02618f12;pointer-events:none}.home-why-choose-us-section__card-head{display:flex;align-items:center;gap:12px;margin-bottom:8px;padding-right:2.5rem}.home-why-choose-us-section__card-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:linear-gradient(135deg,#f0f7fb,#e8f4fa);color:var(--brand-teal);border:1px solid rgba(2,97,143,.12);transition:background .25s ease,color .25s ease,transform .25s ease}.home-why-choose-us-section__card-icon svg{width:22px;height:22px}.home-why-choose-us-section__card:hover .home-why-choose-us-section__card-icon{background:linear-gradient(135deg,var(--brand-teal),var(--brand-teal-dark));color:#fff;transform:scale(1.05)}.home-why-choose-us-section__card-head h3{font-family:var(--font-family);font-size:.9375rem;font-weight:700;color:var(--text-dark);line-height:1.3;margin:0;flex:1;min-width:0}.home-why-choose-us-section__card p{font-family:var(--font-family);font-size:.8rem;line-height:1.55;color:var(--text-muted);margin:0}@media (max-width: 992px){.home-why-choose-us-section__layout{grid-template-columns:1fr;gap:20px}.home-why-choose-us-section__intro{padding:24px 22px}}@media (max-width: 768px){.home-why-choose-us-section__cards{grid-template-columns:1fr}}@media (max-width: 560px){.home-why-choose-us-section{padding:32px 0}.home-why-choose-us-section__cards{grid-template-columns:1fr;gap:12px}.home-why-choose-us-section__card{padding:18px 16px}}@media (prefers-reduced-motion: reduce){.home-why-choose-us-section__card,.home-why-choose-us-section__card:before,.home-why-choose-us-section__card-icon,.home-why-choose-us-section__cta{transition:none}.home-why-choose-us-section__card:hover{transform:none}}.home-how-we-work-section{padding:40px 0 52px;position:relative;overflow:hidden;background-color:#e8f2f8;background-image:radial-gradient(ellipse 70% 55% at 15% 10%,rgba(2,97,143,.14) 0%,transparent 55%),radial-gradient(ellipse 55% 45% at 88% 85%,rgba(229,184,19,.12) 0%,transparent 50%),linear-gradient(165deg,#dceaf3,#edf4f9,#f6fafc 70%,#e9f2f8)}.home-how-we-work-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.home-how-we-work-section__bg-grid{position:absolute;left:50%;bottom:-40px;width:130%;height:320px;transform:translate(-50%) perspective(520px) rotateX(72deg);transform-origin:center bottom;background-image:linear-gradient(rgba(2,97,143,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(2,97,143,.07) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 78%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 78%)}.home-how-we-work-section__bg-orb{position:absolute;border-radius:50%;filter:blur(1px)}.home-how-we-work-section__bg-orb--1{width:220px;height:220px;top:8%;left:-4%;background:radial-gradient(circle at 32% 28%,#fffffff2,#02618f38 42%,#02618f0d 70%);box-shadow:inset -12px -18px 32px #0231471f,inset 10px 10px 24px #ffffffb3,0 24px 48px #02618f1f;animation:howWorkOrbFloat 9s ease-in-out infinite}.home-how-we-work-section__bg-orb--2{width:160px;height:160px;top:22%;right:6%;background:radial-gradient(circle at 35% 30%,#ffffffe6,#019f4b33 45%,#019f4b0a 72%);box-shadow:inset -10px -14px 26px #01643c1a,inset 8px 8px 20px #ffffffa6,0 18px 40px #019f4b1a;animation:howWorkOrbFloat 11s ease-in-out infinite reverse}.home-how-we-work-section__bg-orb--3{width:280px;height:280px;bottom:-8%;right:-6%;background:radial-gradient(circle at 38% 32%,#ffffffd9,#e5b8132e 40%,#e5b81308 68%);box-shadow:inset -14px -20px 36px #b48c0a1a,inset 12px 12px 28px #fff9,0 28px 56px #e5b8131a;animation:howWorkOrbFloat 13s ease-in-out infinite;animation-delay:-2s}@keyframes howWorkOrbFloat{0%,to{transform:translateY(0) translateZ(0)}50%{transform:translateY(-14px) translateZ(0)}}.home-how-we-work-section>.container{position:relative;z-index:1}.home-how-we-work-section__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px 40px;align-items:end;margin-bottom:36px;position:relative;z-index:1}.home-how-we-work-section__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-teal);margin:0 0 10px}.home-how-we-work-section__eyebrow:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,var(--brand-teal),var(--brand-gold));border-radius:2px}.home-how-we-work-section__header h2{font-family:var(--font-family);font-size:clamp(1.45rem,2.8vw,2.05rem);font-weight:800;color:var(--text-dark);line-height:1.25;margin:0;letter-spacing:-.03em;max-width:22em}.home-how-we-work-section__header h2 span{background:linear-gradient(120deg,var(--brand-teal) 0%,#019f4b 55%,var(--brand-gold) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.home-how-we-work-section__header-desc{font-family:var(--font-family);font-size:.9rem;line-height:1.65;color:var(--text-body);margin:0;padding:16px 20px;background:#ffffffbf;border-radius:14px;border:1px solid rgba(2,97,143,.08);border-left:4px solid var(--brand-gold);box-shadow:0 4px 20px #02618f0f}.home-how-we-work-section__journey{position:relative;padding:36px 20px 28px;border-radius:24px;background:linear-gradient(145deg,#ffffffeb,#f8fcffc7);border:1px solid rgba(255,255,255,.95);box-shadow:0 2px #ffffffe6 inset,0 1px #02618f0f inset,0 20px 40px -8px #02618f24,0 8px 16px #0231470f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transform:translateZ(0)}.home-how-we-work-section__curve{position:absolute;left:6%;right:6%;top:52px;width:88%;height:88px;z-index:0;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(2,97,143,.08))}.home-how-we-work-section__curve path{animation:howWorkDashFlow 28s linear infinite}@keyframes howWorkDashFlow{to{stroke-dashoffset:-180}}.home-how-we-work-section__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative;z-index:1}.home-how-we-work-section__step{display:flex;flex-direction:column;align-items:center;text-align:center;--step-glow: rgba(2, 97, 143, .35)}.home-how-we-work-section__step:nth-child(1){margin-top:52px;--step-accent: #02618f;--step-glow: rgba(2, 97, 143, .4)}.home-how-we-work-section__step:nth-child(2){margin-top:0;--step-accent: #019f4b;--step-glow: rgba(1, 159, 75, .4)}.home-how-we-work-section__step:nth-child(3){margin-top:52px;--step-accent: #e5b813;--step-glow: rgba(229, 184, 19, .45)}.home-how-we-work-section__step:nth-child(4){margin-top:0;--step-accent: #034d6e;--step-glow: rgba(3, 77, 110, .4)}.home-how-we-work-section__pin{margin-bottom:18px;position:relative;z-index:2}.home-how-we-work-section__hex-ring{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:var(--step-glow);opacity:.5;animation:howWorkHexPulse 2.8s ease-in-out infinite;animation-delay:calc(var(--step-index, 0) * .35s)}@keyframes howWorkHexPulse{0%,to{transform:scale(1);opacity:.35}50%{transform:scale(1.12);opacity:.65}}.home-how-we-work-section__hex{position:relative;width:62px;height:62px;display:flex;align-items:center;justify-content:center;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(145deg,var(--brand-teal),var(--brand-teal-dark));color:#fff;box-shadow:0 10px 28px var(--step-glow),inset 0 1px #ffffff40;transition:transform .35s cubic-bezier(.22,1,.36,1)}.home-how-we-work-section__step:nth-child(2) .home-how-we-work-section__hex{background:linear-gradient(145deg,#02b85a,#017a3d)}.home-how-we-work-section__step:nth-child(3) .home-how-we-work-section__hex{background:linear-gradient(145deg,#f0c020,#d4a017);color:#1e293b}.home-how-we-work-section__step:nth-child(4) .home-how-we-work-section__hex{background:linear-gradient(145deg,#045a7a,#02618f)}.home-how-we-work-section__hex svg{width:26px;height:26px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.home-how-we-work-section__step:hover .home-how-we-work-section__hex{transform:scale(1.12) rotate(-4deg)}.home-how-we-work-section__step:hover .home-how-we-work-section__hex-ring{animation-play-state:paused;opacity:.85;transform:scale(1.15)}.home-how-we-work-section__card{position:relative;width:100%;min-height:118px;padding:22px 16px 18px;background:linear-gradient(180deg,#fff,#fafcff);border-radius:18px;border:1px solid rgba(2,97,143,.1);box-shadow:0 8px 24px #02618f12,0 1px #ffffffe6 inset;overflow:hidden;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.home-how-we-work-section__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--step-accent),transparent 120%)}.home-how-we-work-section__card:after{content:"";position:absolute;bottom:-20px;right:-20px;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,var(--step-glow) 0%,transparent 70%);opacity:.25;pointer-events:none}.home-how-we-work-section__step:hover .home-how-we-work-section__card{transform:translateY(-8px);border-color:#02618f2e;box-shadow:0 20px 44px #02618f24,0 1px #fff inset}.home-how-we-work-section__num{position:absolute;top:8px;right:12px;font-family:var(--font-family);font-size:2.75rem;font-weight:800;line-height:1;background:linear-gradient(180deg,#02618f17,#02618f05);-webkit-background-clip:text;background-clip:text;color:transparent;pointer-events:none}.home-how-we-work-section__card h3{font-family:var(--font-family);font-size:.9375rem;font-weight:700;color:var(--text-dark);line-height:1.3;margin:0 0 8px;position:relative;z-index:1}.home-how-we-work-section__card p{font-family:var(--font-family);font-size:.8125rem;line-height:1.55;color:var(--text-muted);margin:0;position:relative;z-index:1}@media (max-width: 992px){.home-how-we-work-section__header{grid-template-columns:1fr;gap:16px;margin-bottom:28px}.home-how-we-work-section__header h2{max-width:none}.home-how-we-work-section__journey{padding:24px 16px 20px}.home-how-we-work-section__curve{display:none}.home-how-we-work-section__steps{grid-template-columns:repeat(2,1fr);gap:18px}.home-how-we-work-section__step:nth-child(n){margin-top:0}.home-how-we-work-section__step:nth-child(odd){margin-top:0}}@media (max-width: 768px){.home-how-we-work-section__steps{grid-template-columns:1fr;gap:14px}.home-how-we-work-section__step:nth-child(n){margin-top:0!important}}@media (max-width: 600px){.home-how-we-work-section{padding:32px 0 40px}.home-how-we-work-section__journey{padding:20px 14px;border-radius:18px}.home-how-we-work-section__steps{grid-template-columns:1fr;gap:14px}.home-how-we-work-section__step{flex-direction:row;align-items:flex-start;text-align:left;gap:14px;margin-top:0!important}.home-how-we-work-section__pin{margin-bottom:0;flex-shrink:0}.home-how-we-work-section__hex{width:52px;height:52px}.home-how-we-work-section__hex svg{width:22px;height:22px}.home-how-we-work-section__card{min-height:auto;padding:16px 14px}.home-how-we-work-section__num{font-size:2.25rem}.home-how-we-work-section__step:hover .home-how-we-work-section__card{transform:none}}@media (prefers-reduced-motion: reduce){.home-how-we-work-section__bg-orb{animation:none}.home-how-we-work-section__curve path,.home-how-we-work-section__hex-ring{animation:none}.home-how-we-work-section__hex,.home-how-we-work-section__card{transition:none}.home-how-we-work-section__step:hover .home-how-we-work-section__hex,.home-how-we-work-section__step:hover .home-how-we-work-section__card{transform:none}}.home-how-you-can-help-section{padding:48px 0 56px;position:relative;overflow:hidden;background-color:#f2f8fb;background-image:radial-gradient(ellipse 90% 70% at 100% -10%,rgba(2,97,143,.11) 0%,transparent 58%),radial-gradient(ellipse 75% 55% at -5% 105%,rgba(229,184,19,.09) 0%,transparent 52%),radial-gradient(ellipse 60% 45% at 50% 40%,rgba(255,255,255,.85) 0%,transparent 70%),linear-gradient(168deg,#e8f4fa,#f3f9fc 28%,#fafcfd,#f6fafc 82%,#eef6fb)}.home-how-you-can-help-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(2,97,143,.045) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 85%);pointer-events:none;z-index:0}.home-how-you-can-help-section>.container{position:relative;z-index:1}.home-how-you-can-help-section__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:40px 48px;align-items:center}.home-how-you-can-help-section__media-col{display:flex;flex-direction:column;gap:14px;align-self:center}.home-how-you-can-help-section__figure{margin:0;display:flex;align-items:center;justify-content:center;padding:20px;border-radius:16px;background:#e8f4fa;border:1px solid rgba(2,97,143,.08)}.home-how-you-can-help-section__figure img{width:100%;max-width:100%;height:auto;max-height:min(340px,52vh);object-fit:contain;object-position:center center;display:block}.home-how-you-can-help-section__caption{font-family:var(--font-family);font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:0;padding-left:14px;border-left:3px solid var(--brand-gold)}.home-how-you-can-help-section__caption strong{color:var(--brand-teal);font-weight:700}.home-how-you-can-help-section__header{margin-bottom:28px}.home-how-you-can-help-section__badge{display:inline-flex;align-items:center;width:fit-content;font-family:var(--font-family);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#ffc300,#019f4b);padding:6px 14px;border-radius:50px;margin-bottom:12px;box-shadow:0 4px 12px #019f4b40}.home-how-you-can-help-section__header h2{font-family:var(--font-family);font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;color:var(--text-dark);line-height:1.28;margin:0 0 10px}.home-how-you-can-help-section__highlight{color:var(--brand-teal)}.home-how-you-can-help-section__header p{font-family:var(--font-family);font-size:.9375rem;line-height:1.6;color:var(--text-muted);margin:0;max-width:32rem}.home-how-you-can-help-section__paths{list-style:none;margin:0;padding:0;border-top:1px solid rgba(2,97,143,.12)}.home-how-you-can-help-section__path{display:grid;grid-template-columns:44px 48px minmax(0,1fr) auto;align-items:center;column-gap:16px;padding:18px 0;text-decoration:none;color:inherit;border-bottom:1px solid rgba(2,97,143,.12);transition:background .2s ease}.home-how-you-can-help-section__path:hover{background:#02618f08}.home-how-you-can-help-section__path-step{font-family:var(--font-family);font-size:1.25rem;font-weight:800;line-height:1;color:#02618f33;text-align:center}.home-how-you-can-help-section__path-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;flex-shrink:0}.home-how-you-can-help-section__path-icon svg{width:22px;height:22px}.home-how-you-can-help-section__path-icon--primary{background:#0231471a;color:#023147}.home-how-you-can-help-section__path-icon--volunteer,.home-how-you-can-help-section__path-icon--partner{background:#02618f14;color:var(--brand-teal)}.home-how-you-can-help-section__path-text{min-width:0}.home-how-you-can-help-section__path-text h3{font-family:var(--font-family);font-size:1.05rem;font-weight:700;color:var(--text-dark);margin:0 0 4px;line-height:1.3}.home-how-you-can-help-section__path-text p{font-family:var(--font-family);font-size:.8125rem;line-height:1.5;color:var(--text-muted);margin:0}.home-how-you-can-help-section__path-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;max-width:100%;min-height:38px;padding:8px 12px;justify-self:end;font-family:var(--font-family);font-size:.75rem;font-weight:700;color:var(--brand-teal);white-space:nowrap;border-radius:8px;border:1px solid rgba(2,97,143,.22);background:#fff;box-sizing:border-box;transition:background .2s ease,border-color .2s ease,gap .2s ease}.home-how-you-can-help-section__path:hover .home-how-you-can-help-section__path-cta:not(.home-how-you-can-help-section__path-cta--donate){background:#02618f0f;border-color:#02618f59;gap:8px}.home-how-you-can-help-section__path-cta svg{flex-shrink:0;transition:transform .2s ease}.home-how-you-can-help-section__path:hover .home-how-you-can-help-section__path-cta svg{transform:translate(2px)}.home-how-you-can-help-section__path-cta--donate{color:#fff;background:#023147bf;border-color:#0231474d;box-shadow:0 4px 12px #02314733}.home-how-you-can-help-section__path--primary:hover .home-how-you-can-help-section__path-cta--donate{background:#023147eb;border-color:#02314773;box-shadow:0 6px 16px #02314747}.home-how-you-can-help-section__path-cta--donate:active{background:#023147}@media (max-width: 1100px){.home-how-you-can-help-section__layout{grid-template-columns:1fr;gap:28px;align-items:start}.home-how-you-can-help-section__figure img{max-height:280px}.home-how-you-can-help-section__path{grid-template-columns:36px 44px minmax(0,1fr);grid-template-rows:auto auto;row-gap:12px;padding:16px 0}.home-how-you-can-help-section__path-step{grid-row:1 / 3;align-self:center;font-size:1.1rem}.home-how-you-can-help-section__path-icon{grid-row:1 / 3;width:44px;height:44px}.home-how-you-can-help-section__path-text{grid-column:3;grid-row:1}.home-how-you-can-help-section__path-cta{grid-column:3;grid-row:2;width:fit-content;max-width:100%;justify-self:start;white-space:nowrap;margin-top:2px}}@media (max-width: 640px){.home-how-you-can-help-section{padding:36px 0 44px}.home-how-you-can-help-section__figure{padding:14px}.home-how-you-can-help-section__figure img{max-height:min(240px,45vh)}.home-how-you-can-help-section__path-text h3{font-size:.98rem}}@media (max-width: 480px){.home-how-you-can-help-section{padding:28px 0 36px}.home-how-you-can-help-section__header h2{font-size:clamp(1.35rem,6vw,1.65rem)}}@media (prefers-reduced-motion: reduce){.home-how-you-can-help-section__path,.home-how-you-can-help-section__path-cta{transition:none}}.home-upcoming-initiatives-section{padding:48px 0 56px;position:relative;overflow:hidden;background-color:#faf8f4;background-image:radial-gradient(ellipse 70% 55% at 0% 100%,rgba(2,97,143,.06) 0%,transparent 55%),radial-gradient(ellipse 65% 50% at 100% 0%,rgba(229,184,19,.1) 0%,transparent 50%),linear-gradient(180deg,#f5f2eb,#faf8f4 40%,#fff)}.home-upcoming-initiatives-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(2,97,143,.035) 1px,transparent 1px);background-size:26px 26px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.35) 0%,transparent 80%);mask-image:linear-gradient(180deg,rgba(0,0,0,.35) 0%,transparent 80%);pointer-events:none;z-index:0}.home-upcoming-initiatives-section>.container{position:relative;z-index:1}.home-upcoming-initiatives-section__header{max-width:640px;margin:0 auto 36px;text-align:center}.home-upcoming-initiatives-section__badge{display:inline-flex;align-items:center;width:fit-content;font-family:var(--font-family);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#ffc300,#019f4b);padding:6px 14px;border-radius:50px;margin-bottom:12px;box-shadow:0 4px 12px #019f4b40}.home-upcoming-initiatives-section__header h2{font-family:var(--font-family);font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;color:var(--text-dark);line-height:1.28;margin:0 0 12px}.home-upcoming-initiatives-section__highlight{color:var(--brand-teal)}.home-upcoming-initiatives-section__header p{font-family:var(--font-family);font-size:.9375rem;line-height:1.65;color:var(--text-muted);margin:0}.home-upcoming-initiatives-section__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-upcoming-initiatives-section__card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(2,97,143,.1);box-shadow:0 8px 28px #02314714;transition:transform .3s ease,box-shadow .3s ease}.home-upcoming-initiatives-section__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0231471f}.home-upcoming-initiatives-section__media{position:relative;height:168px;overflow:hidden;background:#e8f4fa}.home-upcoming-initiatives-section__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;object-fit:cover;object-position:center;display:block}.home-upcoming-initiatives-section__media--health-camps.home-upcoming-initiatives-section__media--bg{background-color:#1a3a4a;background-repeat:no-repeat;background-size:150% auto;background-position:46% 30%}.home-upcoming-initiatives-section__status{position:absolute;top:12px;left:12px;font-family:var(--font-family);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 11px;border-radius:50px}.home-upcoming-initiatives-section__status--soon{background:#fcc308f2;color:#423306}.home-upcoming-initiatives-section__status--planning{background:#fffffff2;color:var(--brand-teal);border:1px solid rgba(2,97,143,.2)}.home-upcoming-initiatives-section__status--upcoming{background:#02618fe6;color:#fff}.home-upcoming-initiatives-section__index{position:absolute;bottom:10px;right:14px;font-family:var(--font-family);font-size:2rem;font-weight:800;line-height:1;color:#ffffffd9;text-shadow:0 2px 8px rgba(0,0,0,.35)}.home-upcoming-initiatives-section__body{display:flex;flex-direction:column;flex:1;padding:20px 20px 22px}.home-upcoming-initiatives-section__timeline{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-family);font-size:.75rem;font-weight:600;color:var(--brand-teal);margin:0 0 8px}.home-upcoming-initiatives-section__body h3{font-family:var(--font-family);font-size:1.08rem;font-weight:700;color:var(--text-dark);margin:0 0 8px;line-height:1.3}.home-upcoming-initiatives-section__body>p{font-family:var(--font-family);font-size:.875rem;line-height:1.55;color:var(--text-muted);margin:0 0 18px;flex:1}.home-upcoming-initiatives-section__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:auto}.home-upcoming-initiatives-section__link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-family);font-size:.8125rem;font-weight:700;color:#fff;text-decoration:none;padding:10px 16px;border-radius:8px;background:#023147bf;border:1px solid rgba(2,49,71,.25);transition:background .25s ease,gap .2s ease}.home-upcoming-initiatives-section__link:hover{background:#023147eb;color:#fff;gap:9px}.home-upcoming-initiatives-section__support{font-family:var(--font-family);font-size:.8125rem;font-weight:600;color:var(--brand-teal);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.home-upcoming-initiatives-section__support:hover{border-bottom-color:var(--brand-teal)}.home-upcoming-initiatives-section__note{font-family:var(--font-family);font-size:.875rem;line-height:1.6;color:var(--text-muted);text-align:center;margin:28px 0 0}.home-upcoming-initiatives-section__note a{font-weight:700;color:var(--brand-teal)}@media (max-width: 992px){.home-upcoming-initiatives-section__grid{grid-template-columns:repeat(2,1fr);max-width:none;margin:0}}@media (max-width: 600px){.home-upcoming-initiatives-section__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}@media (max-width: 560px){.home-upcoming-initiatives-section{padding:40px 0 48px}.home-upcoming-initiatives-section__actions{flex-direction:column;align-items:stretch}.home-upcoming-initiatives-section__link{justify-content:center}}@media (prefers-reduced-motion: reduce){.home-upcoming-initiatives-section__card{transition:none}.home-upcoming-initiatives-section__card:hover{transform:none}}.home-donate-callout-section{position:relative;min-height:clamp(420px,52vw,520px);overflow:hidden;background-color:#e8f4fa;background-image:radial-gradient(ellipse 85% 70% at 0% 50%,rgba(252,195,8,.14) 0%,transparent 52%),radial-gradient(ellipse 75% 60% at 100% 20%,rgba(2,97,143,.12) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 70% 90%,rgba(2,97,143,.08) 0%,transparent 50%),linear-gradient(168deg,#dceef5,#e8f4fa 22%,#f0f7fb,#e6f2f8 78%,#dfeef5)}.home-donate-callout-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(2,97,143,.04) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.4) 0%,transparent 88%);mask-image:linear-gradient(180deg,rgba(0,0,0,.4) 0%,transparent 88%);pointer-events:none;z-index:0}.home-donate-callout-section__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.home-donate-callout-section__glow--heart{position:absolute;width:min(460px,48vw);height:min(460px,48vw);left:6%;top:50%;transform:translateY(-50%);background:radial-gradient(circle,rgba(252,195,8,.28) 0%,rgba(2,97,143,.1) 45%,transparent 68%);filter:blur(42px)}.home-donate-callout-section__glow--teal{position:absolute;width:50%;height:100%;right:0;top:0;background:radial-gradient(ellipse 90% 80% at 100% 50%,rgba(2,97,143,.1) 0%,transparent 65%)}.home-donate-callout-section__visual{position:absolute;left:0;top:0;bottom:0;width:min(52%,640px);display:flex;align-items:center;justify-content:flex-end;padding:40px 0 40px clamp(12px,4vw,48px);pointer-events:none;z-index:2}.home-donate-callout-section__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(95deg,rgba(196,224,236,.95) 0%,rgba(220,238,245,.5) 65%,transparent 100%);z-index:0}.home-donate-callout-section__visual img{position:relative;z-index:1;width:auto;max-width:100%;max-height:min(420px,82%);height:auto;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(2,97,143,.2))}.home-donate-callout-section__slant{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:linear-gradient(108deg,transparent 0%,rgba(224,240,248,.5) 38%,rgba(232,244,250,.85) 50%,rgba(236,246,252,.95) 58%,#e8f4fa 100%);pointer-events:none}.home-donate-callout-section__inner{position:relative;z-index:4;height:100%;min-height:inherit;display:flex;align-items:center;justify-content:flex-end;padding:clamp(48px,8vw,80px) 0}.home-donate-callout-section__copy{width:min(100%,520px);padding:clamp(28px,4vw,36px) clamp(24px,4vw,40px);padding-left:clamp(28px,5vw,48px);margin-right:clamp(0px,2vw,16px);border-radius:20px;background:linear-gradient(145deg,#d6eaf4bf,#e8f4fa8c);border:1px solid rgba(2,97,143,.12);box-shadow:0 8px 32px #02618f14,inset 0 1px #c8e6f5cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-donate-callout-section__badge{display:inline-flex;align-items:center;font-family:var(--font-family);font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#ffc300,#019f4b);padding:6px 14px;border-radius:50px;margin-bottom:16px;box-shadow:0 4px 14px #019f4b47}.home-donate-callout-section__copy h2{font-family:var(--font-family);font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:800;color:#0f2d3d;line-height:1.22;margin:0 0 14px;letter-spacing:-.02em}.home-donate-callout-section__accent{color:var(--brand-teal);background:linear-gradient(135deg,var(--brand-teal),#034d6e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-donate-callout-section__copy>p{font-family:var(--font-family);font-size:clamp(.9rem,1.8vw,1rem);line-height:1.7;color:#3d5a6c;margin:0 0 22px}.home-donate-callout-section__perks{list-style:none;margin:0 0 26px;padding:0;display:flex;flex-wrap:wrap;gap:10px}.home-donate-callout-section__perks li{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:.75rem;font-weight:600;color:var(--brand-teal-dark);background:#02618f14;border:1px solid rgba(2,97,143,.14);padding:8px 14px;border-radius:50px}.home-donate-callout-section__perk-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--brand-gold),var(--brand-teal));flex-shrink:0}.home-donate-callout-section__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.home-donate-callout-section__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-family);font-size:.95rem;font-weight:700;text-decoration:none;border-radius:6px;padding:10px 18px;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease,background .25s ease}.home-donate-callout-section__btn--primary{color:#fff;background:linear-gradient(135deg,#fcc308,#0f547a);box-shadow:0 8px 22px #02618f40}.home-donate-callout-section__btn--primary:hover{background:linear-gradient(135deg,#0f547a,#fcc308);transform:translateY(-3px);box-shadow:0 12px 28px #02618f4d;color:#fff;gap:10px}.home-donate-callout-section__btn--ghost{color:var(--brand-teal-dark);background:#02618f0f;border:2px solid rgba(2,97,143,.28)}.home-donate-callout-section__btn--ghost:hover{background:#02618f1f;border-color:var(--brand-teal);transform:translateY(-2px);color:#023a52}.home-donate-callout-section__visual-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 992px){.home-donate-callout-section{min-height:auto}.home-donate-callout-section__visual{position:relative;width:100%;padding:36px 20px 0;justify-content:center}.home-donate-callout-section__visual:before{background:radial-gradient(ellipse 90% 75% at 50% 50%,rgba(196,224,236,.9) 0%,transparent 72%)}.home-donate-callout-section__visual img{max-height:250px}.home-donate-callout-section__slant{background:linear-gradient(180deg,transparent 0%,rgba(224,240,248,.6) 28%,#e8f4fa 48%)}.home-donate-callout-section__glow--heart{left:50%;top:20%;transform:translate(-50%,-50%);width:260px;height:260px}.home-donate-callout-section__inner{justify-content:center;padding:24px 16px 48px}.home-donate-callout-section__copy{width:100%;max-width:480px;margin-right:0;text-align:center;padding:28px 24px}.home-donate-callout-section__perks,.home-donate-callout-section__actions{justify-content:center}}@media (max-width: 480px){.home-donate-callout-section__copy{padding:22px 18px}.home-donate-callout-section__actions{flex-direction:column;align-items:center;width:100%}.home-donate-callout-section__btn{width:100%;max-width:none}.home-donate-callout-section__visual img{max-height:min(220px,42vh)}}@media (prefers-reduced-motion: reduce){.home-donate-callout-section__btn{transition:none}.home-donate-callout-section__btn--primary:hover,.home-donate-callout-section__btn--ghost:hover{transform:none}}.page-banner-section{position:relative;padding:120px 0 70px;background:linear-gradient(135deg,#02618f,#034d6e,#023a52);overflow:hidden}.page-banner-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.page-banner-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(252,195,8,.15),transparent 50%)}.page-banner-section__inner{position:relative;z-index:1;text-align:center}.page-banner-section__breadcrumb{font-size:.9rem;color:#ffffffbf;margin-bottom:12px;letter-spacing:.02em}.page-banner-section__title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:12px;text-shadow:0 2px 20px rgba(0,0,0,.2)}.page-banner-section__subtitle{font-size:1.15rem;color:#ffffffe6;max-width:640px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.page-banner-section{padding:100px 0 50px}}.about-story-section{padding:80px 0;background:linear-gradient(135deg,#02618f,#034d6e);color:#fff}.about-story-section__inner{max-width:720px;margin:0 auto;text-align:center}.about-story-section__inner h2{color:#fff;font-size:2rem;margin-bottom:20px}.about-story-section__inner>p{color:#ffffffe6;line-height:1.8;margin-bottom:32px}.about-story-section__timeline{list-style:none;text-align:left;padding:0;margin:0}.about-story-section__timeline li{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.15);color:#fffffff2;line-height:1.6}.about-story-section__timeline li:last-child{border-bottom:none}.about-story-section__timeline strong{color:#fcc308;margin-right:8px}.about-founder-message-section{padding:80px 0;background:#fff}.about-founder-message-section__inner{max-width:760px;margin:0 auto;text-align:center}.about-founder-message-section__badge{display:inline-block;background:#02618f;color:#fff;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:16px}.about-founder-message-section__inner h2{font-size:2rem;color:#1e293b;margin-bottom:24px}.about-founder-message-section__inner blockquote{font-size:1.15rem;line-height:1.8;color:#475569;font-style:italic;margin:0 0 20px;padding:0;border:none}.about-founder-message-section__sign{color:#02618f;font-weight:600;margin:0}.about-mission-section{padding:80px 0;background:#f8fafc}.about-mission-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-mission-section__badge{display:inline-block;background:#02618f;color:#fff;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:16px}.about-mission-section__content h2{font-size:2rem;color:#1e293b;margin-bottom:20px}.about-mission-section__content p{color:#64748b;line-height:1.8;margin-bottom:16px}.about-mission-section__visual img{width:100%;border-radius:16px;box-shadow:0 20px 40px #0000001a}@media (max-width: 768px){.about-mission-section__grid{grid-template-columns:1fr}}.about-vision-section{padding:80px 0;background:#fff}.about-vision-section__header{text-align:center;max-width:600px;margin:0 auto 48px}.about-vision-section__header h2{font-size:2rem;color:#1e293b;margin-bottom:12px}.about-vision-section__header p{color:#64748b;margin:0}.about-vision-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.about-vision-section__card{padding:28px;background:#f8fafc;border-radius:12px;border-left:4px solid #02618f}.about-vision-section__card h3{color:#02618f;margin-bottom:10px;font-size:1.1rem}.about-vision-section__card p{color:#64748b;font-size:.95rem;margin:0;line-height:1.6}@media (max-width: 992px){.about-vision-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.about-vision-section__grid{grid-template-columns:1fr}}.about-team-section{padding:80px 0;background:#f8fafc}.about-team-section__title{text-align:center;font-size:2rem;color:#1e293b;margin-bottom:8px}.about-team-section__subtitle{text-align:center;color:#64748b;margin-bottom:48px}.about-team-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.about-team-section__card{background:#fff;border-radius:16px;overflow:hidden;text-align:center;box-shadow:0 4px 20px #0000000f}.about-team-section__card img{width:100%;height:260px;object-fit:cover}.about-team-section__card h3{padding:20px 16px 4px;color:#1e293b;font-size:1.1rem}.about-team-section__card p{padding:0 16px 24px;color:#02618f;font-weight:500;margin:0}@media (max-width: 768px){.about-team-section__grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}}.programs-listing-section{padding:64px 0 80px;background:#f8fafc}.programs-listing-section__intro{text-align:center;max-width:680px;margin:0 auto 48px;color:#64748b;font-size:1.1rem;line-height:1.7}.programs-listing-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.programs-listing-section__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f;transition:transform .3s ease}.programs-listing-section__card:hover{transform:translateY(-6px)}.programs-listing-section__card img{width:100%;height:220px;object-fit:cover}.programs-listing-section__body{padding:24px}.programs-listing-section__icon{font-size:1.75rem}.programs-listing-section__body h3{color:#02618f;margin:12px 0 10px}.programs-listing-section__body p{color:#64748b;margin-bottom:16px;line-height:1.6}.programs-listing-section__body a{color:#02618f;font-weight:600;text-decoration:none}.programs-listing-section__body a:hover{color:#fcc308}@media (max-width: 992px){.programs-listing-section__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.program-detail-hero-section{position:relative;min-height:380px;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:80px 0 48px}.program-detail-hero-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#023147eb,#02618f80)}.program-detail-hero-section__content{position:relative;z-index:1}.program-detail-hero-section__content h1{color:#fff;font-size:clamp(2rem,4vw,2.75rem);margin-bottom:12px}.program-detail-hero-section__content p{color:#ffffffe6;font-size:1.15rem;margin:0;max-width:560px}.program-detail-overview-section{padding:80px 0;background:#fff}.program-detail-overview-section__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}.program-detail-overview-section h2{color:#1e293b;margin-bottom:20px}.program-detail-overview-section h3{color:#02618f;margin-bottom:20px}.program-detail-overview-section p{color:#64748b;line-height:1.8;margin-bottom:24px}.program-detail-overview-section ul{list-style:none;padding:0;margin:0}.program-detail-overview-section li{padding:12px 0 12px 28px;position:relative;color:#475569;border-bottom:1px solid #e2e8f0}.program-detail-overview-section li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.program-detail-overview-section__donate{display:inline-block;padding:12px 28px;background:#02618f;color:#fff;border-radius:50px;font-weight:600;text-decoration:none}.program-detail-overview-section__donate:hover{background:#034d6e;color:#fff}@media (max-width: 768px){.program-detail-overview-section__grid{grid-template-columns:1fr}}.program-detail-stats-section{padding:64px 0;background:#f8fafc}.program-detail-stats-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.program-detail-stats-section__item{text-align:center;padding:32px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000d}.program-detail-stats-section__value{display:block;font-size:2rem;font-weight:800;color:#02618f;margin-bottom:8px}.program-detail-stats-section__label{color:#64748b;font-size:.95rem}@media (max-width: 768px){.program-detail-stats-section__grid{grid-template-columns:1fr}}.program-detail-page__breadcrumb{padding:16px 20px 0;font-size:.9rem;color:#64748b}.program-detail-page__breadcrumb a{color:#02618f;text-decoration:none}.program-detail-page__breadcrumb a:hover{text-decoration:underline}.impact-numbers-section{padding:64px 0 80px;background:#f8fafc}.impact-numbers-section__intro{text-align:center;max-width:520px;margin:0 auto 28px;font-family:var(--font-family);font-size:.9rem;line-height:1.6;color:var(--text-muted)}.impact-numbers-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.impact-numbers-section__card{background:#fff;padding:32px 24px;border-radius:12px;text-align:center;border:1px solid #e2e8f0}.impact-numbers-section__value{display:block;font-size:1.75rem;font-weight:800;color:#02618f;margin-bottom:8px}.impact-numbers-section__label{display:block;font-size:.9rem;font-weight:600;color:#334155;line-height:1.4}.impact-numbers-section__note{display:block;margin-top:6px;font-size:.75rem;color:#64748b;line-height:1.35}@media (max-width: 768px){.impact-numbers-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.impact-numbers-section__grid{grid-template-columns:1fr}}.impact-stories-section{padding:0 0 80px;background:#fff}.impact-stories-section__title{text-align:center;font-size:2rem;color:#1e293b;margin-bottom:48px}.impact-stories-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.impact-stories-section__card{background:#f8fafc;border-radius:16px;overflow:hidden}.impact-stories-section__card img{width:100%;height:180px;object-fit:cover}.impact-stories-section__card blockquote{padding:20px 24px 8px;font-style:italic;color:#475569;line-height:1.6;margin:0}.impact-stories-section__card cite{display:block;padding:0 24px 24px;font-size:.9rem;color:#02618f;font-style:normal;font-weight:600}@media (max-width: 992px){.impact-stories-section__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.get-involved-options-section{padding:64px 0 80px;background:#f8fafc}.get-involved-options-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.get-involved-options-section__card{background:#fff;padding:36px 28px;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000000f}.get-involved-options-section__icon{font-size:2.5rem;display:block;margin-bottom:16px}.get-involved-options-section__card h3{color:#02618f;margin-bottom:12px}.get-involved-options-section__card p{color:#64748b;line-height:1.6;margin-bottom:20px}.get-involved-options-section__card a{color:#02618f;font-weight:600;text-decoration:none}.get-involved-options-section__card a:hover{color:#fcc308}@media (max-width: 992px){.get-involved-options-section__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.donate-amount-section{padding:64px 0 80px;background:#f8fafc}.donate-amount-section__inner{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start}.donate-amount-section__form-wrap{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 24px #0000000f}.donate-amount-section__form-wrap h2{color:#1e293b;margin-bottom:8px}.donate-amount-section__form-wrap>p{color:#64748b;margin-bottom:28px}.donate-amount-section__amounts{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.donate-amount-section__chip{padding:12px 20px;border:2px solid #e2e8f0;border-radius:50px;background:#fff;color:#02618f;font-weight:600;cursor:pointer;transition:all .2s ease}.donate-amount-section__chip:hover{border-color:#02618f;background:#f0f9ff}.donate-amount-section__custom label{display:block;font-weight:600;color:#475569;margin-bottom:8px}.donate-amount-section__custom input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem}.donate-amount-section__submit{width:100%;margin-top:28px;padding:16px;background:linear-gradient(135deg,#02618f,#034d6e);color:#fff;border-radius:50px;font-weight:700;font-size:1.1rem}.donate-amount-section__submit:hover{filter:brightness(1.05)}.donate-amount-section__info{background:#02618f;color:#fff;padding:32px;border-radius:16px}.donate-amount-section__info h3{color:#fff;margin-bottom:20px}.donate-amount-section__info ul{list-style:none;padding:0;margin:0}.donate-amount-section__info li{padding:10px 0 10px 24px;position:relative;color:#ffffffe6;line-height:1.5}.donate-amount-section__info li:before{content:"✓";position:absolute;left:0;color:#fcc308}@media (max-width: 768px){.donate-amount-section__inner{grid-template-columns:1fr}}.contact-form-section{padding:64px 0 80px;background:#f8fafc}.contact-form-section__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:start}.contact-form-section__form{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 24px #0000000f}.contact-form-section__form h2{color:#1e293b;margin-bottom:28px}.contact-form-section__field{margin-bottom:20px}.contact-form-section__field label{display:block;font-weight:600;color:#475569;margin-bottom:8px}.contact-form-section__field input,.contact-form-section__field select,.contact-form-section__field textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit}.contact-form-section__form button{width:100%;padding:14px;background:#02618f;color:#fff;border-radius:50px;font-weight:600;margin-top:8px}.contact-form-section__form button:hover{background:#034d6e}.contact-form-section__details{background:#02618f;color:#fff;padding:32px;border-radius:16px}.contact-form-section__details h3{color:#fff;margin-bottom:24px}.contact-form-section__details p{color:#ffffffe6;margin-bottom:16px;line-height:1.6}.contact-form-section__hours{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.2)}@media (max-width: 768px){.contact-form-section__grid{grid-template-columns:1fr}}.gallery-grid-section{padding:48px 0 72px;background:#faf8f4}.gallery-grid-section__intro{max-width:560px;margin:0 auto 36px;text-align:center;font-size:1rem;line-height:1.65;color:#4b5563}.gallery-grid-section__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-grid-section__card{display:block;text-decoration:none;border-radius:12px;overflow:hidden;background:#fff;border:1px solid rgba(2,97,143,.1);box-shadow:0 4px 20px #0231470f;transition:transform .3s ease,box-shadow .3s ease}.gallery-grid-section__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0231471f}.gallery-grid-section__media{aspect-ratio:4 / 3;overflow:hidden}.gallery-grid-section__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.gallery-grid-section__card:hover .gallery-grid-section__media img{transform:scale(1.05)}.gallery-grid-section__label{display:block;padding:14px 16px;font-size:.9rem;font-weight:600;color:var(--brand-teal-dark, #023147)}@media (max-width: 992px){.gallery-grid-section__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 520px){.gallery-grid-section{padding:36px 0 56px}.gallery-grid-section__grid{grid-template-columns:1fr}}.App{min-height:100vh;width:100%;margin:0;padding:0}:root{--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand-teal: #02618f;--brand-teal-dark: #034d6e;--brand-gold: #e5b813;--brand-gold-light: #fcc308;--text-dark: #1e293b;--text-body: #475569;--text-muted: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px rgba(2, 97, 143, .06);--shadow-md: 0 8px 24px rgba(2, 97, 143, .1);--shadow-lg: 0 20px 50px rgba(2, 49, 71, .12);--radius-md: 12px;--radius-lg: 16px;--section-padding: 88px}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:clip}body{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--text-body);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:700;line-height:1.25;color:var(--text-dark)}p{margin-bottom:1rem;color:var(--text-muted)}a{color:var(--brand-teal);text-decoration:none;transition:color .2s ease}a:hover{color:var(--brand-teal-dark)}button{font-family:var(--font-family);font-size:16px;cursor:pointer;border:none;transition:all .2s ease}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){body{font-size:15px}:root{--section-padding: 64px}.container{padding:0 16px}}@media (max-width: 480px){.container{padding:0 12px}}
