/* SECCIÓN DE AGENDA */
.booking {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 80px;
}

.booking h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.booking p {
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.8;
}