
/* Block 1 */
.hero-banner-section {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.hero-container {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(20, 33, 61, 0.85) 0%, rgba(67, 56, 202, 0.75) 50%, rgba(16, 185, 129, 0.65) 100%);
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 2rem;
}

.hero-text-wrapper {
    max-width: 900px;
    text-align: center;
    color: #ffffff;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #e2e8f0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-description {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #cbd5e1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
}

.hero-secondary-description {
    font-size: clamp(0.95rem, 1.6vw, 1.1rem);
    line-height: 1.6;
    margin-bottom: 3rem;
    color: #94a3b8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
}

.hero-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.hero-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 50%, #1e40af 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4), 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
}

.hero-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.5), 0 8px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e3a8a 100%);
    color: #ffffff;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-cta-button i {
    font-size: 1.1em;
}

.hero-features-highlight {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

.feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature-badge i {
    color: #10b981;
    font-size: 1em;
}

@media (max-width: 768px) {
    .hero-content {
        padding: 1rem;
    }
    
    .hero-features-highlight {
        flex-direction: column;
        gap: 1rem;
    }
    
    .feature-badge {
        width: 100%;
        justify-content: center;
        max-width: 280px;
    }
    
    .hero-cta-button {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        font-size: 1.1rem;
        padding: 1.1rem 2rem;
    }
}

@media (max-width: 480px) {
    .hero-container {
        height: 90vh;
    }
    
    .hero-text-wrapper {
        max-width: 100%;
    }
}

/* Block 2 */
.ai-accuracy-metrics-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f4fd 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.ai-accuracy-metrics-section::before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%23e3f2fd" opacity="0.3"/></svg>');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 80px 80px;
}

.metrics-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.metrics-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.metrics-header-section {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.metrics-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6, #06b6d4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    line-height: 1.2;
}

.metrics-subtitle {
    font-size: 1.3rem;
    color: #64748b;
    line-height: 1.6;
    font-weight: 500;
}

.metrics-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.metrics-visual-column {
    position: relative;
}

.metrics-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.metrics-hero-image:hover {
    transform: translateY(-10px);
}

.metrics-overlay-stats {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    gap: 20px;
}

.overlay-stat-item {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.overlay-stat-item i {
    font-size: 1.5rem;
    color: #3b82f6;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e293b;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
}

.metrics-data-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.performance-metric-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    display: flex;
    gap: 25px;
}

.performance-metric-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.metric-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    flex-shrink: 0;
}

.accuracy-icon {
    background: linear-gradient(135deg, #10b981, #059669);
}

.speed-icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.compliance-icon {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.metric-details {
    flex: 1;
}

.metric-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.metric-description {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1rem;
}

.metric-progress-bar {
    height: 8px;
    background: #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    border-radius: 8px;
    transition: width 0.8s ease;
}

.accuracy-progress {
    width: 99.7%;
    background: linear-gradient(90deg, #10b981, #059669);
}

.processing-time-indicators {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.time-badge {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.compliance-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.compliance-badge {
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

.wcag-badge {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.ada-badge {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.section508-badge {
    background: linear-gradient(135deg, #10b981, #059669);
}

.global-impact-section {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.impact-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 50px;
}

.impact-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.impact-stat-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

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

.impact-stat-card i {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 20px;
}

.impact-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
}

.impact-label {
    font-size: 1.1rem;
    color: #64748b;
    font-weight: 600;
}

.cta-performance-section {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    border-radius: 32px;
    padding: 80px 60px;
    text-align: center;
    color: white;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.cta-description {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.performance-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.performance-cta-button:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    color: white;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .metrics-grid-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .metrics-main-title {
        font-size: 2.8rem;
    }
    
    .performance-metric-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .ai-accuracy-metrics-section {
        padding: 80px 0;
    }
    
    .metrics-container {
        padding: 0 20px;
    }
    
    .metrics-main-title {
        font-size: 2.2rem;
    }
    
    .impact-stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
    }
    
    .global-impact-section {
        padding: 40px 30px;
    }
    
    .cta-performance-section {
        padding: 50px 30px;
    }
    
    .overlay-stat-item {
        padding: 15px;
    }
}

/* Block 3 */
.customer-testimonials-showcase {
            padding: 120px 0;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            position: relative;
            overflow: hidden;
        }

        .customer-testimonials-showcase::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
                            radial-gradient(circle at 80% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .testimonials-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        .testimonials-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .header-content {
            margin-bottom: 60px;
        }

        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .testimonials-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1.2;
        }

        .testimonials-subtitle {
            font-size: 1.25rem;
            color: #64748b;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }

        .trust-indicators {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .trust-metric {
            text-align: center;
        }

        .metric-value {
            display: block;
            font-size: 2.5rem;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 8px;
        }

        .metric-label {
            display: block;
            font-size: 0.95rem;
            color: #64748b;
            font-weight: 600;
        }

        .star-rating {
            margin-top: 8px;
            color: #f59e0b;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
            gap: 32px;
            margin-bottom: 80px;
        }

        .testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 32px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
        }

        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .featured-testimonial {
            grid-column: span 2;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
        }

        .featured-testimonial .customer-name,
        .featured-testimonial .testimonial-text {
            color: white;
        }

        .featured-testimonial .customer-title,
        .featured-testimonial .customer-company {
            color: rgba(255, 255, 255, 0.9);
        }

        .testimonial-header {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 24px;
        }

        .customer-avatar {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #e2e8f0;
        }

        .featured-testimonial .customer-avatar {
            border-color: rgba(255, 255, 255, 0.3);
        }

        .customer-info {
            flex: 1;
        }

        .customer-name {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 4px;
            color: #1e293b;
        }

        .customer-title {
            font-size: 0.95rem;
            color: #64748b;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .customer-company {
            font-size: 0.9rem;
            color: #94a3b8;
            font-weight: 500;
        }

        .testimonial-rating {
            color: #f59e0b;
            margin-top: 8px;
            font-size: 0.9rem;
        }

        .testimonial-content {
            margin-bottom: 24px;
        }

        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #374151;
            margin-bottom: 20px;
            font-style: italic;
        }

        .testimonial-metrics {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .metric-badge {
            padding: 6px 12px;
            border-radius: 12px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .metric-badge.success {
            background: rgba(34, 197, 94, 0.1);
            color: #22c55e;
        }

        .metric-badge.info {
            background: rgba(59, 130, 246, 0.1);
            color: #3b82f6;
        }

        .metric-badge.primary {
            background: rgba(147, 51, 234, 0.1);
            color: #9333ea;
        }

        .testimonial-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid #e2e8f0;
        }

        .featured-testimonial .testimonial-footer {
            border-top-color: rgba(255, 255, 255, 0.2);
        }

        .verification-badge {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.85rem;
            color: #22c55e;
            font-weight: 600;
        }

        .featured-testimonial .verification-badge {
            color: rgba(255, 255, 255, 0.9);
        }

        .testimonial-date {
            font-size: 0.85rem;
            color: #94a3b8;
        }

        .featured-testimonial .testimonial-date {
            color: rgba(255, 255, 255, 0.8);
        }

        .testimonials-cta-section {
            background: white;
            border-radius: 24px;
            padding: 60px 40px;
            text-align: center;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            border: 1px solid #e2e8f0;
        }

        .cta-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 16px;
            color: #1e293b;
        }

        .cta-description {
            font-size: 1.2rem;
            color: #64748b;
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .primary-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 18px 36px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
            transition: all 0.3s ease;
        }

        .primary-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
            color: white;
        }

        .secondary-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: white;
            color: #667eea;
            padding: 18px 36px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            border: 2px solid #667eea;
            transition: all 0.3s ease;
        }

        .secondary-cta-button:hover {
            background: #667eea;
            color: white;
            transform: translateY(-2px);
        }

        .trust-guarantees {
            display: flex;
            justify-content: center;
            gap: 32px;
            flex-wrap: wrap;
        }

        .guarantee-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
            color: #64748b;
            font-weight: 600;
        }

        .guarantee-badge i {
            color: #22c55e;
        }

        @media (max-width: 768px) {
            .testimonials-title {
                font-size: 2.5rem;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .featured-testimonial {
                grid-column: span 1;
            }

            .trust-indicators {
                gap: 40px;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .trust-guarantees {
                gap: 20px;
            }
        }

/* Block 4 */
.enterprise-integration-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.enterprise-integration-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.integration-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.integration-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.integration-title {
    font-size: 48px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 24px;
    line-height: 1.2;
}

.integration-subtitle {
    font-size: 20px;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.integration-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 80px;
}

.integration-visual-column {
    position: relative;
}

.integration-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.integration-stats-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-item i {
    color: #3b82f6;
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
}

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.integration-features-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-category {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.category-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.category-title i {
    color: #3b82f6;
    font-size: 20px;
}

.category-description {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.api-features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.api-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.api-feature i {
    color: #10b981;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.feature-details p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.platform-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    background: white;
}

.platform-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 8px;
}

.platform-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.workflow-automation-section {
    margin-bottom: 80px;
}

.automation-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 48px;
}

.automation-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.automation-feature-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.automation-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.feature-icon-wrapper i {
    color: white;
    font-size: 28px;
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.feature-description {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.feature-benefits {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.benefit-tag {
    background: #eff6ff;
    color: #1d4ed8;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #bfdbfe;
}

.security-compliance-section {
    background: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}

.security-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.security-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

.security-description {
    color: #64748b;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.security-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.security-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.security-feature i {
    color: #059669;
    font-size: 24px;
    margin-top: 2px;
    flex-shrink: 0;
}

.security-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
}

.security-details p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.security-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.integration-cta-section {
    background: linear-gradient(135deg, #1e293b, #334155);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    color: white;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-description {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.primary-integration-cta {
    background: #3b82f6;
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.4);
}

.primary-integration-cta:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.5);
    color: white;
}

.secondary-integration-cta {
    background: transparent;
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.secondary-integration-cta:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.integration-guarantees {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: 0.9;
}

.guarantee-item i {
    color: #10b981;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .integration-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .automation-features-grid {
        grid-template-columns: 1fr;
    }
    
    .security-content {
        grid-template-columns: 1fr;
    }
    
    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .integration-title {
        font-size: 36px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .integration-guarantees {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .integration-title {
        font-size: 28px;
    }
    
    .integration-subtitle {
        font-size: 16px;
    }
    
    .enterprise-integration-section {
        padding: 40px 0;
    }
    
    .integration-container {
        padding: 0 16px;
    }
    
    .integration-stats-overlay {
        flex-direction: column;
        gap: 16px;
    }
    
    .platform-grid {
        grid-template-columns: 1fr;
    }
    
    .security-compliance-section {
        padding: 40px 20px;
    }
    
    .integration-cta-section {
        padding: 40px 20px;
    }
}

/* Block 5 */
.premium-contact-form-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.premium-contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(120, 119, 198, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.form-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.form-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
}

.form-title {
    font-size: 64px;
    font-weight: 800;
    color: white;
    margin-bottom: 24px;
    letter-spacing: -2px;
    line-height: 1.1;
}

.form-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.benefits-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.benefit-item i {
    font-size: 20px;
    color: #ffd700;
}

.form-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: start;
}

.form-visual-column {
    position: relative;
}

.form-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.feature-highlights {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 24px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.highlight-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.highlight-card i {
    font-size: 24px;
    color: #ffd700;
    margin-top: 4px;
}

.highlight-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.highlight-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

.contact-form-wrapper {
    background: white;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 120px;
}

.form-header-section {
    text-align: center;
    margin-bottom: 40px;
}

.form-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.form-section-description {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.premium-contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-group {
    position: relative;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.form-label i {
    font-size: 18px;
    color: #667eea;
}

.form-input {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #e1e5e9;
    background: transparent;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus {
    border-bottom-color: #667eea;
}

.form-input:focus + .input-underline {
    transform: scaleX(1);
}

.input-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.form-submit-button {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 16px;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.form-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.4);
}

.button-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.button-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.form-submit-button:hover .button-shine {
    left: 100%;
}

.form-trust-indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e1e5e9;
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.trust-item i {
    color: #22c55e;
    font-size: 16px;
}

.additional-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
}

.enterprise-contact, .demo-option {
    background: #f8fafc;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e1e5e9;
}

.enterprise-title, .demo-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.enterprise-title i, .demo-title i {
    color: #667eea;
    font-size: 24px;
}

.enterprise-description, .demo-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.enterprise-link, .demo-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.enterprise-link:hover, .demo-link:hover {
    color: #764ba2;
    transform: translateX(4px);
}

.social-proof-section {
    margin-top: 80px;
    text-align: center;
}

.social-proof-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
}

.company-logos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    align-items: center;
}

.company-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    opacity: 0.7;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.company-logo:hover {
    opacity: 1;
    transform: scale(1.1);
}

.success-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.metric-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 32px;
    border-radius: 16px;
    text-align: center;
}

.metric-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #ffd700;
    margin-bottom: 8px;
}

.metric-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

@media (max-width: 1024px) {
    .form-content-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .form-title {
        font-size: 48px;
    }
    
    .contact-form-wrapper {
        position: relative;
        top: auto;
    }
    
    .additional-options {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .company-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .success-metrics {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .premium-contact-form-section {
        padding: 80px 0;
    }
    
    .form-title {
        font-size: 36px;
    }
    
    .form-subtitle {
        font-size: 18px;
    }
    
    .contact-form-wrapper {
        padding: 32px 24px;
    }
    
    .benefits-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .form-trust-indicators {
        flex-direction: column;
        gap: 16px;
    }
    
    .company-logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
