:root{--blue:#17458f;--gold:#f7a81b;--dark:#10233f;--light:#f6f8fb;--white:#fff;--text:#24324a;--purple:#663399;--shadow:0 18px 50px rgba(16,35,63,.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(--text);background:var(--white);line-height:1.65}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none}p{font-size:1.02rem}.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(14px);box-shadow:0 4px 20px rgba(0,0,0,.07)}.topbar{background:linear-gradient(90deg,var(--blue),#1d5ab5);color:#fff;text-align:center;padding:.42rem 1rem;font-size:.88rem}.navbar{width:min(1240px,94%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:.75rem 0}.brand{display:flex;align-items:center;gap:.7rem;font-weight:900;color:var(--dark)}.brand img{width:150px;height:auto;object-fit:contain}.brand span{font-size:.95rem;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:.9rem}.nav-links a{font-weight:700;color:var(--dark);font-size:.92rem}.nav-links a:hover{color:var(--blue)}.lang,.menu-toggle{border:0;background:var(--gold);color:var(--dark);font-weight:900;border-radius:999px;padding:.55rem .85rem;cursor:pointer}.menu-toggle{display:none;background:var(--blue);color:#fff;font-size:1.3rem}.hero{min-height:82vh;position:relative;display:grid;place-items:center;background-image:linear-gradient(90deg,rgba(16,35,63,.86),rgba(23,69,143,.54),rgba(16,35,63,.15)),var(--hero);background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(247,168,27,.28),transparent 36%)}.hero-content{position:relative;width:min(980px,92%);color:#fff;padding:4rem 0}.logo-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.logo-row img{max-height:78px;width:auto;background:#fff;padding:.5rem;border-radius:16px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--gold);font-size:.88rem}.hero h1{font-size:clamp(2.5rem,7vw,5.6rem);line-height:.98;margin:.4rem 0 1rem;max-width:980px}.hero p{font-size:clamp(1.05rem,2.1vw,1.35rem);max-width:760px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.88rem 1.25rem;font-weight:900;border:2px solid transparent;box-shadow:0 12px 26px rgba(0,0,0,.12);transition:.25s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--gold);color:var(--dark)}.secondary{background:rgba(255,255,255,.13);color:#fff;border-color:rgba(255,255,255,.45)}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.section{padding:5rem 0}.section.alt{background:var(--light)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;color:var(--dark);margin:.4rem 0 1rem}.rounded-img,.feature-card img,.cards article img,.star-program img,.local-video{border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}.rounded-img{height:430px;width:100%}.cards{display:grid;gap:1.2rem;margin-top:2rem}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.five{grid-template-columns:repeat(5,1fr)}.cards.causes,.cards.programs{grid-template-columns:repeat(3,1fr)}.feature-card,.cards article,.quote-box,.test-card,.contact-card,.star-program{background:#fff;border:1px solid rgba(23,69,143,.08);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.feature-card{display:grid;grid-template-columns:.9fr 1.1fr}.feature-card img{height:100%;min-height:300px;border-radius:0}.feature-card div,.cards article{padding:1.2rem}.cards article{display:flex;flex-direction:column}.cards article img{height:180px;width:100%;margin:-1.2rem -1.2rem 1rem;width:calc(100% + 2.4rem);border-radius:var(--radius) var(--radius) 0 0}.cards article h3,.feature-card h3{color:var(--blue);line-height:1.15;margin:.2rem 0 .5rem}.cards article a{font-weight:900;margin-top:auto}.video-wrap{margin-top:2.2rem;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#000}.video-wrap iframe{width:100%;height:100%;border:0}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin:2rem 0}.quote-box,.test-card{padding:1.5rem}.objective{padding:1.5rem 2rem;background:linear-gradient(135deg,var(--blue),#0f2b59);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);margin:1.5rem 0}.objective h3{color:#fff}.objective ol{padding-left:1.2rem}.test-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.test-grid strong{background:#fff7e8;border:1px solid rgba(247,168,27,.3);border-radius:16px;padding:1rem;color:var(--dark);font-size:.95rem}.vision{font-size:clamp(1.4rem,2.5vw,2.2rem);color:var(--blue);text-align:center;margin:2.5rem auto;max-width:980px}.about-cards article{background:#fff}.endpolio{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem auto 0;padding:1rem 1.4rem;border:2px solid #ed1b2e;border-radius:var(--radius);max-width:440px;background:#fff;color:#ed1b2e;font-weight:900;box-shadow:var(--shadow)}.endpolio img{max-height:80px;width:auto}.youth{background:linear-gradient(180deg,#f6f8fb,#fff)}.club-section{background:radial-gradient(circle at top right,rgba(247,168,27,.18),transparent 30%),#fff}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.stat-row div{background:#fff;border-radius:18px;padding:1rem;box-shadow:var(--shadow);text-align:center}.stat-row strong{display:block;color:var(--gold);font-size:2.1rem}.stat-row span{display:block;font-weight:800;color:var(--blue)}.local-video{width:100%;height:390px;background:#000}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:1rem}.gallery img{height:230px;width:100%;object-fit:cover;border-radius:18px;cursor:zoom-in;box-shadow:0 10px 28px rgba(0,0,0,.12);transition:.25s}.gallery img:hover{transform:scale(1.02)}.star-program{display:grid;grid-template-columns:1fr .75fr;gap:1.5rem;align-items:center;padding:1.5rem;margin-top:2.5rem}.star-program img{height:260px;width:100%}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem;margin:2rem 0}.contact-card{padding:1.4rem}.contact-card input,.contact-card textarea{width:100%;border:1px solid #d9e1ef;border-radius:14px;padding:.9rem;margin:.35rem 0 1rem;font:inherit}.contact-card textarea{min-height:130px;resize:vertical}.social-map{display:grid;grid-template-columns:.85fr 1.15fr;gap:1.2rem}.fb,.map{height:560px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}.fb iframe,.map{width:100%;border:0}.footer{background:var(--dark);color:#fff;padding:2rem 0}.footer a{color:var(--gold);font-weight:900}.footer-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;flex-direction:column;gap:.55rem}.floating-whatsapp a{width:56px;height:56px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 10px 28px rgba(0,0,0,.28)}.floating-whatsapp img{width:30px;height:30px}.lightbox{display:none;position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.88);align-items:center;justify-content:center;padding:2rem}.lightbox.active{display:flex}.lightbox img{max-width:92vw;max-height:84vh;border-radius:18px}.lightbox button{position:absolute;top:18px;right:22px;background:#fff;border:0;border-radius:50%;width:46px;height:46px;font-size:2rem;cursor:pointer}.lazy-note{font-size:.8rem;color:#68728a}@media (max-width:1100px){.cards.five,.cards.four{grid-template-columns:repeat(2,1fr)}.cards.causes,.cards.programs{grid-template-columns:repeat(2,1fr)}}@media (max-width:880px){.menu-toggle{display:block}.nav-links{position:absolute;left:3%;right:3%;top:100%;background:#fff;border-radius:0 0 22px 22px;box-shadow:var(--shadow);padding:1rem;display:none;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links a,.lang{text-align:center}.split,.quote-grid,.contact-grid,.social-map,.star-program{grid-template-columns:1fr}.hero{min-height:74vh;background-position:center}.cards.two,.cards.three,.cards.four,.cards.five,.cards.causes,.cards.programs{grid-template-columns:1fr}.feature-card{grid-template-columns:1fr}.feature-card img{height:240px}.test-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.brand img{width:120px}.brand span{display:none}.section{padding:3.5rem 0}.local-video{height:auto}.fb,.map{height:430px}.secondary{background:#fff;color:var(--blue)}}@media (max-width:560px){.hero h1{font-size:2.45rem}.hero-content{padding:3rem 0}.logo-row img{max-height:58px}.test-grid,.gallery,.stat-row{grid-template-columns:1fr}.gallery img{height:230px}.rounded-img{height:280px}.hero-actions .btn{width:100%}.floating-whatsapp{right:12px;bottom:12px}.floating-whatsapp a{width:50px;height:50px}.topbar{font-size:.75rem}}
