:root {
    --dbn-green: #67BD50;
    --dbn-green-light: #8AD46F;
    --dbn-green-dark: #4E9D3C;
    --dbn-dark: #052e1b;
    --dbn-blue: #0b2e4a;
    --dbn-dark-blue: #022166;
    --dbn-gold: #f4b942;
    --cf-green: #67BD50;
    --cf-green-light: #8AD46F;
    --cf-green-dark: #4E9D3C;
    --cf-deep-green: #063d27;
    --cf-blue: #0b2e4a;
    --cf-gold: #f4b942;
    --cf-soft: #f6fbf8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--cf-soft);
    color: #1f2937;
    overflow-x: hidden;
}

.cf-navbar {
    background: rgba(4, 31, 19, .86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 14px 0;
}

.navbar-brand {
    letter-spacing: -.4px;
    font-size: 1.25rem;
}

.navbar .nav-link {
    color: rgba(255,255,255,.82) !important;
    font-weight: 500;
    margin: 0 6px;
}

    .navbar .nav-link:hover {
        color: #fff !important;
    }

.card-header {
    background: var(--cf-green) !important;
    color: #fff;
    font-size: large;
    font-weight: bold !important;
}

.accordion,
.accordion-item,
.accordion-body,
.accordion-header,
.accordion-button {
    opacity: 0.99 !important;
}

.accordion-button {
    background: var(--dbn-dark-blue) !important;
    color: #fff !important;
}

    .accordion-button:not(.collapsed) {
        background: var(--dbn-dark-blue) !important;
        color: #fff !important;
    }

.hero-section {
    min-height: 100vh;
    padding: 130px 40px 80px;
    background:
        radial-gradient(circle at 12% 18%, rgba(103,189,80,.55), transparent 30%),
        radial-gradient(circle at 85% 12%, rgba(138,212,111,.22), transparent 24%),
        linear-gradient(
            135deg,
            rgba(3, 45, 20, .97) 0%,
            rgba(5, 70, 35, .95) 30%,
            rgba(8, 95, 48, .92) 65%,
            rgba(11, 46, 74, .82) 100%
        ),
        url('/assets/img/green-finance-bg.png');

    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .hero-section::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 140px;
        background: linear-gradient(to bottom, transparent, var(--cf-soft));
        pointer-events: none;
    }

    .hero-section .container-fluid {
        position: relative;
        z-index: 2;
        max-width: 1320px;
    }

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(103,189,80,.18);
    background-color: var(--dbn-dark-blue); 
    border: 1px solid rgba(138,212,111,.35);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    box-shadow: 0 15px 40px rgba(3,45,20,.25);
}
.hero-plain {
    display: inline-flex;
    align-items: center;
    background: rgba(103,189,80,.18);
    border: 1px solid rgba(138,212,111,.35);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    box-shadow: 0 15px 40px rgba(3,45,20,.25);
}

.hero-title {
    font-size: clamp(2.7rem, 5.7vw, 5.8rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -2px;
    max-width: 900px;
}

.hero-section .lead {
    max-width: 760px;
    color: rgba(255,255,255,.84);
    font-size: 1.18rem;
    line-height: 1.75;
}

.hero-card {
    background: rgba(103,189,80,.12);
    border: 1px solid rgba(138,212,111,.18);
    backdrop-filter: blur(22px);
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(3, 45, 20, .38);
    position: relative;
    overflow: hidden;
}

    .hero-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,255,255,.22), transparent);
        pointer-events: none;
    }

    .hero-card > * {
        position: relative;
        z-index: 1;
    }

.btn {
    font-weight: 700;
}

.btn-success {
    background: linear-gradient(135deg, var(--cf-green-dark), var(--cf-green));
    border: 0;
    box-shadow: 0 10px 25px rgba(103,189,80,.28);
}

    .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(103,189,80,.38);
    }

section {
    position: relative;
}

.section-title {
    font-weight: 900;
    letter-spacing: -.8px;
    color: var(--cf-deep-green);
}

.feature-card {
    border: 0;
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
    transition: all .25s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 50px rgba(15, 23, 42, .14);
    }

.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(103,189,80,.16), rgba(244,185,66,.18));
    color: var(--cf-green);
    display: grid;
    place-items: center;
    font-size: 1.9rem;
    margin-bottom: 20px;
}

#eligibility {
    background: linear-gradient(180deg, #ffffff, #f4fbf7) !important;
}

.process-step {
    background: #fff;
    border-radius: 24px;
    padding: 24px 24px 24px 88px;
    box-shadow: 0 10px 30px rgba(15,23,42,.07);
    position: relative;
    transition: .25s ease;
}

    .process-step:hover {
        transform: translateX(6px);
    }

.step-number {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cf-green-dark), var(--cf-green));
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(103,189,80,.35);
}

.impact-section {
    background: radial-gradient(circle at 15% 20%, rgba(103,189,80,.4), transparent 25%), linear-gradient(120deg, rgba(4,31,19,.97), rgba(11,46,74,.92)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}

    .impact-section h2.text-success {
        color: var(--cf-green-light) !important;
        font-size: 2.4rem;
    }

.cta-box {
    border-radius: 34px;
    background: radial-gradient(circle at top left, rgba(244,185,66,.35), transparent 30%), linear-gradient(135deg, var(--cf-green), var(--cf-blue));
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -80px;
        bottom: -120px;
        border-radius: 50%;
        background: rgba(255,255,255,.12);
    }

/*.footer {
    width: 100%;
    background: linear-gradient(rgba(4,31,19,.96), rgba(4,31,19,.98)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    color: rgba(255,255,255,.78);
}

.footer-links a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    transition: all .2s ease;
}

    .footer-links a:hover {
        color: #fff;
        padding-left: 4px;
    }

.footer .bi {
    transition: transform .2s ease;
}

    .footer .bi:hover {
        transform: translateY(-2px);
    }
*/

.footer {
    width: 100%;
    background: linear-gradient( 135deg, #01174a 0%, #022166 40%, #0b2e8a 75%, #1a4fc4 100% );
    color: rgba(255,255,255,.88);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.12);
}

    .footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(255,255,255,.10), transparent 28%), radial-gradient(circle at bottom right, rgba(103,189,80,.12), transparent 24%);
        pointer-events: none;
    }

    .footer > * {
        position: relative;
        z-index: 2;
    }

.footer-links a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    transition: all .2s ease;
}

    .footer-links a:hover {
        color: #fff;
        padding-left: 4px;
    }

.footer .bi {
    transition: transform .2s ease;
}

    .footer .bi:hover {
        transform: translateY(-2px);
    }

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--cf-green);
    color: #fff;
    display: grid;
    place-items: center;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(103,189,80,.35);
    z-index: 999;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 115px 18px 70px;
        text-align: center;
    }

        .hero-section .lead {
            margin-left: auto;
            margin-right: auto;
        }

        .hero-section .d-flex {
            justify-content: center;
        }

    .hero-card {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .hero-title {
        letter-spacing: -1px;
    }

    .btn-lg {
        width: 100%;
    }

    .process-step {
        padding: 78px 22px 22px;
    }

    .step-number {
        left: 22px;
    }
}
