.pp-carousel-wrapper{
    margin-top:8rem;
}
.pp-sep{
    border: 3px solid #6e7469;
    margin: 0;
}
.mds-top-pp-wrap{
    background: linear-gradient(360deg, #670000, transparent);
}
.mds-bottom-pp-wrap{
    background: linear-gradient(180deg, #415f1f, transparent);
}
.pp-title-wrapper{

}
.pp-title{

}
.pp-vs-text{
    width: fit-content;
    display: flex;
    justify-content: center;
    margin-left: auto;
    font-size: 2.3rem;
    font-weight: 700;
    background: var(--main-text-color1);
    border-radius: 40px;
    color: black;
    padding: 1% 3%;
    margin-right: auto;
    margin-top: -3.6%;
    position: relative;
    margin-bottom: -3.6%;
    z-index: 1;
}
.splide { visibility: hidden; }
.splide.is-initialized { visibility: visible; }

#splide-top .splide__slide {
    background: black;
    padding: 7% 7% 9% 7%;
    border-radius: 80px 80px 0 0;
    border-top: 4px solid red;
    border-left: 4px solid red;
    border-right: 4px solid red;
}
#splide-bottom .splide__slide {
    background: black;
    padding: 7%;
    border-radius: 0 0 80px 80px;
    border-bottom: 4px solid #a7fc47;
    border-left: 4px solid #a7fc47;
    border-right: 4px solid #a7fc47;
}

.pp-neg-title{font-size: var(--text-size-subtitle);font-weight: 600;color:red;margin-bottom: 5%;}
.pp-neg-subtitle{font-size: var(--text-size-desc);font-weight: 500;color:#e3f0d7;}
.pp-pos-title{font-size: var(--text-size-subtitle);font-weight:600;color:#a7fc47;margin-bottom: 5%;}
.pp-pos-subtitle{font-size: var(--text-size-desc);font-weight:500;color:#e3f0d7;}

#splide-nav { margin-top: 4rem; }
#splide-nav .splide__slide {
    position: relative;
    overflow: visible;
    background: #171a18;
    color: #a8b3c2;
    border-radius: 60px;
    text-align: center;
    display: grid;
    place-items: center;
    justify-content: center;
    align-content: center;
    height: 80px;
    min-width: 80px;
    font-size: 30px;
    font-weight: 600;
    transition:
            background 0.2s cubic-bezier(0.77, 0, 0.175, 1),
            color      0.2s cubic-bezier(0.77, 0, 0.175, 1),
            transform  0.5s cubic-bezier(0.77, 0, 0.175, 1),
            font-size  0.2s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform, background, color;
}

#splide-nav .splide__slide.is-active {
    background: #e3f0d7;
    color: black;
    font-weight: 600;
    transform: scale(1.1);
}

#splide-nav .progress-wheel {
    --halo-size: 92px;
    --halo-z: 1;

    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: var(--halo-size);
    height: var(--halo-size);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
    z-index: var(--halo-z);
}
#splide-nav .splide__slide.is-active .progress-wheel { opacity: 1; }
#splide-nav .splide__slide > *:not(.progress-wheel) { position: relative; z-index: 2; }

#splide-nav::before,
#splide-nav::after {
    content: "";
    position: absolute;
    top: 0;
    height: 120%;
    width: 200px;
    z-index: 10;
    pointer-events: none;
}

#splide-nav::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
}

#splide-nav::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
}

#splide-nav .progress-wheel .bg {
    fill: none;
    stroke: rgba(255,255,255,0.28);       /* light track */
    stroke-width: 5;
}
#splide-nav .progress-wheel .fg {
    fill: none;
    stroke: #a7fc47;                      /* bright green progress */
    stroke-width: 5;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: var(--circ, 0);
    stroke-dashoffset: var(--circ, 0);
    filter: drop-shadow(0 0 8px rgba(167, 252, 71, 0.8)); /* glow */
}
@media(min-width:1024px){
    .pp-carousel-wrapper{
        margin-top:8rem;
    }
    .pp-sep{
        border: 2px solid #6e7469;
        margin: 0;
        z-index: 1;
        position: relative;
    }
    .mds-top-pp-wrap{
        background: linear-gradient(360deg, #670000, transparent);
    }
    .mds-bottom-pp-wrap{
        background: linear-gradient(180deg, #415f1f, transparent);
    }
    .pp-title-wrapper{
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
    .pp-title{

    }
    .pp-vs-text{
        width: fit-content;
        display: flex;
        justify-content: center;
        margin-left: auto;
        font-size: 2rem;
        font-weight: 700;
        background: var(--main-text-color1);
        border-radius: 40px;
        color: black;
        padding: 1rem 2rem;
        margin-right: auto;
        position: absolute;
        z-index: 2;
        right: 0;
        left: 0;
        margin-top: -2.5rem;
    }
    .splide { visibility: hidden; }
    .splide.is-initialized { visibility: visible; }

    #splide-top .splide__slide {
        background: black;
        padding: 2rem 2rem 4rem 2rem;
        border-radius: 120px 120px 0 0;
        border-top: 4px solid red;
        border-left: 4px solid red;
        border-right: 4px solid red;
        text-align: center;
    }
    #splide-bottom .splide__slide {
        background: black;
        padding: 3rem 2rem 2rem 2rem;
        border-radius: 0 0 120px 120px;
        border-bottom: 4px solid #a7fc47;
        border-left: 4px solid #a7fc47;
        border-right: 4px solid #a7fc47;
        text-align: center;
    }

    .pp-neg-title{font-size: 2.5rem;font-weight: 600;color:red;margin-bottom: 1rem;}
    .pp-neg-subtitle{font-size: 1.5rem;font-weight: 500;color:#e3f0d7;width: 50%;margin-left: auto;margin-right: auto;margin-bottom: 0rem;}
    .pp-pos-title{font-size: 2.5rem;font-weight:600;color:#a7fc47;margin-bottom: 1rem;}
    .pp-pos-subtitle{font-size: 1.5rem;font-weight:500;color:#e3f0d7;width: 50%;margin-left: auto;margin-right: auto;margin-bottom: 2rem;}

    #splide-nav { margin-top: 4rem; }
    #splide-nav .splide__slide {
        position: relative;
        overflow: visible;
        background: #171a18;
        color: #a8b3c2;
        border-radius: 60px;
        text-align: center;
        display: grid;
        place-items: center;
        justify-content: center;
        align-content: center;
        height: 80px;
        min-width: 80px;
        font-size: 30px;
        font-weight: 600;
        transition:
                background 0.2s cubic-bezier(0.77, 0, 0.175, 1),
                color      0.2s cubic-bezier(0.77, 0, 0.175, 1),
                transform  0.5s cubic-bezier(0.77, 0, 0.175, 1),
                font-size  0.2s cubic-bezier(0.77, 0, 0.175, 1);
        will-change: transform, background, color;
    }

    #splide-nav .splide__slide.is-active {
        background: #e3f0d7;
        color: black;
        font-weight: 600;
        transform: scale(1.1);
    }

    #splide-nav .progress-wheel {
        --halo-size: 92px;
        --halo-z: 1;

        position: absolute;
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%);
        width: var(--halo-size);
        height: var(--halo-size);
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease;
        z-index: var(--halo-z);
    }
    #splide-nav .splide__slide.is-active .progress-wheel { opacity: 1; }
    #splide-nav .splide__slide > *:not(.progress-wheel) { position: relative; z-index: 2; }

    #splide-nav::before,
    #splide-nav::after {
        content: "";
        position: absolute;
        top: 0;
        height: 120%;
        width: 200px;
        z-index: 10;
        pointer-events: none;
    }

    #splide-nav::before {
        left: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
    }

    #splide-nav::after {
        right: 0;
        background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
    }

    #splide-nav .progress-wheel .bg {
        fill: none;
        stroke: rgba(255,255,255,0.28);       /* light track */
        stroke-width: 5;
    }
    #splide-nav .progress-wheel .fg {
        fill: none;
        stroke: #a7fc47;                      /* bright green progress */
        stroke-width: 5;
        stroke-linecap: round;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
        stroke-dasharray: var(--circ, 0);
        stroke-dashoffset: var(--circ, 0);
        filter: drop-shadow(0 0 8px rgba(167, 252, 71, 0.8)); /* glow */
    }
    .dt-carousel-shadow-wrapper {
        position: relative;
        overflow: hidden;
    }

    /* Gradient shadow overlays */
    .dt-carousel-shadow-wrapper::before,
    .dt-carousel-shadow-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        width: 15%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    /* Left fade (black to transparent) */
    .dt-carousel-shadow-wrapper::before {
        left: 0;
        background: linear-gradient(to right, rgb(0 0 0) 20%, transparent);
    }

    /* Right fade (black to transparent) */
    .dt-carousel-shadow-wrapper::after {
        right: 0;
        background: linear-gradient(to left, rgb(0 0 0) 20%, transparent);
    }
}