/* ============================================
   关于璟致 页 premium-about.css
   风格与 premium-contact.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 span, .aqs-sec-title em { color: #c8102e; font-style: normal; }
.aqs-sec-sub { font-size: 14px; color: #93a0b3; margin: 0; letter-spacing: 0.5px; }

.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; }
.aqs-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(200,16,46,.35); color: #fff; }

/* ============ 律所简介 ============ */
.aqs-about-intro { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.aqs-about-img { position: relative; }
.aqs-about-img img { width: 100%; border-radius: 14px; box-shadow: 0 12px 36px rgba(30,60,120,.15); display: block; }
.aqs-about-img-badge { position: absolute; left: 18px; bottom: 18px; background: rgba(200,16,46,.92); color: #fff; padding: 12px 18px; border-radius: 10px; font-size: 15px; font-weight: 700; line-height: 1.6; letter-spacing: 1px; }
.aqs-about-img-badge span { font-size: 11px; font-weight: 400; opacity: .85; letter-spacing: 2px; }
.aqs-about-txt h3 { font-size: 22px; color: #16284a; margin: 0 0 16px; font-weight: 800; font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif; }
.aqs-about-content p { font-size: 14.5px; color: #555; line-height: 2; text-align: justify; margin: 0 0 14px; }
.aqs-about-content strong { color: #c8102e; }
.aqs-about-txt .aqs-btn { margin-top: 8px; }

/* ============ 数据看板 ============ */
.aqs-about-stats { background: linear-gradient(135deg, #c8102e, #8a0b1f); border-radius: 16px; padding: 36px 40px; }
.aqs-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.aqs-stat-num { font-size: 44px; font-weight: 800; color: #fff; line-height: 1.2; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-stat-num span { font-size: 22px; }
.aqs-stat-label { font-size: 14px; color: rgba(255,255,255,.85); margin-top: 6px; letter-spacing: 1px; }

/* ============ 价值观 ============ */
.aqs-about-values { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aqs-value-card { background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 14px; padding: 26px 22px; text-align: center; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.aqs-value-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(200,16,46,.12); border-color: #f0c4c9; }
.aqs-value-num { font-size: 28px; font-weight: 800; color: #e7c88d; font-family: "Noto Serif SC", "Songti SC", serif; margin-bottom: 8px; }
.aqs-value-t { font-size: 19px; font-weight: 700; color: #16284a; margin-bottom: 10px; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-value-d { font-size: 13.5px; color: #7a8699; line-height: 1.8; text-align: justify; }
.aqs-values-mission { margin-top: 26px; padding: 20px 26px; background: #fdf7f7; border: 1px solid #f3d5d7; border-radius: 12px; }
.aqs-values-mission p { font-size: 14.5px; color: #555; line-height: 1.9; margin: 0 0 8px; }
.aqs-values-mission p:last-child { margin-bottom: 0; }
.aqs-values-mission strong { color: #c8102e; }

/* ============ 优势特色 ============ */
.aqs-about-features { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aqs-feature-card { background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 14px; padding: 26px 22px; text-align: center; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.aqs-feature-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(200,16,46,.12); border-color: #f0c4c9; }
.aqs-feature-icon { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: 0 6px 16px rgba(200,16,46,.25); }
.aqs-feature-card h3 { font-size: 17px; color: #16284a; margin: 0 0 10px; font-weight: 700; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-feature-card p { font-size: 13.5px; color: #7a8699; line-height: 1.8; margin: 0; text-align: justify; }

/* ============ 荣誉与认可 ============ */
.aqs-about-honors { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-honor-main { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center; margin-bottom: 30px; }
.aqs-honor-main-img { position: relative; }
.aqs-honor-main-img img { width: 100%; max-height: 320px; object-fit: cover; border-radius: 14px; box-shadow: 0 10px 30px rgba(30,60,120,.15); }
.aqs-honor-main-badge { position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); background: linear-gradient(135deg, #e7c88d, #d4a95c); color: #fff; padding: 8px 22px; border-radius: 20px; font-size: 13px; font-weight: 600; white-space: nowrap; box-shadow: 0 4px 12px rgba(180,120,20,.3); }
.aqs-star { color: #fff; font-style: normal; margin: 0 4px; }
.aqs-honor-main-info { text-align: center; }
.aqs-honor-medal { font-size: 44px; margin-bottom: 10px; }
.aqs-honor-main-title { font-size: 18px; font-weight: 700; color: #16284a; line-height: 1.6; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-honor-main-line { width: 60px; height: 3px; background: linear-gradient(90deg, #c8102e, #e7c88d); margin: 14px auto; }
.aqs-honor-main-desc { font-size: 14px; color: #7a8699; line-height: 1.8; }
.aqs-honor-swiper .swiper-slide a { display: block; border-radius: 10px; overflow: hidden; position: relative; box-shadow: 0 4px 14px rgba(30,60,120,.1); }
.aqs-honor-slide-img { width: 100%; height: 120px; object-fit: cover; display: block; }
.aqs-honor-slide-mask { position: absolute; inset: 0; background: rgba(200,16,46,0); display: flex; align-items: flex-end; transition: background .3s; }
.aqs-honor-slide:hover .aqs-honor-slide-mask { background: rgba(200,16,46,.35); }
.aqs-honor-slide-tag { color: #fff; font-size: 12px; padding: 4px 10px; background: rgba(200,16,46,.85); border-radius: 4px; margin: 0 0 8px 8px; }

/* 响应式 */
@media (max-width: 992px) {
    .aqs-about-grid { grid-template-columns: 1fr; gap: 24px; }
    .aqs-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .aqs-values-grid { grid-template-columns: repeat(2, 1fr); }
    .aqs-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .aqs-honor-main { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .aqs-about-intro, .aqs-about-values, .aqs-about-features, .aqs-about-honors { padding: 24px 18px; }
    .aqs-values-grid, .aqs-feature-grid { grid-template-columns: 1fr; }
    .aqs-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============ V2 追加：经典案例 ============ */
.aqs-about-cases { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aqs-case-card { background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 14px; padding: 26px 24px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; display: flex; flex-direction: column; }
.aqs-case-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(200,16,46,.12); border-color: #f0c4c9; }
.aqs-case-tag { display: inline-block; align-self: flex-start; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; font-size: 12px; padding: 4px 12px; border-radius: 4px; margin-bottom: 12px; letter-spacing: 1px; }
.aqs-case-card h3 { font-size: 16.5px; color: #16284a; margin: 0 0 10px; font-weight: 700; line-height: 1.6; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-case-card p { font-size: 13.5px; color: #7a8699; line-height: 1.85; margin: 0 0 14px; text-align: justify; flex: 1; }
.aqs-case-hot { font-size: 12px; color: #b08850; background: #fff8ec; border: 1px solid #f5e3b8; border-radius: 6px; padding: 6px 10px; }

/* 内页横幅字体（关于页） */
body.page-pid-187 .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-187 .nybanne3 span {
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
    font-weight: 700;
    letter-spacing: 4px;
}

/* 响应式 */
@media (max-width: 992px) {
    .aqs-cases-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .aqs-cases-grid { grid-template-columns: 1fr; }
}

/* ============ V3 追加：荣誉轮播箭头 ============ */
.aqs-honor-swiper { position: relative; }
.aqs-honor-swiper .swiper-button-prev,
.aqs-honor-swiper .swiper-button-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c8102e, #e0303f);
    box-shadow: 0 6px 16px rgba(200,16,46,.35);
    transition: transform .3s, box-shadow .3s, background .3s;
    top: 42%;
    z-index: 20;
}
.aqs-honor-swiper .swiper-button-prev { left: -16px; }
.aqs-honor-swiper .swiper-button-next { right: -16px; }
.aqs-honor-swiper .swiper-button-prev::after,
.aqs-honor-swiper .swiper-button-next::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.aqs-honor-swiper .swiper-button-prev::after {
    transform: translate(-40%, -50%) rotate(-45deg);
}
.aqs-honor-swiper .swiper-button-next::after {
    transform: translate(-60%, -50%) rotate(135deg);
}
.aqs-honor-swiper .swiper-button-prev:hover,
.aqs-honor-swiper .swiper-button-next:hover {
    background: linear-gradient(135deg, #8a0b1f, #c8102e);
    transform: scale(1.12);
    box-shadow: 0 10px 24px rgba(200,16,46,.45);
}
.aqs-honor-swiper .swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
}
.aqs-honor-swiper .swiper-button-disabled:hover {
    transform: none;
    box-shadow: 0 6px 16px rgba(200,16,46,.25);
}
@media (max-width: 768px) {
    .aqs-honor-swiper .swiper-button-prev { left: -6px; }
    .aqs-honor-swiper .swiper-button-next { right: -6px; }
    .aqs-honor-swiper .swiper-button-prev,
    .aqs-honor-swiper .swiper-button-next { width: 38px; height: 38px; }
}

/* ============ V4 追加：荣誉大图自适应 + 箭头外移 ============ */
/* 大图容器：浅色底 + 内边距，竖图完整显示 */
.aqs-honor-main-img {
    background: linear-gradient(180deg, #f6f9ff, #eef3fb);
    border-radius: 14px;
    padding: 26px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    max-height: 560px;
    overflow: hidden;
}
.aqs-honor-main-img img {
    width: auto;
    max-width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: contain;   /* 完整显示，不裁剪 */
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(30,60,120,.18);
}
/* 竖图时限制宽度避免过宽 */
.aqs-honor-main-img img[data-vertical="1"] {
    max-width: 78%;
    max-height: 480px;
}
/* 横图时完整显示 */
.aqs-honor-main-img img[data-horizontal="1"] {
    max-height: 400px;
}

/* 箭头外移：悬停在卡片外侧，不挡图 */
.aqs-honor-swiper .swiper-button-prev { left: -64px; }
.aqs-honor-swiper .swiper-button-next { right: -64px; }

/* 移动端箭头收进来一点 */
@media (max-width: 1200px) {
    .aqs-honor-swiper .swiper-button-prev { left: -12px; }
    .aqs-honor-swiper .swiper-button-next { right: -12px; }
}
@media (max-width: 768px) {
    .aqs-honor-main-img { min-height: 300px; max-height: 420px; padding: 16px 10px; }
    .aqs-honor-main-img img { max-height: 380px; }
    .aqs-honor-swiper .swiper-button-prev,
    .aqs-honor-swiper .swiper-button-next { width: 36px; height: 36px; }
}

/* ============ V5 追加：徽章贴图定位，不被容器裁剪 ============ */
.aqs-honor-main-img-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
.aqs-honor-main-img-wrap img {
    width: auto;
    max-width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(30,60,120,.18);
    display: block;
    margin: 0 auto;
}
/* 竖图限制宽度 */
.aqs-honor-main-img-wrap img[data-vertical="1"] {
    max-width: 78%;
    max-height: 480px;
}
/* 横图限制高度 */
.aqs-honor-main-img-wrap img[data-horizontal="1"] {
    max-height: 400px;
}
/* 徽章：贴在图片底部中央（相对图片，永远完整显示） */
.aqs-honor-main-img .aqs-honor-main-badge {
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #e7c88d, #d4a95c);
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(180,120,20,.3);
    z-index: 5;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .aqs-honor-main-img-wrap img { max-height: 380px; }
}

/* ============ V2 追加：经典案例卡片链接化 + 查看更多按钮 ============ */
.aqs-case-card { text-decoration: none; }
.aqs-case-card:hover { text-decoration: none; }
.aqs-case-card h3 { transition: color .3s ease; }
.aqs-case-card:hover h3 { color: #c8102e; }
.aqs-cases-more { text-align: center; margin-top: 34px; }
.aqs-cases-more .aqs-btn { padding: 13px 40px; font-size: 15px; }
