/* RBA Block 5 — Zonas con Título Sticky */

.rb5-wrapper-31238fa0 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rb5-grid-31238fa0 {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: start;
}

/* Left column — sticky */
.rb5-left-31238fa0 {
    position: sticky;
    align-self: start;
}

.rb5-eyebrow-31238fa0 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1.4;
}

.rb5-heading-31238fa0 {
    font-family: 'GT Super Display', 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 24px 0;
    padding: 0;
}

.rb5-desc-31238fa0 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    max-width: 380px;
}

/* Right column — zone items */
.rb5-right-31238fa0 {
    display: flex;
    flex-direction: column;
}

.rb5-zone-item-31238fa0 {
    border-bottom: 1px solid #E5E0D8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.rb5-zone-item-31238fa0:first-child {
    padding-top: 0;
}

.rb5-zone-last-31238fa0 {
    border-bottom: none;
    padding-bottom: 0;
}

.rb5-zone-label-31238fa0 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.4;
}

.rb5-zone-title-31238fa0 {
    font-family: 'GT Super Display', 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 12px 0;
    padding: 0;
}

.rb5-zone-desc-31238fa0 {
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    max-width: 520px;
}

/* ===== RESPONSIVE — Tablet ===== */
@media (max-width: 1024px) {
    .rb5-grid-31238fa0 {
        grid-template-columns: 38% 1fr;
    }

    .rb5-heading-31238fa0 {
        font-size: 34px;
    }

    .rb5-zone-title-31238fa0 {
        font-size: 24px;
    }
}

/* ===== RESPONSIVE — Mobile ===== */
@media (max-width: 767px) {
    .rb5-grid-31238fa0 {
        grid-template-columns: 1fr;
        gap: 48px !important;
    }

    .rb5-left-31238fa0 {
        position: static !important;
    }

    .rb5-heading-31238fa0 {
        font-size: 30px;
    }

    .rb5-desc-31238fa0 {
        max-width: 100%;
    }

    .rb5-zone-title-31238fa0 {
        font-size: 22px;
    }

    .rb5-zone-desc-31238fa0 {
        max-width: 100%;
    }

    .rb5-zone-item-31238fa0 {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .rb5-zone-item-31238fa0:first-child {
        padding-top: 0;
    }
}
