.home-feedbacks {
    padding: 60px 0 88px;
    position: relative;
}

.home-feedbacks .section-head {
    max-width: 760px;
    margin: 0 0 30px;
    text-align: left;
}

.home-feedbacks .section-head h2 {
    margin-top: 22px;
    margin-bottom: 18px;
}

.home-feedbacks .section-head p {
    max-width: 620px;
    margin-inline: 0;
}

.feedback-slider {
    position: relative;
    width: 100%;
}

.feedback-slider__viewport {
    width: 100%;
    overflow-x: hidden;
    padding: 10px 0 12px;
}

.feedback-slider__track {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.feedback-card__col {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    display: flex;
}

.feedback-card {
    position: relative;
    width: 100%;
    padding: 20px 18px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%),
        #101010;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
    min-height: 100%;
}

.feedback-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(182, 212, 51, 0.10), transparent 28%);
    pointer-events: none;
}

.feedback-card:hover {
    transform: translateY(-4px) scale(1.012);
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.feedback-card__inner {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 16px;
    height: 100%;
    min-height: 100%;
}

.feedback-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.feedback-card__quote {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.10);
    flex-shrink: 0;
    font-size: 1.8rem;
    line-height: 1;
}

.feedback-card__quote i {
    transform: translateY(-2px);
}

.feedback-card__stars {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-accent);
    font-size: 0.82rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.feedback-card__text {
    min-height: 98px;
}

.feedback-card__text p {
    font-size: 0.95rem;
    line-height: 1.58;
    color: var(--color-text);
    letter-spacing: -0.01em;
}

.feedback-card__bottom {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 16px;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.feedback-card__bottom h3 {
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.feedback-card__bottom span {
    color: var(--color-text-soft);
    font-size: 0.9rem;
}

.home-feedbacks .slider-dots {
    justify-content: center;
    margin-top: 26px;
}

.home-feedbacks .slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    transition:
        width 0.42s ease,
        background 0.42s ease,
        transform 0.42s ease,
        opacity 0.42s ease;
}

.home-feedbacks .slider-dots button.is-active {
    width: 34px;
    background: var(--color-accent);
}

.home-feedbacks .slider-dots button:hover {
    transform: translateY(-1px) scale(1.02);
}

.feedback-empty-box {
    width: 100%;
    padding: 34px 24px;
    border-radius: 28px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.feedback-empty-box::before {
    display: none;
}

.feedback-empty-box > * {
    position: relative;
    z-index: 2;
}

.feedback-empty-box__icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.20);
    font-size: 1.5rem;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
}

.feedback-empty-box h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.feedback-empty-box p {
    color: var(--color-text-soft);
    max-width: 520px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .home-feedbacks {
        padding: 58px 0 76px;
    }

    .home-feedbacks .section-head {
        max-width: 100%;
        margin: 0 auto 30px;
        text-align: center;
        justify-items: center;
    }

    .home-feedbacks .section-head h2 {
        margin-top: 22px;
        margin-bottom: 18px;
        text-align: center;
    }

    .home-feedbacks .section-head p {
        max-width: 100%;
        margin-inline: auto;
        text-align: center;
    }

    .home-feedbacks .section-eyebrow {
        margin-inline: auto;
    }

    .feedback-slider {
        width: 100%;
        margin-inline: auto;
    }

    .feedback-slider__viewport {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 12px;
    }

    .feedback-slider__track {
        width: 100%;
    }

    .feedback-card__col {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }

    .feedback-card {
        width: 100%;
        padding: 22px 18px;
        border-radius: 26px;
    }

    .feedback-card__text {
        min-height: auto;
    }

    .home-feedbacks .slider-dots {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .feedback-empty-box {
        width: 100%;
        margin-inline: auto;
        padding: 30px 20px;
    }
}

@media (min-width: 768px) {
    .feedback-card__col {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 9px;
    }

    .feedback-card {
        padding: 20px 17px;
    }

    .feedback-card__text {
        min-height: 108px;
    }
}

@media (min-width: 1200px) {
    .feedback-card__col {
        flex: 0 0 33.333333%;
        width: 33.333333%;
        padding: 0 10px;
    }

    .feedback-card {
        padding: 22px 17px;
    }

    .feedback-card__text {
        min-height: 116px;
    }
}