/* ============================================================
   厚街台商协会官网 · 共享样式（重新设计 · A 稳重政务蓝）
   定位：协会对外门户 + 会员服务平台
   视觉：政务蓝 #1E4E8C + 金线 #C9A24B · 手机优先
   说明：本文件为全新版面，区别于个人品牌站
   ============================================================ */

:root {
  --navy: #1E4E8C;          /* 政务蓝主色（与 logo 深蓝同系） */
  --navy-deep: #14365F;     /* 深蓝 */
  --navy-soft: #2C5E9E;     /* 浅蓝 */
  --orange: #F39800;        /* logo 橙（C0/M60/Y100/K0）替代原金色 */
  --orange-soft: #FFB347;
  --red: #C8102E;           /* logo 红（C0/M100/Y100/K0）强调色 */
  --red-soft: #E63B57;
  --gold: #F39800;          /* 兼容变量 = 橙色，保留旧引用无需逐处替换 */
  --gold-soft: #FFB347;
  --bg: #F5F7FA;
  --bg-alt: #EEF2F7;
  --card: #FFFFFF;
  --ink: #1F2937;
  --ink-soft: #5B6472;
  --line: #E3E8EF;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 8px 24px rgba(20,54,95,0.08);
  --shadow-lg: 0 18px 45px rgba(20,54,95,0.14);
  --maxw: 1180px;
  --header-h: 66px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }
ul { list-style: none; }

/* ---------- 容器 ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------- 顶部细线（融入 logo 三色） ---------- */
.top-line { height: 3px; background: linear-gradient(90deg, var(--navy) 0%, var(--red) 33%, var(--orange) 66%, var(--navy) 100%); }

/* ---------- 导航 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
  height: var(--header-h);
}
.nav { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; color: var(--navy-deep); font-size: 17px; letter-spacing: 0.3px; }
.brand .seal {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-size: 16px; font-weight: 700;
  border: 1.5px solid var(--gold);
}
.brand small { display: block; font-size: 10px; color: var(--gold); font-weight: 600; letter-spacing: 1px; }
.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: nowrap; }
.nav-links a {
  color: var(--ink-soft); font-size: 14px; font-weight: 500;
  padding: 6px 7px; border-radius: 8px; transition: all .18s;
  display: inline-flex; flex-direction: column; justify-content: center; align-items: center;
  line-height: 1.25; min-height: 36px; text-align: center;
}
.nav-links a:hover, .nav-links a.active { color: var(--navy); background: var(--bg-alt); }

/* 返回数字平台（缩小·紧凑·置于最右，避免挤占首页） */
.portal-back-btn{
  display:inline-flex!important;flex-direction:row!important;
  align-items:center;gap:4px!important;
  padding:5px 10px!important;min-height:28px;
  color:#fff!important;background:var(--orange);
  border-radius:14px!important;font-size:12px!important;font-weight:600;
  text-decoration:none;white-space:nowrap!important;
  box-shadow:0 1px 4px rgba(243,152,0,.35);
  margin-left:6px;
}
.portal-back-btn:hover{background:var(--orange-soft)!important;color:#fff!important;transform:translateY(-1px);}
.portal-back-btn .arr{font-size:13px;line-height:1;}
.nav-toggle {
  display: none; background: none; border: 1px solid var(--line);
  border-radius: 8px; width: 42px; height: 38px; cursor: pointer; color: var(--navy);
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--navy); margin: 4px auto; border-radius: 2px; }

/* ---------- Hero（首页/栏目头） ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(243,152,0,0.18), transparent 60%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: #fff; padding: 64px 0 70px; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hero-inner { position: relative; z-index: 1; text-align: center; }
.hero .eyebrow {
  display: inline-block; font-size: 13px; letter-spacing: 3px; color: var(--gold-soft);
  border: 1px solid rgba(201,162,75,0.5); padding: 5px 16px; border-radius: 999px; margin-bottom: 20px;
}
.hero h1 { font-size: 40px; line-height: 1.25; font-weight: 700; margin-bottom: 16px; }
.hero h1 .accent { color: var(--gold-soft); }
.hero p { font-size: 17px; color: rgba(255,255,255,0.82); max-width: 720px; margin: 0 auto 28px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 26px; border-radius: 10px; font-size: 15px; font-weight: 600;
  cursor: pointer; border: 1.5px solid transparent; transition: all .18s; line-height: 1;
}
.btn-primary { background: var(--gold); color: #2A1E05; }
.btn-primary:hover { background: var(--gold-soft); }
.btn-ghost { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-ghost:hover { background: rgba(255,255,255,0.16); }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- 区块 ---------- */
.section { padding: 66px 0; }
.section.alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.kicker {
  display: inline-block; font-size: 12px; letter-spacing: 2px; color: var(--gold);
  font-weight: 700; margin-bottom: 10px;
}
.section-head h2 { font-size: 30px; color: var(--navy-deep); margin-bottom: 12px; font-weight: 700; }
.section-head p { color: var(--ink-soft); font-size: 16px; }
.lead { font-size: 18px; color: var(--ink-soft); }

/* ---------- 网格 ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- 卡片 ---------- */
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card h3 { font-size: 19px; color: var(--navy-deep); margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 15px; }
.b-icon { font-size: 34px; margin-bottom: 10px; }
.join-cta { text-align: center; margin-top: 30px; padding: 24px; background: var(--bg-alt); border-radius: var(--radius-sm); border-top: 3px solid var(--gold); }
.join-cta p { margin: 0 0 14px; font-size: 16px; color: var(--navy-deep); font-weight: 600; }
.cta-note { display: block; margin-top: 10px; font-size: 12px; color: #999; font-weight: 400; }
.join-banner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 22px 26px; background: linear-gradient(135deg, var(--navy), var(--navy-soft)); border-radius: var(--radius-sm); color: #fff; }
.join-banner .jb-text h3 { color: #fff; font-size: 19px; margin: 0 0 6px; }
.join-banner .jb-text p { color: rgba(255,255,255,.85); font-size: 14.5px; margin: 0; }

/* ---------- 首页三大模块大卡 ---------- */
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.module-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow); transition: all .2s; position: relative; overflow: hidden;
}
.module-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--navy);
}
.module-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.module-no {
  width: 46px; height: 46px; border-radius: 12px; background: var(--navy); color: var(--gold-soft);
  display: grid; place-items: center; font-size: 20px; font-weight: 700; margin-bottom: 18px;
}
.module-card h3 { font-size: 20px; color: var(--navy-deep); margin-bottom: 10px; }
.module-card p { color: var(--ink-soft); font-size: 15px; margin-bottom: 16px; }
.module-card .more { color: var(--navy); font-weight: 600; font-size: 14px; }
.module-card .more::after { content: " →"; }

/* ---------- 统计条 ---------- */
.stat-row { display: flex; flex-wrap: wrap; gap: 30px; }
.stat .big { font-size: 38px; font-weight: 700; color: var(--navy); line-height: 1; }
.stat .big .unit { font-size: 18px; color: var(--ink-soft); margin-left: 2px; }
.stat p { color: var(--ink-soft); font-size: 14px; margin-top: 6px; }

/* ---------- 会员企业卡 ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.chip {
  border: 1px solid var(--line); background: #fff; color: var(--ink-soft);
  padding: 8px 16px; border-radius: 999px; font-size: 14px; cursor: pointer; transition: all .18s; font-weight: 500;
}
.chip:hover { border-color: var(--navy); color: var(--navy); }
.chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.member-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: all .2s; display: flex; flex-direction: column;
}
.member-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.member-logo {
  height: 130px; background: linear-gradient(135deg, var(--bg-alt), #fff);
  display: grid; place-items: center; border-bottom: 1px solid var(--line);
  font-size: 22px; font-weight: 700; color: var(--navy); letter-spacing: 1px;
}
/* 首页风采卡片 · 企业照片区（有照片时替代文字色块，高度与 .member-logo 保持一致） */
.member-card .member-cover {
  height: 130px; overflow: hidden; background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.member-card .member-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.member-card:hover .member-cover img { transform: scale(1.04); }
.member-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.member-body h3 { font-size: 17px; color: var(--navy-deep); margin-bottom: 4px; }
.member-body .industry { font-size: 13px; color: var(--gold); font-weight: 600; margin-bottom: 10px; }
.member-body p { font-size: 14px; color: var(--ink-soft); margin-bottom: 14px; flex: 1; }
.member-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag {
  background: rgba(30,78,140,0.08); color: var(--navy); padding: 4px 11px;
  border-radius: 999px; font-size: 12px; font-weight: 500;
}
.tag.hot { background: rgba(243,152,0,0.15); color: #8a5a00; }
.tag.end { background: var(--red); color: #fff; font-weight: 600; }

/* ---------- 政策法规 ---------- */
.policy-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 36px; }
.policy-cat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 20px 18px; display: flex; align-items: center; gap: 14px; transition: all .2s; cursor: default;
}
.policy-cat:hover { border-color: var(--navy); box-shadow: var(--shadow); }
.policy-cat .ic {
  width: 42px; height: 42px; border-radius: 10px; background: var(--navy); color: var(--gold-soft);
  display: grid; place-items: center; font-size: 18px; font-weight: 700; flex-shrink: 0;
}
.policy-cat h4 { font-size: 16px; color: var(--navy-deep); }
.policy-cat span { font-size: 12px; color: var(--ink-soft); }

.policy-list { display: grid; gap: 14px; }
.policy-item {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: var(--radius-sm); padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.policy-item .meta { font-size: 12px; color: var(--ink-soft); margin-bottom: 4px; }
.policy-item h4 { font-size: 16px; color: var(--navy-deep); font-weight: 600; }
.policy-item .arrow { color: var(--navy); font-size: 20px; flex-shrink: 0; }

/* ---------- 公告 ---------- */
.notice-list { display: grid; gap: 14px; }
.notice-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 20px 24px; display: flex; gap: 18px; align-items: flex-start; transition: all .2s;
}
.notice-item:hover { box-shadow: var(--shadow); border-color: var(--navy); }
.notice-date {
  flex-shrink: 0; width: 64px; text-align: center; border-right: 1px solid var(--line); padding-right: 16px;
}
.notice-date .d { font-size: 26px; font-weight: 700; color: var(--navy); line-height: 1; }
.notice-date .m { font-size: 12px; color: var(--ink-soft); }
.notice-body { flex: 1; }
.notice-body .badge {
  display: inline-block; font-size: 11px; font-weight: 600; color: #fff; background: var(--navy);
  padding: 2px 9px; border-radius: 999px; margin-bottom: 7px;
}
.notice-body .badge.top { background: var(--gold); color: #2A1E05; }
.notice-body h4 { font-size: 17px; color: var(--navy-deep); margin-bottom: 5px; }
.notice-body p { font-size: 14px; color: var(--ink-soft); }

/* ---------- 表单 ---------- */
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); max-width: 720px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; color: var(--navy-deep); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-size: 15px; font-family: inherit; color: var(--ink); background: #fff; transition: border .18s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); }
.field textarea { resize: vertical; min-height: 110px; }
.field .hint { font-size: 12px; color: var(--ink-soft); margin-top: 5px; }
.form-note { background: rgba(30,78,140,0.06); border-left: 3px solid var(--navy); padding: 12px 16px; border-radius: 8px; font-size: 13px; color: var(--ink-soft); margin-bottom: 20px; }

/* ---------- 关于协会 / 时间线 ---------- */
.timeline { display: grid; gap: 0; position: relative; padding-left: 28px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.tl-item { position: relative; padding: 0 0 26px 18px; }
.tl-item::before { content: ""; position: absolute; left: -23px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--navy); border: 2px solid #fff; box-shadow: 0 0 0 2px var(--navy); }
.tl-item .year { font-weight: 700; color: var(--navy); font-size: 15px; }
.tl-item h4 { font-size: 16px; color: var(--navy-deep); margin: 3px 0; }
.tl-item p { font-size: 14px; color: var(--ink-soft); }

/* ---------- 领导/架构卡 ---------- */
.leader-card { text-align: center; }
.leader-avatar {
  width: 116px; height: 116px; border-radius: 50%; margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft)); color: var(--gold-soft);
  display: grid; place-items: center; font-size: 38px; font-weight: 700; border: 3px solid #fff; box-shadow: var(--shadow);
}
.leader-avatar-img {
  width: 116px; height: 116px; border-radius: 50%; margin: 0 auto 14px;
  object-fit: cover; border: 3px solid #fff; box-shadow: var(--shadow);
  display: block;
}
.leader-card h3 { font-size: 19px; color: var(--navy-deep); }
.leader-card .role { font-size: 13px; color: var(--gold); font-weight: 600; margin-top: 2px; }

/* ---------- 联系信息 ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-list li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.info-list li .ic { width: 38px; height: 38px; border-radius: 9px; background: var(--bg-alt); color: var(--navy); display: grid; place-items: center; font-weight: 700; flex-shrink: 0; }
.info-list li b { color: var(--navy-deep); }
.info-list li span { color: var(--ink-soft); font-size: 15px; }

/* ---------- 会员建言 ---------- */
.suggest-section { background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%); }
.suggest-box { max-width: 680px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 32px 28px; box-shadow: 0 8px 30px rgba(20,54,95,0.06); text-align: center; }
.suggest-lead { font-size: 15px; color: var(--ink-soft); line-height: 1.8; margin-bottom: 22px; }
.suggest-actions { max-width: 420px; margin: 0 auto; }
.suggest-actions .btn-block { font-size: 16px; padding: 14px 20px; }
.suggest-tip { font-size: 13px; color: var(--ink-soft); margin-top: 12px; line-height: 1.6; }

/* ---------- 页脚 ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.75); padding: 48px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; font-weight: 600; }
.footer-col a { color: rgba(255,255,255,0.7); font-size: 14px; display: block; padding: 5px 0; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-col p { font-size: 14px; line-height: 1.8; }
.footer-brand { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 700; font-size: 18px; margin-bottom: 14px; }
.footer-brand .seal { width: 34px; height: 34px; border-radius: 8px; background: var(--navy); border: 1.5px solid var(--gold); color: #fff; display: grid; place-items: center; font-size: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 32px; padding-top: 18px; font-size: 13px; text-align: center; color: rgba(255,255,255,0.55); }

/* ---------- 滚动揭示 ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.show { opacity: 1; transform: none; }

/* ---------- 响应式 ---------- */
@media (max-width: 980px) {
  .module-grid, .member-grid, .policy-nav, .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

/* ---------- 联系页 · 公众号二维码 ---------- */
.contact-qr { margin-top: 12px; }
.contact-qr img { width: 180px; max-width: 100%; height: auto; border: 1px solid var(--line); border-radius: 6px; padding: 6px; background: #fff; display: block; }
@media (max-width: 720px) {
  .nav-links {
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px 14px 16px; display: none; border-bottom: 1px solid var(--line);
    /* 手机上菜单项多，必须限高 + 内部可滚动，否则最后几项溢出到屏幕外、手指推不动 */
    max-height: calc(100vh - var(--header-h) - 4px);
    max-height: calc(100dvh - var(--header-h) - 4px);
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 14px; border-radius: 0; border-bottom: 1px solid var(--line); }
  /* 手机上菜单是整宽竖排，不需要「每 2 字一行」，改回一行一项（否则高度翻倍） */
  .nav-links a br { display: none; }
  .nav-toggle { display: block; }
  .hero { padding: 48px 0 54px; }
  .hero h1 { font-size: 29px; }
  .hero p { font-size: 15px; }
  .section { padding: 50px 0; }
  .section-head h2 { font-size: 25px; }
  .module-grid, .member-grid, .policy-nav, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .stat-row { gap: 20px; }
  .form { padding: 22px 18px; }
}

/* ---------- 会员卡片链接化 + 筹备中样式 ---------- */
.member-card-link { display: block; color: inherit; text-decoration: none; }
.member-card-link:hover .member-card { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.member-card.pending { opacity: .82; cursor: default; }
.member-card .tag.more-tag { background: var(--gold); color: #2A1E05; margin-left: auto; font-weight: 600; }
.member-card .tag.pending-tag { background: rgba(0,0,0,0.06); color: var(--ink-soft); }

/* ---------- 会员详情页 ---------- */
.member-detail { max-width: 880px; margin: 0 auto; }
.member-detail .kicker { display: inline-block; font-size: 12px; letter-spacing: 2px; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
.member-detail h2 { font-size: 28px; color: var(--navy-deep); margin-bottom: 18px; }
.member-detail p { font-size: 16px; color: var(--ink-soft); margin-bottom: 14px; line-height: 1.85; }
.member-detail .info-list { margin: 22px 0 28px; }
.member-detail .info-list li { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.member-detail .info-list b { color: var(--navy-deep); min-width: 90px; flex-shrink: 0; }

/* ---------- 协会走访会员（公告页可点击卡） ---------- */
a.card,
a.card:link,
a.card:visited,
a.card:hover,
a.card:focus { color: inherit; text-decoration: none; }
a.card.visit-card { display: flex; flex-direction: column; height: 100%; }
a.card.visit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.visit-card-tel { color: #3C81DC; font-size: 14px; font-weight: 600; }
.visit-card-more { color: var(--gold); font-size: 13px; font-weight: 600; }

/* ---------- 待补充 / 占位样式 ---------- */
.tbd {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(201, 161, 74, 0.14);
  color: #8a6a1f;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
}
.tbd-tip { display: inline-block; margin-left: 8px; color: #999; font-size: 12px; }
.tbd-lg { font-size: 18px; color: var(--navy-deep); font-weight: 700; margin-bottom: 10px; }
.tbd-sub { color: #777; font-size: 14px; line-height: 1.8; }

.placeholder-note {
  border-left: 4px solid var(--gold);
  background: var(--bg-alt);
  padding: 22px 24px;
  border-radius: 8px;
  line-height: 1.9;
}
.placeholder-note p { margin-bottom: 10px; color: #555; font-size: 15px; }
.placeholder-note p:last-child { margin-bottom: 0; }

.placeholder-tile {
  cursor: default;
  background: repeating-linear-gradient(45deg, #fafafa 0 10px, #f3f3f3 10px 20px);
  border-style: dashed;
}
.placeholder-tile:hover { transform: none; box-shadow: var(--shadow); }
.placeholder-tile .ph-stub {
  height: 180px;
  display: flex; align-items: center; justify-content: center;
  color: #aaa; font-size: 17px; font-weight: 600;
}
.placeholder-tile figcaption { color: #999; }

/* ---------- 活动照片墙 ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-grid.single { grid-template-columns: 1fr; }
.photo-grid.single .photo img { max-height: 420px; max-width: 800px; margin: 0 auto; }
.photo {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); cursor: pointer;
  transition: transform .2s, box-shadow .2s; margin: 0;
}
.photo:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.photo img { width: 100%; height: auto; max-height: 420px; object-fit: contain; display: block; background: transparent; }
.photo figcaption {
  padding: 13px 16px; font-size: 14px; color: var(--navy-deep); font-weight: 600;
  border-top: 3px solid var(--gold);
}

/* 过往活动 · 折叠分类 */
.accordion { margin-top: 6px; }
.acc-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 14px; background: #fff; box-shadow: var(--shadow); }
.acc-head {
  width: 100%; display: flex; align-items: center; gap: 14px;
  padding: 18px 22px; background: #fff; border: none; cursor: pointer;
  text-align: left; font-family: inherit; transition: background .2s;
}
.acc-head:hover { background: var(--bg-alt); }
.acc-icon { font-size: 24px; line-height: 1; }
.acc-title { flex: 1; font-size: 19px; font-weight: 800; color: var(--navy-deep); }
.acc-count { font-size: 13px; color: var(--ink-soft); background: var(--bg-alt); padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.acc-arrow { font-size: 18px; color: var(--navy); transition: transform .25s; }
.acc-item.open .acc-arrow { transform: rotate(180deg); }
.acc-body { display: none; padding: 4px 22px 24px; }
.acc-item.open .acc-body { display: block; }
.photo.placeholder {
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--bg-alt); border: 1px dashed #c7d0e0; box-shadow: none; cursor: default;
  min-height: 180px; color: var(--ink-soft); font-size: 14px; padding: 20px;
}
@media (max-width: 640px) {
  .acc-title { font-size: 17px; }
  .acc-head { padding: 15px 16px; gap: 10px; }
}

/* 活动公告 · 企业报名 */
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.event-card {
  display: flex; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-left: 3px solid var(--navy); border-radius: var(--radius);
  padding: 18px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s;
}
.event-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.event-date {
  flex-shrink: 0; width: 64px; text-align: center; border-right: 1px dashed var(--line);
  padding-right: 12px; align-self: stretch; display: flex; flex-direction: column;
  justify-content: center; color: var(--navy);
}
.event-date .d { font-size: 30px; font-weight: 800; line-height: 1; }
.event-date .m { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }
.event-body { flex: 1; min-width: 0; }
.event-body .badge {
  display: inline-block; font-size: 11px; letter-spacing: 1px; padding: 3px 10px;
  border-radius: 999px; background: rgba(30,78,140,0.1); color: var(--navy); margin-bottom: 8px;
}
.event-body h4 { font-size: 16px; color: var(--navy-deep); margin-bottom: 6px; line-height: 1.4; }
.event-body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 12px; }

/* 置顶 · 每月固定举办的活动（永远排最前，与 logo 橙同系） */
.event-body .pin-tag {
  display: inline-block; font-size: 11px; letter-spacing: .5px; padding: 3px 9px;
  margin: 0 0 8px 6px; border-radius: 999px; background: rgba(243,152,0,.14);
  color: #A65E00; font-weight: 700; vertical-align: top;
}
.event-card.is-pinned { border-left-color: var(--orange); }
.event-card.is-pinned:hover { box-shadow: 0 14px 32px rgba(243,152,0,.18); }
.event-card.is-pinned .event-date { color: var(--orange); }

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

/* 灯箱 */
.lightbox {
  position: fixed; inset: 0; z-index: 1000; display: none;
  background: rgba(20,32,54,0.92);
  align-items: center; justify-content: center; flex-direction: column; padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 92vw; max-height: 76vh; border-radius: 10px; box-shadow: var(--shadow-lg);
}
.lightbox .lb-cap { color: #fff; margin-top: 16px; font-size: 16px; font-weight: 600; text-align: center; }
.lightbox .lb-close {
  position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.15); color: #fff; border: none; font-size: 26px;
  cursor: pointer; line-height: 1; display: grid; place-items: center;
}
.lightbox .lb-close:hover { background: rgba(255,255,255,0.3); }

@media (max-width: 980px) {
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .photo img { max-height: 320px; }
  .photo-grid.single .photo img { max-height: 320px; max-width: 92vw; }
  .featured-row { grid-template-columns: 1fr; }
  .modal-photo { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- 品牌 logo 图（导航/页脚） ---------- */
.brand { gap: 10px; font-size: 16px; }
.brand img.logo {
  width: 46px; height: 46px; object-fit: contain;
  background: transparent; border: none; padding: 0;
  flex-shrink: 0;
}
.brand .name { display: flex; flex-direction: column; line-height: 1.18; }
.brand .name small { display: block; font-size: 10px; color: var(--orange); font-weight: 600; letter-spacing: 1px; margin-top: 2px; }
/* 顶部品牌单行新名「东莞市台商投资企业协会 厚街分会」在窄屏字号保护 */
@media (max-width: 720px) {
  .brand { font-size: 13.5px; }
  .brand .name small { font-size: 9px; letter-spacing: 0.5px; }
}
@media (max-width: 420px) {
  .brand { font-size: 12px; }
  .brand .name small { font-size: 8.5px; }
}
/* footer logo 用白底版（深色底上更清晰），加白色小印章 */
.footer-brand img.logo {
  width: 46px; height: 46px; object-fit: contain;
  background: #ffffff; border: none; padding: 4px; border-radius: 8px;
  flex-shrink: 0; box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.footer-brand .name { display: flex; flex-direction: column; line-height: 1.2; }
.footer-brand .name small { font-size: 11px; color: rgba(255,255,255,0.65); font-weight: 500; letter-spacing: 1px; margin-top: 2px; }

/* ---------- 组织架构（第十三届干部名单） ---------- */
.org-top {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
  max-width: 520px; margin: 6px auto 32px;
}
.org-group { margin-top: 26px; }
/* 两组合并成一行（如 秘书长 + 财务长）；手机上自动恢复上下排列 */
.org-row { display: flex; gap: 24px; align-items: flex-start; }
.org-row > .org-group { flex: 1 1 0; min-width: 0; }
.org-role {
  font-size: 17px; font-weight: 700; color: var(--navy-deep);
  margin-bottom: 12px; padding-left: 12px; border-left: 4px solid var(--orange);
}
.org-list { display: flex; flex-wrap: wrap; gap: 10px; }
.org-name {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; font-size: 15px; color: var(--ink);
}
.org-name em {
  font-style: normal; font-size: 12px; color: var(--orange);
  background: rgba(212,84,40,0.1); padding: 1px 8px; border-radius: 999px; margin-left: 2px;
}

/* 次级干部卡片（副会长 / 秘书长 / 财务长 / 常务监事 / 监事） */
.org-sub {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 16px;
  margin-top: 4px;
}
.org-sub.sm {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  max-width: 580px;
}
/* 紧凑列宽：一排放更多张卡（副会长/秘书长/财务长 7 张、监事理事 4 张）*/
.org-sub.tight {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px;
}
.sub-card {
  text-align: center;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 18px 10px 14px;
  transition: transform .2s, box-shadow .2s;
}
.sub-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(20,54,95,0.12); }
.sub-avatar {
  width: 92px; height: 92px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; font-weight: 700; margin: 0 auto 10px;
}
.sub-avatar-img {
  width: 92px; height: 92px; border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  display: block; margin: 0 auto 10px;
}
.sub-card h4 { font-size: 15px; color: var(--navy-deep); margin: 0 0 3px; font-weight: 600; }
.sub-card .role { font-size: 12px; color: var(--gold); font-weight: 600; }

/* 执行岗：副秘书长（视觉降级，与决策层区分） */
.org-group.exec {
  background: #F7F8FB;
  border: 1px dashed #C9D1DE;
  border-left: 3px solid #B6BFCB;
  border-radius: var(--radius-sm);
  padding: 18px 20px 22px;
  margin-top: 28px;
}
.org-group.exec .org-role {
  border-left-color: #B6BFCB;
  color: var(--ink-soft);
  font-size: 15px;
}
.org-group.exec .org-name {
  background: #ECEEF3;
  color: #4A5460;
  border-color: transparent;
}
.org-group.exec .org-name em { color: #6E7785; }
.exec-note {
  font-size: 12px;
  color: var(--ink-soft);
  background: #FFF;
  border-left: 2px solid var(--gold);
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 720px) {
  .org-top { grid-template-columns: 1fr; }
  .org-row { display: block; }
  .org-name { font-size: 14px; padding: 7px 13px; }
  .org-sub { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
  .sub-avatar { width: 70px; height: 70px; font-size: 24px; }
  .sub-avatar-img { width: 70px; height: 70px; }
  .sub-card h4 { font-size: 14px; }
}

/* ---------- 企业详情页：所属公司信息块 ---------- */
.company-box {
  margin-top: 30px; padding: 22px 24px;
  background: var(--bg-alt);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius-sm);
}
.company-box .kicker { display: block; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; }
.company-box h3 { margin: 6px 0 16px; font-size: 20px; color: var(--navy-deep); font-weight: 700; }
.company-box .info-list { margin: 0; }
.company-box .info-list li { padding: 9px 0; }
.company-box a { color: var(--orange); font-weight: 600; text-decoration: none; }
.company-box a:hover { text-decoration: underline; }
.company-note { margin-top: 14px; font-size: 13px; color: var(--ink-soft); border-top: 1px dashed var(--line); padding-top: 12px; line-height: 1.6; }

/* ---------- 协会掠影（about 右栏 2×2 实景图） ---------- */
.scene-wrap { margin-top: 22px; }
.scene-wrap .kicker { display: inline-block; margin-bottom: 10px; }
.scene-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.scene-grid > .photo {
  position: relative; aspect-ratio: 4/3; border-radius: 8px; margin: 0;
  cursor: zoom-in; overflow: hidden; background: var(--bg-alt);
  border: 1px solid var(--line); box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform .2s, box-shadow .2s;
}
.scene-grid > .photo:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
.scene-grid > .photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.scene-grid > .photo:hover img { transform: scale(1.05); }
.scene-grid > .photo .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 10px;
  background: linear-gradient(transparent, rgba(15,30,55,0.85));
  color: #fff; font-size: 12px; text-align: center; font-weight: 600;
  letter-spacing: 0.5px;
}

/* ---------- 会员横幅：挂牌企业推荐位 ---------- */
.featured-wrap { margin-top: 36px; }
.featured-head { margin-bottom: 18px; }
.featured-head .kicker { font-size: 11px; }
.featured-head h3 { font-size: 22px; color: var(--navy-deep); margin: 6px 0 4px; font-weight: 700; }
.featured-head p { color: var(--ink-soft); font-size: 14px; }
.featured-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin: 4px 0 36px;
}
.featured-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: all .2s;
  display: flex; flex-direction: column;
}
.featured-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.featured-img { height: 140px; overflow: hidden; background: var(--bg-alt); border-bottom: 1px solid var(--line); position: relative; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.featured-card:hover .featured-img img { transform: scale(1.05); }
.featured-img .badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--red); color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px; letter-spacing: 1px;
}
.featured-body { padding: 16px 18px 18px; }
.featured-body h3 { font-size: 16px; color: var(--navy-deep); margin-bottom: 6px; font-weight: 700; }
.featured-body p { font-size: 13px; color: var(--ink-soft); margin-bottom: 12px; line-height: 1.55; }
.featured-body .more { color: var(--orange); font-size: 13px; font-weight: 600; }
.featured-body .more::after { content: " →"; }

/* ---------- 弹窗内·产品/业务图区域 ---------- */
.modal-photo {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 8px;
}
.modal-photo figure { background: var(--bg-alt); border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; }
.modal-photo figure img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; display: block; }
.modal-photo-empty {
  background: rgba(30,78,140,0.04); border: 2px dashed var(--line);
  border-radius: 10px; padding: 22px 16px; text-align: center;
  color: var(--ink-soft); font-size: 13px;
}
.modal-photo-empty .icon { font-size: 26px; display: block; margin-bottom: 6px; }

/* ---------- 会员列表（JS 渲染版，114 家） ---------- */
.member-toolbar { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.member-toolbar .count { font-size: 14px; color: var(--ink-soft); }
.member-toolbar .count b { color: var(--navy); font-size: 18px; }
.search-box { position: relative; flex: 0 0 280px; max-width: 100%; }
.search-box input {
  width: 100%; padding: 10px 14px 10px 38px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 14px; font-family: inherit; background: #fff; transition: border .18s;
}
.search-box input:focus { outline: none; border-color: var(--navy); }
.search-box::before {
  content: "🔍"; position: absolute; left: 13px; top: 50%; transform: translateY(-50%); font-size: 14px; opacity: .5;
}

.member-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.member-row {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 18px 16px; cursor: pointer; transition: all .2s; position: relative;
  border-left: 4px solid var(--navy);
}
.member-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--orange); }
.member-row.end { border-left-color: var(--red); }
.member-row.end::after {
  content: "末端"; position: absolute; top: 14px; right: 14px;
  background: var(--red); color: #fff; font-size: 10px; font-weight: 700;
  padding: 2px 8px; border-radius: 999px; letter-spacing: 1px;
}
/* 挂牌卡已有"★ 挂牌"角标，避免重复显示"末端"小标 */
.member-row.featured.end::after { display: none; }
.member-row h3 { font-size: 16px; color: var(--navy-deep); margin-bottom: 5px; line-height: 1.4; padding-right: 48px; }
.member-row .biz { font-size: 13px; color: var(--ink-soft); margin-bottom: 10px; line-height: 1.5; min-height: 40px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.member-row .meta { display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: 12px; color: var(--ink-soft); }
.member-row .meta span { display: inline-flex; align-items: center; gap: 3px; }
.member-row .role {
  display: inline-block; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px;
  background: var(--orange); color: #fff; margin-bottom: 8px;
}
.member-row .role.理事 { background: var(--navy); }
.member-row .role.会员 { background: rgba(91,100,114,0.18); color: var(--ink-soft); font-weight: 600; }
.member-row .role.名誉会长,
.member-row .role.前会长,
.member-row .role.监事长,
.member-row .role.辅导会长 { background: var(--red); }
.member-row .role.顾问 { background: var(--navy-soft); }

/* 挂牌会员卡片（含图） */
.member-row.featured { padding: 0; overflow: hidden; border-left-color: var(--orange); }
.member-row.featured:hover { border-color: var(--orange); }
.member-cover { height: 140px; overflow: hidden; position: relative; background: var(--bg-alt); }
.member-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.member-row.featured:hover .member-cover img { transform: scale(1.05); }
.member-body { padding: 14px 16px 16px; }
.member-row.featured .featured-flag {
  position: absolute; top: 10px; right: 10px;
  background: var(--orange); color: #fff; font-size: 11px; font-weight: 700;
  padding: 3px 9px; border-radius: 999px; letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.member-row.featured h3 { padding-right: 0; }

/* 非挂牌会员也支持照片（后台「会员企业」传了图就显示）。
   照片要顶到卡片边缘，所以去掉内边距；下面正文单独补回内边距。 */
.member-row.has-cover { padding: 0; overflow: hidden; }
.member-row.has-cover .member-cover { height: 130px; }
.member-row.has-cover .member-body { padding: 14px 18px 16px; }
.member-row.has-cover:hover .member-cover img { transform: scale(1.05); }
.member-row.has-cover h3 { padding-right: 0; }
.member-detail-link {
  display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 600;
  color: var(--orange); text-decoration: none;
}
.member-detail-link:hover { text-decoration: underline; }

.member-empty { text-align: center; padding: 60px 20px; color: var(--ink-soft); font-size: 15px; grid-column: 1 / -1; }

/* ---------- 详情弹窗 ---------- */
.modal {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(15,30,55,0.65); backdrop-filter: blur(4px);
  align-items: flex-start; justify-content: center; padding: 24px 16px; overflow-y: auto;
}
.modal.open { display: flex; }
.modal-card {
  background: #fff; border-radius: var(--radius); width: 100%; max-width: 720px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3); overflow: hidden; margin: auto 0;
}
.modal-head {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff;
  padding: 26px 60px 24px; position: relative;
}
.modal-head .modal-role {
  display: inline-block; font-size: 12px; font-weight: 700; padding: 3px 10px;
  background: rgba(255,255,255,0.18); border-radius: 999px; margin-bottom: 8px; letter-spacing: 1px;
}
.modal-head h3 { font-size: 22px; font-weight: 700; line-height: 1.4; margin-bottom: 6px; }
.modal-head .sub { font-size: 13px; opacity: .82; }
.modal-head .end-flag {
  display: inline-block; background: var(--red); color: #fff; font-size: 12px; font-weight: 700;
  padding: 4px 11px; border-radius: 999px; margin-left: 8px; letter-spacing: 1px; vertical-align: middle;
}
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.15); color: #fff; border: none; cursor: pointer; font-size: 22px;
  display: grid; place-items: center; transition: background .18s;
}
.modal-close:hover { background: rgba(255,255,255,0.3); }
.modal-body { padding: 24px 28px 28px; }
.modal-section { margin-bottom: 22px; }
.modal-section h4 {
  font-size: 12px; color: var(--orange); font-weight: 700; letter-spacing: 2px;
  margin-bottom: 10px; text-transform: uppercase; display: flex; align-items: center; gap: 8px;
}
.modal-section h4::before { content: ""; width: 14px; height: 2px; background: var(--orange); border-radius: 2px; }
.modal-section .item {
  display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: 15px; color: var(--ink-soft);
}
.modal-section .item:last-child { border-bottom: none; }
.modal-section .item b { color: var(--navy-deep); min-width: 86px; flex-shrink: 0; font-weight: 600; }
.modal-section .item .phone-link { color: var(--red); font-weight: 600; text-decoration: none; }
.modal-section .item .phone-link:hover { text-decoration: underline; }
.modal-section .item .biz-text { line-height: 1.85; }
.modal-cta {
  display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line);
}
.modal-cta .btn { flex: 1; min-width: 140px; justify-content: center; }

/* 业务联络（公司）—— 只显示公司座机，不暴露任何个人姓名与手机 */
.biz-contact {
  background: linear-gradient(135deg, rgba(30,78,140,0.06), rgba(201,162,75,0.06));
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 12px; padding: 16px 18px; text-align: center;
}
.biz-contact-name { font-size: 15px; font-weight: 700; color: var(--navy-deep); margin-bottom: 10px; }
.biz-contact-phone {
  display: inline-block; font-size: 22px; font-weight: 800; color: var(--navy);
  text-decoration: none; letter-spacing: 1px;
}
.biz-contact-phone:hover { color: var(--orange); }
.biz-contact-phone.muted { font-size: 15px; font-weight: 600; color: var(--ink-soft); }
.biz-contact-tip { font-size: 12.5px; color: var(--ink-soft); margin-top: 8px; }
.biz-contact-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 6px; }

/* ---------- 政策专栏加固 ---------- */
/* 政策搜索框（站内即时筛选） */
.policy-search {
  position: relative; display: flex; align-items: center;
  max-width: 640px; margin: 0 auto 16px;
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 4px 6px 4px 16px; transition: border-color .18s, box-shadow .18s;
}
.policy-search:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(212,84,40,.12); }
.policy-search-ic { font-size: 16px; margin-right: 8px; opacity: .55; }
.policy-search-input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 15px; color: var(--ink); padding: 10px 0;
}
.policy-search-input::placeholder { color: #9aa3ad; }
.policy-search-input::-webkit-search-cancel-button { display: none; }
.policy-search-clear {
  border: none; background: var(--bg-alt); color: var(--ink-soft);
  width: 30px; height: 30px; border-radius: 50%; font-size: 18px; line-height: 1;
  cursor: pointer; flex-shrink: 0; display: none;
}
.policy-search-clear:hover { background: var(--line); color: var(--ink); }
.policy-search.has-value .policy-search-clear { display: block; }
.policy-search-empty { text-align: center; color: var(--ink-soft); font-size: 14px; margin: 2px 0 16px; }

.policy-anchor-nav {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; padding: 14px;
  background: #fff; border-radius: var(--radius-sm); border: 1px solid var(--line);
}
.policy-anchor-nav a {
  font-size: 13px; padding: 6px 14px; border-radius: 999px; color: var(--navy);
  background: var(--bg-alt); transition: all .18s; font-weight: 500;
}
.policy-anchor-nav a:hover { background: var(--orange); color: #fff; }

.policy-block { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; margin-bottom: 22px; }
.policy-block-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.policy-block-head .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 20px; font-weight: 700; flex-shrink: 0; }
.policy-block-head .ic.red { background: var(--red); }
.policy-block-head .ic.orange { background: var(--orange); }
.policy-block-head h3 { font-size: 20px; color: var(--navy-deep); margin-bottom: 2px; }
.policy-block-head span { font-size: 12px; color: var(--ink-soft); }
.policy-list-item {
  padding: 14px 0; border-bottom: 1px dashed var(--line); display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
}
.policy-list-item:last-child { border-bottom: none; }
.policy-list-item .meta { font-size: 12px; color: var(--orange); font-weight: 600; margin-bottom: 4px; }
.policy-list-item h4 { font-size: 15px; color: var(--navy-deep); margin-bottom: 5px; font-weight: 600; }
.policy-list-item p { font-size: 13px; color: var(--ink-soft); line-height: 1.6; }
.policy-list-item .ask-btn { flex-shrink: 0; font-size: 13px; padding: 6px 14px; border: 1px solid var(--navy); color: var(--navy); border-radius: 999px; white-space: nowrap; }
.policy-list-item .ask-btn:hover { background: var(--navy); color: #fff; }

.policy-consult-box {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff;
  border-radius: var(--radius); padding: 32px 28px; margin-top: 36px; text-align: center;
}
.policy-consult-box h3 { font-size: 22px; margin-bottom: 10px; }
.policy-consult-box h3 span { color: var(--orange); }
.policy-consult-box p { font-size: 15px; opacity: .85; margin-bottom: 20px; max-width: 580px; margin-left: auto; margin-right: auto; }
.policy-consult-box .btn { background: var(--orange); color: #fff; }
.policy-consult-box .btn:hover { background: var(--orange-soft); }

/* ===== 台商办事指南 ===== */
.guide-section { margin-top: 48px; }
.guide-live-tip {
  background: #F0F9EE; border: 1px solid #BFE3B8; border-left: 5px solid #4C9A42;
  border-radius: var(--radius); padding: 14px 18px; font-size: 14px; color: #2E5C28;
  line-height: 1.7; margin-bottom: 22px;
}
.guide-live-tip b { color: #2E6B26; }
.guide-group { margin-bottom: 28px; }
.guide-group h3 {
  display: flex; align-items: center; gap: 10px;
  font-size: 18px; color: var(--navy-deep); margin: 0 0 14px;
  padding-left: 12px; border-left: 4px solid var(--gold);
}
.guide-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.guide-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; display: flex; flex-direction: column; gap: 8px;
  transition: box-shadow .25s, transform .25s;
}
.guide-item:hover { box-shadow: 0 8px 22px rgba(20, 54, 95, .10); transform: translateY(-2px); }
.guide-item h4 { font-size: 16px; color: var(--navy-deep); }
.guide-item p { font-size: 13.5px; color: #5A6B7E; line-height: 1.7; flex: 1; }
.guide-btn {
  align-self: flex-start; font-size: 13.5px; font-weight: 700; color: var(--navy);
  border: 1.5px solid var(--navy); border-radius: 999px; padding: 6px 16px;
  transition: all .2s;
}
.guide-btn:hover { background: var(--navy); color: #fff; }
.guide-footer {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px; margin-top: 20px; padding: 14px 18px;
  background: #F6F8FB; border-radius: var(--radius); border: 1px dashed var(--line);
}
.guide-date { font-size: 13px; color: #6B7A8C; }
.guide-feedback { font-size: 13.5px; font-weight: 700; color: var(--orange); }
.guide-feedback:hover { text-decoration: underline; }
.gold-link { color: var(--orange); font-weight: 700; }

@media (max-width: 640px) {
  .guide-grid { grid-template-columns: 1fr; }
  .guide-footer { flex-direction: column; align-items: flex-start; }
}

/* 上级协会政策平台（政策页顶部 + 可复用卡片） */
.sup-link-box {
  display: flex; flex-wrap: wrap; align-items: center; gap: 22px;
  background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--gold);
  border-radius: var(--radius); padding: 22px 26px; margin-bottom: 28px;
}
.sup-link-text { flex: 1; min-width: 240px; }
.sup-link-text .kicker { color: var(--gold); }
.sup-link-text h3 { font-size: 20px; color: var(--navy-deep); margin: 4px 0 8px; }
.sup-link-text p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.8; }
.sup-link-btns { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.sup-link-btns .btn { white-space: nowrap; }
.sup-link-wx { font-size: 13px; color: var(--ink-soft); background: var(--bg-alt); padding: 5px 12px; border-radius: 999px; }

/* ---------- 末端产品横幅（首页/会员页） ---------- */
.end-banner {
  background: linear-gradient(135deg, var(--red) 0%, #E63B57 100%); color: #fff;
  border-radius: var(--radius); padding: 24px 26px; margin-bottom: 28px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.end-banner .badge { background: #fff; color: var(--red); font-weight: 700; padding: 4px 12px; border-radius: 999px; font-size: 12px; letter-spacing: 1px; }
.end-banner h3 { font-size: 19px; margin: 0; flex: 1; min-width: 200px; }
.end-banner .btn { background: #fff; color: var(--red); }
.end-banner .btn:hover { background: var(--orange); color: #fff; }

@media (max-width: 980px) {
  .member-list { grid-template-columns: repeat(2, 1fr); }
  .modal-head { padding: 22px 56px 20px; }
  .modal-head h3 { font-size: 19px; }
}
@media (max-width: 720px) {
  .member-list { grid-template-columns: 1fr; }
  .member-toolbar { flex-direction: column; align-items: stretch; }
  .search-box { flex: 1; }
  .modal-head { padding: 20px 50px 18px; }
  .modal-head h3 { font-size: 17px; }
  .modal-body { padding: 20px 18px; }
  .modal-section .item { flex-direction: column; gap: 2px; }
  .modal-section .item b { min-width: 0; }
  .end-banner { flex-direction: column; text-align: center; }
  .end-banner h3 { min-width: 0; }
}

/* === 会员专属内购（channel-deals） === */
.d-item { background: #fff; border: 1px solid var(--border, #e6ebf1); border-left: 4px solid var(--brand, #3C81DC); border-radius: 8px; padding: 18px 22px; margin-bottom: 14px; }
.d-item h3 { font-size: 16px; color: #2c3e50; margin: 0 0 8px; font-weight: 600; }
.d-item h3 b { color: var(--brand, #3C81DC); margin-right: 4px; }
.d-meta { color: #7b8794; font-size: 13px; margin-bottom: 10px; }
.d-action { display: flex; flex-direction: column; gap: 4px; }
.d-tel { color: var(--brand, #3C81DC); font-size: 15px; font-weight: 600; text-decoration: none; }
.d-tel:hover { text-decoration: underline; }
.d-tel-miss { color: #c0c8d2; font-size: 13px; font-style: italic; }
.d-addr { color: #7b8794; font-size: 12.5px; }
.sec-count { color: #7b8794; font-size: 13px; font-weight: 400; margin-left: 10px; }
.note-tip { background: #fffbe8; border-color: #f3d271; border-left: 4px solid #d4a017; }

/* === 功能委员会（channel-committee） === */
.cm-card { background: #fff; border: 1px solid var(--border, #e6ebf1); border-radius: 8px; padding: 18px 22px; margin-bottom: 16px; }
.cm-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; border-bottom: 1px dashed #e6ebf1; padding-bottom: 10px; }
.cm-id { background: var(--brand, #3C81DC); color: #fff; font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 4px; }
.cm-head h3 { font-size: 17px; color: #2c3e50; margin: 0; font-weight: 600; }
.cm-chair { color: #2c3e50; font-size: 14px; margin-bottom: 6px; }
.cm-chair b { color: var(--brand, #3C81DC); }
.cm-vice { color: #5a6776; font-size: 13px; margin-bottom: 6px; }
.cm-units { color: #7b8794; font-size: 13px; margin-bottom: 10px; }
.cm-duties { font-size: 13.5px; color: #2c3e50; line-height: 1.7; margin-bottom: 10px; }
.cm-duties b { color: var(--brand, #3C81DC); }
.cm-duties ol { padding-left: 22px; margin: 6px 0 0; }
.cm-duties li { margin-bottom: 2px; }
.cm-plan { background: #f7f9fc; border-left: 3px solid #c0c8d2; padding: 8px 12px; font-size: 12.5px; color: #5a6776; margin-top: 10px; }
.cm-plan b { color: #4a5866; }
