/* RESPONSIVE STIJLEN */

/* Responsive Design - Grote Schermen */
@media (max-width: 1200px) {
    .peppol-homepage-isolated .main-container {
        padding: 30px 20px !important;
    }
    
    .peppol-homepage-isolated .hero-layout {
        gap: 30px !important;
    }
    
    .peppol-homepage-isolated .final-cta-layout,
    .peppol-homepage-isolated .cta-wrapper {
        gap: 50px !important;
    }

    .peppol-homepage-isolated .final-cta-image,
    .peppol-homepage-isolated .cta-image-container {
        flex: 0 0 350px !important;
        width: 300px !important;
        height: 300px !important;
    }

    .peppol-homepage-isolated .hero-right {
        width: 480px !important;
    }
}

/* Responsive Design - Tablets */
@media (max-width: 1024px) {
    /* Countdown Banner */
    .peppol-homepage-isolated .banner-title {
        font-size: 15px !important;
    }
    
    .peppol-homepage-isolated .banner-subtitle {
        font-size: 11px !important;
    }
    
    .peppol-homepage-isolated .countdown-number-banner {
        font-size: 16px !important;
    }
    
    .peppol-homepage-isolated .countdown-item-banner {
        padding: 6px 8px !important;
        min-width: 40px !important;
    }
    
    .peppol-homepage-isolated .countdown-cta {
        font-size: 12px !important;
        padding: 10px 16px !important;
    }
    
    /* Hero Section */
    .peppol-homepage-isolated .hero-title {
        font-size: 2.1rem !important;
    }
    
    /* Value Props Grid */
    .peppol-homepage-isolated .value-props-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }

    /* Path Chooser */
    .peppol-homepage-isolated .path-chooser-section {
        padding: 50px 30px !important;
    }
    
    .peppol-homepage-isolated .paths-container {
        gap: 25px !important;
    }

    /* Testimonials */
    .peppol-homepage-isolated .testimonials-section {
        padding: 50px 30px !important;
    }

    .peppol-homepage-isolated .testimonial-card {
        flex: 0 0 calc(50% - 10px) !important;
    }

    .peppol-homepage-isolated .testimonials-nav {
        width: 45px !important;
        height: 45px !important;
    }

    .peppol-homepage-isolated .testimonials-nav svg {
        width: 18px !important;
        height: 18px !important;
    }

    /* Blog Section */
    .peppol-homepage-isolated .blog-section {
        padding: 50px 30px !important;
    }

    .peppol-homepage-isolated .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    .peppol-homepage-isolated .blog-title,
    .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 .cta-title {
        font-size: 28px !important;
    }

    /* Final CTA */
    .peppol-homepage-isolated .final-cta-layout,
    .peppol-homepage-isolated .cta-wrapper {
        gap: 40px !important;
    }

    .peppol-homepage-isolated .final-cta-image,
    .peppol-homepage-isolated .cta-image-container {
        flex: 0 0 300px !important;
        width: 300px !important;
        height: 250px !important;
    }
}

/* Responsive Design - Mobiel */
@media (max-width: 768px) {
    .peppol-homepage-isolated .main-container {
        padding: 20px 15px !important;
    }

    /* Countdown Banner Mobile */
    .peppol-homepage-isolated .countdown-banner {
        height: auto !important;
        padding: 15px !important;
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }
    
    .peppol-homepage-isolated .banner-left {
        gap: 5px !important;
        flex: none !important;
    }
    
    .peppol-homepage-isolated .banner-center {
        margin: 0 !important;
    }
    
    .peppol-homepage-isolated .countdown-timer-banner {
        gap: 6px !important;
    }
    
    .peppol-homepage-isolated .countdown-item-banner {
        padding: 6px 8px !important;
        min-width: 38px !important;
    }
    
    .peppol-homepage-isolated .countdown-number-banner {
        font-size: 15px !important;
    }
    
    .peppol-homepage-isolated .countdown-label-banner {
        font-size: 8px !important;
    }
    
    .peppol-homepage-isolated .banner-title {
        font-size: 14px !important;
    }
    
    .peppol-homepage-isolated .banner-subtitle {
        font-size: 10px !important;
    }
    
    .peppol-homepage-isolated .separator {
        font-size: 14px !important;
    }
    
    .peppol-homepage-isolated .banner-right {
        margin-left: 0 !important;
    }
    
    .peppol-homepage-isolated .countdown-cta {
        font-size: 11px !important;
        padding: 8px 16px !important;
    }

    /* Hero Section Mobile */
    .peppol-homepage-isolated .hero-section {
        padding: 30px 20px !important;
    }

    .peppol-homepage-isolated .hero-layout {
        flex-direction: column !important;
        gap: 25px !important;
    }

    .peppol-homepage-isolated .hero-right {
        width: 100% !important;
    }

    .peppol-homepage-isolated .hero-title {
        font-size: 1.9rem !important;
    }

    .peppol-homepage-isolated .hero-subtitle {
        font-size: 16px !important;
    }

    .peppol-homepage-isolated .hero-card {
        padding: 28px !important;
    }

    /* Partners carousel mobile */
    .peppol-homepage-isolated .partners-carousel-simple {
        padding: 30px 20px !important;
    }
    
    .peppol-homepage-isolated .partner-item {
        width: 140px !important;
        margin-right: 10px !important;
        padding: 8px !important;
    }
    
    .peppol-homepage-isolated .carousel-track {
        animation-duration: 15s !important;
    }

    /* Path Chooser Mobile */
    .peppol-homepage-isolated .path-chooser-section {
        padding: 40px 20px !important;
    }

    .peppol-homepage-isolated .path-chooser-header h1 {
        font-size: 26px !important;
    }

    .peppol-homepage-isolated .paths-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .peppol-homepage-isolated .path-card {
        padding: 25px !important;
    }

    /* Testimonials Mobile */
    .peppol-homepage-isolated .testimonials-section {
        padding: 40px 20px !important;
    }

    .peppol-homepage-isolated .testimonials-title {
        font-size: 26px !important;
    }

    .peppol-homepage-isolated .testimonial-card {
        flex: 0 0 100% !important;
    }

    .peppol-homepage-isolated .testimonials-nav {
        display: none !important;
    }

    /* Blog Mobile */
    .peppol-homepage-isolated .blog-section {
        padding: 40px 20px !important;
    }

    .peppol-homepage-isolated .blog-title {
        font-size: 26px !important;
    }

    .peppol-homepage-isolated .blog-posts-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-bottom: 40px !important;
    }

    .peppol-homepage-isolated .blog-post-content {
        padding: 20px !important;
    }

    .peppol-homepage-isolated .blog-post-title {
        font-size: 16px !important;
    }

    .peppol-homepage-isolated .blog-post-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    /* Other Sections Mobile */
    .peppol-homepage-isolated .social-proof-section,
    .peppol-homepage-isolated .value-props-section,
    .peppol-homepage-isolated .final-cta-section,
    .peppol-homepage-isolated .faq-section {
        padding: 30px 20px !important;
    }

    /* Final CTA Mobile */
    .peppol-homepage-isolated .cta-wrapper {
        flex-direction: column !important;
        gap: 40px !important;
        text-align: center !important;
    }

    .peppol-homepage-isolated .cta-image-container {
        width: 300px !important;
        height: 300px !important;
        margin: 0 auto !important;
    }

    .peppol-homepage-isolated .cta-title {
        font-size: 24px !important;
    }

    .peppol-homepage-isolated .cta-buttons {
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .peppol-homepage-isolated .cta-btn-primary,
    .peppol-homepage-isolated .cta-btn-secondary {
        width: 100% !important;
        max-width: 280px !important;
        text-align: center !important;
    }

    /* Section Titles Mobile */
    .peppol-homepage-isolated .section-title {
        font-size: 26px !important;
    }

    /* Value Props Mobile */
    .peppol-homepage-isolated .value-props-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    /* FAQ Mobile */
    .peppol-homepage-isolated .faq-section {
        padding: 40px 20px !important;
    }
    
    .peppol-homepage-isolated .faq-title {
        font-size: 26px !important;
    }
    
    .peppol-homepage-isolated .faq-question {
        padding: 20px !important;
    }
    
    .peppol-homepage-isolated .faq-question h4 {
        font-size: 16px !important;
    }
    
    .peppol-homepage-isolated .faq-answer {
        padding: 0 20px 20px 20px !important;
        font-size: 14px !important;
    }
    
    .peppol-homepage-isolated .faq-toggle {
        margin-left: 15px !important;
    }
}