/* Marketing-specific styles for worklead */

/* ============================================
   Brand Gradient
   ============================================ */
.brand-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* ============================================
   Marketing Navbar
   ============================================ */
.marketing-navbar {
    background: rgba(26, 29, 33, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
    z-index: 1000;
}

.marketing-navbar .navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}

.marketing-navbar .nav-link {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s;
    margin: 0 0.5rem;
}

.marketing-navbar .nav-link:hover {
    color: #ffffff;
}

/* ============================================
   Gradient Button
   ============================================ */
.btn-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 0.5rem 1.5rem;
}

.btn-gradient-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    color: white;
}

.btn-gradient-primary:active {
    transform: translateY(0);
}

/* ============================================
   Marketing Content
   ============================================ */
.marketing-content {
    padding-top: 70px; /* Account for fixed navbar */
}

/* ============================================
   Hero Section
   ============================================ */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1a1d21 0%, #2d1b4e 100%);
    padding: 6rem 0;
}

.hero-headline {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subheadline {
    font-size: 1.25rem;
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-trust-signals {
    margin-top: 2rem;
}

.hero-visual {
    position: relative;
}

.screenshot-placeholder {
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 4rem 2rem;
    text-align: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ============================================
   Features Section
   ============================================ */
.features-section,
.how-it-works-section,
.social-proof-section,
.pricing-teaser-section,
.final-cta-section,
.pricing-section,
.comparison-section,
.faq-section,
.demo-hero-section,
.what-to-expect-section,
.why-choose-section,
.alternative-cta-section {
    padding: 6rem 0;
}

.features-section {
    background: #1a1d21;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.5);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
}

/* ============================================
   How It Works Section
   ============================================ */
.how-it-works-section {
    background: linear-gradient(135deg, #1a1d21 0%, #2d1b4e 100%);
}

.step-card {
    text-align: center;
    padding: 2rem 1rem;
}

.step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    color: white;
}

/* ============================================
   Social Proof Section
   ============================================ */
.social-proof-section {
    background: #1a1d21;
}

.stat-card {
    padding: 2rem 1rem;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
}

.testimonial-quote {
    font-style: italic;
    line-height: 1.8;
}

.testimonial-author {
    margin-top: 2rem;
}

/* ============================================
   Pricing Section
   ============================================ */
.pricing-teaser-section,
.pricing-hero-section {
    background: linear-gradient(135deg, #1a1d21 0%, #2d1b4e 100%);
}

.pricing-hero-section {
    padding: 8rem 0 4rem;
}

.pricing-section {
    background: #1a1d21;
    padding: 4rem 0 6rem;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card-featured {
    border: 2px solid #667eea;
    box-shadow: 0 0 40px rgba(102, 126, 234, 0.3);
    background: rgba(102, 126, 234, 0.05);
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.pricing-amount {
    line-height: 1;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.pricing-features li {
    padding: 0.75rem 0;
    color: #9ca3af;
    display: flex;
    align-items: flex-start;
}

.pricing-features i {
    color: #667eea;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* ============================================
   Comparison Table
   ============================================ */
.comparison-section {
    background: #1a1d21;
}

.comparison-table {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-table thead {
    background: rgba(102, 126, 234, 0.1);
}

.comparison-table th {
    font-weight: 600;
    padding: 1rem;
    border-color: rgba(255, 255, 255, 0.1);
}

.comparison-table td {
    padding: 1rem;
    border-color: rgba(255, 255, 255, 0.1);
}

.comparison-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section {
    background: linear-gradient(135deg, #1a1d21 0%, #2d1b4e 100%);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(102, 126, 234, 0.1);
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

/* ============================================
   Demo Page
   ============================================ */
.demo-hero-section {
    background: linear-gradient(135deg, #1a1d21 0%, #2d1b4e 100%);
    padding: 8rem 0 6rem;
}

.demo-form-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}

.what-to-expect-section {
    background: #1a1d21;
}

.expectation-card,
.benefit-card {
    padding: 1.5rem;
    text-align: center;
}

.expectation-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto;
    color: white;
}

.why-choose-section {
    background: linear-gradient(135deg, #1a1d21 0%, #2d1b4e 100%);
}

.benefit-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    text-align: left;
}

.alternative-cta-section {
    background: rgba(102, 126, 234, 0.05);
    border-top: 1px solid rgba(102, 126, 234, 0.2);
    border-bottom: 1px solid rgba(102, 126, 234, 0.2);
}

/* ============================================
   Final CTA Section
   ============================================ */
.final-cta-section {
    background: linear-gradient(135deg, #1a1d21 0%, #2d1b4e 100%);
}

/* ============================================
   Footer
   ============================================ */
.marketing-footer {
    background: rgba(13, 12, 15, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0 2rem;
}

.marketing-footer h5,
.marketing-footer h6 {
    color: white;
    font-weight: 600;
}

.marketing-footer a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}

.marketing-footer a:hover {
    color: #667eea;
}

.marketing-footer .list-unstyled {
    margin: 0;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 991px) {
    .hero-headline {
        font-size: 2.5rem;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-ctas .btn {
        width: 100%;
        margin: 0 0 1rem 0 !important;
    }

    .marketing-navbar .btn-gradient-primary {
        width: 100%;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
        min-height: auto;
    }

    .hero-headline {
        font-size: 2rem;
    }

    .hero-subheadline {
        font-size: 1.1rem;
    }

    .features-section,
    .how-it-works-section,
    .social-proof-section,
    .pricing-teaser-section,
    .final-cta-section,
    .pricing-section,
    .comparison-section,
    .faq-section,
    .demo-hero-section,
    .what-to-expect-section,
    .why-choose-section,
    .alternative-cta-section {
        padding: 4rem 0;
    }

    .screenshot-placeholder {
        min-height: 300px;
        padding: 3rem 1rem;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-headline {
        font-size: 1.75rem;
    }

    .pricing-card {
        padding: 2rem 1.5rem;
    }

    .demo-form-card {
        padding: 2rem 1.5rem;
    }
}

/* ============================================
   Smooth Scrolling
   ============================================ */
html {
    scroll-behavior: smooth;
}

/* ============================================
   Animations
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section,
.feature-card,
.step-card,
.pricing-card {
    animation: fadeInUp 0.6s ease-out;
}
