/* Base */
body { background: #121212; color: #e0e0e0; }

/* Header & Navbar */
.header { background: #1a1a2e !important; }
.header.header-scrolled { background: #1a1a2e !important; }
.header .logo span { color: #e0e0e0; }
#navbar a { color: #ccc !important; }
#navbar a:hover { color: #fff !important; }

/* Hero */
.hero { background: #16213e; background-size: cover; }
.hero h1 { color: #e0e0e0; }
.hero h2, .hero h4 { color: #e0e0e0 !important; }
.hero p { color: #ccc; }
.hero .btn-get-started { background: #0f3460; border-color: #0f3460; color: #fff; }
.hero .btn-get-started:hover { background: #1a5276; }
.hero .btn-success { background: #0f3460; border-color: #0f3460; }
.hero .btn-success:hover { background: #1a5276; }
.hero .btn-danger { background: #641e16; border-color: #641e16; }

/* Sections */
.values { background: #121212; padding-top: 60px; }
.values .section-header p { color: #e0e0e0; }
.counts { background: #16213e; }
.counts .count-box { background: #1e1e2e; }
.counts .count-box span { color: #e0e0e0; }
.counts .count-box p { color: #aaa; }

/* Cards */
#sistemas .box { background: #1e1e2e !important; border-color: #333 !important; padding-top: 12px !important; }
#sistemas .box>a { background: #1e1e2e !important; padding: 0 !important; display: flex !important; align-items: flex-start; justify-content: center; overflow: hidden; }
#sistemas .box>a img { border-radius: 0 !important; display: block !important; width: 100% !important; max-height: 200px; object-fit: contain; transform: none !important; }
#sistemas .box h3 { color: #e0e0e0; }
#sistemas .box p { color: #ccc; }
#sistemas .box .btn-success { background: #0f3460; border-color: #0f3460; }
#sistemas .box .btn-success:hover { background: #1a5276; }
#sistemas .box:hover { transform: translateY(-6px); border-color: #fff !important; box-shadow: 0 0 35px rgba(255, 255, 255, 0.5), 0 0 0 1px #fff; }

/* Contact */
#contact { background: #16213e; }
#contact .section-header p { color: #e0e0e0; }
#contact .info-box { background: #1e1e2e; color: #e0e0e0; }
#contact .info-box h3 { color: #ccc; }
#contact .form-control { background: #1e1e2e; border-color: #333; color: #e0e0e0; }
#contact .form-control::placeholder { color: #888; }
#contact .btn-primary { background: #0f3460; border-color: #0f3460; }
#contact .btn-primary:hover { background: #1a5276; }

/* Footer */
.footer { background: #1a1a2e !important; }
.footer .copyright { color: #aaa; }
.footer .credits a { color: #888; }

/* Money amount (aporte) in white */
b[style*="color: #0b198f"] { color: #fff !important; }

/* Hide visitor counter in headings */
h2 span[style*="color"], h1 span[style*="color"] { color: transparent !important; }

/* General */
hr { border-color: #333; }
.back-to-top { background: #0f3460; color: #fff; }
.mobile-nav-toggle { color: #fff !important; }
.navbar .mobile-nav-toggle { color: #fff; }
