:root { --cesco-green:#146c43; --cesco-dark:#103b2a; --cesco-light:#f4f8f5; }
body { font-family: Arial, Helvetica, sans-serif; color:#25352d; background:#fff; }
.topbar { background:var(--cesco-dark); font-size:.9rem; }
.navbar-brand img { max-height:52px; max-width:190px; object-fit:contain; }
.nav-link { font-weight:600; }
.nav-link.active, .nav-link:hover { color:var(--cesco-green)!important; }
.hero-slide { min-height:540px; background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.22)); background-size:cover; background-position:center; display:flex; align-items:center; }
.section-title { color:var(--cesco-dark); font-weight:700; }
.card { border:0; border-radius:.7rem; overflow:hidden; transition:transform .2s ease,box-shadow .2s ease; }
.card:hover { transform:translateY(-4px); box-shadow:0 .8rem 1.8rem rgba(16,59,42,.13)!important; }
.card-image { height:220px; width:100%; object-fit:cover; }
.page-banner { background:linear-gradient(120deg,var(--cesco-dark),var(--cesco-green)); }
.donate-banner { background:var(--cesco-green); }
.partner-logo { height:100px; object-fit:contain; }
.footer { background:#10251d; }
.footer a { color:#d9eee0; text-decoration:none; }
.footer a:hover { color:white; }
.admin-sidebar { min-height:100vh; background:#103b2a; }
.admin-sidebar a { color:#e1f0e7; text-decoration:none; display:block; padding:.65rem 1rem; }
.admin-sidebar a:hover { background:rgba(255,255,255,.12); color:#fff; }
@media (max-width:991px){ .hero-slide{min-height:440px;} }
