.splited-banner {
    display: flex;
    flex-direction: column;
    gap: var(--space-24, 24px);
}

.splited-banner:has(.splited-banner__card--promotion) {
    gap: var(--space-0, 0);
}

.splited-banner__card {
    display: flex;
    flex-direction: column;
    margin-top: var(--space-64, 64px);
}

.splited-banner__card--main {
    width: 100%;
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    background: var(--white-600, #f7f7f7);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 552px;
    gap: var(--space-24, 24px);
}

.splited-banner__card--main .splited-banner__image {
    width: 50%;
    height: 552px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.splited-banner__card--main .splited-banner__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: var(--space-4, 4px);
}

.splited-banner__card--main .splited-banner__wrapper {
    max-width: 422px;
}

.splited-banner__image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.splited-banner__title,
.splited-banner__section-title {
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-weight: var(--fw-700, 700);
    margin-bottom: var(--space-16, 16px);
}

.splited-banner__title {
    font-size: var(--fs-32, 32px);
    line-height: var(--lh-40, 40px);
}

.splited-banner__card--main .splited-banner__title {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-32, 32px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: var(--lh-40, 40px);
}

.splited-banner__section-title {
    font-size: var(--fs-24, 24px);
    line-height: var(--lh-32, 32px);
}

.splited-banner__section-title--promotion {
    color: var(--blue-900, #081a28);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-32, 32px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: var(--lh-40, 40px);
    margin-top: var(--space-64, 64px);
    margin-bottom: var(--space-0, 0);
}

.splited-banner__card--promotion {
    width: 100%;
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--space-0, 0);
    background: var(--white-600, #f7f7f7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 552px;
    gap: clamp(var(--space-24, 24px), 5vw + 24px, var(--space-80, 80px));
}

.splited-banner__card--promotion .splited-banner__image {
    max-width: 344px;
    max-height: 460px;
    width: 344px;
    height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.splited-banner__card--promotion .splited-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: var(--space-10, 10px);
}

.splited-banner__card--promotion .splited-banner__wrapper {
    max-width: 610px;
}

.splited-banner__card--promotion .splited-banner__title {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-32, 32px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: var(--lh-40, 40px);
    margin-bottom: var(--space-16, 16px);
}

.splited-banner__card--promotion .splited-banner__description {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-400, 400);
    line-height: var(--lh-24, 24px);
    margin-bottom: var(--space-16, 16px);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.splited-banner__card--promotion .splited-banner__authors {
    color: var(--blue-700, #0e2b43);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-600, 600);
    line-height: var(--lh-24, 24px);
    text-transform: uppercase;
    margin-bottom: var(--space-24, 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.splited-banner__card--promotion .splited-banner__tags {
    list-style-type: disc;
    padding-left: var(--space-20, 20px);
    margin: var(--space-0, 0) var(--space-0, 0) var(--space-24, 24px) var(--space-0, 0);
    gap: var(--space-12, 12px);
}

.splited-banner__card--promotion .splited-banner__tags .splited-banner__tag:last-child {
    margin-bottom: var(--space-0, 0);
}

.splited-banner__card--promotion .splited-banner__tag {
    color: var(--blue-700, #0e2b43);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: var(--lh-24, 24px);
}

.splited-banner__description {
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    line-height: var(--lh-24, 24px);
    margin-bottom: var(--space-16, 16px);
}

.splited-banner__card--main .splited-banner__description {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-400, 400);
    line-height: var(--lh-28, 28px);
    margin-bottom: var(--space-24, 24px);
}

.splited-banner__issue-number {
    display: block;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-14, 14px);
    font-weight: var(--fw-600, 600);
    margin-bottom: var(--space-8, 8px);
}

.splited-banner__card--promotion .splited-banner__issue-number {
    color: var(--blue-700, #0e2b43);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-18, 18px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: var(--lh-18, 18px);
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: var(--space-12, 12px);
}

.splited-banner__button {
    display: inline-block;
    padding: var(--space-12, 12px) var(--space-24, 24px);
    background: var(--green-500, #04853b);
    color: var(--white-500, #fff) !important;
    text-decoration: none;
    border-radius: var(--space-4, 4px);
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-weight: var(--fw-600, 600);
    transition: background 0.3s ease;
}

.splited-banner__button:hover {
    background: var(--green-400, #009640);
    text-decoration: none;
    color: var(--white-500, #fff);
}

.splited-banner__card--main .splited-banner__button {
    border-radius: var(--space-4, 4px);
    background: var(--green-500, #04853b);
    width: 195px;
    height: var(--lh-24, 24px);
    min-height: var(--lh-24, 24px);
    padding: var(--space-16, 16px) var(--space-28, 28px);
    justify-content: center;
    align-items: center;
    gap: var(--space-10, 10px);
    color: var(--white-500, #fff);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-600, 600);
    line-height: var(--lh-24, 24px);
    text-decoration: none;
    box-sizing: content-box;
    transition: background 0.3s ease;
}

.splited-banner__card--main .splited-banner__button:hover {
    background: var(--blue-550, #1c5686);
    color: var(--white-500, #fff);
    text-decoration: none;
}

.splited-banner__card--promotion .splited-banner__button {
    border-radius: var(--space-4, 4px);
    background: var(--green-500, #04853b);
    transition: background 0.3s ease;
}

.splited-banner__card--promotion .splited-banner__button:hover {
    background: var(--blue-550, #1c5686);
    color: var(--white-500, #fff);
    text-decoration: none;
}

/* Responsive gap for promotion card */
@media (max-width: 1168px) {
    .splited-banner__card--promotion {
        gap: clamp(var(--space-24, 24px), 4vw + 20px, var(--space-80, 80px));
    }
}

@media (max-width: 1000px) {
    .splited-banner__card--promotion {
        gap: var(--space-48, 48px);
    }
}

@media (max-width: 900px) {
    .splited-banner__card--promotion {
        gap: var(--space-32, 32px);
    }

    .splited-banner__card--promotion .splited-banner__issue-number {
        font-size: var(--fs-16, 16px);
        line-height: var(--lh-16, 16px);
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .splited-banner__card--main {
        flex-direction: column;
        height: auto;
    }

    .splited-banner__card--main .splited-banner__image {
        width: 100%;
        height: auto;
        max-height: none;
        min-height: 200px;
        order: 1;
    }

    .splited-banner__card--main .splited-banner__content {
        width: 100%;
        order: 2;
        padding: var(--space-24, 24px);
    }

    .splited-banner__card--main .splited-banner__wrapper {
        max-width: 100%;
    }

    .splited-banner__card--main .splited-banner__title {
        font-size: var(--fs-24, 24px);
        line-height: var(--lh-32, 32px);
    }

    .splited-banner__card--main .splited-banner__description {
        font-size: var(--fs-14, 14px);
        line-height: var(--lh-20, 20px);
    }

    .splited-banner__card--promotion {
        flex-direction: column;
        height: auto;
        gap: var(--space-24, 24px);
        padding: var(--space-24, 24px);
    }

    .splited-banner__card--promotion .splited-banner__image {
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        height: auto !important;
        min-height: 200px;
        aspect-ratio: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        order: 1;
    }

    .splited-banner__card--promotion .splited-banner__content {
        order: 2;
        width: 100%;
    }

    .splited-banner__card--promotion .splited-banner__wrapper {
        max-width: 100%;
    }

    .splited-banner__section-title--promotion {
        font-size: var(--fs-24, 24px);
        line-height: var(--lh-32, 32px);
        margin-top: var(--space-32, 32px);
    }

    .splited-banner__card--promotion .splited-banner__title {
        font-size: var(--fs-24, 24px);
        line-height: var(--lh-32, 32px);
    }

    .splited-banner__card--promotion .splited-banner__description {
        font-size: var(--fs-14, 14px);
        line-height: var(--lh-20, 20px);
    }

    .splited-banner__card--promotion .splited-banner__issue-number {
        font-size: var(--fs-14, 14px);
        line-height: var(--lh-16, 16px);
    }

    .splited-banner__card--promotion .splited-banner__author {
        font-size: var(--fs-14, 14px);
        line-height: var(--lh-20, 20px);
    }

    .splited-banner__card--promotion .splited-banner__tag {
        font-size: var(--fs-14, 14px);
        line-height: var(--lh-20, 20px);
    }
}

/* UDT Tradition styles */
.splited-banner--tradition {
    width: 100%;
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
}

.splited-banner--tradition .splited-banner__card--tradition {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    gap: var(--space-20, 20px);
    background: var(--white-600, #f7f7f7);
    margin-top: 32px;
}

.splited-banner--tradition .splited-banner__card--tradition .splited-banner__image--tradition {
    display: flex;
    width: 100%;
    max-width: 584px;
    height: 522px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.splited-banner--tradition .splited-banner__card--tradition .splited-banner__content--tradition {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-10, 10px);
}

.splited-banner--tradition .splited-banner__card--tradition .splited-banner__content--tradition .splited-banner__wrapper--tradition {
    width: 100%;
    max-width: 422px;
}

.splited-banner--tradition .splited-banner__card--tradition .splited-banner__content--tradition .splited-banner__wrapper--tradition .splited-banner__title--tradition {
    color: var(--blue-700, #0e2b43);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-32, 32px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: var(--lh-40, 40px);
    margin-bottom: 24px;
}

.splited-banner--tradition .splited-banner__card--tradition .splited-banner__content--tradition .splited-banner__wrapper--tradition .splited-banner__description--tradition {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-400, 400);
    line-height: var(--lh-24, 24px);
}

@media (max-width:1350px) {
    .splited-banner--tradition .splited-banner__card--tradition .splited-banner__image--tradition {
        max-width: 502px;
        height: 440px;
    }
}

@media (max-width: 1000px) {
    .splited-banner--tradition .splited-banner__card--tradition {
        flex-direction: column;
    }

    .splited-banner--tradition .splited-banner__card--tradition .splited-banner__image--tradition {
        height: auto;
        min-height: 200px;
        aspect-ratio: 430 / 422;
        margin: 0 auto;
    }

    .splited-banner--tradition .splited-banner__card--tradition .splited-banner__content--tradition {
        padding: 0 var(--space-24, 24px);
    }
}

@media (max-width: 430px) {
    .splited-banner--tradition .splited-banner__card--tradition .splited-banner__image--tradition {
        width: 100%;
    }

    .splited-banner--tradition .splited-banner__card--tradition .splited-banner__content--tradition .splited-banner__wrapper--tradition .splited-banner__title--tradition {
        font-size: var(--fs-28, 28px);
    }
}

/* Nasze wartości styles */
.splited-banner--our-values {
    width: 100%;
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    background: var(--white-600, #f7f7f7);
}

.splited-banner__card--our-values {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    gap: var(--space-24, 24px);
    margin-top: var(--space-0, 0) !important;
}

.splited-banner__content--our-values {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 var(--space-64, 64px);
}

.splited-banner__wrapper--our-values {
    width: 100%;
}

.splited-banner--our-values .splited-banner__title--our-values {
    color: var(--blue-700, #0e2b43);
    font-feature-settings: 'liga' off, 'clig' off !important;
    font-family: var(--ff-primary, "Open Sans", sans-serif) !important;
    font-size: var(--fs-32, 32px);
    font-style: normal !important;
    font-weight: var(--fw-700, 700) !important;
    line-height: var(--lh-36, 35px) !important;
    margin-bottom: 24px;
}

.splited-banner--our-values .splited-banner__description--our-values {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off !important;
    font-family: var(--ff-primary, "Open Sans", sans-serif) !important;
    font-size: var(--fs-16, 16px);
    font-style: normal !important;
    font-weight: var(--fw-400, 400) !important;
    line-height: var(--lh-24, 24px);
    margin-bottom: 24px;
}

.splited-banner--our-values .splited-banner__values-list {
    list-style: none !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
}

.splited-banner--our-values .splited-banner__values-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px;
}

.splited-banner--our-values .splited-banner__values-icon {
    flex-shrink: 0;
}

.splited-banner--our-values .splited-banner__values-icon img {
    max-width: 100%;
    height: auto;
    display: block;
}

.splited-banner--our-values .splited-banner__values-label {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off !important;
    font-family: var(--ff-primary, "Open Sans", sans-serif) !important;
    font-size: var(--fs-20, 20px);
    font-style: normal !important;
    font-weight: var(--fw-700, 700) !important;
    line-height: var(--lh-24, 24px);
}

.splited-banner__image--our-values {
    width: 100%;
    max-width: 584px;
    height: 552px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1500px) {
    .splited-banner__content--our-values {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 950px) {
    .splited-banner__card--our-values {
        flex-direction: column;
        align-items: center;
    }

    .splited-banner__image--our-values {
        width: 100%;
        height: auto;
        min-height: 200px;
        aspect-ratio: 610 / 583;
        order: 1;
    }

    .splited-banner__content--our-values {
        order: 2;
        align-items: center;
        text-align: center;
        padding: var(--space-64, 64px);
    }

    .splited-banner__wrapper--our-values {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .splited-banner__content--our-values {
        padding: var(--space-24, 24px);
    }
}

/* Formularz zgłoszeniowy styles */
.splited-banner--application-form {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.splited-banner--application-form .splited-banner__card--application-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 800px;
    align-items: stretch;
    gap: var(--space-0, 0);
    margin-top: var(--space-0, 0);
}

.splited-banner--application-form .splited-banner__content--application-form {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--white-600, #f7f7f7);
    padding: 0 var(--space-32, 32px);
}

.splited-banner--application-form .splited-banner__wrapper--application-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.splited-banner--application-form .splited-banner__card--application-form .splited-banner__content--application-form .splited-banner__title--application-form {
    margin: 0;
    color: var(--blue-700, #0e2b43);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-24, 24px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: 35px;
}

.splited-banner--application-form .splited-banner__card--application-form .splited-banner__content--application-form .splited-banner__description--application-form {
    margin: 0;
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-400, 400);
    line-height: var(--lh-24, 24px);
}

.splited-banner--application-form .splited-banner__card--application-form .splited-banner__content--application-form .splited-banner__description--application-form p {
    margin: 0;
    margin-bottom: 0;
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-400, 400);
    line-height: var(--lh-24, 24px);
}

.splited-banner--application-form .splited-banner__card--application-form .splited-banner__content--application-form .splited-banner__description--application-form a {
    color: var(--blue-900, #081a28);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-400, 400);
    line-height: var(--lh-24, 24px);
    text-decoration: none;
}

.splited-banner--application-form .splited-banner__card--application-form .splited-banner__content--application-form .splited-banner__button--application-form {
    display: flex;
    padding: var(--space-16, 16px) var(--space-28, 28px);
    justify-content: center;
    align-items: center;
    border-radius: var(--space-4, 4px);
    background: var(--green-500, #04853b);
    color: var(--white-500, #fff);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-600, 600);
    line-height: var(--lh-24, 24px);
    text-decoration: none;
    width: fit-content;
}

.splited-banner--application-form .splited-banner__card--application-form .splited-banner__content--application-form .splited-banner__button--application-form:hover {
    background: var(--blue-550, #1c5686);
    color: var(--white-500, #fff);
    text-decoration: none;
}

.splited-banner--application-form .splited-banner__image--application-form {
    width: 50%;
    height: 352px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .splited-banner--application-form .splited-banner__card--application-form {
        flex-direction: column;
        max-height: none;
    }

    .splited-banner--application-form .splited-banner__content--application-form {
        width: 100%;
        order: 2;
        padding: var(--space-40, 40px) var(--space-40, 40px);
    }

    .splited-banner--application-form .splited-banner__image--application-form {
        width: 100%;
        max-width: 100%;
        height: 360px;
        order: 1;
        max-height: none;
    }
}