/* ============================================================
   Life'Scape — Bloc d'informations pratiques
   ============================================================
   Tarifs + horaires + chèques cadeaux / escape box.

   Extrait de booking.css pour être réutilisable : ce bloc figure
   désormais sur la page de réservation ET sur les six pages salles,
   qui affichaient auparavant leur propre grille de tarifs.

   Les noms de classes restent préfixés « booking- » : les renommer
   n'aurait rien apporté et aurait risqué de casser la mise en page
   d'origine, dont ce bloc reprend les valeurs au pixel près.
   ============================================================ */

.booking-infos {
    /* Davantage d'air en haut : sur les pages salles, ce bloc arrive juste
       sous le bord déchiré du parchemin, et les cartes s'y collaient. */
    padding: 90px 0 60px;
    position: relative;
}

/* Les trois blocs sont déjà de même hauteur (flex, align-items: stretch par
   défaut). En faire des colonnes flex et pousser le bouton en bas aligne les
   trois boutons quel que soit le contenu au-dessus.

   Sans cela, la ligne « Paiements acceptés » ajoutée au premier bloc décalait
   son bouton de 58 px vers le bas par rapport aux deux autres. */
.booking-info-block {
    display: flex;
    flex-direction: column;
}

.booking-info-block > .booking-info-btn {
    margin-top: auto;
}

/* Le troisième bloc a sa propre structure interne (deux cartes empilées) :
   il doit occuper toute la hauteur, mais ses boutons ne sont pas concernés. */
.booking-info-block--complement .booking-info-block-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.booking-infos-grid {
    display: flex;
    gap: 1.5rem;
}

.booking-info-block {
    flex: 1;
    background: #f5f3eb;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(72, 60, 60, 0.08);
}

.booking-info-block-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #C19A59;
}

.booking-info-block-header i {
    font-size: 1.5rem;
    color: #C19A59;
}

.booking-info-block-header h2 {
    font-family: 'Gelasio', serif;
    font-size: 22px;
    color: #483c3c;
    margin: 0;
}

.booking-tarifs {
    width: 100%;
    margin-bottom: 1rem;
}

.booking-tarifs tr {
    border-bottom: 1px solid #f0ede0;
}

.booking-tarifs tr:last-child {
    border-bottom: none;
}

.booking-tarifs td {
    padding: 0.7rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #464646;
}

.booking-tarifs td:first-child {
    font-weight: 600;
}

.booking-tarifs td:last-child {
    text-align: right;
    color: #C19A59;
    font-weight: 700;
    font-size: 18px;
}

.booking-tarifs td:last-child span {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.booking-tarif-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666;
    padding: 0.75rem;
    background: #edeade;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.booking-tarif-note i {
    color: #C19A59;
    margin-right: 0.25rem;
}

.booking-tarif-note small {
    color: #999;
    display: block;
    margin-top: 2px;
}

.booking-horaires {
    width: 100%;
    margin-bottom: 1rem;
}

.booking-horaires tr {
    border-bottom: 1px solid #f0ede0;
}

.booking-horaires tr:last-child {
    border-bottom: none;
}

.booking-horaires td {
    padding: 0.7rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #464646;
}

.booking-horaires td:first-child {
    font-weight: 600;
}

.booking-horaires td:last-child {
    text-align: right;
    font-weight: 500;
    color: #483c3c;
}

.booking-horaires-note {
    padding: 0.75rem;
    background: #edeade;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.booking-horaires-note p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}

.booking-horaires-note p:last-child {
    margin-bottom: 0;
}

.booking-horaires-note i {
    color: #C19A59;
    margin-right: 0.25rem;
    width: 14px;
    text-align: center;
}

.booking-horaires-note .fa-exclamation-triangle {
    color: #cc4444;
}

.booking-info-btn {
    display: block;
    text-align: center;
    background: #483c3c;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2rem;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    text-decoration: none;
}

.booking-info-btn:hover {
    background: #2d2424;
    transform: translateY(-2px);
    color: #fff;
}

.booking-info-block--complement {
    background: #f5f3eb;
    display: flex;
    align-items: stretch;
}

.booking-info-block-smoke {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url('../images/general/smoke-2-6.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.04;
    pointer-events: none;
    z-index: 0;
}

.booking-info-block-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.booking-complement-card {
    text-align: center;
    padding: 0px;
}

.booking-complement-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(193, 154, 89, 0.15);
    border: 1px solid rgba(193, 154, 89, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.booking-complement-card-icon i {
    font-size: 1.5rem;
    color: #C19A59;
}

.booking-complement-card h3 {
    font-family: 'Gelasio', serif;
    font-size: 20px;
    color: #483c3c;
    margin-bottom: 0.75rem;
}

.booking-complement-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.booking-complementaire-separator {
    height: 1px;
    background: rgba(193, 154, 89, 0.25);
    margin: 20px;
}

@media (max-width: 1024px) {
    .booking-infos-grid {
        flex-wrap: wrap;
    }

    .booking-info-block {
        flex: 1 1 calc(50% - 1rem);
    }

    .booking-info-block--complement {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .booking-infos-grid {
        flex-direction: column;
    }

    .booking-info-block {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .booking-complement-card h3 {
        font-size: 18px;
    }
}
