/* ============ 子悦律所 · 现代科技律所前台样式（对标智规律 AI SaaS 风） ============ */
:root {
  --brand: #2D5BFF;
  --brand-2: #6A3FF2;
  --brand-grad: linear-gradient(135deg, #2D5BFF 0%, #6A3FF2 100%);
  --gold: #C9A24B;
  --gold-light: #E4C988;
  --dark: #0E1430;
  --dark-2: #1B2350;
  --cream: #F5F7FC;
  --ink: #2C3358;
  --muted: #8A92AD;
  --line: #E7EBF5;
  --white: #FFFFFF;
  --serif: "Noto Serif SC", "Songti SC", "SimSun", serif;
  --sans: "PingFang SC", "Microsoft YaHei", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow: 0 12px 40px rgba(45, 91, 255, .10);
  --shadow-lg: 0 24px 70px rgba(45, 91, 255, .22);
  --radius: 18px;
  --radius-sm: 12px;
  --tr: all .35s cubic-bezier(.25, .8, .25, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-weight: 800; color: var(--dark); line-height: 1.25; }
a { color: inherit; text-decoration: none; transition: var(--tr); }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; }
ul { list-style: none; }

.section-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* ============ 按钮 ============ */
.btn {
  display: inline-block;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--tr);
  text-align: center;
  font-family: var(--sans);
  box-shadow: 0 8px 24px rgba(45, 91, 255, .18);
}
.btn-gold { background: var(--gold); color: var(--white); box-shadow: 0 8px 24px rgba(201, 162, 75, .28); }
.btn-gold:hover { background: var(--dark); color: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(14, 20, 48, .28); }
.btn-gold:active { transform: translateY(0) scale(.98); }
.btn-ghost { border-color: rgba(255,255,255,.6); color: var(--white); background: rgba(255,255,255,.08); box-shadow: none; }
.btn-ghost:hover { background: var(--white); color: var(--brand); transform: translateY(-2px); }
.btn-ghost:active { transform: translateY(0) scale(.98); }
.btn-outline { border-color: var(--brand); color: var(--brand); background: transparent; box-shadow: none; }
.btn-outline:hover { background: var(--brand-grad); color: var(--white); transform: translateY(-2px); border-color: transparent; }
.btn-outline:active { transform: translateY(0) scale(.98); }
.btn-block { display: block; width: 100%; }

/* ============ 顶部信息条 ============ */
.topbar { background: var(--dark); color: rgba(255,255,255,.75); font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 12px; padding: 10px 24px; }
.topbar-right { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-phone { color: var(--gold-light); font-weight: 700; letter-spacing: 1px; }

/* ============ 导航 ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: var(--tr);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; }
/* 子悦 SVG LOGO（金色 Z 图形 + 中英文，英文在中文下侧对齐） */
.brand-logo { height: 52px; width: auto; display: block; }
/* 页脚深色背景下的 LOGO（提亮） */
.brand-logo-light { filter: brightness(1.25); height: 56px; }

.menu { display: flex; align-items: center; gap: 2px; }
.menu-item { position: relative; }
.menu-link {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  color: var(--ink);
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  transition: var(--tr);
  white-space: nowrap;
}
.menu-link::after {
  content: '';
  position: absolute; left: 15px; right: 15px; bottom: 5px;
  height: 2px; background: var(--brand-grad); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: var(--tr);
}
.menu-link:hover, .menu-link.active { color: var(--brand); background: rgba(45, 91, 255, .07); }
.menu-link:hover::after, .menu-link.active::after { transform: scaleX(1); }
.caret { font-size: 10px; opacity: .55; margin-left: 3px; transition: transform .3s; display: inline-block; }
.menu-item:hover .caret { transform: rotate(180deg); }

/* 下拉菜单（统一规范：圆角/阴影/过渡/悬停） */
.submenu {
  position: absolute;
  top: calc(100% + 8px); left: 0;
  min-width: 230px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(14, 20, 48, .14);
  padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: var(--tr);
  z-index: 60;
}
/* 桥接带，防止鼠标移向子菜单时闪退 */
.submenu::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.menu-item:hover > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }

.submenu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  font-size: 14px;
  color: var(--ink);
  border-radius: 9px;
  border-left: 3px solid transparent;
  transition: var(--tr);
  line-height: 1.5;
}
.submenu-link:hover, .submenu-link.active {
  background: rgba(45,91,255,.08);
  color: var(--brand);
  border-left-color: var(--brand);
  padding-left: 20px;
}

/* 下拉项媒体（图片/图标 + 描述 + PDF 下载） */
.sm-thumb { flex-shrink: 0; width: 38px; height: 38px; border-radius: 8px; overflow: hidden; background: var(--bg-2); display: inline-flex; align-items: center; justify-content: center; }
.sm-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sm-emoji { font-size: 18px; }
.sm-body { display: flex; flex-direction: column; min-width: 0; }
.sm-label { font-size: 14px; font-weight: 600; color: var(--ink); }
.sm-desc { font-size: 11.5px; color: var(--muted); line-height: 1.35; margin-top: 2px; white-space: normal; }
.submenu-link:hover .sm-label, .submenu-link.active .sm-label { color: var(--brand); }
.sm-pdf { margin-left: auto; padding: 2px 8px; font-size: 12px; color: #b3402f; background: rgba(179,64,47,.1); border-radius: 6px; white-space: nowrap; transition: var(--tr); }
.sm-pdf:hover { background: rgba(179,64,47,.18); }
.submenu-title .sm-thumb { width: 26px; height: 26px; border-radius: 6px; }
.submenu-title .sm-pdf { padding: 1px 7px; }

/* 三级分组（与子菜单统一视觉） */
.submenu-group { position: relative; }
.submenu-title {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 16px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--dark);
  border-radius: 9px;
  margin-bottom: 2px;
  background: rgba(45,91,255,.05);
  border-left: 3px solid var(--brand);
  cursor: default;
}
.submenu-title::after { content: '›'; color: var(--brand); font-size: 14px; }
.submenu-group > .submenu {
  position: absolute;
  left: calc(100% + 6px);
  top: -8px;
  display: block;
  opacity: 0; visibility: hidden; transform: translateX(8px);
}
.submenu-group:hover > .submenu { opacity: 1; visibility: visible; transform: translateX(0); }

.nav-cta {
  margin-left: 14px;
  padding: 10px 22px;
  background: var(--brand-grad);
  color: var(--white) !important;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(45, 91, 255, .3);
  white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(45, 91, 255, .45); }
.nav-cta:active { transform: translateY(0) scale(.98); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--dark); margin: 6px 0; transition: var(--tr); border-radius: 2px; }

/* ============ Hero ============ */
.hero {
  position: relative;
  background: radial-gradient(1200px 600px at 80% -10%, rgba(106,63,242,.35), transparent 60%),
              radial-gradient(900px 500px at 0% 110%, rgba(45,91,255,.4), transparent 55%),
              linear-gradient(135deg, #0E1430 0%, #1B2350 100%);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background-image:
  radial-gradient(circle at 20% 30%, rgba(255,255,255,.05) 0 2px, transparent 3px),
  radial-gradient(circle at 70% 60%, rgba(255,255,255,.04) 0 2px, transparent 3px);
  background-size: 60px 60px; opacity: .6; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 50% 0%, rgba(106,63,242,.25), transparent 70%);
}
.hero-inner { position: relative; padding: 110px 24px 76px; }
.hero h1 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 22px;
  max-width: 100%;
  letter-spacing: -.5px;
  white-space: nowrap;
}
.hero h1::after { display: none; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.8); max-width: 600px; margin-bottom: 40px; line-height: 1.9; font-weight: 400; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-stats { position: relative; padding: 0 24px 60px; }
.hero-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.hero-stat { padding: 30px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.hero-stat:last-child { border-right: none; }
.hero-stat-num { font-size: 40px; color: #fff; font-weight: 800; font-family: var(--sans); }
.hero-stat-num span { font-size: 18px; margin-left: 2px; color: var(--gold-light); }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,.6); letter-spacing: 2px; margin-top: 4px; }

/* ============ 内页横幅 ============ */
.banner {
  position: relative;
  background: linear-gradient(135deg, #0E1430 0%, #1B2350 100%);
  padding: 70px 0 60px;
  text-align: center;
  overflow: hidden;
}
.banner::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(500px 200px at 50% 0%, rgba(106,63,242,.3), transparent 70%);
}
.banner .wrap { position: relative; }
.banner h1 { color: var(--white); font-size: 38px; margin-bottom: 12px; }
.banner h1::after { display: none; }
.crumb { font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: 1px; }

/* ============ 通用区块 ============ */
.section { padding: 96px 0; }
.section-dark { background: var(--dark); position: relative; overflow: hidden; }
.section-dark::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(700px 400px at 90% 0%, rgba(106,63,242,.3), transparent 60%);
}
.section-dark .wrap { position: relative; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .section-sub { color: rgba(255,255,255,.65); }
.section-cream {
  background: linear-gradient(180deg, #F7F9FE 0%, #F1F4FC 100%);
  position: relative;
}
.section-cream::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45,91,255,.18), transparent);
}

/* ============ 深蓝区块（首页白色板块统一升级为深蓝底，文字高对比） ============ */
.section-blue {
  background: linear-gradient(135deg, #0E1430 0%, #1B2350 100%);
  position: relative;
  overflow: hidden;
}
.section-blue::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(700px 420px at 12% 0%, rgba(106,63,242,.28), transparent 60%),
    radial-gradient(620px 380px at 92% 100%, rgba(45,91,255,.22), transparent 60%);
}
.section-blue .wrap { position: relative; }
.section-blue .section-head h2,
.section-blue h3 { color: #fff; }
.section-blue .section-head h2::after { background: linear-gradient(90deg, var(--gold), var(--gold-light)); box-shadow: 0 1px 0 rgba(0,0,0,.35); }
.section-blue .section-kicker { color: var(--gold-light); }
.section-blue .section-sub { color: rgba(255,255,255,.66); }

/* 深蓝底上的卡片：半透明白玻璃质感，文字高对比 */
.section-blue .area-card,
.section-blue .team-card,
.section-blue .case-card,
.section-blue .news-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 34px rgba(0,0,0,.24);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.section-blue .area-card:hover,
.section-blue .team-card:hover,
.section-blue .case-card:hover,
.section-blue .news-card:hover {
  border-color: rgba(201,162,75,.6);
  box-shadow: 0 20px 52px rgba(0,0,0,.36);
}
.section-blue .area-card h3,
.section-blue .team-card h3,
.section-blue .case-card h3,
.section-blue .news-card h3 { color: #fff; }
.section-blue .area-card p,
.section-blue .case-summary,
.section-blue .news-summary { color: rgba(255,255,255,.7); }
.section-blue .area-icon { background: rgba(255,255,255,.1); }
.section-blue .area-more,
.section-blue .news-more { color: var(--gold-light); }
.section-blue .case-amount { color: var(--gold-light); }
.section-blue .case-cat { background: rgba(201,162,75,.18); color: var(--gold-light); }
.section-blue .case-result { color: #B9F6CA; }
.section-blue .team-title { color: var(--gold-light); }
.section-blue .team-years { color: rgba(255,255,255,.55); }
.section-blue .team-tags span,
.section-blue .news-cat,
.section-blue .news-type {
  background: rgba(255,255,255,.1);
  color: var(--gold-light);
  border: 1px solid rgba(201,162,75,.3);
}
.section-blue .case-top { border-bottom: 1px solid rgba(255,255,255,.1); }
.section-blue .case-card { border-top: 3px solid rgba(201,162,75,.5); }
.section-blue .case-card:hover { border-top-color: var(--gold); }
.section-blue .empty,
.section-blue .article-body { color: rgba(255,255,255,.75); }
.section-blue .news-date strong { color: var(--gold-light); }
.section-blue .news-date { border-right-color: rgba(255,255,255,.15); }
.section-blue .news-date span { color: rgba(255,255,255,.6); }

/* 深蓝底上的“查看全部/更多”按钮：描边浅色，悬停反白 */
.section-blue .btn-outline { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.06); }
.section-blue .btn-outline:hover { background: #fff; color: var(--brand); border-color: #fff; }

.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-head h2 { font-size: 36px; letter-spacing: -.5px; }
.section-head h2::after { content: ''; display: block; width: 56px; height: 4px; background: var(--brand-grad); margin: 18px auto 0; border-radius: 4px; }
.section-sub { color: var(--muted); margin-top: 14px; font-size: 16px; }
.section-more { text-align: center; margin-top: 46px; }

.area-card, .why-card, .team-card, .case-card, .news-card, .news-row, .area-row, .promise-card, .lawyer-card {
  border-radius: var(--radius);
}
/* 统一卡片扫光效果（hover 时高光掠过，提升高端感） */
.area-card, .team-card, .case-card, .news-card, .sv-card, .promise-card, .lawyer-card {
  position: relative;
}
.area-card::after, .team-card::after, .case-card::after, .news-card::after, .sv-card::after, .promise-card::after, .lawyer-card::after {
  content: '';
  position: absolute; top: 0; left: -80%;
  width: 60%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg);
  transition: left .7s ease;
  pointer-events: none;
}
.area-card:hover::after, .team-card:hover::after, .case-card:hover::after, .news-card:hover::after, .sv-card:hover::after, .promise-card:hover::after, .lawyer-card:hover::after {
  left: 130%;
}

/* ============ 专业领域 ============ */
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.area-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 34px 30px;
  transition: var(--tr);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(20, 30, 60, .04);
}
.area-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--brand-grad); transform: scaleX(0); transform-origin: left; transition: var(--tr);
}
.area-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.area-card:hover::before { transform: scaleX(1); }
.area-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(45,91,255,.12), rgba(106,63,242,.12));
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; margin-bottom: 20px;
}
.area-card h3 { font-size: 20px; margin-bottom: 10px; }
.area-card p { color: var(--muted); font-size: 14px; margin-bottom: 18px; min-height: 48px; }
.area-more { font-size: 13px; color: var(--brand); font-weight: 700; letter-spacing: 1px; }

.areas-list { display: flex; flex-direction: column; gap: 18px; }
.area-row {
  display: flex; align-items: center; gap: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 30px 34px;
  border-radius: var(--radius);
  transition: var(--tr);
  box-shadow: 0 4px 16px rgba(20, 30, 60, .04);
}
.area-row:hover { box-shadow: var(--shadow); border-left: 4px solid var(--brand); transform: translateX(4px); }
.area-row-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(45,91,255,.12), rgba(106,63,242,.12));
  display: flex; align-items: center; justify-content: center; font-size: 32px; flex-shrink: 0;
}
.area-row-body { flex: 1; }
.area-row-body h3 { font-size: 20px; margin-bottom: 6px; }
.area-row-body p { color: var(--muted); font-size: 14px; margin-bottom: 10px; }
.area-row-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.area-row-tags span { font-size: 12px; color: var(--brand); background: rgba(45,91,255,.08); padding: 3px 12px; border-radius: 20px; }
.area-row-data { display: flex; gap: 28px; text-align: center; }
.area-row-data strong { display: block; font-size: 24px; color: var(--brand); font-weight: 800; }
.area-row-data span { font-size: 12px; color: var(--muted); }
.area-row-arrow { font-size: 22px; color: var(--brand); }

/* ============ 为什么选择 ============ */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 36px 28px;
  transition: var(--tr);
  border-radius: var(--radius);
}
.why-card:hover { background: rgba(255,255,255,.12); border-color: rgba(201,162,75,.5); transform: translateY(-6px); }
.why-num { font-size: 34px; color: var(--gold-light); display: block; margin-bottom: 16px; font-weight: 800; }
.why-card h3 { font-size: 18px; margin-bottom: 10px; }
.why-card p { font-size: 13px; color: rgba(255,255,255,.65); }

/* ============ 团队 ============ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 38px 28px;
  text-align: center;
  transition: var(--tr);
  border-radius: var(--radius);
  box-shadow: 0 4px 16px rgba(20, 30, 60, .04);
}
.team-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.team-avatar {
  width: 92px; height: 92px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, rgba(45,91,255,.1), rgba(106,63,242,.1));
  border: 2px solid var(--brand);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 44px;
}
.team-card h3 { font-size: 20px; }
.team-title { color: var(--brand); font-size: 13px; font-weight: 700; margin: 4px 0; }
.team-years { color: var(--muted); font-size: 12px; margin-bottom: 14px; }
.team-tags { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.team-tags span { font-size: 12px; color: var(--brand); background: rgba(45,91,255,.08); padding: 3px 12px; border-radius: 20px; }

.team-list { display: flex; flex-direction: column; gap: 20px; }
.lawyer-card {
  display: flex; gap: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 34px;
  border-radius: var(--radius);
  transition: var(--tr);
  box-shadow: 0 4px 16px rgba(20, 30, 60, .04);
}
.lawyer-card:hover { box-shadow: var(--shadow); border-left: 4px solid var(--brand); }
.lawyer-avatar {
  width: 100px; height: 100px;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(45,91,255,.1), rgba(106,63,242,.1));
  border: 2px solid var(--brand);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
}
.lawyer-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.lawyer-head h3 { font-size: 22px; }
.lawyer-title { color: var(--brand); font-size: 13px; font-weight: 700; }
.lawyer-meta { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.lawyer-intro { font-size: 14px; color: var(--ink); margin-bottom: 14px; }
.lawyer-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.lawyer-tags span { font-size: 12px; color: var(--brand); background: rgba(45,91,255,.08); padding: 3px 14px; border-radius: 20px; }

/* ============ 案例 ============ */
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cases-grid-full { grid-template-columns: repeat(2, 1fr); }
.case-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 30px;
  transition: var(--tr);
  border-top: 3px solid var(--brand);
  box-shadow: 0 4px 16px rgba(20, 30, 60, .04);
}
.case-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-top-color: var(--gold); }
.case-top { display: flex; justify-content: space-between; margin-bottom: 16px; }
.case-cat { font-size: 12px; color: var(--brand); background: rgba(45,91,255,.08); padding: 4px 14px; border-radius: 20px; letter-spacing: 1px; }
.case-result { font-size: 12px; color: #2E7D32; background: #E8F5E9; padding: 4px 14px; border-radius: 20px; font-weight: 700; }
.case-card h3 { font-size: 18px; margin-bottom: 8px; line-height: 1.5; }
.case-amount { font-weight: 800; color: var(--gold); margin-bottom: 12px; font-size: 16px; }
.case-summary { font-size: 13px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.case-date { margin-top: 14px; font-size: 12px; color: var(--muted); }

/* ============ 新闻 ============ */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card {
  display: flex; gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 26px;
  transition: var(--tr);
  border-radius: var(--radius);
  box-shadow: 0 4px 16px rgba(20, 30, 60, .04);
}
.news-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); border-color: rgba(45,91,255,.3); }
.news-date {
  flex-shrink: 0;
  width: 64px;
  text-align: center;
  border-right: 1px solid var(--line);
  padding-right: 18px;
}
.news-date strong { display: block; font-size: 30px; color: var(--brand); line-height: 1.1; font-weight: 800; }
.news-date span { font-size: 12px; color: var(--muted); }
.news-cat { display: inline-block; font-size: 11px; color: var(--brand); background: rgba(45,91,255,.08); padding: 2px 10px; margin-bottom: 8px; border-radius: 20px; letter-spacing: 1px; }
.news-body h3 { font-size: 16px; line-height: 1.5; margin-bottom: 8px; }
.news-card .news-body h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-body p { font-size: 13px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.news-filter { display: flex; gap: 10px; justify-content: center; margin-bottom: 44px; flex-wrap: wrap; }
.news-filter a { padding: 9px 24px; font-size: 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 50px; transition: var(--tr); }
.news-filter a:hover, .news-filter a.active { background: var(--brand-grad); color: var(--white); border-color: transparent; }

.news-list { display: flex; flex-direction: column; gap: 16px; max-width: 860px; margin: 0 auto; }
.news-row {
  display: flex; align-items: center; gap: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px 28px;
  border-radius: var(--radius);
  transition: var(--tr);
}
.news-row:hover { box-shadow: var(--shadow); border-left: 4px solid var(--brand); }
.news-row .news-body { flex: 1; }
.news-arrow { color: var(--brand); font-size: 20px; }
.empty-tip { text-align: center; color: var(--muted); padding: 60px 0; }

/* ============ 文章详情 ============ */
.article-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 40px; }
.article { max-width: 760px; }
.article-head { margin-bottom: 34px; }
.article-head h1 { font-size: 30px; line-height: 1.5; margin: 12px 0; }
.article-meta { font-size: 13px; color: var(--muted); }
.article-content p { margin-bottom: 18px; font-size: 15px; line-height: 2; }
.article-foot { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }

/* ============ 详情页（领域） ============ */
.detail-grid { display: grid; grid-template-columns: 1fr 340px; gap: 44px; }
.detail-head { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 30px; }
.detail-icon {
  width: 72px; height: 72px; border-radius: 18px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(45,91,255,.12), rgba(106,63,242,.12));
  display: flex; align-items: center; justify-content: center; font-size: 38px;
}
.detail-head h2 { font-size: 30px; margin-bottom: 6px; }
.detail-head p { color: var(--muted); }
.detail-content p { margin-bottom: 16px; }
.detail-subhead { font-size: 20px; margin: 34px 0 18px; padding-left: 14px; border-left: 4px solid var(--brand); }
.detail-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.detail-points li { background: var(--cream); padding: 14px 18px; font-size: 14px; display: flex; gap: 10px; align-items: center; border-radius: 10px; }
.detail-points li span { color: var(--brand); font-weight: 800; }

.aside-card { background: var(--white); border: 1px solid var(--line); padding: 28px; margin-bottom: 20px; border-radius: var(--radius); box-shadow: 0 4px 16px rgba(20, 30, 60, .04); }
.aside-data { display: flex; text-align: center; }
.aside-data div { flex: 1; }
.aside-data div:first-child { border-right: 1px solid var(--line); }
.aside-data strong { display: block; font-size: 28px; color: var(--brand); font-weight: 800; }
.aside-data span { font-size: 12px; color: var(--muted); }
.aside-cta { background: linear-gradient(135deg, #0E1430, #1B2350); border-color: transparent; color: var(--white); }
.aside-cta h4 { color: var(--gold-light); margin-bottom: 6px; font-size: 18px; }
.aside-cta p { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 18px; }
.aside-cta form input {
  width: 100%;
  padding: 11px 14px;
  margin-bottom: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  color: var(--white);
  font-size: 14px;
  font-family: var(--sans);
}
.aside-cta form input::placeholder { color: rgba(255,255,255,.45); }
.aside-cta form input:focus { outline: none; border-color: var(--gold); }
.aside-phone { margin-top: 16px; text-align: center; color: var(--gold-light) !important; font-weight: 700; font-size: 16px !important; }

/* ============ 首页 CTA ============ */
.cta { background: linear-gradient(135deg, #0E1430 0%, #1B2350 100%); padding: 96px 0; position: relative; overflow: hidden; }
.cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 10% 100%, rgba(106,63,242,.35), transparent 60%);
}
.cta-grid { display: grid; grid-template-columns: 1fr 440px; gap: 60px; align-items: center; position: relative; }
.cta-left h2 { font-size: 36px; margin-bottom: 14px; color: #fff; }
.cta-left > p { color: rgba(255,255,255,.7); margin-bottom: 24px; font-size: 16px; }
.cta-points { list-style: none; }
.cta-points li { padding: 8px 0; color: rgba(255,255,255,.9); font-size: 15px; }
.cta-form {
  background: var(--white);
  padding: 38px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--dark); }
.form-row input, .form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  font-family: var(--sans);
  background: var(--cream);
  transition: var(--tr);
}
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--brand); background: var(--white); box-shadow: 0 0 0 3px rgba(45,91,255,.12); }
.form-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }

/* ============ 关于页 ============ */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; }
.about-left h2 { font-size: 32px; margin-bottom: 20px; }
.about-left h2::after { content: ''; display: block; width: 56px; height: 4px; background: var(--brand-grad); margin-top: 14px; border-radius: 4px; }
.about-intro { color: var(--ink); margin-bottom: 30px; }
.about-data { display: flex; gap: 36px; }
.about-data strong { display: block; font-size: 26px; color: var(--brand); font-weight: 800; }
.about-data span { font-size: 12px; color: var(--muted); }
.about-right { background: var(--cream); padding: 40px; border-radius: var(--radius); border-left: 4px solid var(--brand); }
.about-right h3 { font-size: 22px; margin-bottom: 18px; }
.about-philosophy p { margin-bottom: 14px; font-size: 14.5px; color: var(--ink); }

.honor-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 800px; margin: 0 auto; }
.honor-list li {
  background: var(--white);
  padding: 20px 26px;
  display: flex; align-items: center; gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 15px;
  transition: var(--tr);
}
.honor-list li:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: rgba(45,91,255,.3); }
.honor-icon { font-size: 24px; }

.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.promise-card { background: var(--white); border: 1px solid var(--line); padding: 30px 26px; text-align: center; transition: var(--tr); border-radius: var(--radius); box-shadow: 0 4px 16px rgba(20, 30, 60, .04); }
.promise-card:hover { box-shadow: var(--shadow); border-top: 3px solid var(--brand); transform: translateY(-4px); }
.promise-card h3 { font-size: 18px; margin-bottom: 10px; }
.promise-card p { font-size: 13px; color: var(--muted); }

/* ============ 联系页 ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 460px; gap: 50px; }
.contact-info h2 { font-size: 30px; margin-bottom: 10px; }
.contact-info h2::after { content: ''; display: block; width: 56px; height: 4px; background: var(--brand-grad); margin-top: 12px; border-radius: 4px; }
.contact-sub { color: var(--muted); margin-bottom: 30px; }
.contact-items { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; background: var(--cream); padding: 18px; border-radius: var(--radius); }
.contact-item span { font-size: 22px; }
.contact-item strong { display: block; font-size: 14px; color: var(--dark); margin-bottom: 2px; }
.contact-item p { font-size: 13px; color: var(--muted); }
.contact-form-card { background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--brand); padding: 36px; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form-card h3 { font-size: 22px; margin-bottom: 22px; }

/* ============ 服务中心 ============ */
.sv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.sv-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: 0 4px 16px rgba(20, 30, 60, .04);
  transition: var(--tr);
  position: relative;
  overflow: hidden;
}
.sv-card::before {
  content: '';
  position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: var(--brand-grad);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.sv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.sv-card:hover::before { transform: scaleX(1); }
.sv-card h3 { font-size: 21px; color: var(--dark); margin-bottom: 12px; }
.sv-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.sv-tags span {
  font-size: 12px; padding: 4px 12px; border-radius: 20px;
  background: rgba(45,91,255,.08); color: var(--brand);
}
.sv-desc { color: var(--muted); line-height: 1.8; font-size: 14.5px; }
.sv-points { margin: 16px 0 0; padding-left: 18px; list-style: disc; }
.sv-points li { color: var(--ink); font-size: 14px; line-height: 2; }
.sv-cta {
  margin-top: 50px; text-align: center; padding: 44px 28px;
  background: linear-gradient(135deg, #0E1430, #1B2350);
  border-radius: var(--radius); color: var(--white);
}
.sv-cta h3 { font-size: 24px; margin-bottom: 10px; color: #fff; }
.sv-cta p { color: rgba(255,255,255,.7); margin-bottom: 22px; font-size: 14.5px; }
.sv-cta .btn-gold { display: inline-block; padding: 13px 32px; }

/* ============ 页脚 ============ */
.footer { background: linear-gradient(135deg, #0E1430 0%, #1B2350 100%); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 70px 24px 50px; }
.footer .brand-text strong { color: var(--white); }
.footer .brand-mark { width: 40px; height: 40px; }
.footer-slogan { color: var(--gold-light); font-size: 14px; margin: 16px 0 10px; font-family: var(--serif); }
.footer-desc { font-size: 13px; }
.footer-col h4 { color: var(--white); font-size: 16px; margin-bottom: 18px; font-family: var(--sans); font-weight: 700; letter-spacing: 1px; }
.footer-col h4::after { content: ''; display: block; width: 28px; height: 3px; background: var(--brand-grad); margin-top: 8px; border-radius: 3px; }
.footer-col ul { list-style: none; }
.footer-col li { padding: 5px 0; font-size: 13px; }
.footer-col a:hover { color: var(--gold-light); }
.footer-contact li { font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-bottom .wrap { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.45); flex-wrap: wrap; gap: 8px; }

/* ============ 404 ============ */
.error-page { padding: 130px 0; text-align: center; }
.error-page h1 { font-size: 90px; color: var(--brand); }
.error-page p { color: var(--muted); margin: 14px 0 30px; }

/* ============ AI 咨询浮窗 ============ */
.chat-widget { position: fixed; right: 24px; bottom: 24px; z-index: 1000; }
.chat-fab {
  display: flex; align-items: center; gap: 10px;
  background: var(--brand-grad);
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 10px 34px rgba(45, 91, 255, .42);
  transition: var(--tr);
  font-family: var(--sans);
  font-weight: 700;
}
.chat-fab:hover { transform: translateY(-3px); box-shadow: 0 14px 44px rgba(45, 91, 255, .55); }
.chat-fab-icon { font-size: 20px; }
.chat-fab-text { font-size: 14px; letter-spacing: 1px; }

.chat-panel {
  position: absolute;
  right: 0; bottom: 70px;
  width: 380px;
  max-width: calc(100vw - 48px);
  height: 560px;
  max-height: calc(100vh - 120px);
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(14, 20, 48, .4);
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
}
.chat-panel.open { display: flex; animation: chatUp .3s ease; }
@keyframes chatUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.chat-header {
  background: var(--brand-grad);
  color: var(--white);
  padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between;
}
.chat-header-info { display: flex; gap: 10px; align-items: center; }
.chat-avatar {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff;
}
.chat-header-info strong { display: block; font-size: 14px; }
.chat-header-info em { font-style: normal; font-size: 11px; color: rgba(255,255,255,.75); }
.chat-close { background: none; border: none; color: rgba(255,255,255,.8); font-size: 16px; cursor: pointer; padding: 6px; }
.chat-close:hover { color: var(--white); }

.chat-body { flex: 1; overflow-y: auto; padding: 16px; background: #F4F6FC; }
.chat-msg { display: flex; margin-bottom: 14px; }
.chat-msg.user { justify-content: flex-end; }
.chat-bubble {
  max-width: 82%;
  padding: 11px 14px;
  font-size: 13.5px;
  line-height: 1.7;
  border-radius: 12px;
  white-space: pre-wrap;
  word-break: break-word;
}
.chat-msg.ai .chat-bubble { background: var(--white); border: 1px solid var(--line); border-radius: 4px 12px 12px 12px; color: var(--ink); }
.chat-msg.user .chat-bubble { background: var(--brand-grad); color: var(--white); border-radius: 12px 4px 12px 12px; }
.chat-typing { display: inline-flex; gap: 4px; padding: 4px 2px; }
.chat-typing i { width: 6px; height: 6px; background: var(--brand); border-radius: 50%; animation: blink 1.2s infinite; }
.chat-typing i:nth-child(2) { animation-delay: .2s; }
.chat-typing i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 80%, 100% { opacity: .25; } 40% { opacity: 1; } }

.chat-lead-card {
  background: linear-gradient(135deg, #0E1430, #1B2350);
  color: var(--white);
  border-radius: 12px;
  padding: 16px;
  margin: 6px 0 14px;
}
.chat-lead-card h5 { color: var(--gold-light); font-size: 14px; margin-bottom: 6px; font-family: var(--sans); }
.chat-lead-card p { font-size: 12px; color: rgba(255,255,255,.7); margin-bottom: 12px; }
.chat-lead-card input {
  width: 100%;
  padding: 9px 12px;
  margin-bottom: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  color: var(--white);
  font-size: 13px;
  font-family: var(--sans);
}
.chat-lead-card input::placeholder { color: rgba(255,255,255,.45); }
.chat-lead-card input:focus { outline: none; border-color: var(--gold); }
.chat-lead-card button {
  width: 100%;
  padding: 10px;
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--tr);
}
.chat-lead-card button:hover { background: var(--gold-light); color: var(--dark); }
.chat-lead-card .lead-skip { background: none; color: rgba(255,255,255,.5); margin-top: 6px; font-weight: 400; font-size: 12px; padding: 4px; }

.chat-quick { display: flex; gap: 6px; padding: 10px 12px 4px; flex-wrap: wrap; background: var(--white); border-top: 1px solid var(--line); }
.chat-quick button {
  font-size: 12px;
  padding: 5px 12px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  cursor: pointer;
  color: var(--ink);
  transition: var(--tr);
}
.chat-quick button:hover { border-color: var(--brand); color: var(--brand); background: rgba(45,91,255,.06); }

.chat-inputbar { display: flex; gap: 8px; padding: 10px 12px; background: var(--white); }
.chat-inputbar input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  font-size: 13px;
  font-family: var(--sans);
}
.chat-inputbar input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(45,91,255,.12); }
.chat-inputbar button {
  padding: 10px 20px;
  background: var(--brand-grad);
  color: var(--white);
  border: none;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--tr);
}
.chat-inputbar button:hover { opacity: .9; transform: translateY(-1px); }
.chat-inputbar button:disabled { opacity: .5; cursor: not-allowed; }

/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  .hero h1 { font-size: 34px; white-space: normal; }
  .areas-grid, .team-grid, .news-grid, .cases-grid, .sv-grid, .why-grid, .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stat:nth-child(2) { border-right: none; }
  .cta-grid { grid-template-columns: 1fr; }
  .about-grid, .contact-grid, .detail-grid, .article-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .menu { display: none; }
  .nav-toggle { display: block; }
  .menu.open {
    display: block;
    position: absolute;
    top: 74px; left: 0; right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 14px 24px;
    box-shadow: var(--shadow);
    max-height: 78vh; overflow-y: auto;
  }
  .menu.open .menu-item { display: block; }
  .menu.open .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding-left: 12px; }
  .menu.open .submenu-group > .submenu { position: static; display: block; padding-left: 12px; }
}
/* ============ 升维：贵气视觉与细节打磨 ============ */
/* 金色衬线标题（增添律所的高端/高贵气质） */
.serif { font-family: var(--serif); }
.text-gold { color: var(--gold); }
.hero h1, .banner h1 {
  font-family: var(--serif);
  letter-spacing: 1px;
  font-weight: 800;
  text-shadow: 0 2px 30px rgba(0,0,0,.25);
}
.hero h1 .accent { color: var(--gold-light); position: relative; }

/* 区块标题的金色花纹分隔（菱形+双线） */
.section-head h2, .about-left h2, .contact-info h2 {
  font-family: var(--serif);
  letter-spacing: .5px;
}
.section-head h2::after {
  content: '';
  display: block;
  width: 64px; height: 4px;
  margin: 18px auto 0;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  box-shadow: 0 1px 0 rgba(255,255,255,.4);
  position: relative;
}
.section-head h2::before {
  content: '◆';
  display: block;
  color: var(--gold);
  font-size: 12px;
  margin: 0 auto 8px;
  letter-spacing: 6px;
}

/* 顶部信息条加金色细线，提升精致感 */
.topbar::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,162,75,.5), transparent);
}

/* 导航滚动态：轻微阴影 + 缩紧，更显稳重高级 */
.nav.scrolled { box-shadow: 0 8px 30px rgba(14, 20, 48, .10); border-bottom-color: rgba(45,91,255,.12); }

/* Hero 金色细框装饰（高贵感） */
.hero-frame {
  position: absolute; inset: 26px; border: 1px solid rgba(201,162,75,.22);
  border-radius: 18px; pointer-events: none;
}
.hero-frame::before, .hero-frame::after {
  content: ''; position: absolute; width: 26px; height: 26px; border: 2px solid var(--gold); opacity: .6;
}
.hero-frame::before { top: -1px; left: -1px; border-right: none; border-bottom: none; border-top-left-radius: 18px; }
.hero-frame::after { bottom: -1px; right: -1px; border-left: none; border-top: none; border-bottom-right-radius: 18px; }

/* Hero 金色细节点缀（天平/法槌意象的极简线标） */
.hero-deco { position: absolute; right: 6%; top: 18%; opacity: .14; width: 220px; height: 220px; pointer-events: none; }

/* 卡片边框在深色背景下的金色描边 */
.section-dark .why-card, .section-dark .promise-card { border-color: rgba(201,162,75,.25); }

/* 滚动揭示动画（仅在启用 js-anim 时生效，JS 失效则完全可见，零风险） */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
html.js-anim .reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* 按钮金色描边高光，提升质感 */
.btn-gold { border: 1px solid rgba(201,162,75,.6); }

/* Hero 金色 Eyebrow（品牌气质点缀） */
.hero-eyebrow {
  color: var(--gold-light); letter-spacing: 3px; font-size: 13px; font-weight: 600;
  margin-bottom: 14px; text-transform: uppercase; text-shadow: 0 1px 12px rgba(0,0,0,.3);
}

/* 页脚 LOGO 与品牌名金色呼应 */
.footer .brand-text strong { font-family: var(--serif); }

/* ============ 法律资讯（智能体发布内容） ============ */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.news-card {
  display: block; background: #fff; border: 1px solid #ECF0F7; border-radius: 16px; padding: 22px 22px 18px;
  text-decoration: none; color: var(--ink); position: relative; overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.news-card::after {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: var(--brand-grad); transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.news-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(20,32,72,.10); border-color: rgba(45,91,255,.25); }
.news-card:hover::after { transform: scaleX(1); }
.news-top { display: flex; gap: 8px; margin-bottom: 12px; }
.news-cat { background: rgba(201,162,75,.14); color: var(--gold); font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.news-type { background: rgba(45,91,255,.10); color: var(--blue); font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.news-card h3 { font-size: 18px; line-height: 1.5; margin-bottom: 10px; font-family: var(--serif); }
.news-summary { color: #6A7286; font-size: 14px; line-height: 1.75; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; color: #9AA2B2; font-size: 13px; }
.news-more { color: var(--blue); font-weight: 600; }

.article-wrap { max-width: 820px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; color: #8A93A3; font-size: 13px; margin-bottom: 18px; }
.article-body { font-size: 16px; line-height: 2; color: #38404F; white-space: pre-wrap; }
.article-note { margin-top: 22px; padding: 14px 16px; background: rgba(45,91,255,.06); border-left: 3px solid var(--gold); border-radius: 8px; color: #6A7286; font-size: 13px; }

/* 菜单内容页（后台设置图片/文字/PDF 展示） */
.menu-content { max-width: 860px; margin: 0 auto; }
.menu-figure { margin: 0 0 26px; text-align: center; }
.menu-figure img { max-width: 100%; border-radius: 14px; box-shadow: 0 14px 40px rgba(14,20,48,.16); border: 1px solid var(--line); }
.menu-text { color: #38404F; font-size: 16px; line-height: 2; white-space: pre-wrap; }
.menu-text:empty { display: none; }
.menu-pdf { margin-top: 30px; text-align: center; }
.menu-hero-img { margin: -10px auto 30px; max-width: 1000px; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 50px rgba(14,20,48,.2); }
.menu-hero-img img { width: 100%; display: block; }
.menu-hero-page .menu-content { max-width: 900px; }
.menu-back { text-align: center; margin-top: 36px; }

@media (max-width: 900px) { .news-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .news-grid { grid-template-columns: 1fr; } }

@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .hero-inner { padding: 70px 20px 50px; }
  .hero h1 { font-size: 30px; }
  .hero-sub { font-size: 15px; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; }
  .areas-grid, .team-grid, .news-grid, .cases-grid, .sv-grid, .why-grid, .promise-grid, .honor-list { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 28px; }
  .banner h1 { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .chat-panel { width: calc(100vw - 32px); right: -8px; height: 70vh; }
  .chat-widget { right: 16px; bottom: 16px; }
  .topbar-inner { flex-direction: column; gap: 4px; padding: 8px 16px; }
}
