/* latin-ext */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-Regular-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-Regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

::-webkit-scrollbar-track {
    background: #19191e;
}

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

::-webkit-scrollbar-thumb:hover {
    background: #D8B76C;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #14100D;
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

a {
    transition: all 0.15s ease-in-out;
}

h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
}

header,
section {
    padding: 0 1rem;
}

.crossed-out {
    text-decoration: line-through;
}

.btn {
    text-decoration: none;
    color: #D8B76C;
    background: linear-gradient(180deg, #242424 0%, #161616 100%);
    border: 1px solid #C89B3CD9;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 2rem;
    box-shadow: 0 8px 30px 0 #C89B3C40, 0 0 12px 0 #C89B3C33 inset;
}

.btn-lg {
    height: 72px;
    font-size: 1.375rem;
}

.btn:hover {
    background: linear-gradient(180deg, #232323 0%, #131313 100%);
    box-shadow: 0 12px 40px 0 #C89B3C40, 0 0 12px 0 #C89B3C33 inset;
}

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

.header {
    width: 100vw;
    height: 60px;
    background-color: #27272B;
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header__right {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header__logo {
    height: 14px;
}

.btn-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    height: 30px;
    padding: 0 1.125rem;
    border: 1px solid #C89B3CD9;
    border-radius: 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-header:hover {
    color: #D8B76C;
}

.support-icon {
    width: 15px;
    height: 15px;
}

.header__language-name,
.header__language-chevron,
.header__open-account-btn {
    display: none;
}

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

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-toggle .fi {
    border-radius: 1px;
}

.lang-list {
    list-style: none;
    padding-top: 15px;
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 0;
    max-height: 90vh;
    overflow-y: auto;
    visibility: hidden;
    z-index: 100;
    transition: all .15s ease-in-out;
}

.lang-list li {
    background-color: #27272B;
    padding: 8px 20px;
}

.lang-switcher:hover .lang-list {
    opacity: 1;
    visibility: visible;
    top: 21px;
}

.lang-switcher .chevron {
    transition: transform .15s ease-in-out;
}

.lang-switcher:hover .chevron {
    transform: rotateZ(180deg);
}

.lang-list > li a {
    transition: color .15s ease-in-out;
}

.lang-list > li:hover a {
    color: #D8B76C;
}

.lang-list a {
    color: #FFFFFF;
    text-decoration: none;
}

.lang-list a > span {
    white-space: nowrap;
}
/*--- Language switcher END ---*/


.hero {
    height: calc(100vh - 60px);
    max-height: 860px;
    width: 100vw;
    background: #010002 url("/images/promo/gold-zero/hero_bg_sm.webp") no-repeat center bottom -55px / auto 450px;
}

.hero__content {
    padding-top: 35px;
    padding-bottom: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(91.15deg, rgba(216, 183, 108, 0.8) -0.91%, rgba(250, 237, 208, 0.8) 25.93%, rgba(216, 183, 108, 0.8) 57.03%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero__text {
    margin-top: 20px;
    width: 340px;
}

.hero__subtitle {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
}

.hero__p1,
.hero__p2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.08em;
}

.hero__button {
    margin-top: auto;
}

@media screen and (min-width: 768px) {
    h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2.875rem;
        text-align: center;
    }

    header,
    section {
        padding: 0 1.5rem;
    }

    .btn {
        height: 84px;
        font-size: 1.625rem;
        padding: 0 2.625rem;
        box-shadow: 0 8px 30px 0 #C89B3C40, 0 0 12px 0 #C89B3C33 inset;

    }

    .btn-lg {
        height: 84px;
        font-size: 1.625rem;
    }

    .header__language-name,
    .header__language-chevron {
        display: block;
    }

    .header {
        height: 90px;
    }

    .header__logo {
        height: 25px;
    }

    .header__right {
        gap: 58px;
    }

    .btn-header {
        height: 56px;
        padding: 0 2.5rem;
        font-size: 1.25rem;
    }

    .support-icon {
        width: 20px;
        height: 20px;
    }

    .hero {
        min-height: 510px;
        height: calc(100vh - 90px);
        background: linear-gradient(90deg, rgba(1, 0, 2, 0.96) 0%, rgba(1, 0, 2, 0.9) 21.15%, rgba(1, 0, 2, 0.55) 40.38%, rgba(1, 0, 2, 0.15) 63.94%, rgba(1, 0, 2, 0) 79.81%, rgba(1, 0, 2, 0.5) 89.8%, rgba(1, 0, 2, 0.8) 94.67%, #010002 98.56%),
        url("/images/promo/gold-zero/hero_bg_lg.webp") no-repeat center center / cover;
    }

    .hero__content {
        padding-top: 24px;
        padding-bottom: 24px;
        align-items: start;
    }

    .hero__title {
        font-size: 40px;
        line-height: 65px;
        letter-spacing: 0.01em;
        text-align: left;
    }

    .hero__text {
        margin-top: 40px;
        width: unset;
    }

    .hero__subtitle {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0.08em;
    }

    .hero__p1,
    .hero__p2 {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0.08em;
    }
}

@media screen and (min-width: 1200px) {
    .header__open-account-btn {
        display: flex;
    }

    .hero__content {
        padding-top: 100px;
        padding-bottom: 80px;
        align-items: start;
    }
}

@media screen and (min-width: 1600px) {
    header,
    section {
        padding: 0 2rem;
    }

    .header {
        height: 110px;
    }

    .hero {
        height: calc(100vh - 110px);
        min-height: 780px;
    }

    .hero__content {
        padding-top: 120px;
        padding-bottom: 80px;
        align-items: start;
    }

    .hero__title {
        font-size: 58px;
        line-height: 95px;
        letter-spacing: 1px;
        text-align: left;
    }

    .hero__text {
        margin-top: 60px;
        width: unset;
    }

    .hero__subtitle {
        font-size: 43px;
        line-height: 65px;
        letter-spacing: 0.08em;
    }

    .hero__p1,
    .hero__p2 {
        font-size: 45px;
        line-height: 64px;
        letter-spacing: 0.08em;
    }
}


/*--- Section Two ---*/
.section-two {
    background: #14100D;
    padding-top: 35px;
    padding-bottom: 40px;
}

.section-two__cards {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}

.account-card {
    max-width: 660px;
    padding: 30px 14px 40px 14px;
    border: 1px solid #B88A2ACC;
    border-radius: 20px;
    background: linear-gradient(180deg, #0D0E10 0%, #1B1A18 100%);
    box-shadow: 0 4px 40px 0 #D4AF3726 inset;
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 700;
}

.account-card__title {
    font-size: 50px;
    font-weight: 700;
    color: #D8B76C;
}

.account-card .text-gray {
    color: #FFFFFFCC;
    font-weight: 400;
}

.account-card .text-sm {
    color: #FFFFFFCC;
    font-size: 14px;
    font-weight: 400;
}

.account-card__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #FFFFFF4D;
    padding: 16px 0;
}

.account-card__row > span:last-child {
    text-align: end;
}

.account-card .btn {
    margin-top: 30px;
    align-self: center;
}

.account-card__icons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .section-two__cards {
        margin-top: 50px;
        flex-direction: row;
        gap: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .section-two {
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .section-two__cards {
        margin-top: 90px;
        flex-direction: row;
        gap: 80px;
    }

    .account-card {
        padding: 60px 44px 60px 44px;
        font-size: 1.625rem;
    }

    .account-card__title {
        font-size: 65px;
    }

    .account-card .text-sm {
        font-size: 22px;
    }

    .account-card .btn {
        margin-top: 55px;
    }
}

/*--- Section Three ---*/
.section-three {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, #11131A, #11131A),
    radial-gradient(62.69% 62.67% at 51.25% 44.31%, rgba(212, 175, 55, 0.01) 0%, rgba(10, 14, 20, 0.2) 100%);
}

.section-three__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.section-three__container > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}

.section-three__container img {
    height: 65px;
}

.section-three__card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 2.6em;
}

.section-three__card-text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFFCC;
}

.section-three > .btn {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .section-three {
        padding-top: 100px;
        padding-bottom: 90px;
        gap: 52px;
    }

    .section-three__container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .section-three__container > div {
        gap: 20px;
    }

    .section-three__container img {
        height: 120px;
    }

    .section-three__card-title {
        font-size: 28px;
    }

    .section-three__card-text {
        font-size: 26px;
    }
}

@media screen and (min-width: 1200px) {
    .section-three__container {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
    }
}

/*--- Section Four ---*/
.section-four {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 40px;
    background: #161418;
}

.section-four__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.section-four__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}

.section-four__card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 2.6em;
    margin-top: 0.5rem;
}

.section-four__card-text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFFCC;
}

.section-four__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 2px solid #D4AF37;
    color: #D4AF37;
    background-color: #0B0F14;
    box-shadow: 0 0 16px 0 #D4AF3780;
    font-size: 26px;
    font-weight: 600;
}

.section-four__card::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 20px;
    left: calc(50% + 20px);
    border-top: 2px dashed #C89B3C;
}

.section-four__card:nth-child(2n)::before {
    display: none;
}

@media screen and (min-width: 768px) {
    .section-four {
        padding-top: 100px;
        padding-bottom: 90px;
        gap: 52px;
        background: #161418 url("/images/promo/gold-zero/section4_bg.webp") no-repeat center center / cover;
    }

    .section-four__card-title {
        font-size: 28px;
        margin-top: 1rem;
    }

    .section-four__card-text {
        font-size: 26px;
    }

    .section-four__number {
        width: 52px;
        height: 52px;
    }

    .section-four__card::before {
        top: 26px;
        left: calc(50% + 26px);
        border-top: 2px dashed #C89B3C;
    }
}

@media screen and (min-width: 1024px) {
    .section-four__container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 100px;
        padding-top: 60px;
        padding-bottom: 42px;
    }

    .section-four__card:nth-child(2n)::before {
        display: unset;
    }

    .section-four__card:nth-child(3n)::before {
        display: none;
    }
}

/*--- Section FIve ---*/
.section-five {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 40px;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.1), transparent),
                linear-gradient(180deg, #0B0F16 0%, #0D111A 52.4%, #090D14 100%);
}

.section-five__subtitle {
    font-size: 16px;
}

.section-five__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    justify-items: center;
}

.section-five__card {
    border: 1px solid #D4AF3740;
    box-shadow: 0 1px 4px 0 #FFFFFF0A inset;
    padding: 16px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.section-five__card-title {
    font-size: 18px;
    font-weight: 600;
    color: #FFE5AA;
    text-align: center;
}

.section-five__card-text {
    font-size: 16px;
    color: #FFFFFFCC;
    text-align: center;

}

@media screen and (min-width: 768px) {
    .section-five {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-five__subtitle {
        font-size: 42px;
    }

    .section-five__container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 45px;
        grid-row-gap: 45px;
    }

    .section-five__card {
        padding: 20px;
        gap: 32px;
        justify-content: start;
        align-items: start;
    }

    .section-five__card-title {
        font-size: 28px;
    }

    .section-five__card-text {
        font-size: 26px;
        text-align: start;
    }
}

@media screen and (min-width: 1600px) {
    .section-five__card {
        padding: 24px;
    }
}

/*--- Footer ---*/
.footer {
    background-color: #11131A;
    width: 100vw;
    padding: 35px 0;
    font-size: 10px;
}

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

.all-rights-reserved {
    text-align: center;
    margin-top: 16px;
}

@media screen and (min-width: 1600px) {
    .footer {
        padding: 50px 0;
        font-size: 18px;
    }

    .all-rights-reserved {
        margin-top: 40px;
    }
}
