/* Landing Page Styles */

/* Hero Banner Section */
.hero-banner {
    background-size: cover;
    background-position: center;
    background-color: #f8f9fa;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(25, 135, 84, 0.1) 100%);
}

.hero-banner .container {
    position: relative;
    z-index: 1;
}

/* Statistics Section */
.stats-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stats-section h2,
.stats-section p,
.stats-section .lead {
    color: white !important;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    transition: transform 0.3s ease;
    color: white;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
    color: white !important;
}

.stat-icon i {
    color: white !important;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: white !important;
}

.stat-card .h6,
.stat-card h6 {
    color: white !important;
}

.stat-card small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.stats-section .text-white {
    color: white !important;
}

.stats-section .text-white-50 {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Features Section */
.feature-card {
    transition: all 0.3s ease;
    border-radius: 12px;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

.feature-icon {
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

/* Benefits Section */
.benefits-section {
    background-color: #f8f9fa;
}

.benefit-card {
    padding: 2rem;
    background: white;
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.benefit-card:hover {
    border-color: #0d6efd;
    box-shadow: 0 8px 16px rgba(13, 110, 253, 0.1);
}

.benefit-icon {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0d6efd 0%, #198754 100%);
    color: white;
    padding: 4rem 0;
}

.cta-section h2,
.cta-section p,
.cta-section .lead {
    color: white !important;
}

.cta-section .text-white {
    color: white !important;
}

.cta-section .text-white-50 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.cta-section .btn-light {
    border: 2px solid white;
    color: #0d6efd !important;
}

.cta-section .btn-light:hover {
    background: white;
    color: #0d6efd !important;
}

.cta-section .btn-outline-light {
    color: white !important;
    border-color: white;
}

.cta-section .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white !important;
}

.trust-badges {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.trust-badge i,
.trust-badge span {
    color: white !important;
}

.trust-badge .text-white-50 {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Dark Mode Styles */
@media (prefers-color-scheme: dark) {
    /* Hero Banner Dark Mode */
    .hero-banner {
        background-color: #1e1e1e;
    }
    
    .hero-banner::before {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(30, 30, 30, 0.7) 100%);
        z-index: 0;
    }
    
    .hero-banner .container {
        position: relative;
        z-index: 1;
    }
    
    /* All text elements in hero banner */
    .hero-banner h1,
    .hero-banner h1.display-4,
    .hero-banner .display-4,
    .hero-banner .display-4.fw-bold {
        color: #ffffff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
    
    .hero-banner h2,
    .hero-banner h2.h3,
    .hero-banner .h3 {
        color: #e0e0e0 !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    }
    
    .hero-banner .text-muted,
    .hero-banner h2.text-muted {
        color: #d0d0d0 !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    }
    
    .hero-banner .lead,
    .hero-banner p,
    .hero-banner p.lead {
        color: #e0e0e0 !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    }
    
    .hero-banner strong,
    .hero-banner p strong {
        color: #ffffff !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    }
    
    .hero-banner .badge {
        text-shadow: none;
    }
    
    .hero-banner a,
    .hero-banner .btn {
        text-shadow: none;
    }
    
    /* Features Section Dark Mode */
    .features-section {
        background-color: #1e1e1e !important;
    }
    
    .features-section h2,
    .features-section .display-5 {
        color: #8b7fc8 !important;
    }
    
    .features-section .lead,
    .features-section .text-muted {
        color: #b0b0b0 !important;
    }
    
    .feature-card {
        background: #2a2a2a !important;
        border-color: #404040 !important;
    }
    
    .feature-card .card-body {
        background: #2a2a2a !important;
    }
    
    .feature-card .card-title,
    .feature-card h3,
    .feature-card h5 {
        color: #e0e0e0 !important;
    }
    
    .feature-card .card-text,
    .feature-card .text-muted {
        color: #b0b0b0 !important;
    }
    
    .feature-icon i {
        color: #8b7fc8 !important;
    }
    
    /* Benefits Section Dark Mode */
    .benefits-section {
        background-color: #2a2a2a !important;
    }
    
    .benefits-section h2,
    .benefits-section .display-5 {
        color: #8b7fc8 !important;
    }
    
    .benefits-section .lead,
    .benefits-section .text-muted {
        color: #b0b0b0 !important;
    }
    
    .benefit-card {
        background: #1e1e1e !important;
        border-color: #404040 !important;
    }
    
    .benefit-card h4 {
        color: #e0e0e0 !important;
    }
    
    .benefit-card .text-muted {
        color: #b0b0b0 !important;
    }
    
    .benefit-icon {
        color: #8b7fc8 !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-banner {
        min-height: 400px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

