/* RBA Hero - Block 1 */
.rba-hero-wrapper-632b4f48 {
    width: 100%;
    box-sizing: border-box;
}

.rba-hero-grid-632b4f48 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    max-width: 1400px;
    margin: 0 auto;
}

.rba-hero-text-632b4f48 {
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    flex-direction: column;
}

.rba-hero-image-632b4f48 {
    flex: 0 0 45%;
    max-width: 45%;
}

.rba-hero-image-632b4f48 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

/* Eyebrow */
.rba-hero-eyebrow-632b4f48 {
    margin: 0 0 16px 0;
    padding: 0;
}

/* Heading */
.rba-hero-heading-632b4f48 {
    margin: 0 0 28px 0;
    padding: 0;
}

/* Paragraphs */
.rba-hero-paragraph-632b4f48 {
    margin: 0 0 20px 0;
}

.rba-hero-p2-632b4f48 {
    margin-bottom: 36px;
}

/* Buttons */
.rba-hero-buttons-632b4f48 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.rba-hero-btn-primary-632b4f48 {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    line-height: 1.4;
    box-sizing: border-box;
}

.rba-hero-btn-primary-632b4f48:hover {
    opacity: 0.85;
}

.rba-hero-btn-secondary-632b4f48 {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #14120F;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    line-height: 1.4;
    box-sizing: border-box;
}

.rba-hero-btn-secondary-632b4f48:hover {
    background-color: #14120F;
    color: #FFFFFF;
}

/* ── RESPONSIVE ── */

/* Tablet */
@media (max-width: 1024px) {
    .rba-hero-grid-632b4f48 {
        gap: 32px;
    }

    .rba-hero-wrapper-632b4f48 {
        padding: 60px 40px !important;
    }

    .rba-hero-heading-632b4f48 {
        font-size: 36px !important;
    }

    .rba-hero-image-632b4f48 img {
        height: 480px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .rba-hero-grid-632b4f48 {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .rba-hero-text-632b4f48 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rba-hero-image-632b4f48 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rba-hero-image-632b4f48 img {
        height: 360px;
    }

    .rba-hero-wrapper-632b4f48 {
        padding: 40px 20px !important;
    }

    .rba-hero-heading-632b4f48 {
        font-size: 30px !important;
    }

    .rba-hero-buttons-632b4f48 {
        flex-direction: column;
        align-items: stretch;
    }

    .rba-hero-btn-primary-632b4f48,
    .rba-hero-btn-secondary-632b4f48 {
        width: 100%;
    }
}
