/* =========================================
   1. Global Reset & Base Styles (Mobile First)
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: MiSans;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #1F1F1F;
    background-color: #FFFFFF;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}


    @media (max-width: 1199px) {
    /* Visibility Control for Dual-Template Setup */
    .pc-only {
        display: none;
    }
    .mobile-only {
        display: block;
        overflow: hidden;
    }

    /* =========================================
    2. Component Styles (Mobile Default)
    ========================================= */

    /*  Header */
        .header {
            width: 100%;
            background-color: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            background-image: url(../assets/header-bg.png);
            background-size: contain;
        }
        .header-box{     
            width: 100%;     
            margin: 0 auto;
            padding: 0 20px;
        }
        .header-download{        
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            position: relative;
        }
        .header-download .pc-hl-img{
            height: 420px;
        }
        .download-r-b1{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 12px;
            margin-top: 40px;
        }
        .download-r-b1>img{
            width: 36px;
            height: 36px;
            margin-right: 11px;
        }
        .download-r-b1>span{
            font-size: 22px;
            font-weight: 500;
        }
        
        .download-r-b2{
            width: 100%;
            position: relative;
            margin-bottom: 32px;
        }
        
        .download-r-b2>div{
            font-size: 31px;
            font-weight: bold;
            position: relative;
            z-index: 1;
        }
        .download-r-b2>img{
            width: 165px;
            position: absolute;
            top: 20px;
            right: 14px;
        }
        .download-r-b3{
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-bottom: 47px;
        }
        .download-r-b3>a{
            width: 50%;
        }
        .download-r-b3>a>div{
            width: calc(100% - 8px);
            height: 52px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #FFD856;
            border-radius: 360px;
        }
        .download-r-b3>a>div>img{
            width: 18px;
            height: 18px;
            margin-right: 8px;
        }
        .download-r-b3>a>div>span{
            font-size: 14px;
            font-weight: 600;
        }
        .header-logo {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .header-logo img {
            width: 32px;
            height: 32px;
        }
        .header-info{        
            display: flex;
            align-items: center;
        }
        .header-info img{
            width: 24px;
            height: 24px;
            margin-left: 8px;
        }
        .header-info span{
            font-size: 16px;
            font-weight: normal;
            color: #3D3D3D;
        }

        /* Hero Section Adjustments */
        .hero .container {
            flex-direction: row;
            text-align: left;
            justify-content: space-between;
        }

        .hero-content {
            flex: 1;
            padding-right: 2rem;
        }

        .hero-image {
            flex: 1;
            display: flex;
            justify-content: center;
        }

        .download-buttons {
            justify-content: flex-start;
        }

        /* Features Section Adjustments */
        .pc-features{
            width: 100%;
            padding-top: 40px;
            padding-bottom: 130px;
            background: #FFFFFF;
            display: flex;
            justify-content: center;
            position: relative;
        }
        .features-container{
            width: 100%;
            padding: 0 16px;
        }
        .features-img1{
            height: 497px;
            position: absolute;
            left: -18px;
            bottom: 34px;
        }
        .features-img2{
            width: 153px;
            height: 101px;
            position: absolute;
            right: 10px;
            bottom: -98px;
        }
        .features-container{
            width: 100%;
            position: relative;
        }
        .features-container .stp1-title{
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 24px;
            text-align: center;
        }
        .gn-list{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }
        .mgr-32{
            margin-right: 10px;
        }
        .mgt-32{
            margin-top: 10px;
        }
        .gn-item{
            width: 102px;
            height: 130px;
            background: #F7F7F9;
            border-radius: 12px;
            padding-top: 16px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .gn-item>img{
            width: 48px;
            height: 48px;
            margin-bottom: 8px;
        }
        .gn-item .gn-txt1{
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 8px;
            text-align: center;
        }
        .gn-item .gn-txt2{
            font-size: 8px;
            font-weight: normal;
            color: #888888;
            text-align: center;
        }
        .pc-evaluate{
            width: 100%;
            background-image: url(../assets/evaluate-bg2.png);
            background-size: contain;
            display: flex;
            justify-content: center;
        }
        .evaluate-container{
            width: 100%;
            padding: 40px 20px;
        }
        .evaluate-title{
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 24px;
            line-height: 37px;
            text-align: center;
        }
        .evaluate-list{
            width: 100%;
            display: flex;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
            gap: 16px; /* Replaces margin-right on items */
        }
        .evaluate-item{
            flex: 0 0 247px; /* Don't shrink, fixed width */
            width: 247px;
            height: 320px;
            background: #FFFFFF;
            border-radius: 16px;
            padding: 16px;
            box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
            position: relative;
        }
        .evaluate-item-menu{
            font-size: 14px;
            font-weight: normal;
            line-height: 28px;
            color: #3D3D3D;
        }
        .evaluate-item-user{
            width: 100%;
            height: 48px;
            position: absolute;
            left: 24px;
            bottom: 24px;
            display: flex;
            align-items: center;
        }
        .evaluate-item-user>img{
            width: 48px;
            height: 48px;
            margin-right: 12px;
        }
        .evaluate-item-b1{
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 6px;
        }
        .evaluate-item-b2{
            display: flex;
            align-items: center;
        }
        .evaluate-item-b2>img{
            width: 16px;
            height: 16px;
            margin-right: 4px;
        }
        .pc-downLoads{
            width: 100%;
            background: #FFFFFF;
            display: flex;
            justify-content: center;
            background-image: url('../assets/dow-bg2.png');
            background-size: contain;
        }
        .downLoads-container{
            width: 100%;
            padding: 80px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .downLoads-container>img{
            width: 120px;
            height: 120px;
            margin-bottom: 28px;
        }
        .downLoads-title{
            font-size: 18px;
            font-weight: bold;  
            line-height: 24px;
            margin-bottom: 32px;
        }
        .downLoads-btn{
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .downLoads-btn>a{
            width: 50%;
        }
        .downLoads-btn>a>div{
            width: calc(100% - 8px);
            height: 52px;
            border-radius: 360px;
            background: #FFD856;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .downLoads-btn>a>div>img{
            width: 18px;
            height: 18px;
            margin-right: 8px;
        }
        .downLoads-btn>a>div>span{
            font-size: 14px;
            font-weight: 600;
        }
        

        /* Footer */
        .footer {
            width: 100%;
            background: #1F1F1F;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        .footer-container{
            width: 100%;
            padding: 40px 20px 0 20px;
            display: flex;
            align-items: center;
            flex-direction: column;
        }
        .footer-item1{
            width: 100%;
        }
        .item1-1{
            font-size: 24px;
            font-weight: bold;
            color: #FFD856;
            text-align: center;
        }
        .item1-2{
            font-size: 13px;
            font-weight: normal;
            line-height: 24px;
            color: rgba(255,255,255,.8);
            margin-top: 16px;
            text-align: center;
        }
        .item2-1{
            font-size: 16px;
            font-weight: bold;
            color: #FFD856;
            text-align: center;
            margin-top: 32px;
        }
        .item2-3{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 28px;
        }
        .item2-2{
            font-size: 14px;
            line-height: 24px;
            color: rgba(255,255,255,1);
            margin-top: 16px;
            text-align: left;
        }
        .footer-item3{
            display: flex;
            flex-direction: column;
        }
        .item3-1{
            font-size: 16px;
            font-weight: bold;
            color: #FFD856;
            text-align: center;
            margin-top: 32px;
            margin-bottom: 16px;
        }
        .item3-3{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .item3-3>a{
            width: 50%;
            display: flex;
            justify-content: center;
        }
        .item3-line{
            width: 2px;
            height: 32px;
            background: #D8D8D8;
            opacity: .1;
            margin-left: 30px;
            margin-right: 18px;
        }
        .item3-2>div{
            width: 50%;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }
        .item3-2>div>img{
            width: 18px;
            height: 18px;
            margin-bottom: 8px;
        }
        .item3-2>div>.d1{
            color: rgba(255,255,255,.6);
            line-height: 17px;
            font-size: 13px;
            margin-top: 4px;
        }
        .item3-2>div>.d2{
            width: 100px;
            color: #FFFFFF;
            line-height: 17px;
            font-size: 13px;
            margin-top: 4px;
            text-align: center;
        }
        .footer-filing{
            width: 100%;
            height: 40px;
            border-top: 1px solid rgba(255,255,255,.1);
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .footer-filing>img{
            width: 16px;
            height: 16px;
        }
        .footer-filing>div{
            font-size: 10px;
            color: rgba(255,255,255,.8);
            margin-right: 8px;
        }
    }
/* =========================================
   3. PC / Desktop Styles (Media Query)
   ========================================= */
@media (min-width: 1200px) {
    /* Visibility Control Override */
    
    .pc-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
    /*  Header */
    .header {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        background-image: url(../assets/header-bg.png);
        background-size: contain;
    }
    .header-box{               
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .header .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-download{        
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .header-download .pc-hl-img{
        width: 632px;
        height: 806px;
        position: relative;
        left: -70px;
        margin-top: 107px;
    }
    .pc-cat-img{
        width: 300px;
        height: 298px;
        position: absolute;
        top: -7px;
        left: 200px;
    }
    .download-r{
        flex: 1;
    }
    .download-r-b1{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 34px;
    }
    .download-r-b1>img{
        width: 64px;
        height: 64px;
        margin-right: 20px;
    }
    .download-r-b1>span{
        font-size: 40px;
        font-weight: 500;
    }
    
    .download-r-b2{
        flex: 1;
        position: relative;
        margin-bottom: 100px;
    }
    
    .download-r-b2>div{
        font-size: 56px;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }
    .download-r-b2>img{
        width: 321px;
        height: 84px;
        position: absolute;
        top: 33px;
        left: 234px;
    }
    .download-r-b3{
        display: flex;
        justify-content: space-between;
    }
    .download-r-b3>a>div{
        width: 260px;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFD856;
        border-radius: 360px;
    }
    .download-r-b3>a>div>img{
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }
    .download-r-b3>a>div>span{
        font-size: 18px;
        font-weight: 600;
    }
    .header-logo {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .header-logo img {
        width: 32px;
        height: 32px;
    }
    .header-info{        
        display: flex;
        align-items: center;
    }
    .header-info img{
        width: 24px;
        height: 24px;
        margin-left: 8px;
    }
    .header-info span{
        font-size: 16px;
        font-weight: normal;
        color: #3D3D3D;
    }

    /* Hero Section Adjustments */
    .hero .container {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
    }

    .hero-content {
        flex: 1;
        padding-right: 2rem;
    }

    .hero-image {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .download-buttons {
        justify-content: flex-start;
    }

    /* Features Section Adjustments */
    .pc-features{
        width: 100%;
        padding: 100px 0;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .features-container{
        max-width: 1200px;
    }
    .features-img1{
        width: 100%;
        height: 455px;
        position: absolute;
        left: 0;
        bottom: 92px;
    }
    .features-img2{
        width: 242px;
        height: 166px;
        position: absolute;
        right: -125px;
        bottom: -10px;
    }
    .features-container{
        width: 100%;
        position: relative;
    }
    .features-container .stp1-title{
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
    }
    .gn-list{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .mgr-32{
        margin-right: 32px;
    }
    .mgt-32{
        margin-top: 32px;
    }
    .gn-item{
        width: 214px;
        height: 253px;
        background: #F7F7F9;
        border-radius: 20px;
        padding-top: 40px;
    }
    .gn-item>img{
        width: 84px;
        height: 84px;
        margin-bottom: 22px;
        margin-left: 65px;
    }
    .gn-item .gn-txt1{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 12px;
        text-align: center;
    }
    .gn-item .gn-txt2{
        font-size: 16px;
        color: #888888;
        text-align: center;
    }
    .pc-evaluate{
        width: 100%;
        background-image: url(../assets/evaluate-bg.png);
        background-size: contain;
        display: flex;
        justify-content: center;
    }
    .evaluate-container{
        max-width: 1200px;
        padding: 80px 0 136px 0;
    }
    .evaluate-title{
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 40px;
        color: #3D3D3D;
        line-height: 28px;
        text-align: center;
    }
    .evaluate-list{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .evaluate-item{
        width: 380px;
        height: 284px;
        background: #FFFFFF;
        border-radius: 20px;
        padding: 24px;
        position: relative;
    }
    .evaluate-item-menu{
        font-size: 16px;
        line-height: 28px;
        color: #3D3D3D;
    }
    .evaluate-item-user{
        width: 100%;
        height: 48px;
        position: absolute;
        left: 24px;
        bottom: 24px;
        display: flex;
        align-items: center;
    }
    .evaluate-item-user>img{
        width: 48px;
        height: 48px;
        margin-right: 12px;
    }
    .evaluate-item-b1{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .evaluate-item-b2{
        display: flex;
        align-items: center;
    }
    .evaluate-item-b2>img{
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
    .pc-downLoads{
        width: 100%;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        background-image: url('../assets/dow-bg.png');
        background-size: contain;
    }
    .downLoads-container{
        max-width: 1200px;
        padding: 140px 0 120px 0;
    }
    .downLoads-container>img{
        width: 200px;
        height: 200px;
        margin-left: calc(50% - 100px);
    }
    .downLoads-title{
        font-size: 32px;
        font-weight: bold;  
        line-height: 48px;
        margin-top: 54px;
        margin-bottom: 64px;
    }
    .downLoads-btn{
        display: flex;
        justify-content: center;
    }
    .downLoads-btn>a>div{
        width: 260px;
        height: 64px;
        border-radius: 360px;
        background: #FFD856;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .downLoads-btn>a>div>img{
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }
    .downLoads-btn>a>div>span{
        font-size: 18px;
        font-weight: 600;
    }
    

    /* Footer */
    .footer {
        width: 100%;
        background: #1F1F1F;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-container{
        max-width: 1200px;
        padding: 48px 0 40px 0;
        display: flex;
        justify-content: space-between;
    }
    .footer-item1{
        width: 584px;
        margin-right: 200px;
    }
    .item1-1{
        font-size: 32px;
        font-weight: bold;
        color: #FFD856;
        text-align: left;
    }
    .item1-2{
        font-size: 14px;
        line-height: 24px;
        color: rgba(255,255,255,.8);
        margin-top: 16px;
        text-align: left;
    }
    .footer-item2{
        margin-right: 100px;
    }
    .item2-1{
        font-size: 20px;
        font-weight: bold;
        color: #FFD856;
        text-align: left;
        margin-top: 15px;
    }
    .item2-2{
        font-size: 14px;
        line-height: 24px;
        color: rgba(255,255,255,1);
        margin-top: 16px;
        text-align: left;
    }
    .footer-item3{
        display: flex;
        flex-direction: column;
    }
    .item3-1{
        font-size: 20px;
        font-weight: bold;
        color: #FFD856;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 16px;
    }
    .item3-2>div{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .item3-2>div>img{
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .item3-2>div>span{
        color: #FFFFFF;
        line-height: 20px;
        font-size: 14px;
    }
    .footer-filing{
        width: 100%;
        height: 60px;
        border-top: 1px solid rgba(255,255,255,.1);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-filing>img{
        width: 20px;
        height: 20px;
    }
    .footer-filing>div{
        font-size: 12px;
        color: rgba(255,255,255,.8);
        margin-right: 8px;
    }
}
