body {
    background-color: #000614;

}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 5px;
}

.header {
    padding: 37px 0;

    .header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .header__logo {
            display: flex;
            align-items: center;
            gap: 16px;
            color: #3D4B66;
            font-family: 'Gilroy', sans-serif;
            font-size: 24px;
            font-weight: 700;
            line-height: 29.71px;
            text-align: left;
        }

        .header__buttons {
            display: flex;
            align-items: center;
            gap: 16px;

            button {
                background-color: transparent;
                font-family: 'Inter', sans-serif;
                font-size: 18px;
                font-weight: 500;
                line-height: 21.78px;
                text-align: left;
                color: #313C52;
            }

            .active {
                color: #A7C2F5;
                padding: 8px 16px;
                background: #A7C2F51A;
                border-radius: 160px;
            }
        }
    }
}



.companion {
    position: relative;
    margin-top: 64px;
    margin-bottom: 160px;

    .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px 16px 4px 4px;
        max-width: 142px;
        border-radius: 160px;

        border: 1px solid #BACFF5;

        p {
            padding: 8px 16px;
            background: #BACFF5;
            max-width: fit-content;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 19.36px;
            text-align: left;
            color: #081329;
            border-radius: 160px;

        }

        span {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 19.36px;
            text-align: left;
            color: #BACFF5;
        }
    }

    .companion__content {
        display: flex;
    }

    .companion__left {
        max-width: 805px;

        h1 {
            margin-top: 32px;
            position: relative;
            font-family: 'Gilroy', sans-serif;
            font-size: 80px;
            font-weight: 600;
            line-height: 98px;
            text-align: left;
            color: #E1E8F5;

            img {
                margin-top: 34px;
                margin-left: -10px;
                margin-right: 10px;
            }
        }

        p {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0.02em;
            text-align: left;
            color: #313C52;
            margin-top: 16px;
        }

        button {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 56px;
            padding: 16px 24px;
            background: #A7C2F5;
            border-radius: 160px;
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 21.78px;
            text-align: left;
            color: #112754;
        }
    }

    .companion__right {
        position: relative;

        img {
            position: absolute;
            top: -150px;
        }
    }
}

h3 {
    font-family: 'Gilroy', sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 77.63px;
    text-align: left;
    color: #E1E8F5;
    margin-bottom: 64px;
}

.highlits {
    margin-bottom: 160px;


    .highlits__cards {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;

        .highlits__card {
            max-width: 530px;
            padding: 24px;

            img {
                margin-bottom: 50px;
            }

            h2 {
                font-family: 'Gilroy', sans-serif;
                font-size: 40px;
                font-weight: 600;
                line-height: 49px;
                text-align: left;
                color: #E1E8F5;
                margin-bottom: 8px;
            }

            p {
                font-family: 'Inter', sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0.02em;
                text-align: left;
                color: #313C52;
            }
        }
    }
}

.pricing {
    margin-bottom: 160px;

    .pricing__cards {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;


        .blue {
            background: linear-gradient(180deg, #6C9CF5 0%, #588FF5 100%) !important;
            border: 3px solid #7FA9F5;

            h4 {
                color: #E1E8F5;
            }

            p {
                color: #A7C2F5 !important;
            }

            h5 {
                color: #E1E8F5 !important;
            }

            button {
                background-color: #16243D !important;
                color: #A7C2F5 !important;
            }

            .line {
                background-color: #E1E8F533 !important;
            }
        }

        .pricing__card {


            max-width: 518px;
            border-radius: 24px;
            padding: 32px;
            background: linear-gradient(180deg, rgba(167, 194, 245, 0.06) 0%, rgba(167, 194, 245, 0.03) 100%);
            transition: all .4s ease;

            &:hover {
                transform: scale(1.01);
            }

            h4 {
                font-family: 'Gilroy', sans-serif;
                font-size: 32px;
                font-weight: 600;
                line-height: 39.2px;
                text-align: left;
                color: #E1E8F5;
                margin-bottom: 8px;
            }

            p {
                font-family: 'Inter', sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0.02em;
                text-align: left;
                color: #313C52;
                margin-bottom: 32px;
            }

            h5 {
                font-family: 'Gilroy', sans-serif;
                font-size: 32px;
                font-weight: 600;
                line-height: 39.2px;
                text-align: left;
                color: #A7C2F5;
                margin-bottom: 32px;
            }

            .line {
                margin-bottom: 35px;
                width: 100%;
                height: 1px;
                background-color: #A7C2F51A;
            }

            ul {
                display: flex;
                flex-direction: column;
                gap: 29px;
                margin-bottom: 32px;

            }

            li {
                display: flex;
                gap: 13px;
                font-family: 'Inter', sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 19px;
                letter-spacing: 0.02em;
                text-align: left;
                color: #E1E8F5;
            }

            button {
                width: 100%;
                padding: 16px 24px 16px 24px;
                border-radius: 12px;
                background: #A7C2F5;
                font-family: 'Inter', sans-serif;
                font-size: 18px;
                font-weight: 500;
                line-height: 21.78px;
                color: #112754;
            }

            .non-active {
                color: #313C52;
            }


        }
    }
}

.line-2 {
    width: 100%;
    height: 1px;
    background-color: #081229;
    margin-bottom: 64px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #3D4B66;
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.71px;
    text-align: left;
    margin-bottom: 50px;
}

@media screen and (max-width: 850px) {

    .companion {
        .companion__left {
            h1 {
                font-size: 68px !important;
                line-height: 70px!important;
                img {
                    margin-top: 17px!important;
                }
            }
        }

    }
}
@media screen and (max-width: 700px) {

    .companion {
        .companion__left {
            h1 {
                font-size: 48px !important;
                line-height: 60px!important;
                img {
                    margin-top: 15px!important;
                    max-width: 100px;
                    margin-left: -5px!important;
                }
            }
        }

    }
}