/* ============================================
   专业领域详情页 premium-prodetail.css
   与全站 premium 风格统一
   ============================================ */
.aqs-container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.aqs-btn { display: inline-block; padding: 12px 34px; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; font-size: 15px; font-weight: 600; border-radius: 10px; transition: transform .3s, box-shadow .3s; box-shadow: 0 6px 16px rgba(200,16,46,.25); text-decoration: none; border: none; cursor: pointer; }
.aqs-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(200,16,46,.35); color: #fff; }

/* 面包屑 */
.aqs-breadcrumb { padding: 16px 4px; font-size: 13px; color: #93a0b3; }
.aqs-breadcrumb a { color: #4a5a75; text-decoration: none; }
.aqs-breadcrumb a:hover { color: #c8102e; }
.aqs-breadcrumb span { margin: 0 8px; color: #c8d0dd; }
.aqs-breadcrumb .cur { color: #c8102e; }

/* 主体网格 */
.aqs-pd-grid { display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: start; }

/* 左侧列表 */
.aqs-pd-left { background: #fff; border-radius: 16px; padding: 26px 18px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; position: sticky; top: 20px; }
.aqs-pd-left-title { text-align: center; padding-bottom: 16px; border-bottom: 2px solid #f0f4fa; margin-bottom: 16px; }
.aqs-pd-left-title span { display: block; font-size: 20px; font-weight: 800; color: #16284a; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-pd-left-title em { display: block; font-size: 11px; color: #93a0b3; letter-spacing: 2px; margin-top: 4px; font-style: normal; }
.aqs-pd-left-list { max-height: 560px; overflow-y: auto; padding-right: 6px; }
.aqs-pd-left-list::-webkit-scrollbar { width: 5px; }
.aqs-pd-left-list::-webkit-scrollbar-thumb { background: #e3eaf4; border-radius: 3px; }
.aqs-pd-left-item { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 8px; color: #4a5a75; font-size: 14px; text-decoration: none; transition: all .25s; margin-bottom: 4px; }
.aqs-pd-left-item svg { opacity: 0; transform: translateX(-4px); transition: all .25s; color: #c8102e; }
.aqs-pd-left-item:hover { background: #fdf7f7; color: #c8102e; }
.aqs-pd-left-item:hover svg { opacity: 1; transform: translateX(0); }
.aqs-pd-left-item.on { background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; box-shadow: 0 6px 14px rgba(200,16,46,.25); }
.aqs-pd-left-item.on svg { opacity: 1; transform: translateX(0); }
.aqs-pd-left-cta { margin-top: 18px; padding: 18px 14px; background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 12px; text-align: center; }
.aqs-pd-left-cta p { font-size: 14px; color: #16284a; font-weight: 600; margin: 0 0 12px; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-pd-cta-btn { display: block; padding: 10px 0; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .3s; box-shadow: 0 4px 12px rgba(200,16,46,.2); }
.aqs-pd-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(200,16,46,.3); color: #fff; }

/* 右侧内容 */
.aqs-pd-right { background: #fff; border-radius: 16px; padding: 36px 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-pd-title { text-align: center; padding-bottom: 22px; border-bottom: 2px solid #f0f4fa; margin-bottom: 26px; }
.aqs-pd-title h1 { font-size: 30px; color: #16284a; margin: 0 0 8px; font-weight: 800; font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif; }
.aqs-pd-title p { font-size: 13px; color: #93a0b3; margin: 0; letter-spacing: 1px; }

.aqs-pd-sec { margin-bottom: 30px; }
.aqs-pd-sec-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.aqs-pd-sec-line { width: 4px; height: 22px; background: linear-gradient(180deg, #c8102e, #e0303f); border-radius: 2px; }
.aqs-pd-sec-title h2 { font-size: 21px; color: #16284a; margin: 0; font-weight: 800; font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif; }

.aqs-pd-intro p { font-size: 14.5px; color: #555; line-height: 2; text-align: justify; margin: 0 0 12px; }
.aqs-pd-intro strong { color: #c8102e; }

/* 服务清单 */
.aqs-pd-services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.aqs-pd-svc-item { display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 10px; transition: all .3s; }
.aqs-pd-svc-item:hover { border-color: #f0c4c9; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(200,16,46,.08); }
.aqs-pd-svc-num { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-pd-svc-txt { font-size: 14px; color: #4a5a75; }
.aqs-pd-svc-raw { display: none; }

/* 优势 */
.aqs-pd-adv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.aqs-pd-adv { display: flex; align-items: flex-start; gap: 14px; padding: 18px; background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 12px; transition: all .3s; }
.aqs-pd-adv:hover { border-color: #f0c4c9; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(200,16,46,.1); }
.aqs-pd-adv-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 14px rgba(200,16,46,.22); }
.aqs-pd-adv h3 { font-size: 16px; color: #16284a; margin: 0 0 6px; font-weight: 700; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-pd-adv p { font-size: 13px; color: #7a8699; margin: 0; line-height: 1.6; }

/* CTA */
.aqs-pd-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 28px; background: linear-gradient(135deg, #1b2a4a, #24365e); border-radius: 14px; margin-bottom: 30px; }
.aqs-pd-cta-txt h3 { font-size: 19px; color: #fff; margin: 0 0 6px; font-weight: 700; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-pd-cta-txt p { font-size: 13px; color: rgba(255,255,255,.75); margin: 0; }

/* 相关律师 */
.aqs-pd-lawyer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.aqs-pd-lawyer { background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 12px; padding: 16px; text-align: center; text-decoration: none; transition: all .3s; }
.aqs-pd-lawyer:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(200,16,46,.12); border-color: #f0c4c9; }
.aqs-pd-lawyer img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; margin-bottom: 12px; }
.aqs-pd-lawyer-name { font-size: 15px; color: #16284a; font-weight: 700; margin-bottom: 4px; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-pd-lawyer-tag { font-size: 12px; color: #c8102e; margin-bottom: 8px; }
.aqs-pd-lawyer-link { font-size: 12px; color: #93a0b3; transition: color .3s; }
.aqs-pd-lawyer:hover .aqs-pd-lawyer-link { color: #c8102e; }

/* 响应式 */
@media (max-width: 992px) {
    .aqs-pd-grid { grid-template-columns: 1fr; }
    .aqs-pd-left { position: static; }
    .aqs-pd-left-list { max-height: 300px; }
    .aqs-pd-services, .aqs-pd-adv-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .aqs-pd-right { padding: 22px 16px; }
    .aqs-pd-services, .aqs-pd-adv-grid, .aqs-pd-lawyer-grid { grid-template-columns: 1fr; }
    .aqs-pd-cta { flex-direction: column; text-align: center; }
}
