/* =========================
   GLOBAL RESET (SAFE)
========================= */
body {
    font-family: "Segoe UI", Arial, sans-serif !important;
    background-color: #f4f6f8 !important;
    margin: 0 !important;
}

/* =========================
   HERO SECTION
========================= */
.hero-section {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 100px 20px 60px 20px !important;
    text-align: center !important;
}

.hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        rgba(20, 40, 80, 0.25),
        rgba(20, 40, 80, 0.10)
    ) !important;
    z-index: 1 !important;
}

.hero-section .container {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.hero-title {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.hero-subtitle {
    color: rgba(255,255,255,0.95) !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.hero-support {
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 25px !important;
}

/* =========================
   BUTTONS
========================= */
.btn {
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin: 5px !important;
}

.btn-primary {
    background-color: #f5a623 !important;
    color: white !important;
    border: none !important;
}

.btn-secondary {
    border: 1px solid white !important;
    color: white !important;
}

/* =========================
   TRUST BAR
========================= */
.trust-bar {
    background: #2f4a73 !important;
    color: white !important;
    text-align: center !important;
    padding: 10px !important;
    font-size: 14px !important;
}

/* =========================
   SECTION BASE
========================= */
.section {
    padding: 40px 20px !important;
    text-align: center !important;
}

.section .container {
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.section-title {
    font-size: 28px !important;
    margin-bottom: 15px !important;
    color: #2f4a73 !important;
}

.section-text {
    max-width: 700px !important;
    margin: 0 auto 10px !important;
    font-size: 16px !important;
}

/* =========================
   MISSION
========================= */
.mission-list {
    list-style: none !important;
    padding: 0 !important;
}

.mission-highlight {
    background: #6fa39c !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    display: inline-block !important;
}

/* =========================
   IMPACT
========================= */
.impact-section {
    background: white !important;
}

.impact-img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}

/* =========================
   DONATION
========================= */
.donation-section {
    background: #eef2f5 !important;
}

/* =========================
   FINAL CTA
========================= */
.final-cta {
    background: #2f4a73 !important;
    color: white !important;
    padding: 50px 20px !important;
}

/* =========================================
   MOBILE FIXES - FINAL STABLE
========================================= */
@media (max-width: 768px) {

    /* =========================
       RESET CONTAINERS
    ========================= */
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* =========================
       HEADER STRUCTURE
    ========================= */
    .navbar,
    header {
        height: auto !important;
        min-height: 90px !important;
        overflow: visible !important;
        padding: 0 !important;
    }

    .navbar-header {
        width: 100% !important;
        position: relative !important;
    }

    /* =========================
       SITE TITLE (FIXED + STABLE)
    ========================= */
    .navbar-brand,
    .navbar-brand a {
        display: block !important;
        width: 100% !important;
    }

    .navbar-brand h1.siteTitle,
    .navbar-brand a h1.siteTitle,
    h1.siteTitle {

        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 1.15 !important;

        margin: 0 !important;
        padding: 16px 70px 10px 15px !important;

        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;

        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* =========================
       HAMBURGER BUTTON
    ========================= */
    .navbar-toggle {
        position: absolute !important;
        right: 15px !important;
        top: 26px !important;
        margin: 0 !important;
    }

    /* =========================
       HERO SECTION
    ========================= */
    .hero-section {
        padding: 80px 15px !important;
        text-align: center !important;
    }

    .hero-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .hero-subtitle {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .hero-support {
        font-size: 14px !important;
        margin-bottom: 18px !important;
    }

    /* =========================
       HERO BUTTONS
    ========================= */
    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .hero-buttons .btn {
        width: 100% !important;
        display: block !important;
    }

    /* =========================
       TRUST BAR
    ========================= */
    .trust-bar {
        font-size: 12px !important;
        padding: 10px !important;
        text-align: center !important;
    }

    /* =========================
       SECTIONS
    ========================= */
    .section {
        padding: 30px 15px !important;
    }

    .section-title {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .section-text {
        font-size: 14px !important;
    }

    /* =========================
       IMPACT CARDS
    ========================= */
    .impact-card {
        margin-bottom: 20px !important;
    }

    .impact-img {
        height: 160px !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    /* =========================
       FINAL CTA
    ========================= */
    .final-cta h2 {
        font-size: 22px !important;
    }

    .final-cta p {
        font-size: 14px !important;
    }
	/* =========================================
   MOBILE HEADER HARD RESET (FINAL FIX)
========================================= */
@media (max-width: 768px) {

    /* kill bootstrap weirdness */
    .navbar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 80px !important;
        padding: 0 15px !important;
    }

    /* remove all float/layout junk */
    .navbar-brand {
        float: none !important;
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* FIX TITLE PROPERLY */
    .navbar-brand h1.siteTitle {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 0 !important;

        white-space: normal !important;
        word-break: keep-all !important;

        max-width: 220px !important;
    }

    /* lock hamburger position */
    .navbar-toggle {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        margin: 0 !important;
    }

}
}