/* PerfectNet review sections — does not restyle header/hero/footer chrome. */
.pn-reviews-hero .pn-reviews-hero__card {
    padding: 28px 28px 20px;
    background: #fff;
    border-radius: 12px;
}
.pn-reviews-hero .section__title.homepage {
    color: #040d70 !important;
    margin-bottom: 24px !important;
    text-align: center;
}
.pn-reviews-hero__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 8px;
}
.pn-review-card {
    border: 1px solid #e2e7f1;
    border-radius: 12px;
    padding: 20px 18px 18px;
    background: #fbfcfe;
    transition: transform .2s ease, box-shadow .2s ease;
}
.pn-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08);
}
.pn-review-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.pn-review-card__quote {
    font-size: 42px;
    line-height: 1;
    color: #ff7800;
    font-weight: 700;
}
.pn-review-card__stars,
.pn-testimonial__stars {
    color: #00b67a;
    letter-spacing: 2px;
    font-size: 15px;
}
.pn-review-card__title {
    font-size: 16px;
    color: #040d70;
    margin: 0 0 8px;
}
.pn-review-card__quote-text {
    color: #536080;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 16px;
}
.pn-review-card__foot,
.pn-testimonial__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pn-review-card__avatar,
.pn-testimonial__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #144fc4, #040d70);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}
.pn-review-card__foot strong,
.pn-testimonial__meta strong {
    display: block;
    color: #040d70;
    font-size: 14px;
}
.pn-review-card__foot small,
.pn-testimonial__meta span {
    display: block;
    color: #536080;
    font-size: 12px;
}

.pn-reviews-wide__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 28px;
}
.pn-testimonial {
    background: #fff;
    border: 1px solid #e2e7f1;
    border-radius: 14px;
    padding: 26px 22px;
    text-align: left;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}
.pn-testimonial__stars { margin-bottom: 12px; }
.pn-testimonial__text {
    color: #536080;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 18px;
    min-height: 72px;
}

@media (max-width: 991px) {
    .pn-reviews-hero__grid,
    .pn-reviews-wide__grid {
        grid-template-columns: 1fr;
    }
}
