body {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-image: url('background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100vw;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.logo-container {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-buttons {
    display: flex;
    gap: 15px;
}

.other-buttons {
    display: flex;
    gap: 15px;
}

.button-img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.button-img:hover {
    transform: scale(1.05);
}

.logo {
    max-width: 100%;
    height: auto;
    width: auto;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
}

.gradient-outline {
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -5px -1px 0 #ffffff;
}

.intro-title {
    margin-top: 0;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -5px -1px 0 #ffffff;
}

.intro-subtext {
    font-size: 28px;
    max-width: 800px;
    margin: 0 auto 20px;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -2px -1px 0 #ffffff;
}

.token-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.intro-token {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    background: rgb(255, 0, 200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 5px -1px 0 #00cfff;
}

.intro-contract {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    background: rgb(0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 5px -1px 0 #ffffff;
}

.button-container {
    display: flex;
    gap: 20px;
}

.button-container-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.orange {
    text-shadow: -2px -1px 0 #ff00a2;
    font-size: 40px;
}

.black {
    text-shadow: -2px -1px 0 #000000;
    font-size: 50px;
}

.list-text {
    text-shadow: -2px -1px 0 #000000;
}

.economy {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    padding: 20px;
    text-align: center;
    color: white;
}

.economy-logo, .tokenomics-logo, .lp-image, .centered-small-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.economy-text {
    font-size: 28px;
    max-width: 800px;
    margin: 0 auto 20px;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -2px -1px 0 #ffffff;
}


.donation-breakdown {
    margin-top: 30px;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 12px;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.3);
}

.donation-title {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.total-supply {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -2px -1px 0 #ffffff;
}

.donation-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0;
}

.donation-list li {
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.compete-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.compete-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.compete-text {
    flex: 1;
    color: white;
}

.compete-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -3px -1px 0 #ffffff;
    margin-bottom: 20px;
}

.compete-description {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -1px -1px 0 #ffffff;
}

.compete-image {
    flex: 1;
    text-align: right;
}

.compete-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.3);
}

.survival-style {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.survival-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.survival-text {
    flex: 1;
    color: white;
}

.section-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -3px -1px 0 #ffffff;
    margin-bottom: 20px;
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 900;
    text-transform: uppercase;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -1px -1px 0 #ffffff;
    margin-bottom: 20px;
}

.survival-image {
    flex: 1;
    text-align: right;
}

.survival-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.3);
}

.footer {
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: orange;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Media Queries для мобильных устройств */
@media (max-width: 768px) {
    .header-buttons {
        display: none;
    }

    .intro-title {
        font-size: 40px;
    }

    .intro-subtext {
        font-size: 18px;
    }

    .intro-token {
        font-size: 30px;
    }

    .intro-contract {
        font-size: 14px;
        text-shadow: 1px -1px 0 #ffffff;
    }

    .button-img {
        max-width: 150px;
    }

    .token-banner {
        max-width: 200px;
    }

    .economy-logo, .tokenomics-logo, .lp-image, .centered-small-image {
        max-width: 50%;
    }

    .total-supply {
        font-size: 30px;
    }

    .compete-content, .survival-content {
        flex-direction: column;
        text-align: center;
    }

    .compete-image, .survival-image {
        text-align: center;
    }

    .compete-title, .section-title {
        font-size: 28px;
    }

    .compete-description, .section-description {
        font-size: 16px;
    }
}