/* Force Dark Theme Override */
body, html {
    background: #0a0a0a !important;
    color: #ffffff !important;
}

.card {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}

.card-body {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.hero-section {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a) !important;
}

footer {
    background: #0a0a0a !important;
    color: #b0b0b0 !important;
}

h1, h2, h3, h4, h5, h6, p, li, small {
    color: #ffffff !important;
}

.lead {
    color: #b0b0b0 !important;
}
