.online-reviews-page {
    overflow: hidden;
    color: #292730;
    background: #ffffff;
}

.online-reviews-page *,
.online-reviews-page *::before,
.online-reviews-page *::after {
    box-sizing: border-box;
}

.online-reviews-page h1,
.online-reviews-page h2,
.online-reviews-page h3,
.online-reviews-page p {
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.online-reviews-page__container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.online-reviews-page__section {
    position: relative;
    padding: 96px 0;
    background: #ffffff;
}

.online-reviews-page__section--soft {
    background:
        radial-gradient(circle at 0 30%, rgba(79, 201, 227, .13), transparent 27%),
        radial-gradient(circle at 100% 75%, rgba(128, 93, 235, .11), transparent 30%),
        #f4f2f9;
}

.online-reviews-page__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-bottom: 22px;
    padding: 9px 16px;
    color: #6945db;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    border: 1px solid rgba(128, 93, 235, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 8px 24px rgba(128, 93, 235, .08);
}

.online-reviews-page__title,
.online-reviews-page__section-title {
    margin: 0;
    color: #292730;
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.online-reviews-page__title {
    max-width: 990px;
    font-size: clamp(40px, 6vw, 76px);
}

.online-reviews-page__title::after {
    content: "";
    display: block;
    width: 110px;
    height: 8px;
    margin-top: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fb5c5c, #ffbf32, #4fc9e3, #805deb);
}

.online-reviews-page__section-title {
    max-width: 850px;
    font-size: clamp(32px, 4.4vw, 54px);
}

.online-reviews-page__lead,
.online-reviews-page__section-description {
    max-width: 790px;
    margin: 25px 0 0;
    color: #67636f;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.62;
}

.online-reviews-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 135px 0 88px;
    background:
        radial-gradient(circle at 8% 18%, rgba(79, 201, 227, .28), transparent 29%),
        radial-gradient(circle at 88% 13%, rgba(128, 93, 235, .23), transparent 28%),
        radial-gradient(circle at 79% 88%, rgba(255, 191, 50, .23), transparent 27%),
        linear-gradient(135deg, #f4f2f9 0%, #ffffff 55%, #f4f2f9 100%);
}

.online-reviews-hero::before,
.online-reviews-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
}

.online-reviews-hero::before {
    top: 90px;
    right: -90px;
    width: 260px;
    height: 260px;
    border: 42px solid rgba(251, 92, 92, .12);
}

.online-reviews-hero::after {
    bottom: -85px;
    left: 8%;
    width: 190px;
    height: 190px;
    background: rgba(255, 191, 50, .15);
}

.online-reviews-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.online-reviews-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 26px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    border: 2px solid #fb5c5c;
    border-radius: 999px;
    background: #fb5c5c;
    box-shadow: 0 12px 28px rgba(251, 92, 92, .23);
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.online-reviews-button:hover {
    color: #ffffff;
    text-decoration: none;
    border-color: #805deb;
    background: #805deb;
    box-shadow: 0 14px 30px rgba(128, 93, 235, .24);
    transform: translateY(-3px);
}

.online-reviews-button--secondary {
    color: #805deb;
    border-color: #805deb;
    background: rgba(255, 255, 255, .9);
    box-shadow: none;
}

.online-reviews-button--secondary:hover {
    color: #ffffff;
    border-color: #805deb;
    background: #805deb;
}

.online-reviews-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 58px;
}

.online-reviews-summary__item {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    padding: 28px;
    border: 1px solid rgba(128, 93, 235, .14);
    border-radius: 26px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 40px rgba(74, 61, 115, .07);
    backdrop-filter: blur(8px);
}

.online-reviews-summary__item:nth-child(1) {
    border-top: 5px solid #4fc9e3;
}

.online-reviews-summary__item:nth-child(2) {
    border-top: 5px solid #ffbf32;
}

.online-reviews-summary__item:nth-child(3) {
    border-top: 5px solid #fb5c5c;
}

.online-reviews-summary__value {
    display: block;
    margin-bottom: 12px;
    color: #292730;
    font-size: 29px;
    font-weight: 850;
}

.online-reviews-summary__text {
    margin: 0;
    color: #67636f;
    font-size: 16px;
    line-height: 1.6;
}

.online-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.online-review-card {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    border: 1px solid rgba(128, 93, 235, .15);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(74, 61, 115, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.online-review-card:nth-child(4n + 1) {
    background: linear-gradient(145deg, #ffffff 30%, rgba(79, 201, 227, .09));
}

.online-review-card:nth-child(4n + 2) {
    background: linear-gradient(145deg, #ffffff 30%, rgba(255, 191, 50, .10));
}

.online-review-card:nth-child(4n + 3) {
    background: linear-gradient(145deg, #ffffff 30%, rgba(251, 92, 92, .08));
}

.online-review-card:nth-child(4n + 4) {
    background: linear-gradient(145deg, #ffffff 30%, rgba(128, 93, 235, .09));
}

.online-review-card:hover {
    border-color: rgba(128, 93, 235, .34);
    box-shadow: 0 23px 52px rgba(128, 93, 235, .14);
    transform: translateY(-7px);
}

.online-review-card__decor {
    position: absolute;
    top: -38px;
    right: -38px;
    width: 110px;
    height: 110px;
    border: 18px solid rgba(128, 93, 235, .07);
    border-radius: 50%;
}

.online-review-card__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.online-review-card__avatar {
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    overflow: hidden;
    place-items: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(135deg, #4fc9e3, #805deb);
    box-shadow: 0 8px 20px rgba(128, 93, 235, .18);
}

.online-review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online-review-card__name {
    margin: 0;
    color: #292730;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.online-review-card__meta {
    margin-top: 5px;
    color: #805deb;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.online-review-card__quote {
    height: 34px;
    color: #fb5c5c;
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: 700;
    line-height: .8;
    opacity: .85;
}

.online-review-card__text,
.online-review-card__detail {
    color: #4e4a55;
    font-size: 17px;
    line-height: 1.7;
}

.online-review-card__detail {
    margin-top: 15px;
}

.online-review-card__toggle {
    align-self: flex-start;
    margin-top: 20px;
    padding: 0;
    color: #805deb;
    font: inherit;
    font-weight: 800;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.online-review-card__toggle:hover {
    text-decoration: underline;
}

.online-reviews-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 48px;
}

.online-reviews-feature {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(128, 93, 235, .13);
    border-radius: 30px;
    box-shadow: 0 12px 32px rgba(74, 61, 115, .06);
}

.online-reviews-feature:nth-child(1) {
    background: rgba(79, 201, 227, .12);
}

.online-reviews-feature:nth-child(2) {
    background: rgba(255, 191, 50, .16);
}

.online-reviews-feature:nth-child(3) {
    background: rgba(251, 92, 92, .11);
}

.online-reviews-feature:nth-child(4) {
    background: rgba(128, 93, 235, .11);
}

.online-reviews-feature__number {
    display: inline-grid;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    place-items: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    border-radius: 15px;
    background: #805deb;
    box-shadow: 0 8px 18px rgba(128, 93, 235, .2);
}

.online-reviews-feature:nth-child(1) .online-reviews-feature__number {
    background: #4fc9e3;
}

.online-reviews-feature:nth-child(2) .online-reviews-feature__number {
    color: #292730;
    background: #ffbf32;
}

.online-reviews-feature:nth-child(3) .online-reviews-feature__number {
    background: #fb5c5c;
}

.online-reviews-feature__title {
    margin: 0 0 13px;
    color: #292730;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.online-reviews-feature__text {
    margin: 0;
    color: #5f5a66;
    font-size: 17px;
    line-height: 1.68;
}

.online-reviews-method {
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 26px;
    align-items: stretch;
    margin-top: 48px;
}

.online-reviews-method__content,
.online-reviews-method__list {
    padding: 40px;
    border-radius: 32px;
}

.online-reviews-method__content {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 255, 255, .2), transparent 26%),
        linear-gradient(135deg, #805deb 0%, #4fc9e3 100%);
    box-shadow: 0 20px 45px rgba(128, 93, 235, .2);
}

.online-reviews-method__content::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 170px;
    height: 170px;
    border: 28px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.online-reviews-method__content h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.online-reviews-method__content p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.72;
}

.online-reviews-method__list {
    border: 1px solid rgba(128, 93, 235, .14);
    background: #f4f2f9;
}

.online-reviews-method__list ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.online-reviews-method__list li {
    position: relative;
    padding-left: 34px;
    color: #4f4a57;
    font-size: 17px;
    line-height: 1.6;
}

.online-reviews-method__list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    border-radius: 50%;
    background: #fb5c5c;
}

.online-reviews-faq {
    display: grid;
    gap: 15px;
    margin-top: 44px;
}

.online-reviews-faq__item {
    overflow: hidden;
    border: 1px solid rgba(128, 93, 235, .15);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 24px rgba(74, 61, 115, .05);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.online-reviews-faq__item.is-open {
    border-color: #805deb;
    box-shadow: 0 14px 34px rgba(128, 93, 235, .12);
}

.online-reviews-faq__item h3 {
    margin: 0;
}

.online-reviews-faq__question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 26px;
    color: #292730;
    font: inherit;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.online-reviews-faq__icon {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(128, 93, 235, .1);
}

.online-reviews-faq__icon::before,
.online-reviews-faq__icon::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 8px;
    width: 14px;
    height: 2px;
    background: #805deb;
    transition: transform .2s ease;
}

.online-reviews-faq__icon::after {
    transform: rotate(90deg);
}

.online-reviews-faq__item.is-open .online-reviews-faq__icon::after {
    transform: rotate(0);
}

.online-reviews-faq__answer {
    display: none;
    padding: 0 26px 26px;
    color: #5f5a66;
    font-size: 17px;
    line-height: 1.7;
}

.online-reviews-faq__answer p {
    margin: 0;
}

.online-reviews-faq__item.is-open .online-reviews-faq__answer {
    display: block;
}

.online-reviews-cta {
    padding: 92px 0;
    background: #ffffff;
}

.online-reviews-cta__inner {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    padding: 54px;
    color: #ffffff;
    border-radius: 38px;
    background:
        radial-gradient(circle at 94% 0, rgba(255, 191, 50, .42), transparent 27%),
        linear-gradient(135deg, #805deb 0%, #4fc9e3 100%);
    box-shadow: 0 24px 55px rgba(128, 93, 235, .2);
}

.online-reviews-cta__inner::before {
    content: "";
    position: absolute;
    right: 18%;
    bottom: -85px;
    width: 210px;
    height: 210px;
    border: 34px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.online-reviews-cta__title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.online-reviews-cta__text {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.68;
}

.online-reviews-cta .online-reviews-button {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    color: #805deb;
    font-size: 16px;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(40, 30, 80, .15);
}

.online-reviews-cta .online-reviews-button:hover {
    color: #292730;
    border-color: #ffbf32;
    background: #ffbf32;
}

@media (max-width: 991px) {

    .online-reviews-summary,
    .online-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .online-reviews-method {
        grid-template-columns: 1fr;
    }

    .online-reviews-cta__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .online-reviews-page__section {
        padding: 66px 0;
    }

    .online-reviews-hero {
        padding: 76px 0 62px;
    }

    .online-reviews-summary,
    .online-reviews-grid,
    .online-reviews-features {
        grid-template-columns: 1fr;
    }

    .online-reviews-summary {
        margin-top: 42px;
    }

    .online-reviews-summary__item,
    .online-review-card,
    .online-reviews-feature {
        padding: 25px;
    }

    .online-reviews-method__content,
    .online-reviews-method__list {
        padding: 28px 24px;
    }

    .online-reviews-cta {
        padding: 66px 0;
    }

    .online-reviews-cta__inner {
        padding: 34px 25px;
        border-radius: 28px;
    }

    .online-reviews-button {
        width: 100%;
    }

    .online-reviews-faq__question {
        padding: 21px 20px;
        font-size: 17px;
    }

    .online-reviews-faq__answer {
        padding: 0 20px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .online-reviews-button,
    .online-review-card,
    .online-reviews-faq__item,
    .online-reviews-faq__icon::after {
        transition: none;
    }
}