.landing-header {
    background: linear-gradient(187.98deg, #DD4E96 0%, #94519B 55.8%, #3868BC 100%);
    position: relative;
    padding-bottom: 32px;
}

.landing-header__login {
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    margin-left: 8px;
    display: none;
}

.landing-header__login-link {
    color: #ffffff;
    text-decoration: underline;
}

.langing-header__title {
    color: #ffffff;
    text-transform: none;
    font-size: 32px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 42px;
    margin-top: 0;
}

.langing-header__description {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 27px;
}

.langing-header__description__highlight {
    font-weight: 600;
}

.landing-header__cta {
    color: #0076D0;
    background: #ffffff;
    padding: 12px 32px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    margin-top: 16px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.landing-header__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.landing-header__image {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.landing-header__container {
    padding-top: 120px;
}

/* --- What is Treffit section --- */
.landing-what-is {
    padding: 64px 0;
}

.landing-what-is__title {
    text-transform: none;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #454545;
    margin-bottom: 16px;
}

.landing-what-is__description {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #727272;
    line-height: 27px;
}

.landing-what-is__step {
    margin-top: 64px;
    display: flex;
    align-items: center;
}

.landing-what-is__step__content {
    display: flex;
}

.landing-what-is__step__title {
    margin-top: 0;
    font-size: 21px;
    color: #454545;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
}

.landing-what-is__step__description {
    font-size: 16px;
    color: #727272;
    font-family: 'Muli', sans-serif;
    line-height: 24px;
}

.landing-what-is__step__number {
    flex: 0 0 72px;
    height: 72px;
    margin-right: 24px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ECECEC;
    border-radius: 36px;
    color: #006CBE;
    font-size: 28px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Why Treffit section --- */
.landing-why {
    position: relative;
    background: linear-gradient(186.09deg, #DD4E96 0%, #94519B 55.8%, #3868BC 100%);
    padding: 64px 0 192px;
}

.landing-why__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.landing-why__title {
    font-family: 'Muli', sans-serif;
    text-transform: none;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 64px;
    margin-top: 0;
}

.landing-why__reason__icon-container {
    background: rgba(255, 255, 255, 0.15);
    width: 92px;
    height: 92px;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.landing-why__reason__icon {
    width: 42px;
    height: 42px;
}

.landing-why__reason__title {
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
}

.landing-why__reason__description {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: 'Muli', sans-serif;
    line-height: 24px;
}

/* --- Testimonials section --- */
.landing-testimonials {
    background: #F6F7FB;
    padding: 32px 0;
}

.landing-testimonials__title {
    text-transform: none;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #454545;
    margin-top: 0;
    margin-bottom: 16px;
}

.testimonial-slide {
    display: flex;
    padding: 24px 48px;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
}

.testimonial-carousel__controls {
    display: flex;
    justify-content: space-between;
}

.testimonial-button {
    position: static;
    transform: none;
    background-image: none !important;
    background: none;
    opacity: 1;
    color: #727272;
    text-shadow: none;
}

.testimonial-button:hover, .testimonial-button:focus {
    color: #727272;
}

.testimonial {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 16px 32px 16px 64px;
    font-family: 'Muli', sans-serif;
    width: calc(100% / 2 - 16px);
}

.testimonial__quote {
    position: absolute;
    left: 32px;
    top: 24px;
    color: #D44491;
}

.testimonial__description {
    font-size: 16px;
    color: #454545;
    font-style: italic;
}

.testimonial__author {
    font-size: 14px;
    color: #454545;
}

.testimonial__author-info {
    font-size: 14px;
    color: #727272;
}

.testimonial__indicator {
    width: 8px !important;
    height: 8px !important;
    background: #E4E4E4 !important;
    border-radius: 4px !important;
}

.testimonial__indicator + .testimonial__indicator {
    margin-left: 8px !important;
}

.testimonial__indicator.active {
    background: #D44491 !important;
}

.testimonial__indicator.active::before {
    box-shadow: none;
    outline: none;
}

/* --- Ending CTA section --- */
.landing-ending-cta {
    text-align: center;
    background: #F6F7FB;
    padding: 32px 0 64px;
}

.landing-ending-cta__title {
    color: #454545;
    text-transform: none;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 16px;
}

.landing-ending-cta__description {
    line-height: 27px;
    color: #727272;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    max-width: 512px;
    margin: 0 auto;
}

.landing-ending-cta__button {
    margin-top: 32px;
}

@media (max-width: 991px) {
    .langing-header__title {
        font-size: 28px;
        line-height: 32px;
    }

    .landing-header {
        padding-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .landing-header__login {
        display: inline;
    }

    .landing-what-is__step {
        display: block;
        margin-top: 32px;
    }

    .landing-header__overlay {
        height: 110px;
    }

    .landing-header__container {
        padding-top: 72px;
    }

    .landing-header {
        padding-bottom: 24px;
    }

    .landing-header__image {
        margin-top: 32px;
    }

    .landing-header__cta {
        margin-top: 0;
    }

    .langing-header__description {
        font-size: 16px;
    }

    .landing-what-is__description {
        font-size: 16px;
    }

    .landing-what-is__title {
        font-size: 21px;
        margin-top: 0;
    }

    .landing-why__title {
        font-size: 21px;
        margin-bottom: 32px;
    }

    .landing-what-is__step__number {
        flex: 0 0 48px;
        height: 48px;
        font-size: 21px;
        margin-right: 16px;
    }

    .landing-why__reason__description {
        margin-bottom: 32px;
    }

    .landing-why {
        padding: 32px 0 64px;
    }

    .landing-why__overlay {
        height: 50px;
    }

    .landing-what-is__step__content {
        margin-top: 24px;
    }

    .landing-what-is__step__title {
        font-size: 18px;
    }

    .testimonial {
        width: 100%;
        padding: 16px 24px 16px 48px;
    }

    .testimonial-buttons {
        display: flex;
        justify-content: space-between;
    }

    .testimonial-slide {
        padding: 8px 16px 24px;
    }

    .testimonial__quote {
        left: 24px;
    }
}
