/* contact.html TAB导航栏样式 */
/* 联系页 Tab 导航已统一使用全局 .tab-nav 毛玻璃样式，不再需要深色覆盖 */

/* ========== 校招专属样式 ========== */

/* 岗位人数标签 */
.job-badge-count {
    background: #10B981;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 600;
}

/* 岗位类别标签 */
.job-badge-category {
    background: #0F47AF;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 600;
}

/* 驻场标签 */
.job-badge-special {
    background: #7C3AED;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 600;
}

/* 岗位描述文字 */
.job-strip-loc-desc {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 4px;
    line-height: 1.5;
    padding: 6px 10px;
    background: rgba(15, 71, 175, 0.04);
    border-radius: 6px;
    border-left: 3px solid #0F47AF;
}

/* 职业发展通道区域 */
.hr-career-path {
    margin-top: 24px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f5e9 100%);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(15, 71, 175, 0.12);
}

.hr-career-header {
    text-align: center;
    margin-bottom: 20px;
}

.hr-career-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.hr-career-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .hr-career-grid {
        grid-template-columns: 1fr;
    }
}

.hr-career-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.hr-career-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #0F47AF;
    margin-bottom: 12px;
    text-align: center;
}

.hr-career-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    justify-content: center;
    font-size: 12px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.8;
}

.hr-career-steps span:not(.hr-career-arrow) {
    background: #f0f4ff;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.hr-career-arrow {
    color: #0F47AF;
    font-weight: bold;
    font-size: 14px;
}

.hr-career-desc {
    font-size: 13px;
    color: #666;
    text-align: center;
    line-height: 1.5;
}

.hr-career-guarantee {
    text-align: center;
    font-size: 13px;
    color: #555;
    padding: 12px 16px;
    background: rgba(255,255,255,0.7);
    border-radius: 8px;
    line-height: 1.7;
}

.hr-career-guarantee strong {
    color: #DC2626;
}

/* 福利高亮项（校招核心福利） */
.hr-welfare-highlight {
    background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 8px 12px !important;
    font-weight: 600;
    color: #92400e;
}
.hr-welfare-highlight small {
    font-weight: 400;
    opacity: 0.8;
    font-size: 11px;
}

/* CTA 宣传语横幅 */
.hr-cta-banner {
    margin-top: 20px;
    background: linear-gradient(135deg, #0A1A2C 0%, #0F47AF 50%, #10B981 100%);
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    color: #fff;
}

/* 手机端隐藏服务承诺卡片 */
@media (max-width: 768px) {
    .cp-timeline-block {
        display: none !important;
    }
}

.hr-cta-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.hr-cta-main {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
}

.hr-cta-sub {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.95;
    letter-spacing: 1px;
}
