:root{--blue:#17458f;--gold:#f7a81b;--deep:#0b1f43;--red:#d91b2b;--light:#f7f9fc;--ink:#1d2738;--muted:#627087;--white:#fff;--shadow:0 18px 55px rgba(11,31,67,.14);--radius:26px}*{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);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.topbar{background:var(--deep);color:#fff;font-size:.92rem;padding:.55rem 5vw;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.navbar{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(23,69,143,.10)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 5vw}.brand{display:flex;align-items:center;gap:.9rem}.brand img{height:54px;width:auto}.brand span{font-weight:900;color:var(--blue);letter-spacing:.02em}.nav-links{display:flex;align-items:center;gap:1rem;font-weight:750;font-size:.95rem}.nav-links a{padding:.55rem .3rem;color:var(--deep)}.nav-links a:hover{color:var(--gold)}.lang{border:0;border-radius:999px;background:var(--blue);color:#fff;font-weight:900;padding:.65rem .9rem;cursor:pointer}.hamb{display:none;border:0;background:#f0f3f8;border-radius:12px;padding:.7rem;font-size:1.4rem}.hero{min-height:88vh;position:relative;color:#fff;display:grid;place-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(11,31,67,.74),rgba(23,69,143,.46)),url('https://rotaryc.org/images/slider_img.png') center/cover no-repeat}.hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(0deg,#fff,transparent)}.hero-content{position:relative;z-index:1;max-width:1180px;padding:5rem 5vw 8rem;display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}.eyebrow{display:inline-flex;gap:.5rem;align-items:center;background:rgba(247,168,27,.18);border:1px solid rgba(247,168,27,.45);color:#fff;border-radius:999px;padding:.45rem .85rem;font-weight:850}.hero h1{font-size:clamp(2.4rem,5vw,5.5rem);line-height:.95;margin:.9rem 0 1rem;letter-spacing:-.06em}.hero p{font-size:clamp(1.05rem,1.6vw,1.3rem);max-width:730px;color:#eef4ff}.hero-card{background:rgba(255,255,255,.92);color:var(--deep);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.2rem}.hero-card img{border-radius:20px;background:white}.cta-row{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.4rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.9rem 1.25rem;font-weight:900;box-shadow:0 12px 25px rgba(11,31,67,.15);transition:.25s}.btn.primary{background:var(--gold);color:var(--deep)}.btn.secondary{background:#fff;color:var(--blue)}.btn.blue{background:var(--blue);color:#fff}.btn.red{background:var(--red);color:#fff}.btn:hover{transform:translateY(-2px)}section{padding:5.3rem 5vw}.container{max-width:1180px;margin:auto}.section-title{max-width:850px;margin:0 auto 2.5rem;text-align:center}.kicker{color:var(--gold);font-weight:950;text-transform:uppercase;letter-spacing:.12em}.section-title h2{font-size:clamp(2rem,3.4vw,3.6rem);line-height:1.05;margin:.45rem 0;color:var(--blue);letter-spacing:-.04em}.section-title p{color:var(--muted);font-size:1.08rem}.grid{display:grid;gap:1.35rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid rgba(23,69,143,.10);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card.pad{padding:1.4rem}.card img{height:230px;width:100%;object-fit:cover}.card h3{color:var(--blue);font-size:1.35rem;line-height:1.15;margin:.25rem 0 .6rem}.card p{color:#526078;margin:.35rem 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.split .image-wrap{position:relative}.image-wrap img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover;min-height:360px}.bg-light{background:linear-gradient(180deg,#f7f9fc,#fff)}.bg-blue{background:linear-gradient(135deg,#0b1f43,#17458f);color:#fff}.bg-blue .section-title h2,.bg-blue h2,.bg-blue h3{color:#fff}.bg-blue p,.bg-blue li{color:#e8efff}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.value{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:1rem}.list-check{padding-left:1.15rem}.list-check li{margin:.5rem 0}.video{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#000}.video iframe,.fb iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.logo-row{display:flex;align-items:center;justify-content:center;gap:1.8rem;flex-wrap:wrap;margin:2rem 0}.logo-row img{max-height:90px;width:auto}.mini-link{display:inline-block;margin-top:.8rem;color:var(--blue);font-weight:900}.cause-card .card-body,.program-card .card-body{padding:1.25rem}.pill{display:inline-flex;background:#fff4da;color:#8c5b00;border-radius:999px;padding:.3rem .65rem;font-size:.8rem;font-weight:950}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.gallery a{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(11,31,67,.15);background:#eee}.gallery img{height:210px;width:100%;object-fit:cover;transition:.35s}.gallery a:hover img{transform:scale(1.07)}.donate{background:linear-gradient(135deg,#fff5d9,#fff);border:1px solid rgba(247,168,27,.3);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{padding:.8rem 0;border-bottom:1px solid rgba(23,69,143,.1)}.form{display:grid;gap:.9rem}.form input,.form textarea{width:100%;border:1px solid rgba(23,69,143,.18);border-radius:16px;padding:.95rem 1rem;font:inherit}.form textarea{min-height:130px}.fb{position:relative;min-height:420px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#f1f4f8}.footer{background:var(--deep);color:#dce7ff;padding:2.4rem 5vw;text-align:center}.footer a{color:#fff;font-weight:900}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:120;display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;background:#25D366;box-shadow:0 18px 35px rgba(0,0,0,.28)}.whatsapp img{width:34px;height:34px}.hidden{display:none!important}.modal{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:200;display:none;place-items:center;padding:1rem}.modal.open{display:grid}.modal img{max-height:88vh;border-radius:18px}.modal button{position:absolute;top:20px;right:20px;background:#fff;border:0;border-radius:50%;width:44px;height:44px;font-size:1.5rem;cursor:pointer}@media(max-width:1050px){.nav-links{position:absolute;top:76px;left:5vw;right:5vw;background:#fff;box-shadow:var(--shadow);border-radius:20px;display:none;flex-direction:column;align-items:stretch;padding:1rem}.nav-links.open{display:flex}.hamb{display:block}.hero-content,.split,.contact-grid{grid-template-columns:1fr}.grid.three,.grid.four{grid-template-columns:repeat(2,1fr)}.values{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.topbar{font-size:.8rem}.brand img{height:42px}.brand span{font-size:.88rem}.hero{min-height:82vh;background-position:center}.hero-content{padding:3rem 5vw 6rem}.hero-card{display:none}section{padding:4rem 5vw}.grid.two,.grid.three,.grid.four,.gallery{grid-template-columns:1fr}.card img{height:220px}.gallery img{height:240px}.values{grid-template-columns:1fr}.logo-row img{max-height:70px}.whatsapp{width:56px;height:56px}.section-title{text-align:left}.fb{min-height:360px}} 
