/* ===== 舆情口碑页面样式 ===== */

/* Hero */
.yq-hero { padding: 80px 0 100px; background: linear-gradient(180deg, #f8f6ff 0%, #f0edfc 100%); position: relative; }
.yq-hero-content { display: flex; justify-content: space-between; align-items: flex-start; gap: 50px; }
.yq-hero-text { flex: 1; max-width: 520px; padding-top: 10px; }
.yq-hero-badge { display: inline-block; background: #eeebff; padding: 6px 18px; border-radius: 20px; font-size: 13px; color: #4935ff; margin-bottom: 20px; font-weight: 500; }
.yq-hero-title { font-size: 40px; line-height: 1.2; margin-bottom: 20px; font-weight: 700; color: #111; }
.yq-hero-desc { color: #555; margin-bottom: 35px; font-size: 15px; line-height: 1.8; }

/* Hero 右侧图形 */
.yq-hero-graphic { flex: 1.2; background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.02); position: relative; }
.yq-hg-header { display: flex; justify-content: space-between; margin-bottom: 20px; }
.yq-hg-header h4 { font-size: 14px; font-weight: 600; color: #333; }
.yq-hg-header span { background: #f0f0f0; padding: 4px 12px; border-radius: 12px; font-size: 12px; color: #666; }
.yq-map-placeholder { width: 100%; height: 200px; background: #faf9ff; border-radius: 12px; position: relative; border: 1px solid #f0f0f0; display: flex; align-items: center; justify-content: center; color: #ccc; }
.yq-map-placeholder span { background: #fff; padding: 8px 16px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-weight: 600; color: #555; }
.yq-sentiment-badge { position: absolute; left: -20px; bottom: 40px; background: #fff; padding: 12px 20px; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.06); border: 1px solid #eee; }
.yq-sentiment-badge strong { display: block; font-size: 18px; color: #4935ff; }
.yq-sentiment-badge span { font-size: 12px; color: #666; }

/* 核心监测能力 */
.yq-capabilities { padding: 60px 0 80px; background: #fff; text-align: center; }
.yq-capabilities h2 { font-size: 28px; font-weight: 700; margin-bottom: 6px; }
.yq-capabilities > p { color: #888; font-size: 14px; margin-bottom: 50px; }
.yq-cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: left; }
.yq-cap-item { background: #fbfbfd; border-radius: 12px; padding: 30px 20px; border: 1px solid #f0f0f0; transition: transform 0.2s; }
.yq-cap-item:hover { transform: translateY(-4px); box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.yq-cap-icon { width: 40px; height: 40px; background: #f0edfc; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.yq-cap-icon img { width: 20px; height: 20px; }
.yq-cap-item h4 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.yq-cap-item p { font-size: 13px; color: #888; line-height: 1.5; }

/* 自研舆情技术栈 */
.yq-tech { padding: 60px 0; background: #fafbfc; text-align: center; }
.yq-tech h2 { font-size: 28px; font-weight: 700; margin-bottom: 6px; }
.yq-tech > p { color: #888; font-size: 14px; margin-bottom: 50px; }
.yq-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.yq-to-item { background: #fff; border-radius: 16px; padding: 30px; border: 1px solid #f0f0f0; }
.yq-to-icon { background: #f8f7ff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.yq-to-icon img { width: 24px; height: 24px; }
.yq-to-item h4 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.yq-to-item p { font-size: 13px; color: #888; line-height: 1.5; }

/* 可视化监测工作台 */
.yq-dashboard { padding: 80px 0; background: #fff; }
.yq-dash-header { text-align: center; margin-bottom: 40px; }
.yq-dash-header h2 { font-size: 28px; font-weight: 700; margin-bottom: 6px; }
.yq-dash-header p { color: #888; font-size: 14px; }
.yq-dash-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; }
.yq-chart-card { background: #fafbfc; border-radius: 16px; padding: 24px; border: 1px solid #f0f0f0; }
.yq-cc-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.yq-cc-header h4 { font-size: 16px; font-weight: 600; }
.yq-cc-header .time { font-size: 13px; color: #999; }
.yq-cc-stats { display: flex; gap: 20px; }
.yq-cc-stats span { font-size: 14px; font-weight: 600; color: #333; }
.yq-cc-stats .up { color: #10b981; }
.yq-cc-stats .down { color: #ef4444; }
.yq-bar-chart { display: flex; align-items: flex-end; justify-content: space-between; height: 180px; gap: 20px; padding-top: 20px; border-top: 1px solid #eee; }
.yq-bar-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; position: relative; }
.yq-bar { width: 100%; max-width: 40px; background: #d1caff; border-radius: 6px 6px 0 0; }
.yq-bar.highlight { background: #4935ff; position: relative; }
.yq-bar.highlight::after { content: '爆'; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); background: #1a1a1a; color: #fff; font-size: 12px; padding: 2px 8px; border-radius: 12px; font-weight: bold; }
.yq-list-card { background: #fafbfc; border-radius: 16px; padding: 24px; border: 1px solid #f0f0f0; display: flex; flex-direction: column; justify-content: space-between; }
.yq-lc-header { display: flex; justify-content: space-between; margin-bottom: 20px; }
.yq-lc-header h4 { font-size: 16px; font-weight: 600; }
.yq-lc-header span { background: #eef0f5; padding: 2px 10px; border-radius: 12px; font-size: 12px; color: #666; }
.yq-lc-list { display: flex; flex-direction: column; gap: 10px; }
.yq-lc-item { display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 12px 16px; border-radius: 8px; border: 1px solid #eee; }
.yq-lc-item .tag { background: #f4f0ff; color: #4935ff; font-size: 12px; padding: 2px 8px; border-radius: 4px; margin-right: 10px; }
.yq-lc-item .text { flex: 1; font-size: 14px; color: #333; }
.yq-lc-item .time { font-size: 12px; color: #999; }

/* 标准化服务流程 */
.yq-process { padding: 80px 0; background: #fafbfc; text-align: center; }
.yq-process h2 { font-size: 28px; font-weight: 700; margin-bottom: 6px; }
.yq-process > p { color: #888; font-size: 14px; margin-bottom: 50px; }
.yq-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; text-align: center; }
.yq-pd-item { background: #fff; border-radius: 12px; padding: 30px 15px; border: 1px solid #f0f0f0; }
.yq-pd-num { width: 48px; height: 48px; background: #4935ff; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; margin: 0 auto 15px; }
.yq-pd-item h4 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.yq-pd-item p { font-size: 13px; color: #888; line-height: 1.4; }

/* FAQ */
.yq-faq { padding: 80px 0; background: #fff; }
.yq-faq .container { text-align: center; max-width: 800px; }
.yq-faq h2 { font-size: 28px; font-weight: 700; margin-bottom: 40px; }
.yq-faq-list { text-align: left; display: flex; flex-direction: column; gap: 16px; }
.yq-faq-list .faq-item { background: #fff; border-radius: 12px !important; margin: 0 !important; padding: 20px 24px !important; cursor: pointer; border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0,0,0,0.02); transition: all 0.3s; max-width: none !important; }
.yq-faq-list .faq-item:hover { border-color: #dcdcdc; }
.yq-faq-list .faq-question { display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 15px; color: #1a1a1a; }
.yq-faq-list .faq-icon { color: #ccc; font-size: 18px; transition: transform 0.3s; font-weight: 300; }
.yq-faq-list .faq-answer { margin-top: 15px; font-size: 14px; color: #666; display: none; padding-top: 15px; border-top: 1px solid #f0f0f0; line-height: 1.7; }
.yq-faq-list .faq-item.active .faq-answer { display: block; }
.yq-faq-list .faq-item.active .faq-icon { transform: rotate(45deg); }

/* CTA */
.yq-cta { background: #3b2bf5; margin: 0 20px 60px; border-radius: 24px; padding: 60px 40px; text-align: center; color: #fff; }
.yq-cta h2 { font-size: 32px; font-weight: 600; margin-bottom: 10px; }
.yq-cta p { opacity: 0.8; font-size: 15px; margin-bottom: 30px; }
.yq-cta .btn { padding: 12px 36px; font-size: 14px; }
.yq-cta .btn-primary { background: #fff; color: #3b2bf5; }

/* 响应式 */
@media (max-width: 992px) {
    .yq-hero-content, .yq-dash-grid { flex-direction: column; }
    .yq-hero-graphic { width: 100%; }
    .yq-cap-grid, .yq-tech-grid, .yq-process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .yq-hero { padding: 40px 0 50px; }
    .yq-hero-title { font-size: 26px; }
    .yq-hero-desc { font-size: 13px; line-height: 1.7; margin-bottom: 24px; }
    .yq-hero-graphic { padding: 16px; }
    .yq-hg-header { margin-bottom: 16px; }
    .yq-map-placeholder { height: 160px; }
    .yq-sentiment-badge { left: 10px; bottom: 20px; padding: 10px 14px; }
    .yq-sentiment-badge strong { font-size: 16px; }
    .yq-capabilities, .yq-tech, .yq-dashboard, .yq-process, .yq-faq { padding: 40px 0; }
    .yq-capabilities h2, .yq-tech h2, .yq-dash-header h2, .yq-process h2, .yq-faq h2 { font-size: 21px; }
    .yq-capabilities > p { font-size: 13px; margin-bottom: 30px; }
    .yq-cap-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .yq-cap-item { padding: 22px 16px; }
    .yq-cap-icon { width: 36px; height: 36px; margin-bottom: 12px; }
    .yq-cap-item h4 { font-size: 15px; }
    .yq-cap-item p { font-size: 12px; }
    .yq-tech > p { font-size: 13px; margin-bottom: 30px; }
    .yq-tech-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .yq-to-item { padding: 22px 18px; }
    .yq-to-icon { width: 44px; height: 44px; margin-bottom: 16px; }
    .yq-to-item h4 { font-size: 15px; }
    .yq-to-item p { font-size: 12px; }
    .yq-dash-header { margin-bottom: 30px; }
    .yq-dash-header p { font-size: 13px; }
    .yq-dash-grid { grid-template-columns: 1fr; gap: 20px; }
    .yq-chart-card { padding: 18px; }
    .yq-cc-header { margin-bottom: 16px; }
    .yq-cc-header h4 { font-size: 15px; }
    .yq-cc-stats { gap: 14px; }
    .yq-bar-chart { height: 140px; gap: 14px; }
    .yq-bar { max-width: 32px; }
    .yq-list-card { padding: 18px; }
    .yq-lc-item { padding: 10px 12px; }
    .yq-lc-item .text { font-size: 13px; }
    .yq-process > p { font-size: 13px; margin-bottom: 30px; }
    .yq-process-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .yq-pd-item { padding: 22px 12px; }
    .yq-pd-num { width: 42px; height: 42px; font-size: 16px; }
    .yq-pd-item h4 { font-size: 15px; }
    .yq-pd-item p { font-size: 12px; }
    .yq-faq-list .faq-item { padding: 16px 18px !important; }
    .yq-faq-list .faq-question { font-size: 14px; }
    .yq-faq-list .faq-answer { font-size: 13px; }
    .yq-cta { margin: 0 12px 36px; padding: 36px 18px; border-radius: 18px; }
    .yq-cta h2 { font-size: 22px; }
    .yq-cta p { font-size: 13px; }
    .yq-cta .btn { padding: 12px 28px; font-size: 14px; }
}

@media (max-width: 480px) {
    .yq-hero { padding: 30px 0 40px; }
    .yq-hero-title { font-size: 22px; }
    .yq-hero-desc { font-size: 13px; }
    .yq-capabilities, .yq-tech, .yq-dashboard, .yq-process, .yq-faq { padding: 36px 0; }
    .yq-capabilities h2, .yq-tech h2, .yq-dash-header h2, .yq-process h2, .yq-faq h2 { font-size: 18px; }
    .yq-cap-item, .yq-tech-item, .yq-process-item { padding: 16px; }
    .yq-cap-grid, .yq-tech-grid, .yq-process-grid { grid-template-columns: 1fr; }
    .yq-cta { margin: 0 10px 24px; padding: 30px 16px; }
    .yq-cta h2 { font-size: 19px; }
    .yq-cta p { font-size: 13px; }
    .yq-cta .btn { width: 100%; text-align: center; }
}
