.citas-intro {
    padding: 60px 0 40px;
}

.citas-intro__copy {
    max-width: 720px;
    margin-top: 20px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.citas-video {
    padding: 30px 0 80px;
}

.citas-video__author {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-accent);
}

.citas-video__title {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 700;
    line-height: 1.2;
}

.citas-video__source {
    margin: 0 0 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

.citas-video__embed {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    max-width: 900px;
    margin-bottom: 24px;
    background: #000;
}

.citas-video__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.citas-video__copy {
    max-width: 720px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .citas-intro {
        padding: 40px 0 30px;
    }

    .citas-video {
        padding: 20px 0 50px;
    }
}
