/* EMC Showcase Section Styles */
.emc-showcase {
    position: relative;
    overflow: hidden;
}

.emc-showcase .badge {
    background: linear-gradient(135deg, #00dbde, #fc466b);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
}

.emc-showcase h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.emc-showcase h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.emc-showcase .lead {
    font-size: 1.1rem;
    line-height: 1.6;
}

.video-container {
    position: relative;
    overflow: hidden;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .emc-showcase h2 {
        font-size: 1.8rem;
    }
    
    .emc-showcase h3 {
        font-size: 1.2rem;
    }
}
