header {
    background: url("/img/guest-system/reviews/header-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    background: linear-gradient(90deg, rgba(0 0 0 / 0.4) 45%, transparent);
}

@media only screen and (max-width: 756px) {
    header:before {
        background: rgba(0 0 0 / 0.4);
    }
}

.top-bar__logo {
    width: 46px;
    margin-left: 5%;
    margin-top: 23px;
}

header section {
    color: white;
    margin-top: 77px;
    margin-left: 13%;
    max-width: 530px;
    z-index: 5;
    position: relative;
}

header section h1 {
    font-size: 60px;
    font-weight: var(--very-bold);
    margin-bottom: 18px;
}

header section p {
    font-size: 24px;
    line-height: 1.4;
    max-width: 460px;
    margin-bottom: 35px;
}

.trustpilot-score {
    margin-top: 40px;
}

.tp-rating-text {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.tp-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 4px;
}

.tp-star {
    color: #f5c518;
    font-size: 28px;
    line-height: 1;
}

.tp-star-half {
    background: linear-gradient(90deg, #f5c518 50%, rgba(255, 255, 255, 0.3) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tp-review-count {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 756px) {
    header {
        background: url("/img/guest-system/reviews/header-background-mobile2.png");
        background-repeat: no-repeat;
        background-size:cover;
        padding-bottom: 32px;
        background-position: center;
    }

    header .get-started-button {
        display: flex;
    }

    header section {
        max-width: unset;
        text-align: center;
        margin: 77px 15px 0;
    }

    header section h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    header section p {
        font-size: 16px;
        margin-bottom: 27px;
    }

    .get-started-btn {
        width: 100%;
        margin: auto;
    }

    .trustpilot-score {
        margin-top: 20px;
    }

    .tp-stars {
        justify-content: center;
    }

    .tp-rating-text,
    .tp-review-count {
        text-align: center;
    }
}
