* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* PC Styles */
.pc-container {
    display: none;
}

body.is-pc {
    font-family: Arial, sans-serif;
    color: white;
    min-height: 100vh;
    background-image: url('images/pc/backdroungweb.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.is-pc .pc-container {
    display: block;
}

body.is-pc .container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

body.is-pc .header {
    text-align: center;
    padding: 20px 0;
    padding-top: 0;
}

body.is-pc .logo {
    max-width: 686px;
    width: 100%;
    height: auto;
}

body.is-pc .main-title {
    background-image: url('images/pc/backdroungtext1.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 1200px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.is-pc .main-title img {
    max-width: 787px;
    width: 100%;
    height: auto;
}

body.is-pc .game-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 40px auto;
    max-width: 1600px;
    justify-content: center;
}

body.is-pc .game-wheel {
    flex: 1;
    max-width: 550px;
}

body.is-pc .game-wheel img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

body.is-pc .info-section {
    flex: 1;
    max-width: 800px;
    padding: 20px;
}

body.is-pc .social-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

body.is-pc .social-button {
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

body.is-pc .social-button img {
    width: 100%;
    height: 100%;
}

body.is-pc .download-section {
    text-align: center;
    margin-top: 30px;
}

body.is-pc .download-buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

body.is-pc .download-button {
    max-width: 310px;
    width: 100%;
    height: auto;
}

body.is-pc .web-button img {
    max-width: 350px;
    width: 100%;
    height: auto;
}

body.is-pc .description {
    background-image: url('images/pc/backdroungtext2.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 5px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.is-pc .description img {
    max-width: 100%;
    height: auto;
}

body.is-pc .download-note {
    background-image: url('images/pc/backdroungtext2.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.is-pc .download-note img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    body.is-pc .game-section {
        flex-direction: column;
        align-items: center;
    }

    body.is-pc .game-wheel,
    body.is-pc .info-section {
        max-width: 100%;
    }

    body.is-pc .main-title {
        padding: 10px;
        height: auto;
        aspect-ratio: 1082/210;
    }
}

@media (max-width: 768px) {
    body.is-pc .container {
        padding: 10px;
    }

    body.is-pc .social-buttons {
        flex-direction: column;
        justify-content: center;
    }

    body.is-pc .download-buttons {
        flex-direction: column;
        align-items: center;
    }

    body.is-pc .logo {
        max-width: 90%;
    }
}

/* Mobile Styles */
.mobile-container {
    display: none;
}

body.is-mobile {
    font-family: Arial, sans-serif;
    color: white;
    min-height: 100vh;
    background: #000;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
}

body.is-mobile .mobile-container {
    display: block;
}

body.is-mobile .container {
    width: 1080px;
    height: 1952px;
    position: relative;
    transform-origin: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.is-mobile .background {
    position: absolute;
    width: 1922px;
    height: 1952px;
    z-index: 1;
}

body.is-mobile .content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding-top: 42px;
    gap: 24px;
}

body.is-mobile .logo {
    width: 837px;
    height: 228px;
}

body.is-mobile .social-buttons {
    display: flex;
}

body.is-mobile .social-button {
    flex: 1;
}

body.is-mobile .social-button img {
    width: 100%;
    height: auto;
}

body.is-mobile .title-section {
    width: 1082px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 15px;
}

body.is-mobile .main-title-bg {
    width: 100%;
    height: 100%;
}

body.is-mobile .main-title-text {
    position: absolute;
    width: 787px;
    height: 158px;
}

body.is-mobile .download-buttons {
    display: flex;
    width: 832px;
}

body.is-mobile .download-button {
    flex: 1;
}

body.is-mobile .download-button img {
    width: 100%;
    height: auto;
}

body.is-mobile .note-section {
    width: 917px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 16px;
}

body.is-mobile .download-note-bg {
    width: 100%;
    height: 100%;
}

body.is-mobile .download-note-text {
    position: absolute;
    width: 805px;
    height: 95px;
}

body.is-mobile .web-button {
    width: 657px;
    height: 145px;
}

body.is-mobile .game-wheel {
    width: 606px;
    height: 639px;
    margin-top: 26px;
}

@media (max-width: 1024px) {
    body.is-mobile .container {
        width: 100%;
        height: auto;
        transform: none;
    }

    body.is-mobile .background {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body.is-mobile .content-wrapper {
        padding: 30px 20px;
        gap: 25px;
    }

    body.is-mobile .logo {
        width: 90%;
        height: auto;
        max-width: 500px;
    }

    body.is-mobile .social-buttons {
        width: 100%;
        justify-content: space-between;
        gap: 32px;
        max-width: 220px;
    }

    body.is-mobile .title-section {
        width: 95%;
        height: auto;
    }

    body.is-mobile .main-title-bg,
    body.is-mobile .main-title-text {
        width: 100%;
        height: auto;
    }

    body.is-mobile .main-title-text {
        padding: 10px 50px;
    }

    body.is-mobile .download-buttons {
        width: 100%;
        justify-content: center;
        margin-top: 8px;
        padding: 0 40px;
    }

    body.is-mobile .note-section {
        width: 95%;
        height: auto;
        margin-top: 4px;
    }

    body.is-mobile .download-note-bg,
    body.is-mobile .download-note-text {
        width: 100%;
        height: auto;
    }

    body.is-mobile .download-note-text {
        padding: 10px 20px;
    }

    body.is-mobile .web-button {
        width: 90%;
        height: auto;
        max-width: 400px;
    }

    body.is-mobile .game-wheel {
        width: 90%;
        height: auto;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    body.is-mobile .content-wrapper {
        padding: 20px 15px;
        gap: 12px;
    }

    body.is-mobile .logo {
        max-width: 300px;
    }

    body.is-mobile .web-button,
    body.is-mobile .game-wheel {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    body.is-mobile .content-wrapper {
        padding: 15px 10px;
        gap: 12px;
    }

    body.is-mobile .logo {
        max-width: 250px;
    }

    body.is-mobile .web-button,
    body.is-mobile .game-wheel {
        max-width: 250px;
    }
}