.data-viz-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    min-height: 540px;
    padding: 60px 40px;
}

.data-viz-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Text overlay support */
.text-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.page-title {
    font-size: 80px;
    color: #000;
    margin-bottom: 40px;
    font-weight: bold;
}

.data-viz-content {
    font-size: 48px;
    color: #000;
    line-height: 1.6;
}

.data-viz-content p {
    margin-bottom: 30px;
}

.cta-button {
    margin-top: 40px;
}

.cta-button .btn {
    font-size: 32px;
    padding: 15px 40px;
}

.footer-container {
    color: black;
    bottom: 0;
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 40px;
    }
    
    .data-viz-content {
        font-size: 24px;
    }
    
    .cta-button .btn {
        font-size: 20px;
        padding: 10px 25px;
    }
}
