/* ============================================
   专业团队页 premium-team.css
   ============================================ */
.aqs-container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.aqs-sec { margin-bottom: 28px; }
.aqs-sec-head { text-align: center; margin-bottom: 28px; }
.aqs-sec-title { font-size: 30px; color: #16284a; margin: 0 0 8px; font-weight: 800; letter-spacing: 1.5px; font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif; }
.aqs-sec-title em, .aqs-sec-title span { color: #c8102e; font-style: normal; }
.aqs-sec-sub { font-size: 14px; color: #93a0b3; margin: 0; letter-spacing: 0.5px; }

/* 横幅字体 */
body.page-pid-189 .nybanne3 {
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
    color: #666;
    letter-spacing: 3px;
    font-weight: 400;
    background: rgba(255,255,255,.92);
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border-left: 4px solid #c8102e;
}
body.page-pid-189 .nybanne3 span {
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
    font-weight: 700;
    letter-spacing: 4px;
}

/* 团队介绍 */
.aqs-team-intro { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-team-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.aqs-team-intro-txt p { font-size: 14.5px; color: #555; line-height: 2; text-align: justify; margin: 0 0 12px; }
.aqs-team-intro-txt strong { color: #c8102e; }
.aqs-team-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.aqs-team-stat { text-align: center; padding: 22px 10px; background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 14px; transition: all .3s; }
.aqs-team-stat:hover { border-color: #f0c4c9; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(200,16,46,.08); }
.aqs-team-stat-num { font-size: 36px; font-weight: 800; color: #c8102e; line-height: 1.2; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-team-stat-num span { font-size: 18px; }
.aqs-team-stat-label { font-size: 13px; color: #7a8699; margin-top: 6px; }

/* 搜索区 */
.aqs-team-search { background: #fff; border-radius: 16px; padding: 28px 32px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-team-search-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: center; }
.aqs-team-input, .aqs-team-select { height: 46px; border: 1px solid #e3eaf4; border-radius: 10px; padding: 0 16px; font-size: 14px; color: #4a5a75; background: #f8fbff; outline: none; transition: border-color .3s, box-shadow .3s; }
.aqs-team-input { width: 240px; }
.aqs-team-select { width: 180px; }
.aqs-team-input:focus, .aqs-team-select:focus { border-color: #c8102e; box-shadow: 0 0 0 3px rgba(200,16,46,.08); }
.aqs-team-btn { height: 46px; padding: 0 26px; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; border: none; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all .3s; box-shadow: 0 6px 14px rgba(200,16,46,.22); }
.aqs-team-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(200,16,46,.32); }

/* 律师卡片 */
.aqs-team-list { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aqs-team-card { background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 14px; overflow: hidden; text-decoration: none; transition: all .3s; display: flex; flex-direction: column; }
.aqs-team-card:hover { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(200,16,46,.14); border-color: #f0c4c9; }
.aqs-team-card-img { position: relative; overflow: hidden; }
.aqs-team-card-img img { width: 100%; height: 260px; object-fit: cover; transition: transform .4s; display: block; }
.aqs-team-card:hover .aqs-team-card-img img { transform: scale(1.05); }
.aqs-team-card-badge { position: absolute; left: 12px; top: 12px; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; font-size: 12px; padding: 5px 12px; border-radius: 6px; font-weight: 600; box-shadow: 0 4px 10px rgba(200,16,46,.3); }
.aqs-team-card-body { padding: 18px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.aqs-team-card-body h3 { font-size: 18px; color: #16284a; margin: 0 0 4px; font-weight: 800; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-team-card-zw { font-size: 12px; color: #c8102e; margin-bottom: 10px; font-weight: 600; }
.aqs-team-card-desc { font-size: 13px; color: #7a8699; line-height: 1.7; margin: 0 0 12px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.aqs-team-card-link { font-size: 13px; color: #93a0b3; transition: color .3s; }
.aqs-team-card:hover .aqs-team-card-link { color: #c8102e; }

/* 分页 */
.aqs-team-pager { text-align: center; margin-top: 30px; }
.aqs-team-pager .pagination { display: inline-flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.aqs-team-pager .pagination li a, .aqs-team-pager .pagination li span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 8px; border-radius: 8px; border: 1px solid #e3eaf4; color: #4a5a75; font-size: 13px; text-decoration: none; transition: all .3s; background: #fff; }
.aqs-team-pager .pagination li.active a, .aqs-team-pager .pagination li.active span { background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; border-color: transparent; }
.aqs-team-pager .pagination li a:hover { border-color: #c8102e; color: #c8102e; }

/* 响应式 */
@media (max-width: 992px) {
    .aqs-team-intro-grid { grid-template-columns: 1fr; gap: 24px; }
    .aqs-team-grid { grid-template-columns: repeat(2, 1fr); }
    .aqs-team-input, .aqs-team-select { width: 100%; }
}
@media (max-width: 640px) {
    .aqs-team-intro, .aqs-team-list { padding: 24px 18px; }
    .aqs-team-grid { grid-template-columns: 1fr; }
    .aqs-team-search { padding: 20px 16px; }
}
