/* ═══════════ 全屏首屏 ═══════════ */
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:72px 24px 40px;position:relative;overflow:hidden;background:linear-gradient(160deg,#060f2a 0%,#0a2a5e 40%,#1a5fb4 100%)}
.hero-bg-img{position:absolute!important;left:0;bottom:0;width:100%;height:55vh;object-fit:cover;object-position:bottom;opacity:0.6;z-index:0!important;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 20%,black 45%,black 100%);mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 20%,black 45%,black 100%)}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 40% 50%,rgba(212,175,55,.04) 0%,transparent 60%),radial-gradient(ellipse at 70% 30%,rgba(26,95,180,.15) 0%,transparent 50%)}

.hero>*{position:relative;z-index:1}
.hero>.hero-bg-img{position:absolute;z-index:0}
.hero h1{font-size:clamp(32px,5vw,56px);color:#fff;font-weight:700;letter-spacing:0;text-shadow:0 2px 16px rgba(0,0,0,.3);margin-bottom:8px}
.hero-tagline{font-size:22px;color:rgba(255,255,255,.75);font-weight:500;position:relative;z-index:1}
.hero-stats{display:flex;justify-content:center;gap:clamp(24px,4vw,48px);margin:clamp(24px,4vh,40px) 0}
.hero-stat{text-align:center}
.hero-stat-num{font-size:clamp(28px,3.5vw,42px);font-weight:700;color:var(--gold);line-height:1;text-shadow:0 0 20px rgba(212,175,55,.3)}
.hero-stat-label{font-size:clamp(11px,1.2vw,14px);color:rgba(255,255,255,.45);margin-top:6px}
.hero-desc{font-size:17px;color:rgba(255,255,255,.8);max-width:780px;line-height:1.9;font-family:FangSong,仿宋,STFangsong,serif;position:relative;z-index:1}
.hero-cta{margin-top:28px;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--radius-xl);font-size:15px;font-weight:600;cursor:pointer;transition:.3s;border:2px solid #fff;background:transparent;color:#fff}
.hero-btn:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}
.hero-btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));border-color:transparent;color:#0a2a5e}
.hero-btn.gold:hover{box-shadow:0 4px 20px rgba(212,175,55,.4)}
.hero-scroll{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;color:rgba(255,255,255,.4);font-size:12px;animation:bounce 2s infinite;cursor:pointer;z-index:1}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}
.hero-scroll-arrow{font-size:20px}
/* ═══════════ 热门政策 — 三区布局 ═══════════ */

/* 最热大卡片 */
.policy-hot{margin-bottom:20px;border-radius: var(--radius-md);overflow:hidden;background:#fff;cursor:pointer;transition:.2s;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.policy-hot:hover{box-shadow:0 4px 20px rgba(10,42,94,.12);transform:translateY(-1px)}
.policy-hot-img{width:100%;height:320px;overflow:hidden;position:relative}
.policy-hot-img img{width:100%;height:100%;object-fit:cover;display:block}
.policy-hot-img .flag-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px;background:linear-gradient(135deg,#0a2a5e,#1a5fb4)}
.policy-hot-badge{position:absolute;top:16px;left:16px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:3px;letter-spacing:.5px}
.policy-hot-body{padding:24px 28px}
.policy-hot-body .biz-cat{display:inline-block;padding:2px 8px;border-radius:2px;font-size:10px;font-weight:600;color:var(--gold);background:rgba(212,175,55,.12);margin-bottom:10px}
.policy-hot-body .biz-title{font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.4;margin-bottom:8px}
.policy-hot-body .biz-desc{font-size:14px;color:var(--text2);line-height:1.8;margin-bottom:12px}

/* 左右双栏 */
.policy-body{display:flex;gap:20px;align-items:stretch}
.policy-mid{flex:2;display:flex;flex-direction:column;gap:12px}
.policy-low{flex:1;display:flex;flex-direction:column;background:#fff;border-radius: var(--radius-md);box-shadow:0 1px 3px rgba(0,0,0,.06);overflow:hidden}
.policy-low::-webkit-scrollbar{width:4px}
.policy-low::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}
.policy-low-items{overflow-y:auto;max-height:740px}
.policy-low-items::-webkit-scrollbar{width:4px}
.policy-low-items::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}

/* 中热横排卡片 */
.mid-card{display:flex;background:#fff;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:.2s;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.mid-card:hover{box-shadow:0 3px 14px rgba(10,42,94,.1);transform:translateY(-1px)}
.mid-card-img{width:140px;min-width:140px;height:110px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center;font-size:40px}
.mid-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.mid-card-body{flex:1;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.mid-card-body .biz-title{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.5;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mid-card-body .biz-desc{font-size:12px;color:var(--text3);line-height:1.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}

/* 低热纯文列表 */
.policy-low-header{padding:16px 20px 12px;font-size:13px;font-weight:600;color:var(--navy);border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:1;display:flex;align-items:center;gap:6px}
.low-item{padding:14px 20px;cursor:pointer;transition:.15s;border-bottom:1px solid #f5f5f5}
.low-item:last-child{border-bottom:none}
.low-item:hover{background:#fafafa}
.low-item:hover .low-title{color:var(--navy2)}
.low-title{font-size:13px;font-weight:500;color:#333;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px;transition:.15s}
.low-meta{font-size:11px;color:#bbb;display:flex;gap:10px}

/* 浏览记录 */
.policy-history{padding:16px 20px;border-top:1px solid #f0f0f0;background:#fafafa;margin-top:auto;flex-shrink:0}
.policy-history-title{font-size:12px;font-weight:600;color:var(--text3);margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}
.policy-history-title button{font-size:11px;color:#bbb;background:none;border:none;cursor:pointer;padding:2px 8px}
.policy-history-title button:hover{color:var(--text3)}
.hist-item{padding:8px 0;cursor:pointer;border-bottom:1px solid #f0f0f0;font-size:12px;color:var(--text2);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.hist-item:last-child{border-bottom:none}
.hist-item:hover{color:var(--navy2)}

/* 通用meta */
.biz-meta{display:flex;gap:12px;font-size:11px;color:#bbb;align-items:center}
.biz-meta .view-count{color:var(--text3)}

@media(max-width:768px){
  .policy-body{flex-direction:column}.policy-low-items{max-height:none}
  .policy-hot-img{height:200px}
  .policy-low{max-height:none}
}
/* ═══════════ 背景装饰 ═══════════ */
.experts-hero::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(212,175,55,.03);top:-100px;right:-80px;animation:heroFloat 8s ease-in-out infinite}
@keyframes heroFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}
/* ═══════════ 数据时效标注 ═══════════ */
.update-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--green);font-weight:500}
.update-badge::before{content:'🔄';font-size:10px}


.region-card-extra{margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.04)}

/* ═══════════ Banner 轮播 ═══════════ — 已移除，网页版不用轮播 */

/* ═══════════ 文章详情排版 ═══════════ */
.art-hero{background:linear-gradient(135deg,var(--navy),var(--navy2));border-radius:var(--radius);padding:32px 28px;margin-bottom:24px;color:#fff}
.art-title{font-size:22px;font-weight:700;line-height:1.4;margin-bottom:10px}
.art-meta{font-size:12px;opacity:.75}
.art-cover{margin-bottom:20px;border-radius: var(--radius-md);overflow:hidden}
.art-cover img{width:100%;display:block}
.art-body{padding:4px 0}
.art-h2{font-size:16px;font-weight:700;color:var(--navy);margin:20px 0 10px;padding-bottom:6px;border-bottom:1px solid rgba(212,175,55,.25)}
.art-h3{font-size:14px;font-weight:700;color:var(--navy2);margin:16px 0 6px}
.art-p{font-size:14px;line-height:1.9;color:var(--text);margin-bottom:10px;text-indent:2em}
.art-p b{color:var(--navy);font-weight:600}
.art-list{text-indent:0;padding-left:1.5em}
.art-bullet{text-indent:0;padding-left:1.2em;margin-bottom:4px}

.art-source{margin-top:28px;padding:16px 20px;background:rgba(10,42,94,.03);border-radius:var(--radius-sm);border-left:3px solid var(--gold);font-size:12px;color:var(--text3);line-height:1.8}
.art-disclaimer{margin-top:12px;padding:12px 20px;background:#fff8e6;border-radius: var(--radius-sm);border:1px solid #f0d78e;font-size:12px;color:#8b6d1a;line-height:1.7}

.art-cta{display:flex;gap:10px;justify-content:center;margin-top:24px;flex-wrap:wrap}

/* ═══════════ 评论区 ═══════════ */
.art-comments{margin-top:32px;padding:24px;background:#fff;border-radius:var(--radius);box-shadow:0 2px 12px rgba(10,42,94,.04)}
.art-comments-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:16px}
.art-no-comments{font-size:13px;color:var(--text3);text-align:center;padding:20px}
.art-comment-item{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.05)}
.art-comment-item:last-child{border-bottom:none}
.art-comment-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.art-comment-name{font-size:13px;font-weight:600;color:var(--navy)}
.art-comment-time{font-size:11px;color:var(--text3)}
.art-comment-body{font-size:14px;line-height:1.7;color:var(--text)}

.art-comment-form{margin-top:18px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:10px}
.art-input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius: var(--radius-sm);font-size:14px;font-family:inherit;color:var(--text);outline:none;box-sizing:border-box;transition:border-color .2s}
.art-input:focus{border-color:var(--gold)}
.art-input::placeholder{color:#c0c8d4}
textarea.art-input{resize:vertical;min-height:60px}
.like-btn.liked { color: #ef4444 !important; }

/* hero描述高亮关键词 */
.hero-desc .hl {
  color: #fff;
  background: rgba(212,175,55,.15);
  padding: 1px 8px;
  border-radius: var(--radius-xs);
  white-space: nowrap;
  font-weight: 500;
}
