/* ============================================================
   mobile-support.css
   Переключение desktop ↔ mobile + стили мобильной версии Support
   ============================================================ */

/* По умолчанию: скрываем мобильные блоки */
#support-mobile { display: none !important; }
.xh-tab-support { display: none !important; }

/* На мобильных (<=768px): меняем местами */
@media screen and (max-width: 768px) {
    .support[data-v-d4c58611] { display: none !important; }
    #support-mobile { display: block !important; }
    .xh-tab-support { display: block !important; }
}

/* ============================================================
   Sticky Tabs (Download Center / FAQs)
   ============================================================ */
.xh-tab-support {
    position: sticky;
    top: 10.66667vw;
    z-index: 5;
}
.xh-tab-support .van-tabs__wrap {
    height: 10.66667vw;
}
.xh-tab-support .van-tabs__nav {
    padding: 0 4vw;
}
.xh-tab-support .tab {
    font-size: 3.2vw;
    padding: 0 5.86667vw 0 0;
}
.xh-tab-support .van-tabs__line {
    display: none !important;
}

/* ============================================================
   Main Support Container
   ============================================================ */
#support-mobile.support[data-v-be72d52c] {
    padding: 5.33333vw 5.33333vw 10.66667vw;
}

#support-mobile > .support-tab-content > .title[data-v-be72d52c] {
    color: #18181c;
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
}

/* ============================================================
   Software & Manuals — [data-v-8edbce93]
   ============================================================ */
.software-manuals[data-v-8edbce93] {
    margin-bottom: 2.66667vw;
}

.software-manuals > .title[data-v-8edbce93] {
    color: #18181c;
    font-size: 4.26667vw;
    margin-bottom: 4vw;
}

.software-manuals .list[data-v-8edbce93] {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
}

.software-manuals .item[data-v-8edbce93] {
    background: #f5f5f5;
    border-radius: 2.66667vw;
    padding: 4vw;
    display: flex;
    align-items: flex-start;
    gap: 3.2vw;
}

.software-manuals .item img.fs0[data-v-8edbce93] {
    width: 18.66667vw;
    height: 18.66667vw;
    flex-shrink: 0;
    border-radius: 2.13333vw;
}

.software-manuals .small-title[data-v-8edbce93] {
    color: #18181c;
    font-size: 3.73333vw;
    margin-bottom: 1.33333vw;
}

.software-manuals .small-text[data-v-8edbce93] {
    color: #666;
    font-size: 3.2vw;
    line-height: 4.8vw;
}

/* ============================================================
   3D Model — [data-v-2ed76670]
   ============================================================ */
.model[data-v-2ed76670] {
    margin-top: 5.33333vw;
}

.model > .title[data-v-2ed76670] {
    color: #18181c;
    font-size: 4.26667vw;
    margin-bottom: 4vw;
}

.model .list[data-v-2ed76670] {
    display: flex;
    flex-wrap: wrap;
    gap: 2.66667vw;
}

.model .item[data-v-2ed76670] {
    width: calc(50% - 1.33333vw);
    background: linear-gradient(180deg, #cecece 25%, #fff);
    border-radius: 2.66667vw;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}

.model .item img.w100[data-v-2ed76670] {
    width: 100%;
    display: block;
}

.model .item .name[data-v-2ed76670] {
    bottom: 2.66667vw;
    left: 2.66667vw;
    color: #18181c;
    font-size: 2.93333vw;
    line-height: 4vw;
}

.model .item .img-box[data-v-2ed76670] {
    position: absolute;
    bottom: 2.66667vw;
    right: 2.66667vw;
}

.model .item .img-box img[data-v-2ed76670] {
    width: 4.8vw;
    height: 4.8vw;
}

/* ============================================================
   FAQ Mobile
   ============================================================ */
.faq-mobile-section {
    margin-bottom: 5.33333vw;
}

.faq-mobile-category {
    color: #18181c;
    font-size: 4.26667vw;
    margin-bottom: 3.2vw;
    padding-top: 2.66667vw;
}

.faq-mobile-group {
    background: #f5f5f5;
    border-radius: 2.66667vw;
    margin-bottom: 2.66667vw;
    overflow: hidden;
}

.faq-mobile-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.73333vw 4vw;
    color: #18181c;
    font-size: 3.73333vw;
}

.faq-mobile-group-title .faq-arrow {
    width: 3.2vw;
    height: 3.2vw;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-mobile-group-title.opened .faq-arrow {
    transform: rotate(180deg);
}

.faq-mobile-group-body {
    padding: 0 4vw;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-mobile-group-body.opened {
    max-height: 500vw;
    padding: 0 4vw 4vw;
}

.faq-mobile-item {
    border-top: 1px solid #e0e0e0;
    padding: 3.2vw 0;
}

.faq-mobile-item:first-child {
    border-top: none;
}

.faq-mobile-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #18181c;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    gap: 2.66667vw;
}

.faq-mobile-q .faq-arrow {
    width: 2.66667vw;
    height: 2.66667vw;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-mobile-q.opened .faq-arrow {
    transform: rotate(180deg);
}

.faq-mobile-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, margin 0.4s ease;
    color: #666;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 0;
}

.faq-mobile-a.opened {
    max-height: 200vw;
    margin-top: 2.66667vw;
}
