.pcs-d4146001-wrapper {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}
.pcs-d4146001-swiper {
    width: 100%;
    padding-bottom: 50px !important;
}

.pcs-d4146001-card {
    background: rgba(20, 20, 25, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 450px;
    border: 1px solid rgba(255,255,255,0.1);
}
.pcs-d4146001-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.pcs-d4146001-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    color: #fff;
}
.pcs-d4146001-icon {
    font-size: 32px;
    margin-top: -50px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcs-d4146001-icon i { color: #fff; }
.pcs-d4146001-icon svg { width: 32px; height: 32px; fill: #fff; }
.pcs-d4146001-title {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 700;
}
.pcs-d4146001-desc {
    margin: 0 0 25px 0;
    font-size: 15px;
    color: #ccc;
    flex-grow: 1;
}
.pcs-d4146001-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #6e8efb;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    margin-top: auto;
}
.pcs-d4146001-btn:hover {
    background: #a777e3;
    transform: translateY(-2px);
}

.swiper-pagination-bullet {
    background: #6e8efb;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #a777e3;
}

.swiper-button-next, .swiper-button-prev {
    color: #a777e3 !important;
    background: rgba(255,255,255,0.8);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: bold;
}