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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 136px 20px 0;
    background-image: url('assets/img/3-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000027;
    background-attachment: fixed;
}

.hero-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.logo-container {
    margin-bottom: 92px
}

.logo {
    max-width: 300px;
    height: auto;
    width: 100%
}

.hero-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #aa105f;
    text-transform: uppercase
}

.title-line {
    display: block;
    margin-bottom: .2em
}

.Roadmap-section {
    background-color: #000027;
    min-height: 449px;
    padding: 50px 0;
    display: flex;
    align-items: center
}

.Roadmap-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 118px;
    margin-bottom: 67px
}

.Roadmap-item {
    text-align: center
}

.Roadmap-img {
    width: 100%;
    max-width: 915px;
    height: auto;
    border-radius: 9px;
    transition: transform 0.3s ease
}

.Roadmap-img:hover {
    transform: scale(1.05)
}

.token-buy-section {
    min-height: 1600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0
}

.token-buy-section .section-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 86px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    margin-top: 90px
}

.token-distribution-section {
    padding: 142px 0 100px;
    color: #fff
}

.section-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 86px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 62px
}

.yellow-text {
    color: #fff41a
}

.distribution-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 43px
}

.chart-container {
    text-align: center
}

.distribution-chart {
    max-width: 100%;
    height: auto
}

.token-info {
    max-width: 800px;
    text-align: left
}

.token-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.token-details p {
    margin-bottom: 10px;
    line-height: 1.6
}

.explorer-link {
    color: #fff41a;
    text-decoration: none;
    word-break: break-all
}

.explorer-link:hover {
    text-decoration: underline
}

.whitepaper-section {
    padding: 120px 0;
    color: #fff;
    text-align: center
}

.whitepaper-content {
    max-width: 800px;
    margin: 0 auto
}

.whitepaper-info h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff41a
}

.whitepaper-info p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff
}

.download-btn {
    display: inline-block;
    background: linear-gradient(135deg, #fff41a, #ffd700);
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 244, 26, .3);
    border: none;
    cursor: pointer
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 244, 26, .5);
    background: linear-gradient(135deg, #ffd700, #fff41a)
}

.event-section {
    min-height: 1500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 0
}

.event-content {
    max-width: 600px;
    padding: 60px;
    color: #fff;
    margin-right: 100px
}

.event-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 86px;
    font-weight: 700;
    color: #fff41a;
    margin-bottom: 3px
}

.event-subtitle {
    font-size: 47px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px
}

.event-description {
    font-size: 35px;
    margin-bottom: 24px;
    line-height: 1.2
}

.email-signup {
    margin-bottom: 30px
}

.email-btn {
    background-color: #fff41a;
    color: #000;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease
}

.email-btn:hover {
    background-color: #e6d916
}

.social-icons {
    display: flex;
    gap: 20px
}

.social-icon {
    width: 97px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease
}

.social-icon:hover {
    transform: scale(1.1)
}

.network-section {
    padding: 142px 0 100px;
    color: #fff
}

.network-slider-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: visible
}

.network-slider {
    position: relative;
    width: 100%;
    height: 480px
}

.network-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    gap: 0
}

.network-slide.active {
    opacity: 1;
    pointer-events: auto
}

.network-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px 0
}

.network-img {
    max-width: 480px;
    max-height: 480px;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    margin-top: 12px
}

.network-img:hover {
    transform: scale(1.02)
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    border: none;
    color: #fff;
    font-size: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    transition: background 0.2s
}

.slider-nav:hover {
    background: rgba(255, 244, 26, .8);
    color: #222
}

.prev-btn {
    left: 12px
}

.next-btn {
    right: 12px
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all 0.3s ease
}

.dot:hover {
    background: rgba(255, 255, 255, .6)
}

.dot.active {
    background: #fff41a;
    transform: scale(1.2)
}

.footer-section {
    background-color: #090421;
    padding: 50px 0 30px;
    color: #fff
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 30px;
    min-height: 200px
}

.footer-logo {
    text-align: left
}

.footer-logo-img {
    max-width: 200px;
    height: auto
}

.footer-center {
    text-align: center
}

.copyright {
    font-size: 15px;
    color: #fff
}

.footer-right {
    text-align: right
}

.privacy-link {
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease
}

.privacy-link:hover {
    color: #fff41a
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    text-align: center
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer
}

.close:hover {
    color: #000
}

#emailForm {
    margin-top: 20px
}

#emailInput {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px
}

#emailForm button {
    background-color: #aa105f;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease
}

#emailForm button:hover {
    background-color: #8a0d4a
}

@media (max-width:1024px) {
    .hero-content {
        margin: 0 auto;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 36px
    }

    .section-title {
        font-size: 60px
    }

    .event-title {
        font-size: 60px
    }

    .event-content {
        margin-right: 50px;
        padding: 40px
    }
}

@media (max-width:768px) {
    .hero-content {
        margin: 0 auto;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 28px;
        text-align: center
    }

    .section-title {
        font-size: 40px
    }

    .event-title {
        font-size: 40px
    }

    .event-subtitle {
        font-size: 30px
    }

    .event-description {
        font-size: 24px
    }

    .Roadmap-images {
        grid-template-columns: 1fr;
        margin-top: 60px;
        margin-bottom: 40px
    }

    .network-slider {
        height: 260px
    }

    .network-slide {
        grid-template-columns: 1fr
    }

    .slider-nav {
        width: 36px;
        height: 36px;
        font-size: 22px
    }

    .prev-btn {
        left: 2px
    }

    .next-btn {
        right: 2px
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px
    }

    .footer-right {
        text-align: center
    }

    .event-content {
        margin-right: 0;
        padding: 20px
    }

    .event-section {
        justify-content: center;
        min-height: 1000px;
        padding: 30px 0
    }

    .token-info h3 {
        font-size: 24px
    }

    .social-icons {
        justify-content: center
    }
}

@media (max-width:480px) {
    .hero-content {
        margin: 0 auto;
        padding: 0 15px;
    }

    .hero-title {
        font-size: 18px;
        text-align: center
    }

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

    .event-title {
        font-size: 32px
    }

    .container {
        padding: 0 15px
    }

    .logo {
        max-width: 250px
    }

    .distribution-content {
        gap: 20px
    }

    .whitepaper-info h3 {
        font-size: 28px
    }

    .whitepaper-info p {
        font-size: 16px
    }

    .download-btn {
        padding: 12px 25px;
        font-size: 16px
    }

    .network-slider {
        height: 140px
    }
}

.hamburger-menu {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 2001;
    display: flex;
    align-items: center
}

.hamburger-icon {
    width: 64px;
    height: 64px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
    background: #fff41a;
    object-fit: cover;
    transition: box-shadow 0.2s
}

.hamburger-icon:hover {
    box-shadow: 0 8px 32px rgba(255, 244, 26, .25)
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .85);
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s
}

.menu-overlay.active {
    display: flex
}

.menu-content {
    background: #181818;
    border-radius: 24px;
    padding: 48px 32px 32px 32px;
    min-width: 260px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .25);
    position: relative;
    text-align: center
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu-list li {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px
}

.menu-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-right: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.menu-list a {
    flex: 1;
    color: #fff41a;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s
}

.menu-list a:hover {
    color: #fff
}

.close-menu {
    position: absolute;
    top: 18px;
    right: 28px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s
}

.close-menu:hover {
    color: #fff41a
}

@media (max-width:768px) {
    .hamburger-icon {
        width: 48px;
        height: 48px
    }

    .menu-content {
        padding: 32px 10px 24px 10px;
        min-width: 180px
    }

    .menu-icon {
        width: 28px;
        height: 28px
    }

    .menu-list li {
        gap: 10px
    }

    .menu-list li>a:only-child {
        padding-left: 32px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.alert-modal {
    background: linear-gradient(135deg, #fff41a 0%, #ffe066 100%);
    color: #1a0066;
    box-shadow: 0 8px 32px rgba(255, 244, 26, .15);
    padding: 48px 32px 40px 32px;
    border-radius: 18px;
    max-width: 480px;
    width: 90%;
    position: relative;
    text-align: center;
    font-family: 'Fjalla One', sans-serif
}

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

.alert-logo-img {
    width: 180px;
    height: auto;
    margin-bottom: 24px
}

.alert-title {
    font-size: 48px;
    font-weight: 700;
    color: #aa105f;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.alert-subtitle {
    font-size: 28px;
    color: #1a0066;
    margin-bottom: 10px;
    font-weight: 600
}

.alert-description {
    font-size: 20px;
    color: #aa105f;
    margin-top: 10px;
    font-weight: 500
}

@media (max-width:768px) {
    .alert-modal {
        padding: 28px 8px 24px 8px;
        max-width: 95vw
    }

    .alert-title {
        font-size: 28px
    }

    .alert-logo-img {
        width: 120px
    }

    .alert-subtitle {
        font-size: 18px
    }

    .alert-description {
        font-size: 14px
    }
}

.meow-modal {
    background: linear-gradient(135deg, #aa105f 0%, #8a0d4a 100%);
    color: #fff;
    box-shadow: 0 8px 32px rgba(170, 16, 95, .3);
    padding: 48px 32px 40px 32px;
    border-radius: 18px;
    max-width: 600px;
    width: 90%;
    position: relative;
    text-align: center;
    font-family: 'Fjalla One', sans-serif
}

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

.meow-logo-img {
    width: 180px;
    height: auto;
    margin-bottom: 24px;
    filter: brightness(0) invert(1)
}

.meow-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff41a;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2
}

.meow-subtitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600
}

.meow-description {
    font-size: 16px;
    color: #f0f0f0;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.6
}

@media (max-width:768px) {
    .meow-modal {
        padding: 28px 16px 24px 16px;
        max-width: 95vw
    }

    .meow-title {
        font-size: 28px
    }

    .meow-logo-img {
        width: 120px
    }

    .meow-subtitle {
        font-size: 18px
    }

    .meow-description {
        font-size: 14px
    }
}

@media (max-width:900px) {
    .network-img {
        max-width: 400px;
        max-height: 400px
    }

    .network-slider {
        height: 440px
    }
}

@media (max-width:600px) {
    .network-img {
        max-width: 220px;
        max-height: 220px
    }

    .network-slider {
        height: 240px
    }
}

/* 데스크톱 기본 배경 이미지 설정 */

.token-buy-section {
    background-image: url('assets/img/5-13.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000027;
    background-attachment: fixed;
}

.token-distribution-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/img/4-8.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000027;
}

.event-section {
    background-image: url('assets/img/7-4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000027;
    background-attachment: fixed;
}

.whitepaper-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assets/img/9-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000027;
}

.network-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/img/4-8.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000027;
}

.footer-section {
    background-image: linear-gradient(rgba(9, 4, 33, 0.9), rgba(9, 4, 33, 0.9)), url('assets/img/9-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #090421;
}

/* 태블릿 반응형 배경 이미지 */
@media (max-width: 1024px) {
    .hero-section {
        background-image: url('assets/img/3-3.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .token-buy-section {
        background-image: url('assets/img/5-13.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}

/* 모바일 반응형 배경 이미지 */
@media (max-width: 768px) {
    .hero-section {
        background-image: url('assets/img/mobile_01.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        height: 100vh;
    }

    .token-buy-section {
        background-image: url('assets/img/mobile_05.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        height: 100vh;
    }

    .token-distribution-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/img/4-8.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        height: 100vh;
    }

    .event-section {
        background-image: url('assets/img/mobile_04.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        height: 100vh;
        justify-content: center;
        padding: 30px 0;
    }

    .event-content {
        margin-right: 0;
        padding: 30px;
        text-align: center;
    }

    .whitepaper-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assets/img/9-1.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        height: 100vh;
    }

    .network-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/img/4-8.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        height: 100vh;
    }

    .footer-section {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* 작은 모바일 화면 */
@media (max-width: 480px) {
    .hero-section {
        background-image: url('assets/img/mobile_01.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        height: 100vh;
    }

    .token-buy-section {
        background-image: url('assets/img/mobile_02.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        height: 100vh;
    }

    .token-distribution-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/img/4-8.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        height: 100vh;
    }

    .event-section {
        background-image: url('assets/img/mobile_04.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        height: 100vh;
        justify-content: center;
        padding: 20px 0;
    }

    .whitepaper-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assets/img/9-1.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        height: 100vh;
    }

    .network-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/img/4-8.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        height: 100vh;
    }

    .event-content {
        margin-right: 0;
        padding: 20px;
        text-align: center;
    }
}