/* ============================================
   consult 前端全局样式 - site.css
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; }
body.consult-site {
    margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 15px; line-height: 1.6; color: #333; background: #f4f6f9;
}
a { color: #0a66c2; text-decoration: none; }
a:hover { color: #084e96; text-decoration: underline; }
img { max-width: 100%; }

/* --- Wrap --- */
.consult-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- Header --- */
.consult-header {
    background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.08);
    position: sticky; top: 0; z-index: 100;
}
.consult-header .consult-wrap { display: flex; align-items: center; height: 60px; gap: 24px; }
.consult-logo { display: flex; align-items: center; text-decoration: none; }
.consult-logo img { height: 36px; width: auto; }
.consult-logo-text { font-size: 18px; font-weight: 700; color: #0a66c2; white-space: nowrap; }
.consult-nav { display: flex; align-items: center; gap: 6px; flex: 1; }
.consult-nav > a {
    padding: 8px 14px; border-radius: 6px; font-size: 14px; color: #333; text-decoration: none;
    transition: background .15s;
}
.consult-nav > a:hover { background: #f0f5ff; color: #0a66c2; text-decoration: none; }

/* Dropdown */
.consult-dropdown { position: relative; }
.consult-dropdown-toggle { cursor: pointer; }
.consult-caret { display: inline-block; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; margin-left: 4px; vertical-align: middle; }
.consult-dropdown-menu {
    display: none; position: absolute; top: 100%; left: 0; background: #fff;
    border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,.12); padding: 16px 20px;
    min-width: 200px; z-index: 200;
}
.consult-dropdown:hover .consult-dropdown-menu { display: block; }
.consult-dropdown-inner { display: flex; gap: 24px; }
.consult-dropdown-col { min-width: 140px; }
.consult-dropdown-title { font-weight: 600; font-size: 14px; color: #222; margin-bottom: 6px; display: block; }
.consult-dropdown-sub { list-style: none; margin: 0; padding: 0; }
.consult-dropdown-sub li { margin: 4px 0; }
.consult-dropdown-sub li a { font-size: 13px; color: #666; }
.consult-dropdown-list { list-style: none; margin: 0; padding: 0; }
.consult-dropdown-list li { margin: 6px 0; }

/* Userbar */
.consult-userbar { display: flex; align-items: center; gap: 10px; font-size: 13px; white-space: nowrap; }
.consult-btn {
    display: inline-block; padding: 5px 16px; border-radius: 20px; font-size: 13px;
    border: 1px solid #0a66c2; color: #0a66c2; text-decoration: none; transition: all .15s;
}
.consult-btn:hover { background: #0a66c2; color: #fff; text-decoration: none; }
.consult-btn-primary { background: #0a66c2; color: #fff; }
.consult-btn-primary:hover { background: #084e96; }

/* Hamburger */
.consult-hamburger { display: none; background: none; border: none; font-size: 22px; color: #333; cursor: pointer; }

/* --- Main --- */
.consult-main { padding: 24px 20px 40px; }

/* ============================================
   Hero Section - 增强版
   ============================================ */
.consult-hero {
    background: linear-gradient(135deg, #0a3d7c 0%, #0a66c2 40%, #1e88e5 70%, #42a5f5 100%);
    color: #fff; padding: 64px 32px 56px; border-radius: 16px; margin-bottom: 24px;
    text-align: center; box-shadow: 0 12px 40px rgba(10,61,124,.2);
    position: relative; overflow: hidden;
}
.consult-hero-inner { position: relative; z-index: 2; }
.consult-hero h1 {
    font-size: 40px; margin: 0 0 12px; font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.consult-hero .consult-sub { font-size: 18px; opacity: .92; margin: 0 0 8px; font-weight: 300; }
.consult-hero .consult-hero-desc { font-size: 14px; opacity: .78; max-width: 560px; margin: 0 auto 20px; line-height: 1.7; }
.consult-hero-actions { display: flex; gap: 12px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.consult-hero-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; border-radius: 30px; font-size: 15px; font-weight: 600;
    text-decoration: none; transition: all .3s; cursor: pointer;
}
.consult-hero-btn-primary {
    background: #fff; color: #0a66c2; box-shadow: 0 4px 15px rgba(0,0,0,.1);
}
.consult-hero-btn-primary:hover {
    background: #f0f8ff; color: #084d96; text-decoration: none;
    transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.consult-hero-btn-outline {
    background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5);
}
.consult-hero-btn-outline:hover {
    background: rgba(255,255,255,.15); color: #fff; border-color: #fff; text-decoration: none;
}
.consult-btn-white { background: #fff; color: #0a66c2; }
.consult-btn-white-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
/* Decorative circles */
.consult-hero-decor {
    position: absolute; top: -60px; right: -40px; width: 260px; height: 260px;
    background: rgba(255,255,255,.06); border-radius: 50%; pointer-events: none;
}
.consult-hero-decor2 {
    position: absolute; bottom: -80px; left: -60px; width: 320px; height: 320px;
    background: rgba(255,255,255,.04); border-radius: 50%; pointer-events: none;
}

/* ============================================
   Stats Bar - 数据统计条
   ============================================ */
.consult-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 14px;
    padding: 28px 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    margin-bottom: 28px;
    position: relative;
}
.consult-stats::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #e5e7eb, transparent);
}
.consult-stats::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #e5e7eb, transparent);
}
.consult-stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    text-align: center;
    position: relative;
}
.consult-stats-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, transparent, #e5e7eb, transparent);
}
.consult-stats-item i {
    font-size: 28px;
    color: #0a66c2;
    opacity: .75;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10,102,194,.06);
    border-radius: 12px;
    transition: all .3s;
}
.consult-stats-item:hover i {
    opacity: 1;
    transform: scale(1.08);
    background: rgba(10,102,194,.1);
}
.consult-stats-num {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.consult-stats-label {
    display: block;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

/* --- Section --- */
.consult-section { margin-bottom: 32px; }
.consult-section-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 18px;
}
.consult-h2 {
    font-size: 22px; font-weight: 700; color: #222; margin: 0;
    padding: 0 0 0 14px; border-left: 4px solid #0a66c2;
    display: flex; align-items: center; gap: 8px;
}
.consult-h2 i { font-size: 18px; color: #0a66c2; }
.consult-more-link {
    font-size: 14px; color: #0a66c2; display: flex; align-items: center; gap: 4px;
    font-weight: 500;
}
.consult-more-link:hover { text-decoration: none; color: #084d96; }
.consult-more-link i { font-size: 12px; transition: transform .2s; }
.consult-more-link:hover i { transform: translateX(3px); }

/* --- Grid --- */
.consult-grid { display: grid; gap: 18px; }
.consult-grid-3 { grid-template-columns: repeat(3, 1fr); }
.consult-grid-4 { grid-template-columns: repeat(4, 1fr); }

/* --- Card --- */
.consult-card {
    background: #fff; border-radius: 10px; overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,.05); transition: all .3s;
}
.consult-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.consult-card-content { padding: 16px; }
.consult-card-content h3 { margin: 0 0 6px; font-size: 15px; font-weight: 600; line-height: 1.5; }
.consult-card-content h3 a { color: #222; }
.consult-card-content h3 a:hover { color: #0a66c2; text-decoration: none; }
.consult-card-content .consult-meta { color: #999; font-size: 12px; margin: 0 0 6px; }
.consult-card-content .consult-meta i { margin-right: 3px; }
.consult-card-content p:last-child { margin: 0; font-size: 13px; color: #666; line-height: 1.6; }

/* News card with image */
.consult-card-img-wrap { position: relative; overflow: hidden; }
.consult-card-img-wrap img { width: 100%; height: 180px; object-fit: cover; display: block; transition: transform .4s; }
.consult-card:hover .consult-card-img-wrap img { transform: scale(1.05); }
.consult-card-badge {
    position: absolute; top: 12px; left: 12px;
    background: linear-gradient(135deg, #e74c3c, #f44336); color: #fff;
    font-size: 11px; font-weight: 600; padding: 2px 10px; border-radius: 12px;
}

/* --- Product Card --- */
.consult-product-grid .consult-card { padding: 0; }
.consult-product-card-link {
    display: flex; flex-direction: column; flex: 1;
    text-decoration: none; color: inherit; height: 100%;
}
.consult-product-card-link:hover { text-decoration: none; }
.consult-product-card-img {
    width: 100%; height: 180px; overflow: hidden; background: #f6f8fb; flex-shrink: 0;
    position: relative;
}
.consult-product-card-img img {
    width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s;
}
.consult-product-card-link:hover .consult-product-card-img img { transform: scale(1.06); }
.consult-product-card-fallback {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    color: #ccc; font-size: 48px;
}
.consult-product-card-body {
    padding: 14px 16px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;
}
.consult-product-card-body h3 {
    margin: 0 0 8px; font-size: 14px; line-height: 1.5; font-weight: 600;
    height: 42px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.consult-product-card-body .consult-price {
    color: #d33; font-weight: bold; font-size: 18px; margin-top: auto;
}

/* --- List --- */
.consult-list { list-style: none; padding: 0; margin: 0; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,.05); }
.consult-list li {
    padding: 12px 18px; border-bottom: 1px solid #f0f2f5; display: flex;
    align-items: center; gap: 10px; transition: background .15s;
}
.consult-list li:last-child { border-bottom: none; }
.consult-list li:hover { background: #fafbfd; }
.consult-list-dot {
    width: 6px; height: 6px; border-radius: 50%; background: #0a66c2;
    flex-shrink: 0; opacity: .5;
}
.consult-list li a { color: #333; font-size: 14px; flex: 1; }
.consult-list li a:hover { color: #0a66c2; text-decoration: none; }
.consult-list .consult-meta { color: #999; font-size: 12px; white-space: nowrap; margin-left: 12px; }

/* ============================================
   Service Capability Section - 服务能力
   ============================================ */
.consult-service-section {
    margin-bottom: 32px;
    background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
    border-radius: 16px; padding: 44px 32px; position: relative; overflow: hidden;
}
.consult-service-section::before {
    content: ''; position: absolute; top: -100px; left: -100px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(10,102,194,.04) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
.consult-service-header {
    text-align: center; margin-bottom: 36px; position: relative; z-index: 1;
}
.consult-service-badge {
    display: inline-block; background: linear-gradient(135deg, #0a66c2, #42a5f5);
    color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase; padding: 4px 18px; border-radius: 20px; margin-bottom: 12px;
}
.consult-service-title {
    font-size: 28px; font-weight: 800; color: #1a202c; margin: 0 0 10px;
    position: relative; display: inline-block;
}
.consult-service-title::after {
    content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%);
    width: 60px; height: 3px;
    background: linear-gradient(90deg, #0a66c2, #60a5fa); border-radius: 2px;
}
.consult-service-subtitle {
    font-size: 14px; color: #64748b; margin: 16px 0 0; line-height: 1.7;
}

/* --- Value Cards (使命/愿景/价值观) --- */
.consult-service-values {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
    margin-bottom: 32px; position: relative; z-index: 1;
}
.consult-value-card {
    background: #fff; border-radius: 12px; padding: 28px 20px; text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: all .3s;
    border: 1px solid #f0f2f5;
}
.consult-value-card:hover {
    transform: translateY(-4px); box-shadow: 0 8px 24px rgba(10,102,194,.1);
    border-color: #bfdbfe;
}
.consult-value-card-accent {
    background: linear-gradient(135deg, #0a66c2, #1e88e5);
    color: #fff; border-color: transparent;
}
.consult-value-card-accent h3 { color: #fff; }
.consult-value-card-accent p { color: rgba(255,255,255,.88); }
.consult-value-card-accent .consult-value-icon {
    background: rgba(255,255,255,.18); color: #fff;
}
.consult-value-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: rgba(10,102,194,.08); color: #0a66c2;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; margin: 0 auto 14px;
    transition: transform .3s;
}
.consult-value-card:hover .consult-value-icon { transform: scale(1.1); }
.consult-value-card h3 { font-size: 16px; font-weight: 700; color: #1a202c; margin: 0 0 8px; }
.consult-value-card p { font-size: 13px; color: #64748b; margin: 0; line-height: 1.7; }

/* --- Service Cards (核心服务) --- */
.consult-service-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
    position: relative; z-index: 1;
}
.consult-service-card {
    background: #fff; border-radius: 12px; padding: 24px; display: flex;
    flex-direction: column; gap: 8px; transition: all .3s;
    border: 1px solid #f0f2f5; position: relative; overflow: hidden;
}
.consult-service-card:hover {
    transform: translateY(-3px); box-shadow: 0 10px 30px rgba(10,102,194,.1);
    border-color: #bfdbfe;
}
.consult-service-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #0a66c2, #60a5fa); opacity: 0;
    transition: opacity .3s;
}
.consult-service-card:hover::after { opacity: 1; }
.consult-service-card-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; margin-bottom: 4px;
}
.consult-service-icon-blue { background: rgba(59,130,246,.1); color: #2563eb; }
.consult-service-icon-green { background: rgba(34,197,94,.1); color: #16a34a; }
.consult-service-icon-purple { background: rgba(139,92,246,.1); color: #7c3aed; }
.consult-service-icon-orange { background: rgba(245,158,11,.1); color: #d97706; }
.consult-service-card h3 { font-size: 16px; font-weight: 700; color: #1a202c; margin: 0; }
.consult-service-card p { font-size: 13px; color: #64748b; margin: 0; line-height: 1.7; flex: 1; }
.consult-service-card-arrow {
    color: #cbd5e1; font-size: 14px; transition: all .3s;
    align-self: flex-end;
}
.consult-service-card:hover .consult-service-card-arrow {
    color: #0a66c2; transform: translateX(4px);
}

/* ============================================
   Expert Team Section - 专家团队
   ============================================ */
.consult-expert-section {
    margin-bottom: 32px;
    background: linear-gradient(180deg, #f0f6ff 0%, #fff 100%);
    border-radius: 16px; padding: 40px 32px;
    position: relative; overflow: hidden;
}
.consult-expert-section::before {
    content: ''; position: absolute; top: -80px; right: -80px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(10,102,194,.06) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
.consult-expert-section::after {
    content: ''; position: absolute; bottom: -60px; left: -60px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(10,102,194,.04) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
.consult-expert-section-header {
    text-align: center; margin-bottom: 36px; position: relative; z-index: 1;
}
.consult-expert-badge {
    display: inline-block; background: linear-gradient(135deg, #0a66c2, #3b82f6);
    color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase; padding: 4px 16px; border-radius: 20px; margin-bottom: 12px;
}
.consult-expert-section-title {
    font-size: 28px; font-weight: 800; color: #1a202c; margin: 0 0 8px;
    position: relative; display: inline-block;
}
.consult-expert-section-title::after {
    content: ''; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%);
    width: 60px; height: 3px;
    background: linear-gradient(90deg, #0a66c2, #60a5fa); border-radius: 2px;
}
.consult-expert-section-subtitle {
    font-size: 14px; color: #64748b; margin: 14px 0 0;
    max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7;
}
.consult-expert-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    position: relative; z-index: 1;
}
.consult-expert-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: all .35s cubic-bezier(.4,0,.2,1);
    position: relative;
}
.consult-expert-card:hover {
    transform: translateY(-6px); box-shadow: 0 12px 40px rgba(10,102,194,.12);
}
.consult-expert-card-inner {
    padding: 32px 20px 24px; text-align: center;
    display: flex; flex-direction: column; align-items: center;
}
.consult-expert-avatar-wrap { position: relative; margin-bottom: 14px; }
.consult-expert-avatar-ring {
    width: 88px; height: 88px; border-radius: 50%; padding: 4px;
    background: linear-gradient(135deg, #0a66c2, #60a5fa, #93c5fd);
    transition: transform .35s ease;
}
.consult-expert-card:hover .consult-expert-avatar-ring { transform: scale(1.05); }
.consult-expert-avatar {
    width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
    display: block; border: 2px solid #fff; background: #fff;
}
.consult-expert-status {
    position: absolute; bottom: 4px; right: 2px;
    width: 14px; height: 14px; border-radius: 50%;
    border: 2px solid #fff; background: #22c55e;
    box-shadow: 0 2px 6px rgba(34,197,94,.3);
}
.consult-expert-name { font-size: 17px; font-weight: 700; color: #1a202c; margin: 0 0 4px; letter-spacing: 0.5px; }
.consult-expert-role {
    font-size: 13px; color: #0a66c2; font-weight: 500; margin: 0 0 10px;
    background: rgba(10,102,194,.08); padding: 2px 12px; border-radius: 10px; display: inline-block;
}
.consult-expert-tags { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-bottom: 10px; }
.consult-expert-tag {
    font-size: 11px; color: #64748b; background: #f1f5f9;
    padding: 2px 10px; border-radius: 8px; transition: all .2s;
}
.consult-expert-card:hover .consult-expert-tag { background: #e8f0fe; color: #0a66c2; }
.consult-expert-desc {
    font-size: 12.5px; color: #6b7280; line-height: 1.6; margin: 0 0 16px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; min-height: 40px;
}
.consult-expert-actions { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.consult-expert-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 500;
    text-decoration: none; transition: all .25s; cursor: pointer;
}
.consult-expert-btn-primary {
    background: linear-gradient(135deg, #0a66c2, #2563eb); color: #fff;
    border: none; box-shadow: 0 2px 8px rgba(10,102,194,.2);
}
.consult-expert-btn-primary:hover {
    background: linear-gradient(135deg, #084d96, #1d4ed8); color: #fff;
    text-decoration: none; box-shadow: 0 4px 14px rgba(10,102,194,.3); transform: translateY(-1px);
}
.consult-expert-btn-outline { background: transparent; color: #475569; border: 1px solid #e2e8f0; }
.consult-expert-btn-outline:hover {
    background: #f8fafc; color: #0a66c2; border-color: #93c5fd; text-decoration: none;
}

/* ============================================
   CTA Section - 行动号召
   ============================================ */
.consult-cta {
    margin-bottom: 0; padding: 0;
}
.consult-cta-inner {
    background: linear-gradient(135deg, #0a3d7c 0%, #0a66c2 50%, #1e88e5 100%);
    border-radius: 16px; padding: 48px 40px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    position: relative; overflow: hidden;
    box-shadow: 0 12px 40px rgba(10,61,124,.18);
}
.consult-cta-inner::before {
    content: ''; position: absolute; top: -40px; right: -20px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,.05); border-radius: 50%; pointer-events: none;
}
.consult-cta-inner::after {
    content: ''; position: absolute; bottom: -60px; left: 30%;
    width: 180px; height: 180px;
    background: rgba(255,255,255,.04); border-radius: 50%; pointer-events: none;
}
.consult-cta-text { position: relative; z-index: 1; }
.consult-cta-text h2 { font-size: 26px; font-weight: 800; color: #fff; margin: 0 0 6px; }
.consult-cta-text p { font-size: 15px; color: rgba(255,255,255,.85); margin: 0; }
.consult-cta-actions { position: relative; z-index: 1; display: flex; gap: 12px; flex-shrink: 0; }

/* --- Footer --- */
.consult-footer { background: #2c3e50; color: #ccc; padding: 40px 0 20px; margin-top: 40px; }
.consult-footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.consult-footer-col h4 { color: #fff; font-size: 15px; margin: 0 0 12px; }
.consult-footer-col p, .consult-footer-col li { font-size: 13px; margin: 4px 0; }
.consult-footer-col ul { list-style: none; padding: 0; margin: 0; }
.consult-footer-col a { color: #aab; }
.consult-footer-col a:hover { color: #fff; }
.consult-copyright { margin-top: 24px; padding-top: 16px; border-top: 1px solid #3d5068; font-size: 12px; color: #888; text-align: center; }

/* --- Drawer (mobile) --- */
.consult-drawer-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 300; }
.consult-drawer-backdrop.open { display: block; }
.consult-drawer {
    display: none; position: fixed; top: 0; left: 0; bottom: 0; width: 300px;
    background: #fff; z-index: 301; overflow-y: auto; padding: 0;
    transform: translateX(-100%); transition: transform .3s;
}
.consult-drawer.open { display: block; transform: translateX(0); }
.consult-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #eee; }
.consult-drawer-close { background: none; border: none; font-size: 20px; cursor: pointer; color: #666; }
.consult-drawer-body { padding: 12px 0; }
.consult-drawer-link { display: block; padding: 10px 20px; color: #333; font-size: 14px; text-decoration: none; }
.consult-drawer-link:hover { background: #f0f5ff; color: #0a66c2; text-decoration: none; }
.consult-drawer-link.sub { padding-left: 40px; font-size: 13px; color: #666; }
.consult-drawer-link.primary { color: #0a66c2; font-weight: 600; }
.consult-drawer-section { margin-top: 4px; }
.consult-drawer-toggle { display: flex; align-items: center; justify-content: space-between; }
.consult-drawer-children { display: none; }
.consult-drawer-children.open { display: block; }
.consult-drawer-cat { margin: 2px 0; }
.consult-drawer-cat-title { font-weight: 600; }
.consult-drawer-sub { padding-left: 12px; }
.consult-drawer-divider { height: 1px; background: #eee; margin: 12px 20px; }
.consult-drawer-user { padding: 10px 20px; color: #666; font-size: 13px; }
.consult-caret-drawer { font-size: 12px; }

/* ============================================
   Responsive - 响应式
   ============================================ */
@media (max-width: 900px) {
    .consult-grid-3, .consult-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .consult-hero { padding: 48px 24px 40px; }
    .consult-hero h1 { font-size: 28px; }
    .consult-hamburger { display: block; }
    .consult-nav { display: none; }
    .consult-userbar { display: none; }
    .consult-footer-cols { grid-template-columns: repeat(2, 1fr); }
    /* Stats */
    .consult-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 20px 16px;
    }
    .consult-stats::after,
    .consult-stats::before {
        display: none;
    }
    .consult-stats-item {
        padding: 12px;
        border-radius: 8px;
        background: rgba(10,102,194,.02);
    }
    .consult-stats-item:not(:last-child)::after {
        display: none;
    }
    .consult-stats-num { font-size: 20px; }
    .consult-stats-item i { font-size: 24px; width: 44px; height: 44px; }
    /* Service */
    .consult-service-values { grid-template-columns: repeat(2, 1fr); }
    .consult-service-grid { grid-template-columns: 1fr; }
    .consult-service-section { padding: 32px 20px; }
    .consult-service-title { font-size: 24px; }
    /* Expert */
    .consult-expert-grid { grid-template-columns: repeat(2, 1fr); }
    .consult-expert-section { padding: 32px 20px; }
    .consult-expert-section-title { font-size: 24px; }
    /* CTA */
    .consult-cta-inner {
        flex-direction: column; text-align: center; padding: 36px 24px;
    }
    .consult-cta-actions { flex-direction: column; width: 100%; }
    .consult-cta-actions .consult-hero-btn { justify-content: center; }
}
@media (max-width: 600px) {
    .consult-grid-3, .consult-grid-4 { grid-template-columns: 1fr; }
    .consult-hero { padding: 36px 16px 32px; border-radius: 12px; }
    .consult-hero h1 { font-size: 24px; }
    .consult-hero .consult-sub { font-size: 15px; }
    .consult-hero-actions { flex-direction: column; }
    .consult-hero-btn { justify-content: center; padding: 10px 20px; font-size: 14px; }
    .consult-footer-cols { grid-template-columns: 1fr; }
    /* Stats */
    .consult-stats-item {
        padding: 10px 8px;
    }
    .consult-stats-num { font-size: 18px; }
    .consult-stats-item i { font-size: 22px; width: 40px; height: 40px; }
    /* Service */
    .consult-service-values { grid-template-columns: 1fr; }
    .consult-service-section { padding: 24px 16px; }
    .consult-service-title { font-size: 20px; }
    /* Expert */
    .consult-expert-grid { grid-template-columns: 1fr; }
    .consult-expert-section { padding: 24px 16px; }
    .consult-expert-section-title { font-size: 20px; }
    .consult-expert-card-inner { padding: 24px 16px 20px; }
    .consult-expert-avatar-ring { width: 76px; height: 76px; }
    .consult-expert-actions { flex-direction: row; }
    .consult-expert-btn { flex: 1; font-size: 12px; padding: 7px 10px; }
}
