/* Customer reviews — finished tasks */
.customer-reviews-section {
    font-family: "Kanit", "Montserrat", sans-serif;
    background: #fff;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.customer-reviews-section__header {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2.25rem;
}

.customer-reviews-section__eyebrow {
    font-size: 0.95rem;
    font-weight: 700;
    color: #00c853;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.customer-reviews-section__title {
    font-size: clamp(1.45rem, 1.6vw + 0.9rem, 2rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.customer-reviews-section__subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .review-card-col {
        width: 30% !important;
    }
}

.review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.35rem 1.6rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.review-card__badge {
    display: inline-block;
    align-self: flex-start;
    max-width: 100%;
    padding: 0.35rem 0.65rem;
    margin-bottom: 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.35;
    color: #00a844;
    background: #e8f5e9;
    border-radius: 999px;
}

.review-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 0.85rem;
}

.review-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 0.85rem;
    font-size: 0.875rem;
}

.review-card__time {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #64748b;
    font-weight: 400;
}

.review-card__time .fa-clock {
    font-size: 0.8rem;
    opacity: 0.85;
}

.review-card__price {
    font-weight: 700;
    color: #00c853;
    white-space: nowrap;
}

.review-card__stars {
    margin-bottom: 0.85rem;
    line-height: 1;
}

.review-card__stars .fa-star {
    font-size: 0.85rem;
    margin-right: 0.12rem;
}

.review-card__stars .fa-star:last-child {
    margin-right: 0;
}

.review-card__quote {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: italic;
    color: #64748b;
    line-height: 1.55;
}

.review-card__no-rating {
    margin: 0;
    font-size: 0.85rem;
    color: #94a3b8;
}
