.pb-reviews-wrapper-1e449089 {
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #333333;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.pb-reviews-inner-1e449089 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* SECTION INTRO */
.pb-intro-container-1e449089 {
    text-align: center;
    margin-bottom: 40px;
}

.pb-reviews-eyebrow-1e449089 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #0D47A1;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.pb-reviews-heading-1e449089 {
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.08;
    color: #0A192F;
    max-width: 900px;
    margin: 0 auto 24px auto;
}

.pb-reviews-heading-1e449089 .highlighted-text-1e449089 {
    color: #0D47A1;
}

.pb-reviews-description-1e449089 {
    font-size: 18px;
    line-height: 1.65;
    color: #5A6E7F;
    max-width: 760px;
    margin: 0 auto;
}

/* PART 2: REVIEWS GRID */
.pb-reviews-grid-1e449089 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 30px;
}

.pb-review-card-1e449089 {
    background: #ffffff;
    border: 1px solid #E5E9F0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    padding: 30px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 250ms ease, box-shadow 250ms ease;
}

.pb-review-card-1e449089:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.pb-stars-row-1e449089 {
    display: flex;
    gap: 4px;
    color: #0D47A1;
    font-size: 24px;
    margin-bottom: 24px;
}

.pb-review-body-1e449089 {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 19px;
    line-height: 1.55;
    color: #2E3E4F;
    text-align: left;
    flex-grow: 1;
    margin-bottom: 24px;
}

.pb-read-more-link-1e449089 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0D47A1;
    text-decoration: none;
    margin-left: 6px;
}

.pb-read-more-link-1e449089:hover {
    text-decoration: underline;
}

/* REVIEWER ROW DETAILS */
.pb-reviewer-meta-1e449089 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F0F4F8;
    padding-top: 16px;
}

.pb-reviewer-left-1e449089 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pb-reviewer-avatar-1e449089 {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.pb-reviewer-fallback-avatar-1e449089 {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #E2E8F0;
    color: #475569;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-reviewer-text-block-1e449089 {
    display: flex;
    flex-direction: column;
}

.pb-reviewer-name-1e449089 {
    font-size: 17px;
    font-weight: 600;
    color: #0A192F;
}

.pb-reviewer-cat-1e449089 {
    font-size: 14px;
    color: #64748B;
}

.pb-reviewer-right-1e449089 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pb-source-brand-icon-1e449089 {
    font-size: 20px;
    margin-bottom: 2px;
}

.pb-source-brand-icon-1e449089.icon-google {
    color: #DB4437;
}

.pb-source-brand-icon-1e449089.icon-facebook {
    color: #1877F2;
}

.pb-zillow-icon-badge-1e449089 {
    background-color: #0074E4;
    color: white;
    font-weight: bold;
    font-size: 13px;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.pb-custom-source-logo-1e449089 {
    max-width: 42px;
    height: auto;
    object-fit: contain;
    margin-bottom: 2px;
}

.pb-source-name-1e449089 {
    font-size: 11px;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* PART 3: TRUST BAR */
.pb-trust-bar-1e449089 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 30px 35px;
    margin-bottom: 28px;
}

.pb-trust-col-1e449089 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pb-trust-col-1e449089:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #E2E8F0;
}

.pb-trust-accent-row-1e449089 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.pb-trust-big-number-1e449089 {
    font-size: 38px;
    font-weight: bold;
    color: #0D47A1;
}

.static-stars-1e449089 {
    font-size: 16px;
    margin-bottom: 0;
}

.pb-trust-icon-container-1e449089 {
    font-size: 24px;
    color: #0D47A1;
}

.pb-trust-icon-container-1e449089 svg {
    width: 24px;
    height: 24px;
    fill: #0D47A1;
}

.pb-trust-label-1e449089 {
    font-size: 14px;
    color: #475569;
    margin: 0;
    text-align: center;
}

.pb-trust-platforms-logos-row-1e449089 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #64748B;
    margin-bottom: 8px;
}

.pb-trust-platforms-logos-row-1e449089 .mini-z-badge-1e449089 {
    background-color: #0074E4;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 5px;
    border-radius: 2px;
}

/* PART 4: CALL TO ACTION */
.pb-cta-card-1e449089 {
    background-color: #F8FAFC;
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    text-align: center;
}

.pb-cta-heading-1e449089 {
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: bold;
    color: #0A192F;
    margin: 0 auto 16px auto;
}

.pb-cta-desc-1e449089 {
    font-size: 17px;
    color: #475569;
    max-width: 800px;
    margin: 0 auto 32px auto;
    line-height: 1.6;
}

.pb-cta-button-1e449089 {
    display: inline-flex;
    align-items: center;
    background-color: #0D47A1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(13, 71, 161, 0.15);
    transition: background-color 200ms ease;
}

.pb-cta-button-1e449089:hover {
    background-color: #093170;
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 1024px) {
    .pb-reviews-heading-1e449089 {
        font-size: 40px;
    }
    .pb-reviews-grid-1e449089 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pb-trust-bar-1e449089 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .pb-trust-col-1e449089:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .pb-reviews-heading-1e449089 {
        font-size: 32px;
    }
    .pb-reviews-grid-1e449089 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .pb-trust-bar-1e449089 {
        grid-template-columns: 1fr;
        padding: 24px;
    }
    .pb-trust-col-1e449089::after {
        display: none !important;
    }
    .pb-cta-heading-1e449089 {
        font-size: 30px;
    }
    .pb-review-card-1e449089 {
        padding: 22px;
    }
}
