body {
    background-color: #f4f6f9;
}

.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 10px;
}

.card-stat h2 {
    font-weight: 700;
}

.table thead {
    background-color: #0d6efd;
    color: #fff;
}

.navbar-brand {
    font-weight: 700;
}

/* ===== Background bertema Kantor Desa - warna lembut ===== */

.bg-desa-login {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(234,244,238,0.92) 0%, rgba(247,242,230,0.95) 60%, rgba(207,228,211,0.95) 100%),
        url('../img/ilustrasi-kantor-desa.svg');
    background-repeat: no-repeat;
    background-position: center bottom, center 78%;
    background-size: cover, 1100px;
}

.login-card {
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(47, 107, 87, 0.12);
}

.hero-desa {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, #eaf4ee 0%, #f7f2e6 55%, #f3ecd8 100%);
    border: 1px solid #e3ecdf;
    padding: 28px 32px;
    margin-bottom: 24px;
}

.hero-desa::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -30px;
    width: 340px;
    height: 220px;
    background: url('../img/ilustrasi-kantor-desa.svg') no-repeat center / contain;
    opacity: 0.9;
    pointer-events: none;
}

.hero-desa .hero-text {
    position: relative;
    z-index: 1;
    max-width: 55%;
}

.hero-desa h3 {
    color: #2f6b57;
}

@media (max-width: 768px) {
    .hero-desa::after {
        opacity: 0.35;
        width: 220px;
        height: 150px;
    }
    .hero-desa .hero-text {
        max-width: 100%;
    }
}
