/*
Theme Name: UniGlobal PRO V2
Author: ChatGPT
Version: 2.0
Description: Advanced NGO / Organization theme with CPT + ACF-ready structure
*/
:root{--accent:#e11d2e;--dark:#111;--muted:#666}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111}
a{color:var(--accent);text-decoration:none}
header{background:#fff;border-bottom:1px solid #eee}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.nav{display:flex;justify-content:space-between;align-items:center;height:72px}
.menu a{margin:0 12px;color:#222;font-weight:600}
.hero{background:#f5f5f5;padding:64px 0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{border:1px solid #eee;padding:16px;border-radius:12px;transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.05)}
.section{padding:48px 0}
footer{background:#111;color:#fff;padding:40px 0;margin-top:40px}
.btn{display:inline-block;padding:10px 16px;background:var(--accent);color:#fff;border-radius:6px}
@media(max-width:900px){.grid{grid-template-columns:1fr}}
