/* ============================================================
   服务商详情页样式 - 四只小猛犸闲置信息发布平台
   ============================================================ */

/* ========== 顶部品牌横幅 ========== */
.zh_msv_banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 24px 0 90px;
}
.zh_msv_banner_bg {
    position: absolute;
    inset: 0;
    background: var(--zh-gradient-hero);
    z-index: 0;
}
.zh_msv_banner_bg::before,
.zh_msv_banner_bg::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}
.zh_msv_banner_bg::before {
    top: -100px; right: -50px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(0,188,212,.35), transparent 70%);
}
.zh_msv_banner_bg::after {
    bottom: -120px; left: 20%;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(0,188,212,.2), transparent 70%);
}

.zh_msv_breadcrumb {
    position: relative;
    margin-bottom: 28px;
    font-size: 13px;
    z-index: 1;
}
.zh_msv_breadcrumb a {
    color: rgba(255,255,255,.75);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.zh_msv_breadcrumb a:hover { color: var(--zh-accent-light); }
.zh_msv_breadcrumb .zh_breadcrumb_sep {
    color: rgba(255,255,255,.4);
    font-size: 10px;
    margin: 0 4px;
}
.zh_msv_breadcrumb > span:last-child {
    color: var(--zh-accent-light);
    font-weight: 500;
}

.zh_msv_card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

/* 头像 */
.zh_msv_avatar {
    width: 110px; height: 110px;
    border-radius: 24px;
    background: var(--zh-gradient-cyan);
    color: #fff;
    border: 4px solid rgba(255,255,255,.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 700;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,.2);
    flex-shrink: 0;
}
.zh_msv_avatar img {
    width: 100%; height: 100%;
    object-fit: cover;
}

/* 信息 */
.zh_msv_info { min-width: 0; }
.zh_msv_name {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}
.zh_msv_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.zh_msv_tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.92);
    border-radius: 14px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(4px);
}
.zh_msv_tag_verified {
    background: rgba(0,188,212,.25);
    color: #B2EBF2;
    border: 1px solid rgba(0,188,212,.45);
}
.zh_msv_address {
    font-size: 13px;
    color: rgba(255,255,255,.75);
}
.zh_msv_address i {
    color: var(--zh-accent-light);
    margin-right: 4px;
}

/* 联系操作区 */
.zh_msv_actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-width: 240px;
}
.zh_msv_phone {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--zh-radius);
    padding: 14px 18px;
    text-align: center;
    backdrop-filter: blur(8px);
}
.zh_msv_phone_label {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.7);
    margin-bottom: 4px;
}
.zh_msv_phone strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'SF Mono', Monaco, Consolas, monospace;
}
.zh_msv_phone_name {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,.6);
    margin-top: 4px;
}
.zh_msv_call_btn {
    width: 100%;
}

/* ========== 数据条 ========== */
.zh_msv_stats {
    background: var(--zh-bg-light);
    margin-top: -40px;
    position: relative;
    z-index: 2;
    padding: 0 0 0;
}
.zh_msv_stats_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background: #fff;
    border: 1px solid var(--zh-border-light);
    border-radius: var(--zh-radius);
    padding: 20px 24px;
    box-shadow: 0 12px 32px rgba(13,59,138,.08);
}
.zh_msv_stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 4px 0;
    border-right: 1px solid var(--zh-border-light);
}
.zh_msv_stat:last-child { border-right: none; }
.zh_msv_stat_icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.zh_msv_stat_icon_blue   { background: rgba(13,59,138,.10); color: var(--zh-primary); }
.zh_msv_stat_icon_cyan   { background: rgba(0,188,212,.12); color: var(--zh-accent-dark); }
.zh_msv_stat_icon_green  { background: rgba(32,167,102,.12); color: #20a766; }
.zh_msv_stat_icon_orange { background: rgba(245,184,0,.15); color: #d99700; }
.zh_msv_stat_body strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: var(--zh-text);
    line-height: 1.1;
}
.zh_msv_stat_body span {
    display: block;
    font-size: 12px;
    color: var(--zh-text-muted);
    margin-top: 4px;
}

/* ========== 主内容布局 ========== */
.zh_msv_main {
    background: var(--zh-bg-light);
    padding: 28px 0 60px;
}
.zh_msv_layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
}
.zh_msv_main_col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 区块 */
.zh_msv_section {
    background: #fff;
    border: 1px solid var(--zh-border-light);
    border-radius: var(--zh-radius);
    overflow: hidden;
}
.zh_msv_section_head {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--zh-border-light);
    background: var(--zh-bg-soft);
}
.zh_msv_section_head > i {
    width: 32px; height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0,188,212,.15), rgba(13,59,138,.10));
    color: var(--zh-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.zh_msv_section_head h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--zh-text);
    margin: 0;
    flex: 1;
}
.zh_msv_section_count {
    font-size: 13px;
    color: var(--zh-text-muted);
}
.zh_msv_section_body {
    padding: 22px;
}

.zh_msv_desc {
    font-size: 14px;
    color: var(--zh-text);
    line-height: 1.9;
    margin: 0 0 18px;
}
.zh_msv_desc_empty {
    color: var(--zh-text-light);
    font-style: italic;
}
.zh_msv_meta_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
    padding: 16px;
    background: var(--zh-bg-soft);
    border-radius: var(--zh-radius-sm);
    border: 1px dashed var(--zh-border);
}
.zh_msv_meta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.zh_msv_meta > i {
    width: 32px; height: 32px;
    border-radius: 8px;
    background: rgba(0,188,212,.10);
    color: var(--zh-accent-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.zh_msv_meta span {
    display: block;
    font-size: 12px;
    color: var(--zh-text-muted);
    line-height: 1.2;
}
.zh_msv_meta strong {
    display: block;
    font-size: 13px;
    color: var(--zh-text);
    font-weight: 600;
    margin-top: 2px;
}

/* 信息列表 */
.zh_msv_info_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.zh_msv_info_card {
    display: flex;
    background: var(--zh-bg-soft);
    border: 1px solid var(--zh-border-light);
    border-radius: var(--zh-radius-sm);
    overflow: hidden;
    transition: all .25s;
    color: var(--zh-text);
}
.zh_msv_info_card:hover {
    transform: translateY(-3px);
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(13,59,138,.10);
    color: var(--zh-primary);
}
.zh_msv_info_thumb {
    position: relative;
    width: 130px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #F0F6FF 0%, #E1EBFA 100%);
    flex-shrink: 0;
    overflow: hidden;
}
.zh_msv_info_thumb img {
    width: 100%; height: 100%;
    object-fit: contain;
    background: #fff;
    transition: transform .4s;
}
.zh_msv_info_card:hover .zh_msv_info_thumb img { transform: scale(1.05); }
.zh_msv_info_thumb_placeholder {
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zh-primary-light);
    opacity: .35;
    font-size: 30px;
}
.zh_msv_info_hot {
    position: absolute;
    top: 8px; left: 8px;
    background: linear-gradient(135deg, #FF6B6B, #FF8E53);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}
.zh_msv_info_body {
    flex: 1;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.zh_msv_info_cat {
    display: inline-block;
    align-self: flex-start;
    padding: 2px 8px;
    background: rgba(0,188,212,.10);
    color: var(--zh-accent-dark);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}
.zh_msv_info_body h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--zh-text);
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.zh_msv_info_card:hover h4 { color: var(--zh-primary); }
.zh_msv_info_meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--zh-text-muted);
    padding-top: 6px;
    border-top: 1px dashed var(--zh-border-light);
}
.zh_msv_info_meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.zh_msv_empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--zh-text-light);
}
.zh_msv_empty i {
    font-size: 42px;
    margin-bottom: 12px;
}

/* ========== 右侧栏 ========== */
.zh_msv_aside {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 联系卡 */
.zh_msv_contact_card {
    background: #fff;
    border: 1px solid var(--zh-border-light);
    border-radius: var(--zh-radius);
    overflow: hidden;
}
.zh_msv_contact_head {
    padding: 16px 20px;
    background: var(--zh-gradient-hero);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.zh_msv_contact_head h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.zh_msv_contact_head i {
    color: var(--zh-accent-light);
}
.zh_msv_contact_body {
    padding: 22px 20px;
}
.zh_msv_contact_phone {
    text-align: center;
    padding: 16px;
    background: var(--zh-bg-light);
    border-radius: var(--zh-radius-sm);
    margin-bottom: 14px;
}
.zh_msv_contact_label {
    display: block;
    font-size: 12px;
    color: var(--zh-text-muted);
    margin-bottom: 4px;
}
.zh_msv_contact_phone strong {
    font-size: 22px;
    font-weight: 800;
    color: var(--zh-primary);
    letter-spacing: 1px;
    font-family: 'SF Mono', Monaco, Consolas, monospace;
}
.zh_msv_contact_name {
    text-align: center;
    font-size: 13px;
    color: var(--zh-text-muted);
    margin-bottom: 14px;
}
.zh_msv_contact_name i {
    color: var(--zh-accent);
    margin-right: 4px;
}
.zh_msv_contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    background: var(--zh-gradient-cyan);
    color: #fff;
    border-radius: var(--zh-radius-sm);
    font-weight: 700;
    font-size: 15px;
    transition: all .2s;
}
.zh_msv_contact_btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,188,212,.35);
}
.zh_msv_contact_tip {
    margin-top: 14px;
    padding: 10px 14px;
    background: var(--zh-bg-soft);
    border-radius: var(--zh-radius-sm);
    font-size: 12px;
    color: var(--zh-text-muted);
    display: flex;
    gap: 6px;
    align-items: center;
}
.zh_msv_contact_tip i { color: var(--zh-accent); }

/* 平台保障卡 */
.zh_msv_safety_card {
    background: #fff;
    border: 1px solid var(--zh-border-light);
    border-radius: var(--zh-radius);
    padding: 22px 24px;
}
.zh_msv_safety_card h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--zh-text);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--zh-border-light);
    display: flex;
    align-items: center;
    gap: 8px;
}
.zh_msv_safety_card h3 i { color: var(--zh-accent); }
.zh_msv_safety_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zh_msv_safety_card li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    color: var(--zh-text);
}
.zh_msv_safety_card li i {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: rgba(32,167,102,.15);
    color: #20a766;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    flex-shrink: 0;
}

/* 通用 Widget (其他服务商等共用) */
.zh_widget {
    background: #fff;
    border: 1px solid var(--zh-border-light);
    border-radius: var(--zh-radius);
    overflow: hidden;
}
.zh_widget_head {
    padding: 16px 18px;
    border-bottom: 1px solid var(--zh-border-light);
    background: var(--zh-bg-soft);
}
.zh_widget_head h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--zh-text);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.zh_widget_head h3 i {
    color: var(--zh-accent);
    font-size: 13px;
}
.zh_widget_body {
    padding: 12px 14px;
}

/* 其他服务商列表 */
.zh_msv_other_list {
    display: flex;
    flex-direction: column;
}
.zh_msv_other_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 6px;
    border-bottom: 1px dashed var(--zh-border-light);
    transition: background .2s;
    color: var(--zh-text);
}
.zh_msv_other_item:last-child { border-bottom: none; }
.zh_msv_other_item:hover {
    background: var(--zh-bg-light);
    color: var(--zh-primary);
}
.zh_msv_other_avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--zh-gradient-cyan);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    flex-shrink: 0;
}
.zh_msv_other_avatar img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.zh_msv_other_info {
    flex: 1;
    min-width: 0;
}
.zh_msv_other_info strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--zh-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zh_msv_other_info span {
    display: block;
    font-size: 11px;
    color: var(--zh-text-muted);
    margin-top: 2px;
}
.zh_msv_other_item > i:last-child {
    color: var(--zh-text-light);
    font-size: 11px;
}
.zh_msv_other_item:hover > i:last-child { color: var(--zh-accent); }

/* ========== 响应式 ========== */
@media (max-width: 1100px) {
    .zh_msv_layout { grid-template-columns: 1fr 280px; }
    .zh_msv_card { grid-template-columns: auto 1fr; }
    .zh_msv_actions { grid-column: 1 / -1; min-width: 0; }
    .zh_msv_call_btn { max-width: 200px; }
}
@media (max-width: 992px) {
    .zh_msv_layout { grid-template-columns: 1fr; }
    .zh_msv_aside { position: static; }
    .zh_msv_card { grid-template-columns: 1fr; text-align: center; }
    .zh_msv_avatar { margin: 0 auto; }
    .zh_msv_tags { justify-content: center; }
    .zh_msv_stats_grid { grid-template-columns: repeat(2, 1fr); padding: 18px; }
    .zh_msv_stat { padding: 10px 0; border-right: none; border-bottom: 1px solid var(--zh-border-light); }
    .zh_msv_stat:nth-last-child(-n+2) { border-bottom: none; }
    .zh_msv_info_grid { grid-template-columns: 1fr; }
    .zh_msv_meta_grid { grid-template-columns: 1fr; }
    .zh_msv_name { font-size: 24px; }
}
@media (max-width: 640px) {
    .zh_msv_banner { padding-bottom: 80px; }
    .zh_msv_avatar { width: 88px; height: 88px; font-size: 32px; }
    .zh_msv_name { font-size: 20px; }
    .zh_msv_phone strong { font-size: 18px; }
    .zh_msv_stats_grid { grid-template-columns: 1fr; gap: 8px; }
    .zh_msv_stat { border-bottom: 1px solid var(--zh-border-light); padding: 12px 4px; }
    .zh_msv_stat:last-child { border-bottom: none; }
    .zh_msv_section_body { padding: 16px; }
    .zh_msv_info_thumb { width: 100px; }
}
