:root{--blue:#17458f;--blue2:#2f5597;--gold:#f7a81b;--red:#d91b2b;--ink:#17223b;--muted:#69758a;--bg:#f6f8fc;--white:#fff;--shadow:0 18px 45px rgba(15,35,80,.14);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);line-height:1.6;background:#fff}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 4px 25px rgba(0,0,0,.06)}.topbar{min-height:78px;display:flex;align-items:center;gap:22px;width:min(1280px,94%);margin:auto}.brand img{width:220px;max-height:70px;object-fit:contain}.nav{display:flex;gap:14px;margin-left:auto;align-items:center}.nav a{font-weight:800;font-size:.92rem;color:var(--ink);padding:10px 8px;border-radius:999px}.nav a:hover{background:#eef3ff;color:var(--blue)}.menu-toggle{display:none;background:var(--blue);color:white;border:0;border-radius:12px;font-size:26px;padding:7px 12px}.lang{border:0;background:var(--gold);color:#231700;border-radius:999px;font-weight:900;padding:10px 13px;cursor:pointer}.hero{position:relative;min-height:88vh;display:grid;place-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,22,50,.86),rgba(23,69,143,.65),rgba(255,255,255,.05))}.hero-content{position:relative;color:white;padding:120px 0 80px}.hero-logos{display:flex;gap:16px;align-items:center;margin-bottom:28px;flex-wrap:wrap}.hero-logos a{background:white;border-radius:18px;padding:10px;box-shadow:var(--shadow)}.hero-logos img{height:78px;width:auto;object-fit:contain}.eyebrow,.section-tag{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:900;color:var(--gold)}h1{font-size:clamp(3rem,8vw,7.2rem);line-height:.9;margin:0 0 20px;font-weight:1000;letter-spacing:-.06em}h2{font-size:clamp(2rem,4.5vw,4rem);line-height:1;margin:0 0 18px;color:var(--blue);letter-spacing:-.04em}h3{font-size:1.35rem;margin:0 0 12px;color:var(--ink)}.lead{font-size:clamp(1.1rem,2.2vw,1.55rem);max-width:790px;color:#eef4ff}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:900;border:2px solid transparent;transition:.2s}.btn.primary{background:var(--gold);color:#2d2100}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(247,168,27,.32)}.btn.secondary{border-color:white;color:white}.btn.secondary.dark{border-color:var(--blue);color:var(--blue)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.section{padding:92px 0}.soft{background:linear-gradient(180deg,#f7f9ff,#ffffff)}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.reverse{grid-template-columns:1fr 1fr}.rounded{border-radius:var(--radius);overflow:hidden;object-fit:cover}.shadow{box-shadow:var(--shadow)}.section-head{text-align:center;max-width:860px;margin:0 auto 42px}.section-head p{font-size:1.1rem;color:var(--muted)}.video-wrap{margin:44px auto 0;max-width:960px;aspect-ratio:16/9;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#000}.video-wrap iframe,.map-card iframe,.facebook-box iframe{width:100%;height:100%;border:0}.info-grid,.feature-grid,.card-grid,.contact-grid{display:grid;gap:24px}.info-grid.two{grid-template-columns:1fr 1fr;margin-top:36px}.info-grid article,.feature-grid article,.card,.contact-card,.map-card,.program-star{background:white;border:1px solid #e8edf7;border-radius:24px;box-shadow:0 12px 34px rgba(29,57,112,.08);overflow:hidden}.info-grid article{padding:28px}.check{padding-left:20px}.check li{margin:8px 0;font-weight:800}.feature-grid{grid-template-columns:repeat(4,1fr);margin-top:34px}.feature-grid img{width:100%;height:190px;object-fit:cover}.feature-grid article p,.feature-grid article h3{padding:0 20px}.feature-grid article h3{margin-top:18px}.feature-grid article p{padding-bottom:20px;color:var(--muted)}.card-grid{grid-template-columns:repeat(3,1fr)}.card-grid.five{grid-template-columns:repeat(5,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card img{width:100%;height:205px;object-fit:cover}.card-body{padding:22px}.card p{color:var(--muted);font-size:.98rem}.more{font-weight:900;color:var(--blue);display:inline-block;margin-top:12px}.polio{display:flex;align-items:center;justify-content:center;gap:20px;margin:36px auto 0;background:var(--red);color:white;border-radius:24px;padding:24px;max-width:520px;font-size:1.6rem;font-weight:1000;text-transform:uppercase}.polio img{max-height:100px;background:white;border-radius:16px;padding:8px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery img{height:320px;width:100%;object-fit:cover;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.12);cursor:pointer;transition:.25s}.gallery img:hover{transform:scale(1.02)}.program-star{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px;padding:26px;margin-top:42px}.program-star img{height:360px;width:100%;object-fit:cover;border-radius:20px}.fbvideo{max-width:734px}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:stretch}.contact-card{padding:30px}.map-card{min-height:390px}.facebook-box{max-width:560px;height:600px;margin:34px auto 0;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:white}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:55;width:62px;height:62px;background:#25d366;border-radius:50%;display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.25)}.whatsapp img{width:38px;height:38px;object-fit:contain}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:100;display:none;align-items:center;justify-content:center;padding:24px}.lightbox.open{display:flex}.lightbox img{max-height:88vh;max-width:92vw;border-radius:18px}.lightbox button{position:absolute;top:18px;right:24px;border:0;background:white;color:#111;border-radius:50%;width:48px;height:48px;font-size:32px;cursor:pointer}footer{background:var(--blue);color:white;text-align:center;padding:28px 14px}footer a{color:var(--gold);font-weight:900}@media (max-width:1100px){.nav{position:absolute;top:78px;left:0;right:0;background:white;display:none;flex-direction:column;padding:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.brand img{width:190px}.card-grid.five{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.hero{min-height:82vh}.hero-content{padding-top:90px}.hero-logos img{height:56px}.split,.reverse,.info-grid.two,.contact-grid,.program-star{grid-template-columns:1fr}.section{padding:64px 0}.card-grid,.card-grid.five,.card-grid.three,.feature-grid,.gallery{grid-template-columns:1fr}.gallery img{height:260px}.program-star img{height:260px}.topbar{min-height:70px}.nav{top:70px}.brand img{width:160px}.hero-actions .btn{width:100%}h1{font-size:3.25rem}.facebook-box{height:520px}.whatsapp{width:56px;height:56px}}@media (max-width:420px){.hero-logos{gap:8px}.hero-logos a{padding:7px}.hero-logos img{height:46px}.section-head{text-align:left}.card img{height:180px}}
