/* ============================================
   merchant-in.css — 商家入驻申请 + 结果页（滕达智能版）
   类名前缀：.zh_mc_reg_* / .zh_mc_res_*
   ============================================ */

/* ============================================
   ① Hero 招商横幅 — banner.jpg 背景 + 蓝青蒙板
   ============================================ */
.zh_mc_reg_hero {
    position: relative;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.zh_mc_reg_hero_mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(13, 27, 54, 0.86) 0%,
        rgba(30, 95, 217, 0.78) 50%,
        rgba(46, 189, 184, 0.6) 100%);
}

.zh_mc_reg_hero_mask::after {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46, 189, 184, 0.32) 0%, transparent 65%);
    top: -120px;
    right: -120px;
}

.zh_mc_reg_hero_inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 20px 56px;
}

.zh_mc_reg_crumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 36px;
}

.zh_mc_reg_crumb a { color: rgba(255, 255, 255, 0.8); transition: color 0.2s; }
.zh_mc_reg_crumb a:hover { color: #fff; }
.zh_mc_reg_crumb i { font-size: 10px; opacity: 0.6; }
.zh_mc_reg_crumb span { color: #fff; font-weight: 500; }

.zh_mc_reg_hero_grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: center;
}

.zh_mc_reg_hero_eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    padding: 5px 16px;
    border-radius: 99px;
    margin-bottom: 18px;
}

.zh_mc_reg_hero_title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: 0.5px;
}

.zh_mc_reg_hero_title span {
    color: var(--zh-cyan-light);
    text-shadow: 0 2px 8px rgba(46, 189, 184, 0.3);
}

.zh_mc_reg_hero_sub {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.85;
    margin: 0 0 22px;
    max-width: 620px;
}

.zh_mc_reg_hero_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.zh_mc_reg_hero_chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
}

.zh_mc_reg_hero_chips i { color: var(--zh-cyan-light); }

.zh_mc_reg_hero_pill {}

.zh_mc_reg_hero_pill_link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    color: #fff;
    backdrop-filter: blur(6px);
    transition: all 0.2s;
}

.zh_mc_reg_hero_pill_link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

.zh_mc_reg_hero_pill_link > i:first-child {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.zh_mc_reg_hero_pill_link div { flex: 1; line-height: 1.4; }
.zh_mc_reg_hero_pill_link strong { display: block; font-size: 14.5px; font-weight: 600; margin-bottom: 2px; }
.zh_mc_reg_hero_pill_link small { font-size: 11.5px; color: rgba(255, 255, 255, 0.7); }
.zh_mc_reg_hero_pill_link > i:last-child { font-size: 14px; opacity: 0.7; transition: transform 0.2s; }
.zh_mc_reg_hero_pill_link:hover > i:last-child { transform: translateX(4px); opacity: 1; }

/* ============================================
   ② 4 步入驻流程 — 卡片式横向（带 hero 重叠上移）
   ============================================ */
.zh_mc_reg_steps_bar {
    position: relative;
    z-index: 2;
    margin-top: -28px;
    margin-bottom: 0;
    padding: 0 20px;
}

.zh_mc_reg_steps {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--zh-shadow-lg);
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.zh_mc_reg_step {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.zh_mc_reg_step_circle {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--zh-bg);
    color: var(--zh-text-3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.25s;
}

.zh_mc_reg_step_n {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fff;
    color: var(--zh-text-3);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 99px;
    font-style: normal;
    letter-spacing: 0.5px;
    border: 1px solid var(--zh-line);
}

.zh_mc_reg_step_text { display: flex; flex-direction: column; }
.zh_mc_reg_step_text strong { font-size: 14.5px; color: var(--zh-text); font-weight: 700; }
.zh_mc_reg_step_text span { font-size: 12px; color: var(--zh-text-3); margin-top: 2px; }

.zh_mc_reg_step_line {
    flex: 1;
    height: 2px;
    background: var(--zh-line);
    margin: 0 16px;
    min-width: 30px;
    position: relative;
}

.zh_mc_reg_step_line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--zh-grad-primary);
    width: 0;
    transition: width 0.3s;
}

.zh_mc_reg_step_active .zh_mc_reg_step_circle {
    background: var(--zh-grad-primary);
    color: #fff;
    box-shadow: var(--zh-shadow-hover);
}

.zh_mc_reg_step_active .zh_mc_reg_step_n {
    background: var(--zh-accent);
    color: #fff;
    border-color: var(--zh-accent);
}

.zh_mc_reg_step_active .zh_mc_reg_step_text strong { color: var(--zh-primary); }

/* ============================================
   主区双栏：左表单 + 右粘性提示
   ============================================ */
.zh_mc_reg_wrap {
    background: var(--zh-bg);
    padding: 40px 0 64px;
}

.zh_mc_reg_grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    align-items: start;
}

.zh_mc_reg_main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* 提示条 */
.zh_mc_reg_alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: var(--zh-radius-sm);
    font-size: 13.5px;
    line-height: 1.6;
}

.zh_mc_reg_alert > i { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.zh_mc_reg_alert strong { display: block; margin-bottom: 6px; }
.zh_mc_reg_alert ul { margin: 0; padding-left: 18px; }

.zh_mc_reg_alert_err {
    background: #fff1ec;
    color: #b53d18;
    border-left: 3px solid var(--zh-accent);
}

.zh_mc_reg_alert_ok {
    background: #e6f7ee;
    color: #1c6b3a;
    border-left: 3px solid #2BB673;
}

/* 表单卡 */
.zh_mc_reg_card {
    background: #fff;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.zh_mc_reg_card:hover { box-shadow: var(--zh-shadow-sm); }

.zh_mc_reg_cardhd {
    padding: 18px 24px;
    background: linear-gradient(135deg, var(--zh-bg) 0%, #fff 100%);
    border-bottom: 1px solid var(--zh-line);
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.zh_mc_reg_cardhd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--zh-grad-primary);
}

.zh_mc_reg_cardhd_num {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--zh-grad-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    box-shadow: var(--zh-shadow-hover);
}

.zh_mc_reg_cardhd_text { display: flex; flex-direction: column; gap: 2px; }

.zh_mc_reg_cardhd h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--zh-text);
    margin: 0;
    letter-spacing: 0.5px;
}

.zh_mc_reg_cardhd small {
    font-size: 11px;
    color: var(--zh-text-3);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.zh_mc_reg_body { padding: 24px; }

/* 表单字段 */
.zh_mc_reg_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.zh_mc_reg_row_3 { grid-template-columns: 1fr 1fr 1fr; }

.zh_mc_reg_field { margin-bottom: 16px; }
.zh_mc_reg_row .zh_mc_reg_field { margin-bottom: 0; }

.zh_mc_reg_label {
    display: block;
    font-size: 13px;
    color: var(--zh-text);
    font-weight: 500;
    margin-bottom: 8px;
}

.zh_mc_reg_req { color: var(--zh-accent); margin-left: 2px; }

.zh_mc_reg_input,
.zh_mc_reg_textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius-sm);
    background: #fff;
    font-size: 14px;
    color: var(--zh-text);
    outline: none;
    transition: all 0.2s;
    font-family: inherit;
}

.zh_mc_reg_input:focus,
.zh_mc_reg_textarea:focus {
    border-color: var(--zh-primary);
    box-shadow: 0 0 0 3px var(--zh-primary-tint);
}

.zh_mc_reg_textarea {
    min-height: 100px;
    resize: vertical;
}

.zh_mc_reg_hint {
    font-size: 11.5px;
    color: var(--zh-text-3);
    margin-top: 6px;
}

/* 文件上传 */
.zh_mc_reg_upload {
    position: relative;
    border: 2px dashed var(--zh-line);
    border-radius: var(--zh-radius-sm);
    padding: 22px 14px;
    text-align: center;
    color: var(--zh-text-3);
    cursor: pointer;
    transition: all 0.25s;
    background: var(--zh-bg-soft);
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.zh_mc_reg_upload:hover {
    border-color: var(--zh-primary);
    color: var(--zh-primary);
    background: var(--zh-primary-tint);
}

.zh_mc_reg_upload input[type="file"] { display: none; }

.zh_mc_reg_upload > i {
    font-size: 30px;
    margin-bottom: 8px;
    transition: color 0.25s;
}

.zh_mc_reg_upload:hover > i { color: var(--zh-primary); }

.zh_mc_reg_upload_tip {
    font-size: 13px;
    font-weight: 600;
    color: var(--zh-text);
}

.zh_mc_reg_upload_hint {
    font-size: 11px;
    color: var(--zh-text-3);
    margin-top: 4px;
    line-height: 1.5;
}

.zh_mc_reg_upload_wide { padding: 28px 22px; min-height: 160px; }

/* 已上传（含预览图） */
.zh_mc_reg_upload_filled {
    padding: 0;
    background: #fff;
    border-style: solid;
    border-color: var(--zh-primary);
}

.zh_mc_reg_upload_filled img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
}

.zh_mc_reg_upload_filled .zh_mc_reg_upload_hint {
    padding: 4px 0 10px;
    background: var(--zh-bg-soft);
    width: 100%;
    text-align: center;
}

/* 验证码 */
.zh_mc_reg_captcha {
    display: flex;
    gap: 10px;
    align-items: center;
}

.zh_mc_reg_captcha .zh_mc_reg_input { flex: 1; }

.zh_mc_reg_captcha img {
    height: 42px;
    border-radius: var(--zh-radius-sm);
    border: 1px solid var(--zh-line);
    cursor: pointer;
    flex-shrink: 0;
}

/* 同意 + 提交 */
.zh_mc_reg_agree {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 18px 0 16px;
    font-size: 13px;
    color: var(--zh-text-2);
    cursor: pointer;
    user-select: none;
}

.zh_mc_reg_agree input[type="checkbox"] {
    margin-top: 2px;
    accent-color: var(--zh-primary);
    cursor: pointer;
}

.zh_mc_reg_agree a {
    color: var(--zh-primary);
    text-decoration: underline;
}

.zh_mc_reg_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 22px;
    background: var(--zh-grad-primary);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: var(--zh-shadow-hover);
    letter-spacing: 1px;
}

.zh_mc_reg_submit:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 16px 30px rgba(30, 95, 217, 0.32);
}

.zh_mc_reg_submit:disabled,
.zh_mc_reg_submit.is_loading {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    filter: none;
    box-shadow: var(--zh-shadow-sm);
    pointer-events: none;
}

.zh_mc_reg_tip {
    text-align: center;
    font-size: 12px;
    color: var(--zh-text-3);
    margin: 12px 0 0;
}

/* ============================================
   右侧 sticky 提示卡
   ============================================ */
.zh_mc_reg_aside {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.zh_mc_reg_aside_card {
    background: #fff;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    padding: 22px 24px;
}

.zh_mc_reg_aside_h {
    font-size: 15px;
    font-weight: 700;
    color: var(--zh-text);
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--zh-line);
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    position: relative;
}

.zh_mc_reg_aside_h::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 2px;
    background: var(--zh-grad-primary);
    border-radius: 2px;
}

.zh_mc_reg_aside_h i {
    color: var(--zh-primary);
    background: var(--zh-primary-tint);
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.zh_mc_reg_aside_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zh_mc_reg_aside_item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px;
    border-radius: var(--zh-radius);
    background: var(--zh-bg);
    transition: all 0.2s;
}

.zh_mc_reg_aside_item:hover {
    background: var(--zh-primary-tint);
    transform: translateX(2px);
}

.zh_mc_reg_aside_icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    color: var(--zh-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: var(--zh-shadow-sm);
}

.zh_mc_reg_aside_item:nth-child(2) .zh_mc_reg_aside_icon { color: var(--zh-cyan); }
.zh_mc_reg_aside_item:nth-child(4) .zh_mc_reg_aside_icon { color: var(--zh-cyan); }

.zh_mc_reg_aside_item strong {
    display: block;
    font-size: 13.5px;
    color: var(--zh-text);
    font-weight: 700;
    margin-bottom: 3px;
}

.zh_mc_reg_aside_item p {
    font-size: 12px;
    color: var(--zh-text-2);
    line-height: 1.6;
    margin: 0;
}

/* 客服小卡 — 蓝青渐变 */
.zh_mc_reg_aside_help {
    position: relative;
    overflow: hidden;
    background: var(--zh-grad-primary);
    border-color: transparent;
    color: #fff;
    text-align: center;
    box-shadow: var(--zh-shadow-hover);
}

.zh_mc_reg_aside_help::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, transparent 70%);
}

.zh_mc_reg_aside_help_icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    backdrop-filter: blur(4px);
}

.zh_mc_reg_aside_help h5 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #fff;
    letter-spacing: 0.5px;
}

.zh_mc_reg_aside_help p {
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 10px;
}

.zh_mc_reg_aside_help strong {
    position: relative;
    display: block;
    font-size: 22px;
    font-family: "Arial", sans-serif;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.zh_mc_reg_aside_help_btn {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    color: var(--zh-primary-deep);
    font-size: 12.5px;
    font-weight: 600;
    border-radius: 99px;
    transition: all 0.2s;
}

.zh_mc_reg_aside_help_btn:hover {
    background: var(--zh-dark);
    color: #fff;
    transform: translateY(-2px);
}

/* 审核时长 */
.zh_mc_reg_aside_time {
    background: var(--zh-cyan-tint);
    border-color: var(--zh-cyan-soft);
    border-left: 3px solid var(--zh-cyan);
}

.zh_mc_reg_aside_time h5 {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--zh-cyan);
    margin: 0 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.zh_mc_reg_aside_time p {
    font-size: 12.5px;
    color: var(--zh-text-2);
    line-height: 1.75;
    margin: 0;
}

.zh_mc_reg_aside_time strong { color: var(--zh-cyan); font-weight: 700; }

/* ============================================
   入驻结果页 — 居中大对勾卡
   ============================================ */
.zh_mc_res_wrap {
    background: var(--zh-bg);
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
}

.zh_mc_res_card {
    background: #fff;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius-sm);
    padding: 48px 48px 36px;
    text-align: center;
    max-width: 720px;
    width: 100%;
    box-shadow: 0 18px 38px rgba(27, 31, 42, 0.06);
    border-top: 4px solid var(--zh-primary);
}

/* 大对勾图标 */
.zh_mc_res_icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--zh-primary-tint);
    color: var(--zh-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
}

.zh_mc_res_icon::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--zh-primary);
    opacity: 0.35;
}

.zh_mc_res_icon i { font-size: 48px; }

.zh_mc_res_title {
    font-size: 28px;
    font-weight: 700;
    color: var(--zh-text);
    margin: 0 0 10px;
}

.zh_mc_res_sub {
    font-size: 14px;
    color: var(--zh-text-2);
    line-height: 1.7;
    margin: 0 0 6px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.zh_mc_res_notice {
    font-size: 13px;
    color: var(--zh-text-3);
    margin: 0 0 32px;
}

.zh_mc_res_notice strong {
    color: var(--zh-primary);
    font-weight: 600;
}

/* 4 步进度（结果页用） */
.zh_mc_res_steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 24px 0;
    margin: 0 0 28px;
    background: var(--zh-bg-soft);
    border-radius: var(--zh-radius-sm);
    position: relative;
}

.zh_mc_res_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.zh_mc_res_step + .zh_mc_res_step::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: var(--zh-line);
    z-index: 0;
}

.zh_mc_res_step_done + .zh_mc_res_step::before { background: var(--zh-primary); }

.zh_mc_res_step_circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--zh-line);
    color: var(--zh-text-3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.25s;
}

.zh_mc_res_step_text { display: flex; flex-direction: column; gap: 4px; }
.zh_mc_res_step_text strong { font-size: 13px; color: var(--zh-text); font-weight: 600; }
.zh_mc_res_step_text span { font-size: 11px; color: var(--zh-text-3); }

.zh_mc_res_step_done .zh_mc_res_step_circle {
    background: var(--zh-primary);
    border-color: var(--zh-primary);
    color: #fff;
}
.zh_mc_res_step_done .zh_mc_res_step_text strong { color: var(--zh-primary); }

.zh_mc_res_step_active .zh_mc_res_step_circle {
    background: #fff;
    border-color: var(--zh-primary);
    color: var(--zh-primary);
    box-shadow: 0 0 0 4px var(--zh-primary-tint);
}
.zh_mc_res_step_active .zh_mc_res_step_text strong { color: var(--zh-primary); }

/* 操作按钮 */
.zh_mc_res_actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

/* 温馨提示 */
.zh_mc_res_tips {
    text-align: left;
    padding: 18px 22px;
    background: var(--zh-bg-soft);
    border-radius: var(--zh-radius-sm);
    border-left: 3px solid var(--zh-primary);
}

.zh_mc_res_tips h5 {
    font-size: 13px;
    font-weight: 600;
    color: var(--zh-text);
    margin: 0 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.zh_mc_res_tips h5 i { color: var(--zh-primary); }

.zh_mc_res_tips ul {
    margin: 0;
    padding-left: 18px;
    font-size: 12.5px;
    color: var(--zh-text-2);
    line-height: 1.85;
}

.zh_mc_res_tips ul strong {
    color: var(--zh-primary);
    font-family: "Arial", sans-serif;
    font-weight: 600;
}

/* ============================================
   响应式
   ============================================ */
@media (max-width: 1199px) {
    .zh_mc_reg_steps { max-width: 100%; }
    .zh_mc_reg_step_text strong { font-size: 13.5px; }
    .zh_mc_reg_hero_title { font-size: 34px; }
}

@media (max-width: 991px) {
    .zh_mc_reg_hero_inner { padding: 24px 20px 48px; }
    .zh_mc_reg_hero_grid { grid-template-columns: 1fr; gap: 24px; }
    .zh_mc_reg_hero_title { font-size: 30px; }
    .zh_mc_reg_hero_pill { max-width: 360px; }

    .zh_mc_reg_grid { grid-template-columns: 1fr; }
    .zh_mc_reg_aside { position: static; flex-direction: row; gap: 14px; flex-wrap: wrap; }
    .zh_mc_reg_aside_card { flex: 1; min-width: 240px; }

    .zh_mc_reg_steps_bar { padding: 0 14px; }
    .zh_mc_reg_steps { padding: 20px 22px; overflow-x: auto; }

    .zh_mc_reg_row_3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    .zh_mc_reg_hero_inner { padding: 20px 16px 56px; }
    .zh_mc_reg_hero_title { font-size: 24px; }
    .zh_mc_reg_hero_sub { font-size: 13px; }
    .zh_mc_reg_hero_eyebrow { font-size: 11px; letter-spacing: 3px; }

    .zh_mc_reg_steps { padding: 16px 14px; }
    .zh_mc_reg_step_text { display: none; }
    .zh_mc_reg_step_circle { width: 42px; height: 42px; font-size: 16px; border-radius: 12px; }
    .zh_mc_reg_step_n { font-size: 9px; padding: 1px 5px; }
    .zh_mc_reg_step_line { margin: 0 8px; min-width: 12px; }

    .zh_mc_reg_grid { padding: 0 12px; gap: 16px; }
    .zh_mc_reg_aside { flex-direction: column; }
    .zh_mc_reg_aside_help, .zh_mc_reg_aside_time { display: none; }

    .zh_mc_reg_cardhd { padding: 14px 16px; gap: 12px; }
    .zh_mc_reg_cardhd_num { width: 32px; height: 32px; font-size: 12px; }
    .zh_mc_reg_cardhd h3 { font-size: 15px; }
    .zh_mc_reg_body { padding: 18px 16px; }
    .zh_mc_reg_row { grid-template-columns: 1fr; gap: 12px; }
    .zh_mc_reg_row_3 { grid-template-columns: 1fr; }

    .zh_mc_res_card { padding: 36px 22px 24px; }
    .zh_mc_res_icon { width: 88px; height: 88px; }
    .zh_mc_res_icon i { font-size: 36px; }
    .zh_mc_res_title { font-size: 22px; }

    .zh_mc_res_steps { grid-template-columns: 1fr 1fr; row-gap: 18px; padding: 18px 0; }
    .zh_mc_res_step + .zh_mc_res_step::before { display: none; }
    .zh_mc_res_step_circle { width: 38px; height: 38px; font-size: 14px; }

    .zh_mc_res_actions .zh_pb_btn { flex: 1; justify-content: center; }
}
