.kc-section {
    padding: 48px 32px 40px;
}

.kc-header {
    text-align: center;
    margin-bottom: 32px;
}

.kc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 20px;
}

.kc-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f7931e;
    display: inline-block;
}

.kc-eyebrow-text {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.kc-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.kc-title .king {
    color: #ffffff;
}
.kc-title .cup {
    color: #f7931e;
}

.kc-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.04em;
}

.kc-divider {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #f7931e, #123e86);
    margin: 16px auto 0;
    border-radius: 2px;
}

.kc-logo-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.kc-logo-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

/* Swiper pagination dots đổi màu theo brand */
.bannerPartner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
}

.bannerPartner .swiper-pagination-bullet-active {
    background: #f7931e;
    width: 20px;
    border-radius: 3px;
}

.kc-dots-divider {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.kc-dots-line {
    width: 100%;
    max-width: 960px;
    height: 12px;
    background-image: radial-gradient(circle, #094e7c 1.5px, transparent 1.5px);
    background-size: 16px 12px;
    background-repeat: repeat-x;
    opacity: 0.35;
}

/* SECTION BACKGROUND */
.kc-stats-section {
    position: relative;

    padding: 50px 0;
}

/* CARD */
.kc-stat-card {
    position: relative;
    overflow: hidden;

    background: rgba(255, 255, 255, 0.75);

    backdrop-filter: blur(10px);

    border: 1px solid rgba(18, 62, 134, 0.06);

    border-radius: 28px;

    padding: 32px 24px;

    text-align: center;

    transition: all 0.45s ease;

    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

/* HOVER */
.kc-stat-card:hover {
    transform: translateY(-6px);

    border-color: rgba(247, 147, 30, 0.18);

    box-shadow: 0 20px 40px rgba(18, 62, 134, 0.08);
}

/* LIGHT EFFECT */
.kc-stat-card::before {
    content: "";

    position: absolute;
    inset: 0;

    background: radial-gradient(
        circle at top right,
        rgba(247, 147, 30, 0.08),
        transparent 35%
    );

    pointer-events: none;
}

/* ICON */
.kc-stat-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 18px;

    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.kc-blue {
    background: rgba(18, 62, 134, 0.06);
    color: #123e86;
}

.kc-orange {
    background: rgba(247, 147, 30, 0.1);
    color: #f7931e;
}

/* NUMBER */
.kc-stat-number {
    font-size: 44px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: -2px;

    color: #123e86;
}

/* LABEL */
.kc-stat-label {
    margin-top: 14px;

    font-size: 15px;
    font-weight: 500;

    color: #64748b;

    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
    .kc-stats-section {
        padding: 30px 0;
        border-radius: 28px;
    }

    .kc-stat-card {
        padding: 24px 16px;
        border-radius: 22px;
    }

    .kc-stat-number {
        font-size: 34px;
    }
}
.product-detail .swiper-pagination-bullet {
    background-color: #d1d5db;
    opacity: 1;
}

.product-detail .swiper-pagination-bullet-active {
    background-color: #123e86;
    width: 20px;
    border-radius: 9999px;
    transition: width 0.3s ease;
}
