/* GEMEENSCHAPPELIJKE SECTIES STIJLEN */

/* Gemeenschappelijke secties layout */
.peppol-homepage-isolated .social-proof-section,
.peppol-homepage-isolated .path-chooser-section,
.peppol-homepage-isolated .testimonials-section,
.peppol-homepage-isolated .faq-section,
.peppol-homepage-isolated .blog-section,
.peppol-homepage-isolated .value-props-section,
.peppol-homepage-isolated .final-cta-section {
    background: white !important;
    padding: 60px 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
}

/* Gemeenschappelijke sectie headers */
.peppol-homepage-isolated .section-title,
.peppol-homepage-isolated .path-chooser-header h1,
.peppol-homepage-isolated .testimonials-title,
.peppol-homepage-isolated .faq-title,
.peppol-homepage-isolated .blog-title,
.peppol-homepage-isolated .cta-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.peppol-homepage-isolated .section-subtitle,
.peppol-homepage-isolated .path-chooser-header p,
.peppol-homepage-isolated .testimonials-subtitle,
.peppol-homepage-isolated .faq-subtitle,
.peppol-homepage-isolated .blog-subtitle {
    color: #666 !important;
    font-size: 16px !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6 !important;
}

/* Gemeenschappelijke buttons */
.peppol-homepage-isolated .cta-btn-primary,
.peppol-homepage-isolated .final-cta-primary,
.peppol-homepage-isolated .hero-search-submit,
.peppol-homepage-isolated .blog-retry-btn,
.peppol-homepage-isolated .path-cta-button {
    background: linear-gradient(135deg, #D2691E, #c25718) !important;
    color: white !important;
    padding: 16px 32px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3) !important;
    display: inline-block !important;
    text-align: center !important;
}

.peppol-homepage-isolated .cta-btn-primary:hover,
.peppol-homepage-isolated .final-cta-primary:hover,
.peppol-homepage-isolated .hero-search-submit:hover,
.peppol-homepage-isolated .blog-retry-btn:hover,
.peppol-homepage-isolated .path-cta-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4) !important;
    text-decoration: none !important;
    color: white !important;
    background: linear-gradient(135deg, #c25718, #b04915) !important;
}

.peppol-homepage-isolated .cta-btn-secondary,
.peppol-homepage-isolated .final-cta-secondary,
.peppol-homepage-isolated .blog-view-all-btn,
.peppol-homepage-isolated .hero-button-outline {
    background: white !important;
    color: #D2691E !important;
    padding: 16px 32px !important;
    border: 2px solid #D2691E !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
}

.peppol-homepage-isolated .cta-btn-secondary:hover,
.peppol-homepage-isolated .final-cta-secondary:hover,
.peppol-homepage-isolated .blog-view-all-btn:hover,
.peppol-homepage-isolated .hero-button-outline:hover {
    background: #D2691E !important;
    color: white !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* Social Proof Section */
.peppol-homepage-isolated .social-proof-section {
    text-align: center !important;
}

.peppol-homepage-isolated .social-proof-number {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #D2691E !important;
    margin-bottom: 10px !important;
}

.peppol-homepage-isolated .social-proof-text {
    color: #666 !important;
    font-size: 16px !important;
    margin-bottom: 30px !important;
}

.peppol-homepage-isolated .social-proof-stats {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 30px !important;
}

.peppol-homepage-isolated .stat-item {
    text-align: center !important;
}

.peppol-homepage-isolated .stat-number {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #D2691E !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.peppol-homepage-isolated .stat-label {
    color: #666 !important;
    font-size: 14px !important;
}