/**
 * 服务商查询模块
 */

.servicer-hero {
    background: linear-gradient(135deg, #0B3D91 0%, #1A56DB 55%, #2563EB 100%);
    color: #fff;
    padding: 56px 0 48px;
    text-align: center;
}
.servicer-hero-sm {
    padding: 40px 0 32px;
    text-align: left;
}
.servicer-hero h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
}
.servicer-hero p {
    margin: 0;
    opacity: .88;
    font-size: 15px;
}
.servicer-hero-sm p span {
    display: inline-block;
    margin-right: 12px;
    opacity: .9;
}
.servicer-back {
    display: inline-block;
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
}
.servicer-back:hover { color: #fff; }

.servicer-page {
    padding: 32px 15px 56px;
}

.servicer-search-panel {
    background: #fff;
    border: 1px solid #E8EDF3;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 22px;
    box-shadow: 0 8px 24px rgba(15, 45, 110, .05);
}
.servicer-search-panel .form-label {
    font-size: 13px;
    color: #64748B;
    margin-bottom: 6px;
}

.servicer-cat-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}
.servicer-cat-tabs .chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #DBEAFE;
    color: #1E40AF;
    background: #F8FAFC;
    text-decoration: none;
    font-size: 13px;
}
.servicer-cat-tabs .chip.active,
.servicer-cat-tabs .chip:hover {
    background: #1A56DB;
    border-color: #1A56DB;
    color: #fff;
}

.servicer-result-meta {
    color: #64748B;
    font-size: 14px;
    margin-bottom: 18px;
}

.servicer-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #E8EDF3;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.servicer-card:hover {
    transform: translateY(-3px);
    border-color: #BFDBFE;
    box-shadow: 0 12px 28px rgba(15, 45, 110, .1);
    color: inherit;
}
.servicer-card-logo {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #EFF6FF, #F1F5F9);
    color: #64748B;
    font-size: 40px;
}
.servicer-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servicer-card-body { padding: 16px 18px 18px; }
.servicer-card-body h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0F172A;
}
.servicer-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}
.servicer-card-tags span {
    font-size: 12px;
    color: #1D4ED8;
    background: #EFF6FF;
    border-radius: 6px;
    padding: 2px 8px;
}
.servicer-card-services,
.servicer-card-summary {
    font-size: 13px;
    color: #64748B;
    margin: 0 0 8px;
    line-height: 1.55;
}
.servicer-card-phone {
    font-size: 13px;
    color: #0F172A;
    font-weight: 600;
}
.servicer-card-phone i { color: #1A56DB; margin-right: 4px; }

.servicer-empty {
    text-align: center;
    padding: 64px 20px;
    color: #94A3B8;
}
.servicer-empty i {
    font-size: 42px;
    display: block;
    margin-bottom: 12px;
}

.servicer-pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.servicer-detail-card,
.servicer-side-card {
    background: #fff;
    border: 1px solid #E8EDF3;
    border-radius: 14px;
    padding: 24px;
}
.servicer-detail-head {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #F1F5F9;
}
.servicer-detail-logo {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #EFF6FF;
    color: #1A56DB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    overflow: hidden;
    flex-shrink: 0;
}
.servicer-detail-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servicer-detail-head h2 {
    font-size: 22px;
    margin: 0 0 6px;
}
.servicer-detail-section { margin-bottom: 20px; }
.servicer-detail-section h3,
.servicer-side-card h3 {
    font-size: 16px;
    margin: 0 0 10px;
}
.servicer-detail-content {
    line-height: 1.75;
    color: #334155;
}
.servicer-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.servicer-info-list li {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #F1F5F9;
    font-size: 14px;
}
.servicer-info-list li span {
    width: 56px;
    flex-shrink: 0;
    color: #94A3B8;
}
.servicer-info-list li strong {
    font-weight: 600;
    color: #0F172A;
    word-break: break-all;
}
.servicer-info-list a { color: #1A56DB; text-decoration: none; }

@media (max-width: 767.98px) {
    .servicer-hero h1 { font-size: 26px; }
    .servicer-search-panel { padding: 16px; }
}
