     :root {
            --primary-gold: #f4c025;
            --accent-pink: #ec4899;
            --bg-light: #f9f9f7;
            --text-dark: #1a1a1a;
        }

        body {
            font-family: 'Public Sans', sans-serif;
            background-color: var(--bg-light);
            color: var(--text-dark);
            -webkit-font-smoothing: antialiased;
        }

    
        .navbar { background: #fff; border-bottom: 1px solid #eee; padding: 1rem 0; }
        .nav-link { font-weight: 600; color: #555 !important; font-size: 0.9rem; margin: 0 10px; }
        .btn-partner { background: var(--primary-gold); font-weight: 700; border-radius: 50px; padding: 8px 24px; border: none; }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/report.avif);
            background-size: cover; background-position: center;
            padding: 100px 0; color: white; text-align: center;
        }
        .hero h1 { font-weight: 900; font-size: 4rem; letter-spacing: -1px; }
        .hero .badge-top { color: var(--primary-gold); font-weight: 800; letter-spacing: 2px; font-size: 0.8rem; text-transform: uppercase; }

        /* Impact Stats */
        .stat-card {
            background: #fff; border: 1px solid #f0f0f0; border-radius: 12px;
            padding: 40px 20px; transition: transform 0.2s;
        }
        .stat-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
        .stat-number { font-weight: 900; font-size: 2.2rem; margin-top: 10px; }
        .stat-label { font-weight: 700; color: #999; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 1px; }

        /* Report Library */
        .report-card {
            background: #fff; border: 1px solid #eee; border-radius: 8px;
            overflow: hidden; text-align: center; height: 100%; transition: 0.3s;
        }
        .report-header {
            height: 160px; display: flex; align-items: center; justify-content: center;
            background: linear-gradient(135deg, rgba(244,192,37,0.1), rgba(236,72,153,0.1));
            position: relative;
        }
        .report-card.new .report-header { background: linear-gradient(135deg, rgba(236,72,153,0.15), rgba(244,192,37,0.15)); }
        .report-body { padding: 25px; }
        .report-body h3 { font-weight: 800; font-size: 1.25rem; margin-bottom: 8px; }
        .report-body p { color: #777; font-size: 0.85rem; line-height: 1.5; margin-bottom: 20px; }
        
        .btn-download { background: var(--primary-gold); color: #000; font-weight: 700; border-radius: 6px; width: 100%; border: none; padding: 10px; font-size: 0.85rem; }
        .btn-download-muted { background: #fdf2d0; color: #8a732a; font-weight: 700; border-radius: 6px; width: 100%; border: none; padding: 10px; font-size: 0.85rem; }
        .view-online { font-size: 0.75rem; font-weight: 600; color: #bbb; text-decoration: none; display: block; margin-top: 10px; }

        /* Transparency Section */
        .transparency-item h6 { font-weight: 800; font-size: 1.2rem; margin-bottom: 5px; }
        .transparency-item p { font-size: 1rem; color: #666; line-height: 1.4; }

        /* CTA Footer */
        .cta-box {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            border-radius: 24px; padding: 60px; color: white; position: relative; overflow: hidden;
        }
        .btn-donate { background: var(--primary-gold); color: #000; font-weight: 800; border-radius: 50px; padding: 12px 35px; border: none; }
        .btn-partner-outline { border: 1px solid var(--primary-gold); color: var(--primary-gold); font-weight: 800; border-radius: 50px; padding: 12px 35px; background: transparent; }
    
    
    

         /* Responsive Hero */
   
        @media (min-width: 992px) { .hero { padding-top: 100px; padding-bottom: 20px; } }

        .hero h1 { font-weight: 900; line-height: 1; }
        .hero-title { font-size: 2.5rem; }
        @media (min-width: 768px) { .hero-title { font-size: 4.5rem; } }

        /* Impact Stats */
        .stat-card {
            background: #fff; border: 1px solid #eee; border-radius: 16px;
            padding: 30px 15px; transition: transform 0.2s;
            height: 100%;
        }
        .stat-number { font-weight: 900; font-size: 1.8rem; margin: 10px 0 5px; }
        @media (min-width: 768px) { .stat-number { font-size: 2.4rem; } }

        /* Report Library */
        .report-card {
            background: #fff; border: 1px solid #eee; border-radius: 12px;
            overflow: hidden; height: 100%; display: flex; flex-direction: column;
        }
        .report-header {
            height: 140px; display: flex; align-items: center; justify-content: center;
            background: linear-gradient(135deg, rgba(244,192,37,0.1), rgba(236,72,153,0.1));
            position: relative;
        }
        .report-body { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
        .report-body h3 { font-weight: 800; font-size: 1.15rem; }
        .report-body p { color: #666; font-size: 0.85rem; margin-bottom: 20px; flex-grow: 1; }
        
        /* Buttons */
        .btn-gold { background: var(--primary-gold); font-weight: 700; border-radius: 50px; padding: 12px 28px; border: none; transition: 0.3s; }
        .btn-gold:hover { background: #662583; color: white; }
        .btn-download { background: #662583; color: #fff; font-weight: 700; border-radius: 8px; border: none; padding: 12px; font-size: 0.9rem; width: 100%; }
        
        /* CTA Box */
        .cta-box {
            background: #1a1a1a; border-radius: 24px; padding: 40px 20px; color: white;
        }
        @media (min-width: 768px) { .cta-box { padding: 80px; } }
    
    .text-warning {
    --bs-text-opacity: 1;
    color: #662583 !important;
}


    .transparency-item
 {
        margin: 10px 2px;
        box-shadow: 0 2px 8px #ccc;
        padding: 10px;
    }



@media(max-width:767px){
    .hero h1 {
    font-size: 2.5rem;
}

.hero button{
    width: 100%;margin-bottom: 10px;
}

section{
    padding: 0 10px;
}

.row{
    gap: 0;
}

.transparency-item{
    margin: 10px 2px;
}

 .transparency-item h6 { font-weight: 800; font-size: 1.1rem; margin-bottom: 5px; }
        .transparency-item p { font-size: .8rem; color: #666; line-height: 1.4; }


.lbtnswrap{
    display: block !important;
}
.lbtnswrap button{
    width: 100%;
    margin-bottom: 15px;
}

.hero {
    
    padding-top: 80px;
     padding-bottom: 10px;

}