.tc-5acec7c9-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.tc-5acec7c9-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 220px;
    padding: 60px 40px;
    border-radius: 12px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

.tc-5acec7c9-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #1a1a2e;
    line-height: 1.3;
}

.tc-5acec7c9-desc {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #555555;
    line-height: 1.6;
    max-width: 600px;
}

/* Pagination */
.tc-5acec7c9-pagination {
    text-align: center;
    margin-top: 20px;
}

.tc-5acec7c9-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tc-5acec7c9-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Arrows */
.tc-5acec7c9-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
    color: #1a1a2e;
}

.tc-5acec7c9-arrow:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tc-5acec7c9-prev {
    left: -56px;
}

.tc-5acec7c9-next {
    right: -56px;
}

/* Responsive */
@media (max-width: 960px) {
    .tc-5acec7c9-prev {
        left: 8px;
    }
    .tc-5acec7c9-next {
        right: 8px;
    }
    .tc-5acec7c9-arrow {
        width: 36px;
        height: 36px;
    }
    .tc-5acec7c9-arrow svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 600px) {
    .tc-5acec7c9-title {
        font-size: 22px;
    }
    .tc-5acec7c9-desc {
        font-size: 14px;
    }
    .tc-5acec7c9-slide {
        padding: 40px 24px;
        min-height: 180px;
    }
}
