@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1761FF;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #296eff;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #353C47;
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
}

/* --- Language Switcher --- */
.lang-nav {
    cursor: pointer;
    position: relative;
}

.lang-toggle {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #383838;
    text-transform: uppercase;
    position: relative;
}

.lang-toggle:after {
    content: '';
    background: url("/images/promo/crp/chevron.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: 0;
    transition: all .3s ease;
}

.lang-nav:hover .lang-toggle:after {
    transform: rotate(180deg);
}

.drop-lang {
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    z-index: 55;
    opacity: 0;
    right: 0;
    min-width: 70px;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.38, 0.32, 1.03);
    -o-transition: all 0.3s cubic-bezier(0, 0.38, 0.32, 1.03);
    transition: all 0.3s cubic-bezier(0, 0.38, 0.32, 1.03);
}

.drop-lang ul {
    padding: 0;
    list-style: none;
    min-width: 70px;
    max-height: 90vh;
    overflow-y: auto;
    background: white;
    border: 1px solid #dddddd;
    display: block;
}

.drop-lang li {
    padding: 5px 15px;
    text-wrap: normal;
    margin: 0 !important;
}

.drop-lang li a {
    color: #2f2b34 !important;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.drop-lang li a:hover {
    color: #1761FF !important;
}

.lang-nav:hover .drop-lang {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* ------------------------- */

ul, nav {
    list-style: none;
}

ul, ol {
    padding: 0;
}

h2 {
    font-size: 3rem;
    font-weight: 800;
}

h3 {
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #FFFFFF;
}

.text-primary {
    color: #1761FF;
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 600;
}

.text-lead {
    font-size: 22px !important;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 36px;
    height: 60px;
    padding: 0 32px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    transition: all .3s;
}

.btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

.btn-lg {
    height: 72px;
    padding: 0 48px;
    font-size: 1.5rem;
}

.btn-sm {
    height: 40px;
    padding: 0 24px;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .btn-lg {
        height: 60px;
        padding: 0 40px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .btn-lg {
        height: 48px;
        padding: 0 32px;
        font-size: 1rem;
    }
}

.btn-primary {
    background-color: #1761FF;
    color: #FFFFFF;
}

.btn-transparent {
    background-color: transparent;
    color: #353C47;
    border: 1px solid #353C47;
}

.section {
    padding: 150px 0;
}

.section-container {
    width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1499px) {
    .section-container {
        width: 100%;
        padding: 0 24px;
    }
}

@media (max-width: 1199px) {
    .section {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 64px 0;
    }
}

main {
    margin-top: 88px;
}

@media (max-width: 1199px) {
    main {
        margin-top: 70px;
    }
}

footer {
    text-align: center;
    padding: 32px;
    color: #9C9C9C;
}

.risk-warning {
    color: #353C47;
    max-width: 976px;
    margin: 0 auto 48px auto;
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px;
    width: 100%;
    height: 88px;
    z-index: 10;
}

header ul {
    padding: 0;
}

.header-logo {
    display: block;
    height: 20px;
    width: auto;
    margin-right: auto;
}

.header-logo img {
    display: block;
    height: 100%;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 72px;
}

.nav-link {
    color: #353C47;
    text-decoration: none;
    transition: all .3s;
}

.nav-link:hover {
    opacity: 0.6;
}

.support-img {
    height: 32px;
}

.nav-sm {
    display: none;
}

@media (max-width: 567px) {
    .header-nav {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .nav-lg {
        display: none;
    }

    .nav-sm {
        display: block;
        height: 32px;
    }
}

@media (max-width: 1199px) {
    header {
        height: 70px;
        padding: 0 16px;
    }

    .header-logo {
        height: 14px;
    }

    .burger-btn {
        display: flex;
    }
}

/* BANNER */
.banner {
    padding: 72px 8%;
    aspect-ratio: 12/5;
    background: url("/images/promo/crp/banner.webp") left center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

@media (orientation: portrait) {
    .banner {
        aspect-ratio: unset;
        height: calc(100vh - 70px);
        max-height: 600px;
    }
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    max-width: 66%;
}

.banner h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.3;
}

.banner-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.banner-three-steps {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
}

.banner-text > b {
    font-size: 1.5rem;
}

.banner-text > div {
    font-size: 1.25rem;
}

.banner-btn {
    margin-top: 16px;
}

@media (max-width: 1599px) {
    .banner h1 {
        font-size: 3rem;
    }

    .banner-text > b {
        font-size: 1.25rem;
    }

    .banner-text > div {
        font-size: 1rem;
    }
}

@media (max-width: 1199px) {
    .banner {
        padding: 64px 6%;
    }

    .banner h1 {
        font-size: 2rem;
    }

    .banner-content {
        gap: 24px;
    }

    .banner-text {
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .banner-content {
        max-width: unset;
    }
}

@media (max-width: 767px) {
    .banner-content {
        gap: 16px;
    }

    .banner-text {
        gap: 8px;
    }
}

section {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.section-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
}

.section-subtitle {
    font-size: 22px;
    margin-top: 32px;
}

.section-two,
.section-three {
    padding: 150px 32px;
}

.section-three {
    background-color: #F3F6FF;
}

.section-two-devices {
    display: flex;
    justify-content: center;
    gap: 48px;
}

@media (max-width: 1199px) {
    .section-two-devices {
        flex-wrap: wrap;
    }
}

.card {
    width: clamp(343px, 100%, 448px);
    min-height: 505px;
    padding: 48px;
    border-radius: 20px;
    box-shadow: 0 8px 17.7px 0 #1761FF1F;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 48px;
}

.card > img {
    width: fit-content;
    height: 150px;
}

.card-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #8E8E8E;
    margin-top: 16px;
}

.card-text {
    font-size: 1.25rem;
    margin-top: 32px;
}

.section-three-subtitle {
    color: #1761FF;
    font-weight: 800;
    font-size: 3rem;
}

.section-three-subtitle span {
    font-size: 4rem;
    background: #1761FF;
    background: linear-gradient(to right, #1761FF 0%, #0DDD83 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-three .section-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (min-width: 1200px) {
    .section-three .section-content {
        flex-direction: row;
    }

    .section-three .section-content > div {
        flex: 1;
    }
}

.section-three-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-top: 48px;
}

@media (max-width: 767px) {
    .section-three-advantages {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

.section-three-advantages > div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-three-advantages h4 {
    display: inline-block;
    width: 240px;
    line-height: 1.3;
}

.section-three-advantages p {
    font-size: 1.25rem;
}

.section-three-advantages img {
    width: 48px;
    height: 48px;
}

.section-three-right {
    display: flex;
    flex-direction: column;
    gap: 96px;
    justify-content: end;
}

.section-three-badge {
    position: relative;
    width: 100%;
    padding: 48px;
    border-radius: 20px;
    background: #0051FF;
    display: flex;
    gap: 32px;
    color: #FFFFFF;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
}

.section-three-badge::before {
    content: '';
    display: block;
    position: absolute;
    width: 256px;
    height: 256px;
    left: -95px;
    top: 40px;
    background: rgba(204, 255, 239, 0.67);
    filter: blur(100px);
    z-index: 0;
}

.section-three-badge > img {
    aspect-ratio: 1 / 1;
    height: 150px;
    z-index: 5;
}

@media (max-width: 767px) {
    .section-three-badge {
        padding: 24px;
        gap: 16px;
        font-size: 1.25rem;
    }

    .section-three-badge > img {
        height: 75px;
    }
}

.trustpilot-widget {
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    .trustpilot-widget {
        margin: 0 auto;
        scale: 1.66;
    }
}

.section-four {
    padding: 100px 32px;
    gap: 72px;
    align-items: center;
}

.section-four .section-content {
    display: flex;
    align-items: center;
    gap: 48px;
}

@media (max-width: 767px) {
    .section-four .section-content {
        flex-direction: column;
        gap: 48px;
    }
}

ul.offer-list {
    list-style: none;
}

ul.offer-list li {
    position: relative;
    padding-left: 48px;
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.45;
}

ul.offer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("/images/promo/crp/check_circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.chart {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    position: relative;
}

.chart::before {
    content: '';
    display: block;
    position: absolute;
    width: 36%;
    aspect-ratio: 1;
    left: 0;
    top: 60%;
    background: rgba(74, 42, 255, 0.46);
    filter: blur(100px);
    z-index: 0;
}

.chart:after {
    content: '';
    display: block;
    position: absolute;
    width: 28%;
    aspect-ratio: 1;
    left: 70%;
    top: 10%;
    background: #1761FF;
    filter: blur(100px);
    z-index: 0;
}

.chart > img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
