/* Sección Video - Landing 40 Aniversario Caja Arequipa */
.caja40-video-section,
.caja40-video-section * { 
  font-family: "Helvetica Rounded LT Std", sans-serif;
}

.caja40-video-section {
    padding: 4rem 1.5rem;
    background: #002559;
}

.caja40-video-section-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.caja40-video-section-titulo {
    margin: 0 0 2rem;
    color: var(--Textos-Texto-blanco, var(--Colores-Blanco-y-negro-blanco, #FFF));
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
}

.caja40-video-section-player {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.caja40-video-section-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.caja40-video-section-preview {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    background: #1a1a1a;
}

.caja40-video-section-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.caja40-video-section-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    transition: background 0.2s;
}

.caja40-video-section-link:hover .caja40-video-section-play {
    background: rgba(0, 0, 0, 0.5);
}

.caja40-video-section-play svg {
    width: 64px;
    height: 64px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.caja40-video-section-play-only {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 200px;
    padding: 2rem;
    background: #1a1a1a;
    color: #fff;
}

.caja40-video-section-play-only svg {
    width: 64px;
    height: 64px;
    opacity: 0.9;
}

.caja40-video-section-play-only span:last-child {
    font-size: 1rem;
}

/* Responsive: tablet */
@media (max-width: 1024px) {
    .caja40-video-section {
        padding: 3rem 24px;
    }
    .caja40-video-section-titulo {
        margin-bottom: 1.5rem;
    }
}

/* Responsive: mobile */
@media (max-width: 768px) {
    .caja40-video-section {
        padding: 2.5rem 24px;
    }
    .caja40-video-section-titulo {
        font-size: 1.35rem;
        margin-bottom: 1.25rem;
    }
    .caja40-video-section-play svg {
        width: 56px;
        height: 56px;
    }
    .caja40-video-section-play-only {
        min-height: 160px;
    }
    .caja40-video-section-play-only svg {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 480px) {
    .caja40-video-section-play svg {
        width: 48px;
        height: 48px;
    }
}
