.half-screen-split-981e8422 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 70vh;
    background-color: #f7f9fc;
}

.half-screen-split-981e8422.layout-reverse-981e8422 {
    flex-direction: row-reverse;
}

.split-image-col-981e8422 {
    flex: 1 1 50%;
    min-width: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.split-content-col-981e8422 {
    flex: 1 1 50%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8% 10%;
    box-sizing: border-box;
}

.split-label-981e8422 {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3b74bf;
    margin-bottom: 20px;
    display: block;
}

.split-title-981e8422 {
    font-family: 'Playfair Display', 'Merriweather', 'Inter', sans-serif;
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 800;
    line-height: 1.15;
    color: #1e2d42;
    margin: 0 0 30px 0;
}

.split-text-981e8422 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #607289;
    font-weight: 400;
    margin-bottom: 40px;
}

.split-text-981e8422 p {
    margin-bottom: 20px;
}
.split-text-981e8422 p:last-child {
    margin-bottom: 0;
}

.split-link-981e8422 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #3b74bf;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
    align-self: flex-start;
}

.split-link-981e8422:hover {
    color: #1e2d42;
}

.split-link-981e8422 .arrow-981e8422 {
    transition: transform 0.3s ease;
}

.split-link-981e8422:hover .arrow-981e8422 {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .split-image-col-981e8422 {
        min-height: 300px;
    }
    .split-content-col-981e8422 {
        padding: 40px 24px;
    }
}
