/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --dbn-green: #008751;
    --dbn-green-2: #00a86b;
    --dbn-green-dark: #005f3b;
    --dbn-blue: #177dc0;
    --dbn-navy: #11364d;
    --dbn-gold: #f5b700;
    --dbn-red: #d64545;
    --ink: #14212b;
    --muted: #667085;
    --page: #f5f9fc;
    --surface: #ffffff;
    --border: #e7eef5;
    --soft-green: #e8f8f0;
    --shadow-sm: 0 12px 28px rgba(16, 24, 40, .07);
    --shadow-lg: 0 24px 70px rgba(16, 24, 40, .14);
    --radius: 26px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--page);
}

a {
    text-decoration: none;
}

.page-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 8% 8%, rgba(0, 135, 81, .18), transparent 26rem), radial-gradient(circle at 92% 12%, rgba(23, 125, 192, .16), transparent 28rem), radial-gradient(circle at 50% 100%, rgba(245, 183, 0, .12), transparent 30rem), #f5f9fc;
}

.dbn-header {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(231, 238, 245, .85);
    box-shadow: 0 10px 30px rgba(16, 24, 40, .04);
    z-index: 1030;
}

.brand-logo img {
    max-height: 56px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #344054;
    font-size: .93rem;
    font-weight: 800;
    border-radius: 999px;
    padding: .7rem .95rem !important;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: var(--dbn-green);
        background: var(--soft-green);
    }

.btn-dbn {
    --bs-btn-bg: var(--dbn-green);
    --bs-btn-border-color: var(--dbn-green);
    --bs-btn-hover-bg: var(--dbn-green-dark);
    --bs-btn-hover-border-color: var(--dbn-green-dark);
    --bs-btn-color: #fff;
    border-radius: 999px;
    font-weight: 900;
    padding: .82rem 1.25rem;
    box-shadow: 0 16px 32px rgba(0, 135, 81, .22);
}

.btn-soft {
    background: #fff;
    border: 1px solid rgba(255,255,255,.55);
    color: var(--dbn-green-dark);
    border-radius: 999px;
    font-weight: 900;
    padding: .82rem 1.25rem;
    box-shadow: 0 16px 32px rgba(16, 24, 40, .12);
}

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 6rem 0 5rem;
    background: linear-gradient(135deg, rgba(0, 72, 45, .97) 0%, rgba(0, 135, 81, .88) 48%, rgba(23, 125, 192, .82) 100%), url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1900&q=80') center/cover;
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
        background-size: 48px 48px;
        mask-image: linear-gradient(to bottom, black, transparent 80%);
        opacity: .6;
    }

    .hero::after {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -180px;
        bottom: -210px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255,255,255,.22);
    }

.hero-inner {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    color: #ecfff6;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.hero h1 {
    font-family: Poppins, Inter, sans-serif;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .98;
    font-size: clamp(2.6rem, 5.8vw, 6.3rem);
    margin: 1.15rem 0;
    max-width: 980px;
}

.hero-lead {
    color: rgba(255,255,255,.86);
    max-width: 760px;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.85;
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
}

.hero-card {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 28px;
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0,0,0,.18);
    padding: 1.15rem;
}

.hero-stat {
    background: rgba(255,255,255,.94);
    color: var(--ink);
    border-radius: 22px;
    padding: 1rem;
    height: 100%;
}

    .hero-stat span {
        color: var(--muted);
        font-size: .8rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .06em;
    }

    .hero-stat strong {
        display: block;
        font-family: Poppins, Inter, sans-serif;
        font-size: 1.55rem;
        color: var(--dbn-green-dark);
        line-height: 1.1;
    }

.hero-visual {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insight-orbit {
    position: relative;
    width: min(100%, 440px);
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(255,255,255,.95) 0 28%, rgba(255,255,255,.16) 29% 47%, rgba(255,255,255,.08) 48% 100%);
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 30px 100px rgba(0,0,0,.22);
}

.orbit-core {
    position: absolute;
    inset: 32%;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 999px;
    color: var(--dbn-green-dark);
    background: #fff;
    box-shadow: 0 22px 55px rgba(0,0,0,.18);
    font-family: Poppins, Inter, sans-serif;
    font-weight: 900;
}

.orbit-pill {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff;
    color: #344054;
    border-radius: 999px;
    padding: .65rem .85rem;
    box-shadow: 0 18px 40px rgba(0,0,0,.16);
    font-weight: 900;
    font-size: .85rem;
}

    .orbit-pill i {
        color: var(--dbn-green);
    }

    .orbit-pill.one {
        top: 12%;
        left: 5%;
    }

    .orbit-pill.two {
        top: 20%;
        right: -3%;
    }

    .orbit-pill.three {
        bottom: 20%;
        left: -1%;
    }

    .orbit-pill.four {
        bottom: 12%;
        right: 8%;
    }

.section {
    padding: 5.2rem 0;
}

.section-title {
    max-width: 780px;
    margin-bottom: 2rem;
}

    .section-title .label {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        background: var(--soft-green);
        color: var(--dbn-green-dark);
        border-radius: 999px;
        padding: .45rem .8rem;
        font-size: .78rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .section-title h2 {
        font-family: Poppins, Inter, sans-serif;
        font-weight: 900;
        letter-spacing: -.04em;
        font-size: clamp(2rem, 3.4vw, 3.4rem);
        margin: .9rem 0 .6rem;
        color: var(--dbn-navy);
    }

    .section-title p {
        color: var(--muted);
        line-height: 1.8;
        font-size: 1.02rem;
    }

.asset-card,
.feature-card,
.story-card,
.dataset-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow: hidden;
}

    .asset-card:hover,
    .feature-card:hover,
    .story-card:hover,
    .dataset-card:hover {
        transform: translateY(-7px);
        box-shadow: var(--shadow-lg);
        border-color: rgba(0,135,81,.28);
    }

.asset-card {
    padding: 1.45rem;
}

.asset-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--dbn-green), var(--dbn-blue));
    color: #fff;
    font-size: 1.55rem;
    box-shadow: 0 16px 32px rgba(0,135,81,.22);
}

.asset-card h3,
.feature-card h3,
.dataset-card h3 {
    font-family: Poppins, Inter, sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    margin-top: 1.15rem;
    color: var(--dbn-navy);
}

.asset-card p,
.feature-card p,
.dataset-card p {
    color: var(--muted);
    line-height: 1.7;
}

.asset-link {
    color: var(--dbn-green);
    font-weight: 900;
}

.analytics-band {
    background: linear-gradient(135deg, rgba(17,54,77,.96), rgba(0,95,59,.94)), url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1800&q=80') center/cover;
    color: #fff;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

    .analytics-band .inner {
        padding: clamp(1.5rem, 4vw, 3.5rem);
    }

.metric-tile {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;
    padding: 1.2rem;
    height: 100%;
}

    .metric-tile strong {
        display: block;
        font-family: Poppins, Inter, sans-serif;
        font-size: clamp(1.8rem, 3vw, 3rem);
        line-height: 1;
    }

    .metric-tile span {
        color: rgba(255,255,255,.76);
        font-weight: 700;
    }

.feature-card {
    padding: 1.35rem;
}

    .feature-card .number {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: var(--soft-green);
        color: var(--dbn-green-dark);
        font-weight: 900;
    }

.story-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.story-card .content {
    padding: 1.25rem;
}

.story-card .tag {
    display: inline-flex;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: var(--soft-green);
    color: var(--dbn-green-dark);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.story-card h3 {
    font-family: Poppins, Inter, sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
    color: var(--dbn-navy);
    margin: .8rem 0 .55rem;
}

.story-card p {
    color: var(--muted);
    line-height: 1.7;
}

.dataset-card {
    padding: 1.2rem;
}

.dataset-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .85rem;
}

    .dataset-meta span {
        padding: .38rem .6rem;
        border-radius: 999px;
        background: #f2f4f7;
        color: #475467;
        font-weight: 800;
        font-size: .75rem;
    }

.cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--dbn-green), var(--dbn-blue));
    border-radius: 38px;
    color: #fff;
    box-shadow: var(--shadow-lg);
}

    .cta::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        right: -110px;
        bottom: -160px;
        border-radius: 999px;
        background: rgba(255,255,255,.14);
    }

.cta-inner {
    position: relative;
    z-index: 2;
    padding: clamp(1.8rem, 4vw, 3.5rem);
}

.cta h2 {
    font-family: Poppins, Inter, sans-serif;
    font-weight: 900;
    letter-spacing: -.04em;
    font-size: clamp(2rem, 4vw, 4rem);
}

.footer {
    background: #0d2b20;
    color: rgba(255,255,255,.72);
    padding: 3rem 0 2rem;
}

    .footer a {
        color: rgba(255,255,255,.82);
    }

        .footer a:hover {
            color: #fff;
        }

@media (max-width: 991.98px) {
    .hero {
        padding: 4.5rem 0 3.5rem;
    }

    .hero-visual {
        min-height: 330px;
        margin-top: 2rem;
    }

    .orbit-pill {
        font-size: .75rem;
    }

    .section {
        padding: 4rem 0;
    }
}

@media (max-width: 575.98px) {
    .hero-actions .btn {
        width: 100%;
    }

    .insight-orbit {
        width: 320px;
    }

    .orbit-pill.two {
        right: 0;
    }

    .orbit-pill.three {
        left: 0;
    }
}
