.eilik-page[data-v-efbac1ca] {
    width: 100%;
    min-height: 100vh
}

.vh-100[data-v-efbac1ca] {
    height: 100vh
}

.container[data-v-efbac1ca] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

@media(max-width:768px) {
    .web[data-v-efbac1ca] {
        display: none !important
    }
}

@media(min-width:769px) {
    .mobile[data-v-efbac1ca] {
        display: none !important
    }
}

.postop[data-v-efbac1ca] {
    margin-top: 80px;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px #0000001a;
    padding: 12px 0;
    margin-bottom: 0
}

.postop .container[data-v-efbac1ca] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.postop .flex[data-v-efbac1ca] {
    display: flex;
    align-items: center
}

.postop .flex .img[data-v-efbac1ca] {
    margin-right: 12px
}

.postop .flex .img img[data-v-efbac1ca] {
    height: 32px;
    width: auto;
    display: block
}

.postop .flex .name[data-v-efbac1ca] {
    font-size: 20px;
    font-weight: 400;
    color: #333
}

.postop .toggle[data-v-efbac1ca] {
    font-size: 12px
}

.postop .toggle ul[data-v-efbac1ca] {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px
}

.postop .toggle ul li a[data-v-efbac1ca] {
    color: #1a1a1a;
    text-decoration: none;
    transition: color .3s ease;
    white-space: nowrap
}

.postop .toggle ul li a[data-v-efbac1ca]:hover {
    color: #3be3fe
}

.postop .toggle ul li a.ah_btn[data-v-efbac1ca] {
    display: inline-block;
    padding: 8px 20px;
    background: #3be3fe;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s ease
}

.postop .toggle ul li a.ah_btn[data-v-efbac1ca]:hover {
    background: #2bc0e0;
    color: #fff
}

@media(max-width:768px) {
    .postop-mobile[data-v-efbac1ca] {
        margin-top: 50px;
        position: relative;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 8px #0000001a;
        padding: 12px 0;
        z-index: 100
    }

    .postop-mobile .mobile-nav-container[data-v-efbac1ca] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px
    }

    .postop-mobile .mobile-nav-left .mobile-nav-name[data-v-efbac1ca] {
        font-size: 20px;
        font-weight: 400;
        color: #333
    }

    .postop-mobile .mobile-nav-right[data-v-efbac1ca] {
        position: static
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown[data-v-efbac1ca] {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown .dropdown-arrow[data-v-efbac1ca] {
        width: 16px;
        height: 16px;
        color: #333;
        transition: transform .3s ease
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown .dropdown-arrow.is-open[data-v-efbac1ca] {
        transform: rotate(180deg)
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown .mobile-buy-btn[data-v-efbac1ca] {
        display: inline-block;
        padding: 8px 16px;
        background: #3be3fe;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
        transition: all .3s ease
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown .mobile-buy-btn[data-v-efbac1ca]:active {
        background: #2bc0e0;
        transform: scale(.96)
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown-menu[data-v-efbac1ca] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 4px 16px #00000026;
        z-index: 99
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown-menu .dropdown-item[data-v-efbac1ca] {
        display: block;
        padding: 16px 20px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown-menu .dropdown-item[data-v-efbac1ca]:last-child {
        border-bottom: none
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown-menu .dropdown-item[data-v-efbac1ca]:active {
        background: #f8f9fa;
        color: #3be3fe
    }

    .postop-mobile .mobile-nav-right .mobile-dropdown-menu .dropdown-item.buy-link[data-v-efbac1ca] {
        color: #3be3fe;
        font-weight: 600
    }

    .dropdown-fade-enter-active[data-v-efbac1ca],
    .dropdown-fade-leave-active[data-v-efbac1ca] {
        transition: all .3s ease
    }

    .dropdown-fade-enter-from[data-v-efbac1ca],
    .dropdown-fade-leave-to[data-v-efbac1ca] {
        opacity: 0;
        transform: translateY(-10px)
    }
}

.btn[data-v-efbac1ca] {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer
}

.btn.btn-blue[data-v-efbac1ca] {
    background: #007bff;
    color: #fff
}

.btn.btn-blue[data-v-efbac1ca]:hover {
    background: #0056b3
}

.btn.btn-green[data-v-efbac1ca] {
    background: #28a745;
    color: #fff
}

.btn.btn-green[data-v-efbac1ca]:hover {
    background: #218838
}

.btn.btn-primary[data-v-efbac1ca] {
    background: #007bff;
    color: #fff
}

.btn.btn-primary[data-v-efbac1ca]:hover {
    background: #0056b3
}

.video-modal[data-v-efbac1ca] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000c;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center
}

.video-modal .video-modal-content[data-v-efbac1ca] {
    position: relative;
    max-width: 90%;
    max-height: 90%
}

.video-modal .video-modal-content .youtube-video-wrapper[data-v-efbac1ca] {
    position: relative;
    width: 80vw;
    max-width: 1200px;
    aspect-ratio: 16/9
}

.video-modal .video-modal-content .youtube-video-wrapper iframe[data-v-efbac1ca] {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.video-modal .video-modal-content .video-close[data-v-efbac1ca] {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    outline: none;
    z-index: 10
}

@media(max-width:768px) {
    .video-modal .video-modal-content[data-v-efbac1ca] {
        max-width: 95%
    }

    .video-modal .video-modal-content .youtube-video-wrapper[data-v-efbac1ca] {
        width: 90vw
    }

    .video-modal .video-modal-content .video-close[data-v-efbac1ca] {
        top: -35px;
        right: -5px;
        font-size: 35px;
        color: #fff
    }
}

.top-video-section[data-v-efbac1ca] {
    position: relative;
    height: 100vh
}

.top-video-section .top-video-bg[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-video-section .top-video-content[data-v-efbac1ca] {
    position: absolute;
    top: 106px;
    left: 0;
    width: 100%;
    height: calc(100% - 106px);
    padding-bottom: .4rem
}

.top-video-section .top-video-content .top-video-box[data-v-efbac1ca] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    animation: slideUp-efbac1ca .8s cubic-bezier(.34, 1.2, .64, 1) .5s forwards;
    transform: translateY(100vh)
}

.top-video-section .top-video-content .top-video-box .video-text-box .brand-logo[data-v-efbac1ca] {
    width: 16.6666666667%
}

.top-video-section .top-video-content .top-video-box .video-text-box .main-title[data-v-efbac1ca] {
    margin-top: 1rem;
    color: #fff;
    line-height: 1;
    font-size: 50px
}

.top-video-section .top-video-content .top-video-box .video-text-box .sub-title[data-v-efbac1ca] {
    width: 40%;
    margin-top: 1.5rem;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    opacity: .8;
    font-size: 18px
}

.top-video-section .top-video-content .top-video-box .action-buttons[data-v-efbac1ca] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5rem
}

.top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn[data-v-efbac1ca] {
    height: 72px;
    width: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none
}

.top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn .btn-video[data-v-efbac1ca] {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn .play-icon[data-v-efbac1ca] {
    position: relative
}

.top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn .btn-text[data-v-efbac1ca] {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin-left: 16px
}

.top-video-section .top-video-content .top-video-box .action-buttons .link-button[data-v-efbac1ca] {
    margin-left: 20px;
    min-width: 80px;
    height: 100px;
    position: relative
}

.top-video-section .top-video-content .top-video-box .action-buttons .link-button .btn-img[data-v-efbac1ca] {
    transition: opacity .5s
}

.top-video-section .top-video-content .top-video-box .action-buttons .link-button .btn-img.change[data-v-efbac1ca] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.top-video-section .top-video-content .top-video-box .action-buttons .link-button:hover .init[data-v-efbac1ca] {
    opacity: 0
}

.top-video-section .top-video-content .top-video-box .action-buttons .link-button:hover .change[data-v-efbac1ca] {
    opacity: 1
}

@media(max-width:768px) {
    .top-video-section[data-v-efbac1ca] {
        height: auto;
        position: relative
    }

    .top-video-section .top-video-bg[data-v-efbac1ca] {
        object-fit: contain;
        width: 100%;
        height: auto;
        position: relative;
        display: block
    }

    .top-video-section .top-video-content[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .top-video-section .top-video-content .top-video-box[data-v-efbac1ca] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 40px 20px
    }

    .top-video-section .top-video-content .top-video-box .video-text-box[data-v-efbac1ca] {
        order: 1;
        text-align: left;
        margin-bottom: 0;
        flex-shrink: 0
    }

    .top-video-section .top-video-content .top-video-box .video-text-box .brand-logo[data-v-efbac1ca] {
        width: 100px;
        margin: 0
    }

    .top-video-section .top-video-content .top-video-box .video-text-box .main-title[data-v-efbac1ca] {
        font-size: 26px;
        margin-top: 12px;
        color: #fff
    }

    .top-video-section .top-video-content .top-video-box .video-text-box .sub-title[data-v-efbac1ca] {
        width: 100%;
        margin: 12px 0 0;
        font-size: 13px;
        line-height: 18px;
        color: #fff
    }

    .top-video-section .top-video-content .top-video-box .action-buttons[data-v-efbac1ca] {
        order: 2;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin-top: 0;
        flex-wrap: nowrap;
        flex-shrink: 0;
        width: 100%
    }

    .top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn[data-v-efbac1ca] {
        flex: 1;
        max-width: 45%;
        min-width: 120px;
        height: 45px;
        padding: 0 18px;
        background: #3be3fe40;
        border-radius: 23px
    }

    .top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn .btn-video[data-v-efbac1ca] {
        display: none !important
    }

    .top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn .play-icon[data-v-efbac1ca] {
        width: 16px;
        height: 16px
    }

    .top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn .btn-text[data-v-efbac1ca] {
        font-size: 14px;
        margin-left: 8px;
        color: #fff
    }

    .top-video-section .top-video-content .top-video-box .action-buttons .video-play-btn[data-v-efbac1ca]:active {
        background: #3be3fe66;
        transform: scale(.96)
    }

    .top-video-section .top-video-content .top-video-box .action-buttons .link-button[data-v-efbac1ca] {
        margin-left: 0;
        flex: 1;
        max-width: 45%;
        min-width: 80px;
        height: 45px
    }

    .top-video-section .top-video-content .top-video-box .action-buttons .link-button .btn-img[data-v-efbac1ca] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        min-width: 50px
    }
}

.emotion-section[data-v-efbac1ca] {
    position: relative;
    height: 100vh
}

.emotion-section .emotion-bg[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.emotion-section .emotion-overlay[data-v-efbac1ca] {
    position: absolute;
    top: 106px;
    left: 0;
    width: 100%;
    height: calc(100% - 106px);
    padding-top: .5rem
}

.emotion-section .emotion-overlay .emotion-text-box[data-v-efbac1ca] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.emotion-section .emotion-overlay .emotion-text-box .emotion-title[data-v-efbac1ca] {
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-size: 56px
}

.emotion-section .emotion-overlay .emotion-text-box .emotion-subtitle[data-v-efbac1ca] {
    margin: .2rem auto 0;
    width: 61%;
    color: #fff;
    text-align: center;
    line-height: 22px
}

.emotion-section .emotion-dialogue[data-v-efbac1ca] {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    max-width: 960px;
    width: 80%
}

.emotion-section .emotion-dialogue .dialogue-box[data-v-efbac1ca] {
    border-radius: 15px;
    background: #f6f6f6;
    box-shadow: 0 3px 8px #00000029;
    display: flex;
    align-items: center;
    padding: 20px 0
}

.emotion-section .emotion-dialogue .dialogue-box .emotion-icon[data-v-efbac1ca] {
    position: relative;
    width: 164px;
    height: auto
}

.emotion-section .emotion-dialogue .dialogue-box .emotion-icon img[data-v-efbac1ca] {
    max-width: none;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 40%);
    width: 196px;
    height: 196px
}

.emotion-section .emotion-dialogue .dialogue-box .dialogue-text[data-v-efbac1ca] {
    flex: 1;
    color: #747474;
    line-height: 28px;
    padding: .17rem .33rem .12rem .06rem;
    font-size: 18px;
    letter-spacing: .5px
}

@media(max-width:768px) {
    .emotion-section[data-v-efbac1ca] {
        height: auto;
        position: relative
    }

    .emotion-section .emotion-bg[data-v-efbac1ca] {
        object-fit: contain;
        width: 100%;
        height: auto;
        position: relative;
        display: block
    }

    .emotion-section .emotion-overlay[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center
    }

    .emotion-section .emotion-overlay .emotion-text-box[data-v-efbac1ca] {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
        text-align: center
    }

    .emotion-section .emotion-overlay .emotion-text-box .emotion-title[data-v-efbac1ca] {
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 1;
        font-size: 32px;
        margin-bottom: 15px
    }

    .emotion-section .emotion-overlay .emotion-text-box .emotion-subtitle[data-v-efbac1ca] {
        margin: 0 auto;
        width: 90%;
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-size: 14px
    }

    .emotion-section .emotion-dialogue[data-v-efbac1ca] {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        margin-top: -80px;
        z-index: 10
    }

    .emotion-section .emotion-dialogue .dialogue-box[data-v-efbac1ca] {
        border-radius: 15px;
        background: #f6f6f6;
        box-shadow: 0 3px 8px #00000029;
        display: flex;
        align-items: flex-start;
        padding: 25px 20px;
        position: relative
    }

    .emotion-section .emotion-dialogue .dialogue-box .emotion-icon[data-v-efbac1ca] {
        position: absolute;
        top: -60px;
        left: 20px;
        width: 140px;
        height: 140px;
        margin-bottom: 0
    }

    .emotion-section .emotion-dialogue .dialogue-box .emotion-icon img[data-v-efbac1ca] {
        max-width: none;
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
        width: 160px;
        height: 160px
    }

    .emotion-section .emotion-dialogue .dialogue-box .dialogue-text[data-v-efbac1ca] {
        flex: 1;
        color: #747474;
        line-height: 22px;
        padding: 60px 0 0;
        font-size: 15px;
        letter-spacing: .5px;
        text-align: center;
        width: 100%
    }
}

.emotion-show-section[data-v-efbac1ca] {
    padding-top: 3rem;
    margin-bottom: 1.4rem;
    background-color: #fff
}

.emotion-show-section .emotion-show-item[data-v-efbac1ca] {
    display: flex;
    gap: 30px;
    margin-bottom: 1rem
}

.emotion-show-section .emotion-show-item[data-v-efbac1ca]:first-child {
    margin-top: 40px
}

.emotion-show-section .emotion-show-item[data-v-efbac1ca]:nth-child(2n) {
    flex-direction: row-reverse
}

.emotion-show-section .emotion-show-item .show-media[data-v-efbac1ca] {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.emotion-show-section .emotion-show-item .show-media .show-video[data-v-efbac1ca],
.emotion-show-section .emotion-show-item .show-media .show-image[data-v-efbac1ca] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 16px #0000001a;
    transform: scale(1.005); 
    transform-origin: center center;
}

.emotion-show-section .emotion-show-item .show-info[data-v-efbac1ca] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.emotion-show-section .emotion-show-item .show-info .show-title[data-v-efbac1ca] {
    font-size: 40px;
    margin-bottom: 10px
}

.emotion-show-section .emotion-show-item .show-info .show-desc[data-v-efbac1ca] {
    font-size: 18px;
    line-height: 1.6
}

@media(max-width:768px) {
    .emotion-show-section[data-v-efbac1ca] {
        padding-top: 3rem;
        margin-bottom: 1.4rem;
        background-color: #fff
    }

    .emotion-show-section .emotion-show-item[data-v-efbac1ca] {
        display: flex;
        flex-direction: column !important;
        gap: 10px;
        margin-bottom: 4rem
    }

    .emotion-show-section .emotion-show-item[data-v-efbac1ca]:first-child {
        margin-top: 40px
    }

    .emotion-show-section .emotion-show-item .show-media[data-v-efbac1ca] {
        width: 100%
    }

    .emotion-show-section .emotion-show-item .show-media .show-image[data-v-efbac1ca] {
        width: 100%;
        height: auto;
        border-radius: 12px
    }

    .emotion-show-section .emotion-show-item .show-info[data-v-efbac1ca] {
        width: 100%;
        text-align: left
    }

    .emotion-show-section .emotion-show-item .show-info .show-title[data-v-efbac1ca] {
        padding-left: 20px;
        font-size: 24px;
        margin-bottom: 8px
    }

    .emotion-show-section .emotion-show-item .show-info .show-desc[data-v-efbac1ca] {
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.5;
        color: #5e5e5e
    }
}

.super-eilik-section[data-v-efbac1ca] {
    padding: 0
}

.super-eilik-section .super-title[data-v-efbac1ca] {
    font-size: 56px;
    text-align: center;
    margin-bottom: 0;
    padding: 40px 20px;
    background: #fff
}

.super-eilik-section .super-list[data-v-efbac1ca] {
    display: flex;
    flex-direction: column;
    gap: 0
}

.super-eilik-section .super-item[data-v-efbac1ca] {
    position: relative;
    width: 100%;
    margin: 0
}

.super-eilik-section .super-item .super-item-wrapper[data-v-efbac1ca] {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0
}

.super-eilik-section .super-item .super-bg[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.super-eilik-section .super-item .super-content[data-v-efbac1ca] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 600px;
    padding: 40px 80px;
    z-index: 10
}

.super-eilik-section .super-item .super-content.content-left[data-v-efbac1ca] {
    left: 500px;
    margin-right: auto
}

.super-eilik-section .super-item .super-content.content-right[data-v-efbac1ca] {
    right: 500px;
    margin-left: auto
}

.super-eilik-section .super-item .super-content .super-video-box[data-v-efbac1ca] {
    text-align: center;
    position: relative
}

.super-eilik-section .super-item .super-content .super-video-box .item-video[data-v-efbac1ca] {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 8px 32px #0000004d
}

.super-eilik-section .super-item .super-content .super-video-box .item-title[data-v-efbac1ca] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
    white-space: nowrap
}

.super-eilik-section .super-item .super-content .super-mobile-box[data-v-efbac1ca] {
    text-align: center;
    position: relative
}

.super-eilik-section .super-item .super-content .super-mobile-box img[data-v-efbac1ca] {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 32px #0000004d
}

.super-eilik-section .super-item .super-content .super-mobile-box .item-title[data-v-efbac1ca] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
    white-space: nowrap
}

@media(max-width:768px) {
    .super-eilik-section[data-v-efbac1ca] {
        padding: 0
    }

    .super-eilik-section .super-title[data-v-efbac1ca] {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0;
        padding: 30px 20px;
        background: #fff
    }

    .super-eilik-section .super-list[data-v-efbac1ca] {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .super-eilik-section .super-item[data-v-efbac1ca] {
        position: relative;
        width: 100%;
        margin: 0
    }

    .super-eilik-section .super-item .super-item-wrapper[data-v-efbac1ca] {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 400px;
        margin: 0
    }

    .super-eilik-section .super-item .super-bg[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center top;
        border-radius: 15px;
        overflow: hidden;
        background-repeat: no-repeat
    }

    .super-eilik-section .super-item .super-content[data-v-efbac1ca] {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        margin-top: 30px;
        z-index: 10
    }

    .super-eilik-section .super-item .super-content.content-left[data-v-efbac1ca],
    .super-eilik-section .super-item .super-content.content-right[data-v-efbac1ca] {
        left: auto;
        right: auto;
        margin: 0
    }

    .super-eilik-section .super-item .super-content .super-video-box[data-v-efbac1ca] {
        text-align: center;
        position: relative
    }

    .super-eilik-section .super-item .super-content .super-video-box .item-video[data-v-efbac1ca] {
        width: 100%;
        max-width: 500px;
        border-radius: 15px;
        box-shadow: 0 8px 32px #0000004d
    }

    .super-eilik-section .super-item .super-content .super-video-box .item-title[data-v-efbac1ca] {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 15px;
        font-size: 24px;
        font-weight: 600;
        color: #333;
        text-shadow: none;
        white-space: normal;
        text-align: center
    }

    .super-eilik-section .super-item .super-content .super-mobile-box[data-v-efbac1ca] {
        text-align: center;
        position: relative;
        margin-top: 170px;
        z-index: 5
    }

    .super-eilik-section .super-item .super-content .super-mobile-box img[data-v-efbac1ca] {
        width: 100%;
        max-width: 420px;
        display: block;
        margin: 0 auto;
        border-radius: 15px;
        box-shadow: 0 8px 32px #0000004d
    }

    .super-eilik-section .super-item .super-content .super-mobile-box .item-title[data-v-efbac1ca] {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 15px;
        font-size: 24px;
        font-weight: 600;
        color: #333;
        text-shadow: none;
        text-align: center
    }
}

.biubiu-section .biubiu-bg-wrapper[data-v-efbac1ca] {
    position: relative;
    height: 800px;
    overflow: visible
}

.biubiu-section .biubiu-bg-wrapper .biubiu-bg[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    z-index: 1
}

.biubiu-section .biubiu-bg-wrapper .biubiu-text[data-v-efbac1ca] {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
    color: #fff;
    z-index: 10
}

.biubiu-section .biubiu-bg-wrapper .biubiu-text .biubiu-title[data-v-efbac1ca] {
    font-size: 56px;
    margin-bottom: 10px
}

.biubiu-section .biubiu-bg-wrapper .biubiu-text .biubiu-subtitle[data-v-efbac1ca] {
    font-size: 18px
}

.biubiu-section .biubiu-video-list[data-v-efbac1ca] {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 20px;
    margin: -50px auto 40px;
    padding: 0 20px;
    flex-wrap: wrap
}

.biubiu-section .biubiu-video-list .biubiu-video-item[data-v-efbac1ca] {
    flex: 1;
    min-width: 250px;
    position: relative;
    cursor: pointer;
    aspect-ratio: 16/9;
    background: transparent
}

.biubiu-section .biubiu-video-list .biubiu-video-item .video-btn[data-v-efbac1ca] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.biubiu-section .biubiu-video-list .biubiu-video-item .video-btn img[data-v-efbac1ca] {
    width: 60px;
    height: 60px
}

.biubiu-section .biubiu-video-list .biubiu-video-item .video-placeholder[data-v-efbac1ca] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    background-color: transparent
}

@media(max-width:768px) {
    .biubiu-section .biubiu-bg-wrapper[data-v-efbac1ca] {
        position: relative;
        min-height: 400px;
        overflow: visible
    }

    .biubiu-section .biubiu-bg-wrapper .biubiu-bg[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        z-index: 1
    }

    .biubiu-section .biubiu-bg-wrapper .biubiu-text[data-v-efbac1ca] {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%);
        text-align: center;
        color: #fff;
        z-index: 10;
        width: 90%
    }

    .biubiu-section .biubiu-bg-wrapper .biubiu-text .biubiu-title[data-v-efbac1ca] {
        font-size: 32px;
        margin-bottom: 10px
    }

    .biubiu-section .biubiu-bg-wrapper .biubiu-text .biubiu-subtitle[data-v-efbac1ca] {
        font-size: 14px;
        line-height: 1.5
    }

    .biubiu-section .biubiu-video-list[data-v-efbac1ca] {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: -350px auto 40px;
        padding: 0 20px;
        flex-wrap: nowrap
    }

    .biubiu-section .biubiu-video-list .biubiu-video-item[data-v-efbac1ca] {
        width: 100%;
        min-width: auto;
        position: relative;
        cursor: pointer;
        aspect-ratio: 16/9;
        background: transparent
    }

    .biubiu-section .biubiu-video-list .biubiu-video-item .video-btn[data-v-efbac1ca] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10
    }

    .biubiu-section .biubiu-video-list .biubiu-video-item .video-btn img[data-v-efbac1ca] {
        width: 50px;
        height: 50px
    }

    .biubiu-section .biubiu-video-list .biubiu-video-item .video-placeholder[data-v-efbac1ca] {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        box-shadow: 0 4px 16px #0003;
        background-color: transparent
    }
}

.party-section[data-v-efbac1ca] {
    position: relative;
    height: 700px
}

.party-section .party-bg.web[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.party-section .party-bg.mobile[data-v-efbac1ca] {
    display: none
}

.party-section .party-content[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 60px
}

.party-section .party-content .party-title-img[data-v-efbac1ca] {
    text-align: center;
    margin-bottom: 20px
}

.party-section .party-content .party-title-img img[data-v-efbac1ca] {
    max-width: 300px
}

.party-section .party-content .party-m-title[data-v-efbac1ca] {
    display: none
}

.party-section .party-content .party-subtitle[data-v-efbac1ca] {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px
}

.party-section .party-content .party-video-list[data-v-efbac1ca] {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 20px;
    margin: 400px auto 60px;
    padding: 0 20px;
    justify-content: center;
    flex-wrap: wrap
}

.party-section .party-content .party-video-list .party-video-item[data-v-efbac1ca] {
    flex: 1;
    min-width: 250px;
    max-width: 500px;
    position: relative;
    cursor: pointer;
    aspect-ratio: 16/9;
    background: transparent
}

.party-section .party-content .party-video-list .party-video-item .video-btn[data-v-efbac1ca] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.party-section .party-content .party-video-list .party-video-item .video-btn img[data-v-efbac1ca] {
    width: 60px;
    height: 60px
}

.party-section .party-content .party-video-list .party-video-item .video-placeholder[data-v-efbac1ca] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    box-shadow: 0 8px 32px #0003;
    background-color: transparent
}

@media(max-width:768px) {
    .party-section[data-v-efbac1ca] {
        position: relative;
        min-height: 500px
    }

    .party-section .party-bg.web[data-v-efbac1ca] {
        display: none
    }

    .party-section .party-bg.mobile[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        z-index: 1
    }

    .party-section .party-content[data-v-efbac1ca] {
        position: relative;
        z-index: 10;
        padding-top: 20px
    }

    .party-section .party-content .party-title-img[data-v-efbac1ca] {
        display: none
    }

    .party-section .party-content .party-m-title[data-v-efbac1ca] {
        display: block;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%);
        font-size: 40px;
        text-align: center;
        color: #fff;
        z-index: 10;
        width: 90%
    }

    .party-section .party-content .party-subtitle[data-v-efbac1ca] {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        font-size: 18px;
        text-align: center;
        color: #fff;
        z-index: 10;
        width: 90%
    }

    .party-section .party-content .party-video-list[data-v-efbac1ca] {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 350px auto 40px;
        padding: 0 20px;
        flex-wrap: nowrap
    }

    .party-section .party-content .party-video-list .party-video-item[data-v-efbac1ca] {
        width: 100%;
        min-width: auto;
        position: relative;
        cursor: pointer;
        aspect-ratio: 16/9;
        background: transparent
    }

    .party-section .party-content .party-video-list .party-video-item .video-btn[data-v-efbac1ca] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10
    }

    .party-section .party-content .party-video-list .party-video-item .video-btn img[data-v-efbac1ca] {
        width: 50px;
        height: 50px
    }

    .party-section .party-content .party-video-list .party-video-item .video-placeholder[data-v-efbac1ca] {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        box-shadow: 0 4px 16px #0003;
        background-color: transparent
    }
}

.parameter-section[data-v-efbac1ca] {
    padding: 60px 0;
    margin-top: 120px
}

.parameter-section .parameter-title[data-v-efbac1ca] {
    font-size: 56px;
    text-align: center;
    margin-bottom: 40px;
    color: #3be3fe
}

.parameter-section .parameter-desc .desc-image[data-v-efbac1ca] {
    text-align: center;
    margin-bottom: 40px
}

.parameter-section .parameter-desc .desc-image img[data-v-efbac1ca] {
    max-width: 100%;
    border-radius: 8px
}

.parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px #00000014
}

.parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr:nth-child(2n) {
    background-color: #f8f9fa
}

.parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr:hover {
    background-color: #e9ecef
}

.parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr td {
    padding: 16px 24px;
    border-bottom: 1px solid #e9ecef;
    vertical-align: top
}

.parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr td:last-child {
    border-bottom: none
}

.parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr .param-key {
    width: 20%;
    font-weight: 600;
    color: #3be3fe;
    font-size: 16px;
    background-color: #00000005
}

.parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr .param-value {
    width: 30%;
    color: #666;
    font-size: 16px;
    line-height: 1.6
}

@media(max-width:768px) {
    .parameter-section[data-v-efbac1ca] {
        padding: 40px 0;
        margin-top: 60px
    }

    .parameter-section .parameter-title[data-v-efbac1ca] {
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
        color: #3be3fe
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] {
        padding: 0
    }

    .parameter-section .parameter-desc .desc-image[data-v-efbac1ca] {
        text-align: center;
        margin-bottom: 30px;
        padding: 0
    }

    .parameter-section .parameter-desc .desc-image img[data-v-efbac1ca] {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        display: block
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 0 auto;
        border-collapse: collapse;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 12px #00000014
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr:nth-child(2n) {
        background-color: #f8f9fa
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr:hover {
        background-color: #e9ecef
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr td {
        padding: 12px 16px;
        border-bottom: 1px solid #e9ecef;
        vertical-align: top;
        font-size: 14px
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr td:last-child {
        border-bottom: none
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr .param-key {
        width: 35%;
        font-weight: 600;
        color: #3be3fe;
        font-size: 14px;
        background-color: #00000005
    }

    .parameter-section .parameter-desc[data-v-efbac1ca] .parameter-table tbody tr .param-value {
        width: 65%;
        color: #666;
        font-size: 14px;
        line-height: 1.5
    }
}

.future-section[data-v-efbac1ca] {
    padding: 60px 0
}

.future-section .future-title[data-v-efbac1ca] {
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px
}

.future-section .future-subtitle[data-v-efbac1ca] {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px
}

.future-section .future-image-box[data-v-efbac1ca] {
    text-align: center
}

.future-section .future-image-box img[data-v-efbac1ca] {
    max-width: 100%;
    border-radius: 15px
}

@media(max-width:768px) {
    .future-section[data-v-efbac1ca] {
        padding: 40px 0
    }

    .future-section .future-title[data-v-efbac1ca] {
        font-size: 28px;
        text-align: center;
        margin-bottom: 12px
    }

    .future-section .future-subtitle[data-v-efbac1ca] {
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
        line-height: 1.6;
        padding: 0 10px
    }

    .future-section .future-image-box[data-v-efbac1ca] {
        text-align: center;
        padding: 0 10px
    }

    .future-section .future-image-box img[data-v-efbac1ca] {
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
        display: block
    }
}

.community-section[data-v-efbac1ca] {
    position: relative;
    padding: 80px 0;
    min-height: 600px
}

.community-section .community-bg[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.community-section .community-content[data-v-efbac1ca] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    background: #0000004d;
    padding: 60px 20px
}

.community-section .community-content .community-title[data-v-efbac1ca] {
    font-size: 40px;
    margin-bottom: 15px
}

.community-section .community-content .community-subtitle[data-v-efbac1ca] {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.community-section .community-content[data-v-efbac1ca] .community-list {
    max-width: 900px;
    margin: 0 auto
}

.community-section .community-content[data-v-efbac1ca] .community-list .CommunityList {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap
}

.community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem {
    flex: 1;
    min-width: 200px
}

.community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem .Communityitem-box {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 4px 16px #0000001a;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 180px
}

.community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem .Communityitem-box .Communityitem-box-name {
    font-size: 38px;
    margin-bottom: 10px;
    color: #3be3fe;
    line-height: 1
}

.community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem .Communityitem-box .tt {
    font-size: 18px;
    color: #666;
    line-height: 1.4
}

@media(max-width:768px) {
    .community-section[data-v-efbac1ca] {
        position: relative;
        padding: 40px 0;
        min-height: auto
    }

    .community-section .community-bg[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center
    }

    .community-section .community-content[data-v-efbac1ca] {
        position: relative;
        z-index: 10;
        text-align: center;
        color: #fff;
        background: #0000004d;
        padding: 40px 15px
    }

    .community-section .community-content .community-title[data-v-efbac1ca] {
        font-size: 28px;
        margin-bottom: 12px
    }

    .community-section .community-content .community-subtitle[data-v-efbac1ca] {
        font-size: 14px;
        margin-bottom: 25px;
        max-width: 100%;
        line-height: 1.6
    }

    .community-section .community-content[data-v-efbac1ca] .community-list {
        max-width: 100%;
        margin: 0 auto
    }

    .community-section .community-content[data-v-efbac1ca] .community-list .CommunityList {
        display: flex;
        flex-direction: column;
        gap: 15px;
        flex-wrap: nowrap
    }

    .community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem {
        flex: none;
        min-width: auto;
        width: 100%
    }

    .community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem .Communityitem-box {
        text-align: center;
        background: #fff;
        border-radius: 12px;
        padding: 20px 15px;
        box-shadow: 0 4px 16px #0000001a;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 140px
    }

    .community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem .Communityitem-box .Communityitem-box-name {
        font-size: 28px;
        margin-bottom: 8px;
        color: #3be3fe;
        line-height: 1
    }

    .community-section .community-content[data-v-efbac1ca] .community-list .CommunityList .Communityitem .Communityitem-box .tt {
        font-size: 14px;
        color: #666;
        line-height: 1.5
    }
}

.hack-section[data-v-efbac1ca] {
    position: relative;
    padding: 80px 0;
    min-height: 700px
}

.hack-section .hack-bg[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.hack-section .hack-content[data-v-efbac1ca] {
    position: relative;
    z-index: 10
}

.hack-section .hack-content .container[data-v-efbac1ca] {
    display: flex;
    gap: 40px;
    align-items: center
}

.hack-section .hack-content .container .hack-left[data-v-efbac1ca] {
    flex: 1
}

.hack-section .hack-content .container .hack-left .hack-title[data-v-efbac1ca] {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff
}

.hack-section .hack-content .container .hack-left .hack-desc[data-v-efbac1ca] {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

.hack-section .hack-content .container .hack-left .hack-buttons[data-v-efbac1ca] {
    display: flex;
    gap: 15px
}

.hack-section .hack-content .container .hack-left .hack-buttons .btn-blue[data-v-efbac1ca] {
    background: #3be3fe;
    color: #fff;
    border: 2px solid #3be3fe;
    border-radius: 50px
}

.hack-section .hack-content .container .hack-left .hack-buttons .btn-blue[data-v-efbac1ca]:hover {
    background: #fff;
    color: #3be3fe;
    border-color: #fff
}

.hack-section .hack-content .container .hack-left .hack-buttons .btn-green[data-v-efbac1ca] {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px
}

.hack-section .hack-content .container .hack-left .hack-buttons .btn-green[data-v-efbac1ca]:hover {
    background: #3be3fe;
    border-color: #3be3fe;
    color: #fff
}

.hack-section .hack-content .container .hack-right[data-v-efbac1ca] {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.hack-section .hack-content .container .hack-right .hack-img-item[data-v-efbac1ca] {
    flex: 1
}

.hack-section .hack-content .container .hack-right .hack-img-item[data-v-efbac1ca]:nth-child(1) {
    transform: translateY(0)
}

.hack-section .hack-content .container .hack-right .hack-img-item[data-v-efbac1ca]:nth-child(2) {
    transform: translateY(30px)
}

.hack-section .hack-content .container .hack-right .hack-img-item[data-v-efbac1ca]:nth-child(3) {
    transform: translateY(-20px)
}

.hack-section .hack-content .container .hack-right .hack-img-item .img-item[data-v-efbac1ca] {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 8px 24px #0000004d;
    transition: transform .3s ease, box-shadow .3s ease
}

.hack-section .hack-content .container .hack-right .hack-img-item:hover .img-item[data-v-efbac1ca] {
    transform: scale(1.05);
    box-shadow: 0 12px 32px #0006
}

.hack-section .hack-content .hack-mobile-scroll[data-v-efbac1ca] {
    display: none
}

@media(max-width:768px) {
    .hack-section[data-v-efbac1ca] {
        position: relative;
        padding: 40px 0;
        min-height: auto
    }

    .hack-section .hack-bg[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center
    }

    .hack-section .hack-content[data-v-efbac1ca] {
        position: relative;
        z-index: 10
    }

    .hack-section .hack-content .container[data-v-efbac1ca] {
        display: none
    }

    .hack-section .hack-content .hack-mobile-scroll[data-v-efbac1ca] {
        display: block;
        padding: 0 15px
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-title[data-v-efbac1ca] {
        font-size: 28px;
        margin-bottom: 12px;
        color: #fff;
        text-align: center
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-desc[data-v-efbac1ca] {
        font-size: 14px;
        color: #fff;
        margin-bottom: 25px;
        line-height: 1.6;
        text-align: center
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-buttons[data-v-efbac1ca] {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px;
        align-items: center
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-buttons .btn[data-v-efbac1ca] {
        width: 80%;
        max-width: 300px;
        margin-top: 20px;
        padding: 12px 24px;
        font-size: 15px;
        border-radius: 30px;
        text-align: center
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-buttons .btn-blue[data-v-efbac1ca] {
        background: #3be3fe;
        color: #fff;
        border: 2px solid #3be3fe
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-buttons .btn-blue[data-v-efbac1ca]:hover {
        background: #fff;
        color: #3be3fe;
        border-color: #fff
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-buttons .btn-green[data-v-efbac1ca] {
        background: transparent;
        color: #fff;
        border: 2px solid #fff
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-buttons .btn-green[data-v-efbac1ca]:hover {
        background: #3be3fe;
        border-color: #3be3fe;
        color: #fff
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-img-list[data-v-efbac1ca] {
        display: flex;
        gap: 30px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-img-list[data-v-efbac1ca]::-webkit-scrollbar {
        display: none
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-img-list .hack-img-item[data-v-efbac1ca] {
        flex: 0 0 60%;
        scroll-snap-align: center
    }

    .hack-section .hack-content .hack-mobile-scroll .hack-img-list .hack-img-item .img-item[data-v-efbac1ca] {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 16px #0003
    }
}

.unlock-section[data-v-efbac1ca] {
    position: relative;
    padding: 80px 0;
    min-height: 650px
}

.unlock-section .unlock-bg[data-v-efbac1ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.unlock-section .unlock-content[data-v-efbac1ca] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff
}

.unlock-section .unlock-content .unlock-subtitle[data-v-efbac1ca] {
    font-size: 22px;
    margin-bottom: 10px
}

.unlock-section .unlock-content .unlock-title[data-v-efbac1ca] {
    font-size: 40px;
    margin-bottom: 15px
}

.unlock-section .unlock-content .unlock-desc[data-v-efbac1ca] {
    font-size: 18px;
    margin-bottom: 30px
}

.unlock-section .unlock-content .unlock-btn-wrapper[data-v-efbac1ca] {
    margin-top: 30px
}

.unlock-section .unlock-content .unlock-btn-wrapper .btn-primary[data-v-efbac1ca] {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px
}

.unlock-section .unlock-content .unlock-btn-wrapper .btn-primary[data-v-efbac1ca]:hover {
    background: #3be3fe;
    border-color: #3be3fe;
    color: #fff
}

@media(max-width:768px) {
    .unlock-section[data-v-efbac1ca] {
        position: relative;
        padding: 40px 0;
        min-height: 600px
    }

    .unlock-section .unlock-bg[data-v-efbac1ca] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center
    }

    .unlock-section .unlock-content[data-v-efbac1ca] {
        position: relative;
        z-index: 10;
        padding: 0 15px
    }

    .unlock-section .unlock-content .unlock-subtitle[data-v-efbac1ca] {
        font-size: 16px;
        margin-bottom: 8px;
        color: #fff
    }

    .unlock-section .unlock-content .unlock-title[data-v-efbac1ca] {
        font-size: 28px;
        margin-bottom: 12px;
        color: #fff
    }

    .unlock-section .unlock-content .unlock-desc[data-v-efbac1ca] {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 1.6;
        color: #fff
    }

    .unlock-section .unlock-content .unlock-btn-wrapper[data-v-efbac1ca] {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 30px
    }

    .unlock-section .unlock-content .unlock-btn-wrapper .btn-primary[data-v-efbac1ca] {
        width: 80%;
        max-width: 300px;
        padding: 12px 24px;
        font-size: 15px;
        border-radius: 30px;
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        text-align: center
    }

    .unlock-section .unlock-content .unlock-btn-wrapper .btn-primary[data-v-efbac1ca]:hover {
        background: #3be3fe;
        border-color: #3be3fe;
        color: #fff
    }

    .unlock-section .unlock-content .unlock-img-list[data-v-efbac1ca] {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px
    }

    .unlock-section .unlock-content .unlock-img-list[data-v-efbac1ca]::-webkit-scrollbar {
        height: 4px
    }

    .unlock-section .unlock-content .unlock-img-list[data-v-efbac1ca]::-webkit-scrollbar-thumb {
        background: #ffffff4d;
        border-radius: 2px
    }

    .unlock-section .unlock-content .unlock-img-list .unlock-img-item[data-v-efbac1ca] {
        flex: 0 0 70%;
        scroll-snap-align: center
    }

    .unlock-section .unlock-content .unlock-img-list .unlock-img-item .img-item[data-v-efbac1ca] {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 16px #0003
    }
}

.buy-section[data-v-efbac1ca] {
    padding: 60px 0
}

.buy-section .buy-box .buy-wrapper[data-v-efbac1ca] {
    position: relative;
    width: 100%
}

.buy-section .buy-box .buy-wrapper .buy-image[data-v-efbac1ca] {
    display: block;
    width: 100%
}

.buy-section .buy-box .buy-wrapper .buy-image img[data-v-efbac1ca] {
    width: 100%;
    border-radius: 15px
}

.buy-section .buy-box .buy-wrapper .buy-info[data-v-efbac1ca] {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 40%;
    text-align: left
}

.buy-section .buy-box .buy-wrapper .buy-info .buy-title[data-v-efbac1ca] {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .8)
}

.buy-section .buy-box .buy-wrapper .buy-info .buy-subtitle[data-v-efbac1ca] {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .8)
}

.buy-section .buy-box .buy-wrapper .buy-info .buy-btn[data-v-efbac1ca] {
    display: inline-block;
    padding: 16px 40px;
    background: #3be3fe;
    color: #fff;
    border: 2px solid #3be3fe;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease
}

.buy-section .buy-box .buy-wrapper .buy-info .buy-btn[data-v-efbac1ca]:hover {
    background: #fff;
    color: #3be3fe;
    border-color: #fff
}

@media(max-width:768px) {
    .buy-section[data-v-efbac1ca] {
        padding: 40px 0
    }

    .buy-section .buy-box .buy-wrapper[data-v-efbac1ca] {
        position: relative
    }

    .buy-section .buy-box .buy-wrapper .buy-image img[data-v-efbac1ca] {
        border-radius: 12px
    }

    .buy-section .buy-box .buy-wrapper .buy-info[data-v-efbac1ca] {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%;
        text-align: center;
        padding: 20px 15px 0
    }

    .buy-section .buy-box .buy-wrapper .buy-info .buy-title[data-v-efbac1ca] {
        font-size: 28px;
        margin-bottom: 12px;
        color: #333;
        text-shadow: none
    }

    .buy-section .buy-box .buy-wrapper .buy-info .buy-subtitle[data-v-efbac1ca] {
        font-size: 14px;
        margin-bottom: 20px;
        color: #333;
        text-shadow: none;
        line-height: 1.6
    }

    .buy-section .buy-box .buy-wrapper .buy-info .buy-btn[data-v-efbac1ca] {
        display: inline-block;
        padding: 10px 60px;
        font-size: 15px;
        border-radius: 30px
    }
}

.related-section[data-v-efbac1ca] {
    padding: 60px 0;
    background: #f8f8f8
}

.related-section .related-title[data-v-efbac1ca] {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: #3be3fe
}

.related-section .related-list[data-v-efbac1ca] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

@media(max-width:1200px) {
    .related-section .related-list[data-v-efbac1ca] {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .related-section .related-list[data-v-efbac1ca] {
        grid-template-columns: 1fr
    }
}

.related-section .related-list .related-item[data-v-efbac1ca] {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 4px 16px #0000001a
}

.related-section .related-list .related-item[data-v-efbac1ca]:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px #00000026
}

.related-section .related-list .related-item .related-img[data-v-efbac1ca] {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden
}

.related-section .related-list .related-item .related-img .item-img[data-v-efbac1ca] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.related-section .related-list .related-item:hover .item-img[data-v-efbac1ca] {
    transform: scale(1.05)
}

.related-section .related-list .related-item .related-info[data-v-efbac1ca] {
    padding: 20px;
    text-align: center
}

.related-section .related-list .related-item .related-info .related-name[data-v-efbac1ca] {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333
}

.related-section .related-list .related-item .related-info .related-price[data-v-efbac1ca] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center
}

.related-section .related-list .related-item .related-info .related-price .old-price[data-v-efbac1ca] {
    text-decoration: line-through;
    color: #999;
    font-size: 14px
}

.related-section .related-list .related-item .related-info .related-price .current-price[data-v-efbac1ca] {
    font-weight: 600;
    font-size: 18px
}

.related-section .related-list .related-item .related-info .related-buy-btn[data-v-efbac1ca] {
    display: inline-block;
    padding: 10px 25px;
    background: #3be3fe;
    color: #fff;
    border: 2px solid #3be3fe;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    transition: all .3s ease
}

.related-section .related-list .related-item .related-info .related-buy-btn[data-v-efbac1ca]:hover {
    background: #fff;
    color: #3be3fe;
    border-color: #3be3fe
}

@media(max-width:768px) {
    .related-section[data-v-efbac1ca] {
        padding: 40px 0
    }

    .related-section .related-title[data-v-efbac1ca] {
        font-size: 22px;
        margin-bottom: 25px
    }

    .related-section .related-list[data-v-efbac1ca] {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 15px 10px;
        grid-template-columns: none
    }

    .related-section .related-list[data-v-efbac1ca]::-webkit-scrollbar {
        display: none
    }

    .related-section .related-list[data-v-efbac1ca] {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .related-section .related-list .related-item[data-v-efbac1ca] {
        flex: 0 0 60%;
        scroll-snap-align: start;
        min-width: 200px;
        margin-bottom: 50px
    }

    .related-section .related-list .related-item .related-info[data-v-efbac1ca] {
        padding: 15px
    }

    .related-section .related-list .related-item .related-info .related-name[data-v-efbac1ca] {
        font-size: 18px;
        margin-bottom: 8px
    }

    .related-section .related-list .related-item .related-info .related-price[data-v-efbac1ca] {
        margin-bottom: 12px
    }

    .related-section .related-list .related-item .related-info .related-price .old-price[data-v-efbac1ca] {
        font-size: 12px
    }

    .related-section .related-list .related-item .related-info .related-price .current-price[data-v-efbac1ca] {
        font-size: 16px
    }

    .related-section .related-list .related-item .related-info .related-buy-btn[data-v-efbac1ca] {
        padding: 8px 20px;
        font-size: 13px;
        border-radius: 20px
    }
}

.fz56[data-v-efbac1ca] {
    font-size: 56px
}

.fz50[data-v-efbac1ca] {
    font-size: 50px
}

.fz40[data-v-efbac1ca] {
    font-size: 40px
}

.fz22[data-v-efbac1ca] {
    font-size: 22px
}

.fz18[data-v-efbac1ca] {
    font-size: 18px
}

.fz16[data-v-efbac1ca] {
    font-size: 16px
}

.fz14[data-v-efbac1ca] {
    font-size: 14px
}

.fz12[data-v-efbac1ca] {
    font-size: 12px
}

@keyframes slideUp-efbac1ca {
    0% {
        transform: translateY(100vh)
    }

    to {
        transform: translateY(0)
    }
}

@media screen and (max-width:768px) {
    .container[data-v-efbac1ca] {
        padding: 0 15px
    }

    .fz56[data-v-efbac1ca] {
        font-size: 36px
    }

    .fz50[data-v-efbac1ca] {
        font-size: 32px
    }

    .fz40[data-v-efbac1ca] {
        font-size: 28px
    }

    .fz22[data-v-efbac1ca] {
        font-size: 20px
    }

    .fz18[data-v-efbac1ca] {
        font-size: 16px
    }

    .buy-box[data-v-efbac1ca],
    .hack-content .container[data-v-efbac1ca],
    .ar-content .container[data-v-efbac1ca] {
        flex-direction: column
    }
}

.eilik-video-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.eilik-video-overlay.active {
    opacity: 1;
    pointer-events: auto
}

.eilik-video-overlay .eilik-video-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    z-index: 2;
    line-height: 1
}

.eilik-video-overlay .eilik-video-player {
    width: 90%;
    max-width: 1000px;
    max-height: 85vh;
    border-radius: 8px;
    outline: none
}