.hero-split-container_1b714c07 {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.hero-split-left_1b714c07 {
    flex: 1 1 50%;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-split-right_1b714c07 {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    padding: 8% 8%;
    box-sizing: border-box;
}

.hero-split-content_1b714c07 {
    max-width: 600px;
    width: 100%;
}

.hero-split-pre_1b714c07 {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.hero-split-title_1b714c07 {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 40px 0;
}

.hero-split-desc_1b714c07 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
    opacity: 0.9;
}

.hero-split-highlights-grid_1b714c07 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
}

.hero-split-highlight-lbl_1b714c07 {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hero-split-highlight-val_1b714c07 {
    font-size: 14px;
    opacity: 0.85;
}

@media (max-width: 991px) {
    .hero-split-container_1b714c07 {
        flex-direction: column;
    }
    .hero-split-left_1b714c07 {
        flex: none;
        width: 100%;
        height: 50vh;
    }
    .hero-split-right_1b714c07 {
        flex: none;
        width: 100%;
        padding: 50px 30px;
    }
    .hero-split-highlights-grid_1b714c07 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
