/*
 * Mobile layout for the formal home and about pages.
 * Desktop rules intentionally remain in styles.css; every production override
 * below is scoped to the mobile breakpoint.
 */

.mobile-menu-button,
.mobile-drawer-mask,
.mobile-drawer,
.mobile-enterprise-controls,
.mobile-register-prefix {
    display: none;
}

@media (max-width: 900px) {
    :root {
        --mobile-blue: #0878f8;
        --mobile-ink: #172033;
        --mobile-muted: #718095;
        --mobile-line: #e4ebf4;
        --mobile-surface: #ffffff;
        --mobile-tint: #f3f6fa;
    }

    html {
        scroll-behavior: smooth;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    body.index *,
    body.index *::before,
    body.index *::after {
        box-sizing: border-box;
    }

    body.index img,
    body.index svg {
        max-width: 100%;
    }

    body.index {
        min-width: 0 !important;
        overflow-x: hidden;
        color: var(--mobile-ink);
        background: var(--mobile-surface);
        font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    body.index .wrap,
    body.index .brand-inner,
    body.index .enterprise-content {
        width: auto !important;
        max-width: 100% !important;
        margin-right: auto;
        margin-left: auto;
        padding-right: 18px;
        padding-left: 18px;
        box-sizing: border-box;
    }

    body.index .sitebar,
    body.index .side-toolbar,
    body.index .notice {
        display: none !important;
    }

    /* Shared mobile header and drawer */
    body.index .header {
        position: sticky;
        top: 0;
        z-index: 900;
        height: 62px;
        border-bottom: 1px solid rgba(21, 50, 90, .08);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 1px 0 rgba(15, 23, 42, .03);
        backdrop-filter: blur(16px);
    }

    body.index .header .wrap {
        display: flex;
        width: 100% !important;
        max-width: none !important;
        height: 62px;
        align-items: center;
        justify-content: space-between;
        margin: 0 !important;
        padding: 0 16px 0 18px;
    }

    body.index .header .logo {
        float: none;
        width: 118px;
        height: 34px;
        margin: 0;
        background-position: left center;
        background-size: auto 34px;
    }

    body.index .header .link {
        display: none !important;
    }

    .mobile-menu-button {
        position: absolute;
        top: 12px;
        right: 16px;
        display: inline-flex;
        flex: 0 0 auto;
        min-width: 58px;
        height: 38px;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        border: 1px solid #dce7f4;
        border-radius: 12px;
        background: #f5f8fc;
        color: #315073;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        margin-left: 0;
    }

    .mobile-drawer-mask {
        position: fixed;
        inset: 0;
        z-index: 1100;
        display: block;
        border: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        background: rgba(9, 26, 50, .48);
        transition: opacity .25s ease, visibility .25s ease;
    }

    .mobile-drawer-mask.is-visible {
        visibility: visible;
        opacity: 1;
    }

    .mobile-drawer {
        position: fixed;
        inset: 0 0 0 auto;
        z-index: 1110;
        display: block;
        width: min(84vw, 318px);
        padding: 24px 18px 32px;
        overflow-y: auto;
        background: #fff;
        box-shadow: -18px 0 48px rgba(12, 39, 78, .18);
        transform: translateX(102%);
        transition: transform .28s ease;
    }

    .mobile-drawer.is-open {
        transform: translateX(0);
    }

    .mobile-drawer-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 18px;
        border-bottom: 1px solid #e8eef6;
    }

    .mobile-drawer-title {
        display: grid;
        gap: 4px;
    }

    .mobile-drawer-title strong {
        color: var(--mobile-ink);
        font-size: 18px;
    }

    .mobile-drawer-title span {
        color: #8190a3;
        font-size: 12px;
    }

    .mobile-drawer-close {
        min-width: 52px;
        height: 36px;
        border: 0;
        border-radius: 10px;
        background: #eef4fb;
        color: #45617f;
        cursor: pointer;
    }

    .mobile-drawer nav {
        display: grid;
        gap: 8px;
        padding: 22px 0;
    }

    .mobile-drawer nav a {
        display: flex;
        min-height: 50px;
        align-items: center;
        padding: 0 16px;
        border-radius: 13px;
        color: var(--mobile-ink);
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
    }

    .mobile-drawer nav a.is-current {
        color: var(--mobile-blue);
        background: #eaf4ff;
    }

    .mobile-drawer .mobile-drawer-apply {
        justify-content: center;
        margin-top: 8px;
        color: #fff;
        background: var(--mobile-blue);
        box-shadow: 0 10px 24px rgba(0, 112, 245, .2);
    }

    /* Home hero */
    body.index .container-wrp {
        overflow: hidden;
        background: #fff;
    }

    body.index .banner {
        position: relative;
        height: auto !important;
        min-height: 900px;
        overflow: hidden;
        background:
            radial-gradient(circle at 92% 4%, rgba(83, 151, 204, .16), transparent 34%),
            linear-gradient(180deg, #eaf3fa 0%, #dbeaf5 52%, #c9deed 100%);
    }

    body.index .banner::before {
        display: none;
    }

    body.index .banner::after {
        display: none;
    }

    body.index .banner .slider {
        position: absolute;
        inset: 0;
        height: 100% !important;
        overflow: hidden;
    }

    body.index .banner .slider ul,
    body.index .banner .slider li {
        height: 100% !important;
    }

    body.index .banner .slider li {
        background: transparent !important;
    }

    body.index .banner .slider::before {
        display: none;
    }

    body.index .banner .slider::after {
        display: none;
    }

    body.index .brand-content {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        padding: 60px 0 58px;
        background: transparent;
    }

    body.index .brand-inner {
        display: flex;
        height: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

    body.index .brand-info {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    body.index .brand-title {
        max-width: none;
        margin-bottom: 22px;
        color: #153a5f;
        font-size: clamp(34px, 9.8vw, 44px);
        font-weight: 700;
        line-height: 1.18;
        letter-spacing: -.02em;
        white-space: nowrap;
        text-align: center;
        text-shadow: none;
    }

    body.index .brand-title span {
        display: inline;
    }

    body.index .about-title span {
        display: block;
    }

    body.index .brand-subtitle {
        max-width: 100%;
        margin-right: auto;
        margin-bottom: 32px;
        margin-left: auto;
        color: #526f8a;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.8;
        text-align: center;
    }

    body.index .brand-buttons {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 26px;
    }

    body.index.mobile-stats-relocated .brand-buttons {
        margin-bottom: 0;
    }

    body.index .brand-buttons a {
        display: flex;
        height: 64px;
        min-width: 0;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0 10px;
        border-radius: 14px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }

    body.index .brand-buttons .brand-btn-doc {
        border-color: #1677e8;
        background: #1677e8;
        color: #fff;
        box-shadow: 0 8px 20px rgba(22, 119, 232, .17);
    }

    body.index .brand-buttons .brand-btn-test {
        border-color: rgba(51, 105, 155, .22);
        background: rgba(255, 255, 255, .68);
        color: #31597d;
    }

    body.index .brand-stats {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        padding: 2px 0 0;
        border: 0;
        background: transparent;
        backdrop-filter: none;
    }

    body.index .brand-stats.is-mobile-relocated {
        padding-top: 0;
    }

    body.index .brand-stat {
        min-width: 0;
        padding: 4px 10px 5px;
        text-align: center;
    }

    body.index .brand-stat + .brand-stat {
        border-left: 1px solid rgba(67, 113, 154, .2);
    }

    body.index .brand-stat-label {
        margin-bottom: 9px;
        color: #6b8297;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.35;
    }

    body.index .brand-stat-value {
        color: #183f65;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.15;
    }

    body.index .brand-stat-value span {
        font-size: 14px;
        font-weight: 600;
    }

    body.index .login-guide {
        position: relative;
        float: none;
        width: auto;
        margin: 0;
        padding: 30px 26px 26px;
        border: 1px solid rgba(255, 255, 255, .82);
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 14px 30px rgba(43, 89, 132, .11);
        transform: none;
    }

    /* Logged-in card has no register row — keep bottom rhythm tight */
    body.index .login-guide:not(:has(.btn-register-action)) {
        padding-bottom: 28px;
    }

    body.index .login-guide .login-guide-header {
        margin-bottom: 11px;
        text-align: left;
    }

    body.index .login-guide .login-guide-header h3 {
        color: var(--mobile-blue);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0;
    }

    body.index .login-guide .login-guide-icon {
        display: none;
    }

    body.index .login-guide .login-guide-content {
        text-align: left;
    }

    body.index .login-guide h4 {
        margin-bottom: 10px;
        color: var(--mobile-ink);
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -.01em;
    }

    body.index .login-guide p {
        margin-bottom: 18px;
        color: var(--mobile-muted);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.65;
    }

    body.index .login-guide .login-guide-features {
        gap: 10px 14px;
        margin-bottom: 20px;
        padding: 15px 4px;
        border-top: 1px solid #e7eef6;
        border-bottom: 1px solid #e7eef6;
        border-radius: 0;
        background: transparent;
    }

    body.index .login-guide .feature-item {
        justify-content: flex-start;
        gap: 7px;
        padding-left: 8px;
        color: #49627e;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
    }

    body.index .login-guide .check-icon {
        display: inline;
        color: var(--mobile-blue);
        font-size: 12px;
        font-weight: 700;
    }

    body.index .login-guide .login-guide-actions {
        flex-direction: column;
        gap: 14px;
    }

    body.index .login-guide .login-guide-actions:not(:has(.btn-register-action)) {
        gap: 0;
    }

    body.index .login-guide .btn-login-action,
    body.index .login-guide .btn-register-action {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
        border-radius: 14px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 600;
    }

    body.index .login-guide .btn-login-action {
        min-height: 56px;
        line-height: 1;
    }

    body.index .login-guide .btn-register-action {
        display: block;
        min-height: 0;
        padding: 2px 0 0;
        border: 0;
        background: transparent;
        color: var(--mobile-blue);
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
    }

    body.index .login-guide .mobile-register-prefix {
        display: inline;
        margin-right: 2px;
        color: var(--mobile-muted);
        font-weight: 400;
    }

    /* Shared home-section typography */
    body.index .platform,
    body.index .solution,
    body.index .applyment,
    body.index .partners {
        margin: 0;
        padding: 48px 0;
        background: #fff;
    }

    body.index .solution,
    body.index .applyment {
        background: var(--mobile-tint);
    }

    body.index .big-title,
    body.index .enterprise-title {
        color: #152238;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -.02em;
    }

    body.index .big-title.underline::after {
        width: 32px;
        height: 3px;
        margin-top: 12px;
        border-radius: 2px;
    }

    /* Home capabilities — aligned to mobile hero blue/white theme */
    body.index .platform {
        padding: 40px 0 36px;
        background: #fff;
    }

    body.index .platform .wrap {
        position: relative;
    }

    body.index .platform .big-title {
        margin: 0;
        text-align: center;
    }

    body.index .platform ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 22px;
    }

    body.index .platform li,
    body.index .platform li.last {
        float: none;
        width: auto;
        margin: 0;
    }

    body.index .platform li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        min-height: 0;
        padding: 22px 14px 18px;
        border: 1px solid rgba(14, 60, 110, .08);
        border-radius: 18px;
        background: #fff;
        box-shadow:
            0 4px 6px rgba(20, 52, 92, .03),
            0 12px 28px rgba(20, 52, 92, .06);
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    body.index .platform li a:active {
        border-color: rgba(8, 120, 248, .35);
        box-shadow: 0 10px 24px rgba(8, 120, 248, .12);
        transform: translateY(1px);
    }

    body.index .platform .ctr {
        display: flex;
        width: 52px;
        height: 52px;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
        padding: 0;
        border-radius: 16px;
        background: linear-gradient(180deg, #eef6ff 0%, #e3f0ff 100%);
        box-shadow: inset 0 0 0 1px rgba(8, 120, 248, .08);
    }

    /* Hide WeChat Pay sprite; use theme icons instead */
    body.index .platform .ctr .ico {
        display: none !important;
    }

    body.index .platform .ctr::before {
        content: "";
        display: block;
        width: 26px;
        height: 26px;
        background-color: var(--mobile-blue);
        -webkit-mask: no-repeat center / contain;
        mask: no-repeat center / contain;
    }

    body.index .platform .ability .ctr::before {
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='6' width='18' height='12' rx='2'/><path d='M3 10h18'/><path d='M7 14h4'/></svg>");
        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='6' width='18' height='12' rx='2'/><path d='M3 10h18'/><path d='M7 14h4'/></svg>");
    }

    body.index .platform .operate .ctr::before {
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3l1.6 4.2L18 9l-4.2 1.6L12 15l-1.6-4.4L6 9l4.4-1.8L12 3z'/><path d='M18.5 14.5l.8 2.1 2.2.8-2.2.8-.8 2.1-.8-2.1-2.2-.8 2.2-.8.8-2.1z'/></svg>");
        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3l1.6 4.2L18 9l-4.2 1.6L12 15l-1.6-4.4L6 9l4.4-1.8L12 3z'/><path d='M18.5 14.5l.8 2.1 2.2.8-2.2.8-.8 2.1-.8-2.1-2.2-.8 2.2-.8.8-2.1z'/></svg>");
    }

    body.index .platform .capital .ctr::before {
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M4 8h14a2 2 0 012 2v7a2 2 0 01-2 2H6a2 2 0 01-2-2V8z'/><path d='M4 8V7a2 2 0 012-2h11'/><circle cx='15.5' cy='13.5' r='1.5'/></svg>");
        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M4 8h14a2 2 0 012 2v7a2 2 0 01-2 2H6a2 2 0 01-2-2V8z'/><path d='M4 8V7a2 2 0 012-2h11'/><circle cx='15.5' cy='13.5' r='1.5'/></svg>");
    }

    body.index .platform .safety .ctr::before {
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3l8 3v6c0 5-3.4 8.4-8 9-4.6-.6-8-4-8-9V6l8-3z'/><path d='M9.5 12l1.8 1.8L15 10'/></svg>");
        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3l8 3v6c0 5-3.4 8.4-8 9-4.6-.6-8-4-8-9V6l8-3z'/><path d='M9.5 12l1.8 1.8L15 10'/></svg>");
    }

    body.index .platform .tit {
        margin: 0;
        color: var(--mobile-ink);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
    }

    body.index .platform .tit.underline::after,
    body.index .platform .tit::after {
        display: none;
    }

    body.index .platform .txt {
        margin: 10px 0 0;
        color: var(--mobile-muted);
        font-size: 12px;
        line-height: 1.65;
        flex: 1;
    }

    body.index .platform .more {
        position: static;
        top: auto;
        right: auto;
        margin: 20px 0 0;
        text-align: center;
        font-size: 13px;
    }

    body.index .platform .more a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-height: 40px;
        padding: 0 18px;
        border: 1px solid rgba(8, 120, 248, .22);
        border-radius: 999px;
        background: #f3f8ff;
        color: var(--mobile-blue);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
    }

    body.index .platform .more .arr {
        display: inline;
        width: auto;
        height: auto;
        margin: 0;
        background: none !important;
        line-height: 1;
        overflow: visible;
        color: inherit;
        font-style: normal;
    }

    /* Home solution cards */
    body.index .solution {
        overflow: hidden;
    }

    body.index .solution .accordion {
        height: auto !important;
        width: auto;
        margin: 24px 0 0;
        padding: 0 18px;
    }

    body.index .solution .accordion ul {
        display: grid;
        height: auto !important;
        gap: 16px;
        width: 100%;
    }

    body.index .solution .accordion li,
    body.index .solution .accordion li.selected,
    body.index .solution .accordion li.last {
        position: relative;
        float: none;
        width: 100% !important;
        height: 252px !important;
        margin: 0 !important;
        overflow: hidden;
        border: 1px solid #e5edf5;
        border-radius: 17px;
        background-color: #fff !important;
        background-position: center top !important;
        background-size: cover !important;
        box-shadow: 0 8px 22px rgba(23, 52, 91, .08);
    }

    body.index .solution .accordion .text-mask {
        display: none !important;
    }

    body.index .solution .accordion .text-area {
        position: absolute;
        inset: auto 0 0;
        z-index: 2;
        width: auto !important;
        height: 94px !important;
        padding: 14px 16px 13px;
        overflow: hidden;
        color: var(--mobile-ink);
        background: #fff;
        box-shadow: 0 -1px 0 rgba(29, 71, 111, .06);
    }

    body.index .solution .accordion .ico {
        display: none;
    }

    body.index .solution .accordion .tit {
        float: none;
        margin: 0;
        color: var(--mobile-ink);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        text-align: left;
    }

    body.index .solution .accordion .tit::after {
        display: none;
    }

    body.index .solution .accordion .txt {
        display: -webkit-box !important;
        float: none;
        width: auto;
        max-width: none;
        height: auto;
        margin: 5px 0 0;
        overflow: hidden;
        color: var(--mobile-muted);
        font-size: 12px;
        line-height: 1.55;
        text-align: left;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.index .solution .accordion.mobile-solution-collapsed li:nth-child(n + 4) {
        display: none;
    }

    body.index .solution .mobile-solution-toggle {
        display: flex;
        width: 100%;
        height: 48px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 16px 0 0;
        padding: 0 18px;
        border: 1px solid #d7e5f2;
        border-radius: 13px;
        appearance: none;
        background: #fff;
        color: #315f89;
        font-family: inherit;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    body.index .solution .mobile-solution-toggle[hidden] {
        display: none !important;
    }

    body.index .solution .mobile-solution-toggle::after {
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        content: "";
        transform: translateY(-2px) rotate(45deg);
        transition: transform .2s ease;
    }

    body.index .solution .mobile-solution-toggle.is-expanded::after {
        transform: translateY(2px) rotate(225deg);
    }

    /* Qualifications */
    body.index .enterprise {
        margin: 0;
        padding: 44px 0 36px;
        background: #fff;
    }

    body.index .enterprise-content {
        text-align: center;
    }

    body.index .enterprise-desc {
        max-width: 360px;
        margin: 12px auto 0;
        color: var(--mobile-muted);
        font-size: 13px;
        line-height: 1.75;
    }

    body.index .enterprise-tags {
        margin: 16px 0 0;
    }

    body.index .enterprise-tag {
        display: inline-flex;
        min-height: 36px;
        align-items: center;
        padding: 7px 14px;
        border-radius: 999px;
        background: #f1f7fd;
        color: #476985;
        font-size: 12px;
    }

    body.index .enterprise-images {
        display: grid;
        grid-auto-columns: 100%;
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 12px;
        margin-top: 20px;
        padding: 2px 0 6px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    body.index .enterprise-images::-webkit-scrollbar {
        display: none;
    }

    body.index .enterprise-images img {
        width: 100%;
        height: 292px;
        padding: 16px;
        border: 1px solid #e7edf5;
        border-radius: 16px;
        background: #f8fafc;
        box-shadow: 0 7px 18px rgba(20, 52, 92, .055);
        object-fit: contain;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        box-sizing: border-box;
    }

    body.index .mobile-enterprise-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 12px;
        color: #8291a3;
        font-size: 11px;
    }

    body.index .mobile-enterprise-controls[hidden] {
        display: none !important;
    }

    body.index .mobile-enterprise-dots {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    body.index .mobile-enterprise-dot {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #cbd8e5;
        cursor: pointer;
    }

    body.index .mobile-enterprise-dot.is-current {
        width: 18px;
        border-radius: 999px;
        background: var(--mobile-blue);
    }

    /* Join flow */
    body.index .applyment .flow-sheet {
        margin-top: 24px;
    }

    body.index .applyment .flow-sheet ol {
        display: grid;
        width: 100% !important;
        gap: 10px;
        margin: 0;
    }

    body.index .applyment .flow-sheet li,
    body.index .applyment .flow-sheet li.last {
        position: relative;
        float: none;
        width: 100%;
        height: 92px !important;
        min-height: 92px;
        margin: 0;
        padding: 15px 14px 15px 62px;
        border: 1px solid var(--mobile-line);
        border-radius: 15px;
        background: #fff;
        box-sizing: border-box;
    }

    body.index .applyment .flow-sheet .num {
        position: absolute;
        top: 50%;
        left: 16px;
        width: 30px;
        margin: 0;
        color: var(--mobile-blue);
        font-size: 26px;
        line-height: 1;
        transform: translateY(-50%);
    }

    body.index .applyment .flow-sheet .tit {
        margin: 0 0 4px;
        color: var(--mobile-ink);
        font-size: 15px;
    }

    body.index .applyment .flow-sheet .txt {
        color: var(--mobile-muted);
        font-size: 12px;
        line-height: 1.45;
    }

    body.index .applyment .flow-sheet .ico,
    body.index .applyment .flow-sheet .arr {
        display: none;
    }

    body.index .applyment .flow-opt {
        margin-top: 18px;
        padding: 0;
    }

    body.index .applyment .flow-opt .btn-apply {
        width: 100%;
        height: 48px;
        border-radius: 12px;
        line-height: 48px;
        font-size: 15px;
        font-weight: 700;
        box-shadow: 0 10px 24px rgba(0, 112, 245, .2);
    }

    /* Partners */
    body.index .partners {
        overflow: hidden;
        padding-bottom: 22px;
    }

    body.index .partners .subtitle {
        margin: 12px 0 22px;
        color: var(--mobile-muted);
        font-size: 13px;
    }

    body.index .partners .logo-scroll {
        margin-top: 26px;
        margin-right: -18px;
        margin-left: -18px;
        padding: 4px 0 8px;
        overflow: hidden;
        scrollbar-width: none;
    }

    body.index .partners .logo-scroll::-webkit-scrollbar {
        display: none;
    }

    body.index .partners .logo-scroll::before,
    body.index .partners .logo-scroll::after {
        display: none;
    }

    body.index .partners .logo-scroll-inner {
        display: flex;
        width: max-content;
        align-items: center;
        gap: 44px;
        animation: scroll-left 24s linear infinite !important;
    }

    body.index .partners .logo-item {
        display: flex;
        width: 110px;
        min-height: 64px;
        flex: 0 0 110px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 0;
        opacity: .82;
        background: transparent;
        box-shadow: none;
    }

    body.index .partners .logo-item img {
        width: 110px;
        height: 64px;
        object-fit: contain;
    }

    body.index .partners .logo-text {
        text-align: center;
    }

    body.index .partners .logo-name {
        color: #596a80;
        font-size: 11px;
    }

    body.index .partners .logo-en {
        color: #9aa7b7;
        font-size: 9px;
    }

    /* About page */
    body.index .about-page {
        overflow: hidden;
        background: #fff;
    }

    body.index .about-hero {
        min-height: 450px;
        background: #0759bc;
    }

    body.index .about-hero .wrap {
        width: 100%;
        min-width: 0;
        padding-top: 72px;
        padding-bottom: 58px;
    }

    body.index .about-kicker {
        margin-bottom: 12px;
        color: rgba(255, 255, 255, .82);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .12em;
    }

    body.index .about-title {
        max-width: 340px;
        margin-bottom: 16px;
        font-size: 38px;
        line-height: 1.18;
        letter-spacing: -.03em;
    }

    body.index .about-desc {
        width: auto;
        max-width: 340px;
        color: rgba(255, 255, 255, .88);
        font-size: 14px;
        line-height: 1.75;
    }

    body.index .about-actions {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 22px;
    }

    body.index .about-actions a {
        min-width: 0;
        height: 46px;
        margin: 0;
        padding: 0 10px;
        border-radius: 12px;
        line-height: 46px;
        font-weight: 700;
        text-align: center;
    }

    body.index .about-section,
    body.index .about-section.gray {
        padding: 48px 0;
        background: #fff;
    }

    body.index .about-section.gray {
        background: var(--mobile-tint);
    }

    body.index .about-intro {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.index .about-copy,
    body.index .about-media,
    body.index .about-intro > * {
        min-width: 0;
    }

    body.index .about-copy h3 {
        margin-bottom: 16px;
        color: #152238;
        font-size: 25px;
        line-height: 1.35;
        letter-spacing: -.02em;
        overflow-wrap: anywhere;
    }

    body.index .about-copy p {
        margin-bottom: 12px;
        color: #5f7086;
        font-size: 14px;
        line-height: 1.85;
        overflow-wrap: anywhere;
    }

    body.index .about-media {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    body.index .about-media img,
    body.index .about-media img:first-child {
        width: 100%;
        height: 110px;
        border-radius: 14px;
        object-fit: contain;
        background: #f7f9fc;
        box-shadow: 0 8px 20px rgba(20, 52, 92, .06);
    }

    body.index .about-media img:first-child {
        grid-column: 1 / -1;
        height: 190px;
        object-fit: cover;
    }

    body.index .about-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    body.index .about-stat {
        padding: 20px 12px;
        border: 1px solid #e0eaf5;
        border-radius: 14px;
        background: #fff;
    }

    body.index .about-stat strong {
        margin-bottom: 5px;
        font-size: 25px;
    }

    body.index .about-stat span {
        color: var(--mobile-muted);
        font-size: 11px;
    }

    body.index .about-section .big-title {
        margin-bottom: 12px;
        text-align: center;
    }

    body.index .about-subtitle {
        margin-bottom: 24px;
        color: var(--mobile-muted);
        font-size: 13px;
        line-height: 1.7;
    }

    body.index .capability-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.index .capability-card {
        position: relative;
        min-height: 0;
        padding: 17px 17px 17px 76px;
        border: 1px solid var(--mobile-line);
        border-radius: 15px;
        box-shadow: none;
    }

    body.index .capability-icon {
        position: absolute;
        top: 17px;
        left: 17px;
        width: 42px;
        height: 42px;
        margin: 0;
        border-radius: 12px;
        line-height: 42px;
    }

    body.index .capability-card h3 {
        margin-bottom: 6px;
        font-size: 15px;
    }

    body.index .capability-card p {
        color: var(--mobile-muted);
        font-size: 12px;
        line-height: 1.65;
    }

    body.index .qualification {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.index .qualification a {
        padding: 12px;
        border-radius: 16px;
    }

    body.index .qualification img {
        height: auto;
        max-height: 330px;
        border-radius: 10px;
        object-fit: contain;
        background: #f7f9fc;
    }

    body.index .qualification span {
        padding: 13px 4px 3px;
        margin: 0;
        color: #405169;
        font-size: 13px;
    }

    body.index .contact-panel {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.index .contact-item {
        display: flex;
        min-height: 66px;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 14px 16px;
        border: 1px solid #e2eaf3;
        border-radius: 14px;
        text-align: left;
    }

    body.index .contact-item h3 {
        margin: 0;
        color: #748397;
        font-size: 12px;
    }

    body.index .contact-item p,
    body.index .contact-item a {
        color: #1a2a40;
        font-size: 13px;
        font-weight: 600;
        text-align: right;
    }

    /* Shared footer */
    body.index .footer {
        margin-top: 0;
        color: #91a0b4;
        background: #162236;
    }

    body.index .footer .wrap {
        padding-top: 38px;
        padding-bottom: 24px;
    }

    body.index .footer .footer-service {
        display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
        grid-template-areas:
            "about friend"
            "help qrcode";
        align-items: start;
        gap: 26px 24px;
    }

    body.index .footer .service-support {
        display: none !important;
    }

    body.index .footer .service-about {
        grid-area: about;
    }

    body.index .footer .service-friend {
        grid-area: friend;
        width: fit-content;
        justify-self: center;
    }

    body.index .footer .service-help {
        grid-area: help;
        min-width: 0;
    }

    body.index .footer .service-qrcode {
        grid-area: qrcode;
        width: fit-content;
        justify-self: center;
    }

    body.index .footer .footer-service dl,
    body.index .footer .footer-service .service-qrcode {
        float: none;
        width: 100%;
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    body.index .footer .footer-service .service-friend,
    body.index .footer .footer-service .service-qrcode {
        width: fit-content;
        max-width: 100%;
        justify-self: center;
    }

    body.index .footer .footer-service dt {
        margin-bottom: 10px;
        color: #e2e8f0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
    }

    body.index .footer .footer-service dd,
    body.index .footer .footer-service dd a {
        margin-top: 0;
        color: #94a3b8 !important;
        font-size: 13px;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }

    body.index .footer .footer-service dd,
    body.index .footer .footer-service dd a {
        min-height: 28px;
    }

    body.index .footer .footer-service dd a {
        display: inline-flex;
        align-items: center;
    }

    body.index .footer .footer-service .service-qrcode {
        grid-column: auto;
        align-self: start;
        width: fit-content;
        padding-top: 0;
        text-align: left;
    }

    body.index .footer .footer-service .service-qrcode dt {
        font-size: 0;
        line-height: 1.5;
    }

    body.index .footer .footer-service .service-qrcode dt::after {
        content: "关注公众号";
        font-size: 14px;
        font-weight: 600;
    }

    body.index .footer .footer-service .service-qrcode .img-qrcode {
        width: 104px;
        height: 104px;
        display: block;
        margin: 0;
        padding: 6px;
        border-radius: 12px;
        background: #fff;
        box-sizing: border-box;
    }

    body.index .footer-beian {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 14px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, .08);
        color: #718096;
        font-size: 10px;
        line-height: 1.55;
        text-align: center;
    }

    /* Backend footer HTML may nest another .footer-beian inside config_get('footer') */
    body.index .footer-beian > span {
        display: block;
        width: 100%;
    }

    body.index .footer-beian .footer-beian {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: center;
    }

    body.index .footer-beian a,
    body.index .footer-beian .footer-beian a,
    body.index .footer-beian .footer-beian span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: inherit;
        text-align: center;
    }

    body.index .footer-beian img {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }
}

@media (max-width: 380px) {
    body.index .brand-title {
        font-size: 32px;
    }

    body.index .about-title {
        font-size: 34px;
    }

    body.index .platform ul {
        grid-template-columns: 1fr;
    }

    body.index .footer .footer-service {
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    }

    body.index .footer .footer-service .service-qrcode {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-drawer-mask,
    .mobile-drawer {
        transition-duration: .01ms;
    }

    body.index .partners .logo-scroll-inner {
        animation: none !important;
    }
}
