/* ============================================
   merchant-in.css — 商家入驻申请 + 结果页（信言方兴新版）
   类名沿用 .zh_mc_reg_* / .zh_mc_res_*，配色藏蓝 + 橙
   ============================================ */

/* ============================================
   入驻 Hero
   ============================================ */
.zh_mc_reg_hero { background-size: cover; background-position: center; position: relative; }
.zh_mc_reg_hero_mask { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(20,49,95,.94) 0%, rgba(47,111,224,.82) 100%); }
.zh_mc_reg_hero_inner { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 40px 20px 48px; }
.zh_mc_reg_crumb { font-size: 12.5px; color: rgba(255,255,255,.7); margin-bottom: 22px; display: flex; align-items: center; gap: 8px; }
.zh_mc_reg_crumb a { color: rgba(255,255,255,.7); }
.zh_mc_reg_crumb a:hover { color: #fff; }
.zh_mc_reg_crumb i { font-size: 10px; }
.zh_mc_reg_hero_grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.zh_mc_reg_hero_eyebrow { font-size: 12px; letter-spacing: 3px; color: var(--xy-orange); font-weight: 700; }
.zh_mc_reg_hero_title { font-size: 38px; font-weight: 800; color: #fff; line-height: 1.25; margin: 12px 0 14px; }
.zh_mc_reg_hero_title span { color: var(--xy-orange); }
.zh_mc_reg_hero_sub { font-size: 14.5px; color: rgba(255,255,255,.85); line-height: 1.8; max-width: 640px; margin-bottom: 18px; }
.zh_mc_reg_hero_chips { display: flex; flex-wrap: wrap; gap: 12px; }
.zh_mc_reg_hero_chips span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); padding: 6px 14px; border-radius: 999px; }
.zh_mc_reg_hero_chips i { color: var(--xy-orange); }
.zh_mc_reg_hero_pill_link { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; padding: 16px 20px; color: #fff; transition: all .2s; min-width: 240px; }
.zh_mc_reg_hero_pill_link:hover { color: #fff; background: rgba(255,255,255,.2); }
.zh_mc_reg_hero_pill_link > i:first-child { font-size: 24px; color: var(--xy-orange); }
.zh_mc_reg_hero_pill_link strong { display: block; font-size: 14px; }
.zh_mc_reg_hero_pill_link small { font-size: 12px; color: rgba(255,255,255,.7); }
.zh_mc_reg_hero_pill_link > i:last-child { margin-left: auto; font-size: 13px; }

/* 4 步流程 */
.zh_mc_reg_steps_bar { background: #fff; border-bottom: 1px solid var(--xy-line); }
.zh_mc_reg_steps { max-width: 1000px; margin: 0 auto; padding: 28px 20px; display: flex; align-items: center; }
.zh_mc_reg_step { display: flex; align-items: center; gap: 12px; }
.zh_mc_reg_step_circle { position: relative; width: 48px; height: 48px; border-radius: 14px; background: var(--xy-bg); border: 1px solid var(--xy-line); color: var(--xy-text-3); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.zh_mc_reg_step_n { position: absolute; top: -6px; right: -6px; font-size: 10px; font-weight: 700; background: var(--xy-text-3); color: #fff; padding: 1px 5px; border-radius: 6px; font-style: normal; }
.zh_mc_reg_step_text strong { display: block; font-size: 14px; color: var(--xy-navy); font-weight: 700; }
.zh_mc_reg_step_text span { font-size: 12px; color: var(--xy-text-3); }
.zh_mc_reg_step_line { flex: 1; height: 2px; background: var(--xy-line); margin: 0 14px; }
.zh_mc_reg_step_active .zh_mc_reg_step_circle { background: var(--xy-grad-orange); border-color: transparent; color: #fff; box-shadow: 0 6px 16px rgba(255,122,24,.3); }
.zh_mc_reg_step_active .zh_mc_reg_step_n { background: var(--xy-orange); }

/* 主体 2 栏 */
.zh_mc_reg_wrap { max-width: 1280px; margin: 0 auto; padding: 32px 20px 56px; }
.zh_mc_reg_grid { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.zh_mc_reg_main { min-width: 0; display: flex; flex-direction: column; gap: 20px; }

.zh_mc_reg_alert { display: flex; align-items: flex-start; gap: 10px; padding: 14px 18px; border-radius: 12px; font-size: 13.5px; }
.zh_mc_reg_alert_err { background: #fdecec; color: #c0392b; }
.zh_mc_reg_alert_ok { background: #e8f7ee; color: #1c8a4e; }
.zh_mc_reg_alert ul { margin: 6px 0 0; padding-left: 18px; }

.zh_mc_reg_card { background: #fff; border: 1px solid var(--xy-line); border-radius: 16px; overflow: hidden; }
.zh_mc_reg_cardhd { display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-bottom: 1px solid var(--xy-line); background: var(--xy-bg); }
.zh_mc_reg_cardhd_num { width: 38px; height: 38px; border-radius: 10px; background: var(--xy-grad-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: "Arial"; }
.zh_mc_reg_cardhd_text h3 { font-size: 16px; font-weight: 700; color: var(--xy-navy); }
.zh_mc_reg_cardhd_text small { font-size: 11px; letter-spacing: 2px; color: var(--xy-text-3); }
.zh_mc_reg_body { padding: 22px 24px; }
.zh_mc_reg_row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.zh_mc_reg_row_3 { grid-template-columns: repeat(3, 1fr); }
.zh_mc_reg_field { margin-bottom: 18px; }
.zh_mc_reg_field:last-child { margin-bottom: 0; }
.zh_mc_reg_label { display: block; font-size: 13.5px; font-weight: 600; color: var(--xy-navy); margin-bottom: 8px; }
.zh_mc_reg_req { color: var(--xy-orange); }
.zh_mc_reg_input { width: 100%; height: 44px; border: 1.5px solid var(--xy-line); border-radius: 10px; padding: 0 14px; font-size: 14px; color: var(--xy-text); outline: none; transition: all .2s; font-family: inherit; }
.zh_mc_reg_input:focus { border-color: var(--xy-blue); box-shadow: 0 0 0 3px rgba(47,111,224,.1); }
.zh_mc_reg_textarea { width: 100%; min-height: 110px; border: 1.5px solid var(--xy-line); border-radius: 10px; padding: 12px 14px; font-size: 14px; color: var(--xy-text); outline: none; resize: vertical; font-family: inherit; transition: all .2s; }
.zh_mc_reg_textarea:focus { border-color: var(--xy-blue); box-shadow: 0 0 0 3px rgba(47,111,224,.1); }
.zh_mc_reg_hint { font-size: 12px; color: var(--xy-text-3); margin-top: 6px; }

/* 上传框 */
.zh_mc_reg_upload { border: 2px dashed var(--xy-line); border-radius: 12px; padding: 24px 16px; text-align: center; cursor: pointer; transition: all .2s; background: var(--xy-bg); }
.zh_mc_reg_upload:hover { border-color: var(--xy-blue); background: var(--xy-blue-tint); }
.zh_mc_reg_upload input[type="file"] { display: none; }
.zh_mc_reg_upload > i { font-size: 30px; color: var(--xy-blue); margin-bottom: 10px; }
.zh_mc_reg_upload_tip { font-size: 13.5px; color: var(--xy-navy); font-weight: 600; }
.zh_mc_reg_upload_hint { font-size: 11.5px; color: var(--xy-text-3); margin-top: 4px; }
.zh_mc_reg_upload_wide { padding: 20px; }
.zh_mc_reg_upload_filled { border-style: solid; border-color: var(--xy-orange); padding: 12px; }
.zh_mc_reg_upload_filled img { max-width: 100%; max-height: 120px; border-radius: 8px; margin: 0 auto; }

.zh_mc_reg_captcha { display: flex; gap: 12px; }
.zh_mc_reg_captcha .zh_mc_reg_input { flex: 1; }
.zh_mc_reg_captcha img { height: 44px; width: 120px; border-radius: 10px; cursor: pointer; border: 1px solid var(--xy-line); object-fit: cover; }

.zh_mc_reg_agree { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--xy-text-2); margin: 18px 0; }
.zh_mc_reg_agree a { color: var(--xy-blue); }
.zh_mc_reg_submit { width: 100%; max-width: 360px; height: 50px; border: none; border-radius: 999px; background: var(--xy-grad-orange); color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 8px 20px rgba(255,122,24,.3); transition: all .2s; }
.zh_mc_reg_submit:hover { transform: translateY(-2px); }
.zh_mc_reg_submit.is_loading { opacity: .7; cursor: wait; }
.zh_mc_reg_tip { font-size: 12.5px; color: var(--xy-text-3); margin-top: 14px; }

/* 右侧 aside */
.zh_mc_reg_aside { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 92px; }
.zh_mc_reg_aside_card { background: #fff; border: 1px solid var(--xy-line); border-radius: 16px; padding: 22px; }
.zh_mc_reg_aside_h { font-size: 15px; font-weight: 700; color: var(--xy-navy); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.zh_mc_reg_aside_h i { color: var(--xy-orange); }
.zh_mc_reg_aside_list { display: flex; flex-direction: column; gap: 14px; }
.zh_mc_reg_aside_item { display: flex; gap: 12px; }
.zh_mc_reg_aside_icon { width: 40px; height: 40px; border-radius: 10px; background: var(--xy-blue-tint); color: var(--xy-blue); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.zh_mc_reg_aside_item strong { display: block; font-size: 13.5px; color: var(--xy-navy); }
.zh_mc_reg_aside_item p { font-size: 12px; color: var(--xy-text-3); line-height: 1.5; }
.zh_mc_reg_aside_help { background: var(--xy-grad-navy); color: #fff; text-align: center; }
.zh_mc_reg_aside_help_icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.16); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 12px; }
.zh_mc_reg_aside_help h5 { font-size: 15px; color: #fff; margin-bottom: 4px; }
.zh_mc_reg_aside_help p { font-size: 12px; color: rgba(255,255,255,.7); margin-bottom: 10px; }
.zh_mc_reg_aside_help strong { display: block; font-size: 22px; font-family: "Arial"; color: var(--xy-orange); margin-bottom: 12px; }
.zh_mc_reg_aside_help_btn { display: inline-block; padding: 8px 22px; background: #fff; color: var(--xy-navy); border-radius: 999px; font-size: 13px; font-weight: 600; }
.zh_mc_reg_aside_help_btn:hover { background: var(--xy-orange); color: #fff; }
.zh_mc_reg_aside_time h5 { font-size: 14px; color: var(--xy-navy); margin-bottom: 8px; }
.zh_mc_reg_aside_time h5 i { color: var(--xy-orange); margin-right: 6px; }
.zh_mc_reg_aside_time p { font-size: 12.5px; color: var(--xy-text-2); line-height: 1.7; }
.zh_mc_reg_aside_time strong { color: var(--xy-orange); }

/* ============================================
   结果页
   ============================================ */
.zh_mc_res_wrap { max-width: 720px; margin: 0 auto; padding: 50px 20px 60px; }
.zh_mc_res_card { background: #fff; border: 1px solid var(--xy-line); border-radius: 22px; padding: 44px 40px; text-align: center; box-shadow: 0 16px 40px rgba(18,43,82,.08); }
.zh_mc_res_icon { width: 84px; height: 84px; border-radius: 50%; background: var(--xy-grad-orange); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 38px; margin-bottom: 20px; box-shadow: 0 10px 24px rgba(255,122,24,.32); }
.zh_mc_res_title { font-size: 26px; font-weight: 800; color: var(--xy-navy); margin-bottom: 10px; }
.zh_mc_res_sub { font-size: 14px; color: var(--xy-text-2); line-height: 1.7; margin-bottom: 6px; }
.zh_mc_res_notice { font-size: 13px; color: var(--xy-text-3); margin-bottom: 28px; }
.zh_mc_res_notice strong { color: var(--xy-orange); }
.zh_mc_res_steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: left; margin-bottom: 30px; }
.zh_mc_res_step { background: var(--xy-bg); border-radius: 12px; padding: 16px 14px; }
.zh_mc_res_step_circle { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid var(--xy-line); color: var(--xy-text-3); display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 10px; }
.zh_mc_res_step_text strong { display: block; font-size: 13px; color: var(--xy-navy); }
.zh_mc_res_step_text span { font-size: 11.5px; color: var(--xy-text-3); }
.zh_mc_res_step_done .zh_mc_res_step_circle { background: var(--xy-navy); border-color: transparent; color: #fff; }
.zh_mc_res_step_active { background: var(--xy-orange-tint); }
.zh_mc_res_step_active .zh_mc_res_step_circle { background: var(--xy-grad-orange); border-color: transparent; color: #fff; }
.zh_mc_res_actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.zh_mc_res_tips { text-align: left; background: var(--xy-bg); border-radius: 14px; padding: 20px 24px; }
.zh_mc_res_tips h5 { font-size: 14px; color: var(--xy-navy); margin-bottom: 12px; }
.zh_mc_res_tips h5 i { color: var(--xy-orange); margin-right: 6px; }
.zh_mc_res_tips ul { padding-left: 18px; display: flex; flex-direction: column; gap: 8px; }
.zh_mc_res_tips li { font-size: 13px; color: var(--xy-text-2); line-height: 1.6; }
.zh_mc_res_tips strong { color: var(--xy-orange); }

@media (max-width: 991px) {
    .zh_mc_reg_grid { grid-template-columns: 1fr; }
    .zh_mc_reg_aside { position: static; flex-direction: row; flex-wrap: wrap; }
    .zh_mc_reg_aside_card { flex: 1; min-width: 260px; }
    .zh_mc_reg_hero_grid { grid-template-columns: 1fr; }
    .zh_mc_reg_steps { flex-wrap: wrap; gap: 12px; }
    .zh_mc_reg_step_line { display: none; }
    .zh_mc_reg_step { flex: 1; min-width: 130px; }
}
@media (max-width: 767px) {
    .zh_mc_reg_hero_title { font-size: 27px; }
    .zh_mc_reg_row, .zh_mc_reg_row_3 { grid-template-columns: 1fr; }
    .zh_mc_res_steps { grid-template-columns: 1fr 1fr; }
    .zh_mc_res_card { padding: 32px 22px; }
}
