/* ============================================
 * aiqilvse1.0 主题主样式
 * 风格：律师事务所官网风格，简洁大气
 * 优化：更好的加载性能，响应式设计
 * ============================================ */

/* --- 基础重置 --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif; color: #333; background: #f8f9fa; line-height: 1.8; }

/* --- 容器 --- */
.aqs-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.aqs-container::after { content: ""; display: table; clear: both; }

/* ============================================
 * 头部导航（中伦风格）
 * ============================================ */
.aqs-header {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    height: 70px; transition: all .3s;
}
.admin-bar .aqs-header {
    top: 32px;
}
.aqs-header-inner { display: flex; align-items: center; height: 70px; }
.aqs-logo { flex-shrink: 0; }
.aqs-logo a { text-decoration: none; }
.aqs-logo h1 { font-size: 22px; font-weight: 700; color: #1a3c6e; margin: 0; }
.aqs-logo .custom-logo { max-height: 45px; width: auto; }
/* 导航横版Logo（图标+文字），与导航菜单平齐 */
.aqs-logo .aqs-nav-logo {
    display: block;
    max-height: 46px;
    height: 46px;
    width: auto;
    vertical-align: middle;
}
.aqs-header-inner { display: flex; align-items: center; height: 70px; }

.aqs-nav { flex: 1; margin-left: 40px; }
.aqs-nav-list { list-style: none; display: flex; margin: 0; padding: 0; }
.aqs-nav-list li { position: relative; }
.aqs-nav-list > li > a {
    display: block; padding: 0 14px; line-height: 70px;
    color: #333; text-decoration: none; font-size: 14px; font-weight: 500;
    transition: color .3s; position: relative;
    white-space: nowrap;
}
.aqs-nav-list > li > a::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 0; height: 3px; background: #1a3c6e; transition: width .3s;
}
.aqs-nav-list > li:hover > a, .aqs-nav-list > li.current-menu-item > a { color: #1a3c6e; }
.aqs-nav-list > li:hover > a::after, .aqs-nav-list > li.current-menu-item > a::after { width: 60%; }

/* 下拉菜单 */
.aqs-nav-list .sub-menu {
    display: none; position: absolute; top: 100%; left: 0;
    background: #fff; min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    border-radius: 0 0 4px 4px; z-index: 999;
    list-style: none; padding: 8px 0;
}
.aqs-nav-list li:hover > .sub-menu { display: block; animation: fadeInDown .2s ease; }
.aqs-nav-list .sub-menu a {
    display: block; padding: 8px 20px; color: #555; font-size: 14px; text-decoration: none;
    transition: all .3s;
}
.aqs-nav-list .sub-menu a:hover { background: #f0f7f0; color: #1a3c6e; padding-left: 25px; }

/* 三级菜单 */
.aqs-nav-list .sub-menu .sub-menu { left: 100%; top: 0; border-radius: 4px; }

.aqs-header-right { flex-shrink: 0; margin-left: 15px; display: flex; align-items: center; gap: 10px; }

/* 导航电话 */
.aqs-header-tel {
    display: flex; align-items: center; gap: 6px;
    color: #1a3c6e; font-size: 16px; font-weight: 700;
    text-decoration: none; line-height: 70px;
    transition: opacity .3s;
    white-space: nowrap;
}
.aqs-header-tel:hover { opacity: .8; color: #1a3c6e; text-decoration: none; }
.aqs-header-tel .aqs-tel-icon { font-size: 18px; line-height: 1; color: rgb(110, 192, 70); }
.aqs-header-tel .aqs-tel-mobile { display: none; }

/* 语言切换 - TRP 菜单项模式 */
.aqs-nav-list > li.trp-language-switcher-container {
    margin-left: 8px !important;
    padding-left: 8px !important;
    border-left: 1px solid #ddd !important;
}
.aqs-nav-list > li.trp-language-switcher-container:hover > a::after {
    width: 0 !important;
}
.aqs-nav-list > li.trp-language-switcher-container > a {
    padding: 0 6px !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px;
}
.aqs-nav-list > li.trp-language-switcher-container span.trp-menu-ls-label {
    display: flex !important;
    align-items: center !important;
    gap: 4px;
}
.aqs-nav-list > li.trp-language-switcher-container .trp-flag-image {
    margin: 0 !important;
}
.aqs-nav-list > li.trp-language-switcher-container .trp-ls-language-name {
    font-size: 13px;
}

/* 旧的语言切换（shortcode方式） */
.aqs-lang-switch { display: flex; align-items: center; }
.aqs-lang-switch .trp-language-switcher { width: auto; height: auto; }
.aqs-lang-switch .trp-ls-shortcode-current-language { display: inline-block; }
.aqs-lang-switch .trp-ls-shortcode-current-language a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85em;
    font-weight: 500;
    color: var(--text-color, #333);
    background: var(--bg-light, #f5f7fa);
    border: 1px solid var(--border-color, #e2e8f0);
    transition: all 0.2s;
    text-decoration: none;
}
.aqs-lang-switch .trp-ls-shortcode-current-language a:hover {
    background: var(--primary-color, #6ec046);
    color: #fff;
    border-color: var(--primary-color, #6ec046);
}
.aqs-lang-switch .trp-ls-shortcode-language { display: none; }
.aqs-lang-switch .trp-ls-shortcode-current-language:hover .trp-ls-shortcode-language { display: block; }
.aqs-search-toggle {
    background: none; border: none; font-size: 18px; cursor: pointer;
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: background .3s;
}
.aqs-search-toggle:hover { background: #f0f7f0; }

/* 搜索弹窗 */
.aqs-search-popup {
    display: none; position: absolute; top: 70px; left: 0; right: 0;
    background: #fff; padding: 25px 0; box-shadow: 0 4px 12px rgba(0,0,0,.08); z-index: 999;
}
.aqs-search-popup.active { display: block; }
.aqs-search-popup-inner { max-width: 600px; margin: 0 auto; display: flex; align-items: center; gap: 10px; padding: 0 20px; }
.aqs-search-form { flex: 1; display: flex; gap: 10px; }
.aqs-search-input {
    flex: 1; height: 44px; padding: 0 16px; border: 1px solid #ddd; border-radius: 4px;
    font-size: 15px; outline: none; transition: border .3s;
}
.aqs-search-input:focus { border-color: #1a3c6e; }
.aqs-search-submit {
    height: 44px; padding: 0 24px; background: #1a3c6e; color: #fff; border: none;
    border-radius: 4px; font-size: 15px; cursor: pointer; transition: background .3s;
}
.aqs-search-submit:hover { background: #15325c; }
.aqs-search-close {
    background: none; border: none; font-size: 22px; cursor: pointer; padding: 8px;
    color: #999; transition: color .3s;
}
.aqs-search-close:hover { color: #333; }

/* 移动端菜单按钮 */
.aqs-menu-toggle {
    display: none; background: none; border: none; cursor: pointer;
    flex-direction: column; gap: 5px; padding: 8px;
}
.aqs-menu-toggle span { display: block; width: 24px; height: 2px; background: #333; transition: all .3s; }

/* ============================================
 * 面包屑导航
 * ============================================ */
.aqs-breadcrumb { padding: 12px 0; margin-bottom: 20px; }
.aqs-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.aqs-breadcrumb li { font-size: 13px; color: #999; display: flex; align-items: center; }
.aqs-breadcrumb a { color: #1a3c6e; text-decoration: none; }
.aqs-breadcrumb a:hover { text-decoration: underline; }
.aqs-breadcrumb-sep { margin-left: 8px; font-size: 16px; color: #ccc; }

/* ============================================
 * 主内容区
 * ============================================ */
.aqs-main { padding-top: 10px; padding-bottom: 50px; min-height: 60vh; }
.admin-bar .aqs-main { padding-top: 10px; }
.aqs-content-wrap { float: left; width: 70%; }
.aqs-sidebar { float: right; width: 28%; }

/* --- 文章网格 --- */
.aqs-post-grid { display: grid; gap: 25px; }

.aqs-post-item {
    background: #fff; border-radius: 8px; overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,.06); transition: all .3s;
    display: flex; padding: 25px;
}
.aqs-post-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); transform: translateY(-2px); }

.aqs-post-thumb { flex-shrink: 0; width: 220px; margin-right: 25px; }
.aqs-post-thumb img { width: 100%; height: 150px; object-fit: cover; border-radius: 4px; }
.aqs-post-info { flex: 1; }
.aqs-post-title { font-size: 20px; margin-bottom: 8px; line-height: 1.4; }
.aqs-post-title a { color: #222; text-decoration: none; transition: color .3s; }
.aqs-post-title a:hover { color: #1a3c6e; }
.aqs-post-meta { font-size: 13px; color: #999; margin-bottom: 10px; display: flex; gap: 15px; flex-wrap: wrap; }
.aqs-post-meta a { color: #1a3c6e; text-decoration: none; }
.aqs-post-excerpt { color: #666; font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
.aqs-post-readmore { color: #1a3c6e; font-size: 14px; text-decoration: none; font-weight: 500; }
.aqs-post-readmore:hover { text-decoration: underline; }

/* 分页 */
.aqs-pagination { clear: both; padding: 30px 0; text-align: center; }
.aqs-pagination .page-numbers {
    display: inline-block; padding: 8px 14px; margin: 0 3px;
    border: 1px solid #ddd; border-radius: 4px; color: #555;
    text-decoration: none; transition: all .3s;
}
.aqs-pagination .page-numbers:hover, .aqs-pagination .page-numbers.current {
    background: #6ec046; color: #fff; border-color: #6ec046;
}

/* ============================================
 * 文章详情页
 * ============================================ */
.aqs-single { background: #fff; border-radius: 8px; padding: 40px; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.aqs-single-title { font-size: 28px; color: #222; margin-bottom: 15px; line-height: 1.3; }
.aqs-single-meta { font-size: 13px; color: #999; margin-bottom: 30px; display: flex; gap: 15px; flex-wrap: wrap; }
.aqs-single-meta a { color: #1a3c6e; text-decoration: none; }
.aqs-single-content { font-size: 16px; line-height: 1.9; color: #444; }
.aqs-single-content p { margin-bottom: 1.5em; }
.aqs-single-content h2, .aqs-single-content h3 { margin-top: 1.5em; margin-bottom: .8em; color: #222; }
.aqs-single-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 20px 0; }
.aqs-single-content a { color: #1a3c6e; }

/* ============================================
 * 页面模板
 * ============================================ */
.aqs-page { background: #fff; border-radius: 8px; padding: 40px; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.aqs-page-title { font-size: 28px; color: #222; margin-bottom: 25px; }
.aqs-page-content { font-size: 16px; line-height: 1.9; color: #444; }

/* 归档页 */
.aqs-archive-title { font-size: 26px; color: #222; margin-bottom: 10px; }
.aqs-archive-desc { color: #888; margin-bottom: 25px; font-size: 14px; }

/* 404 */
.aqs-404-page { text-align: center; padding: 100px 20px; }
.aqs-404-page h1 { font-size: 72px; color: #1a3c6e; margin-bottom: 10px; }
.aqs-btn { display: inline-block; padding: 10px 28px; background: #1a3c6e; color: #fff; text-decoration: none; border-radius: 4px; margin-top: 20px; transition: background .3s; }
.aqs-btn:hover { background: #15325c; }

/* ============================================
 * 侧边栏
 * ============================================ */
.aqs-widget { background: #fff; border-radius: 8px; padding: 20px; margin-bottom: 20px; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.aqs-widget-title { font-size: 17px; color: #222; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a3c6e; }

/* ============================================
 * 底部（新版多列 Footer，栏目页/文章页/单页用）
 * ============================================ */
.aqs-footer {
    background: linear-gradient(180deg, #16284a 0%, #1a3c6e 55%, #14305a 100%);
    color: #c3d0e4;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
}
.aqs-footer a { color: #b8c8e0; text-decoration: none; transition: color .25s ease; }
.aqs-footer a:hover { color: #ffd76a; }
.aqs-footer-main { padding: 55px 0 40px; }
.aqs-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.9fr 1fr 1.25fr;
    gap: 40px;
}
/* 品牌区 */
.aqs-footer-logo img { height: 52px; width: auto; }
.aqs-footer-slogan {
    margin: 14px 0 8px;
    color: #ffd76a;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.aqs-footer-desc {
    font-size: 13px;
    color: #a8b8d0;
    margin-bottom: 18px;
    max-width: 320px;
}
/* 社交图标 */
.aqs-footer-social { display: flex; gap: 12px; position: relative; }
.aqs-fs-item {
    position: relative;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex; align-items: center; justify-content: center;
    transition: background .25s ease, transform .25s ease;
}
.aqs-fs-item:hover { background: rgba(255,215,106,.25); transform: translateY(-3px); }
.aqs-fs-icon { display: flex; align-items: center; justify-content: center; }
.aqs-fs-icon img { width: 20px; height: 20px; object-fit: contain; }
.aqs-fs-qr {
    position: absolute;
    bottom: 48px; left: 50%;
    transform: translateX(-50%) scale(.9);
    width: 130px; height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    opacity: 0; visibility: hidden;
    transition: all .25s ease;
    z-index: 20;
}
.aqs-fs-item:hover .aqs-fs-qr { opacity: 1; visibility: visible; transform: translateX(-50%) scale(1); }
/* 栏目 */
.aqs-footer-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: .5px;
}
.aqs-footer-title::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 32px; height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #ffd76a, #ff9d4d);
}
.aqs-footer-links { list-style: none; padding: 0; margin: 0; }
.aqs-footer-links li { margin-bottom: 9px; }
.aqs-footer-links a {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    color: #b8c8e0;
}
.aqs-footer-links a::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #6ec046;
    transition: background .25s ease;
}
.aqs-footer-links a:hover { color: #ffd76a; padding-left: 18px; }
.aqs-footer-links a:hover::before { background: #ffd76a; }
/* 联系方式 */
.aqs-footer-contact .aqs-footer-tel {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 18px;
}
.aqs-footer-tel-label {
    display: block;
    font-size: 12px;
    color: #93a5c2;
    letter-spacing: 2px;
    margin-bottom: 2px;
}
.aqs-footer-tel-num {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #ffd76a !important;
    letter-spacing: 1px;
    line-height: 1.3;
}
.aqs-footer-tel-num:hover { color: #fff !important; }
.aqs-footer-tel-sub { display: block; font-size: 13px; color: #a8b8d0; margin-top: 2px; }
.aqs-footer-contact-list { list-style: none; padding: 0; margin: 0; }
.aqs-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 13px;
}
.aqs-fc-label {
    flex: 0 0 66px;
    color: #93a5c2;
    letter-spacing: 1px;
}
.aqs-footer-contact-list a { color: #d8e2f2; }
.aqs-footer-contact-list a:hover { color: #ffd76a; }
.aqs-fc-wechat { color: #8fb5ff; }
/* 底部版权 */
.aqs-footer-bottom {
    background: rgba(10, 20, 40, .55);
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 16px 0;
    font-size: 13px;
}
.aqs-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.aqs-footer-copy { margin: 0; color: #93a5c2; }
.aqs-footer-copy a { color: #c3d0e4; }
.aqs-footer-copy a:hover { color: #ffd76a; }
.aqs-footer-icp { margin: 0; color: #93a5c2; }
.aqs-footer-icp a { color: #93a5c2; }
.aqs-footer-icp a:hover { color: #ffd76a; }

/* 响应式 */
@media (max-width: 1023px) {
    .aqs-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .aqs-footer-main { padding: 40px 0 30px; }
}
@media (max-width: 767px) {
    /* 2026-08-23 移动端隐藏 footer 主体（栏目页/文章页/单页），保留版权区 */
    .aqs-footer-main { display: none; }
    .aqs-footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .aqs-footer-main { padding: 34px 0 24px; }
    .aqs-footer-logo img { height: 44px; }
    .aqs-footer-tel-num { font-size: 24px; }
    .aqs-footer-bottom-inner { flex-direction: column; text-align: center; }
    /* 移动端：联系方式列排最前，电话做成显眼拨号按钮 */
    .aqs-footer-grid { display: flex; flex-direction: column; }
    .aqs-footer-contact { order: -1; }
    .aqs-footer-contact .aqs-footer-tel {
        background: linear-gradient(90deg, rgba(255,215,106,.18), rgba(255,157,77,.12));
        border: 1px solid rgba(255,215,106,.35);
        text-align: center;
        padding: 20px 16px;
    }
    .aqs-footer-tel-num { font-size: 28px; }
    .aqs-footer-tel-label { letter-spacing: 3px; }
}

/* ============================================
 * 响应式
 * ============================================ */
@media (max-width: 991px) {
    .aqs-content-wrap, .aqs-sidebar { float: none; width: 100%; }
    .aqs-post-thumb { width: 160px; }
    .aqs-post-item { padding: 18px; }
}

@media (max-width: 768px) {
    /* 2026-08-23 移动端：汉堡移到搜索按钮右边（logo → 电话 → 搜索 → 汉堡） */
    .aqs-logo { order: 1; }
    .aqs-nav { order: 3; }
    .aqs-header-right { order: 2; }
    .aqs-menu-toggle { display: flex; order: 4; margin-left: 4px; }
    /* 移动端电话：只显示「电话咨询」4 字 */
    .aqs-header-tel { line-height: 70px; }
    .aqs-header-tel .aqs-tel-num { display: none; }
    .aqs-header-tel .aqs-tel-mobile { display: inline; }
    .admin-bar .aqs-header { top: 46px; }
    .aqs-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.08); margin: 0; }
    .aqs-nav.active { display: block; }
    .aqs-nav-list { flex-direction: column; }
    .aqs-nav-list > li > a { line-height: 50px; padding: 0 20px; }
    .aqs-nav-list > li > a::after { display: none; }
    .aqs-nav-list .sub-menu { position: static; box-shadow: none; border-radius: 0; background: #f8f9fa; }
    .aqs-nav-list .sub-menu .sub-menu { left: 0; }
    .admin-bar .aqs-main { padding-top: 136px; } /* 移动端 admin bar 46px + 导航70px + 20px */
    .aqs-post-item { flex-direction: column; }
    .aqs-post-thumb { width: 100%; margin-right: 0; margin-bottom: 15px; }
    .aqs-post-thumb img { height: 200px; }
    .aqs-single, .aqs-page { padding: 20px; }
    .aqs-single-title { font-size: 22px; }
    .aqs-breadcrumb { display: none; }
}

/* 小屏动画 */
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================
   CTA 行动号召
   ============================================ */
.aqs-cta-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #6ec046 0%, #2e8b57 100%);
    color: #fff;
    text-align: center;
}
.aqs-cta-section h2 { font-size: 2em; font-weight: 800; margin-bottom: 12px; }
.aqs-cta-section .aqs-cta-subtitle { opacity: 0.85; margin-bottom: 30px; font-size: 1.05em; }
.aqs-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.aqs-btn-cta { background: #FF6B35 !important; border: none !important; color: #fff !important; font-weight: 700; }
.aqs-btn-cta:hover { background: #e55a2b !important; }
.aqs-btn-outline {
    display: inline-block; padding: 12px 32px;
    background: #fff; border: 2px solid #fff; border-radius: 30px;
    color: #2e8b57; text-decoration: none; font-weight: 700;
    transition: all .3s;
}
.aqs-btn-outline:hover { background: #e8f5e9; border-color: #e8f5e9; color: #1b5e20; }
.aqs-cta-note { margin-top: 20px; opacity: 0.7; font-size: 0.85em; }
/* 2026-08-23 CTA 微信咨询按钮 hover 二维码 */
.aqs-cta-wx-wrap {
    position: relative; display: inline-block;
}
.aqs-cta-wx-pop {
    position: absolute; bottom: calc(100% + 14px); left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: #fff; border-radius: 12px; padding: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    text-align: center;
    opacity: 0; visibility: hidden;
    transition: all .25s ease;
    z-index: 99;
}
.aqs-cta-wx-pop::after {
    content: '';
    position: absolute; top: 100%; left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #fff;
}
.aqs-cta-wx-pop img {
    width: 140px; height: 140px; object-fit: cover; display: block; border-radius: 6px;
}
.aqs-cta-wx-tip {
    display: block; margin-top: 8px;
    font-size: 12px; line-height: 1.6; color: #555;
}
.aqs-cta-wx-wrap:hover .aqs-cta-wx-pop {
    opacity: 1; visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* ============================================
   核心服务
   ============================================ */
.aqs-services-section {
    padding: 70px 0;
    background: #f8f9fa;
}
.aqs-section-title { text-align: center; margin-bottom: 40px; }
.aqs-section-title h2 { font-size: 30px; color: #222; margin-bottom: 10px; font-weight: 700; }
.aqs-section-title p { font-size: 16px; color: #777; max-width: 600px; margin: 0 auto; }
.aqs-section-title-light h2 { color: #fff; }
.aqs-section-title-light p { color: rgba(255,255,255,0.75); }

.aqs-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.aqs-service-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 24px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.aqs-service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.aqs-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: transparent;
}
.aqs-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a3c6e, #6ec046);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.aqs-service-card:hover::before { transform: scaleX(1); }
.aqs-svc-icon { font-size: 2.5em; margin-bottom: 14px; }
.aqs-service-card h3 { font-size: 1.05em; font-weight: 700; color: #222; margin-bottom: 8px; }
.aqs-service-card p { font-size: 0.9em; color: #666; line-height: 1.7; }

/* ============================================
   首页文章列表 - 双栏（左侧列表 + 右侧热门）
   ============================================ */
.aqs-home-content {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}
.aqs-home-posts {
    flex: 1;
    min-width: 0;
}
.aqs-home-sidebar {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 90px;
}
@media (max-width: 991px) {
    .aqs-home-sidebar { display: none; }
    .aqs-home-content { display: block; }
}

/* ============================================
   文章详情页 - 双栏布局
   ============================================ */
.aqs-single-layout {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}
.aqs-single-left {
    flex: 1;
    min-width: 0;
}
/* 文章特色图 */
.aqs-single-featured {
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
}
.aqs-single-featured img {
    width: 100%;
    height: auto;
    display: block;
}

/* 侧边栏通用 */
.aqs-single-sidebar {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 90px;
}
.aqs-sidebar-widget {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.3s;
}
.aqs-sidebar-widget:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.aqs-widget-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px 12px;
    border-bottom: 2px solid #1a3c6e;
}
.aqs-widget-icon { font-size: 1.2em; }
.aqs-widget-title {
    font-size: 1em;
    font-weight: 700;
    color: #222;
    margin: 0;
}

/* 热门文章列表 */
.aqs-hot-list { padding: 8px 4px; }
.aqs-hot-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 6px;
    transition: all 0.25s ease;
}
.aqs-hot-item:hover {
    background: #f0f7f0;
}
.aqs-hot-item a {
    flex: 1;
    font-size: 0.88em;
    color: #555;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s;
}
.aqs-hot-item:hover a { color: #1a3c6e; }
.aqs-hot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.72em;
    font-weight: 700;
    flex-shrink: 0;
    background: #e8e8e8;
    color: #999;
}
.aqs-hot-top .aqs-hot-badge,
.aqs-badge-1 {
    background: linear-gradient(135deg, #FF6B35, #FF4500);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255,107,53,0.4);
    width: 24px;
    height: 24px;
    font-size: 0.78em;
}
.aqs-hot-top a { color: #222; font-weight: 600; }
.aqs-hot-top-2 .aqs-hot-badge,
.aqs-badge-2 {
    background: linear-gradient(135deg, #10B981, #059669);
    color: #fff;
    box-shadow: 0 2px 8px rgba(16,185,129,0.4);
    width: 24px;
    height: 24px;
    font-size: 0.78em;
}
.aqs-hot-top-3 .aqs-hot-badge,
.aqs-badge-3 {
    background: linear-gradient(135deg, #a8d94f, #6ec046);
    color: #fff;
    box-shadow: 0 2px 8px rgba(168,217,79,0.4);
    width: 24px;
    height: 24px;
    font-size: 0.78em;
}

/* 最新文章列表 */
.aqs-new-list { padding: 4px 4px; }
.aqs-new-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 6px;
    transition: all 0.25s ease;
    border-bottom: 1px solid #f0f0f0;
}
.aqs-new-item:last-child { border-bottom: none; }
.aqs-new-item:hover { background: #f0f7f0; }
.aqs-new-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    font-size: 0.72em;
    font-weight: 600;
    flex-shrink: 0;
    background: #eef2f7;
    color: #1a3c6e;
}
.aqs-new-item a {
    flex: 1;
    font-size: 0.88em;
    color: #555;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s;
}
.aqs-new-item:hover a { color: #1a3c6e; }
.aqs-new-date {
    font-size: 0.75em;
    color: #aaa;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .aqs-single-layout { display: block; }
    .aqs-single-sidebar { display: none; }
}

/* 文章标签 */
.aqs-tags-section {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.aqs-tags-label { font-weight: 700; font-size: 0.95em; color: #222; white-space: nowrap; margin-top: 2px; }
.aqs-tags-list { display: flex; gap: 8px; flex-wrap: wrap; }
.aqs-tag-item {
    display: inline-block;
    background: #eef2f7;
    color: #1a3c6e;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.85em;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}
.aqs-tag-item:hover {
    background: #1a3c6e;
    color: #fff;
}

/* 相关推荐 */
.aqs-related-section {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #e8e8e8;
}
.aqs-related-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.aqs-related-icon { font-size: 1.15em; }
.aqs-related-header h3 {
    font-size: 1.05em;
    font-weight: 700;
    color: #222;
    margin: 0;
}
.aqs-related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.aqs-related-card {
    display: block;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}
.aqs-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-color: #1a3c6e;
}
.aqs-related-thumb {
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #f0f7f0;
}
.aqs-related-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.aqs-related-card:hover .aqs-related-thumb img {
    transform: scale(1.08);
}
.aqs-related-body {
    padding: 12px 14px 14px;
}
.aqs-related-title {
    font-size: 0.88em;
    font-weight: 600;
    color: #222;
    line-height: 1.45;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.aqs-related-card:hover .aqs-related-title { color: #1a3c6e; }
.aqs-related-excerpt {
    font-size: 0.78em;
    color: #888;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991px) {
    .aqs-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .aqs-related-grid { grid-template-columns: 1fr; }
}

/* ============================================
   栏目归档页 - 英雄背景图
   ============================================ */
.aqs-cat-hero {
    padding: 100px 0;
    color: #fff;
    text-align: center;
    position: relative;
}
.aqs-cat-hero h1 { font-size: 2.4em; font-weight: 700; margin-bottom: 12px; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.aqs-cat-hero-desc { font-size: 1.1em; opacity: 0.9; max-width: 600px; margin: 0 auto; }

/* 3列卡片网格 */
.aqs-archive-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 40px 0;
}
.aqs-archive-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}
.aqs-archive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.aqs-archive-card-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #f0f7f0;
}
.aqs-archive-card-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.aqs-archive-card:hover .aqs-archive-card-thumb img { transform: scale(1.05); }
.aqs-archive-card-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 3em;
    background: linear-gradient(135deg, #6ec046 0%, #2e8b57 100%);
    color: #fff;
}
.aqs-archive-card-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffd76a;
    color: #16284a;
    padding: 3px 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.75em;
    font-weight: 600;
}
.aqs-archive-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.aqs-archive-card-body h3 { font-size: 1em; font-weight: 600; line-height: 1.5; margin-bottom: 10px; }
.aqs-archive-card-body h3 a { color: #222; text-decoration: none; }
.aqs-archive-card-body h3 a:hover { color: #1a3c6e; }
.aqs-archive-card-excerpt { font-size: 0.88em; color: #666; line-height: 1.6; flex: 1; margin-bottom: 12px; }
.aqs-archive-card-meta { font-size: 0.8em; color: #999; display: flex; gap: 12px; }
.aqs-archive-empty { text-align: center; padding: 60px 0; color: #999; }
.aqs-archive-empty .aqs-btn { margin-top: 20px; }

@media (max-width: 991px) {
    .aqs-archive-card-grid { grid-template-columns: repeat(2, 1fr); }
    .aqs-cat-hero { padding: 70px 0; }
    .aqs-cat-hero h1 { font-size: 1.8em; }
}
@media (max-width: 768px) {
    .aqs-archive-card-grid { grid-template-columns: 1fr; }
    .aqs-cat-hero { padding: 50px 0; }
    .aqs-cat-hero h1 { font-size: 1.5em; }
}

/* ============================================
   数据统计
   ============================================ */
.aqs-stats-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #6ec046 0%, #2e8b57 100%);
    color: #fff;
}
.aqs-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}
.aqs-stats-item { padding: 20px; }
.aqs-stat-num { font-size: 2.8em; font-weight: 800; color: #c9a84c; line-height: 1; }
.aqs-stat-label { font-size: 0.95em; opacity: 0.85; margin-top: 6px; }
.aqs-stat-desc { font-size: 0.8em; opacity: 0.65; margin-top: 4px; }

@media (max-width: 991px) {
    .aqs-services-grid { grid-template-columns: repeat(2, 1fr); }
    .aqs-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .aqs-services-grid { grid-template-columns: 1fr; }
    .aqs-stat-num { font-size: 2em; }
    .aqs-section-title h2 { font-size: 24px; }
}

/* ============================================
 * 微信咨询悬浮（参考 jingzhilawfirm.cn）
 * PC：右侧竖条 hover 弹二维码；H5：右下角圆钮 + 遮罩
 * ============================================ */
.aqs_float_wechat{
	position: fixed;
	right: 0;
	/* 紧贴百度商桥（右侧居中/高约 150px）下方，留 20px 间距 */
	top: calc(50% + 130px);
	transform: translateY(-50%);
	z-index: 999;
	display: block;
}
.aqs_fw_btn{
	width: 48px;
	height: 110px;
	background: linear-gradient(180deg, #07C160 0%, #06ad56 100%);
	border-radius: 6px 0 0 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: -2px 2px 10px rgba(7,193,96,.25);
	transition: all .3s ease;
}
.aqs_fw_btn:hover{
	width: 52px;
	background: linear-gradient(180deg, #0bd06c 0%, #07C160 100%);
}
.aqs_fw_icon{
	display: block;
	margin-bottom: 6px;
}
.aqs_fw_txt{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	writing-mode: vertical-lr;
	line-height: 1.6;
}
/* 二维码浮层（悬停显示） */
.aqs_fw_pop{
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%) scale(.9);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	z-index: 999;
}
.aqs_float_wechat:hover .aqs_fw_pop{
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}
.aqs_fw_pop_box{
	background: #fff;
	border-radius: 10px;
	padding: 14px;
	box-shadow: 0 8px 30px rgba(0,0,0,.15);
	text-align: center;
}
.aqs_fw_pop_box img{
	/* 竖版长图 928x1396，固定宽度自适应高度 */
	width: 130px;
	height: auto;
	max-height: 200px;
	object-fit: contain;
	display: block;
	border-radius: 4px;
	margin: 0 auto;
}
.aqs_fw_pop_tip{
	font-size: 12px;
	color: #666;
	line-height: 1.7;
	margin-top: 8px;
}
.aqs_fw_pop_arrow{
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}

/* H5 右下角圆钮 */
.aqs_float_wechat_m{
	position: fixed;
	right: 14px;
	bottom: 90px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, #07C160 0%, #06ad56 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(7,193,96,.4);
	z-index: 998;
	animation: aqs_pulse 2.5s infinite;
}
.aqs_float_wechat_m svg{ display: block; }

@keyframes aqs_pulse{
	0%{ box-shadow: 0 4px 16px rgba(7,193,96,.4); }
	50%{ box-shadow: 0 4px 24px rgba(7,193,96,.7); }
	100%{ box-shadow: 0 4px 16px rgba(7,193,96,.4); }
}

/* H5 二维码弹层 */
.aqs_wechat_mask{
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.55);
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
}
.aqs_wechat_mask.show{
	display: flex;
}
.aqs_wechat_pop{
	background: #fff;
	border-radius: 14px;
	padding: 24px 22px 20px;
	text-align: center;
	position: relative;
	width: 280px;
	max-width: 82vw;
	animation: aqs_pop_in .3s ease;
}
.aqs_wechat_pop img{
	width: 200px;
	height: auto;
	max-height: 300px;
	object-fit: contain;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
}
.aqs_wechat_pop_tip{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	margin-top: 14px;
	font-weight: 500;
}
.aqs_wechat_pop_close{
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	line-height: 1;
	padding: 4px;
	transition: color .2s;
}
.aqs_wechat_pop_close:hover{ color: #333; }

@keyframes aqs_pop_in{
	0%{ transform: scale(.85); opacity: 0; }
	100%{ transform: scale(1); opacity: 1; }
}

/* PC/H5 切换 */
@media (max-width: 1020px){
	.aqs_float_wechat{ display: none; }
}
@media (min-width: 1021px){
	.aqs_float_wechat_m{ display: none; }
	.aqs_wechat_mask{ display: none; }
}

/* ============================================
 * 页面 Banner（单页顶部横幅）
 * 后台「页面 → 编辑」→「页面 Banner 设置」
 * 推荐尺寸：1920 × 400
 * ============================================ */
.aqs-page-banner{
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: 400px;
	background-size: 100% 100%; /* 完整显示不裁切 */
	background-position: center;
	background-repeat: no-repeat;
}
/* 纯图片模式：无遮罩、无标题文字 */
.aqs-page-banner-overlay,
.aqs-page-banner:not(.aqs-hero) .aqs-container,
.aqs-page-banner-title{
	display: none !important;
}
@media (max-width: 768px){
	.aqs-page-banner{ height: 180px; }
}
@media (max-width: 480px){
	.aqs-page-banner{ height: 140px; }
}

/* ============================================
 * xinli001 移植页面（xlp-*）适配本站单页
 * 1. 宽度对齐本站 1200 容器（内容区 1160）
 * 2. 顶层背景模块改圆角卡片，模块间留间距
 * ============================================ */
.aqs-page .xlp-listener,
.aqs-page .xlp-assurance,
.aqs-page .xlp-report{
    max-width: none;
    overflow-x: hidden;
}

/* xinli001 移植页：去掉 article padding，让内容贴齐容器 */
.page-id-383 .aqs-page,
.page-id-384 .aqs-page,
.page-id-385 .aqs-page{
    padding: 0 !important;
    max-width: none;
}

/* xinli001 移植页：容器保持本站默认 1200（不再外扩） */

/* xinli001 移植页：顶层背景模块圆角化 + 间距，避免直角背景突出 */
.xlp-listener > section,
.xlp-listener > div,
.xlp-assurance > section,
.xlp-assurance > div,
.xlp-report > section,
.xlp-report > div{
    border-radius: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.xlp-listener > section:last-child,
.xlp-listener > div:last-child,
.xlp-assurance > section:last-child,
.xlp-assurance > div:last-child,
.xlp-report > section:last-child,
.xlp-report > div:last-child{
    margin-bottom: 0;
}
/* 白底模块加细边框 + 轻阴影，让圆角卡片清晰可见 */
.xlp-listener > section,
.xlp-listener > div,
.xlp-assurance > section,
.xlp-assurance > div,
.xlp-report > section,
.xlp-report > div{
    box-shadow: 0 2px 12px rgba(30, 60, 120, 0.06);
    border: 1px solid rgba(200, 215, 240, 0.4);
}
/* 页面首屏 hero 不套边框，保持原设计 */
.xlp-listener > .hero,
.xlp-assurance > .hero,
.xlp-report > .hero{
    box-shadow: none;
    border: none;
}
@media (max-width: 767px){
    .xlp-listener > section,
    .xlp-listener > div,
    .xlp-assurance > section,
    .xlp-assurance > div,
    .xlp-report > section,
    .xlp-report > div{
        border-radius: 16px;
        margin-bottom: 16px;
    }
}

/* ============================================
 * 单页面模块化设计（关于我们/服务项目/咨询流程）
 * ============================================ */
.aqs-page-sec { font-size: 15px; line-height: 1.9; color: #3a4453; }
.aqs-page-sec img { max-width: 100%; height: auto; }

/* 区块通用 */
.aqs-sec { margin-bottom: 48px; }
.aqs-sec:last-child { margin-bottom: 0; }
.aqs-sec-head { text-align: center; margin-bottom: 32px; }
.aqs-sec-tag {
    display: inline-block;
    background: linear-gradient(90deg, #e8f5e9, #f0f7f0);
    color: #6ec046;
    border: 1px solid #c8e6c9;
    border-radius: 20px;
    padding: 4px 16px;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.aqs-sec-title {
    font-size: 28px;
    color: #16284a;
    margin: 0 0 8px;
    font-weight: 700;
    letter-spacing: 1px;
}
.aqs-sec-sub { color: #7a8699; font-size: 14px; margin: 0; }

/* 品牌故事 */
.aqs-sec-story { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #e8f5e9; }
.aqs-story-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: center; }
.aqs-story-img { position: relative; }
.aqs-story-img img { width: 100%; border-radius: 14px; box-shadow: 0 8px 30px rgba(30,60,120,.15); }
.aqs-story-badge {
    position: absolute; right: -14px; bottom: 20px;
    background: linear-gradient(135deg, #6ec046, #2e8b57);
    color: #fff; border-radius: 14px;
    padding: 14px 20px; text-align: center;
    box-shadow: 0 6px 20px rgba(26,60,110,.35);
}
.aqs-story-badge-num { display: block; font-size: 26px; font-weight: 800; line-height: 1.2; color: #ffd76a; }
.aqs-story-badge-txt { font-size: 12px; opacity: .9; }
.aqs-story-text p { margin: 0 0 14px; }
.aqs-story-text p:last-child { margin-bottom: 0; }
.aqs-story-text b { color: #6ec046; }

/* 数据统计 */
.aqs-sec-stats {
    background: linear-gradient(135deg, #16284a 0%, #1a3c6e 60%, #24539a 100%);
    border-radius: 16px; padding: 36px 24px;
}
.aqs-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aqs-stat-item { text-align: center; color: #fff; }
.aqs-stat-item + .aqs-stat-item { border-left: 1px solid rgba(255,255,255,.15); }
.aqs-stat-num { display: block; font-size: 40px; font-weight: 800; color: #ffd76a; line-height: 1.3; }
.aqs-stat-num small { font-size: 18px; font-weight: 600; }
.aqs-stat-label { display: block; font-size: 13px; opacity: .85; margin-top: 4px; letter-spacing: 1px; }

/* 愿景理念 */
.aqs-vision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aqs-vision-card {
    background: #fff; border: 1px solid #e8f5e9; border-radius: 14px;
    padding: 28px 24px; text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}
.aqs-vision-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(30,60,120,.12); }
.aqs-vision-icon { font-size: 36px; margin-bottom: 12px; }
.aqs-vision-card h3 { font-size: 17px; color: #16284a; margin: 0 0 8px; }
.aqs-vision-card p { font-size: 14px; color: #5a6a80; margin: 0; }
.aqs-vision-primary { background: linear-gradient(135deg, #16284a, #1a3c6e); border: none; }
.aqs-vision-primary h3 { color: #ffd76a; }
.aqs-vision-primary p { color: #c3d0e4; }
.aqs-vision-wide { grid-column: span 3; }

/* ============================================
   坚守与追求 2x2 网格精修（2026-08-12）
   ============================================ */
.aqs-sec-vision .aqs-vision-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.aqs-sec-vision .aqs-vision-card {
    position: relative;
    padding: 34px 30px 30px;
    border-radius: 18px;
    border: 1px solid #e8eef7;
    background: linear-gradient(180deg, #ffffff 0%, #f4faf4 100%);
    box-shadow: 0 6px 20px rgba(22,40,74,.06);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s;
    text-align: center;
}
.aqs-sec-vision .aqs-vision-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16284a, #6ec046, #16284a);
    opacity: 0;
    transition: opacity .35s ease;
}
.aqs-sec-vision .aqs-vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(22,40,74,.14);
    border-color: rgba(43,90,168,.35);
}
.aqs-sec-vision .aqs-vision-card:hover::before { opacity: 1; }
.aqs-sec-vision .aqs-vision-icon {
    width: 64px; height: 64px;
    line-height: 64px;
    margin: 0 auto 16px;
    font-size: 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e8f5e9, #dce8fb);
    box-shadow: inset 0 2px 6px rgba(22,40,74,.06);
    transition: transform .35s ease, background .35s ease;
}
.aqs-sec-vision .aqs-vision-card:hover .aqs-vision-icon {
    transform: scale(1.05);
    background: linear-gradient(135deg, #16284a, #2e8b57);
}
.aqs-sec-vision .aqs-vision-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #16284a;
    margin: 0 0 10px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}
.aqs-sec-vision .aqs-vision-card h3::after {
    content: '';
    display: block;
    width: 26px; height: 3px;
    margin: 8px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #c8102e, #e0505f);
}
.aqs-sec-vision .aqs-vision-card p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #5a6a80;
    margin: 0;
}
/* 主卡（愿景）与普通卡片同款背景（2026-08-22 用户要求去掉蓝色） */
.aqs-sec-vision .aqs-vision-primary {
    background: linear-gradient(180deg, #ffffff 0%, #f4faf4 100%);
    border: 1px solid #e8eef7;
}
.aqs-sec-vision .aqs-vision-primary::before {
    background: linear-gradient(90deg, #16284a, #6ec046, #16284a);
    opacity: 0;
}
.aqs-sec-vision .aqs-vision-primary h3 { color: #16284a; }
.aqs-sec-vision .aqs-vision-primary h3::after { background: linear-gradient(90deg, #c8102e, #e0505f); }
.aqs-sec-vision .aqs-vision-primary p { color: #5a6a80; }
.aqs-sec-vision .aqs-vision-primary .aqs-vision-icon {
    background: linear-gradient(135deg, #e8f5e9, #dce8fb);
    box-shadow: inset 0 2px 6px rgba(22,40,74,.06);
}
.aqs-sec-vision .aqs-vision-primary:hover .aqs-vision-icon {
    background: linear-gradient(135deg, #16284a, #2e8b57);
}
/* 社会责任宽卡 */
.aqs-sec-vision .aqs-vision-wide {
    grid-column: span 2;
    background: linear-gradient(120deg, #fdf3f4 0%, #fef9f0 100%);
    border: 1px solid rgba(200,16,46,.12);
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: left;
}
.aqs-sec-vision .aqs-vision-wide::before { display: none; }
.aqs-sec-vision .aqs-vision-wide .aqs-vision-icon {
    width: 56px; height: 56px;
    line-height: 56px;
    margin: 0;
    flex-shrink: 0;
    background: linear-gradient(135deg, #fde8ea, #fbd4d8);
}
.aqs-sec-vision .aqs-vision-wide:hover .aqs-vision-icon {
    background: linear-gradient(135deg, #c8102e, #e0505f);
}
.aqs-sec-vision .aqs-vision-wide h3 {
    font-size: 17px;
    margin: 0 0 6px;
}
.aqs-sec-vision .aqs-vision-wide h3::after { display: none; }
.aqs-sec-vision .aqs-vision-wide p {
    font-size: 14px;
    line-height: 1.7;
}
@media (max-width: 767px) {
    .aqs-sec-vision .aqs-vision-grid { grid-template-columns: 1fr; }
    .aqs-sec-vision .aqs-vision-wide { grid-column: span 1; flex-direction: column; text-align: center; gap: 12px; }
}


/* 总部基地 */
.aqs-sec-base { background: #f1f8f1; border-radius: 16px; padding: 40px; }
.aqs-base-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aqs-base-item {
    background: #fff; border-radius: 12px; overflow: hidden;
    box-shadow: 0 4px 16px rgba(30,60,120,.08);
    transition: transform .3s ease;
}
.aqs-base-item:hover { transform: translateY(-5px); }
.aqs-base-item img { width: 100%; height: 180px; object-fit: cover; display: block; }
.aqs-base-item span {
    display: block; text-align: center; padding: 12px;
    font-size: 14px; color: #16284a; font-weight: 600;
}

/* 社会行动 */
.aqs-action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aqs-action-card {
    background: #fff; border: 1px solid #e8f5e9; border-radius: 14px; overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.aqs-action-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(30,60,120,.12); }
.aqs-action-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.aqs-action-body { padding: 20px 22px 24px; }
.aqs-action-body h3 { font-size: 17px; color: #16284a; margin: 0 0 8px; }
.aqs-action-body p { font-size: 14px; color: #5a6a80; margin: 0; }

/* 联系我们 CTA */
.aqs-sec-cta { background: linear-gradient(135deg, #6ec046 0%, #2e8b57 100%); border-radius: 16px; padding: 44px 32px; text-align: center; }
.aqs-cta-inner h2 { color: #fff; font-size: 28px; margin: 0 0 10px; letter-spacing: 2px; }
.aqs-cta-inner > p { color: #c8e6c9; font-size: 15px; margin: 0 0 22px; }
.aqs-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.aqs-btn {
    display: inline-block; padding: 12px 32px; border-radius: 30px;
    font-size: 16px; font-weight: 700; text-decoration: none;
    transition: all .3s ease;
}
.aqs-btn-tel { background: #ffd76a; color: #16284a !important; }
.aqs-btn-tel:hover { background: #ffc94a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.aqs-btn-line { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.6); }
.aqs-btn-line:hover { background: rgba(255,255,255,.15); border-color: #fff; }
.aqs-cta-sub { color: #fff; font-size: 14px; font-weight: 700; letter-spacing: 1px; }

/* 响应式 */
@media (max-width: 1023px) {
    .aqs-story-grid { grid-template-columns: 1fr; gap: 28px; }
    .aqs-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .aqs-stat-item:nth-child(3) { border-left: none; }
    .aqs-vision-grid { grid-template-columns: 1fr 1fr; }
    .aqs-base-grid, .aqs-action-grid { grid-template-columns: 1fr 1fr; }
    .aqs-sec-base { padding: 28px; }
    .aqs-sec-story { padding: 28px; }
}
@media (max-width: 767px) {
    .aqs-sec { margin-bottom: 32px; }
    .aqs-sec-title { font-size: 22px; }
    .aqs-sec-story, .aqs-sec-base { padding: 20px; }
    .aqs-vision-grid { grid-template-columns: 1fr; }
    .aqs-vision-wide { grid-column: span 1; }
    .aqs-base-grid, .aqs-action-grid { grid-template-columns: 1fr; }
    .aqs-stats-grid { grid-template-columns: 1fr 1fr; }
    .aqs-stat-num { font-size: 32px; }
    .aqs-story-badge { right: 10px; }
    .aqs-sec-cta { padding: 32px 20px; }
    .aqs-cta-inner h2 { font-size: 22px; }
}

/* ============================================
 * 服务项目页模块
 * ============================================ */
/* 服务范围卡片 */
.aqs-sec-services { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #e8f5e9; }
.aqs-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aqs-svc-card {
    background: linear-gradient(180deg, #f4faf4, #fff);
    border: 1px solid #e3f2e4; border-radius: 14px;
    padding: 26px 22px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.aqs-svc-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(30,60,120,.12); border-color: #c8e6c9; }
.aqs-svc-icon {
    width: 54px; height: 54px; border-radius: 14px;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; margin-bottom: 14px;
}
.aqs-svc-card h3 { font-size: 17px; color: #16284a; margin: 0 0 8px; }
.aqs-svc-card p { font-size: 14px; color: #5a6a80; margin: 0; line-height: 1.8; }
/* 上门服务提示 */
.aqs-svc-tip {
    margin-top: 24px;
    background: linear-gradient(90deg, #fff8e8, #fffdf5);
    border: 1px solid #f5e3b8; border-radius: 14px;
    padding: 18px 22px;
    display: flex; align-items: center; gap: 16px;
}
.aqs-svc-tip-icon {
    width: 48px; height: 48px; border-radius: 50%;
    background: #ffd76a; display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
}
.aqs-svc-tip b { color: #16284a; font-size: 15px; }
.aqs-svc-tip p { margin: 2px 0 0; color: #7a6a3a; font-size: 14px; }

/* 为什么选择 */
.aqs-sec-why { background: #f1f8f1; border-radius: 16px; padding: 40px; }
.aqs-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aqs-why-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    border: 1px solid #e8f5e9;
    transition: transform .3s ease, box-shadow .3s ease;
}
.aqs-why-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(30,60,120,.12); }
.aqs-why-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.aqs-why-body { padding: 22px 22px 26px; }
.aqs-why-body h3 { font-size: 17px; color: #16284a; margin: 0 0 8px; }
.aqs-why-body p { font-size: 14px; color: #5a6a80; margin: 0; line-height: 1.8; }

/* 咨询流程步骤 */
.aqs-sec-flow { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #e8f5e9; }
.aqs-flow-steps { display: flex; align-items: stretch; justify-content: space-between; gap: 8px; }
.aqs-flow-step {
    flex: 1; text-align: center; position: relative;
    background: linear-gradient(180deg, #f4faf4, #fff);
    border: 1px solid #e3f2e4; border-radius: 14px;
    padding: 26px 14px 22px;
    transition: transform .3s ease, box-shadow .3s ease;
}
.aqs-flow-step:hover { transform: translateY(-5px); box-shadow: 0 10px 26px rgba(30,60,120,.1); }
.aqs-flow-num {
    position: absolute; top: 10px; right: 14px;
    font-size: 30px; font-weight: 800; color: #e3f2e4; line-height: 1;
}
.aqs-flow-icon { font-size: 32px; margin-bottom: 10px; }
.aqs-flow-step h3 { font-size: 15px; color: #16284a; margin: 0 0 6px; }
.aqs-flow-step p { font-size: 12.5px; color: #7a8699; margin: 0; line-height: 1.6; }
.aqs-flow-arrow {
    align-self: center; color: #6ec046; font-size: 22px; font-weight: 700;
    flex-shrink: 0; padding: 0 2px;
}
/* 2026-08-22 流程总结独立模块 v2（更精致） */
.aqs-sec-flowsum {
    padding: 12px 0 36px;
}
.aqs-flowsum-inner {
    position: relative;
    max-width: 920px; margin: 0 auto;
    padding: 38px 56px 40px;
    background:
        radial-gradient(circle at 6% 18%, rgba(110,192,70,.10) 0, transparent 42%),
        radial-gradient(circle at 94% 82%, rgba(22,40,74,.06) 0, transparent 42%),
        linear-gradient(135deg, #f8fcf8 0%, #eef7ef 100%);
    border: 1px solid #dcefde;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 32px rgba(46,139,87,.10);
    overflow: hidden;
}
.aqs-flowsum-inner::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #6ec046 30%, #16284a 70%, transparent);
}
.aqs-flowsum-icon {
    width: 60px; height: 60px; line-height: 60px;
    margin: 0 auto 16px;
    font-size: 30px;
    background: linear-gradient(135deg, #e8f5e9, #dce8fb);
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(46,139,87,.18);
}
.aqs-flowsum-title {
    font-size: 22px; font-weight: 700; color: #16284a;
    margin: 0 0 16px; letter-spacing: 3px;
}
.aqs-flowsum-title::after {
    content: '';
    display: block; width: 44px; height: 3px;
    margin: 10px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #6ec046, #16284a);
}
.aqs-flowsum-text {
    font-size: 15px; line-height: 2.1; color: #3d5a44;
    margin: 0; font-weight: 500;
    max-width: 720px; margin-left: auto; margin-right: auto;
}
@media (max-width: 767px) {
    .aqs-flowsum-inner { padding: 28px 22px 30px; }
    .aqs-flowsum-title { font-size: 19px; }
    .aqs-flowsum-text { font-size: 14px; line-height: 2; }
}

/* 响应式补充 */
@media (max-width: 1023px) {
    .aqs-svc-grid { grid-template-columns: 1fr 1fr; }
    .aqs-why-grid { grid-template-columns: 1fr 1fr; }
    .aqs-flow-steps { flex-wrap: wrap; }
    .aqs-flow-step { flex: 1 1 30%; }
    .aqs-flow-arrow { display: none; }
    .aqs-sec-services, .aqs-sec-why, .aqs-sec-flow { padding: 28px; }
}
@media (max-width: 767px) {
    .aqs-svc-grid, .aqs-why-grid { grid-template-columns: 1fr; }
    .aqs-flow-step { flex: 1 1 45%; }
    .aqs-svc-tip { flex-direction: column; text-align: center; }
}

/* ============================================
 * 咨询流程页模块
 * ============================================ */
/* 品牌引言 */
.aqs-sec-intro { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #e8f5e9; }
.aqs-intro-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; }
.aqs-intro-img img { width: 100%; border-radius: 14px; box-shadow: 0 8px 30px rgba(30,60,120,.15); }
.aqs-intro-text .aqs-sec-tag { margin-bottom: 12px; }
.aqs-intro-text .aqs-sec-title { margin-bottom: 14px; line-height: 1.4; }
.aqs-intro-text p { margin: 0 0 12px; }
.aqs-intro-text p:last-child { margin-bottom: 0; }
.aqs-intro-text b { color: #6ec046; }

/* 品牌理念（隐私感/认同感/获得感） */
.aqs-sec-ethics { background: linear-gradient(135deg, #f1f8f1, #e8f5e9); border-radius: 16px; padding: 40px; }
.aqs-ethics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aqs-ethics-card {
    background: #fff; border: 1px solid #e3f2e4; border-radius: 14px;
    padding: 28px 24px; text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}
.aqs-ethics-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(30,60,120,.12); }
.aqs-ethics-icon {
    width: 60px; height: 60px; border-radius: 50%;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 28px; margin-bottom: 14px;
}
.aqs-ethics-card h3 { font-size: 17px; color: #16284a; margin: 0 0 8px; }
.aqs-ethics-card p { font-size: 14px; color: #5a6a80; margin: 0; line-height: 1.8; }

@media (max-width: 1023px) {
    .aqs-intro-grid { grid-template-columns: 1fr; gap: 28px; }
    .aqs-ethics-grid { grid-template-columns: 1fr 1fr; }
    .aqs-sec-intro, .aqs-sec-ethics { padding: 28px; }
}
@media (max-width: 767px) {
    .aqs-ethics-grid { grid-template-columns: 1fr; }
}

/* ============================================
 * 联系我们页模块
 * ============================================ */
/* 联系信息卡片 */
.aqs-sec-contact-info { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #e8f5e9; }
.aqs-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aqs-contact-card {
    background: linear-gradient(180deg, #f4faf4, #fff);
    border: 1px solid #e3f2e4; border-radius: 14px;
    padding: 28px 20px; text-align: center;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.aqs-contact-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(30,60,120,.12); border-color: #c8e6c9; }
.aqs-contact-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 26px; margin-bottom: 12px;
}
.aqs-contact-card h3 { font-size: 15px; color: #7a8699; margin: 0 0 6px; font-weight: 500; }
.aqs-contact-value { display: block; font-size: 20px; font-weight: 700; color: #16284a; text-decoration: none; }
a.aqs-contact-value:hover { color: #6ec046; }
.aqs-contact-mail { font-size: 16px; }
.aqs-contact-sub { display: block; font-size: 12.5px; color: #93a0b3; margin-top: 4px; }
a.aqs-contact-sub { color: #93a0b3; text-decoration: none; }
a.aqs-contact-sub:hover { color: #6ec046; text-decoration: underline; }

/* 地址 + 地图 */
.aqs-sec-map {
    display: grid; grid-template-columns: 1fr 1.5fr; gap: 32px;
    background: #f1f8f1; border-radius: 16px; padding: 40px;
}
.aqs-map-left { display: flex; flex-direction: column; gap: 22px; }
.aqs-map-addr { display: flex; gap: 14px; align-items: flex-start; }
.aqs-map-addr-icon {
    width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
    background: linear-gradient(135deg, #6ec046, #2e8b57);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}
.aqs-map-addr h3 { font-size: 16px; color: #16284a; margin: 0 0 4px; }
.aqs-map-addr p { font-size: 14px; color: #5a6a80; margin: 0; line-height: 1.8; }
.aqs-map-tip {
    background: #fff8e8; border: 1px solid #f5e3b8; border-radius: 12px;
    padding: 14px 16px; font-size: 13px; color: #7a6a3a; line-height: 1.7;
}
.aqs-map-tip span { font-weight: 600; }
.aqs-map-right { min-height: 380px; }
.aqs-map-iframe {
    width: 100%; height: 100%; min-height: 380px;
    border-radius: 14px; overflow: hidden;
    border: 1px solid #dde6f2;
    box-shadow: 0 8px 30px rgba(30,60,120,.12);
    background: #e8f5e9;
}

/* 在线留言 */
.aqs-sec-message { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #e8f5e9; }
.aqs-msg-form { max-width: 780px; margin: 0 auto; }
.aqs-msg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.aqs-msg-field { margin-bottom: 18px; }
.aqs-msg-field label { display: block; font-size: 14px; color: #16284a; font-weight: 600; margin-bottom: 6px; }
.aqs-msg-field input, .aqs-msg-field select, .aqs-msg-field textarea {
    width: 100%; padding: 12px 14px;
    border: 1px solid #dde6f2; border-radius: 10px;
    font-size: 14px; color: #3a4453; background: #f4faf4;
    transition: border-color .3s ease, box-shadow .3s ease;
    box-sizing: border-box;
}
.aqs-msg-field input:focus, .aqs-msg-field select:focus, .aqs-msg-field textarea:focus {
    outline: none; border-color: #6ec046;
    box-shadow: 0 0 0 3px rgba(42,111,214,.12);
    background: #fff;
}
.aqs-msg-field textarea { resize: vertical; }
.aqs-req { color: #e63946; font-weight: 700; font-style: normal; }
.aqs-opt { color: #8a94a6; font-weight: 400; font-size: 12px; margin-left: 2px; }
.aqs-msg-submit { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.aqs-msg-submit .aqs-btn { border: none; cursor: pointer; }
.aqs-msg-tip { font-size: 13px; color: #93a0b3; }
.aqs-msg-tip a { color: #6ec046; font-weight: 600; text-decoration: none; }
.aqs-msg-tip a:hover { text-decoration: underline; }

/* 响应式 */
@media (max-width: 1023px) {
    .aqs-contact-grid { grid-template-columns: 1fr 1fr; }
    .aqs-sec-map { grid-template-columns: 1fr; }
    .aqs-map-right { min-height: 320px; }
    .aqs-sec-contact-info, .aqs-sec-message { padding: 28px; }
}
@media (max-width: 767px) {
    .aqs-contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
    .aqs-contact-card { padding: 20px 12px; min-width: 0; overflow: hidden; }
    .aqs-contact-value { font-size: 16px; word-break: break-all; }
    .aqs-contact-mail { font-size: 13px; }
    .aqs-contact-sub { font-size: 12px; }
    .aqs-sec-map { padding: 20px; }
    .aqs-map-right { min-height: 260px; }
    .aqs-msg-row { grid-template-columns: 1fr; }
    .aqs-msg-submit { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
    .aqs-contact-grid { grid-template-columns: 1fr; }
}

/* ===== 六步流程两行布局（2026-08-21 优化） ===== */
.aqs-flow-steps { display: flex; flex-direction: column; gap: 0; }
.aqs-flow-row { display: flex; align-items: stretch; justify-content: space-between; gap: 8px; }
.aqs-flow-step {
    flex: 1; min-height: 230px; display: flex; flex-direction: column;
    align-items: center; justify-content: flex-start;
    text-align: center; position: relative;
    background: linear-gradient(180deg, #f4faf4, #fff);
    border: 1px solid #e3f2e4; border-radius: 14px;
    padding: 26px 16px 22px;
    transition: transform .3s ease, box-shadow .3s ease;
}
.aqs-flow-step h3 { font-size: 15px; color: #16284a; margin: 0 0 10px; line-height: 1.5; }
.aqs-flow-step p { font-size: 13px; color: #7a8699; margin: 0; line-height: 1.75; }
.aqs-flow-down {
    align-self: center; color: #6ec046; font-size: 22px; font-weight: 700;
    padding: 8px 0; line-height: 1;
}
/* 2026-08-22 顺时针蛇形右侧连接箭头 */
.aqs-flow-connector {
    align-self: flex-end; margin-right: 13%; color: #6ec046;
    font-size: 26px; font-weight: 700; line-height: 1;
    padding: 2px 0;
}
/* 2026-08-23 流程描述装饰（services 页六卡下方，简洁版） */
.aqs-flow-desc {
    position: relative;
    margin: 28px auto 0; max-width: 860px;
    padding: 12px 56px;
    background: linear-gradient(180deg, #f6fbf6, #edf7ee);
    border: 1px solid #e0f0e2; border-radius: 14px;
    text-align: center;
    color: #3d5a44; font-size: 14px; line-height: 1.9; font-weight: 500;
}
.aqs-flow-desc::before {
    content: '🌿';
    position: absolute; top: 50%; left: 20px;
    font-size: 14px;
    transform: translateY(-50%);
}
.aqs-flow-desc::after {
    content: '🌿';
    position: absolute; top: 50%; right: 20px;
    font-size: 14px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .aqs-flow-desc { padding: 12px 40px; }
}
@media (max-width: 1023px) {
    .aqs-flow-steps { flex-direction: column; }
    .aqs-flow-row { flex-wrap: wrap; }
    .aqs-flow-step { flex: 1 1 30%; min-height: 0; }
    .aqs-flow-arrow { display: none; }
}
@media (max-width: 767px) {
    .aqs-flow-step { flex: 1 1 100%; }
}

/* ============================================
 * 页面 Banner Hero 布局（2026-08-21 重构）
 * 参考 kanko hero-inner：左文字 + 右图片
 * ============================================ */
.aqs-page-banner.aqs-hero {
    position: relative;
    margin-top: 70px;
    width: 100%;
    height: 380px;
    background: linear-gradient(135deg, #f2f9ef 0%, #e9f6e5 45%, #f7fbf4 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}
/* 分类归档页 hero：抵消 .aqs-main 的 padding-top:10px，贴合导航 */
.aqs-page-banner.aqs-hero.aqs-cat-hero-hero {
    margin-top: 60px; /* 70px 导航让位 - 10px .aqs-main padding = 60px 正好贴导航，不重叠 */
}
.aqs-hero-overlay {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(110,192,70,.12) 0%, transparent 45%),
        radial-gradient(circle at 10% 90%, rgba(110,192,70,.08) 0%, transparent 40%);
    pointer-events: none;
}
.aqs-hero-inner {
    position: relative; z-index: 2;
    width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center;
}
.aqs-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #6ec046; color: #fff;
    padding: 6px 16px; border-radius: 100px; font-size: 13px; font-weight: 600;
    margin-bottom: 18px; box-shadow: 0 4px 12px rgba(110,192,70,.3);
}
.aqs-hero-badge i { width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: aqs-pulse 1.5s infinite; }
@keyframes aqs-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.aqs-hero-text h1 {
    font-size: 38px; line-height: 1.3; font-weight: 800; color: #16284a;
    margin: 0 0 14px;
}
.aqs-hero-text p {
    font-size: 15.5px; color: #5a6a80; margin: 0;
    max-width: 520px; line-height: 1.8;
}
.aqs-hero-visual { position: relative; justify-self: end; }
.aqs-hero-main {
    width: 420px; max-width: 100%; height: auto;
    border-radius: 20px; box-shadow: 0 18px 48px rgba(30,60,120,.18);
    transform: perspective(1200px) rotateY(-6deg); transition: transform .4s;
    display: block; border: 4px solid #fff;
}
.aqs-hero-main:hover { transform: perspective(1200px) rotateY(0); }
.aqs-hero-fc {
    position: absolute; background: #fff; border-radius: 14px; box-shadow: 0 12px 32px rgba(0,0,0,.18);
    padding: 12px 16px; display: flex; align-items: center; gap: 10px;
    animation: aqs-float 4s ease-in-out infinite;
}
.aqs-hero-fc .aqs-hero-fc-icon {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; font-size: 19px;
    background: #e8f5e9;
}
.aqs-hero-fc .aqs-hero-fc-num { font-size: 15px; font-weight: 800; color: #16284a; line-height: 1.3; }
.aqs-hero-fc .aqs-hero-fc-txt { font-size: 12px; color: #7a8699; line-height: 1.4; }
.aqs-hero-fc1 { top: 28px; left: -30px; }
.aqs-hero-fc2 { bottom: 28px; right: -24px; animation-delay: 1.5s; }
@keyframes aqs-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (max-width: 992px) {
    .aqs-hero-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; padding: 32px 24px; }
    .aqs-page-banner.aqs-hero { height: auto; min-height: 0; padding: 40px 0; }
    .aqs-hero-text p { margin: 0 auto; }
    .aqs-hero-visual { justify-self: center; }
    .aqs-hero-main { width: 320px; }
    .aqs-hero-fc1 { left: 0; }
    .aqs-hero-fc2 { right: 0; }
}
@media (max-width: 767px) {
    .aqs-hero-main { width: 260px; }
    .aqs-hero-fc { display: none; }
}

/* ===== 首页 H1（SEO 视觉隐藏，保留给搜索引擎与读屏器）===== */
.aqs-slider-h1-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
