.zjlaihe-wechat-launch-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.62);
    z-index: 10000;
}

.zjlaihe-wechat-launch-modal.is-active {
    display: flex;
}

.zjlaihe-phone-launch-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.62);
    z-index: 10000;
}

.zjlaihe-phone-launch-modal.is-active {
    display: flex;
}

.zjlaihe-wechat-launch-modal__card {
    position: relative;
    width: min(100%, 360px);
    padding: 28px 24px 24px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    text-align: center;
}

.zjlaihe-phone-launch-modal__card {
    position: relative;
    width: min(100%, 360px);
    padding: 28px 24px 24px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    text-align: center;
}

.zjlaihe-wechat-launch-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
}

.zjlaihe-phone-launch-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
}

.zjlaihe-wechat-launch-modal__title {
    margin: 0;
    color: #1e293b;
    font-size: 1.18rem;
    font-weight: 700;
}

.zjlaihe-phone-launch-modal__title {
    margin: 0;
    color: #1e293b;
    font-size: 1.18rem;
    font-weight: 700;
}

.zjlaihe-wechat-launch-modal__text {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.7;
}

.zjlaihe-phone-launch-modal__text {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.7;
}

.zjlaihe-wechat-launch-modal__qr {
    width: min(100%, 216px);
    margin: 18px auto 0;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fafc, #eef7f1);
}

.zjlaihe-wechat-launch-modal__qr img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.zjlaihe-wechat-launch-modal__account {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(145deg, #f7fbf8, #eefaf2);
    border: 1px solid rgba(7, 193, 96, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.zjlaihe-wechat-launch-modal__account-label {
    color: #4b5563;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zjlaihe-wechat-launch-modal__account-value {
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.zjlaihe-wechat-launch-modal__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
}

.zjlaihe-wechat-launch-modal__copy {
    width: 100%;
    border: 1px solid rgba(7, 193, 96, 0.16);
    background: linear-gradient(135deg, #07c160 0%, #0f9f54 100%);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(7, 193, 96, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.zjlaihe-wechat-launch-modal__copy:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(7, 193, 96, 0.28);
}

.zjlaihe-wechat-launch-modal__hint {
    margin: 14px 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.zjlaihe-phone-launch-modal__number-wrap {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(145deg, #f8fafc, #eef4ff);
    border: 1px solid rgba(2, 116, 190, 0.14);
}

.zjlaihe-phone-launch-modal__number {
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.zjlaihe-phone-launch-modal__copy,
.zjlaihe-phone-launch-modal__call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
}

.zjlaihe-phone-launch-modal__copy {
    border: 1px solid rgba(2, 116, 190, 0.16);
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
}

.zjlaihe-phone-launch-modal__call {
    background: linear-gradient(135deg, #0274be 0%, #0256a0 100%);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(2, 116, 190, 0.22);
}

.zjlaihe-phone-launch-modal__call:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(2, 116, 190, 0.28);
}

@media (max-width: 768px) {
    .zjlaihe-wechat-launch-modal {
        padding: 18px;
    }

    .zjlaihe-phone-launch-modal {
        padding: 18px;
    }

    .zjlaihe-wechat-launch-modal__card {
        padding: 24px 20px 20px;
    }

    .zjlaihe-phone-launch-modal__card {
        padding: 24px 20px 20px;
    }
}
