@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=DM+Sans:wght@300;400;500;600;700&display=swap";#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.navbar{z-index:1000;background:var(--white);border-bottom:1px solid var(--border);transition:transform .28s,box-shadow .3s;position:sticky;top:0}.navbar--hidden{transform:translateY(-100%)}.navbar--scrolled{border-bottom-color:#0000;box-shadow:0 2px 20px #00000017}.navbar__inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__logo img{width:auto;height:46px}.navbar__links{align-items:center;gap:.2rem;display:flex}.navbar__link{color:var(--text-mid);border-radius:var(--radius-sm);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;min-height:48px;padding:.5rem .8rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s,border-color .2s;display:flex}.navbar__link:hover{color:var(--blue-primary);background:var(--blue-light)}.navbar__link--active{color:var(--blue-primary);border-bottom-color:var(--blue-primary);font-weight:600}.navbar__donate{color:var(--white);background:var(--blue-primary);border-radius:var(--radius-md);letter-spacing:.02em;align-items:center;min-height:44px;margin-left:.75rem;padding:.55rem 1.4rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:flex}.navbar__donate:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 4px 16px #185fa54d}.navbar__hamburger{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.navbar__hamburger span{background:var(--blue-primary);border-radius:2px;width:24px;height:2px;display:block}.navbar__mobile{background:var(--white);border-top:1px solid var(--border);overflow:hidden}.navbar__mobile-list{flex-direction:column;gap:.25rem;padding:.75rem 1.5rem 1.25rem;display:flex}.navbar__mobile-link{color:var(--text-mid);border-radius:var(--radius-md);align-items:center;min-height:52px;padding:.8rem 1rem;font-size:1rem;font-weight:500;transition:background .2s,color .2s;display:flex}.navbar__mobile-link:hover,.navbar__mobile-link--active{background:var(--blue-light);color:var(--blue-primary);font-weight:600}.navbar__mobile-donate{color:var(--white);background:var(--blue-primary);border-radius:var(--radius-md);justify-content:center;align-items:center;min-height:52px;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.navbar__mobile-donate:hover{background:var(--blue-dark)}@media (width<=900px){.navbar__links{display:none}.navbar__hamburger{display:flex}}@media (width<=480px){.navbar__inner{height:62px;padding:0 1rem}.navbar__logo img{height:40px}.navbar__mobile-list{padding:.65rem 1rem 1rem}.navbar__mobile-link,.navbar__mobile-donate{min-height:48px}}@media (width>=901px){.navbar__hamburger{display:none}.navbar__mobile{display:none!important}}.footer{background:var(--blue-deeper);color:#ffffffd9;padding:4rem 0 0}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer__brand-logo{opacity:.95;background:#fff;border:1px solid #ffffff29;border-radius:12px;width:auto;height:48px;margin-bottom:1.25rem;padding:.3rem}.footer__brand-desc{color:#fff9;max-width:300px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.75}.footer__socials{gap:.75rem;display:flex}.footer__social-link{color:#ffffffb3;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s,transform .2s;display:flex}.footer__social-link:hover{background:var(--blue-primary);color:var(--white);transform:translateY(-2px)}.footer__social-link svg{width:18px;height:18px}.footer__col-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.footer__nav-list{flex-direction:column;gap:.6rem;display:flex}.footer__nav-link{color:#ffffffa6;padding:.2rem 0;font-size:.9rem;transition:color .2s,padding-left .2s;display:block}.footer__nav-link:hover{color:var(--white);padding-left:4px}.footer__contact-item{color:#ffffffa6;align-items:flex-start;gap:.6rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5;display:flex}.footer__contact-item svg{width:16px;height:16px;color:var(--blue-mid);flex-shrink:0;margin-top:2px}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer__bottom-text{color:#fff6;font-size:.82rem}.footer__bottom-links{flex-wrap:wrap;justify-content:flex-end;gap:.45rem 1rem;display:flex}.footer__bottom-link{color:#fff6;background:0 0;border:0;font-size:.82rem;transition:color .2s}.footer__bottom-link:hover{color:#fffc}.footer__bottom-button{padding:0}.footer__npo{color:#ffffff4d;margin-top:.25rem;font-size:.78rem}.footer__powered-by{color:#ffffffad;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;margin-top:.9rem;padding:.42rem .58rem;font-size:.78rem;line-height:1;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.footer__powered-by:hover{color:var(--white);background:#ffffff1c;border-color:#ffffff3d;transform:translateY(-1px)}.footer__powered-by img{object-fit:contain;background:#fff;border-radius:6px;width:22px;height:22px;padding:.12rem}.footer__powered-by strong{color:#ffffffe6;font-weight:700}@media (width<=1024px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=480px){.footer{padding-top:3rem}.footer__bottom-links{flex-direction:column;gap:.5rem}}:root{--blue-primary:#185fa5;--blue-mid:#378add;--blue-light:#e6f1fb;--blue-dark:#0c447c;--blue-deeper:#042c53;--accent-amber:#ef9f27;--accent-teal:#1d9e75;--white:#fff;--off-white:#f7f9fc;--text-dark:#0f1f35;--text-mid:#374151;--text-light:#6b7280;--border:#e5e7eb;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 4px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 8px 40px #0000001f;--font-display:"Playfair Display", Georgia, serif;--font-body:"DM Sans", Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:var(--font-body);cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5.5rem 0}.section--alt{background-color:var(--off-white)}.display-heading{font-family:var(--font-display);color:var(--text-dark);font-weight:800;line-height:1.15}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.section-title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--text-light);max-width:580px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.75}.btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;min-height:48px;font-size:.95rem;font-weight:600;font-family:var(--font-body);border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;transition:all .22s;display:inline-flex}.btn-primary{background:var(--blue-primary);color:var(--white);border-color:var(--blue-primary)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px #185fa559}.btn-outline{color:var(--blue-primary);border-color:var(--blue-primary);background:0 0}.btn-outline:hover{background:var(--blue-primary);color:var(--white);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--blue-primary);border-color:var(--white)}.btn-white:hover{background:var(--blue-light);transform:translateY(-2px)}.read-more-button{border-radius:var(--radius-md);background:var(--white);color:var(--blue-primary);border:1px solid #185fa542;justify-content:center;align-items:center;margin-top:.35rem;padding:.72rem 1.1rem;font-size:.9rem;font-weight:700;line-height:1;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.read-more-button:hover{background:var(--blue-primary);border-color:var(--blue-primary);color:var(--white)}.content-modal{z-index:80;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.content-modal__backdrop{background:#04182c94;border:0;position:absolute;inset:0}.content-modal__panel{z-index:1;border-radius:var(--radius-lg);background:var(--white);width:min(760px,100%);max-height:min(82vh,760px);box-shadow:var(--shadow-lg);padding:2.25rem;position:relative;overflow:auto}.content-modal__close{border:1px solid var(--border);background:var(--white);width:2.35rem;height:2.35rem;color:var(--text-dark);border-radius:999px;font-size:1.45rem;line-height:1;position:absolute;top:1rem;right:1rem}.content-modal__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.55rem;padding-right:2.5rem;font-size:clamp(1.6rem,4vw,2.25rem);line-height:1.18}.content-modal__text{color:var(--text-mid);margin-bottom:1rem;line-height:1.85}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);transition:transform .25s,box-shadow .25s;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.divider{background:var(--blue-primary);border-radius:2px;width:60px;height:4px;margin-bottom:1.5rem}.divider--amber{background:var(--accent-amber)}.badge{letter-spacing:.04em;border-radius:20px;padding:.3rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.badge--blue{background:var(--blue-light);color:var(--blue-dark)}.badge--amber{color:#92400e;background:#fef3c7}.badge--teal{color:#065f46;background:#d1fae5}.page-hero{background:linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-primary) 100%);color:var(--white);padding:5rem 0 4rem;position:relative;overflow:hidden}.page-hero:after{content:"";background:var(--white);clip-path:ellipse(55% 100% at 50% 100%);height:60px;position:absolute;bottom:-1px;left:0;right:0}.page-hero__label{letter-spacing:.14em;text-transform:uppercase;color:#ffffffa6;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.page-hero__title{font-family:var(--font-display);color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.page-hero__subtitle{color:#fffc;max-width:560px;font-size:1.1rem;line-height:1.7}.app-shell__page{min-height:100%}.route-transition{z-index:1400;pointer-events:none;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.route-transition__wash{transform-origin:top;background:radial-gradient(circle at 0 0,#ef9f273d,#0000 26%),linear-gradient(135deg,#042c53fa 0%,#185fa5f2 52%,#378addeb 100%);position:absolute;inset:0}.route-transition__glow{aspect-ratio:1;filter:blur(10px);background:radial-gradient(circle,#ffffffc7 0%,#e6f1fb47 38%,#185fa500 72%);border-radius:50%;width:min(34vw,380px);position:absolute}.route-transition__logo-wrap{z-index:1;aspect-ratio:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff38;border:1px solid #ffffff57;border-radius:28px;place-items:center;width:clamp(92px,12vw,154px);display:grid;position:relative;box-shadow:0 18px 60px #03122247,inset 0 1px #ffffff2e}.route-transition__logo{object-fit:contain;filter:drop-shadow(0 10px 18px #03122238);width:72%;height:72%}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.section{padding:3.5rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-title{font-size:1.75rem}.btn{justify-content:center;width:100%}}@media (width<=480px){.container{padding:0 1rem}.section{padding:3rem 0}.section-title{font-size:1.55rem}.section-subtitle,.page-hero__subtitle{font-size:.98rem;line-height:1.65}.page-hero{padding:4rem 0 3.2rem}.page-hero:after{height:42px}.btn{white-space:normal;padding:.85rem 1rem}}.home-news-spotlight{background:radial-gradient(circle at 0 0,#185fa51f,#0000 28%),linear-gradient(#edf5fb 0%,#f7fbff 100%);padding:6.8rem 1.2rem 1.5rem}.home-news-spotlight__frame{background:#0f3156;border-radius:34px;max-width:1220px;min-height:520px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 60px #0b203d2e}.home-news-spotlight__slide{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.home-news-spotlight__content{z-index:1;flex-direction:column;justify-content:flex-end;align-items:flex-start;max-width:700px;min-height:520px;padding:3.25rem;display:flex;position:relative}.home-news-spotlight__content-inner{width:100%}.home-news-spotlight__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffd1;margin-bottom:.85rem;font-size:.78rem;font-weight:700;display:inline-flex}.home-news-spotlight__title{font-family:var(--font-display);color:#fff;text-wrap:balance;margin-top:.85rem;font-size:clamp(2rem,4vw,3.45rem);line-height:1.04}.home-news-spotlight__copy{color:#ffffffe0;max-width:56ch;margin-top:1rem;font-size:1rem;line-height:1.75}.home-news-spotlight__actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.home-news-spotlight__outline{color:#fff!important;border-color:#ffffff6b!important}.home-news-spotlight__dots{z-index:1;gap:.55rem;display:flex;position:absolute;bottom:2rem;right:2rem}.home-news-spotlight__dot{cursor:pointer;background:#ffffff57;border:none;border-radius:999px;width:12px;height:12px;transition:transform .2s,background .2s,width .2s}.home-news-spotlight__dot--active{background:#fff;width:34px}.hero{background:linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-dark) 50%, var(--blue-primary) 100%);align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:radial-gradient(circle at 20% 80%,#378add40 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ef9f271f 0%,#0000 50%);position:absolute;inset:0}.hero__bg-pattern{background-image: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.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero__content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 1.5rem 5rem;display:grid;position:relative}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-amber);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero__eyebrow:before{content:"";background:var(--accent-amber);border-radius:2px;width:28px;height:2px;display:block}.hero__title{font-family:var(--font-display);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.1}.hero__title span{color:var(--accent-amber);display:block}.hero__subtitle{color:#ffffffbf;max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__quote{border:1px solid #ffffff1f;border-left:4px solid var(--accent-amber);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;padding:2rem}.hero__quote-text{font-family:var(--font-display);color:#ffffffe6;margin-bottom:1rem;font-size:1.1rem;font-style:italic;line-height:1.7}.hero__quote-author{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-amber);font-size:.82rem;font-weight:600}.hero__scroll{color:#fff6;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.4rem;font-size:.75rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll svg{width:20px;height:20px}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.stats-bar{background:var(--white);z-index:1;padding:0;position:relative}.stats-bar__inner{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:2;border:1px solid var(--border);grid-template-columns:repeat(4,1fr);margin-top:-3rem;display:grid;position:relative;overflow:hidden}.stats-bar__item{background:var(--white);text-align:center;border-right:1px solid var(--border);padding:2rem 1.5rem;transition:background .25s}.stats-bar__item:last-child{border-right:none}.stats-bar__item:hover{background:var(--blue-light)}.stats-bar__number{font-family:var(--font-display);color:var(--blue-primary);margin-bottom:.5rem;font-size:2.4rem;font-weight:800;line-height:1}.stats-bar__label{color:var(--text-light);font-size:.82rem;font-weight:500;line-height:1.4}.mission{padding:5.5rem 0}.mission__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.mission__card{border-radius:var(--radius-lg);border:1px solid var(--border);padding:2rem;transition:transform .25s,box-shadow .25s}.mission__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.mission__icon{background:var(--blue-light);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.mission__icon svg{width:26px;height:26px;color:var(--blue-primary)}.mission__card-title{color:var(--text-dark);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.mission__card-text{color:var(--text-light);font-size:.92rem;line-height:1.75}.programmes-teaser{background:var(--off-white);padding:5.5rem 0}.programmes-teaser__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.programmes-teaser__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.prog-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.75rem;transition:transform .25s,box-shadow .25s}.prog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.prog-card__icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.prog-card__icon svg{width:24px;height:24px}.prog-card__title{color:var(--text-dark);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.prog-card__text{color:var(--text-light);margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.prog-card__link{color:var(--blue-primary);align-items:center;gap:.3rem;font-size:.88rem;font-weight:600;transition:gap .2s;display:inline-flex}.prog-card__link:hover{gap:.6rem}.story-section{background:var(--white);padding:5.5rem 0}.story-section__header{margin-bottom:3rem}.story-section__assets{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;display:grid}.story-asset{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(#fff 0%,#f8fbff 100%);grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;display:grid}.story-asset--featured{grid-column:1/-1;grid-template-columns:1.1fr 1fr;align-items:center;gap:2rem}.story-asset__image{border-radius:var(--radius-lg);background:var(--blue-light);aspect-ratio:4/3;overflow:hidden}.story-asset__image-placeholder{width:100%;height:100%;color:var(--blue-mid);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;font-size:.9rem;display:flex}.story-asset__image-placeholder p{white-space:pre-line;margin-top:.75rem}.story-asset__img,.story-asset__collage img{object-fit:cover;width:100%;height:100%;display:block}.story-asset__collage{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%;height:100%;display:grid}.story-asset__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.35rem;font-size:clamp(1.4rem,2.4vw,2rem)}.story-asset__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:1rem;font-size:.85rem;font-weight:600}.story-asset__text{color:var(--text-mid);margin-bottom:1rem;line-height:1.8}.home-testimonials{background:radial-gradient(circle at 100% 0,#185fa514,#0000 28%),linear-gradient(#f8fbff 0%,#eef5fb 100%)}.home-testimonials__header{max-width:760px;margin-bottom:2rem}.home-testimonials__cards{gap:1.25rem;display:grid}.home-testimonials__quotes{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.home-testimonials__feature{background:#ffffffeb;border:1px solid #185fa51f;border-radius:28px;grid-template-columns:minmax(220px,320px) minmax(0,1fr);align-items:start;gap:1.5rem;padding:1.25rem;display:grid;box-shadow:0 18px 40px #0b203d14}.home-testimonials__feature-images{align-content:start;gap:3.25rem;padding-top:1.5rem;display:grid}.home-testimonials__feature-image{background:#dfeaf6;border-radius:22px;min-height:260px;overflow:hidden;box-shadow:0 12px 28px #0b203d14}.home-testimonials__feature-image:first-child{margin-top:4.75rem}.home-testimonials__feature-image:last-child{margin-top:7rem}.home-testimonials__feature-image img{object-fit:cover;width:100%;height:100%;display:block}.home-testimonials__feature-content{padding:.3rem .2rem .2rem}.home-testimonials__feature-title{color:var(--text-dark);margin:0 0 1rem;font-size:clamp(1.7rem,2.6vw,2.4rem);line-height:1.16}.home-testimonials__feature-heading{color:var(--blue-primary);margin:1.4rem 0 .65rem;font-size:1.15rem}.home-testimonials__feature-copy{color:var(--text-mid);margin-bottom:.9rem;line-height:1.8}.home-testimonials__feature-quote{color:var(--blue-primary);letter-spacing:.01em;margin:1.25rem 0 0;font-weight:700}.home-testimonial-card{background:0 0;border:2px solid #185fa5e6;border-radius:24px;padding:0;position:relative;overflow:hidden;box-shadow:0 14px 32px #0b203d12}.home-testimonial-card__image{border-radius:0;width:100%;height:auto;display:block}.partners-strip{background:var(--off-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:8.25rem 0}.partners-strip__title{text-align:center;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin-bottom:3rem;font-size:.78rem;font-weight:700}.partners-strip__marquee{height:178px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.partners-strip__track{align-items:center;gap:1.8rem;width:max-content;animation:40s linear infinite partners-marquee;display:flex}.partners-strip__marquee:hover .partners-strip__track{animation-play-state:paused}.partners-strip__item{flex:none}.partners-strip__logo{border:1px solid var(--border);background:linear-gradient(#fff 0%,#f8fbff 100%);border-radius:999px;justify-content:center;align-items:center;width:118px;height:118px;padding:.55rem;text-decoration:none;transition:transform .25s,border-color .25s,color .25s,box-shadow .25s;display:flex;position:relative;overflow:visible;box-shadow:0 10px 26px #0c447c14}.partners-strip__image{object-fit:contain;filter:saturate(1.02);width:100%;max-width:82px;height:100%;max-height:82px;transition:transform .25s}.partners-strip__image--shoprite{transform:scale(.88)}.partners-strip__image--idt{transform:scale(1.27)}.partners-strip__image--absa{transform:scale(1.44)}.partners-strip__logo--placeholder{background:linear-gradient(#f7fbff 0%,#eef5fc 100%)}.partners-strip__placeholder{color:var(--blue-primary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex}.partners-strip__placeholder svg{opacity:.9;width:2rem;height:2rem}.partners-strip__placeholder span{letter-spacing:.08em;text-transform:uppercase;font-size:.6rem;font-weight:700;line-height:1.2}.partners-strip__monogram{width:72px;height:72px;color:var(--white);text-align:center;background:radial-gradient(circle at 30% 30%,#2b6fb1 0%,#174a7d 65%,#10385f 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;display:flex;box-shadow:inset 0 1px #ffffff26}.partners-strip__monogram strong{letter-spacing:.06em;font-size:1.25rem;font-weight:800;line-height:1}.partners-strip__monogram span{letter-spacing:.14em;text-transform:uppercase;opacity:.9;font-size:.48rem;font-weight:700;line-height:1.1}.partners-strip__logo-label{min-width:max-content;max-width:190px;color:var(--white);letter-spacing:.02em;text-align:center;opacity:0;pointer-events:none;z-index:2;background:#072544f0;border-radius:999px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;line-height:1.2;transition:opacity .2s,transform .2s;position:absolute;bottom:-1rem;left:50%;transform:translate(-50%,100%);box-shadow:0 12px 24px #0312223d}.partners-strip__logo:hover{border-color:var(--blue-primary);transform:scale(1.04);box-shadow:0 18px 36px #0c447c29}.partners-strip__logo:hover .partners-strip__image{transform:scale(1.05)}.partners-strip__logo:hover .partners-strip__image--shoprite{transform:scale(1.16)}.partners-strip__logo:hover .partners-strip__image--idt{transform:scale(1.24)}.partners-strip__logo:hover .partners-strip__image--absa{transform:scale(1.2)}.partners-strip__logo:hover .partners-strip__placeholder,.partners-strip__logo:hover .partners-strip__monogram{transform:scale(1.05)}.partners-strip__logo:hover .partners-strip__logo-label{opacity:1;transform:translate(-50%,85%)}@keyframes partners-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .7rem))}}.donate-banner{background:linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);text-align:center;padding:5rem 0;position:relative;overflow:hidden}.donate-banner:before{content:"";background-image:radial-gradient(circle at 30%,#ffffff0f 0%,#0000 60%),radial-gradient(circle at 70%,#ef9f271a 0%,#0000 60%);position:absolute;inset:0}.donate-banner__inner{z-index:1;position:relative}.donate-banner__title{font-family:var(--font-display);color:var(--white);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:800;line-height:1.2}.donate-banner__subtitle{color:#ffffffbf;max-width:520px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.75}.donate-banner__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=1024px){.home-news-spotlight__frame,.home-news-spotlight__content{min-height:470px}.home-news-spotlight__content{padding:2.4rem}.hero__content{grid-template-columns:1fr;gap:2.5rem;padding-top:4rem}.hero__quote{max-width:560px}.stats-bar__inner{grid-template-columns:repeat(2,1fr)}.stats-bar__item:nth-child(2){border-right:none}.stats-bar__item:nth-child(3){border-top:1px solid var(--border)}.story-section__assets,.story-asset--featured{grid-template-columns:1fr}.regions__grid{grid-template-columns:repeat(2,1fr)}.home-testimonials__quotes,.home-testimonials__feature{grid-template-columns:1fr}}@media (width<=768px){.home-news-spotlight{padding:6.1rem .9rem 1.2rem}.home-news-spotlight__frame,.home-news-spotlight__content{min-height:430px}.home-news-spotlight__content{padding:2rem 1.3rem 4.5rem}.home-news-spotlight__dots{bottom:1.3rem;left:1.3rem;right:auto}.home-news-spotlight__actions .btn{justify-content:center;width:100%}.hero{min-height:auto}.hero__content{padding:3.5rem 1.5rem 2rem}.hero__title{font-size:2.2rem}.hero__actions{flex-direction:column}.stats-bar__inner{border-radius:var(--radius-md);grid-template-columns:repeat(2,1fr);margin-top:-1.5rem}.stats-bar__item:nth-child(2){border-right:none}.stats-bar__item:nth-child(3){border-top:1px solid var(--border);border-right:1px solid var(--border)}.stats-bar__number{font-size:1.8rem}.mission__grid{grid-template-columns:1fr}.regions__grid{grid-template-columns:repeat(2,1fr)}.programmes-teaser__grid{grid-template-columns:1fr}.programmes-teaser__header{flex-direction:column;align-items:flex-start}.story-asset{padding:1.25rem}.home-testimonials__feature{padding:1rem}.home-testimonials__feature-images{padding-top:.5rem}.home-testimonials__feature-image:first-child,.home-testimonials__feature-image:last-child{margin-top:0}.home-testimonials__feature-image{min-height:240px}.home-testimonials__feature-title{font-size:1.6rem}.partners-strip__logo{width:112px;height:112px;padding:.8rem;font-size:.72rem}.donate-banner__actions{flex-direction:column;align-items:center}}@media (width<=480px){.hero__content{padding:3rem 1rem 1.75rem}.hero__title{font-size:1.9rem}.hero__subtitle{font-size:.98rem}.stats-bar__inner{grid-template-columns:1fr;margin-top:-1rem}.stats-bar__item,.stats-bar__item:nth-child(2),.stats-bar__item:nth-child(3){border-right:none;border-top:1px solid var(--border)}.stats-bar__item:first-child{border-top:none}.regions__grid{grid-template-columns:1fr}.region-card{padding-left:1.1rem;padding-right:1.1rem}.home-news-spotlight{padding:5.6rem .7rem 1rem}.home-news-spotlight__frame,.home-news-spotlight__content{min-height:390px}.home-news-spotlight__content{padding:1.5rem 1rem 4.1rem}.partners-strip__logo{width:92px;height:92px;font-size:.66rem}.donate-banner{padding-left:1.1rem;padding-right:1.1rem}}.founder{background:linear-gradient(105deg,#fff 0% 58%,#f8fbff 100%);padding:4.5rem 0 5.5rem}.founder__inner{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:center;gap:2rem;max-width:940px;margin:0 auto;display:grid;position:relative}.founder__inner:after{display:none}.founder__photo{aspect-ratio:1;background:var(--blue-light);width:100%;max-width:220px;color:var(--blue-primary);box-shadow:var(--shadow-sm);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;overflow:hidden}.founder__photo img{object-fit:cover;width:100%;height:100%}.founder__photo-placeholder{text-align:center;color:var(--blue-mid);padding:2rem}.founder__name{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.25rem;font-size:clamp(1.65rem,2.4vw,2rem);font-weight:800}.founder__title{color:var(--blue-primary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.founder__bio{color:var(--text-mid);margin-bottom:1rem;font-size:1rem;line-height:1.85}.founder__bio-preview{max-height:230px;overflow:hidden}.where-we-work{background:radial-gradient(circle at top right, #185fa514, transparent 24rem), var(--off-white);padding:5.5rem 0}.regions__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.region-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:1.5rem;transition:transform .25s,box-shadow .25s}.region-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.region-card__icon{margin-bottom:.75rem;font-size:2rem}.region-card__name{color:var(--text-dark);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.region-card__type{color:var(--text-light);font-size:.78rem}.timeline{background:var(--off-white);padding:5.5rem 0}.timeline__list{margin-top:3rem;padding-left:2rem;position:relative}.timeline__list:before{content:"";background:var(--blue-light);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline__item{padding:0 0 2.5rem 2.5rem;position:relative}.timeline__item:before{content:"";background:var(--blue-primary);border:3px solid var(--white);width:14px;height:14px;box-shadow:0 0 0 2px var(--blue-primary);border-radius:50%;position:absolute;top:4px;left:-2rem;transform:translate(50%)}.timeline__year{letter-spacing:.1em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:.4rem;font-size:.78rem;font-weight:700}.timeline__title{color:var(--text-dark);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.timeline__text{color:var(--text-light);font-size:.92rem;line-height:1.7}.about-social{padding:0 0 5.5rem}.about-social__card{box-shadow:var(--shadow-md);background:radial-gradient(circle at 0 0,#ffb3472e,#0000 28%),linear-gradient(135deg,#fff7ef 0%,#fff 52%,#f5f9ff 100%);border:1px solid #185fa51f;border-radius:28px;grid-template-columns:minmax(0,1.2fr) auto;align-items:center;gap:1.5rem;padding:2rem;display:grid}.about-social__link{color:#fff;background:linear-gradient(135deg,#fd5949 0%,#d6249f 52%,#285aeb 100%);border-radius:20px;justify-content:center;align-items:center;gap:.9rem;min-width:220px;padding:1rem 1.15rem;display:inline-flex}.about-social__icon{background:#ffffff24;border-radius:999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.about-social__icon svg{width:1.35rem;height:1.35rem}.about-social__link strong,.about-social__link small{display:block}.about-social__link small{color:#ffffffd1;margin-top:.15rem}.board{padding:5.5rem 0}.board__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.board-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;padding:1.75rem;transition:transform .25s,box-shadow .25s;display:flex}.board-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.board-card__avatar{border:3px solid var(--blue-light);background:#fff;border-radius:50%;width:140px;height:140px;margin-bottom:1rem;overflow:hidden;box-shadow:0 8px 22px #185fa529}.board-card__avatar img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.board-card__avatar--zoomed img{transform:scale(1.2)}.board-card__portfolio{letter-spacing:.1em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:.35rem;font-size:.72rem;font-weight:700}.board-card__name{color:var(--text-dark);margin-bottom:.3rem;font-size:1rem;font-weight:700}.board-card__location{color:var(--text-light);justify-content:center;align-items:center;gap:.3rem;font-size:.85rem;display:flex}.board-card__location svg{flex-shrink:0;width:13px;height:13px}.awards{background:var(--off-white);padding:5.5rem 0}.awards__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;display:grid}.award-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:1.5rem;padding:1.25rem;transition:transform .25s,box-shadow .25s;display:flex}.award-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.award-card__image{aspect-ratio:1;background:var(--blue-light);border-radius:16px;flex-shrink:0;width:124px;overflow:hidden}.award-card__image img{object-fit:cover;width:100%;height:100%}.award-card__title{color:var(--text-dark);margin-bottom:.4rem;font-size:1rem;font-weight:700}.award-card__text{color:var(--text-light);font-size:.88rem;line-height:1.7}@media (width<=1024px){.board__grid,.regions__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.founder{background:#fff;overflow:hidden}.founder__inner{display:block}.founder__inner:after{display:none}.founder__photo{aspect-ratio:1;width:100%;max-width:180px;margin:0 0 1.5rem}.founder__bio-preview{max-height:none}.board__grid,.regions__grid,.awards__grid,.about-social__card{grid-template-columns:1fr}.about-social__link{width:100%}.award-card{flex-direction:column}.award-card__image{aspect-ratio:16/9;width:100%}}.programmes-section{background:var(--white)}.programmes-section__intro{max-width:920px;margin-left:0}.programmes__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem;display:grid}.programme-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);border-top:4px solid #185fa53d;flex-direction:column;min-height:320px;padding:1.6rem;transition:transform .25s,box-shadow .25s;display:flex}.programme-card:nth-child(2),.programme-card:nth-child(6){border-top-color:#1d9e7552}.programme-card:nth-child(3){border-top-color:#ef9f2761}.programme-card:nth-child(4),.programme-card:nth-child(5){border-top-color:#185fa52e}.programme-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.programme-card__icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.15rem;display:flex}.programme-card__icon svg{width:27px;height:27px}.programme-card__body{flex:1}.programme-card__title{color:var(--text-dark);margin:0 0 .75rem;font-size:1.08rem;font-weight:800;line-height:1.3}.programme-card__text{color:var(--text-light);margin:0;font-size:.9rem;line-height:1.7}.programmes-section__details-btn{color:var(--blue-primary);cursor:pointer;font:inherit;text-underline-offset:4px;background:0 0;border:0;margin-top:.9rem;padding:0;font-weight:800;text-decoration:underline}.programme-card .programmes-section__details-btn{align-self:flex-start}.programmes-section__details-btn:hover{color:var(--green-primary)}.programmes-modal{z-index:2000;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.programmes-modal__backdrop{cursor:pointer;background:#04101fad;border:0;position:absolute;inset:0}.programmes-modal__panel{background:var(--white);box-shadow:var(--shadow-lg);border-radius:8px;width:min(100%,980px);max-width:980px;max-height:min(86vh,820px);padding:1.5rem;position:relative;overflow:auto}.programmes-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.programmes-modal__title{color:var(--text-dark);margin:.2rem 0 0;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.2}.programmes-modal__close{background:var(--background-soft);border:1px solid var(--border);color:var(--text-dark);cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-size:1.5rem;line-height:1;display:flex}.programmes-modal__close:hover{background:var(--blue-primary);color:var(--white)}.programmes-modal__summary{color:var(--text-light);max-width:900px;margin:0 0 1.25rem;font-size:.95rem;line-height:1.7}.programmes-table-wrap{background:radial-gradient(circle at 0 0,#ef9f271f,#0000 28%),linear-gradient(#f7fbff 0%,#eef6ff 100%);border:1px solid #185fa51f;border-radius:8px;padding:.75rem;overflow-x:auto;box-shadow:0 18px 45px #0b203d17}.programmes-table{border-collapse:separate;border-spacing:0 .65rem;color:var(--text-dark);width:100%;min-width:680px;font-size:.95rem;line-height:1.55}.programmes-table th,.programmes-table td{text-align:left;vertical-align:top;border:0;padding:1rem}.programmes-table thead th{color:var(--blue-primary);letter-spacing:.08em;text-transform:uppercase;background:0 0;padding:.15rem 1rem .35rem;font-size:.76rem;font-weight:800}.programmes-table tbody th{border-left:5px solid var(--row-accent,var(--blue-primary));color:var(--text-dark);background:#fff;border-radius:8px 0 0 8px;width:190px;font-weight:800;box-shadow:0 10px 24px #0b203d0f}.programmes-table tbody td{background:linear-gradient(90deg,#185fa509,#0000 46%),#fff;border-radius:0 8px 8px 0;box-shadow:0 10px 24px #0b203d0f}.programmes-table tbody tr{--row-accent:#185fa5;transition:transform .25s}.programmes-table tbody tr:nth-child(2){--row-accent:#1d9e75}.programmes-table tbody tr:nth-child(3){--row-accent:#ef9f27}.programmes-table tbody tr:nth-child(4){--row-accent:#9d174d}.programmes-table tbody tr:nth-child(5){--row-accent:#4c1d95}.programmes-table tbody tr:hover{transform:translateY(-2px)}.programmes-table tbody tr:hover th,.programmes-table tbody tr:hover td{box-shadow:0 16px 32px #0b203d1a}.programmes-table__section{align-items:center;gap:.75rem;display:flex}.programmes-table__section-icon{background:radial-gradient(circle at top left, #ffffffbf, transparent 48%), var(--row-accent,var(--blue-primary));color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;font-size:.82rem;font-weight:900;line-height:1;display:inline-flex}.programmes-table__content{color:var(--text-mid);max-width:72ch;line-height:1.75;display:block}.programmes-modal__project{margin-top:1.5rem}.programmes-modal__project h3{color:var(--text-dark);margin:0 0 .75rem;font-size:1.1rem}@media (width<=768px){.programmes__grid{grid-template-columns:1fr}.programmes-modal{align-items:flex-end;padding:0}.programmes-modal__panel{border-radius:8px 8px 0 0;max-height:90vh;padding:1.1rem}}@media (width>=769px) and (width<=1024px){.programmes__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.programme-card{min-height:auto;padding:1.2rem}.programmes-modal__panel{width:100%;max-width:100vw}.programmes-table-wrap{padding:.65rem;overflow-x:visible}.programmes-table{width:100%;min-width:0;display:block}.programmes-table thead{display:none}.programmes-table tbody,.programmes-table tr,.programmes-table th,.programmes-table td{width:100%;display:block}.programmes-table tbody tr{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 24px #0b203d0f}.programmes-table tbody th,.programmes-table tbody td{box-shadow:none}.programmes-table tbody th{border-left:0;border-top:5px solid var(--row-accent,var(--blue-primary));border-radius:8px 8px 0 0;padding:.9rem .9rem .55rem}.programmes-table tbody td{border-radius:0 0 8px 8px;padding:0 .9rem .95rem}.programmes-table__content{overflow-wrap:anywhere;max-width:none}}.impact-hero-stats{background:var(--blue-deeper);padding:5rem 0}.impact-hero-stats__grid{border-radius:var(--radius-lg);background:#ffffff1a;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.impact-big-stat{text-align:center;background:#ffffff0d;padding:2.5rem 2rem;transition:background .25s}.impact-big-stat:hover{background:#ffffff1a}.impact-big-stat__num{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.impact-big-stat__label{color:#ffffffa6;font-size:.88rem;line-height:1.5}.impact-report-film{padding:5.5rem 0}.impact-report-film__card{background:radial-gradient(circle at 0 0,#185fa51f,#0000 24%),linear-gradient(#f8fbff 0%,#edf4fb 100%);border:1px solid #185fa51f;border-radius:30px;gap:1.35rem;padding:1.4rem;display:grid;box-shadow:0 18px 40px #0b203d14}.impact-report-film__copy .section-title,.impact-report-film__copy .section-subtitle{max-width:880px}.impact-report-film__copy .section-subtitle{margin-bottom:0}.impact-report-film__player{background:#0a1b31;border-radius:24px;overflow:hidden;box-shadow:0 20px 44px #0a1b312e}.impact-report-film__player video{aspect-ratio:16/9;background:#000;width:100%;display:block}.cpp-section{padding:5.5rem 0}.cpp-table-wrap{border-radius:var(--radius-lg);border:1px solid var(--border);margin-top:2.5rem;overflow-x:auto}.cpp-table{border-collapse:collapse;width:100%;font-size:.92rem}.cpp-table th{background:var(--blue-primary);color:var(--white);text-align:left;letter-spacing:.04em;white-space:nowrap;padding:1rem 1.25rem;font-size:.85rem;font-weight:600}.cpp-table th:first-child{border-radius:var(--radius-sm) 0 0 0}.cpp-table th:last-child{border-radius:0 var(--radius-sm) 0 0}.cpp-table td{border-bottom:1px solid var(--border);color:var(--text-mid);padding:.9rem 1.25rem}.cpp-table tr:last-child td{border-bottom:none}.cpp-table tr:nth-child(2n) td{background:var(--off-white)}.cpp-table td:first-child{color:var(--text-dark);font-weight:600}.cpp-table .total-col{color:var(--blue-primary);font-weight:700}.achievements{background:var(--off-white);padding:5.5rem 0}.achievements__list{flex-direction:column;gap:1rem;margin-top:3rem;display:flex}.achievement-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:1.25rem;padding:1.5rem 1.75rem;transition:transform .2s,box-shadow .2s;display:flex}.achievement-item:hover{box-shadow:var(--shadow-sm);transform:translate(4px)}.achievement-item__dot{background:var(--blue-primary);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px}.achievement-item__text{color:var(--text-mid);font-size:.95rem;line-height:1.7}.achievement-item__text strong{color:var(--text-dark);font-weight:600}.impact-gallery{padding:5.5rem 0}.impact-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:3rem;display:grid}.impact-story{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s;overflow:hidden}.impact-story:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.impact-story--feature{grid-column:span 2}.impact-story__image{aspect-ratio:16/10;background:var(--blue-light)}.impact-story__image img{object-fit:cover;width:100%;height:100%}.impact-story__body{padding:1.25rem 1.3rem 1.4rem}.impact-story__body h3{color:var(--text-dark);margin-bottom:.55rem;font-size:1rem}.impact-story__body p{color:var(--text-light);font-size:.9rem;line-height:1.7}.impact-partners{padding:5.5rem 0}.impact-partners__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.impact-partner-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:transform .25s,box-shadow .25s}.impact-partner-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.impact-partner-card__name{color:var(--text-dark);margin-bottom:.5rem;font-size:1rem;font-weight:700}.impact-partner-card__text{color:var(--text-light);font-size:.88rem;line-height:1.7}@media (width<=1024px){.impact-hero-stats__grid,.impact-partners__grid{grid-template-columns:repeat(2,1fr)}.impact-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.impact-story--feature{grid-column:span 2}}@media (width<=768px){.impact-hero-stats__grid{grid-template-columns:repeat(2,1fr)}.impact-big-stat__num{font-size:2.2rem}.impact-report-film__card{padding:1rem}.impact-partners__grid,.impact-gallery__grid{grid-template-columns:1fr}.impact-story--feature{grid-column:auto}}@media (width<=680px){.cpp-table-wrap{overflow-x:visible}.cpp-table,.cpp-table thead,.cpp-table tbody,.cpp-table tr,.cpp-table td{width:100%;display:block}.cpp-table thead{display:none}.cpp-table tr{background:var(--white);border-bottom:1px solid var(--border);padding:.8rem .9rem}.cpp-table tr:last-child{border-bottom:0}.cpp-table tr:nth-child(2n) td{background:0 0}.cpp-table td{border-bottom:0;padding:.35rem 0}.cpp-table td:first-child{color:var(--text-dark);margin-bottom:.35rem;font-weight:800;line-height:1.35}.cpp-table td:not(:first-child){color:var(--text-mid);justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.cpp-table td:not(:first-child):before{color:var(--text-light);content:"";font-size:.78rem;font-weight:700}.cpp-table td:nth-child(2):before{content:"uMlalazi"}.cpp-table td:nth-child(3):before{content:"Mthonjaneni"}.cpp-table td:nth-child(4):before{content:"Total"}}.impact-partners-banner{background:var(--off-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}.impact-partners-banner__inner{background:linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-dark) 100%);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;padding:3rem;display:flex;position:relative;overflow:hidden}.impact-partners-banner__inner:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 10%,#378add33 0%,#0000 50%),radial-gradient(circle at 90%,#ef9f2714 0%,#0000 50%);position:absolute;inset:0}.impact-partners-banner__left{z-index:1;flex:1;align-items:flex-start;gap:1.5rem;min-width:260px;display:flex;position:relative}.impact-partners-banner__icon{color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.impact-partners-banner__label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-amber);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.impact-partners-banner__title{font-family:var(--font-display);color:var(--white);margin-bottom:.75rem;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;line-height:1.3}.impact-partners-banner__text{color:#ffffffa6;max-width:520px;font-size:.9rem;line-height:1.75}.impact-partners-banner__btn{background:var(--white);color:var(--blue-primary);border-radius:var(--radius-md);white-space:nowrap;z-index:1;flex-shrink:0;align-items:center;gap:.6rem;min-height:48px;padding:.9rem 1.75rem;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;position:relative}.impact-partners-banner__btn:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.impact-partners-banner__btn svg{transition:transform .2s}.impact-partners-banner__btn:hover svg{transform:translate(4px)}@media (width<=768px){.impact-partners-banner__inner{flex-direction:column;padding:2rem}.impact-partners-banner__left{flex-direction:column;gap:1rem}.impact-partners-banner__btn{justify-content:center;width:100%}}@media (width<=480px){.impact-hero-stats__grid{grid-template-columns:1fr}.impact-big-stat{padding:1.6rem 1.1rem}.achievement-item{gap:.9rem;padding:1.1rem}.impact-partners-banner__inner{padding:1.25rem}.impact-partners-banner__btn{white-space:normal;text-align:center}}.news-spotlight{padding:0 0 1rem}.news-spotlight__card{background:radial-gradient(circle at 0 0,#ffffff24,#0000 28%),linear-gradient(135deg,#0f2e57 0%,#185fa5 55%,#77a8d7 100%);border-radius:30px;grid-template-columns:minmax(280px,.95fr) minmax(0,1.15fr);gap:0;height:600px;display:grid;overflow:hidden;box-shadow:0 26px 54px #0b203d24}.news-spotlight__image{height:100%;position:relative;overflow:hidden}.news-spotlight__image img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.news-spotlight__content{color:#fff;align-items:center;height:100%;padding:2.4rem;display:flex}.news-spotlight__content-inner{gap:.9rem;width:100%;display:grid}.news-spotlight__content .section-label{color:#ffffffd1}.news-spotlight__title{color:#fff;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.news-spotlight__copy{color:#ffffffe0;max-width:52ch;line-height:1.8}.news-spotlight__button{justify-self:start}.news-spotlight__dots{align-items:center;gap:.65rem;margin-top:.35rem;display:flex}.news-spotlight__dot{cursor:pointer;background:#ffffff38;border:1px solid #ffffff73;border-radius:999px;width:.8rem;height:.8rem;transition:transform .2s,background .2s,border-color .2s}.news-spotlight__dot:hover{background:#ffffff73;transform:scale(1.08)}.news-spotlight__dot--active{background:#fff;border-color:#fff}.news__grid{z-index:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;margin-top:3rem;display:grid;position:relative}.news__grid:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#e6f1fbb3,#fff0);border-radius:28px;height:42%;position:absolute;inset:-1.25rem -1rem auto}.news-facebook-callout{color:#fff;box-shadow:var(--shadow-md);background:radial-gradient(circle at 0 0,#ffffff29,#0000 28%),linear-gradient(135deg,#0d3b8f 0%,#185fa5 55%,#3b82f6 100%);border-radius:24px;grid-template-columns:minmax(0,1.3fr) auto;align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1.75rem 1.9rem;display:grid}.news-facebook-callout h3{color:#fff;margin-bottom:.45rem;font-size:1.35rem}.news-facebook-callout p{color:#ffffffd6;line-height:1.75}.news-facebook-callout .section-label{color:#fffc}.news-facebook-callout__action{background:#ffffff24;border:1px solid #fff3;border-radius:18px;align-items:center;gap:.7rem;padding:.95rem 1.15rem;font-weight:700;display:inline-flex}.news-facebook-callout__action svg{width:1.25rem;height:1.25rem}.news-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);border-top:3px solid #185fa529;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.news-card:nth-child(3n+2){border-top-color:#1d9e7538}.news-card:nth-child(3n){border-top-color:#ef9f2742}.news-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.news-card__image{aspect-ratio:16/9;background:var(--white);color:var(--blue-mid);justify-content:center;align-items:center;display:flex;overflow:hidden}.news-card__image img{object-fit:contain;width:100%;height:100%;padding:.5rem}.news-card__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.news-card__body--embed{-webkit-overflow-scrolling:touch;align-items:center;gap:.8rem;padding:.9rem;overflow:hidden}.news-card[id]{scroll-margin-top:7rem}.news-card__meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.news-card__date{color:var(--text-light);font-size:.78rem}.news-card__title{color:var(--text-dark);flex:1;margin-bottom:.6rem;font-size:1.05rem;font-weight:700;line-height:1.4}.news-card__excerpt{color:var(--text-light);margin-bottom:1rem;font-size:.88rem;line-height:1.7}.news-card__button{justify-self:start;margin-top:auto}.news-card--facebook{border-top-color:#0d3b8f59}.news-card--facebook .news-card__image{background:linear-gradient(135deg, #e6f1fbe6, #fff6), var(--blue-light)}.news-card--facebook-empty{background:radial-gradient(circle at top left, #185fa514, transparent 36%), var(--white)}.news-card__facebook-frame{border:0;width:100%;min-width:0;max-width:100%;height:420px;display:block;overflow:hidden}.news-card__body--embed .news-facebook-embed__intro,.news-card__body--embed .news-card__facebook-frame{align-self:stretch}.news-facebook-embed__intro{background:radial-gradient(circle at 0 0,#ffffffb3,#0000 40%),linear-gradient(135deg,#e6f1fb 0%,#f7fbff 100%);border:1px solid #185fa51f;border-radius:18px;padding:.9rem 1rem}.news-facebook-embed__intro p{color:var(--text-mid);margin-top:.45rem;font-size:.88rem;line-height:1.55}.news-story-modal{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071628b8;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.news-story-modal__panel{background:#fff;border-radius:30px;width:min(1040px,100%);max-height:min(90vh,980px);overflow-y:auto;box-shadow:0 30px 80px #07162847}.news-story-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1rem;display:flex}.news-story-modal__title{color:var(--text-dark);margin-top:.35rem;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.1}.news-story-modal__meta{color:var(--text-light);margin-top:.6rem;font-size:.92rem}.news-story-modal__close{width:2.75rem;height:2.75rem;color:var(--blue-primary);cursor:pointer;background:#f4f8fc;border:1px solid #185fa52e;border-radius:999px;flex:none;font-size:1.6rem;line-height:1}.news-story-modal__gallery-wrap{position:relative}.news-story-modal__gallery-wrap:before,.news-story-modal__gallery-wrap:after{content:"";z-index:2;pointer-events:none;width:3.5rem;position:absolute;top:3.7rem;bottom:1rem}.news-story-modal__gallery-wrap:before{background:linear-gradient(90deg,#fff 0%,#fff0);left:0}.news-story-modal__gallery-wrap:after{background:linear-gradient(270deg,#fff 0%,#fff0);right:0}.news-story-modal__gallery-toolbar{color:var(--blue-primary);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:0 1.5rem .55rem;font-size:.82rem;font-weight:800;display:flex}.news-story-modal__gallery-toolbar div{gap:.5rem;display:flex}.news-story-modal__gallery-toolbar button{background:var(--blue-primary);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;font-size:1.45rem;font-weight:800;line-height:1;transition:transform .2s,background .2s;display:inline-flex}.news-story-modal__gallery-toolbar button:hover{background:var(--blue-dark);transform:translateY(-1px)}.news-story-modal__gallery{scrollbar-color:var(--blue-primary) var(--blue-light);scrollbar-width:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(420px,72%);grid-auto-flow:column;gap:1rem;padding:0 1.5rem 1rem;display:grid;overflow:auto hidden}.news-story-modal__gallery::-webkit-scrollbar{height:16px}.news-story-modal__gallery::-webkit-scrollbar-track{background:var(--blue-light);border-radius:999px;margin:0 1.5rem}.news-story-modal__gallery::-webkit-scrollbar-thumb{background:linear-gradient(90deg, var(--blue-primary), var(--blue-mid));border:3px solid var(--blue-light);border-radius:999px}.news-story-modal__gallery::-webkit-scrollbar-thumb:hover{background:var(--blue-dark)}.news-story-modal__gallery-item{scroll-snap-align:start;background:radial-gradient(circle at 0 0,#fffc,#0000 34%),linear-gradient(135deg,#edf6ff 0%,#dceaf6 100%);border-radius:24px;justify-content:center;align-items:center;min-height:380px;max-height:520px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 32px #0b203d1a}.news-story-modal__gallery-count{color:#fff;background:#071628b8;border-radius:999px;padding:.35rem .65rem;font-size:.78rem;font-weight:800;position:absolute;bottom:1rem;right:1rem}.news-story-modal__gallery-item img{object-fit:contain;width:100%;height:100%;max-height:520px;display:block}.news-story-modal__body{gap:.95rem;padding:1rem 1.5rem 1.75rem;display:grid}.news-story-modal__body p{color:var(--text-mid);line-height:1.85}.news-story-modal__section{gap:.85rem;display:grid}.news-story-modal__section h3{color:var(--blue-primary);margin-top:.5rem;font-size:1.08rem}.news-story-modal__quote{color:var(--blue-primary);font-weight:700}.gallery{background:var(--off-white);padding:5.5rem 0}.gallery__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid}.gallery__item{border-radius:var(--radius-md);aspect-ratio:1;background:var(--blue-light);color:var(--blue-mid);cursor:pointer;justify-content:center;align-items:center;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.gallery__item:hover{box-shadow:var(--shadow-lg);z-index:1;transform:scale(1.03)}.gallery__item img{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.news-spotlight__card{grid-template-columns:1fr}.news-spotlight__card,.news-spotlight__image,.news-spotlight__content{min-height:unset}.news-spotlight__card,.news-spotlight__content{height:auto}.news-spotlight__image{min-height:320px}.gallery__grid{grid-template-columns:repeat(3,1fr)}.news-facebook-callout{grid-template-columns:1fr}}@media (width<=768px){.news__grid{grid-template-columns:1fr}.gallery__grid{grid-template-columns:repeat(2,1fr)}.news-facebook-callout__action{justify-content:center;width:100%}.news-spotlight__content{padding:1.6rem}.news-spotlight__image{min-height:280px}.news-story-modal{padding:.75rem}.news-story-modal__header,.news-story-modal__body,.news-story-modal__gallery-toolbar{padding-left:1rem;padding-right:1rem}.news-story-modal__gallery{grid-auto-columns:minmax(82%,1fr);padding-left:1rem;padding-right:1rem}.news-story-modal__gallery-item{min-height:250px;max-height:420px}.news-story-modal__gallery-item img{max-height:420px}}@media (width<=480px){.news-facebook-callout{gap:1rem;padding:1.2rem}.gallery__grid{grid-template-columns:1fr}.news-card__body{padding:1.15rem}.news-card__body--embed{padding:.75rem}}.partners-intro{padding:5.5rem 0}.partners-intro__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.partners-intro__stats{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.p-stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:1.5rem;transition:transform .25s,box-shadow .25s}.p-stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.p-stat-card__num{font-family:var(--font-display);color:var(--blue-primary);margin-bottom:.4rem;font-size:2rem;font-weight:800;line-height:1}.p-stat-card__label{color:var(--text-light);font-size:.82rem;line-height:1.4}.partners-volunteers{background:var(--white);padding:5.5rem 0}.partners-volunteers__head{border-bottom:1px solid #185fa51f;max-width:980px;padding-bottom:2rem}.partners-volunteers__board{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:3rem;margin-top:2.75rem;display:grid}.partners-volunteers__overview{border-left:4px solid var(--green-primary);padding:0 0 0 1.25rem}.partners-volunteers__overview h3,.partners-supporters h3{color:var(--text-dark);margin:0 0 .8rem;font-size:1.25rem}.partners-volunteers__overview p,.partners-supporters p{color:var(--text-light);margin:0 0 1rem;font-size:.92rem;line-height:1.7}.partners-volunteers__skills{gap:.95rem;margin-top:1.4rem;display:grid}.partners-volunteers__skill{align-items:flex-start;gap:.85rem;display:flex}.partners-volunteers__skill span{border:2px solid var(--green-primary);background:#1d9e7524;border-radius:999px;flex:none;width:.72rem;height:.72rem;margin-top:.45rem}.partners-volunteers__skill p{margin:0}.partners-volunteers__facts{grid-template-columns:1fr;gap:0;display:grid}.partners-volunteers__group-title{background:0 0;border:0;border-bottom:1px solid #185fa524;border-radius:0;grid-column:1/-1;align-self:stretch;padding:0 0 1rem}.partners-volunteers__group-title h3{color:var(--text-dark);margin:.25rem 0 0;font-size:1.12rem}.partners-volunteers__fact{border-bottom:1px solid #185fa51a;padding:1rem 0}.partners-volunteers__fact span,.partners-supporters__item span{color:var(--blue-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.45rem;font-size:.72rem;font-weight:800;display:inline-block}.partners-volunteers__fact h4{color:var(--text-dark);margin:0 0 .55rem;font-size:.98rem}.partners-volunteers__fact p{color:var(--text-light);margin:0;font-size:.84rem;line-height:1.65}.partners-volunteers__remote{border-top:1px solid #185fa51f;margin-top:2.75rem;padding-top:2.25rem}.partners-volunteers__remote-grid{grid-template-columns:repeat(2,1fr);column-gap:2.5rem;margin-top:.75rem;display:grid}.partners-volunteers__join{border:1px solid #185fa524;border-left:4px solid var(--blue-primary);background:#f7fbff;border-radius:8px;margin-top:2.25rem;padding:1.5rem}.partners-volunteers__join h3{color:var(--text-dark);margin:0 0 .75rem;font-size:1.25rem}.partners-volunteers__join p{color:var(--text-light);margin:0 0 .85rem;font-size:.94rem;line-height:1.75}.partners-volunteers__join p:last-child{margin-bottom:0}.partners-volunteers__join a{color:var(--blue-primary);font-weight:800}.partners-volunteers__careers-link{background:var(--blue-primary);border-radius:8px;align-items:center;margin-top:.5rem;padding:.75rem 1rem;text-decoration:none;transition:transform .22s,background .22s;display:inline-flex;color:#fff!important}.partners-volunteers__careers-link:hover{background:var(--blue-dark);transform:translateY(-2px)}.partners-supporters{border-top:1px solid #185fa51f;margin-top:2.75rem;padding-top:2.25rem}.partners-supporters__list{grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:1.5rem;display:grid}.partners-supporters__item{border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:.8rem;min-width:0;padding:.75rem;display:flex}.partners-supporters__avatar{color:var(--blue-primary);background:#185fa51a;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;font-size:.78rem;font-weight:800;display:flex}.partners-supporters__item p{color:var(--text-dark);margin:0;font-size:.84rem;font-weight:700;line-height:1.35}.tiers{background:var(--off-white);padding:5.5rem 0}.tiers__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem;display:grid}.tier-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:2rem;transition:transform .25s,box-shadow .25s;position:relative}.tier-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.tier-card--featured{border:2px solid var(--blue-primary)}.tier-card__badge{background:var(--blue-primary);color:var(--white);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:.3rem 1rem;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.tier-card__icon{margin-bottom:1rem;font-size:2.5rem}.tier-card__name{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.35rem;font-size:1.5rem;font-weight:800}.tier-card__amount{color:var(--text-light);margin-bottom:1.5rem;font-size:.88rem}.tier-card__benefits{text-align:left;flex-direction:column;gap:.6rem;margin-bottom:1.75rem;display:flex}.tier-card__benefit{color:var(--text-mid);align-items:flex-start;gap:.6rem;font-size:.88rem;display:flex}.tier-card__benefit:before{content:"✓";color:var(--accent-teal);flex-shrink:0;font-weight:700}.current-partners{background:radial-gradient(circle at 0 0,#ef9f270f,#0000 22rem),linear-gradient(#fff 0%,#f8fbff 100%);padding:5.5rem 0}.partners__logos-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.partner-logo-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);border-left:4px solid #185fa529;grid-template-columns:5.2rem minmax(0,1fr);align-items:center;gap:1rem;padding:1.25rem;transition:transform .25s,box-shadow .25s;display:grid}.partner-logo-card:nth-child(3n+2){border-left-color:#1d9e7538}.partner-logo-card:nth-child(3n){border-left-color:#ef9f2747}.partner-logo-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.partner-logo-card--text-only{grid-template-columns:1fr}.partner-logo-card__mark{background:#fff;border:1px solid #185fa51a;border-radius:16px;justify-content:center;align-items:center;width:5.2rem;height:5.2rem;padding:.6rem;display:flex;box-shadow:inset 0 1px #fffc}.partner-logo-card__mark img{object-fit:contain;max-width:100%;max-height:100%}.partner-logo-card__copy{min-width:0}.partner-logo-card__type{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);font-size:.72rem;font-weight:700}.partner-logo-card__name{color:var(--text-dark);font-size:1.05rem;font-weight:700}.partner-logo-card__desc{color:var(--text-light);font-size:.85rem;line-height:1.65}.partners-directory{border-top:1px solid #185fa51f;margin-top:4.75rem;padding-top:3rem}.partners-directory__header{text-align:center;max-width:760px;margin:0 auto 2.5rem}.partners-directory__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--blue-primary);margin:0 0 .75rem;font-size:.78rem;font-weight:700}.partners-directory__title{font-family:var(--font-display);color:var(--blue-dark);margin:0;font-size:clamp(1.8rem,3vw,2.6rem)}.partners-directory__group{background:linear-gradient(#ffffffeb 0%,#f6fafffa 100%);border:1px solid #185fa51f;border-radius:24px;padding:1.4rem 1.5rem;box-shadow:0 18px 40px #0c447c0f}.partners-directory__group--single{max-width:920px;margin:0 auto}.partners-directory__list{gap:.7rem;margin:0;padding-left:0;display:grid}.partners-directory__list--single{text-align:center;grid-template-columns:1fr;justify-items:center;gap:.9rem;list-style:none}.partners-directory__item{color:var(--text-dark);max-width:760px;font-size:.98rem;line-height:1.65}@media (width<=1024px){.partners-intro{overflow:hidden}.partners-intro__inner,.tiers__grid{grid-template-columns:1fr}.partners__logos-grid{grid-template-columns:repeat(2,1fr)}.partners-volunteers__board{grid-template-columns:1fr}.partners-volunteers__remote-grid,.partners-supporters__list{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.partners__logos-grid{grid-template-columns:1fr}.partners-intro__stats{grid-template-columns:repeat(2,1fr)}.partners-volunteers__facts,.partners-volunteers__remote-grid{grid-template-columns:1fr}}@media (width<=480px){.partners-intro__stats,.tiers__grid,.partners-supporters__list{grid-template-columns:1fr}.partners-intro__inner{gap:2rem}.tier-card,.partner-logo-card,.partners-volunteers__join{padding:1.25rem}.partner-logo-card{grid-template-columns:1fr;align-items:start;gap:.8rem}.partner-logo-card__mark{width:4.4rem;height:4.4rem}.tier-card__badge{white-space:normal;text-align:center;width:calc(100% - 2rem)}}.donate-page{padding:5.5rem 0}.donate-option{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm);padding:2rem}.donate-option--primary{border:3px solid var(--blue-primary);max-width:100%;box-shadow:var(--shadow-md);background-color:#0000;background-image:linear-gradient(90deg,#042c5380 0%,#0c447c7a 54%,#185fa524 100%),url(/childcaremedia/love.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-bottom:2rem;padding:clamp(1.5rem,4vw,2.75rem)}.donate-option--primary .donate-option__title,.donate-option--primary .donate-option__copy{color:var(--white)}.donate-option--muted{background:radial-gradient(circle at 100% 0,#ef9f2729,#0000 26%),linear-gradient(135deg,#fff 0%,#f8fbff 54%,#fff8ee 100%);position:relative;overflow:hidden}.donate-option--muted:after{content:"";pointer-events:none;background:#185fa50f;border-radius:999px;height:180px;position:absolute;inset:auto -20% -55% 52%;transform:rotate(-12deg)}.donate-option__tag{border-radius:var(--radius-sm);background:var(--blue-light);min-height:36px;color:var(--blue-dark);align-items:center;margin-bottom:1rem;padding:.35rem .9rem;font-size:.88rem;font-weight:700;display:inline-flex}.donate-option__title{max-width:780px;color:var(--text-dark);margin-bottom:.75rem;font-size:clamp(1.35rem,2vw,2rem);line-height:1.2}.donate-option__copy{max-width:920px;color:var(--text-mid);font-size:1.02rem;line-height:1.7}.donate-option__copy a{color:var(--blue-primary);font-weight:800}.donate-option__cue{color:#d7eaff;margin-top:1rem;font-size:.95rem;font-weight:800}.donate-option__button{background:var(--white);border-color:var(--white);width:min(100%,380px);min-height:78px;color:var(--blue-deeper);flex-wrap:wrap;gap:.75rem;margin-top:1.6rem;padding:.8rem 1.1rem;display:inline-flex;box-shadow:0 12px 28px #0000003d}.donate-option__button:hover{background:var(--blue-light);border-color:var(--blue-mid);color:var(--blue-deeper);box-shadow:0 16px 34px #0000004d}.donate-option__logo{width:160px;max-width:100%;height:auto;display:block}.donate-option__button span{font-size:.92rem;font-weight:900}.donate-options{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.donate-payment-preview{z-index:1;gap:.85rem;max-width:560px;margin-top:1.35rem;display:grid;position:relative}.donate-payment-preview__card{background:linear-gradient(135deg, var(--blue-primary), var(--blue-mid));color:#fff;border-radius:18px;align-items:center;gap:.8rem;width:min(100%,320px);padding:.9rem 1rem;animation:3.4s ease-in-out infinite donate-card-float;display:flex;box-shadow:0 14px 30px #185fa533}.donate-payment-preview__card span{background:linear-gradient(90deg,#ffffffd9,#ffffff73);border-radius:8px;width:2.3rem;height:1.55rem;box-shadow:inset 0 -5px #ffffff2e}.donate-payment-preview__chips{flex-wrap:wrap;gap:.6rem;display:flex}.donate-payment-preview__chips span{min-height:2.2rem;color:var(--blue-primary);background:#fff;border:1px solid #185fa51f;border-radius:999px;align-items:center;padding:.45rem .8rem;font-size:.82rem;font-weight:800;animation:2.8s ease-in-out infinite donate-chip-pulse;display:inline-flex;box-shadow:0 8px 18px #0b203d0f}.donate-payment-preview__chips span:nth-child(2){animation-delay:.3s}.donate-payment-preview__chips span:nth-child(3){animation-delay:.6s}.donate-payment-preview__progress{background:#dceaf6;border-radius:999px;width:min(100%,420px);height:.55rem;overflow:hidden}.donate-payment-preview__progress span{border-radius:inherit;background:linear-gradient(90deg, var(--accent-amber), var(--blue-primary));width:42%;height:100%;animation:2.6s cubic-bezier(.22,1,.36,1) infinite donate-payment-progress;display:block}.donate-details{background:radial-gradient(circle at 0 0,#ef9f2724,#0000 26%),linear-gradient(135deg,#f8fbff 0%,#fff 52%,#fff8ee 100%);border:1px solid #185fa51f;border-radius:28px;margin-bottom:3rem;padding:clamp(1.4rem,3vw,2rem);position:relative;overflow:hidden;box-shadow:0 16px 40px #0b203d14}@keyframes donate-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes donate-chip-pulse{0%,to{border-color:#185fa51f;transform:translateY(0)}50%{border-color:#185fa547;transform:translateY(-3px)}}@keyframes donate-payment-progress{0%{transform:translate(-105%)}55%,to{transform:translate(240%)}}.donate-details:before{content:"";pointer-events:none;background:linear-gradient(90deg,#185fa50d,#0000 20% 80%,#ef9f2712);position:absolute;inset:0}.donate-details__intro{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1.1rem;max-width:900px;margin-bottom:1.5rem;display:grid;position:relative}.donate-details__intro-icon,.donate-details__card-icon{background:radial-gradient(circle at top left, #fffc, transparent 42%), linear-gradient(135deg, var(--blue-primary), var(--blue-mid));color:#fff;border-radius:20px;place-items:center;width:3.8rem;height:3.8rem;display:grid;box-shadow:0 14px 28px #185fa538}.donate-details__intro-icon svg,.donate-details__card-icon svg{width:1.8rem;height:1.8rem}.donate-details__intro p{color:var(--text-mid);margin:.75rem 0 1rem;line-height:1.8}.donate-details__intro strong{color:var(--blue-primary);font-size:1.05rem}.donate-details__grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:1.25rem;display:grid;position:relative}.donate-details__card{box-shadow:var(--shadow-sm);background:#ffffffeb;border:1px solid #185fa51f;border-radius:22px;padding:1.4rem;transition:transform .24s,box-shadow .24s,border-color .24s;position:relative;overflow:hidden}.donate-details__card:before{content:"";background:linear-gradient(180deg, var(--blue-primary), var(--blue-mid));width:5px;position:absolute;inset:0 auto 0 0}.donate-details__card--bank:before{background:linear-gradient(180deg, var(--accent-amber), #f2bd63)}.donate-details__card:hover{border-color:#185fa538;transform:translateY(-4px);box-shadow:0 20px 44px #0b203d1f}.donate-details__card-icon{border-radius:17px;width:3.1rem;height:3.1rem;margin-bottom:1rem}.donate-details__card-icon svg{width:1.45rem;height:1.45rem}.donate-details__card-icon--bank{background:radial-gradient(circle at top left, #fffc, transparent 42%), linear-gradient(135deg, var(--accent-amber), #d88918)}.donate-details__card h3{color:var(--text-dark);margin:.35rem 0 .85rem;font-size:1.25rem}.donate-details__card p{color:var(--text-mid);margin-bottom:.9rem;line-height:1.75}.donate-details__kicker{color:var(--blue-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800;display:inline-flex}.donate-details__requirements{background:linear-gradient(180deg, #f8fbff 0%, var(--off-white) 100%);border:1px solid #185fa51a;border-radius:18px;margin-top:1rem;padding:1rem}.donate-details__requirements h4{color:var(--text-dark);margin-bottom:.75rem;font-size:.95rem}.donate-details__requirements ul{color:var(--text-mid);gap:.55rem;margin:0;padding-left:0;line-height:1.6;list-style:none;display:grid}.donate-details__requirements li{padding-left:1.45rem;position:relative}.donate-details__requirements li:before{content:"";background:var(--blue-primary);border-radius:999px;width:.52rem;height:.52rem;position:absolute;top:.62rem;left:0;box-shadow:0 0 0 4px #185fa51a}.donate-details__note{margin-top:1rem;font-weight:700}.donate-bank-list{gap:.75rem;margin:1rem 0;display:grid}.donate-bank-list__item{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #185fa51a;border-radius:16px;gap:.25rem;padding:.8rem .9rem;transition:transform .22s,border-color .22s;display:grid}.donate-bank-list__item:hover{border-color:#185fa538;transform:translate(3px)}.donate-bank-list dt{color:var(--text-light);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:800}.donate-bank-list dd{color:var(--text-dark);font-size:1rem;font-weight:800}.donate-details__email{border-top:1px solid #185fa51f;gap:.25rem;margin-top:1rem;padding-top:1rem;display:grid}.donate-details__email span{color:var(--text-light);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:800}.donate-details__email a{color:var(--blue-primary);font-weight:800}.donate-details__closing{background:#fff7e8;border-radius:16px;margin-top:1rem;padding:.9rem 1rem;font-weight:700;color:#7a4a00!important}.donation-guide{border-top:1px solid var(--border);padding-top:3rem}.donation-guide__amounts{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.donation-guide__amount{border:2px solid var(--border);border-radius:var(--radius-md);background:var(--white);min-height:48px;color:var(--text-dark);padding:.75rem 1.1rem;font-size:1rem;font-weight:800;transition:border-color .2s,background .2s,color .2s,transform .2s}.donation-guide__amount:hover,.donation-guide__amount--active{border-color:var(--blue-primary);background:var(--blue-light);color:var(--blue-dark);transform:translateY(-2px)}.donation-guide__result{border-left:5px solid var(--blue-primary);border-radius:var(--radius-lg);background:var(--off-white);max-width:560px;min-height:138px;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;gap:.75rem;margin-top:1.5rem;padding:1.6rem;display:flex}.donation-guide__result strong{color:var(--blue-primary);font-size:1.55rem;line-height:1}.donation-guide__result span{color:var(--text-mid);font-size:1.05rem;font-weight:600;line-height:1.55}.donate-credentials{color:var(--text-light);flex-wrap:wrap;gap:.8rem 1.5rem;margin-top:2rem;font-size:.94rem;font-weight:700;display:flex}@media (width<=900px){.donate-options,.donate-details__grid,.donate-details__intro{grid-template-columns:1fr}}@media (width<=560px){.donate-page{padding:4rem 0}.donate-option,.donate-option--primary{padding:1.35rem}.donate-option__button{white-space:normal}}@media (prefers-reduced-motion:reduce){.donate-payment-preview__card,.donate-payment-preview__chips span,.donate-payment-preview__progress span{animation:none}}.child-protection{background:linear-gradient(#fff 0%,#f7fbff 12%,#eef6ff 44%,#f8fbff 74%,#fff 100%)}[data-reveal]{opacity:0;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .82s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(28px)scale(.985)}[data-reveal].is-visible{opacity:1;transform:translateY(0)scale(1)}.child-protection__hero{color:var(--white);background:radial-gradient(circle at 0 0,#ef9f272e,#0000 30%),linear-gradient(135deg,#072544 0%,#185fa5 52%,#378add 100%);padding:6.5rem 0 5rem;position:relative;overflow:hidden}.child-protection__hero-pattern{opacity:.12;pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffffd9 1px,#0000 0);background-size:34px 34px;animation:18s linear infinite child-protection-float;position:absolute;inset:0}.child-protection__hero-inner{z-index:1;grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr);align-items:end;gap:2rem;display:grid;position:relative}.child-protection__eyebrow{letter-spacing:.1em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;margin-bottom:1rem;padding:.45rem .95rem;font-size:.78rem;font-weight:700;display:inline-block}.child-protection__title{font-family:var(--font-display);max-width:11ch;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.03}.child-protection__title span{color:#d9ebff;display:block}.child-protection__subtitle{color:#ffffffe0;max-width:640px;font-size:1.08rem;line-height:1.85}.child-protection__hero-actions,.child-protection__cta-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.child-protection__outline-btn{color:var(--white);border-color:#ffffff73;position:relative;overflow:hidden}.child-protection__outline-btn:before,.child-protection__quick-path-card:before,.child-protection__resource-link:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#60aef433 34%,#60aef457 50%,#60aef433 66%,#0000 100%);transition:transform 1.05s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translate(-115%)}.child-protection__outline-btn:hover{border-color:var(--white)}.child-protection__outline-btn:hover:before,.child-protection__outline-btn:focus-visible:before,.child-protection__quick-path-card:hover:before,.child-protection__quick-path-card:focus-visible:before,.child-protection__resource-link:hover:before,.child-protection__resource-link:focus-visible:before{transform:translate(115%)}.child-protection__hero-panel,.child-protection__needs-card,.child-protection__volunteer-card{border-radius:24px;padding:1.5rem}.child-protection__hero-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#042c535c;border:1px solid #ffffff2e;animation:8s ease-in-out infinite child-protection-drift;position:relative;overflow:hidden;box-shadow:0 24px 60px #03122238}.child-protection__hero-panel--tinyhands{background-color:#0000;background-image:linear-gradient(#04224066 0%,#04224080 100%),url(/optimized/childcaremedia/tinyHands.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:350px}.child-protection__hero-panel--tinyhands:before{content:"";pointer-events:none;background:radial-gradient(circle at 22% 24%,#ffd58724,#0000 24%),linear-gradient(135deg,#07254429 0%,#0725440d 100%);position:absolute;inset:0}.child-protection__panel-label{z-index:1;color:#f6c56c;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem;font-size:.8rem;font-weight:700;position:relative}.child-protection__panel-text,.child-protection__volunteer-text{z-index:1;color:#ffffffe0;line-height:1.65;position:relative}.child-protection__hero-tags{z-index:1;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex;position:relative}.child-protection__visual-icon{width:2.65rem;height:2.65rem;color:var(--blue-primary);background:radial-gradient(circle at 0 0,#ffffffeb,#ffffff94),linear-gradient(135deg,#185fa51f,#ef9f2724);border:1px solid #185fa524;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 1px #ffffffb8,0 10px 22px #0b203d0f}.child-protection__visual-icon svg{width:1.25rem;height:1.25rem}.child-protection__quick-path{z-index:2;margin-top:-2rem;position:relative}.child-protection__quick-path-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.child-protection__quick-path-card{background:#fffffffa;border:1px solid #185fa521;border-radius:22px;grid-template-columns:2.65rem 1fr;align-items:center;gap:.85rem;min-height:104px;padding:1rem;text-decoration:none;transition:transform .28s,box-shadow .28s,border-color .28s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #0b203d1f}.child-protection__quick-path-card:hover,.child-protection__quick-path-card:focus-visible{border-color:#185fa53d;outline:none;transform:translateY(-4px);box-shadow:0 22px 48px #0b203d26}.child-protection__quick-path-card strong{z-index:1;color:var(--text-dark);margin-bottom:.25rem;font-size:.98rem;display:block;position:relative}.child-protection__quick-path-card .child-protection__visual-icon{z-index:1;position:relative}.child-protection__quick-path-card small{z-index:1;color:var(--text-mid);font-size:.82rem;line-height:1.45;display:block;position:relative}.child-protection__label-with-icon{align-items:center;gap:.55rem;display:inline-flex}.child-protection__label-with-icon .child-protection__visual-icon{border-radius:14px;width:2rem;height:2rem}.child-protection__label-with-icon .child-protection__visual-icon svg{width:1rem;height:1rem}.child-protection__section{position:relative;overflow:hidden}.child-protection .section{padding:1.25rem 0}.child-protection__section+.child-protection__section{margin-top:-1px}.child-protection__section:before{content:"";pointer-events:none;opacity:.7;position:absolute;inset:0}.child-protection__section>.container{z-index:1;position:relative}.child-protection__soft-figure{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.35;filter:grayscale(4%)saturate(.92)contrast(.96);mix-blend-mode:multiply;object-fit:contain;position:absolute}.child-protection__soft-figure--sad-one{width:min(24vw,310px);bottom:2.2rem;left:max(1vw,1rem);transform:rotate(-3deg)}.child-protection__soft-figure--sad-two{opacity:.35;width:min(26vw,340px);top:4.2rem;right:max(1vw,1rem);transform:rotate(3deg)}.child-protection__soft-figure--saved{opacity:.35;width:min(27vw,360px);top:4rem;left:max(1vw,1rem)}.child-protection__section--ice{background:linear-gradient(#f6fafff0 0%,#edf4fbf0 100%)}.child-protection__section#child-protection-crisis,.child-protection__section#child-protection-rights,.child-protection__section#child-protection-resources{background:radial-gradient(circle at 100% 0,#185fa50b,#0000 26rem),linear-gradient(#ffffffa3 0%,#f7fbffdb 100%)}.child-protection__section#child-protection-rights:before{background:radial-gradient(circle at 0 0,#1c6bb314,#0000 24%),linear-gradient(90deg,#0000 0%,#185fa508 50%,#0000 100%)}.child-protection__section#child-protection-crisis .child-protection__section-head,.child-protection__section#child-protection-crisis .child-protection__stats-grid{margin-left:clamp(0rem,10vw,7rem)}.child-protection__section#child-protection-statistics .child-protection__two-column,.child-protection__section#child-protection-statistics .child-protection__abuse-grid{margin-right:clamp(0rem,10vw,7rem)}.child-protection__section#child-protection-report .child-protection__section-head,.child-protection__section#child-protection-report .child-protection__response-board,.child-protection__section#child-protection-report .child-protection__reporting-grid{margin-left:clamp(0rem,10vw,7rem)}.child-protection__section#child-protection-report{background:radial-gradient(circle at 100% 0,#ef9f2717,#0000 22rem),linear-gradient(#f7fbffe6 0%,#ffffffb8 100%)}.child-protection__section#child-protection-report:before{background:linear-gradient(90deg,#185fa50a 0%,#0000 18% 82%,#ef9f270d 100%)}.child-protection__section#child-protection-volunteer:before{background:radial-gradient(circle at 18% 22%,#ffd6aa47,#0000 18%),radial-gradient(circle at 88% 18%,#1c6bb314,#0000 18%)}.child-protection__section#child-protection-resources{background:radial-gradient(circle at 0 100%,#185fa50f,#0000 24rem),linear-gradient(#ffffffb8 0%,#f9fbfff5 100%)}.child-protection__section-head{margin-bottom:.7rem}.child-protection__section-head--center{text-align:center}.child-protection__section-head--center .section-subtitle{margin-left:auto;margin-right:auto}.child-protection__stats-grid,.child-protection__rights-grid,.child-protection__resources-grid,.child-protection__reporting-grid,.child-protection__abuse-grid{gap:1.05rem;display:grid}.child-protection__stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.child-protection__stat-card,.child-protection__rights-card,.child-protection__resource-card,.child-protection__reporting-card,.child-protection__abuse-card,.child-protection__volunteer-fact,.child-protection__supporters-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #185fa51f;border-radius:22px;padding:1.25rem;box-shadow:0 12px 36px #0b203d14}.child-protection__stat-card{text-align:center;transition:transform .3s,box-shadow .3s}.child-protection__stat-card .child-protection__visual-icon{margin:0 auto .85rem}.child-protection__stat-value{font-family:var(--font-display);color:var(--blue-primary);margin-bottom:.9rem;font-size:2.35rem;line-height:1}.child-protection__stat-title,.child-protection__reporting-card h3,.child-protection__abuse-card h3,.child-protection__supporters-card h3,.child-protection__resource-card h3,.child-protection__volunteer-fact h4{color:var(--text-dark);margin-bottom:.7rem;font-size:1rem;font-weight:700}.child-protection__stat-text,.child-protection__rights-text,.child-protection__resource-card p,.child-protection__reporting-card p,.child-protection__abuse-card p,.child-protection__volunteer-fact p{color:var(--text-mid);font-size:.95rem;line-height:1.6}.child-protection__abuse-summary,.child-protection__rural-summary{color:var(--text-dark);margin-bottom:.35rem;font-weight:600;line-height:1.45}.child-protection__resource-link{color:var(--blue-primary);border-radius:999px;margin-top:1rem;margin-left:-.45rem;padding:.25rem .45rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.child-protection__mini-list{color:var(--text-mid);gap:.55rem;margin:.8rem 0 0;padding-left:1.05rem;font-size:.9rem;line-height:1.5;display:grid}.child-protection__mini-list li::marker{color:var(--blue-primary)}.child-protection__resource-card--featured{background:radial-gradient(circle at 100% 0,#ef9f272e,#0000 30%),linear-gradient(135deg,#fff 0%,#f2f8ff 100%);grid-column:1/-1;grid-template-columns:minmax(0,1.6fr) minmax(220px,.65fr);align-items:center;gap:1.25rem;display:grid}.child-protection__research-card{background:radial-gradient(circle at 0 0,#185fa51f,#0000 28%),linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #185fa51f;border-radius:22px;grid-column:1/-1;grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);align-items:center;gap:1.35rem;padding:1.25rem;display:grid;box-shadow:0 12px 36px #0b203d14}.child-protection__research-thumb{aspect-ratio:.77;background:#fff;border:1px solid #185fa529;border-radius:16px;width:min(100%,260px);display:block;overflow:hidden;box-shadow:0 18px 34px #0b203d24}.child-protection__research-thumb img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.child-protection__research-copy{gap:.85rem;display:grid}.child-protection__research-copy h3{color:var(--text-dark);margin:0;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.22}.child-protection__research-copy p{color:var(--text-mid);font-size:.98rem;line-height:1.65}.child-protection__research-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-top:.25rem}.child-protection__stat-card:hover,.child-protection__rights-card:hover,.child-protection__resource-card:hover,.child-protection__reporting-card:hover,.child-protection__abuse-card:hover,.child-protection__volunteer-fact:hover,.child-protection__supporter-item:hover,.child-protection__volunteer-spotlight:hover{transform:translateY(-6px);box-shadow:0 18px 42px #0b203d1f}.child-protection__resource-feature-copy{gap:.85rem;display:grid}.child-protection__resource-feature-actions{align-items:start;gap:1rem;display:grid}.child-protection__resource-file{background:#0725440a;border:1px solid #185fa51f;border-radius:18px;gap:.35rem;padding:1rem 1.1rem;display:grid}.child-protection__resource-file strong{color:var(--text-dark)}.child-protection__resource-file span{color:var(--text-light);font-size:.88rem}.child-protection__stat-source{color:var(--text-light);margin-top:1rem;font-size:.82rem;display:inline-block}.child-protection__definition-grid,.child-protection__two-column{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.child-protection__definition-card,.child-protection__prevalence-card,.child-protection__factors-card,.child-protection__steps-card,.child-protection__channels-card,.child-protection__response-card{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #185fa51f;border-radius:20px;padding:1.25rem}.child-protection__definition-item,.child-protection__bullet-item{grid-template-columns:.7rem 1fr;align-items:start;gap:.7rem;display:grid}.child-protection__definition-card{gap:1rem;display:grid}.child-protection__definition-item span,.child-protection__bullet-item span{background:var(--accent-amber);border-radius:999px;width:.7rem;height:.7rem;margin-top:.45rem}.child-protection__definition-item p,.child-protection__bullet-item p,.child-protection__needs-text{color:var(--text-mid);font-size:.95rem;line-height:1.55}.child-protection__volunteer-card .child-protection__bullet-item p{color:var(--accent-amber)}.child-protection__needs-card{box-shadow:var(--shadow-sm);background:linear-gradient(#fff 0%,#f7fbff 100%);border:1px solid #185fa51f}.child-protection__panel-title{color:var(--text-dark);margin-bottom:.9rem;font-size:1.1rem}.child-protection__needs-list{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.child-protection__needs-list span,.child-protection__legal-tags span,.child-protection__supporter-pill{background:var(--blue-light);color:var(--blue-dark);border-radius:999px;padding:.45rem .85rem;font-size:.8rem;font-weight:600}.child-protection__risk-card{background:#fff6e5;border:1px solid #ef9f2738;border-radius:18px;margin-top:1.25rem;padding:1rem 1.1rem}.child-protection__risk-card h4{color:var(--text-dark);margin-bottom:.45rem}.child-protection__risk-card p{color:var(--text-mid)}.child-protection__rights-grid,.child-protection__resources-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.child-protection__rights-kicker{color:var(--accent-amber);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;display:inline-flex}.child-protection__card-icon-row{align-items:center;gap:.75rem;margin-bottom:.9rem;display:flex}.child-protection__card-icon-row .child-protection__visual-icon,.child-protection__abuse-card-top .child-protection__visual-icon,.child-protection__reporting-card .child-protection__visual-icon,.child-protection__resource-card>.child-protection__visual-icon{border-radius:16px;width:2.3rem;height:2.3rem}.child-protection__card-icon-row .child-protection__visual-icon svg,.child-protection__abuse-card-top .child-protection__visual-icon svg,.child-protection__reporting-card .child-protection__visual-icon svg,.child-protection__resource-card>.child-protection__visual-icon svg{width:1.08rem;height:1.08rem}.child-protection__rights-title{color:var(--text-dark);margin-bottom:.7rem;font-size:1.08rem}.child-protection__legal-card{box-shadow:var(--shadow-sm);background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #185fa51f;border-radius:24px;grid-template-columns:88px 1fr;gap:1.25rem;margin-top:2rem;padding:1.8rem;display:grid}.child-protection__legal-mark{background:linear-gradient(135deg, var(--accent-amber), #ffd483);width:88px;height:88px;color:var(--blue-deeper);letter-spacing:.08em;border-radius:24px;justify-content:center;align-items:center;font-size:1.6rem;font-weight:800;display:flex}.child-protection__legal-title{color:var(--text-dark);margin-bottom:.8rem;font-size:1.25rem}.child-protection__legal-text{color:var(--text-mid);line-height:1.8}.child-protection__legal-tags{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.child-protection__bars,.child-protection__bullet-list,.child-protection__supporters-grid{gap:.8rem;display:grid}.child-protection__bullet-list--compact{gap:.65rem}.child-protection__factor-list{grid-template-columns:1fr;gap:.9rem;display:grid}.child-protection__bar-head{color:var(--text-mid);justify-content:space-between;gap:1rem;margin-bottom:.35rem;font-size:.92rem;display:flex}.child-protection__bar-head strong,.child-protection__reporting-card strong{color:var(--blue-primary)}.child-protection__bar-track{background:#dce9f5;border-radius:999px;width:100%;height:.75rem;overflow:hidden}.child-protection__bar-fill{border-radius:inherit;background:linear-gradient(90deg, var(--blue-primary), var(--blue-mid));width:0;height:100%;transition:width 1.1s cubic-bezier(.22,1,.36,1)}.child-protection__bar-fill.is-visible{width:var(--target-width)}.child-protection__small-note{color:var(--text-light);margin-top:1rem;font-size:.82rem}.child-protection__factor-item{background:var(--off-white);border-radius:18px;grid-template-columns:40px 1fr;align-items:start;gap:1.05rem;padding:1.15rem 1.2rem;transition:transform .3s,background .3s;display:grid}.child-protection__factor-index,.child-protection__step span{color:#9a5b00;background:#fff0d5;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-weight:700;display:inline-flex}.child-protection__factor-item h4{color:var(--text-dark);margin-bottom:.35rem;font-size:1rem}.child-protection__factor-item p{color:var(--text-mid);line-height:1.85}.child-protection__factor-item:hover{background:#f8fbff;transform:translateY(-4px)}.child-protection__abuse-grid,.child-protection__reporting-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.4rem}.child-protection__section#child-protection-statistics .section-label,.child-protection__section#child-protection-statistics .section-title,.child-protection__section#child-protection-statistics .section-subtitle{text-align:center}.child-protection__section#child-protection-statistics .section-subtitle{margin-left:auto;margin-right:auto}.child-protection__abuse-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.child-protection__abuse-card{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 34%),linear-gradient(#fff 0%,#f7fbff 100%);border-radius:24px;gap:.95rem;min-height:100%;display:grid;position:relative;overflow:hidden}.child-protection__abuse-card:before{content:"";background:var(--card-accent,var(--blue-primary));height:5px;position:absolute;inset:0 0 auto}.child-protection__abuse-card-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.child-protection__abuse-kicker{background:var(--card-soft,#185fa51f);color:var(--card-accent,var(--blue-primary));letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.34rem .72rem;font-size:.73rem;font-weight:800;display:inline-flex}.child-protection__abuse-dot{background:var(--card-accent,var(--blue-primary));width:.72rem;height:.72rem;box-shadow:0 0 0 .38rem var(--card-soft,#185fa51f);border-radius:999px}.child-protection__rural{background:linear-gradient(135deg,#042c53f5,#185fa5f5),radial-gradient(circle at 100% 0,#ef9f2733,#0000 28%)}.child-protection__section-label--light,.child-protection__section-title--light,.child-protection__section-subtitle--light{color:var(--white)}.child-protection__section-subtitle--light{opacity:.86}.child-protection__rural-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.05rem;display:grid}.child-protection__rural-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff24;border-radius:24px;padding:1.6rem;transition:transform .3s,background .3s,border-color .3s}.child-protection__rural-card h3{color:var(--white);margin-bottom:1rem;font-size:1.15rem}.child-protection__rural-summary{color:#ffffffeb;margin-top:.45rem;margin-bottom:.85rem}.child-protection__rural-card ul{gap:.8rem;display:grid}.child-protection__rural-card li{color:#ffffffd9;padding-left:1rem;line-height:1.7;position:relative}.child-protection__rural-card li:before{content:"";background:var(--accent-amber);border-radius:999px;width:.38rem;height:.38rem;position:absolute;top:.65rem;left:0}.child-protection__rural-card:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-6px)}.child-protection__response-board{grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr) minmax(0,.95fr);align-items:start;gap:1.05rem;display:grid}.child-protection__steps-card{box-shadow:none;background:0 0;border:0;grid-template-columns:1fr;gap:.75rem;padding:0;display:grid}.child-protection__step{background:#fff;border:1px solid #185fa51a;border-radius:18px;grid-template-columns:2.2rem 1fr;align-items:start;gap:1rem;padding:1rem 1.05rem;transition:transform .28s,border-color .28s,box-shadow .28s;display:grid}.child-protection__step p{color:var(--text-mid);font-size:.93rem;line-height:1.65}.child-protection__step:hover{border-color:#185fa52e;transform:translateY(-4px);box-shadow:0 12px 24px #0b203d14}.child-protection__abuse-summary{background:var(--card-wash,#185fa514);border:1px solid var(--card-border,#185fa51f);border-radius:18px;padding:.9rem 1rem}.child-protection__abuse-tags{flex-wrap:wrap;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.child-protection__abuse-tags li{border:1px solid var(--card-border,#185fa51f);min-height:2.3rem;color:var(--text-dark);background:#ffffffeb;border-radius:16px;align-items:center;padding:.55rem .8rem;font-size:.88rem;line-height:1.45;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 22px #0b203d0d}.child-protection__abuse-tags li:hover{transform:translateY(-2px);box-shadow:0 14px 24px #0b203d14}.child-protection__abuse-card--rose{--card-accent:#c94d73;--card-soft:#c94d7324;--card-wash:#c94d7314;--card-border:#c94d732e}.child-protection__abuse-card .child-protection__visual-icon{color:var(--card-accent,var(--blue-primary));background:var(--card-soft,#185fa51f);border-color:var(--card-border,#185fa51f);box-shadow:none}.child-protection__abuse-card--amber{--card-accent:#c78513;--card-soft:#c7851324;--card-wash:#c7851314;--card-border:#c785132e}.child-protection__abuse-card--blue{--card-accent:#1c6bb3;--card-soft:#1c6bb324;--card-wash:#1c6bb314;--card-border:#1c6bb32e}.child-protection__abuse-card--violet{--card-accent:#7a5cc9;--card-soft:#7a5cc924;--card-wash:#7a5cc914;--card-border:#7a5cc92e}.child-protection__abuse-card--teal{--card-accent:#148a81;--card-soft:#148a8124;--card-wash:#148a8114;--card-border:#148a812e}.child-protection__abuse-card--slate{--card-accent:#506579;--card-soft:#50657924;--card-wash:#50657914;--card-border:#5065792e}.child-protection__report-block+.child-protection__report-block{margin-top:1.25rem}.child-protection__reporting-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.child-protection__reporting-card{background:radial-gradient(circle at 100% 0,#ef9f271f,#0000 30%),linear-gradient(#fff 0%,#f8fbff 100%);position:relative;overflow:hidden}.child-protection__reporting-card .child-protection__visual-icon,.child-protection__resource-card>.child-protection__visual-icon{margin-bottom:.85rem}.child-protection__reporting-card:after{content:"";background:linear-gradient(90deg, var(--accent-amber), var(--blue-primary));height:4px;position:absolute;inset:auto 0 0}.child-protection__response-card .child-protection__bullet-list,.child-protection__channels-card .child-protection__bullet-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.child-protection__response-card .child-protection__bullet-list{grid-template-columns:1fr;gap:.85rem}.child-protection__response-card .child-protection__bullet-item{background:#ffffffb8;border-radius:16px;padding:.9rem 1rem}.child-protection__response-card .child-protection__bullet-item p{line-height:1.75}.child-protection__channels-card .child-protection__bullet-list--compact{grid-template-columns:1fr}.child-protection__channels-card--stacked{display:block}.child-protection__resources-board,.child-protection__volunteer-board{gap:1.25rem;display:grid}.child-protection__resources-board{grid-template-columns:minmax(0,1.5fr) minmax(300px,.9fr)}.child-protection__resource-side{align-content:start;gap:1rem;display:grid}.child-protection__volunteer-card{background:linear-gradient(135deg, var(--blue-deeper), var(--blue-primary));color:var(--white);position:relative;overflow:hidden}.child-protection__volunteer-card .child-protection__panel-title{color:var(--white)}.child-protection__volunteer-card:after{content:"";background:#ffffff14;border-radius:999px;width:180px;height:180px;position:absolute;bottom:-60px;right:-40px}.child-protection__volunteer-board{grid-template-columns:minmax(0,1.05fr) minmax(0,1.35fr);align-items:start}.child-protection__volunteer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.child-protection__volunteer-card .child-protection__bullet-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem 1rem}.child-protection__volunteer-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.child-protection__volunteer-spotlight{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #185fa51f;border-radius:22px;flex-direction:column;gap:.85rem;padding:.9rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 12px 36px #0b203d14}.child-protection__volunteer-photo{background:#fff;border-radius:18px;justify-content:center;align-items:center;min-height:270px;max-height:270px;display:flex;overflow:hidden}.child-protection__volunteer-photo img{object-fit:contain;border-radius:18px;width:100%;height:100%}.child-protection__volunteer-copy p{color:var(--text-mid);margin-bottom:.75rem;font-size:.9rem;line-height:1.55}.child-protection__volunteer-copy p:last-child{margin-bottom:0}.child-protection__supporters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.child-protection__supporters-card--unified{background:radial-gradient(circle at 100% 0,#ef9f272e,#0000 24%),radial-gradient(circle at 0 100%,#ffd6aa47,#0000 26%),linear-gradient(#fffdf8 0%,#f8fbff 100%);grid-column:span 2;gap:1rem;padding:1.5rem;display:grid}.child-protection__supporters-title{color:var(--text-dark);font-size:1.15rem}.child-protection__supporters-intro{color:var(--text-mid);max-width:72ch;line-height:1.8}.child-protection__supporters-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.5rem;display:grid}.child-protection__supporter-item{background:linear-gradient(#fffffffa 0%,#fffaf2fa 100%);border:1px solid #deb67a33;border-radius:22px;grid-template-columns:3.1rem 1fr;align-items:center;gap:.9rem;padding:1rem 1.05rem;display:grid;box-shadow:0 12px 28px #0b203d0f}.child-protection__supporter-kind{color:#9a5b00;letter-spacing:.04em;text-transform:uppercase;background:#fff2db;border-radius:999px;margin-bottom:.45rem;padding:.35rem .7rem;font-size:.75rem;font-weight:700;display:inline-flex}.child-protection__supporter-avatar{color:#7a4300;background:radial-gradient(circle at 0 0,#ffdcae,#f4b86f);border-radius:18px;justify-content:center;align-items:center;width:3.1rem;height:3.1rem;font-size:.95rem;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffffb3}.child-protection__supporter-copy{min-width:0}.child-protection__supporter-item p{color:var(--text-mid);margin:0;font-size:.94rem;line-height:1.55}.child-protection__fact-kicker{color:var(--blue-primary);letter-spacing:.05em;text-transform:uppercase;background:#185fa514;border-radius:999px;margin-bottom:.55rem;padding:.3rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.child-protection__cta{background:linear-gradient(135deg, var(--blue-deeper), var(--blue-primary));color:var(--white);border-radius:28px;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2rem;padding:2rem;display:flex;position:relative;overflow:hidden}.child-protection__cta:before{content:"";background:#ffffff14;border-radius:999px;width:180px;height:180px;position:absolute;inset:auto auto -60px -40px}.child-protection__cta-title{font-family:var(--font-display);margin-bottom:.85rem;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.2}.child-protection__cta-text{color:#ffffffdb;max-width:680px;line-height:1.8}@keyframes child-protection-float{0%{transform:translate(0,0)}50%{transform:translate(10px,-8px)}to{transform:translate(0,0)}}@keyframes child-protection-drift{0%{transform:translate(0,0)}50%{transform:translateY(-8px)}to{transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none}.child-protection__hero-pattern,.child-protection__hero-panel{animation:none}.child-protection__stat-card:hover,.child-protection__rights-card:hover,.child-protection__resource-card:hover,.child-protection__reporting-card:hover,.child-protection__abuse-card:hover,.child-protection__volunteer-fact:hover,.child-protection__supporter-item:hover,.child-protection__volunteer-spotlight:hover,.child-protection__factor-item:hover,.child-protection__rural-card:hover,.child-protection__step:hover,.child-protection__abuse-tags li:hover{transform:none}}@media (width<=900px){.child-protection__section#child-protection-crisis .child-protection__section-head,.child-protection__section#child-protection-crisis .child-protection__stats-grid,.child-protection__section#child-protection-statistics .child-protection__two-column,.child-protection__section#child-protection-statistics .child-protection__abuse-grid,.child-protection__section#child-protection-report .child-protection__section-head,.child-protection__section#child-protection-report .child-protection__response-board,.child-protection__section#child-protection-report .child-protection__reporting-grid{margin-left:0;margin-right:0}.child-protection__stats-grid,.child-protection__quick-path-grid,.child-protection__resources-grid,.child-protection__rural-grid,.child-protection__abuse-grid,.child-protection__reporting-grid,.child-protection__supporters-grid,.child-protection__supporters-list,.child-protection__response-board,.child-protection__resources-board,.child-protection__resource-side,.child-protection__volunteer-board,.child-protection__two-column,.child-protection__hero-inner{grid-template-columns:1fr}.child-protection__definition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.child-protection__rights-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.child-protection__volunteer-spotlight{grid-column:auto;grid-template-columns:1fr}.child-protection__supporters-card--unified{grid-column:1/-1}.child-protection__resource-card--featured,.child-protection__research-card,.child-protection__research-actions{grid-template-columns:1fr}.child-protection__research-thumb{width:min(100%,240px)}.child-protection__cta{flex-direction:column;align-items:stretch}.child-protection__volunteer-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}.child-protection__response-card .child-protection__bullet-list,.child-protection__channels-card .child-protection__bullet-list,.child-protection__volunteer-grid,.child-protection__volunteer-card .child-protection__bullet-list{grid-template-columns:1fr}}@media (width<=720px){.child-protection__hero{padding-top:5.5rem}.child-protection__soft-figure{opacity:.08;width:220px}.child-protection__soft-figure--sad-one,.child-protection__soft-figure--saved{left:-95px}.child-protection__soft-figure--sad-two{right:-100px}.child-protection__quick-path{margin-top:-1rem}.child-protection__definition-grid,.child-protection__quick-path-grid,.child-protection__stats-grid,.child-protection__rights-grid,.child-protection__resources-grid,.child-protection__supporters-grid,.child-protection__supporters-list,.child-protection__volunteer-showcase,.child-protection__legal-card{grid-template-columns:1fr}.child-protection__legal-mark{width:72px;height:72px}.child-protection__hero-actions .btn,.child-protection__cta-actions .btn{width:100%}}.contact-page{background:var(--white)}.contact-page__section{padding:5.5rem 0}.contact-page__intro{margin-bottom:2.5rem}.contact-page__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.contact-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #185fa51f;border-radius:24px;gap:.8rem;padding:1.75rem;transition:transform .22s,box-shadow .22s;display:grid;box-shadow:0 12px 36px #0b203d14}.contact-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #0b203d1f}.contact-card__icon{border-radius:18px;place-items:center;width:56px;height:56px;display:grid}.contact-card__icon svg{width:28px;height:28px}.contact-card--green .contact-card__icon{color:#15803d;background:#dcfce7}.contact-card--blue .contact-card__icon{background:var(--blue-light);color:var(--blue-primary)}.contact-card--amber .contact-card__icon{color:#b56700;background:#fff4db}.contact-card__title{color:var(--text-dark);font-size:1.05rem;font-weight:700}.contact-card__detail{color:var(--text-mid);line-height:1.7}.contact-card__action{color:var(--blue-primary);font-size:.92rem;font-weight:700}.careers-banner{background:radial-gradient(circle at 0 0,#ef9f2724,#0000 26%),linear-gradient(135deg,#f7fbff 0%,#fff 58%,#fff8ee 100%);border:1px solid #185fa51f;border-radius:24px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem;margin-bottom:2rem;padding:1.5rem;display:grid;box-shadow:0 14px 36px #0b203d14}.careers-banner__icon{background:var(--blue-light);width:4rem;height:4rem;color:var(--blue-primary);border-radius:20px;place-items:center;display:grid}.careers-banner__icon svg{width:2rem;height:2rem}.careers-banner__title{color:var(--text-dark);margin:.25rem 0 .5rem;font-size:clamp(1.35rem,2vw,1.8rem)}.careers-banner__text{color:var(--text-mid);max-width:760px;line-height:1.75}.careers-banner__button{white-space:nowrap}.contact-page__layout{grid-template-columns:1.1fr .9fr;gap:1.75rem;display:grid}.contact-panel{box-shadow:var(--shadow-sm);background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #185fa51f;border-radius:28px;padding:1.8rem}.contact-panel--alt{background:linear-gradient(135deg, var(--blue-deeper), var(--blue-primary));color:var(--white)}.contact-panel--alt .section-label,.contact-panel--alt .contact-panel__title,.contact-panel--alt .contact-details__item strong,.contact-panel--alt .contact-details__item a,.contact-panel--alt .contact-details__item span,.contact-panel--alt .contact-page__cta p{color:var(--white)}.contact-panel__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.9rem;font-size:clamp(1.45rem,2.6vw,2rem)}.contact-panel__text{color:var(--text-mid);margin-bottom:1.4rem;line-height:1.8}.newsletter-form{gap:1rem;display:grid}.newsletter-form__field{gap:.45rem;display:grid}.newsletter-form__field--website{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.newsletter-form__field span{color:var(--text-dark);font-size:.88rem;font-weight:600}.newsletter-form__field input{border:1px solid var(--border);background:var(--white);width:100%;min-height:52px;color:var(--text-dark);font:inherit;border-radius:14px;padding:.9rem 1rem}.newsletter-form__field input:focus{border-color:var(--blue-primary);outline:2px solid #185fa524}.newsletter-form .btn[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.newsletter-form__rules{color:var(--text-light);font-size:.88rem;line-height:1.7}.newsletter-form__note{color:var(--text-light);margin-top:1rem;font-size:.9rem;line-height:1.7}.contact-details{gap:1rem;display:grid}.contact-details__item{gap:.35rem;display:grid}.contact-details__item strong{font-size:.9rem}.contact-details__item span,.contact-details__item a{color:#ffffffe6;line-height:1.8}.contact-page__cta{border-top:1px solid #ffffff2e;margin-top:1.5rem;padding-top:1.5rem}.contact-page__cta p{color:#ffffffe0;margin-bottom:1rem;line-height:1.8}.contact-panel--alt .contact-page__cta .btn-outline{color:var(--white);border-color:#ffffffeb}.contact-panel--alt .contact-page__cta .btn-outline:hover{background:var(--white);border-color:var(--white);color:var(--blue-deeper)}.newsletter-modal{z-index:1600;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.newsletter-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#04182e8f;position:absolute;inset:0}.newsletter-modal__card{z-index:1;border:1px solid #ffffff73;border-radius:28px;width:min(100%,460px);padding:1.8rem;position:relative;overflow:hidden;box-shadow:0 24px 70px #0b203d3d}.newsletter-modal__card--success{background:radial-gradient(circle at 100% 0,#ffdcadd9,#0000 30%),linear-gradient(#fffdf8 0%,#f7fbff 100%)}.newsletter-modal__card--error{background:radial-gradient(circle at 100% 0,#ffd6dcd9,#0000 30%),linear-gradient(#fffafb 0%,#f8fbff 100%)}.newsletter-modal__glow{background:#ffffff73;border-radius:999px;width:180px;height:180px;position:absolute;top:-60px;right:-40px}.newsletter-modal__icon{border-radius:22px;place-items:center;width:4rem;height:4rem;margin-bottom:1rem;font-size:1.45rem;font-weight:800;display:grid}.newsletter-modal__card--success .newsletter-modal__icon{color:#166534;background:linear-gradient(135deg,#dff7e7,#b8efca)}.newsletter-modal__card--error .newsletter-modal__icon{color:#be123c;background:linear-gradient(135deg,#ffe2e7,#ffc7d2)}.newsletter-modal__eyebrow{z-index:1;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem;font-weight:700;position:relative}.newsletter-modal__card--success .newsletter-modal__eyebrow{color:#2f7a3f}.newsletter-modal__card--error .newsletter-modal__eyebrow{color:#b4234a}.newsletter-modal__title{z-index:1;font-family:var(--font-display);color:var(--text-dark);margin-bottom:.7rem;font-size:clamp(1.5rem,4vw,2rem);position:relative}.newsletter-modal__text{z-index:1;color:var(--text-mid);margin-bottom:1.25rem;line-height:1.75;position:relative}@media (width<=980px){.contact-page__cards,.contact-page__layout,.careers-banner{grid-template-columns:1fr}.careers-banner__button{justify-self:start}}@media (width<=480px){.contact-page__section{padding:4rem 0}.contact-card,.contact-panel,.careers-banner{padding:1.2rem}.contact-card__icon{width:48px;height:48px}.contact-card__icon svg{width:24px;height:24px}.newsletter-modal__card{border-radius:22px;padding:1.25rem}.newsletter-modal .btn{width:100%}}.not-found-page{background:var(--white)}.not-found-page__hero{background:radial-gradient(circle at top left, #378add38, transparent 30%), linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-dark) 48%, var(--blue-primary) 100%);min-height:72vh;color:var(--white);align-items:center;padding:7rem 0 5rem;display:flex;overflow:hidden}.not-found-page__hero .container{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;gap:3rem;display:grid}.not-found-page__content{max-width:660px}.not-found-page__code{font-family:var(--font-display);color:#ffffff29;margin-bottom:1rem;font-size:clamp(4.5rem,10vw,8rem);font-weight:800;line-height:.9;display:inline-flex}.not-found-page .section-label{color:var(--accent-amber)}.not-found-page__title{max-width:680px;font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2.2rem,5vw,4rem);line-height:1.08}.not-found-page__text{color:#ffffffc7;max-width:560px;font-size:1.08rem;line-height:1.8}.not-found-page__actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.not-found-page__actions .btn-outline{color:var(--white);border-color:#ffffff8c}.not-found-page__actions .btn-outline:hover{border-color:var(--white);background:var(--white);color:var(--blue-primary)}.not-found-page__panel{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff38;padding:1.75rem;box-shadow:0 24px 60px #00000029}.not-found-page__panel h2{color:var(--white);margin-bottom:1.25rem;font-size:1.1rem}.not-found-page__links{gap:.7rem;display:grid}.not-found-page__links a{border-radius:var(--radius-md);color:#ffffffe0;background:#ffffff14;border:1px solid #ffffff2e;padding:.8rem .95rem;font-weight:700;transition:transform .2s,background .2s,color .2s}.not-found-page__links a:hover{background:var(--white);color:var(--blue-primary);transform:translateY(-2px)}@media (width<=860px){.not-found-page__hero{padding:6rem 0 4rem}.not-found-page__hero .container{grid-template-columns:1fr}}@media (width<=520px){.not-found-page__actions .btn{width:100%}.not-found-page__panel{padding:1.25rem}}.unsubscribe-page{background:var(--white)}.unsubscribe-page__hero{background:radial-gradient(circle at top left, #378add33, transparent 30%), linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-dark) 50%, var(--blue-primary) 100%);align-items:center;min-height:72vh;padding:7rem 0 5rem;display:flex}.unsubscribe-card{border-radius:var(--radius-lg);background:#fffffff5;border:1px solid #fff3;max-width:720px;padding:clamp(1.6rem,4vw,2.6rem);box-shadow:0 24px 60px #0000002e}.unsubscribe-card__eyebrow{color:var(--blue-primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:inline-flex}.unsubscribe-card__title{color:var(--text-dark);font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.unsubscribe-card__text{max-width:580px;color:var(--text-mid);font-size:1.05rem;line-height:1.75}.unsubscribe-card__email{border-radius:var(--radius-md);background:var(--blue-light);color:var(--blue-dark);overflow-wrap:anywhere;margin-top:1.25rem;padding:.65rem .9rem;font-size:.95rem;font-weight:800;display:inline-flex}.unsubscribe-card__actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.unsubscribe-card--loading{position:relative;overflow:hidden}.unsubscribe-card--loading:before{content:"";background:var(--blue-primary);width:42%;height:4px;animation:1.2s ease-in-out infinite unsubscribe-loading;position:absolute;top:0;left:0}.unsubscribe-card--success{border-top:5px solid var(--blue-primary)}.unsubscribe-card--error{border-top:5px solid var(--accent-amber)}@keyframes unsubscribe-loading{0%{transform:translate(-110%)}to{transform:translate(260%)}}@media (width<=560px){.unsubscribe-page__hero{padding:6rem 0 4rem}.unsubscribe-card__actions .btn{width:100%}}.cookie-banner{z-index:60;background:#fffffffa;border:1px solid #0f1f3524;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:1rem;width:min(920px,100vw - 2rem);padding:1.15rem;display:grid;position:fixed;bottom:1rem;right:1rem;box-shadow:0 18px 60px #042c5333}.cookie-banner__content h2,.cookie-modal__header h2{color:var(--text-dark);margin-bottom:.45rem;font-size:1.1rem;line-height:1.25}.cookie-banner__content p,.cookie-modal__header p,.cookie-option p{color:var(--text-light);font-size:.92rem;line-height:1.55}.cookie-banner__eyebrow{color:var(--accent-teal);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.72rem;font-weight:800;line-height:1}.cookie-banner__policy{color:var(--blue-primary);margin-top:.65rem;font-size:.88rem;font-weight:700;display:inline-flex}.cookie-banner__policy:hover{color:var(--blue-dark)}.cookie-banner__actions,.cookie-modal__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.cookie-banner__button{white-space:normal;min-height:42px;padding:.65rem 1rem}.cookie-modal{z-index:70;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cookie-modal__backdrop{background:#04142694;border:0;position:absolute;inset:0}.cookie-modal__panel{background:var(--white);border-radius:8px;width:min(640px,100%);max-height:min(760px,100vh - 2rem);padding:1.35rem;position:relative;overflow:auto;box-shadow:0 24px 80px #04142647}.cookie-modal__header{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem}.cookie-modal__list{gap:.75rem;display:grid}.cookie-option{border:1px solid var(--border);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid}.cookie-option h3{color:var(--text-dark);margin-bottom:.25rem;font-size:.98rem}.cookie-option input{accent-color:var(--blue-primary);width:1.25rem;height:1.25rem}.cookie-option__required{background:var(--blue-light);color:var(--blue-dark);border-radius:999px;padding:.3rem .65rem;font-size:.78rem;font-weight:800}.cookie-modal__actions{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}@media (width<=760px){.cookie-banner{grid-template-columns:1fr}.cookie-banner__actions,.cookie-modal__actions{justify-content:stretch}.cookie-banner__button{flex:140px}}@media (width<=480px){.cookie-banner{border-radius:8px 8px 0 0;width:100%;bottom:0;right:0}.cookie-option{align-items:start}}.cookie-policy{background:var(--white)}.cookie-policy__hero{background:linear-gradient(135deg, var(--blue-light), #fff 62%, #1d9e751f);padding:8rem 0 4rem}.cookie-policy__hero .container{max-width:820px}.cookie-policy__hero h1{margin-bottom:1rem;font-size:clamp(2.35rem,7vw,4.5rem)}.cookie-policy__hero p{color:var(--text-mid);max-width:720px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.75}.cookie-policy__content{gap:2rem;max-width:860px;display:grid}.cookie-policy__content article{border-bottom:1px solid var(--border);padding-bottom:2rem}.cookie-policy__content article:last-child{border-bottom:0;padding-bottom:0}.cookie-policy__content h2{color:var(--text-dark);margin-bottom:.65rem;font-size:1.35rem;line-height:1.25}.cookie-policy__content p{color:var(--text-mid);line-height:1.8}.cookie-policy__content a{color:var(--blue-primary);font-weight:700}.cookie-policy__table{border:1px solid var(--border);border-radius:8px;overflow:hidden}.cookie-policy__row{grid-template-columns:.8fr 2fr .8fr;display:grid}.cookie-policy__row+.cookie-policy__row{border-top:1px solid var(--border)}.cookie-policy__row span{color:var(--text-mid);padding:.9rem}.cookie-policy__row span+span{border-left:1px solid var(--border)}.cookie-policy__row--head{background:var(--off-white)}.cookie-policy__row--head span{color:var(--text-dark);font-weight:800}.cookie-policy__note{color:var(--text-light);margin-top:.85rem;font-size:.92rem}@media (width<=680px){.cookie-policy__hero{padding:6.5rem 0 3rem}.cookie-policy__row{grid-template-columns:1fr}.cookie-policy__row span+span{border-left:0;border-top:1px solid var(--border)}.cookie-policy__row--head{display:none}}.legal-page{background:var(--white)}.legal-page__hero{background:linear-gradient(135deg, var(--blue-light), #fff 62%, #ef9f2724);padding:8rem 0 4rem}.legal-page__hero .container{max-width:860px}.legal-page__hero h1{margin-bottom:1rem;font-size:clamp(2.2rem,7vw,4.5rem)}.legal-page__hero p{color:var(--text-mid);max-width:760px;font-size:1.1rem;line-height:1.75}.legal-page__content{gap:2rem;max-width:880px;display:grid}.legal-page__content article{border-bottom:1px solid var(--border);padding-bottom:2rem}.legal-page__content article:last-child{border-bottom:0;padding-bottom:0}.legal-page__content h2{color:var(--text-dark);margin-bottom:.65rem;font-size:1.35rem;line-height:1.25}.legal-page__content p{color:var(--text-mid);margin-bottom:.85rem;line-height:1.8}.legal-page__content p:last-child{margin-bottom:0}.legal-page__content a{color:var(--blue-primary);font-weight:700}.legal-page__note{color:var(--text-light);font-size:.92rem}.legal-page__contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.legal-page__contact-grid div{background:var(--off-white);border:1px solid var(--border);border-radius:8px;gap:.3rem;padding:1rem;display:grid}.legal-page__contact-grid strong{color:var(--text-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.legal-page__contact-grid span,.legal-page__contact-grid a{color:var(--text-mid);overflow-wrap:anywhere}@media (width<=680px){.legal-page__hero{padding:6.5rem 0 3rem}.legal-page__contact-grid{grid-template-columns:1fr}}
