
/* WEBEGE TEXT REVIEWS START */
.seo-reviews-section {
    padding: 84px 20px;
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 197, 94, .10), transparent 34%),
        radial-gradient(circle at 80% 20%, rgba(34, 197, 94, .08), transparent 34%),
        #f8fbf8;
}

.seo-reviews-container {
    width: min(1080px, 100%);
    margin: 0 auto;
}

.seo-reviews-head {
    text-align: center;
    margin: 0 auto 34px;
    max-width: 760px;
}

.seo-reviews-head h2 {
    margin: 0;
    font-size: clamp(36px, 5vw, 62px);
    line-height: .95;
    letter-spacing: -0.06em;
    font-weight: 950;
    color: #050807;
}

.seo-reviews-head p {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.55;
    color: rgba(15, 23, 42, .62);
    font-weight: 500;
}

.seo-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.seo-review-card {
    min-height: 286px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.seo-review-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 17px;
}

.seo-review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, #22c55e, #38bdf8);
    box-shadow: 0 12px 28px rgba(34, 197, 94, .18);
}

.seo-review-top h3 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
    color: #1f2937;
}

.seo-review-top span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(15, 23, 42, .62);
    font-weight: 750;
}

.seo-review-text {
    margin: 0 0 18px;
    font-size: 15.5px;
    line-height: 1.55;
    color: #344054;
    font-weight: 550;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.seo-review-card.is-open .seo-review-text {
    display: block;
    overflow: visible;
}

.seo-review-rating {
    margin-top: auto;
    color: #16a34a;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 900;
}

.seo-review-more {
    margin-top: 16px;
    border: 0;
    border-radius: 999px;
    padding: 11px 17px;
    background: rgba(34, 197, 94, .12);
    color: #16a34a;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}

.seo-review-more:hover {
    transform: translateY(-1px);
    background: rgba(34, 197, 94, .18);
}

.seo-reviews-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.seo-reviews-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .24);
    color: #16a34a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .seo-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .seo-reviews-section {
        padding: 54px 14px;
    }

    .seo-reviews-head {
        margin-bottom: 24px;
    }

    .seo-reviews-head h2 {
        font-size: clamp(32px, 11vw, 44px);
    }

    .seo-reviews-head p {
        font-size: 15px;
    }

    .seo-reviews-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .seo-review-card {
        min-height: 0;
        padding: 20px;
        border-radius: 24px;
    }
}
/* WEBEGE TEXT REVIEWS END */

/* WEBEGE REVIEWS ALIGN FIX START */
.seo-review-card {
    align-items: stretch !important;
    text-align: left !important;
}

.seo-review-top {
    width: 100% !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    text-align: left !important;
}

.seo-review-top > div:last-child {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

.seo-review-avatar {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
}

.seo-review-avatar-img {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 15px !important;
    object-fit: cover !important;
    display: block !important;
}

.seo-review-top h3 {
    margin: 0 0 4px !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
}

.seo-review-top span {
    width: 100% !important;
    text-align: left !important;
    display: block !important;
}

.seo-review-text {
    width: 100% !important;
    max-width: none !important;
    align-self: stretch !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.seo-review-card p {
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
}

.seo-review-rating {
    align-self: flex-start !important;
    text-align: left !important;
}

.seo-review-more {
    align-self: flex-start !important;
}

.seo-reviews-actions {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 30px !important;
}

.seo-reviews-bot-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: rgba(34, 197, 94, .12) !important;
    border: 1px solid rgba(34, 197, 94, .24) !important;
    color: #16a34a !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 16px 34px rgba(34, 197, 94, .10) !important;
    transition: transform .18s ease, background .18s ease !important;
}

.seo-reviews-bot-btn:hover {
    transform: translateY(-1px) !important;
    background: rgba(34, 197, 94, .18) !important;
}

@media (max-width: 640px) {
    .seo-review-top {
        gap: 12px !important;
    }

    .seo-review-avatar,
    .seo-review-avatar-img {
        flex-basis: 42px !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
    }

    .seo-reviews-bot-btn {
        width: 100% !important;
        max-width: 320px !important;
    }
}
/* WEBEGE REVIEWS ALIGN FIX END */

/* Review names are not headings for cleaner SEO outline */
.seo-review-name {
    margin: 0 0 4px !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: #1f2937 !important;
}
