/* MiSans 字体定义 */
@font-face {
    font-family: 'MiSans';
    src: url('fonts/MiSansLatin-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'MiSans';
    src: url('fonts/MiSansLatin-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

/* Basic styles and reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
}

body {
    font-family: 'MiSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Microsoft YaHei', sans-serif;
    color: #1D2023;
    line-height: 1.326;
    overflow-x: hidden;
    background: #DFE3E7;
}
.dis-block{
    display: block;
}
/* Navigation bar */
.navbar {
    position: absolute;
    width: 100%;
    height: 106px;
    background: transparent;
    z-index: 1000;
}

.nav-content {
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 104px;
}

.nav-logo img {
    width: 206px;
    height: 23px;
}

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
}

.nav-link {
    color: #1D2023;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 22px;
    border-radius: 200px;
    transition: all 0.3s ease;
    line-height: 1.326em;
}

.nav-link.active,
.nav-link:hover {
    color: #FFFFFF;
    background: #1D2023;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


@media (hover: none), (pointer: coarse) {
    .nav-link:hover {
        color: #1D2023;
        background: transparent;
        box-shadow: none;
    }

    .scroll-indicator .scroll-indicator-icon:hover {
        background:url("/images/BtnCommonDown.png") center center / 100% 100% no-repeat;
    }

    .app-store-btn:hover {
        transform: none;
        box-shadow: none;
    }

    .indicator:hover:not(.active) {
        background: #BCBCBC;
    }

    .member-item:not(.active):hover img {
        opacity: 0.7;
        transform: none;
    }

    .carousel-btn:hover {
        background: rgba(255, 255, 255, 0.9);
        transform: translateY(-50%);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .footer-logo-link:hover {
        transform: none;
        opacity: 1;
    }

    .footer-links a:hover {
        opacity: 1;
    }
}


/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #FFFFFF 0%, #C3D0DE 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 30px;
}

.hero-title {
    color: #1D2023;
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.04em;
    line-height: 1.326em;
    margin: 0;
    padding-bottom: 60px;
}

.hero-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hero-logo {
    width: 1349.86px;
    max-width: 70%;
    height: auto;
}

.hero-logo-reflection {
    width: 1491.24px;
    max-width: 70%;
    height: auto;
    margin-top: 1px;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    /* animation: bounce 2s infinite; */
    cursor: pointer;
}

.scroll-indicator .scroll-indicator-icon {
    width: 86px;
    height: 86px;
    filter: drop-shadow(0px 4.59px 4.59px rgba(0, 0, 0, 0.25));
    background:url("/images/BtnCommonDown.png") center center / 100% 100% no-repeat;
}
.scroll-indicator .scroll-indicator-icon:hover {
    background:url("/images/BtnCommonDownHover.png") center center / 100% 100% no-repeat;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-15px);
    }
    60% {
        transform: translateX(-50%) translateY(-7px);
    }
}

/* Section Title */
.section-title {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    color: #FFFFFF;
    line-height: 1.326em;
    padding-top: 50px;
    z-index: 1;
    position: relative;
}

.section-title.dark {
    color: #1D2023;
    font-weight: 630;
}

/* Game Overview Section */
.game-section {
    background: linear-gradient(180deg, #2C61D8 0%, #1AB5FF 100%);
    padding: 100px 40px 120px;
    position: relative;
}

.game-carousel-container {
    max-width: 1740px;
    margin: 0 auto;
    background: #FFFFFF;
    /* border-radius: 30px; */
    position: relative;
    min-height: 1350px;
    height: auto;
    overflow: hidden;
}

/* Fixed section: game info */
.game-fixed-content {
    position: relative;
    width: 100%;
    /* min-height: 335px; */
    padding: 58.31px 75.5px 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.game-fixed-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: #DBDBDB;
}

.game-app-info {
    max-width: 1174.29px;
    flex: 1;
    min-width: 300px;
}

.app-logo {
    width: 463.4px;
    height: 94.46px;
    margin-bottom: 41.73px;
    object-fit: contain;
    max-width: 100%;
    height: auto;
}

.game-app-title {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.0278em;
    color: #000000;
    margin: 0;
    line-height: 1.326em;
}

.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 19.8px;
    flex-shrink: 0;
}

.app-store-btn,
.google-play-btn {
    background: #000000;
    color: #FFFFFF;
    padding: 0;
    border-radius: 8.84px;
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    /* width: 268.65px; */
    height: 83.8px;
    position: relative;
    overflow: hidden;
}

.app-store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.google-play-btn.coming-soon {
    opacity: 0.5;
    cursor: pointer;
    position: relative;
}

.google-play-btn .btn-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border-radius: 8.84px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 630;
    line-height: 1.326em;
    color: #FFFFFF;
    z-index: 2;
    pointer-events: none;
}

.google-play-btn.coming-soon::before {
    display: none;
}

.store-icon {
    width: 100%;
    height: 100%;
    /* margin-left: 21.14px; */
    z-index: 1;
    flex-shrink: 0;
}

/* Carousel section: phone and features */
.game-carousel {
    position: relative;
    width: 100%;
    min-height: 1000px;
    padding: 54.34px 0 140px;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 1s cubic-bezier(0.4, 0, 0.2, 1),
                transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.carousel-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1;
    pointer-events: auto;
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.game-phone {
    position: absolute;
    left: 300px;
    top: 54.34px;
    width: 359px;
    height: 780px;
    z-index: 1;
    border-radius: 35px;
    /* overflow: hidden; */
}
.game-phone::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 547px;
    height: 808px;
    aspect-ratio: 547 / 808;
    background:url("./images/CarouselBorder.png") center center / 100% 100% no-repeat;
    pointer-events: none;
}
.game-video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    border-radius: 50px;
}
.game-phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50px;
}

.game-feature {
    position: absolute;
    left: 740px;
    top: 377.27px;
    width: 640.88px;
    min-height: 185px;
    z-index: 2;
}
.feature-icon{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.feature-icon.p1-icon {
    width: 78px;
    height: 78px;
}
.feature-icon.p2-icon {
    width:85.41px;
    height:93.62px;
}
.feature-icon.p3-icon {
    width: 90px;
    height: 90px;
}
.feature-icon.p4-icon {
    width: 108px;
    height: 91.5px;
}
.game-feature h3 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.326em;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    color: #C79D24;
}

/* Different carousel colors */
.carousel-slide:nth-child(1) .game-feature h3 {
    color: #C79D24;
}

.carousel-slide:nth-child(2) .game-feature h3 {
    color: #0A4785;
}

.carousel-slide:nth-child(3) .game-feature h3 {
    color: #B030C7;
}

.carousel-slide:nth-child(4) .game-feature h3 {
    color: #D84B7B;
}

/* Carousel control buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    color: #1D2023;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    padding: 0;
}

.carousel-btn:hover {
    background: #FFFFFF;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.prev-btn {
    left: 40px;
}
.prev-btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/arrow-left.png') center center / 23.2% 36% no-repeat;
}
.next-btn {
    right: 40px;
}
.next-btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/arrow-right.png') center center / 23.2% 36% no-repeat;
}

/* Carousel indicators */
.carousel-indicators {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13.92px;
    height: 11.92px;
    z-index: 10;
}

.indicator {
    width: 11.92px;
    height: 11.92px;
    /* border-radius: 50%; */
    background: #BCBCBC;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    width: 35.64px;
    /* border-radius: 5.96px; */
    background: #000000;
}

.indicator:hover:not(.active) {
    background: #999;
}

/* Divider line */
.section-divider {
    border: none;
    border-top: 2px solid #DBDBDB;
    margin: 80px 166px 0;
}

/* About Section */
.about-section {
    background: url('images/about-background.png') center center / cover no-repeat;
    padding: 50px 40px 120px;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.about-text {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.389em;
    text-align: center;
    max-width: 1591px;
    margin: 0 auto 40px;
    color: #ffffff;
    letter-spacing: 0;
}

/* Founding Team Section */
.member-section {
    background: linear-gradient(180deg, #DFE3E9 0%, #8D9EB2 100%);
    padding: 50px 40px 120px;
    position: relative;
    overflow: hidden;
}
.member-section-decorator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1745px;
    height: 1745px;
    pointer-events: none;
    z-index: 0;
}
.team-subtitle {
    font-size: 40px;
    font-weight: 305;
    line-height: 1.326em;
    text-align: center;
    max-width: 1591px;
    margin: 0 auto 100px;
    color: #1D2023;
    position: relative;
    z-index: 1;
}

.team-carousel {
    max-width: 1591px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.team-members {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
    height: 258px;
    flex-wrap: nowrap;
}

.member-item {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.member-item img {
    display: block;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Side member styles */
.member-item:not(.active) img {
    width: 161px;
    height: 161px;
    opacity: 0.7;
}

.member-item:not(.active):hover img {
    opacity: 1;
    transform: scale(1.05);
}

/* Center active member styles */
.member-item.active img {
    width: 258px;
    height: 258px;
    opacity: 1;
}

.member-name {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #1D2023;
    margin-top: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.member-role {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    color: #1D2023;
    line-height: 1.1em;
}

/* Join Section */
.join-section {
    background: linear-gradient(180deg, #2C61D8 0%, #1AB5FF 100%);
    padding: 50px 40px 120px;
    position: relative;
}

.join-title {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: #FFFFFF;
    line-height: 1.326em;
    padding-top: 40px;
}

.join-text {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.326em;
    text-align: center;
    max-width: 1591px;
    margin: 0 auto 60px;
    color: #FFFFFF;
}

.join-contact {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.326em;
    text-align: center;
    max-width: 1591px;
    margin: 0 auto;
    color: #FFFFFF;
}

.join-arrow {
    text-align: center;
    margin: 64.61px 0 0;
}

.join-arrow img {
    width: 30.41px;
    height: 23.98px;
}

.join-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28.36px;
    max-width: 1739.52px;
    margin: 70px auto 0;
}

.value-card {
    text-align: left;
    position: relative;
}

.value-card img {
    width: 100%;
    aspect-ratio: 720 / 480;
    object-fit: cover;
    /* border-radius: 15.99px; */
    margin-bottom: 0;
}

.value-card p {
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.326em;
    margin-top: 19.68px;
    padding-left: 0.96px;
    position: relative;
    text-align: left;
}

/* Footer / Contact Section */
.footer {
    background: #0E1116;
    color: #FFFFFF;
    padding: 0 0 110px;
    position: relative;
    /* min-height: 706.51px; */
}

.footer-content {
    /* max-width: 1920px; */
    /* width: 1920px; */
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/* Top right double logo */
.footer-logos {
    position: absolute;
    top: 53.99px;
    right: 40px;
    display: flex;
    gap: 35px;
}

.footer-logo-main {
    width: 52px;
    height: 61px;
}

.footer-logo-secondary {
    width: 54.85px;
    height: 62.13px;
    opacity: 0.4;
}

/* Contact Info title */
.footer h3 {
    /* position: absolute; */
    padding-top: 59.92px;
    padding-left: 40px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.326em;
    margin: 0;
    color: #FFFFFF;
}

/* Contact information area */
.contact-info {
    /* position: absolute; */
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    /* max-width: 1245.25px; */
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18.45px;
    margin-bottom: 19.98px;
    position: relative;
    max-width: 1245.25px;
}

.contact-item:nth-child(3) {
    height: 37.31px;
}

/* SVG icon styles */
.contact-icon {
    flex-shrink: 0;
    width: 37.31px;
    height: 37.31px;
    margin-top: 1.31px;
}

.contact-item:nth-child(3) .contact-icon {
    margin-top: 0;
}

.contact-item p {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.326em;
    color: #FFFFFF;
    margin: 0;
    padding-top: 0.31px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    /* flex: 1; */
    /* min-width: 0; */
}

.contact-item:nth-child(3) p {
    padding-top: 0.15px;
}

/* Divider line */
.footer-divider {
    /* position: absolute; */
    /* top: 473.13px; */
    /* left: 0; */
    width: 100%;
    border: none;
    border-top: 2px solid #222222;
    margin: 0;
    padding-top: 40px;
    margin-top: 110px;
}

/* Bottom links */
.footer-links {
    /* position: absolute; */
    /* top: 519.26px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    justify-content: center;
    gap: 65.72px;
    width: 100%;
}

.footer-links a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.326em;
    text-align: center;
    transition: opacity 0.3s ease;
    text-decoration: underline;
}

.footer-links a:hover {
    opacity: 0.7;
}

/* Footer Logo link styles */
.footer-logo-link {
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-logo-link:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.footer-logo-google {
    cursor: pointer;
}

/* Toast notification styles */
.toast-message {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background: rgba(29, 32, 35, 0.95);
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 450;
    z-index: 10000;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.toast-message.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Responsive design */
/* Tablet and narrow screens - 参考 Figma 800px 设计 */
@media (max-width: 1200px) {
    .join-values {
        grid-template-columns: 1fr;
    }
    
    .game-section {
        padding: 50px 20px 60px;
    }
    
    .game-carousel-container {
        min-height: auto;
        border-radius: 20px;
    }
    
    .game-fixed-content {
        /* flex-direction: column; */
        /* align-items: center; */
        /* text-align: center; */
        /* padding: 30px 40px; */
        /* min-height: auto; */
    }
    
    .game-app-info {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .app-logo {
        width: 278.27px;
        height: 56.72px;
        margin: 0 auto 15px;
    }
    
    .game-app-title {
        font-size: 36px;
        line-height: 1.326em;
    }
    
    .download-buttons {
        /* width: 100%; */
        /* max-width: 570px; */
        margin: 0 auto;
        gap: 16px;
    }
    
    .app-store-btn,
    .google-play-btn {
        /* width: 100%; */
        /* max-width: 100%; */
        height: 84px;
        display: block;
        margin: 0 auto;
    }
    
    .game-carousel {
        min-height: auto;
        padding: 50px 0 80px;
    }
    
    .carousel-slides {
        position: relative;
        min-height: 1050px;
    }
    
    .slide-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding: 0 40px; */
    }
    
    .game-phone {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        /* width: 100%; */
        /* width: 360px; */
        /* height: auto; */
        aspect-ratio: 359 / 780;
        /* margin: 0 auto 60px; */
    }
    .game-phone::after {
        /* right: -2%; */
        /* width: 582px; */
        /* top: 0; */
        /* height: auto; */
    }
    
    .game-video {
        border-radius: 27px;
    }
    
    .game-phone img {
        border-radius: 27px;
    }
    
    .game-feature {
        position: relative;
        left: auto;
        top: 100px;
        width: 100%;
        max-width: 520px;
        text-align: center;
        margin: 0 auto;
    }
    
    .feature-icon {
        margin: 0 auto 20px;
        display: block;
    }
    
    .game-feature h3 {
        font-size: 40px;
        text-align: center;
    }
    
    .carousel-indicators {
        position: relative;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        /* margin-top: 90px; */
        top: -220px;
    }
    
    .carousel-btn {
        /* width: 50px; */
        /* height: 50px; */
        /* font-size: 24px; */
    }
    
    .prev-btn {
        left: 40px;
    }
    
    .next-btn {
        right: 40px;
    }
}

@media (max-width: 1024px) {
    .nav-content {
        flex-direction: column;
        gap: 15px;
        padding: 20px 30px;
        height: auto;
    }
    
    .navbar {
        height: auto;
    }
    
    .hero-section {
        padding-top: 140px;
        height: auto;
        min-height: 100vh;
    }
    
    .hero-background {
        top: 140px;
    }
    
    .tagline {
        font-size: 32px;
    }
    
    .join-values {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 48px;
    }
    
    .team-members {
        flex-wrap: nowrap;
        height: auto;
        gap: 15px;
    }
    .member-item:not(.active) img {
        width: 125px;
        height: 125px;
    }
    
    .member-item.active img {
        width: 180px;
        height: 180px;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .hero-logo {
        width: 400px;
    }
    .hero-title{
        font-size:32px;
    }
    .section-title {
        font-size: 36px;
        margin-bottom: 40px;
        padding-top: 30px;
    }
    
    .about-text,
    .join-text,
    .join-contact {
        font-size: 24px;
    }
    
    .team-members {
        gap: 8px;
        overflow-x: visible;
    }
    
    .member-item:not(.active) img {
        width: 90px;
        height: 90px;
    }
    
    .member-item.active img {
        width: 140px;
        height: 140px;
    }
    
    .game-section {
        padding: 40px 15px 50px;
    }
    
    .game-carousel-container {
        border-radius: 15px;
    }
    
    .game-fixed-content {
        padding: 25px 30px;
    }
    
    .app-logo {
        width: 220px;
        height: auto;
    }
    
    .game-app-title {
        font-size: 28px;
    }
    
    .download-buttons {
        max-width: 100%;
        gap: 12px;
    }
    
    .app-store-btn,
    .google-play-btn {
        height: 54px;
    }
    
    .game-carousel {
        padding: 40px 0 60px;
    }
    
    .carousel-slides {
        /* min-height: 800px; */
    }
    
    .slide-content {
        /* padding: 0 25px; */
    }
    
    .game-phone {
        /* width: 280px; */
        /* margin-bottom: 50px; */
    }
    .game-phone::after {
        /* right: 0; */
        /* width: 437px; */
        /* top: 2px; */
    }
    
    .game-feature {
        max-width: 100%;
    }
    
    .game-feature h3 {
        font-size: 32px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .feature-icon.p1-icon {
        width: 60px;
        height: 60px;
    }
    
    .feature-icon.p2-icon {
        width: 65px;
        height: 71px;
    }
    
    .feature-icon.p3-icon {
        width: 68px;
        height: 68px;
    }
    
    .feature-icon.p4-icon {
        width: 82px;
        height: 69px;
    }
    
    .carousel-indicators {
        /* margin-top: 40px; */
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .prev-btn {
        left: 10px;
    }
    
    .next-btn {
        right: 10px;
    }
    
    .value-card img {
        aspect-ratio: 720 / 480;
        object-fit: cover;
    }
    
    .value-card p {
        font-size: 24px;
    }
    
    .section-title{
        font-size:38px;
    }
    .team-subtitle{
        font-size: 28px;
    }
    
    .team-members {
        height: 130px;
        margin-bottom: 30px;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .nav-logo img{
        width: 120px;
    }
    .hero-title{
        font-size:18px;
    }
    .nav-content {
        padding: 40px 20px;
    }
    
    .logo img {
        width: 150px;
    }
    
    .nav-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 10px;
    }
    
    .nav-link {
        font-size: 16px;
        padding: 8px 15px;
    }
    .hero-section {
        padding-top: 60px;
        min-height: 90vh;
    }
    .hero-logo{
        width:360px;
        max-width:60%;
    }
    .hero-logo-reflection{
        width:400px;
        max-width:60%;
    }
    .tagline {
        font-size: 20px;
    }
    
    .game-section,
    .about-section,
    .member-section,
    .join-section {
        padding: 0 20px;
    }
    .join-section,
    .member-section{
        padding-bottom:30px;
    }
    .footer-content {
        /* padding: 40px 20px; */
    }
    .game-feature{
        top: 80px;
    }
    
    .team-members {
        gap: 8px;
    }
    
    .member-item:not(.active) img {
        width: 70px;
        height: 70px;
    }
    
    .member-item.active img {
        width: 90px;
        height: 90px;
    }
    
    .member-name {
        font-size: 18px;
    }

    .member-role {
        font-size: 14px;
    }
    .game-section {
        padding: 30px 10px 40px;
    }
    
    .game-carousel-container {
        border-radius: 12px;
    }
    
    .game-fixed-content {
        padding: 20px 20px;
    }
    .game-app-info{
        margin-bottom:20px;
    }
    .app-logo {
        width: 140px;
        margin: 0 auto;
        display: block;
    }
    
    .game-app-title {
        font-size: 18px;
        text-align: center;
        padding-top: 10px;
    }
    
    .download-buttons {
        gap: 10px;
    }
    
    .app-store-btn,
    .google-play-btn {
        height: 60px;
        border-radius: 6px;
        width: 192.35px;
    }
    
    .game-carousel {
        padding: 30px 0 50px;
    }
    
    .carousel-slides {
        min-height: 700px;
    }
    
    .slide-content {
        /* padding: 0 15px; */
    }
    
    .game-phone {
        width: 240px;
        height: 521.45px;
        /* margin-bottom: 40px; */
    }
    .game-phone::after {
        right: -5px;
        width: 365.68px;
        height: 540px;
    }
    .game-feature h3 {
        font-size: 20px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .feature-icon.p1-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon.p2-icon {
        width: 54px;
        height: 59px;
    }
    
    .feature-icon.p3-icon {
        width: 56px;
        height: 56px;
    }
    
    .feature-icon.p4-icon {
        width: 68px;
        height: 58px;
    }
    
    .carousel-indicators {
        /* margin-top: 30px; */
        /* gap: 10px; */
        top: -142px;
    }
    
    .indicator {
        width: 8px;
        height: 8px;
    }
    
    .indicator.active {
        width: 24px;
        border-radius: 4px;
    }
    
    .carousel-btn {
        width: 43px;
        height: 43px;
        font-size: 18px;
    }
    
    .prev-btn {
        left: 5px;
    }
    
    .next-btn {
        right: 5px;
    }
    
    .team-members {
        height: 90px;
        margin-bottom: 20px;
    }
    
    .section-title{
        font-size:24px;
    }
    .team-subtitle{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .member-name {
        font-size: 18px;
    }

    .member-role {
        font-size: 14px;
    }
    .section-title {
        font-size: 18px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .about-title{
        margin-bottom: 20px;
        padding-top: 60px;
    }
    .about-text, .join-text, .join-contact {
        font-size: 18px;
    }
    .join-contact svg{
        width: 15.5px;
        height: 12px;
    }
    .value-card p {
        font-size: 15px;
    }
    
    /* Footer styles for extra small devices */
    .footer {
        padding: 0 0 55px;
    }
    
    .footer-logos {
        top: 27px;
        right: 20px;
        gap: 17.5px;
    }
    
    .footer-logo-main {
        width: 26px;
        height: 30.5px;
    }
    
    .footer-logo-secondary {
        width: 27.43px;
        height: 31.07px;
    }
    
    .footer h3 {
        padding-top: 30px;
        padding-left: 20px;
        font-size: 20px;
    }
    
    .contact-info {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contact-item {
        gap: 9.23px;
        margin-bottom: 10px;
    }
    
    .contact-item:nth-child(3) {
        height: 18.66px;
    }
    
    .contact-icon {
        width: 18.66px;
        height: 18.66px;
        margin-top: 0.66px;
    }
    
    .contact-item:nth-child(3) .contact-icon {
        margin-top: 0;
    }
    
    .contact-item p {
        font-size: 12px;
        padding-top: 0.16px;
    }
    
    .contact-item:nth-child(3) p {
        padding-top: 0.08px;
    }
    
    .footer-divider {
        padding-top: 20px;
        margin-top: 55px;
        border-top: 1px solid #222222;
    }
    
    .footer-links {
        gap: 32.86px;
    }
    
    .footer-links a {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
.member-item:not(.active) img {
        width: 60px;
        height: 60px;
    }
    
    .member-item.active img {
        width: 80px;
        height: 80px;
    }
}