/**
 * Online Zichtbaarheid Page - Premium SEO Service Design
 * Following the proven pattern from IT-optimalisatie and proces-digitalisering
 */

/* ============================================
   RESET AND BASE
   ============================================ */
.page-id-554 * {
    box-sizing: border-box;
}

/* ============================================
   HERO SECTION - GREEN GRADIENT
   ============================================ */
.page-id-554 .online-hero-section {
    background: linear-gradient(135deg, #16A085 0%, #27AE60 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    position: relative;
    overflow: hidden;
    padding: 60px 20px 40px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.page-id-554 .online-hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.page-id-554 .online-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.page-id-554 .hero-title {
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-id-554 .hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255,255,255,0.95);
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.5;
}

/* ============================================
   STATS SECTION
   ============================================ */
.page-id-554 .online-stats-section {
    padding: 60px 20px;
    background: #F8F9FA;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
}

.page-id-554 .stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-id-554 .stats-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
}

/* Hide empty paragraph elements that break grid layout */
.page-id-554 .stats-grid > p {
    display: none !important;
}

.page-id-554 .stat-card {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #E1E8ED;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 280px;
    height: 100%;
}

.page-id-554 .stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.page-id-554 .stat-icon-wrapper {
    width: 60px;
    height: 60px;
    background: #F8F9FA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    flex-shrink: 0;
}

.page-id-554 .stat-number {
    font-size: clamp(36px, 6vw, 48px);
    font-weight: 800;
    color: #2C3E50 !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.page-id-554 .stat-label {
    font-size: 17px;
    font-weight: 600;
    color: #2C3E50;
    display: block;
    margin-bottom: 8px;
}

.page-id-554 .stat-description {
    color: #7F8C8D;
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.page-id-554 .online-features-section {
    padding: 80px 20px;
    background: white;
    width: 100%;
    margin: 0;
}

.page-id-554 .features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-id-554 .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page-id-554 .feature-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid #ECF0F1;
}

.page-id-554 .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border-color: #16A085;
}

.page-id-554 .feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 35px;
}

.page-id-554 .feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 15px;
}

.page-id-554 .feature-card p {
    font-size: 16px;
    color: #5A6C7D;
    line-height: 1.6;
}

.page-id-554 .feature-card ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-id-554 .feature-card li {
    padding: 8px 0;
    color: #5A6C7D;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.page-id-554 .process-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #2C3E50, #34495E);
    width: 100%;
    margin: 0;
}

.page-id-554 .process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-id-554 .process-section h2,
.page-id-554 .process-section h3,
.page-id-554 .process-section p {
    color: white;
}

.page-id-554 .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.page-id-554 .process-step {
    text-align: center;
    padding: 30px;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.page-id-554 .process-step:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
}

.page-id-554 .step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(135deg, #16A085, #27AE60);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

/* ============================================
   BENEFITS SECTION
   ============================================ */
.page-id-554 .benefits-section {
    padding: 80px 20px;
    background: #F8F9FA;
    width: 100%;
    margin: 0;
}

.page-id-554 .benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-id-554 .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page-id-554 .benefit-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.page-id-554 .benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.page-id-554 .benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 40px;
    background: linear-gradient(135deg, #16A085, #27AE60);
}

/* ============================================
   CTA SECTION
   ============================================ */
.page-id-554 .cta-section {
    background: linear-gradient(135deg, #16A085 0%, #27AE60 100%);
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.page-id-554 .cta-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-id-554 .cta-section h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 20px;
    color: white;
}

.page-id-554 .cta-section p {
    font-size: 20px;
    margin-bottom: 40px;
    color: white;
}

/* ============================================
   CONTAINER FIXES - CRITICAL
   ============================================ */
.page-id-554 #content.site-content {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.page-id-554 .site-content .ast-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-id-554 #main,
.page-id-554 article,
.page-id-554 .entry-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.page-id-554 .entry-content > * {
    margin-left: 0;
    margin-right: 0;
}

.page-id-554 .wp-block-group.has-background {
    width: 100%;
    padding: 80px 20px;
    margin: 0;
}

.page-id-554 .wp-block-group:not(.has-background) {
    width: 100%;
    padding: 60px 20px;
    margin: 0;
}

.page-id-554 .wp-block-columns,
.page-id-554 .wp-block-group > h2,
.page-id-554 .wp-block-group > h3,
.page-id-554 .wp-block-group > p,
.page-id-554 .wp-block-html:not(.online-hero-section) {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .page-id-554 .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-id-554 .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-id-554 .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet and up - 2 columns */
@media (min-width: 768px) {
    .page-id-554 .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    .page-id-554 .online-hero-section {
        padding: 80px 20px 60px;
    }
}

/* Desktop and up - 4 columns for stats */
@media (min-width: 1024px) {
    .page-id-554 .stats-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 30px !important;
    }

    .page-id-554 .online-hero-section {
        padding: 100px 20px 80px;
    }
}

/* Mobile only adjustments */
@media (max-width: 767px) {
    .page-id-554 .online-hero-section {
        padding: 50px 20px 40px;
        min-height: auto;
    }

    .page-id-554 .online-stats-section {
        padding: 60px 15px;
    }

    .page-id-554 .stat-card {
        padding: 30px 20px;
        min-height: 240px;
    }

    .page-id-554 .features-grid {
        grid-template-columns: 1fr;
    }

    .page-id-554 .process-steps {
        grid-template-columns: 1fr;
    }

    .page-id-554 .benefits-grid {
        grid-template-columns: 1fr;
    }

    .page-id-554 .wp-block-group.has-background {
        padding: 60px 20px;
    }

    .page-id-554 .wp-block-group:not(.has-background) {
        padding: 40px 20px;
    }
}

/* ============================================
   TYPOGRAPHY CONSISTENCY
   ============================================ */
.page-id-554 h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 20px;
    text-align: center;
}

.page-id-554 h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 15px;
}

.page-id-554 p {
    font-size: 18px;
    line-height: 1.6;
    color: #5A6C7D;
}

/* ============================================
   BUTTONS CONSISTENCY
   ============================================ */
.page-id-554 .hero-btn,
.page-id-554 .wp-block-button__link {
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

.page-id-554 .hero-btn-primary {
    background: white;
    color: #16A085;
}

.page-id-554 .hero-btn-secondary {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.page-id-554 .hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(22,160,133,0.3);
}

/* CTA buttons specific fixes */
.page-id-554 .cta-section .wp-block-button__link {
    color: #FFFFFF !important;
}

.page-id-554 .cta-section .wp-block-button__link:first-of-type {
    background: #FFFFFF !important;
    color: #16A085 !important;
}

.page-id-554 .cta-section .wp-block-button__link[href^="tel"] {
    background: transparent !important;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.page-id-554 .cta-section .wp-block-button__link:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Hero buttons */
.page-id-554 .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-id-554 .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}