@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AtypText';
    src: url('../fonts/AtypText-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Подключение Atyp Display */
@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Шрифт с переменной толщиной */
@font-face {
    font-family: 'AtypVariable';
    src: url('../fonts/AtypRegularVariable.ttf') format('truetype');
    font-weight: 100 700;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-image: url("../images/bg_1.png");
    background-size: cover;
    background-position: top;
    background-color: #000;
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

a, button {
    all: unset;
    cursor: pointer;
}

/* Container */
.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

main {
    overflow: hidden;
}

.header_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.header_logo img {
    display: flex;
}

.header_nav {
    display: flex;
    gap: 60px;
    align-items: center;
}

.header_nav a {
    opacity: 0.369;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
    transition: .15s ease;
}

.header_nav a:hover {
    opacity: 1;
    color: #ff6600;
}

/* Language Selector */
.language-selector {
    position: relative;
    display: inline-block;
}

.language-button {
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
    opacity: 0.369;
    background: none;
    padding: 10px 20px;
    border-radius: 8px;
    transition: .15s ease;
    display: flex;
    align-items: center;
}

.language-button:hover {
    opacity: 1;
    color: #ff6600;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #0e0e0e;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    min-width: 120px;
    max-height: 200px;
    overflow-y: auto;
}

.language-dropdown a {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
    padding: 8px 15px;
    transition: .15s ease;
    white-space: nowrap;
}

.language-dropdown a:hover {
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.language-selector:hover .language-dropdown {
    display: block;
}

.intro_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.intro_title {
    font-size: 74px;
    letter-spacing: 3px;
    font-weight: 500;
    font-family: 'AtypDisplay';
    text-align: center;
    margin-top: -100px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.intro_title::before {
    content: "";
    width: 383px;
    height: 1px;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    position: absolute;
    bottom: 20px;
}

.intro_subtitle {
    opacity: 0.369;
    font-size: 27px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 250;
    font-family: "Roboto";
    text-align: center;
    padding-bottom: 70px;
}

.intro_action button {
    font-size: 30px;
    margin-bottom: 70px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
    padding: 16px 60px;
    border-radius: 12px;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    transition: .3s linear;
}

.intro_action button:hover {
    filter: brightness(1.5);
}

.start_col {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.start_col .start_block:first-child {
    background: url(../images/fx.png);
    background-size: 100% 100%;
    border: 1px solid #ff6600;
}

.start_block {
    display: flex;
    flex: 1;
    padding: 60px 15px;
    border-radius: 21px;
    background-color: #0e0e0e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start_title {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Roboto";
    text-align: center;
    margin-bottom: 20px;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.start_line {
    width: 157px;
    margin-bottom: 45px;
    height: 5px;
    border-radius: 3px;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
}

.start_text {
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
}

.start_block img:first-child {
    display: flex;
    margin-bottom: 20px;
}

.start_action {
    display: flex;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 23px 70px;
    color: #ff3430;
    background-position: center;
    background: url(../images/bg.png);
    background-size: 120%;
    border-radius: 12px;
    border: 1px solid #ff3430;
    width: fit-content;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 120px;
    transition: .3s ease;
}

.start_action:hover {
    background-size: 250%;
    filter: brightness(1.5);
}

.art_title {
    font-size: 64px;
    letter-spacing: 3px;
    font-weight: 500;
    font-family: 'AtypDisplay';
    text-align: center;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.art_title span {
    position: relative;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.art_title span::before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 70px;
    bottom: 5px;
    left: -10px;
    z-index: -1;
    background-image: linear-gradient(-90deg, #ff660057 0%, #ff660057 4%, #ff37374f 100%);
    border-radius: 8px;
}

.art_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 120px;
}

.art_block {
    width: calc(33% - 30px);
    padding: 50px 25px 40px 25px;
    border-radius: 21px;
    background-color: #0e0e0e;
}

.art_line {
    width: 157px;
    height: 5px;
    border-radius: 3px;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.art_subtitle {
    font-size: 27px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
    text-align: center;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.art_text {
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
}

.art_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 150px;
}

.art_img img {
    width: 30%;
    display: flex;
}

footer {
    margin-top: 150px;
}

.footer_col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 130px;
}

.footer_title {
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'AtypDisplay';
}

.footer_l {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer_l a {
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'AtypDisplay';
}

.footer_r_title {
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'AtypDisplay';
    margin-bottom: 20px;
}

.footer_r_mail {
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'AtypDisplay';
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.under_footer {
    border-top: 1px solid #fff;
    opacity: .37;
    padding-top: 18px;
    margin-bottom: 25px;
    text-align: center;
}

@media(max-width: 768px) {
    .header_col {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        align-content: center;
        gap: 15px;
    }
    .header_nav {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    header {
        padding: 20px 0px;
    }
    .intro_img img {
        width: 100%;
    }
    .intro_title {
        letter-spacing: inherit;
        font-size: 15vw;
        line-height: 1;
        text-align: left;
        margin-top: -40px;
    }
    .intro_title::before {
        content: "";
        width: 60%;
        height: 1px;
        left: 0;
        background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
        position: absolute;
        bottom: 5px;
    }
    .intro_subtitle {
        opacity: 0.369;
        font-size: 21px;
        letter-spacing: 1px;
        color: #ffffff;
        font-weight: 250;
        font-family: "Roboto";
        text-align: left;
        padding-bottom: 30px;
        margin-top: 10px;
        padding-right: 20px;
    }
    .intro_action button {
        font-size: 20px;
        margin-bottom: 70px;
        letter-spacing: 1px;
        color: #ffffff;
        font-weight: 300;
        display: flex;
        font-family: "Roboto";
        padding: 12px 60px;
        width: -webkit-fill-available;
        text-align: center;
        border-radius: 12px;
        background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
        justify-content: center;
        align-items: center;
        transition: .3s linear;
    }
    .intro_action {
        width: -webkit-fill-available;
    }
    .start_col {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        flex-direction: column;
    }
    .start_action {
        display: flex;
        justify-content: center;
        font-size: 6vw;
        letter-spacing: 1px;
        padding: 20px 10px;
        color: #ff3430;
        width: -webkit-fill-available;
        background-position: center;
        background: url(../images/bg.png);
        background-size: 120%;
        border-radius: 12px;
        border: 1px solid #ff3430;
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: 70px;
        transition: .3s ease;
    }
    .art_title {
        font-size: 10vw;
        letter-spacing: inherit;
        font-weight: 500;
        text-align: left;
        line-height: 1;
        font-family: 'AtypDisplay';
        background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
    .art_title span::before {
        width: inherit;
    }
    .art_col {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding-top: 50px;
        flex-direction: column;
    }
    .art_block {
        width: 100%;
        padding: 50px 25px 40px 25px;
        border-radius: 21px;
        background-color: #0e0e0e;
    }
    .art_img {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        margin-top: 50px;
        flex-direction: column;
    }
    .art_img img {
        flex: 1;
        display: flex;
        width: 100%;
    }
}

.slider_title {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
    padding-bottom: 35px;
    text-align: center;
}

.slider {
    padding-bottom: 90px;
}

.slider_col {
    display: flex;
    height: 100px;
    position: relative;
}

.sponsor-slider {
    background: transparent;
    overflow: hidden;
    height: 100px;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.slider_track {
    display: flex;
    height: inherit;
    width: max-content;
    animation: scroll 240s linear infinite;
    padding: 20px;
}

.slider_track img {
    height: 100%;
    width: auto;
    margin: 0 20px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.slider_track img[src*="7.svg"],
.slider_track img[src*="1.svg"],
.slider_track img[src*="9.svg"],
.slider_track img[src*="11.svg"],
.slider_track img[src*="2.svg"],
.slider_track img[src*="13.svg"] {
    filter: invert(1);
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Privacy Upgrade Section */
.privacy-upgrade {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.privacy-container {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 2;
}

.crypto-logos {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1;
    position: relative;
    min-height: 400px;
}

.crypto-logos img {
    width: 230px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(255,102,0,0.3));
    transition: all 0.5s ease;
    position: absolute;
}

.crypto-logos img:nth-child(1) {
    top: 0;
    left: 0;
    animation: floatMonero 6s ease-in-out infinite;
}

.crypto-logos img:nth-child(2) {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: floatDash 5s ease-in-out infinite 1s;
}

.crypto-logos img:nth-child(3) {
    top: 20px;
    right: 0;
    animation: floatZcash 7s ease-in-out infinite 0.5s;
}

@keyframes floatMonero {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes floatDash {
    0%, 100% {
        transform: translate(-50%, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50%, -15px) rotate(3deg);
    }
}

@keyframes floatZcash {
    0%, 100% {
        transform: translateY(0) rotate(5deg);
    }
    50% {
        transform: translateY(-25px) rotate(-5deg);
    }
}

.crypto-logos img:hover {
    filter: drop-shadow(0 0 20px rgba(255,102,0,0.6)) brightness(1.1);
    animation-play-state: paused;
    transform: scale(1.05);
}

.timer-section {
    flex: 1;
}

.privacy-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
}

.privacy-text {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
    position: relative;
    padding-left: 20px;
}

.privacy-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #ff6600, #ff3737);
}

.timer-wrapper {
    background: rgba(15, 15, 15, 0.8);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255,102,0,0.5);
    box-shadow: 0 15px 40px rgba(255,102,0,0.15);
    backdrop-filter: blur(5px);
}

.timer-title {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.timer-block span {
    font-size: 60px;
    font-weight: 700;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0 5px 15px rgba(255,102,0,0.3);
}

.timer-label {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    font-weight: 300;
}

.timer-separator {
    font-size: 50px;
    font-weight: 700;
    color: #ff6600;
    margin-bottom: 30px;
    opacity: 0.7;
}

.register-button {
    display: block;
    width: -webkit-fill-available;
    padding: 20px;
    border-radius: 12px;
    background-image: linear-gradient(-90deg, #ff6600 0%, #ff3737 100%);
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}

.register-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
    z-index: -1;
}

.register-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255,102,0,0.4);
}

.register-button:hover::before {
    left: 100%;
}

.privacy-upgrade::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,102,0,0.05) 0%, transparent 70%);
    z-index: 1;
}

@media (max-width: 1200px) {
    .crypto-logos img {
        width: 180px;
    }
}

@media (max-width: 992px) {
    .privacy-container {
        flex-direction: column;
        gap: 60px;
    }
    .crypto-logos {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        min-height: auto;
        gap: 40px;
    }
    .crypto-logos img {
        position: static;
        transform: none !important;
        animation: none !important;
    }
    .crypto-logos img:hover {
        transform: scale(1.05) !important;
    }
    .timer-section {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .privacy-title {
        font-size: 36px;
    }
    .timer-block span {
        font-size: 48px;
    }
    .timer-separator {
        font-size: 40px;
    }
    .register-button {
        padding: 16px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .timer {
        gap: 10px;
    }
    .timer-block {
        min-width: 60px;
    }
    .timer-block span {
        font-size: 36px;
    }
    .timer-label {
        font-size: 12px;
    }
    .timer-separator {
        font-size: 30px;
    }
}