/* =========================
   GLOBAL RESET (SAFE)
========================= */
body {
    font-family: "Segoe UI", Arial, sans-serif !important;
    background-color: #f4f6f8 !important;
    margin: 0 !important;
}

/* =========================
   CONTAINER CONTROL
========================= */
body .container {
    max-width: 1100px !important;
    margin: 0 auto !important;
}

/* =========================
   REMOVE POWER PAGES JUNK SPACING
========================= */
body .sectionBlockLayout {
    padding: 0 !important;
}

body .row {
    margin-bottom: 0 !important;
}

/* =========================
   HERO SECTION (FINAL FIX)
========================= */
body .hero-section {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 120px 20px !important;
    text-align: center !important;
}

/* overlay (balanced, not too dark) */
body .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(20, 40, 80, 0.55) !important;
    z-index: 1 !important;
}

/* content above overlay */
body .hero-section .container {
    position: relative !important;
    z-index: 2 !important;
}

/* hero text */
body .hero-title {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

body .hero-subtitle {
    color: rgba(255,255,255,0.95) !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

body .hero-support {
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 25px !important;
}

/* =========================
   BUTTONS
========================= */
body .btn {
    padding: 10px 20px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin: 5px !important;
}

body .btn-primary {
    background-color: #f5a623 !important;
    color: white !important;
    border: none !important;
}

body .btn-primary:hover {
    background-color: #d98c1a !important;
}

body .btn-secondary {
    border: 1px solid white !important;
    color: white !important;
}

body .btn-secondary:hover {
    background-color: white !important;
    color: #2f4a73 !important;
}

body .btn-large {
    padding: 14px 28px !important;
    font-size: 18px !important;
}

/* =========================
   TRUST BAR
========================= */
body .trust-bar {
    background: #2f4a73 !important;
    color: white !important;
    text-align: center !important;
    padding: 12px !important;
    font-size: 14px !important;
}

/* =========================
   SECTION BASE
========================= */
body .section {
    padding: 60px 20px !important;
    text-align: center !important;
}

body .section-title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    color: #2f4a73 !important;
}

body .section-text {
    max-width: 700px !important;
    margin: 0 auto 15px !important;
    font-size: 16px !important;
}

/* =========================
   MISSION SECTION
========================= */
body .mission-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

body .mission-list li {
    margin: 8px 0 !important;
}

body .mission-highlight {
    background: #6fa39c !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    margin-top: 15px !important;
}

/* =========================
   IMPACT SECTION (CARDS)
========================= */
body .impact-section {
    background: white !important;
}

body .impact-card {
    padding: 20px !important;
}

body .impact-img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    margin-bottom: 15px !important;
}

/* =========================
   DONATION SECTION (FIXED LIGHT)
========================= */
body .donation-section {
    background: #eef2f5 !important;
    color: #2f4a73 !important;
    padding: 60px 20px !important;
}

body .donation-title {
    font-size: 28px !important;
    margin-bottom: 15px !important;
    color: #2f4a73 !important;
}

body .donation-text {
    max-width: 600px !important;
    margin: 0 auto 20px !important;
    font-size: 16px !important;
}

/* =========================
   FINAL CTA
========================= */
body .final-cta {
    background: #2f4a73 !important;
    color: white !important;
    padding: 60px 20px !important;
}

body .final-cta h2 {
    margin-bottom: 10px !important;
}

body .final-cta p {
    margin-bottom: 20px !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

    body .hero-title {
        font-size: 28px !important;
    }

    body .hero-subtitle {
        font-size: 16px !important;
    }

    body .impact-img {
        height: 160px !important;
    }

    body .section {
        padding: 40px 15px !important;
    }
}