.container-potof-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container-potof-banner .swiper-container,
.container-potof-banner .banner-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container-potof-banner .swiper-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: content-box;
    transition-property: transform;
}

.container-potof-banner .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    /* Background is applied via inline style */
}

.container-potof-banner .banner-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container-potof-banner .banner-media-col {
    width: 100%;
    height: 45vh;
    min-height: 280px;
    position: relative;
    order: 1;
}

.container-potof-banner .banner-content-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 24px 100px 24px;
    min-height: 380px;
    order: 2;
}

.container-potof-banner .banner-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    width: 100%;
}

/* Typography */
.container-potof-banner .banner-title-line1,
.container-potof-banner .banner-title-line2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    font-family: Quicksand, sans-serif;
}

.container-potof-banner .banner-title-line1 {
    margin-bottom: -8px;
}

.container-potof-banner .banner-description {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 8px;
    font-family: Quicksand, sans-serif;
}

.container-potof-banner .banner-button {
    display: inline-flex;
    background-color: #1f1f42;
    color: #ffffff;
    padding: 12px 32px;
    text-decoration: none;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 16px;
    font-family: Quicksand, sans-serif;
    transition: background-color 0.3s;
}

.container-potof-banner .banner-button:hover {
    background-color: #0d0d24;
}

/* Media Specifics (Mobile) */
.container-potof-banner .type-video .banner-media-col {
    overflow: hidden;
    border-radius: 0 0 150px 150px;
}

.container-potof-banner .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Image Mode Wrapper */
.container-potof-banner .type-image .banner-media-col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 16px;
}

.container-potof-banner .banner-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
}

.container-potof-banner .banner-blob-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    z-index: 1;
    pointer-events: none;
}

.container-potof-banner .banner-blob-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.container-potof-banner .banner-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1.1 / 1;
    border-radius: 28px;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #ccc;
}

.container-potof-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Swiper Controls */
.container-potof-banner .swiper-button-prev,
.container-potof-banner .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 32px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.28) !important;
    border-radius: 16px;
    margin: 0;
    z-index: 99 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
}

.container-potof-banner .swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

.container-potof-banner .swiper-button-lock {
    display: none !important;
}

.container-potof-banner .swiper-button-prev {
    left: calc(50% - 60px);
}

.container-potof-banner .swiper-button-next {
    right: calc(50% - 60px);
}

.container-potof-banner .swiper-button-prev::after,
.container-potof-banner .swiper-button-next::after {
    display: none !important;
}

.container-potof-banner .swiper-button-prev svg,
.container-potof-banner .swiper-button-next svg {
    width: 24px;
    height: 24px;
    display: block;
}

@media (max-width: 1023px) {
    .container-potof-banner .swiper-button-prev svg,
    .container-potof-banner .swiper-button-next svg {
        width: 20px;
        height: 20px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .container-potof-banner .banner-wrapper {
        flex-direction: row;
        align-items: stretch;
        min-height: 600px;
        height: 85vh;
        max-height: 900px;
    }

    .container-potof-banner .banner-content-col {
        width: 50%;
        order: 1;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 40px;
        padding-left: max(24px, calc((100vw - 1216px) / 2));
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container-potof-banner .banner-media-col {
        width: 50%;
        height: auto;
        order: 2;
        display: flex;
        position: relative;
    }

    .container-potof-banner .banner-title-line1,
    .container-potof-banner .banner-title-line2 {
        font-size: 64px;
    }

    .container-potof-banner .banner-description {
        font-size: 18px;
        max-width: 560px;
    }

    /* Video Mode Desktop */
    .container-potof-banner .type-video .banner-media-col {
        border-radius: 400px 0 0 400px;
        overflow: hidden;
        margin: 0;
        height: 100%;
        width: 50%;
    }

    .container-potof-banner .type-video .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Image Mode Desktop */
    .container-potof-banner .type-image .banner-media-col {
        padding: 80px max(24px, calc((100vw - 1216px) / 2)) 80px 0;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .container-potof-banner .banner-image-wrapper {
        max-width: 580px;
        width: 100%;
    }

    .container-potof-banner .banner-image-container {
        border-radius: 48px;
    }

    .container-potof-banner .swiper-button-prev,
    .container-potof-banner .swiper-button-next {
        bottom: 50%;
        transform: translateY(50%);
    }

    .container-potof-banner .swiper-button-prev {
        left: 24px;
    }

    .container-potof-banner .swiper-button-next {
        right: 24px;
    }
}

.banner-color-strip {
    display: flex;
    width: 100%;
    height: 20px;
}

.banner-color-strip div {
    flex: 1;
    height: 100%;
}

.banner-color-strip .strip-blue {
    background-color: #0e519f;
}

.banner-color-strip .strip-yellow {
    background-color: #eaaa00;
}

.banner-color-strip .strip-orange {
    background-color: #ed6e04;
}

.banner-color-strip .strip-red {
    background-color: #b5211d;
}

/* Single Slide logic */
.container-potof-banner.single-slide .swiper-button-prev,
.container-potof-banner.single-slide .swiper-button-next,
.container-potof-banner.single-slide .swiper-pagination {
    display: none !important;
}