/* ========================================
   DARK MODE COMPREHENSIVE FIXES
   ======================================== */

/* Fix Statistics Section di dark mode */
[data-theme="dark"] .stats-section {
    margin-top: -100px;
}

[data-theme="dark"] .stat-card {
    background: #1e293b;
    border: 1px solid #334155;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .stat-card:hover {
    border-color: #CD1C18;
    box-shadow: 0 15px 40px rgba(205, 28, 24, 0.2);
}

[data-theme="dark"] .stat-icon {
    background: linear-gradient(135deg, #CD1C18, #9B1313);
    color: white;
}

[data-theme="dark"] .stat-number {
    color: #f8fafc !important;
    font-weight: 800;
}

[data-theme="dark"] .stat-label {
    color: #94a3b8 !important;
}

/* Fix layananlain section di dark mode */
[data-theme="dark"] .layananlain-section {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0;
}

[data-theme="dark"] .layananlain-section h2 {
    color: #f8fafc !important;
}

[data-theme="dark"] .layananlain-section .section-subtitle.badge {
    background: linear-gradient(135deg, #CD1C18, #9B1313) !important;
    color: white !important;
}

[data-theme="dark"] .footer-cta-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #334155;
    color: #cbd5e1;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin: 4px;
}

[data-theme="dark"] .footer-cta-btn:hover {
    background: rgba(205, 28, 24, 0.2);
    border-color: #CD1C18;
    color: #FFA896;
}

[data-theme="dark"] .footer-cta-btn.secondary {
    background: rgba(255, 168, 150, 0.1);
    border-color: #FFA896;
    color: #FFA896;
}

[data-theme="dark"] .footer-cta-btn.secondary:hover {
    background: rgba(255, 168, 150, 0.2);
}

[data-theme="dark"] .footer-cta-btn img {
    filter: brightness(0.9);
}

/* Fix footer di dark mode */
[data-theme="dark"] .footer {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    border-top: 1px solid #334155;
}

[data-theme="dark"] .footer-top {
    background: linear-gradient(135deg, rgba(205, 28, 24, 0.1) 0%, rgba(155, 19, 19, 0.05) 100%);
    padding: 60px 0;
    border-bottom: 1px solid #334155;
}

[data-theme="dark"] .footer-top h2 {
    color: #f8fafc !important;
}

[data-theme="dark"] .footer-top p {
    color: #94a3b8 !important;
}

[data-theme="dark"] .footer-main {
    padding: 60px 0 40px;
}

[data-theme="dark"] .footer-column h5 {
    color: #FFA896 !important;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

[data-theme="dark"] .footer-column p {
    color: #94a3b8 !important;
    line-height: 1.7;
}

[data-theme="dark"] .footer-column ul {
    list-style: none;
    padding: 0;
}

[data-theme="dark"] .footer-column ul li {
    margin-bottom: 0.75rem;
}

[data-theme="dark"] .footer-column ul li a {
    color: #94a3b8 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

[data-theme="dark"] .footer-column ul li a:hover {
    color: #FFA896 !important;
}

[data-theme="dark"] .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
}

[data-theme="dark"] .contact-item i {
    color: #FFA896;
    font-size: 1.25rem;
    margin-top: 2px;
}

[data-theme="dark"] .contact-item p {
    color: #94a3b8 !important;
    margin: 0;
}

[data-theme="dark"] .footer-bottom {
    background: rgba(15, 23, 42, 0.8);
    border-top: 1px solid #334155;
    padding: 20px 0;
}

[data-theme="dark"] .footer-copyright {
    color: #64748b !important;
    margin: 0;
    text-align: center;
}

/* Fix spline - tetap tampil di dark mode */
[data-theme="dark"] .spline-background {
    display: block !important;
    opacity: 0.5;
}

[data-theme="dark"] .spline-background iframe {
    opacity: 0.6;
    filter: brightness(0.7) saturate(0.8);
}

[data-theme="dark"] .hero-section {
    position: relative;
    overflow: visible;
    background: transparent;
}

[data-theme="dark"] .hero-section::after {
    display: none;
}

[data-theme="dark"] .hero-section::before {
    display: none;
}

/* Fix footer-main - sama dengan news card body */
[data-theme="dark"] .footer-main {
    padding: 60px 0 40px;
    background: #1e293b;
}

[data-theme="dark"] .footer-column {
    background: transparent;
}

/* Fix layanan slider di dark mode */
[data-theme="dark"] .testimonial-section {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

[data-theme="dark"] .testimonial-badge {
    background: linear-gradient(135deg, #CD1C18, #9B1313);
    color: white;
}

[data-theme="dark"] .testimonial-title {
    color: #f8fafc !important;
}

[data-theme="dark"] .testimonial-subtitle {
    color: #94a3b8 !important;
}

[data-theme="dark"] .testimonial-divider {
    background: linear-gradient(90deg, #CD1C18, #FFA896);
}

[data-theme="dark"] .quote-text {
    color: #f8fafc !important;
}

[data-theme="dark"] .quote-mark {
    color: #CD1C18;
}

[data-theme="dark"] .nav-dot {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}

[data-theme="dark"] .nav-dot:hover {
    background: rgba(205, 28, 24, 0.1);
    border-color: #CD1C18;
    color: #FFA896;
}

[data-theme="dark"] .nav-dot.active {
    background: #CD1C18;
    border-color: #CD1C18;
    color: white;
}

[data-theme="dark"] .nav-dot-separator {
    color: #475569;
}

[data-theme="dark"] .nav-dot.active .nav-dot-separator {
    color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .testimonial-avatar > div {
    background: #1e293b !important;
    border-color: #CD1C18;
}

[data-theme="dark"] .testimonial-avatar > div i {
    color: #CD1C18;
}

[data-theme="dark"] .testimonial-avatar img {
    background: #1e293b !important;
    border-color: #CD1C18;
    filter: brightness(0.9);
}

[data-theme="dark"] .avatar-glow {
    background: radial-gradient(circle, rgba(205, 28, 24, 0.12) 0%, rgba(205, 28, 24, 0.04) 40%, transparent 70%);
}

/* Fix visi misi di dark mode */
[data-theme="dark"] .visimisi-section {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

[data-theme="dark"] .visimisi-badge {
    background: linear-gradient(135deg, #CD1C18, #9B1313);
    color: white;
}

[data-theme="dark"] .visimisi-title {
    color: #f8fafc !important;
}

[data-theme="dark"] .visimisi-subtitle {
    color: #94a3b8 !important;
}

[data-theme="dark"] .visimisi-divider {
    background: linear-gradient(90deg, #CD1C18, #FFA896);
}

[data-theme="dark"] .visi-card {
    background: #1e293b;
    border: 1px solid #334155;
}

[data-theme="dark"] .visi-card-label {
    color: #f8fafc;
}

[data-theme="dark"] .visi-text {
    color: #cbd5e1;
}

[data-theme="dark"] .visi-quote-mark {
    color: #CD1C18;
}

[data-theme="dark"] .visi-icon-wrapper {
    background: linear-gradient(135deg, #CD1C18, #9B1313);
}

[data-theme="dark"] .misi-title {
    color: #f8fafc !important;
}

[data-theme="dark"] .misi-icon-wrapper {
    background: linear-gradient(135deg, #FFA896, #9B1313);
}

[data-theme="dark"] .misi-item {
    background: #1e293b;
    border-color: #334155;
}

[data-theme="dark"] .misi-item:hover {
    border-color: #CD1C18;
}

[data-theme="dark"] .misi-item-number {
    background: linear-gradient(135deg, #CD1C18, #9B1313);
}

[data-theme="dark"] .misi-item-content p {
    color: #cbd5e1;
}

[data-theme="dark"] .nilai-title {
    color: #f8fafc !important;
}

[data-theme="dark"] .nilai-icon-wrapper {
    background: linear-gradient(135deg, #FFA896, #CD1C18);
}

[data-theme="dark"] .nilai-card {
    background: #1e293b;
    border-color: #334155;
}

[data-theme="dark"] .nilai-card:hover {
    border-color: #FFA896;
}

[data-theme="dark"] .nilai-icon {
    background: linear-gradient(135deg, #FFA896, #CD1C18);
}

[data-theme="dark"] .nilai-card h4 {
    color: #f8fafc;
}

[data-theme="dark"] .nilai-card p {
    color: #94a3b8;
}

/* Fix floating shapes di dark mode */
[data-theme="dark"] .floating-shape {
    opacity: 0.03;
}

[data-theme="dark"] .shape-1 {
    background: #CD1C18;
}

[data-theme="dark"] .shape-2 {
    background: #FFA896;
}

[data-theme="dark"] .shape-3 {
    background: #CD1C18;
}

/* Fix navbar di dark mode */
[data-theme="dark"] .navbar {
    background: rgba(15, 23, 42, 0.98) !important;
    border-bottom: 1px solid #334155;
    backdrop-filter: blur(10px);
}

[data-theme="dark"] .navbar-brand span {
    color: #f8fafc !important;
}

[data-theme="dark"] .nav-link {
    color: #cbd5e1 !important;
}

[data-theme="dark"
