/* ============================================================
   首页专用样式 —「门户资讯风」藏青 + 橙金  v5.0
   依赖 layouts/app.blade.php 中定义的 CSS 变量
   ============================================================ */

/* ========== 首屏三栏区 ========== */
.zh_hometop { background: var(--zh-bg); padding: 26px 0 30px; }
.zh_hometop_grid {
    display: grid;
    grid-template-columns: 252px 1fr 288px;
    gap: 20px;
    align-items: stretch;
}

/* 左：分类导航栏 */
.zh_side_cat {
    background: #fff; border: 1px solid var(--zh-border);
    border-radius: var(--zh-radius-lg); box-shadow: var(--zh-shadow-card);
    overflow: hidden; display: flex; flex-direction: column;
}
.zh_side_cat_head {
    display: flex; align-items: center; gap: 8px;
    padding: 14px 18px; background: var(--zh-gradient-primary);
    color: #fff; font-size: 15.5px; font-weight: 700;
}
.zh_side_cat_head i { color: #fff; opacity: .9; }
.zh_side_cat_list { padding: 6px 0; flex: 1; }
.zh_side_cat_item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 18px; font-size: 14.5px; color: var(--zh-text-primary);
    border-left: 3px solid transparent; transition: all .2s ease;
}
.zh_side_cat_item .zh_sci_ico {
    width: 34px; height: 34px; flex-shrink: 0; border-radius: var(--zh-radius-sm);
    background: var(--zh-primary-soft); color: var(--zh-primary);
    display: inline-flex; align-items: center; justify-content: center; font-size: 15px;
    transition: all .2s ease;
}
.zh_side_cat_item .zh_sci_name { flex: 1; font-weight: 600; }
.zh_side_cat_item .zh_sci_count { font-size: 12px; color: var(--zh-text-muted); }
.zh_side_cat_item:hover { background: var(--zh-primary-tint); border-left-color: var(--zh-accent); color: var(--zh-primary); }
.zh_side_cat_item:hover .zh_sci_ico { background: var(--zh-accent); color: #fff; }
.zh_side_cat_item:hover .zh_sci_count { color: var(--zh-accent-deep); }
.zh_side_cat_foot { padding: 12px 18px; border-top: 1px dashed var(--zh-border); display: flex; gap: 8px; }
.zh_side_cat_foot a {
    flex: 1; text-align: center; padding: 8px 0; font-size: 13px; font-weight: 600;
    border-radius: var(--zh-radius-sm); transition: all .2s ease;
}
.zh_side_cat_foot .zh_scf_all { background: var(--zh-primary-soft); color: var(--zh-primary); }
.zh_side_cat_foot .zh_scf_all:hover { background: var(--zh-primary); color: #fff; }
.zh_side_cat_foot .zh_scf_join { background: var(--zh-accent-soft); color: var(--zh-accent-deep); }
.zh_side_cat_foot .zh_scf_join:hover { background: var(--zh-accent); color: #fff; }

/* 中：轮播 */
.zh_home_carousel { position: relative; border-radius: var(--zh-radius-lg); overflow: hidden; box-shadow: var(--zh-shadow-card); min-height: 300px; }
.zh_home_carousel .swiper, .zh_home_carousel .swiper-container { height: 100%; }
.zh_hc_slide { position: relative; height: 100%; min-height: 300px; display: flex; align-items: center; overflow: hidden; }
.zh_hc_slide_bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.zh_hc_slide_mask { position: absolute; inset: 0; }
.zh_hc_slide.zh_hc_img .zh_hc_slide_mask { background: linear-gradient(100deg, rgba(43,27,18,.86) 0%, rgba(214,62,10,.55) 46%, rgba(255,106,0,.05) 72%); }
.zh_hc_slide.zh_hc_navy { background: var(--zh-gradient-primary); }
.zh_hc_slide.zh_hc_navy::after { content: ""; position: absolute; top: -80px; right: -60px; width: 320px; height: 320px; background: var(--zh-gradient-glow); }
.zh_hc_slide.zh_hc_deep { background: var(--zh-gradient-deep); }
.zh_hc_slide.zh_hc_deep::after { content: ""; position: absolute; bottom: -100px; left: -40px; width: 320px; height: 320px; background: var(--zh-gradient-glow-b); }
.zh_hc_inner { position: relative; z-index: 2; padding: 0 44px; max-width: 620px; color: #fff; }
.zh_hc_badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; font-size: 12.5px; font-weight: 600; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); border-radius: var(--zh-radius-pill); margin-bottom: 16px; }
.zh_hc_badge i { color: var(--zh-accent); }
.zh_hc_title { font-size: clamp(24px, 3vw, 36px); font-weight: 800; line-height: 1.28; margin: 0 0 14px; color: #fff; }
.zh_hc_title span { color: #FDD9A8; }
.zh_hc_desc { font-size: 14.5px; line-height: 1.75; color: rgba(255,255,255,.86); margin: 0 0 22px; max-width: 480px; }
.zh_hc_btns { display: flex; gap: 12px; flex-wrap: wrap; }
.zh_hc_btns .zh_btn { box-shadow: 0 8px 22px rgba(0,0,0,.18); }
/* swiper 控件配色 */
.zh_home_carousel .swiper-pagination-bullet { background: #fff; opacity: .5; width: 9px; height: 9px; }
.zh_home_carousel .swiper-pagination-bullet-active { opacity: 1; background: var(--zh-accent); width: 22px; border-radius: 5px; }
.zh_home_carousel .swiper-button-next, .zh_home_carousel .swiper-button-prev { color: #fff; width: 38px; height: 38px; background: rgba(0,0,0,.22); border-radius: 50%; transition: background .2s ease; }
.zh_home_carousel .swiper-button-next:hover, .zh_home_carousel .swiper-button-prev:hover { background: var(--zh-accent); }
.zh_home_carousel .swiper-button-next::after, .zh_home_carousel .swiper-button-prev::after { font-size: 15px; font-weight: 700; }

/* 右：入驻/联系面板 */
.zh_home_aside { display: flex; flex-direction: column; gap: 20px; }
.zh_aside_join {
    background: var(--zh-gradient-deep); color: #fff; border-radius: var(--zh-radius-lg);
    padding: 22px 20px; position: relative; overflow: hidden; box-shadow: var(--zh-shadow-card);
}
.zh_aside_join::after { content: ""; position: absolute; top: -60px; right: -50px; width: 200px; height: 200px; background: var(--zh-gradient-glow); }
.zh_aside_join_h { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.zh_aside_join_h i { color: var(--zh-accent); }
.zh_aside_join p { position: relative; z-index: 2; font-size: 13px; color: rgba(255,255,255,.78); line-height: 1.7; margin: 0 0 16px; }
.zh_aside_join .zh_btn { position: relative; z-index: 2; width: 100%; }
.zh_aside_login { position: relative; z-index: 2; text-align: center; margin-top: 10px; font-size: 12.5px; color: rgba(255,255,255,.7); }
.zh_aside_login a { color: #FDD9A8; font-weight: 600; }

.zh_aside_contact { background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-lg); box-shadow: var(--zh-shadow-card); padding: 18px 20px; flex: 1; }
.zh_aside_contact_h { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: var(--zh-text-primary); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--zh-border); }
.zh_aside_contact_h i { color: var(--zh-accent); }
.zh_aside_contact_item { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 13px; font-size: 13px; color: var(--zh-text-body); line-height: 1.5; }
.zh_aside_contact_item > i { width: 30px; height: 30px; flex-shrink: 0; border-radius: var(--zh-radius-sm); background: var(--zh-primary-soft); color: var(--zh-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.zh_aside_contact_item .zh_aci_txt span { display: block; color: var(--zh-text-muted); font-size: 11.5px; }
.zh_aside_contact_item .zh_aci_txt strong { color: var(--zh-text-primary); font-weight: 600; font-size: 13.5px; }

@media (max-width: 1100px) {
    .zh_hometop_grid { grid-template-columns: 1fr 288px; }
    .zh_side_cat { display: none; }
}
@media (max-width: 860px) {
    .zh_hometop_grid { grid-template-columns: 1fr; }
    .zh_home_aside { display: none; }
    .zh_home_carousel { min-height: 240px; }
    .zh_hc_slide, .zh_hc_slide_bg { min-height: 240px; }
    .zh_hc_inner { padding: 0 24px; }
}

/* ========== 平台快报（右面板） ========== */
.zh_aside_news { background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-lg); box-shadow: var(--zh-shadow-card); padding: 16px 18px; }
.zh_aside_news_h { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: var(--zh-text-primary); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--zh-border); }
.zh_aside_news_h i { color: var(--zh-accent); }
.zh_aside_news_h a { margin-left: auto; font-size: 12px; font-weight: 500; color: var(--zh-text-muted); }
.zh_aside_news_h a:hover { color: var(--zh-primary); }
.zh_aside_news_list { list-style: none; margin: 0; padding: 0; }
.zh_aside_news_list li { margin-bottom: 1px; }
.zh_aside_news_list a { display: flex; align-items: center; gap: 8px; padding: 7px 2px; font-size: 13px; color: var(--zh-text-body); transition: all .2s ease; }
.zh_aside_news_list a:hover { color: var(--zh-primary); padding-left: 5px; }
.zh_ann_dot { width: 5px; height: 5px; border-radius: 50%; background: var(--zh-primary); flex-shrink: 0; }
.zh_ann_t { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ========== 分类快捷宫格 ========== */
.zh_quicknav { background: var(--zh-bg); padding: 4px 0 26px; }
.zh_quicknav_grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.zh_quicknav_item { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 20px 8px; background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-lg); box-shadow: var(--zh-shadow-card); transition: all .25s ease; font-size: 13.5px; font-weight: 600; color: var(--zh-text-primary); text-align: center; }
.zh_quicknav_item:hover { transform: translateY(-4px); box-shadow: var(--zh-shadow-card-hover); border-color: var(--zh-primary); color: var(--zh-primary); }
.zh_qn_ico { width: 48px; height: 48px; border-radius: var(--zh-radius-md); background: var(--zh-primary-soft); color: var(--zh-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; transition: all .25s ease; }
.zh_quicknav_item:hover .zh_qn_ico { background: var(--zh-primary); color: #fff; }
.zh_qn_ico.zh_qn_hot { background: var(--zh-accent-soft); color: var(--zh-accent); }
.zh_quicknav_item:hover .zh_qn_ico.zh_qn_hot { background: var(--zh-accent); color: #fff; }
@media (max-width: 900px) { .zh_quicknav_grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 480px) { .zh_quicknav_grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .zh_quicknav_item { padding: 16px 6px; } }

/* ========== 信任特性带 ========== */
.zh_trust { background: #fff; border-top: 1px solid var(--zh-border); border-bottom: 1px solid var(--zh-border); }
.zh_trust_inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.zh_trust_item { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--zh-border); }
.zh_trust_item:last-child { border-right: none; }
.zh_trust_ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: var(--zh-radius-md); background: var(--zh-primary-soft); color: var(--zh-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 19px; }
.zh_trust_item:nth-child(2) .zh_trust_ico { background: var(--zh-accent-soft); color: var(--zh-accent-deep); }
.zh_trust_item:nth-child(4) .zh_trust_ico { background: var(--zh-accent-soft); color: var(--zh-accent-deep); }
.zh_trust_text strong { display: block; font-size: 15px; font-weight: 700; color: var(--zh-text-primary); }
.zh_trust_text span { font-size: 12.5px; color: var(--zh-text-muted); }
@media (max-width: 860px) { .zh_trust_inner { grid-template-columns: repeat(2, 1fr); } .zh_trust_item:nth-child(2) { border-right: none; } .zh_trust_item:nth-child(1), .zh_trust_item:nth-child(2) { border-bottom: 1px solid var(--zh-border); } }
@media (max-width: 480px) { .zh_trust_item { padding: 16px; gap: 10px; } .zh_trust_ico { width: 40px; height: 40px; font-size: 16px; } }

/* ========== 通用信息卡（首页/栏目板块） ========== */
.zh_ecard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-lg); overflow: hidden; box-shadow: var(--zh-shadow-card); transition: all .25s ease; height: 100%; }
.zh_ecard:hover { transform: translateY(-4px); box-shadow: var(--zh-shadow-card-hover); border-color: var(--zh-border-strong); }
.zh_ecard_thumb { position: relative; aspect-ratio: 4 / 3; background: var(--zh-bg-light); overflow: hidden; }
.zh_ecard_thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.zh_ecard:hover .zh_ecard_thumb img { transform: scale(1.04); }
.zh_ecard_ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--zh-border-strong); font-size: 40px; }
.zh_ecard_cat { position: absolute; top: 10px; left: 10px; padding: 4px 11px; font-size: 12px; font-weight: 600; color: #fff; background: rgba(43,27,18,.82); border-radius: var(--zh-radius-sm); }
.zh_ecard_hot { position: absolute; top: 10px; right: 10px; padding: 4px 10px; font-size: 11.5px; font-weight: 700; color: #fff; background: var(--zh-accent); border-radius: var(--zh-radius-sm); display: inline-flex; align-items: center; gap: 4px; }
.zh_ecard_body { padding: 15px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.zh_ecard_title { font-size: 15px; font-weight: 600; color: var(--zh-text-primary); line-height: 1.5; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 45px; }
.zh_ecard:hover .zh_ecard_title { color: var(--zh-primary); }
.zh_ecard_meta { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; color: var(--zh-text-muted); margin-bottom: 12px; }
.zh_ecard_meta span { display: inline-flex; align-items: center; gap: 6px; }
.zh_ecard_meta i { color: var(--zh-accent); width: 13px; }
.zh_ecard_foot { margin-top: auto; padding-top: 11px; border-top: 1px dashed var(--zh-border); display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; }
.zh_ecard_foot .zh_ecard_views { color: var(--zh-text-muted); display: inline-flex; align-items: center; gap: 5px; }
.zh_ecard_foot .zh_ecard_go { color: var(--zh-primary); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; transition: gap .2s ease; }
.zh_ecard:hover .zh_ecard_go { gap: 8px; color: var(--zh-accent); }

/* ========== 精选推荐 ========== */
.zh_feat_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.zh_ecard_rank { position: absolute; top: 10px; left: 10px; padding: 4px 11px; font-size: 12px; font-weight: 700; color: #fff; background: var(--zh-gradient-accent); border-radius: var(--zh-radius-sm); display: inline-flex; align-items: center; gap: 5px; box-shadow: 0 4px 10px rgba(239,138,23,.3); }
@media (max-width: 992px) { .zh_feat_grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .zh_feat_grid { grid-template-columns: 1fr; } }

/* ========== 分栏目信息板块 ========== */
.zh_colsec + .zh_colsec { margin-top: 46px; }
.zh_colsec_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 992px) { .zh_colsec_grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .zh_colsec_grid { grid-template-columns: 1fr; } }

/* ========== 关于平台（图文） ========== */
.zh_about_grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.zh_about_eyebrow { display: inline-block; font-size: 13px; font-weight: 700; color: var(--zh-accent-deep); letter-spacing: 2px; padding: 5px 14px; background: var(--zh-accent-soft); border-radius: var(--zh-radius-sm); margin-bottom: 16px; }
.zh_about_title { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; color: var(--zh-text-primary); line-height: 1.35; margin: 0 0 18px; }
.zh_about_title span { color: var(--zh-primary); }
.zh_about_desc { font-size: 14.5px; color: var(--zh-text-body); line-height: 1.85; margin: 0 0 22px; }
.zh_check_list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; }
.zh_check_list li { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; color: var(--zh-text-primary); }
.zh_check_list li i { color: #2E9E6A; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.zh_about_metrics { display: flex; gap: 34px; }
.zh_about_metric strong { display: block; font-size: 30px; font-weight: 800; color: var(--zh-primary); line-height: 1; }
.zh_about_metric strong span { font-size: 16px; color: var(--zh-accent); }
.zh_about_metric small { font-size: 13px; color: var(--zh-text-muted); }
/* 右侧 CSS 合成视觉（不依赖含旧品牌的图片） */
.zh_about_visual { position: relative; }
.zh_about_panel { position: relative; z-index: 2; background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-xl); box-shadow: var(--zh-shadow-card-hover); padding: 24px; }
.zh_about_panel_top { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.zh_about_dot { width: 11px; height: 11px; border-radius: 50%; background: var(--zh-border-strong); }
.zh_about_dot:nth-child(1) { background: #F87171; } .zh_about_dot:nth-child(2) { background: #FBBF24; } .zh_about_dot:nth-child(3) { background: #34D399; }
.zh_about_panel_search { flex: 1; margin-left: 8px; height: 30px; background: var(--zh-bg); border-radius: var(--zh-radius-pill); display: flex; align-items: center; padding: 0 14px; font-size: 12px; color: var(--zh-text-muted); gap: 8px; }
.zh_about_rows { display: grid; gap: 12px; }
.zh_about_row { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-md); background: var(--zh-primary-tint); }
.zh_about_row_ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: var(--zh-radius-sm); background: #fff; color: var(--zh-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 17px; box-shadow: var(--zh-shadow-soft); }
.zh_about_row_txt { flex: 1; }
.zh_about_row_txt b { display: block; font-size: 14px; color: var(--zh-text-primary); font-weight: 600; }
.zh_about_row_txt span { font-size: 12px; color: var(--zh-text-muted); }
.zh_about_row_ok { color: #2E9E6A; font-size: 16px; }
.zh_about_pin { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; background: #fff; border-radius: var(--zh-radius-pill); box-shadow: var(--zh-shadow-card-hover); font-size: 13px; font-weight: 600; color: var(--zh-text-primary); }
.zh_about_pin i { color: var(--zh-accent); }
.zh_about_pin_1 { top: -18px; right: 22px; }
.zh_about_pin_2 { bottom: -18px; left: 10px; }
.zh_about_pin_2 i { color: var(--zh-primary); }
@media (max-width: 900px) { .zh_about_grid { grid-template-columns: 1fr; gap: 40px; } .zh_about_metrics { gap: 24px; } }

/* ========== 运作机制 3 步 ========== */
.zh_flow_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.zh_flow_card { position: relative; background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-lg); padding: 32px 26px 26px; box-shadow: var(--zh-shadow-card); transition: all .25s ease; overflow: hidden; }
.zh_flow_card:hover { transform: translateY(-4px); box-shadow: var(--zh-shadow-card-hover); }
.zh_flow_num { position: absolute; top: 14px; right: 20px; font-size: 46px; font-weight: 800; color: var(--zh-primary-soft); line-height: 1; }
.zh_flow_ico { width: 58px; height: 58px; border-radius: var(--zh-radius-md); background: var(--zh-gradient-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; position: relative; z-index: 2; }
.zh_flow_card:nth-child(2) .zh_flow_ico { background: var(--zh-gradient-accent); }
.zh_flow_card h4 { font-size: 18px; font-weight: 700; color: var(--zh-text-primary); margin: 0 0 10px; }
.zh_flow_card p { font-size: 14px; color: var(--zh-text-body); line-height: 1.75; margin: 0; }
@media (max-width: 860px) { .zh_flow_grid { grid-template-columns: 1fr; } }

/* ========== 服务范围 ========== */
.zh_service_grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.zh_service_card { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-lg); padding: 22px; box-shadow: var(--zh-shadow-card); transition: all .25s ease; }
.zh_service_card:hover { transform: translateY(-3px); box-shadow: var(--zh-shadow-card-hover); border-color: var(--zh-accent); }
.zh_service_icon { width: 52px; height: 52px; flex-shrink: 0; border-radius: var(--zh-radius-md); background: var(--zh-primary-soft); color: var(--zh-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 21px; transition: all .25s ease; }
.zh_service_card:hover .zh_service_icon { background: var(--zh-accent); color: #fff; }
.zh_service_body h4 { font-size: 16px; font-weight: 700; color: var(--zh-text-primary); margin: 0 0 7px; }
.zh_service_body p { font-size: 13.5px; color: var(--zh-text-body); line-height: 1.7; margin: 0; }
@media (max-width: 900px) { .zh_service_grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .zh_service_grid { grid-template-columns: 1fr; } }

/* ========== 入驻流程 时间轴 ========== */
.zh_timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 34px; }
.zh_timeline_line { position: absolute; top: 29px; left: 12%; right: 12%; height: 3px; background: linear-gradient(90deg, var(--zh-primary) 0%, var(--zh-accent) 100%); border-radius: 3px; z-index: 0; }
.zh_timeline_item { position: relative; z-index: 2; text-align: center; }
.zh_timeline_dot { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%; background: #fff; border: 3px solid var(--zh-primary); color: var(--zh-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 6px 18px rgba(120,60,15,.16); }
.zh_timeline_item:nth-child(even) .zh_timeline_dot { border-color: var(--zh-accent); color: var(--zh-accent-deep); }
.zh_timeline_item h4 { font-size: 15.5px; font-weight: 700; color: var(--zh-text-primary); margin: 0 0 7px; }
.zh_timeline_item p { font-size: 13px; color: var(--zh-text-body); line-height: 1.65; margin: 0; padding: 0 6px; }
.zh_process_cta { text-align: center; }
@media (max-width: 860px) { .zh_timeline { grid-template-columns: 1fr 1fr; gap: 26px; } .zh_timeline_line { display: none; } }
@media (max-width: 420px) { .zh_timeline { grid-template-columns: 1fr; } }

/* ========== FAQ ========== */
.zh_faq_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zh_faq_item { background: #fff; border: 1px solid var(--zh-border); border-radius: var(--zh-radius-md); overflow: hidden; transition: box-shadow .2s ease; align-self: start; }
.zh_faq_item.zh_open { box-shadow: var(--zh-shadow-card); border-color: var(--zh-border-strong); }
.zh_faq_q { width: 100%; display: flex; align-items: center; gap: 12px; padding: 17px 20px; background: none; border: none; cursor: pointer; text-align: left; font-family: inherit; }
.zh_faq_idx { flex-shrink: 0; width: 28px; height: 28px; border-radius: var(--zh-radius-sm); background: var(--zh-primary-soft); color: var(--zh-primary); font-size: 12.5px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.zh_faq_q_text { flex: 1; font-size: 14.5px; font-weight: 600; color: var(--zh-text-primary); }
.zh_faq_toggle { color: var(--zh-text-muted); font-size: 13px; transition: transform .25s ease; }
.zh_faq_item.zh_open .zh_faq_idx { background: var(--zh-accent); color: #fff; }
.zh_faq_item.zh_open .zh_faq_toggle { transform: rotate(45deg); color: var(--zh-accent); }
.zh_faq_a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.zh_faq_item.zh_open .zh_faq_a { max-height: 320px; }
.zh_faq_a p { margin: 0; padding: 0 20px 18px 60px; font-size: 13.5px; color: var(--zh-text-body); line-height: 1.8; }
@media (max-width: 760px) { .zh_faq_grid { grid-template-columns: 1fr; } .zh_faq_a p { padding-left: 20px; } }

/* ========== 底部 CTA ========== */
.zh_home_cta { padding: 66px 0; }
.zh_cta_card { position: relative; background: var(--zh-gradient-deep); border-radius: var(--zh-radius-xl); padding: 48px 54px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.zh_cta_card::before { content: ""; position: absolute; top: -100px; right: -60px; width: 360px; height: 360px; background: var(--zh-gradient-glow); }
.zh_cta_card::after { content: ""; position: absolute; bottom: -120px; left: -60px; width: 360px; height: 360px; background: var(--zh-gradient-glow-b); }
.zh_cta_text { position: relative; z-index: 2; color: #fff; }
.zh_cta_badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; font-size: 12.5px; font-weight: 600; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.26); border-radius: var(--zh-radius-pill); margin-bottom: 14px; }
.zh_cta_badge i { color: var(--zh-accent); }
.zh_cta_text h2 { font-size: clamp(23px, 2.6vw, 32px); font-weight: 800; color: #fff; margin: 0 0 10px; }
.zh_cta_text p { font-size: 15px; color: rgba(255,255,255,.8); margin: 0; }
.zh_cta_actions { position: relative; z-index: 2; display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 760px) { .zh_cta_card { padding: 34px 26px; } .zh_cta_actions { width: 100%; } .zh_cta_actions .zh_btn { flex: 1; } }
