/* Landing Page Styles - Separate CSS file */

html {
    scroll-behavior: smooth;
}

/* Force light theme on landing page */
.landing-page,
.landing-page * {
    color-scheme: light !important;
}

.landing-page {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%) !important;
}

/* Override dark theme for landing page */
[data-mud-theme="dark"] .landing-page,
[data-mud-theme="dark"] .landing-page * {
    background-color: transparent !important;
    color: #1E293B !important;
}

[data-mud-theme="dark"] .landing-page .mud-paper {
    background-color: white !important;
    color: #1E293B !important;
}

/* Navigation */
.landing-nav {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(226, 232, 240, 1);
}

.nav-link {
    text-transform: none !important;
    color: #64748B !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #1E293B !important;
}

/* Hero Section */
.hero-section {
    padding: 120px 24px 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.hero-container {
    width: 100%;
}

.hero-content {
    color: #1E293B;
}

.hero-badge {
    background: rgba(90, 71, 245, 0.1) !important;
    border-color: rgba(90, 71, 245, 0.2) !important;
    color: #5A47F5 !important;
}

.hero-headline {
    color: #1E293B !important;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.gradient-text {
    background: linear-gradient(135deg, #5A47F5 0%, #8B7EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-description {
    color: #64748B !important;
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 600px;
}

.hero-cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-cta-button {
    min-width: 200px;
    height: 56px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(90, 71, 245, 0.2);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #5A47F5 0%, #8B7EF7 100%) !important;
}

.hero-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(90, 71, 245, 0.3);
    filter: brightness(1.1);
}

.hero-demo-button {
    min-width: 200px;
    height: 56px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    border-color: #E2E8F0 !important;
    color: #1E293B !important;
    background: #F8FAFC !important;
}

.hero-demo-button:hover {
    background: #F1F5F9 !important;
    transform: translateY(-2px);
}

.hero-trust-bar {
    margin-top: 32px;
}

.hero-trust-bar .mud-typography {
    color: #1E293B !important;
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-card {
    border-radius: 20px;
    overflow: hidden;
    background: white !important;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero-image-placeholder {
    text-align: center;
    padding: 40px;
}

/* Features Section */
.features-section {
    padding: 100px 24px;
    background: white;
}

.feature-card {
    height: 100%;
    padding: 32px !important;
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    border: 1px solid #E2E8F0;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
    border-color: #5A47F5;
}

.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 71, 245, 0.1);
    border-radius: 12px;
}

.feature-icon-wrapper .mud-icon {
    color: #5A47F5 !important;
}

/* Social Proof Bar */
.social-proof-bar {
    padding: 32px 24px;
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.bank-logo {
    font-size: 1rem;
    font-weight: 600;
    color: #64748B;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.bank-logo:hover {
    opacity: 1;
}

/* Problem Section */
.problem-section {
    padding: 100px 24px;
    background: white;
}

.pain-point-card {
    height: 100%;
    padding: 32px !important;
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #E2E8F0;
}

.pain-point-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.pain-point-card:hover .pain-point-reveal {
    display: block !important;
}

.pain-point-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pain-point-icon.error {
    background: rgba(239, 68, 68, 0.1);
}

.pain-point-icon.warning {
    background: rgba(245, 158, 11, 0.1);
}

.pain-point-icon.primary {
    background: rgba(90, 71, 245, 0.1);
}

.comparison-card {
    padding: 32px !important;
    border-radius: 16px;
    height: 100%;
}

.comparison-card.error-card {
    background: rgba(239, 68, 68, 0.05) !important;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.comparison-card.success-card {
    background: rgba(16, 185, 129, 0.05) !important;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Pricing Section */
.pricing-section {
    padding: 100px 24px;
    background: #F8FAFC;
}

.pricing-banner {
    background: rgba(245, 158, 11, 0.1) !important;
    border-color: rgba(245, 158, 11, 0.2) !important;
    color: #F59E0B !important;
}

.pricing-card {
    height: 100%;
    padding: 32px !important;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #E2E8F0;
    background: white !important;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.pricing-card-featured {
    height: 100%;
    padding: 32px !important;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid #5A47F5 !important;
    background: white !important;
    position: relative;
    box-shadow: 0 4px 12px rgba(90, 71, 245, 0.2) !important;
}

.pricing-card-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(90, 71, 245, 0.3) !important;
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #5A47F5;
    color: white;
    padding: 4px 16px;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.guarantee-badge {
    background: rgba(16, 185, 129, 0.1) !important;
    border-color: rgba(16, 185, 129, 0.2) !important;
    color: #10B981 !important;
}

/* Security Section */
.security-section {
    padding: 100px 24px;
    background: white;
}

.security-card {
    height: 100%;
    padding: 32px !important;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #E2E8F0;
}

.security-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.security-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(90, 71, 245, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.privacy-card {
    padding: 40px !important;
    border-radius: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%) !important;
    border: 1px solid #E2E8F0;
}

.privacy-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(90, 71, 245, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contact Section */
.contact-section {
    padding: 100px 24px;
    background: #F8FAFC;
}

.contact-card {
    padding: 48px !important;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #E2E8F0;
    background: white !important;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.contact-email-link {
    font-size: 1.25rem;
    font-weight: 600;
    color: #5A47F5 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email-link:hover {
    color: #8B7EF7 !important;
    text-decoration: underline;
}

/* FAQ Section */
.faq-section {
    padding: 100px 24px;
    background: white;
}

.faq-panels {
    max-width: 100%;
}

.faq-panels .mud-expansion-panel {
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

/* CTA Section */
.cta-section {
    padding: 100px 24px;
    background: linear-gradient(135deg, #5A47F5 0%, #8B7EF7 100%);
}

.cta-button {
    min-width: 200px;
    height: 56px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    background: white !important;
    color: #5A47F5 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.cta-button-outlined {
    min-width: 200px;
    height: 56px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
}

.cta-button-outlined:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px);
}

/* Footer */
.landing-footer {
    padding: 64px 24px 32px;
    background: #1E293B;
    color: white;
}

.footer-social-icon {
    color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.footer-social-icon:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white !important;
}

/* Responsive */
@media (max-width: 960px) {
    .hero-section {
        padding: 100px 20px 60px;
    }
    
    .hero-headline {
        font-size: 2.25rem;
    }
    
    .hero-description {
        font-size: 1.125rem;
    }
    
    .hero-cta-wrapper {
        flex-direction: column;
    }
    
    .hero-cta-button,
    .hero-demo-button {
        width: 100%;
    }
    
    .social-proof-bar {
        padding: 24px 20px;
    }
    
    .problem-section,
    .features-section,
    .pricing-section,
    .security-section,
    .testimonials-section,
    .faq-section {
        padding: 60px 20px;
    }
    
    .cta-section {
        padding: 60px 20px;
    }
    
    .landing-footer {
        padding: 48px 20px 24px;
    }
    
    .stat-value {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .hero-headline {
        font-size: 1.875rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .feature-card,
    .pain-point-card,
    .pricing-card,
    .pricing-card-featured,
    .security-card,
    .testimonial-card,
    .stat-card {
        padding: 24px !important;
    }
    
    .comparison-card {
        padding: 24px !important;
    }
    
    .privacy-card {
        padding: 32px 24px !important;
    }
    
    .cta-button,
    .cta-button-outlined {
        width: 100%;
    }
    
    .stat-value {
        font-size: 1.75rem;
    }
}
