.pu-insight-page-system-section {
    position: relative;
    width: 100%;
    background-color: var(--pu-insight-navy);
    padding: 85px 0 95px;
    color: #FFFFFF;
}

.pu-insight-page-system-header {
    margin-bottom: 44px;
}

.pu-insight-page-system-kicker {
    font-family: var(--pu-insight-font-body);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
    display: block;
    margin-bottom: 8px;
}

.pu-insight-page-system-header h2 {
    font-family: var(--pu-insight-font-heading);
    font-weight: 700;
    font-size: 52px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 18px;
    max-width: 780px;
    letter-spacing: -0.015em;
}

.pu-insight-page-text-yellow {
    color: var(--pu-insight-yellow);
	font-size: inherit;
}

.pu-insight-page-system-header p {
    font-family: var(--pu-insight-font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.48;
    color: rgba(255, 255, 255, 0.85);
    max-width: 680px;
    margin: 0;
}

/* 3x2 Cards Grid on Desktop */
.pu-insight-page-system-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.pu-insight-page-system-card {
    position: relative;
    border: 2px solid transparent;
    border-radius: 20px;
    background: 
        linear-gradient(#FFFFFF, #FFFFFF) padding-box, 
        linear-gradient(90deg, #B53C72 0%, #5641E0 100%) border-box;
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 235px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
}

.pu-insight-page-system-card:hover {
    background: 
        linear-gradient(#FFFFFF, #FFFFFF) padding-box, 
        linear-gradient(90deg, #D44A88 0%, #6D57FF 100%) border-box;
}

.pu-insight-page-system-card-num {
    font-family: var(--pu-insight-font-heading);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.0;
    color: var(--pu-insight-navy);
    margin-bottom: 14px;
    display: block;
}

.pu-insight-page-system-card-title {
    font-family: var(--pu-insight-font-heading);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    background: linear-gradient(90deg, #9C338A 0%, #5E3BA6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}

.pu-insight-page-system-card-text {
    font-family: var(--pu-insight-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.45;
    color: #4A4D54;
    margin: 0;
}

/* Pagination Dots (Hidden on Desktop) */
.pu-insight-page-system-dots {
    display: none;
}

/* Bottom Action Button */
.pu-insight-page-system-bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.pu-insight-page-system-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pu-insight-yellow);
    color: var(--pu-insight-navy);
    font-family: var(--pu-insight-font-heading);
    font-weight: 600;
    font-size: 18px;
	letter-spacing: 0;
    padding: 13px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 15px rgba(255, 200, 0, 0.2);
}

.pu-insight-page-system-btn:hover {
    color: var(--pu-insight-navy);
    background-color: #FFD633;
}

/* Mobile Slider Carousel Styles (< 991.98px) */
@media (max-width: 991.98px) {
    .pu-insight-page-system-section {
        padding: 50px 0 60px;
    }

    .pu-insight-page-system-header {
        margin-bottom: 30px;
    }

    .pu-insight-page-system-kicker {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .pu-insight-page-system-header h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .pu-insight-page-system-header p {
        font-size: 15px;
        line-height: 1.45;
    }

    .pu-insight-page-system-slider-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .pu-insight-page-system-cards {
        display: block;
        width: 100%;
    }

    .pu-insight-page-system-cards.slick-initialized {
        display: block;
    }

    .pu-insight-page-system-cards .slick-track {
        display: flex !important;
        gap: 16px;
    }

    .pu-insight-page-system-cards .slick-slide {
        height: auto;
        display: flex !important;
        flex-direction: column;
    }

    .pu-insight-page-system-card {
        width: calc(100vw - 70px) !important;
        max-width: 336px !important;
        padding: 26px 22px;
        border-radius: 18px;
        min-height: 210px;
        box-sizing: border-box;
    }

    .pu-insight-page-system-card-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pu-insight-page-system-card-text {
        font-size: 14px;
        line-height: 1.42;
    }

    /* Slick Dots Custom Styling matching Figma */
    .pu-insight-page-system-cards .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 24px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        list-style: none;
        padding: 0;
    }

    .pu-insight-page-system-cards .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0;
        padding: 0;
    }

    .pu-insight-page-system-cards .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        transition: all 0.3s ease;
        font-size: 0;
        line-height: 0;
    }

    .pu-insight-page-system-cards .slick-dots li button::before {
        display: none;
    }

    .pu-insight-page-system-cards .slick-dots li.slick-active {
        width: 26px;
        height: 8px;
    }

    .pu-insight-page-system-cards .slick-dots li.slick-active button {
        width: 26px;
        height: 8px;
        border-radius: 4px;
        background-color: var(--pu-insight-yellow);
    }

    .pu-insight-page-system-bottom {
        margin-top: 24px;
    }

    .pu-insight-page-system-btn {
        padding: 11px 28px;
        font-size: 15px;
    }
}