.re-calendar-page {
    position: relative;
    min-height: 100vh;
    color: #fff;
}

.re-calendar-hero {
    padding: 140px 24px 60px;
}

.re-calendar-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.re-calendar-hero__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.85;
}

.re-calendar-hero__title {
    margin: 0 0 16px;
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1;
    font-weight: 600;
}

.re-calendar-hero__subtitle {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.4;
    opacity: 0.92;
}

.re-calendar-hero__description {
    margin: 0;
    max-width: 700px;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.88;
}

.re-calendar-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    font-weight: 600;
}

.re-calendar-hero__media {
    display: flex;
    justify-content: flex-end;
}

.re-calendar-hero__image {
    width: 100%;
    max-width: 560px;
    height: 420px;
    object-fit: cover;
    border-radius: 28px;
    display: block;
}

.re-calendar-body {
    padding: 0 24px 80px;
}

.re-calendar-body__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.re-calendar-body__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.re-calendar-card {
    border-radius: 28px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.re-calendar-card__title {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.2;
}

.re-calendar-side-text,
.re-calendar-info-html,
.re-calendar-booking-html,
.re-calendar-empty {
    font-size: 15px;
    line-height: 1.7;
}

.re-calendar-booking-html>*:first-child,
.re-calendar-info-html>*:first-child {
    margin-top: 0;
}

.re-calendar-booking-html>*:last-child,
.re-calendar-info-html>*:last-child {
    margin-bottom: 0;
}

/* ===== Booking Calendar: testo form scuro, senza rompere la legenda ===== */

.re-calendar-page .re-calendar-booking-html .wpbc__form__div label,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div .wpbc__row,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div .wpbc__field,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div input,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div textarea,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div select,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div option {
    color: #111 !important;
}

.re-calendar-page .re-calendar-booking-html .wpbc__form__div input,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div textarea,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div select {
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
}

.re-calendar-page .re-calendar-booking-html .wpbc__form__div input::placeholder,
.re-calendar-page .re-calendar-booking-html .wpbc__form__div textarea::placeholder {
    color: #666 !important;
    opacity: 1;
}

/* intestazione calendario */
.re-calendar-page .re-calendar-booking-html .wpbc_calendar_wraper .datepick-header,
.re-calendar-page .re-calendar-booking-html .wpbc_calendar_wraper .datepick-title-row th,
.re-calendar-page .re-calendar-booking-html .wpbc_calendar_wraper .calendar-links a,
.re-calendar-page .re-calendar-booking-html .wpbc_calendar_wraper .datepick-days-cell:not(.date_available):not(.date_approved):not(.date2approve) a,
.re-calendar-page .re-calendar-booking-html .wpbc_calendar_wraper .datepick-days-cell:not(.date_available):not(.date_approved):not(.date2approve) span {
    color: #111 !important;
}

/* testo legenda nero, ma celle colorate del plugin intatte */
.re-calendar-page .re-calendar-booking-html .block_hints .block_text {
    color: #111 !important;
}

@media (max-width: 991px) {

    .re-calendar-hero__inner,
    .re-calendar-body__grid {
        grid-template-columns: 1fr;
    }

    .re-calendar-hero__image {
        max-width: 100%;
        height: 320px;
    }
}