/* ========================================
   Landing Page - Specific Styles with Dark Blue Theme
   ======================================== */

/* Landing Page - Dark Blue Theme */
.landing-hero-section {
    min-height: 85vh;
    background: linear-gradient(135deg, var(--solar-blue-primary) 0%, #0f172a 50%, var(--solar-black) 100%) !important;
    position: relative;
    overflow: hidden;
}

.landing-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="landing-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.8" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23landing-pattern)"/></svg>');
    opacity: 0.4;
}

.landing-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 107, 53, 0.1) 0%, transparent 50%);
    opacity: 0.8;
}

.landing-hero-content {
    position: relative;
    z-index: 3;
}

/* Enhanced Typography for Landing */
.landing-hero-section h1 {
    color: #ffffff !important;
    text-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.6),
        0 2px 8px rgba(0, 0, 0, 0.4),
        0 1px 4px rgba(0, 0, 0, 0.3);
    font-weight: 800 !important;
    letter-spacing: -1px;
}

.landing-hero-section .lead {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 1.4rem !important;
}

/* Feature Items Enhancement */
.landing-features-list .feature-item {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.2rem;
    border-radius: 25px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem !important;
    transition: all 0.3s ease;
}

.landing-features-list .feature-item:hover {
    background: rgba(255, 107, 53, 0.2);
    transform: translateX(5px);
    border-color: rgba(255, 107, 53, 0.4);
}

.landing-features-list .feature-item span {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 1.1rem;
}

.landing-features-list .fas.fa-check-circle {
    color: var(--solar-orange) !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    font-size: 1.3rem !important;
}

/* Hero Buttons Enhancement */
.landing-hero-buttons .btn {
    padding: 1rem 2.5rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 12px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.landing-hero-buttons .btn-solar-orange {
    background: linear-gradient(135deg, var(--solar-orange) 0%, #ff8533 100%);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.landing-hero-buttons .btn-solar-orange::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.landing-hero-buttons .btn-solar-orange:hover::before {
    left: 100%;
}

.landing-hero-buttons .btn-solar-orange:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.5);
}

.landing-hero-buttons .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
}

.landing-hero-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--solar-blue-primary) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Hero Image Enhancement */
.landing-hero-image {
    position: relative;
    animation: float 6s ease-in-out infinite;
}

.landing-hero-image .fa-10x {
    font-size: 8rem !important;
    color: var(--solar-orange) !important;
    filter: drop-shadow(0 8px 25px rgba(255, 107, 53, 0.4));
    opacity: 0.9 !important;
}

/* Stats Section with Dark Blue Accents */
.landing-stats-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
    position: relative;
}

.landing-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--solar-blue-primary) 0%, var(--solar-orange) 50%, var(--solar-blue-primary) 100%);
}

.landing-stat-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(26, 43, 61, 0.08);
    border: 1px solid rgba(26, 43, 61, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.landing-stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--solar-orange) 0%, #ff8533 100%);
}

.landing-stat-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 50px rgba(26, 43, 61, 0.15);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 107, 53, 0.05) 100%);
}

.landing-stat-item i {
    color: var(--solar-orange) !important;
    margin-bottom: 1.5rem !important;
    filter: drop-shadow(0 4px 12px rgba(255, 107, 53, 0.3));
}

.landing-stat-item h3 {
    color: var(--solar-blue-primary) !important;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.landing-stat-item p {
    color: var(--solar-gray-dark);
    font-weight: 600;
    font-size: 1.1rem;
}

/* Services Section Enhancement */
.landing-services-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.landing-services-section h2 {
    color: var(--solar-blue-primary) !important;
    font-weight: 800;
    margin-bottom: 1rem;
}

.landing-services-section .lead {
    color: var(--solar-gray-dark);
    font-size: 1.2rem;
}

.landing-service-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px !important;
    border: none !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 8px 30px rgba(26, 43, 61, 0.08);
    position: relative;
    overflow: hidden;
}

.landing-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--solar-orange) 0%, #ff8533 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.landing-service-card:hover::before {
    transform: scaleX(1);
}

.landing-service-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 60px rgba(26, 43, 61, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 107, 53, 0.05) 100%);
}

.landing-service-card .card-body {
    padding: 2.5rem !important;
}

.landing-service-card i {
    color: var(--solar-orange) !important;
    margin-bottom: 1.5rem !important;
    filter: drop-shadow(0 4px 15px rgba(255, 107, 53, 0.3));
    transition: all 0.3s ease;
}

.landing-service-card:hover i {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 20px rgba(255, 107, 53, 0.4));
}

.landing-service-card h4 {
    color: var(--solar-blue-primary) !important;
    font-weight: 700;
    margin-bottom: 1rem;
}

.landing-service-card p {
    color: var(--solar-gray-dark);
    line-height: 1.6;
    font-size: 1rem;
}

/* How It Works Section */
.landing-how-it-works-section {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
}

.landing-how-it-works-section h2 {
    color: var(--solar-blue-primary) !important;
    font-weight: 800;
}

.landing-step-item {
    transition: all 0.3s ease;
}

.landing-step-item:hover {
    transform: translateY(-5px);
}

.landing-step-number {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, var(--solar-orange) 0%, #ff8533 100%) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    border: 4px solid rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.landing-step-item:hover .landing-step-number {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.5);
}

.landing-step-item h5 {
    color: var(--solar-blue-primary) !important;
    font-weight: 700;
    margin-top: 1rem;
}

.landing-step-item p {
    color: var(--solar-gray-dark);
    font-size: 1rem;
    line-height: 1.6;
}

/* CTA Section - Dark Blue Theme */
.landing-cta-section {
    background: linear-gradient(135deg, var(--solar-blue-primary) 0%, #0f172a 50%, var(--solar-black) 100%) !important;
    position: relative;
    overflow: hidden;
}

.landing-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse"><polygon points="15,5 25,20 5,20" fill="rgba(255,107,53,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
    opacity: 0.3;
}

.landing-cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255, 107, 53, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(255, 107, 53, 0.15) 0%, transparent 50%);
    opacity: 0.8;
}

.landing-cta-section .container {
    position: relative;
    z-index: 3;
}

.landing-cta-section h2 {
    color: #ffffff !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
    font-weight: 800;
}

.landing-cta-section .lead {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-size: 1.3rem;
}

.landing-cta-section .btn {
    padding: 1.2rem 3rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 15px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.landing-cta-section .btn-solar-orange {
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

.landing-cta-section .btn-solar-orange:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(255, 107, 53, 0.5);
}

.landing-cta-section .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1);
}

.landing-cta-section .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--solar-blue-primary) !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Landing Page Specific Animations */
.landing-fade-in-up {
    animation: fadeInUp 0.8s ease forwards;
}

.landing-float {
    animation: float 6s ease-in-out infinite;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .landing-hero-section {
        min-height: 70vh;
        text-align: center;
    }
    
    .landing-hero-section h1 {
        font-size: 2.5rem !important;
    }
    
    .landing-hero-section .lead {
        font-size: 1.2rem !important;
    }
    
    .landing-hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem !important;
        padding: 1rem 2rem !important;
    }
    
    .landing-features-list .feature-item {
        margin-bottom: 0.8rem !important;
        padding: 0.6rem 1rem;
    }
    
    .landing-features-list .feature-item span {
        font-size: 1rem;
    }
    
    .landing-stat-item {
        padding: 2rem 1rem;
        margin-bottom: 1.5rem;
    }
    
    .landing-stat-item h3 {
        font-size: 2rem;
    }
    
    .landing-service-card .card-body {
        padding: 2rem !important;
    }
    
    .landing-step-number {
        width: 60px !important;
        height: 60px !important;
    }
    
    .landing-cta-section .btn {
        padding: 1rem 2rem !important;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .landing-hero-section h1 {
        font-size: 2rem !important;
    }
    
    .landing-hero-section .lead {
        font-size: 1.1rem !important;
    }
    
    .landing-features-list .feature-item span {
        font-size: 0.95rem;
    }
    
    .landing-stat-item h3 {
        font-size: 1.8rem;
    }
}