.scc-73110ab8-wrapper {
    position: relative;
    padding: 0 40px 50px;
}

.scc-73110ab8-swiper {
    overflow: hidden;
}

.scc-73110ab8-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 32px 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}

.scc-73110ab8-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.scc-73110ab8-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #eef2ff;
    color: #6366f1;
    font-size: 28px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.scc-73110ab8-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.scc-73110ab8-icon i {
    font-size: inherit;
    color: inherit;
}

.scc-73110ab8-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 12px;
    line-height: 1.3;
}

.scc-73110ab8-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 20px;
    flex-grow: 1;
}

.scc-73110ab8-btn {
    display: inline-block;
    padding: 10px 24px;
    background-color: #6366f1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.scc-73110ab8-btn:hover {
    background-color: #4f46e5;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Navigation Arrows */
.scc-73110ab8-nav-prev,
.scc-73110ab8-nav-next {
    position: absolute;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #6366f1;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.scc-73110ab8-nav-prev:hover,
.scc-73110ab8-nav-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.scc-73110ab8-nav-prev {
    left: 0;
}

.scc-73110ab8-nav-next {
    right: 0;
}

/* Pagination */
.scc-73110ab8-pagination {
    text-align: center;
    margin-top: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.scc-73110ab8-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    opacity: 1;
    margin: 0 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.scc-73110ab8-pagination .swiper-pagination-bullet-active {
    background-color: #6366f1;
    transform: scale(1.2);
}

/* Swiper slide height fix */
.scc-73110ab8-swiper .swiper-wrapper {
    align-items: stretch;
}

.scc-73110ab8-swiper .swiper-slide {
    height: auto;
}

/* Responsive */
@media (max-width: 767px) {
    .scc-73110ab8-wrapper {
        padding: 0 10px 50px;
    }

    .scc-73110ab8-nav-prev,
    .scc-73110ab8-nav-next {
        width: 32px;
        height: 32px;
    }

    .scc-73110ab8-nav-prev {
        left: -5px;
    }

    .scc-73110ab8-nav-next {
        right: -5px;
    }
}
