/**
 * Video Section
 * Movie placeholder and future video embed styles
 */

.video-section {
    background: var(--color-darker);
    padding: var(--space-xl) 0;
}

.video-section .section-title-es {
    color: var(--color-light);
}

.video-placeholder {
    padding: 2rem 0;
    text-align: center;
}

.video-placeholder p {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-accent);
    font-size: 2rem;
    letter-spacing: 0.1em;
}