/* Mobile company page — display switching + scoped styles */

/* --- Default: hide mobile company on desktop --- */
#company-mobile { display: none !important; }

/* --- Mobile (<=768px): swap desktop <-> mobile company --- */
@media screen and (max-width: 768px) {
    .company[data-v-41564a7d] { display: none !important; }
    #company-mobile { display: block !important; }
}

/* ===================================================================
   Mobile company scoped styles [data-v-8bf464d9]
   =================================================================== */

#company-mobile[data-v-8bf464d9] {
    color: #18181c;
    overflow: hidden;
}

/* ---------- Section 1 — Hero Banner ---------- */
.company .section1[data-v-8bf464d9] {
    position: relative;
    padding: 17.33333vw 5.33333vw 10.66667vw;
    background-image: url(/_nuxt/company_img1.B5YKHoRK.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 106.66667vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.company .section1 .title[data-v-8bf464d9] {
    font-size: 5.33333vw;
    line-height: 6.93333vw;
    color: #18181c;
    white-space: pre-line;
    margin-bottom: 3.46667vw;
}

.company .section1 .text[data-v-8bf464d9] {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    color: #545454;
    white-space: pre-line;
    margin-bottom: 6.13333vw;
}

/* ---------- Section 2 — Advantages + Stats ---------- */
.company .section2[data-v-8bf464d9] {
    padding: 11.73333vw 5.33333vw 0;
    background: #fff;
}

.company .section2 > .title[data-v-8bf464d9] {
    font-size: 5.33333vw;
    line-height: 6.93333vw;
    color: #18181c;
    white-space: pre-line;
    margin-bottom: 3.46667vw;
}

.company .section2 > .text[data-v-8bf464d9] {
    font-size: 3.46667vw;
    line-height: 4.26667vw;
    color: #545454;
    text-align: center;
    margin-bottom: 5.06667vw;
}

/* Advantage cards */
.company .section2 .item[data-v-8bf464d9] {
    background: #fafafa;
    border-radius: 2.13333vw;
    padding: 5.6vw 4vw 4vw;
    margin-bottom: 2.93333vw;
}

.company .section2 .item svg[data-v-8bf464d9] {
    height: 18.66667vw;
    width: 18.66667vw;
    margin: 0 auto;
    display: block;
    fill: #9e353f;
}

.company .section2 .item .item-title[data-v-8bf464d9] {
    color: #9e353f;
    font-size: 4.8vw;
    margin: 3.73333vw 0 1.86667vw;
}

.company .section2 .item .text[data-v-8bf464d9] {
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #545454;
}

/* Stats row */
.company .section2 .list[data-v-8bf464d9] {
    padding: 12vw 0;
    justify-content: space-between;
}

.company .section2 .list > .tc[data-v-8bf464d9] {
    flex: 1;
}

.company .section2 .list svg[data-v-8bf464d9] {
    height: 10.66667vw;
    width: 10.66667vw;
    margin: 0 auto 1.6vw;
    display: block;
    fill: #9e353f;
}

.company .section2 .list .count[data-v-8bf464d9] {
    font-family: Montserrat-ExtraBold, sans-serif;
    font-size: 6.13333vw;
    color: #18181c;
    margin: 1.6vw 0 0.8vw;
}

.company .section2 .list .small-text[data-v-8bf464d9] {
    font-size: 2.4vw;
    line-height: 3.2vw;
    color: #18181c;
}

/* ===================================================================
   Form [data-v-27bc0038]
   =================================================================== */
.company .form-list[data-v-27bc0038] {
    padding: 11.73333vw 5.33333vw;
    background: #fff;
}

.company .form-list-title[data-v-27bc0038] {
    font-size: 5.33333vw;
    line-height: 6.93333vw;
    color: #18181c;
    margin-bottom: 2.66667vw;
}

.company .form-list-desc[data-v-27bc0038] {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    color: #545454;
    margin-bottom: 6.66667vw;
}

/* Form items */
.company .form-list .item[data-v-27bc0038] {
    margin-bottom: 4vw;
}

.company .form-list .mb6[data-v-27bc0038] {
    margin-bottom: 1.6vw;
}

.company .form-list .label[data-v-27bc0038] {
    font-size: 3.46667vw;
    color: #18181c;
}

.company .form-list .label.must[data-v-27bc0038]::before {
    content: "*";
    color: #ee0a24;
    margin-right: 0.53333vw;
}

.company .form-list .van-cell[data-v-27bc0038] {
    padding: 2.66667vw 3.2vw;
    background: #f5f5f5;
    border-radius: 1.06667vw;
    border: 1px solid transparent;
}

.company .form-list .van-cell:focus-within {
    border-color: #9e353f;
}

.company .form-list .van-field__control[data-v-27bc0038] {
    font-size: 3.46667vw;
    color: #18181c;
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-family: Montserrat-Medium, sans-serif;
}

.company .form-list textarea.van-field__control[data-v-27bc0038] {
    min-height: 26.66667vw;
    resize: vertical;
}

/* Checkboxes */
.company .form-list .item.check .title[data-v-27bc0038] {
    font-size: 3.73333vw;
    color: #18181c;
    margin-bottom: 2.66667vw;
}

.company .form-list .van-checkbox-group[data-v-27bc0038] {
    display: flex;
    flex-wrap: wrap;
    gap: 2.66667vw;
}

.company .form-list .van-checkbox[data-v-27bc0038] {
    font-size: 3.2vw;
    color: #545454;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.company .form-list .van-checkbox__icon[data-v-27bc0038] {
    font-size: 3.46667vw;
    width: 4vw;
    height: 4vw;
    border: 1px solid #c8c9cc;
    border-radius: 0.53333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: background-color .2s, border-color .2s;
}

.company .form-list .van-checkbox__icon .van-icon[data-v-27bc0038] {
    display: none;
}

.company .form-list .van-checkbox__icon--checked {
    background: #9e353f;
    border-color: #9e353f;
}

.company .form-list .van-checkbox__icon--checked .van-icon {
    display: block;
    color: #fff;
    font-size: 2.66667vw;
}

.company .form-list .van-checkbox__label {
    margin-left: 1.6vw;
    line-height: normal;
}

/* Textarea placeholder */
.company .form-list textarea::placeholder {
    color: #c8c9cc;
    font-size: 3.2vw;
}

/* Submit button */
.company .form-list .submit-btn[data-v-27bc0038] {
    margin-top: 6.66667vw;
    width: 100%;
    height: 10.66667vw;
    border-radius: 1.6vw;
    font-size: 3.73333vw;
    font-family: Montserrat-SemiBold, sans-serif;
    cursor: pointer;
}

/* item.area title */
.company .form-list .item.area .title[data-v-27bc0038] {
    font-size: 3.73333vw;
    color: #18181c;
    margin-bottom: 2.66667vw;
}
