/* 黑龙江衡东律师事务所 - 深蓝金商务风主题 */
:root {
  --brand: #c9a227;
  --brand-deep: #b08d1e;
  --brand-light: #e3c656;
  --navy: #1a2b45;
  --navy-deep: #111d2e;
  --navy-light: #243b5d;

  --ink: #1f2937;
  --ink-soft: #475569;
  --muted: #64748b;
  --surface: #ffffff;
  --surface-2: #f1f5f9;
  --bg: #f7f8fa;
  --line: rgba(26,43,69,.10);
  --shadow: 0 18px 45px rgba(17,29,46,.08);
  --shadow-hover: 0 24px 55px rgba(17,29,46,.13);
}

* { box-sizing: border-box; }

body {
  background: var(--bg);
  color: var(--ink-soft);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a { color: var(--brand-deep); text-decoration: none; }
a:hover { color: var(--brand); }

/* 顶部导航 */
.site-header {
  background: rgba(255,255,255,.96) !important;
  border-bottom: 1px solid var(--line) !important;
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled,
.site-header--scrolled {
  background: rgba(255,255,255,.98) !important;
  border-bottom: 1px solid var(--line) !important;
  box-shadow: 0 6px 24px rgba(26,43,69,.06) !important;
}
.brand span { color: var(--ink); font-weight: 700; }
.brand-has-logo span { display: none; }
.brand.brand-has-logo img {
  height: 130px !important;
  width: auto !important;
  max-width: none !important;
  border-radius: 0 !important;
  
  box-shadow: none !important;
  object-fit: contain !important;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto !important;
  min-width: auto !important;
  
  background: transparent !important;
}
.site-header .brand { margin-left: 28px !important; }
.site-footer .brand-footer img { height: 120px !important; width: 120px !important; max-width: none !important; border-radius: 0 !important;
   box-shadow: none !important; object-fit: contain !important; flex: 0 0 120px !important; min-width: 120px !important;  background: transparent !important; }
.site-header { height: auto !important; min-height: 150px; padding-top: 12px !important; padding-bottom: 12px !important; }
.footer-brand { text-align: center; }
.footer-brand .brand-footer { justify-content: center; }
.footer-brand .footer-contact-list { margin-left: 0; margin-right: 0; text-align: left; justify-items: start; }
.footer-links { text-align: center; }
.footer-links h3 { text-align: center; color: #fff !important; font-size: 18px; margin-bottom: 18px; }
.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.footer-qr-wrap { text-align: center !important; }
.footer-qr-wrap .qr-wrap img { display: block; margin: 0 auto; }
@media (max-width: 768px) {
  .brand.brand-has-logo img { height: 90px !important; width: auto !important; flex: 0 0 auto !important; }
  .site-header .brand { margin-left: 16px !important; }
  .site-footer .brand-footer img { height: 90px !important; width: 90px !important; flex: 0 0 90px !important; min-width: 90px !important; }
  .site-header { min-height: 116px; padding-top: 10px !important; padding-bottom: 10px !important; }
}

.site-header .site-nav { background: transparent !important; }
.site-header .site-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-nav .nav-list li { margin: 0; padding: 0; }
.site-header .site-nav .nav-list a {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  color: var(--ink) !important;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: color .2s ease;
}
.site-header .site-nav .nav-list a:hover,
.site-header .site-nav .nav-list a.is-active,
.site-header .site-nav .nav-list a.is-current {
  color: var(--brand) !important;
}
.site-header .site-nav { margin-left: auto; }
/* Hero header navigation - white text on dark banner */
.site-header.site-header--hero .site-nav .nav-list a {
  color: rgba(255, 255, 255, .96) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .24);
}
.site-header.site-header--hero .site-nav .nav-list a:hover,
.site-header.site-header--hero .site-nav .nav-list a.is-active,
.site-header.site-header--hero .site-nav .nav-list a.is-current {
  color: #fff !important;
}
.site-header.site-header--hero.is-scrolled .site-nav .nav-list a {
  color: var(--ink) !important;
  text-shadow: none;
}
.site-header.site-header--hero.is-scrolled .site-nav .nav-list a:hover,
.site-header.site-header--hero.is-scrolled .site-nav .nav-list a.is-active,
.site-header.site-header--hero.is-scrolled .site-nav .nav-list a.is-current {
  color: var(--brand) !important;
}


@media (max-width: 1023px) {
  .site-header .site-nav {
    background: #fff !important;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
  }
  .site-header .site-nav .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    width: 100%;
  }
  .site-header .site-nav .nav-list li { width: 100%; }
  .site-header .site-nav .nav-list a {
    width: 100%;
    padding: 12px 14px;
    color: #344054 !important;
    border-radius: 10px;
    justify-content: space-between;
  }
  .site-header .site-nav .nav-list a:hover,
  .site-header .site-nav .nav-list a.is-active,
  .site-header .site-nav .nav-list a.is-current {
    background: #f3f6fb;
    color: var(--brand) !important;
  }
}

/* Hero */
.growth-hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-light) 100%) !important;
}
.hero-slide-media { filter: none !important; }
.growth-hero-carousel .hero-slide-media::after {
  background:
    linear-gradient(90deg, rgba(10,18,30,.78) 0%, rgba(10,18,30,.48) 45%, rgba(10,18,30,.18) 100%),
    linear-gradient(0deg, rgba(10,18,30,.42), transparent 40%) !important;
}
.hero-copy h1,
.hero-copy .hero-text,
.hero-actions a {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.35) !important;
}
.hero-copy { max-width: 820px !important; }
.growth-hero-carousel .hero-copy h1,
.growth-hero-carousel .hero-copy .hero-title {
  max-width: 900px !important;
  font-size: clamp(28px, 4.2vw, 46px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}
@media (min-width: 769px) {
  .growth-hero-carousel .hero-copy h1,
  .growth-hero-carousel .hero-copy .hero-title { white-space: nowrap !important; }
}
.hero-title { color: #fff !important; }
.hero-text { color: rgba(255,255,255,.92) !important; }
.hero-eyebrow { color: var(--brand-light) !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-promises span { color: rgba(255,255,255,.85) !important; }
.growth-hero-carousel .hero-primary-link {
  background: var(--brand) !important;
  color: #000 !important;
  border-color: var(--brand) !important;
  font-weight: 700;
}
.growth-hero-carousel .hero-primary-link:hover {
  background: var(--brand-light) !important;
}
.growth-hero-carousel .hero-text-link,
.growth-hero-carousel .hero-text-link span {
  color: #fff !important;
  border-color: rgba(255,255,255,.55) !important;
}

/* 通用区段 */
.section { padding: 100px 0; }
.section-heading { text-align: center; margin-bottom: 56px; }
.section-heading .section-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.18;
  letter-spacing: -.03em;
}
.section-heading h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 20px auto 0;
  background: var(--brand);
  border-radius: 2px;
}
.section-heading > p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

/* 关于我们 */
.about-section { background: var(--surface) !important; }
.about-grid { align-items: center; gap: 80px; }
.about-photo { background: var(--surface-2) !important; border-radius: 20px; overflow: hidden; }
.about-photo img { filter: none !important; opacity: 1 !important; border-radius: 20px; }
.about-photo-badge {
  background: var(--brand) !important;
  border: 1px solid rgba(201,162,39,.2) !important;
  color: #000 !important;
  font-weight: 700;
}
.about-copy h2 { color: var(--ink); font-size: clamp(36px, 4.2vw, 48px); line-height: 1.22; }
.home-faq-intro h2 { color: var(--ink); font-size: clamp(40px, 5vw, 56px); line-height: 1.18; margin: 0 0 18px; }
.contact-band h2 { font-size: clamp(34px, 4.4vw, 48px); line-height: 1.2; }
.about-copy .about-text { color: var(--ink-soft); font-size: 16px; line-height: 1.85; }
.card-link { color: var(--brand-deep) !important; font-weight: 700; }
.card-link:hover { color: var(--brand) !important; }

/* 服务卡片 v2 */
.service-section { background: var(--surface-2) !important; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card-v2 {
  display: flex;
  flex-direction: column;
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card-v2:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,39,.45);
  box-shadow: var(--shadow-hover);
}
.service-card-v2 .service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  box-shadow: 0 10px 24px rgba(26,43,69,.2);
}
.service-card-v2 .service-icon svg {
  width: 30px;
  height: 30px;
  color: var(--brand);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card-v2 h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.35;
}
.service-card-v2 h3 a { color: var(--ink); transition: color .2s ease; }
.service-card-v2 h3 a:hover { color: var(--brand); }
.service-card-v2 .service-card-summary {
  flex: 1;
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}
.service-card-v2 .card-link { margin-top: auto; }

/* 优势 */
.value-section { background: var(--surface) !important; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border: none !important;
}
.value-card {
  padding: 30px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .25s ease, border-color .25s ease;
}
.value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,162,39,.4);
}
.value-card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(201,162,39,.12);
  color: var(--brand-deep);
  border: 1px solid rgba(201,162,39,.2);
}
.value-card-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.value-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 19px;
}
.value-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

/* 流程 */
.process-section { background: var(--bg) !important; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.process-card {
  position: relative;
  padding: 36px 24px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform .25s ease, border-color .25s ease;
}
.process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,39,.4);
}
.process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--brand);
  border-radius: 0 0 4px 4px;
}
.process-visual {
  position: relative;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  box-shadow: 0 14px 32px rgba(26,43,69,.22);
}
.process-visual svg {
  width: 40px;
  height: 40px;
  color: var(--brand);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-step {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #000;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(201,162,39,.35);
}
.process-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
}
.process-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

/* 案例 */
.case-highlight-section,
.case-list-section { background: var(--surface) !important; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.case-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.case-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.case-card-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
}
.case-card-banner svg {
  width: 28px;
  height: 28px;
  color: var(--brand);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.case-card-banner span {
  color: rgba(255,255,255,.8);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
}
.case-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.case-card-body h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.4;
}
.case-card-body h3 a { color: var(--ink); transition: color .2s ease; }
.case-card-body h3 a:hover { color: var(--brand); }
.case-card-body p {
  flex: 1;
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}
.case-card-body .card-link { margin-top: auto; }

/* FAQ */
.home-faq-section { background: var(--surface-2) !important; }
.home-faq-item {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 14px !important;
}
.home-faq-item:hover {
  border-color: rgba(201,162,39,.35) !important;
  transform: translateX(4px);
}
.home-faq-item > span {
  color: var(--brand) !important;
  font-size: 14px;
  font-weight: 800;
}
.home-faq-item h3 { color: var(--ink) !important; font-size: 18px; }
.home-faq-item p { color: var(--ink-soft) !important; font-size: 14px; line-height: 1.75; }
.home-faq-intro .outline-link {
  color: var(--brand-deep);
  font-weight: 700;
}
.home-faq-intro .outline-link:hover { color: var(--brand); }

/* 联系条 */
.contact-band {
  background: linear-gradient(135deg, var(--navy), var(--navy-deep)) !important;
}
.contact-band .section-kicker { color: var(--brand-light) !important; }
.contact-band h2 { color: #fff !important; }
.contact-band p { color: rgba(255,255,255,.85) !important; }
.light-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 10px;
  background: var(--brand) !important;
  color: #000 !important;
  border-color: var(--brand) !important;
  font-weight: 700;
}
.light-btn:hover { background: var(--brand-light) !important; color: #000 !important; }

/* 首页新闻动态 */
.home-news-section { background: var(--surface-2) !important; }
.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-news-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-news-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,162,39,.35);
  box-shadow: 0 28px 60px rgba(16,40,78,.1);
}
.home-news-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 68px;
  border-radius: 12px;
  background: var(--brand);
  color: #000;
}
.home-news-day { font-size: 24px; font-weight: 800; line-height: 1; }
.home-news-month { font-size: 12px; font-weight: 700; margin-top: 4px; }
.home-news-body { flex: 1; }
.home-news-body h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.4; }
.home-news-body h3 a { color: var(--ink); }
.home-news-body h3 a:hover { color: var(--brand-deep); }
.home-news-body p { margin: 0 0 14px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.home-news-more { text-align: center; margin-top: 44px; }

/* 首页常见问答（GEO 折叠式） */
.faq-shell { max-width: 900px; margin: 0 auto; }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(29,65,109,.035);
}
.faq-item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--brand);
  color: #000;
  font-size: 13px;
  font-weight: 800;
}
.faq-item summary strong {
  flex: 1;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
.faq-item summary i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--surface-2);
  color: var(--brand-deep);
  font-style: normal;
  transition: transform .2s ease, background .2s ease;
}
.faq-item summary i::before {
  content: "+";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.faq-item[open] summary i { background: var(--brand); color: #000; }
.faq-item[open] summary i::before { content: "−"; }
.faq-answer {
  padding: 0 24px 22px 76px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}
.faq-answer p { margin: 0; }
.faq-more { text-align: center; margin-top: 44px; }

@media (max-width: 1023px) {
  .home-news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .home-news-grid { grid-template-columns: 1fr; }
  .home-news-card { flex-direction: column; gap: 16px; }
  .faq-item summary { padding: 18px 20px; gap: 12px; }
  .faq-item summary strong { font-size: 15px; }
  .faq-answer { padding: 0 20px 18px 68px; font-size: 14px; }
}

/* Footer */
.site-footer {
  background: var(--navy) !important;
  border-top: none !important;
  color: rgba(255,255,255,.7) !important;
}
.footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(140px, .75fr) minmax(140px, .75fr) auto !important;
  gap: clamp(40px, 5vw, 80px) !important;
  align-items: start !important;
}
.footer-qr-wrap { text-align: right; }
.footer-qr-wrap .qr-wrap img { max-width: 120px; border-radius: 8px; }
.footer-brand-name { color: #fff !important; }
.footer-brand-tagline { color: var(--brand-light) !important; }
.footer-heading { color: #fff !important; font-size: 18px; margin-bottom: 18px; }
.footer-links a,
.footer-contact a { color: rgba(255,255,255,.78) !important; font-size: 15px; }
.footer-links a:hover,
.footer-contact a:hover { color: var(--brand) !important; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10) !important;
  color: rgba(255,255,255,.5) !important;
}

/* 按钮 */
.btn-primary {
  background: var(--brand) !important;
  color: #000 !important;
  border-color: var(--brand) !important;
}
.btn-primary:hover { background: var(--brand-light) !important; }
.btn-secondary {
  background: transparent !important;
  color: var(--ink) !important;
  border-color: var(--brand) !important;
}
.btn-secondary:hover { background: rgba(201,162,39,.08) !important; }

/* 在线咨询悬浮 */
.site-consult-float {
  background: linear-gradient(135deg, #c9a23b, #b58d2b) !important;
  color: #000 !important;
  border-color: rgba(201,162,39,0.5) !important;
  box-shadow: 0 18px 44px rgba(201,162,39,.35) !important;
}
.site-consult-float:hover {
  background: linear-gradient(135deg, #d6bc73, #c9a23b) !important;
}

/* 表单 */
.consult-form input,
.consult-form textarea,
.consult-form select {
  background: #fff !important;
  border-color: var(--line) !important;
  color: var(--ink) !important;
}
.consult-form input:focus,
.consult-form textarea:focus {
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 3px rgba(201,162,39,.15) !important;
}
.consult-form label { color: var(--ink-soft); }
.consult-form button[type="submit"] {
  background: var(--brand) !important;
  color: #000 !important;
}

/* 在线留言表单 */
.message-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.message-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.message-form .form-field {
  margin-bottom: 22px;
}
.message-form .form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}
.message-form .form-field label span { color: #d73a3a; }
.message-form input,
.message-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.message-form input:focus,
.message-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(201,162,39,.15);
}
.message-form textarea { resize: vertical; }
.message-form .code-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.message-form .code-row input { max-width: 160px; }
.message-form .code-row img { height: 46px; border-radius: 8px; }
.message-form .form-actions { text-align: center; margin-top: 10px; }
.message-form .form-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border: none;
  border-radius: 10px;
  background: var(--brand);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease;
}
.message-form .form-actions button:hover { background: var(--brand-light); }
@media (max-width: 768px) {
  .message-form-wrap { padding: 28px 22px; }
  .message-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .message-form .code-row { flex-direction: column; align-items: flex-start; }
  .message-form .code-row input { max-width: 100%; }
}

/* 纯 Banner 页头 */
.banner-only {
  padding: 0 !important;
  line-height: 0;
  background: var(--navy);
}
.banner-only img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 带标题的 Banner 页头 */
.page-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,18,30,.82) 0%, rgba(10,18,30,.62) 50%, rgba(10,18,30,.82) 100%);
}
.page-banner-inner {
  position: relative;
  z-index: 1;
}
.page-banner .section-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--brand-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-banner h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.2;
  letter-spacing: -.02em;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

/* 内页通用 */
.page-hero-blue {
  padding: 130px 0 70px;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-light) 100%);
  text-align: center;
}
.page-hero-blue .section-kicker {
  color: var(--brand-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-hero-blue h1 {
  margin: 14px 0 16px;
  color: #fff;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.page-hero-blue h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 22px auto 0;
  background: var(--brand);
  border-radius: 2px;
}
.page-hero-summary {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.75;
}

.article-section { background: var(--surface); }
.rich-text {
  max-width: 820px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.85;
}
.rich-text h2,
.rich-text h3,
.rich-text h4 { color: var(--ink); margin-top: 1.6em; margin-bottom: .6em; }
.rich-text p { margin: 0 0 1.1em; }
.rich-text img { max-width: 100%; border-radius: 12px; height: auto; }
.rich-text ul,
.rich-text ol { margin: 0 0 1.1em 1.4em; padding-left: .6em; }
.rich-text li { margin-bottom: .4em; }
.article-back { max-width: 820px; margin: 40px auto 0; }
.article-back .outline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-deep);
  font-weight: 700;
}
.article-back .outline-link:hover { color: var(--brand); }

/* 新闻列表 */
.news-list-section { background: var(--surface-2); }
.news-list { max-width: 900px; margin: 0 auto; display: grid; gap: 20px; }
.news-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .2s ease, border-color .2s ease;
}
.news-item:hover {
  transform: translateX(6px);
  border-color: rgba(201,162,39,.4);
}
.news-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: var(--brand);
  flex-shrink: 0;
}
.news-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.news-date {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.news-body h3 { margin: 0 0 8px; font-size: 20px; }
.news-body h3 a { color: var(--ink); }
.news-body h3 a:hover { color: var(--brand); }
.news-body p { margin: 0 0 14px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }

/* 分页 */
.pagebar-wrap { margin-top: 50px; text-align: center; }
.pagebar-wrap .page-status {
  display: inline-block;
  margin-right: 12px;
  color: var(--muted);
  font-size: 14px;
}
.pagebar-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  transition: all .2s ease;
}
.pagebar-wrap a:hover,
.pagebar-wrap .page-num-current {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

/* 禁用 reveal 初始隐藏 */
html.motion-enabled [data-reveal],
html.motion-enabled [data-reveal="left"],
html.motion-enabled [data-reveal="right"],
html.motion-enabled [data-reveal="up"],
html.motion-enabled [data-reveal="down"] {
  opacity: 1 !important;
  transform: none !important;
}

/* 响应式 */
@media (max-width: 1023px) {
  .section { padding: 80px 0; }
  .page-banner { height: 280px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-v2 { padding: 28px 22px; }
  .about-grid { gap: 50px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 42px !important; }
  .footer-qr-wrap { text-align: left; }
}

@media (max-width: 768px) {
  .page-banner { height: 220px; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading > p { font-size: 16px; }
  .about-copy h2 { font-size: 30px; }
  .home-faq-intro h2 { font-size: 32px; }
  .contact-band h2 { font-size: 28px; }
  .service-grid,
  .value-grid,
  .process-grid,
  .case-grid { grid-template-columns: 1fr; }
  .service-card-v2 { padding: 28px 22px; }
  .service-card-v2 h3 { font-size: 19px; }
  .process-card { padding: 30px 20px; }
  .case-card-body h3 { font-size: 18px; }
  .news-item { grid-template-columns: 1fr; gap: 16px; }
  .news-meta { width: 100%; height: auto; flex-direction: row; gap: 8px; padding: 10px; }
  .news-day { font-size: 20px; }
  .page-hero-blue { padding: 110px 0 55px; }
  .page-hero-blue h1 { font-size: 32px; }
  .hero-copy h1 { font-size: 30px !important; line-height: 1.24 !important; }
  .hero-text { font-size: 15px !important; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 34px !important; }
}

@media (max-width: 480px) {
  .hero-copy h1 { font-size: 26px !important; }
  .service-card-v2 .service-icon { width: 56px; height: 56px; }
  .service-card-v2 .service-icon svg { width: 26px; height: 26px; }
}

/* 弹窗咨询表单 */
.consult-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(10,18,30,.72);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .25s ease;
}
.consult-modal-overlay.is-open {
  display: flex;
  opacity: 1;
}
.consult-modal {
  position: relative;
  width: min(560px, calc(100vw - 40px));
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.consult-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease;
}
.consult-modal-close:hover { color: var(--ink); }
.consult-modal h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 24px;
}
.consult-modal > p {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
}
.modal-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.modal-form .form-field { margin-bottom: 18px; }
.modal-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}
.modal-form label span { color: #e11d48; }
.modal-form input,
.modal-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(26,43,69,.12);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.modal-form input:focus,
.modal-form textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(201,162,39,.12);
}
.modal-form .code-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-form .code-row input { flex: 1; }
.modal-form .code-row img {
  height: 44px;
  border-radius: 8px;
  cursor: pointer;
}
.modal-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}
.modal-form .form-actions .btn-secondary {
  padding: 12px 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease;
}
.modal-form .form-actions .btn-secondary:hover { background: var(--surface-2); }
.modal-form .form-actions .btn-primary {
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  background: var(--brand);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease;
}
.modal-form .form-actions .btn-primary:hover { background: var(--brand-light); }
.modal-form .form-actions .btn-primary:disabled { opacity: .7; cursor: wait; }
.modal-message {
  display: none;
  padding: 30px 10px;
  text-align: center;
}
.modal-message.is-visible { display: block; }
.modal-message h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
}
.modal-message p {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
}
@media (max-width: 560px) {
  .consult-modal { padding: 28px 20px; }
  .modal-form .form-row { grid-template-columns: 1fr; gap: 0; }
}

/* Hero banner enhancement (2026-08-26) */
.hero-slide-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,16,35,.9) 0%, rgba(7,28,58,.72) 45%, rgba(10,30,60,.42) 100%);
}
.hero-slide { --hero-text-color: #fff !important; }
.growth-hero-carousel .hero-copy .hero-title {
  font-size: clamp(56px, 5.6vw, 86px) !important;
  line-height: 1.06 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,.35), 0 8px 38px rgba(0,0,0,.45) !important;
}
.growth-hero-carousel .hero-text {
  max-width: 720px;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.85 !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.45), 0 4px 20px rgba(0,0,0,.35) !important;
}
.growth-hero-carousel .hero-eyebrow {
  display: inline-block;
  padding: 7px 16px;
  margin-bottom: 22px;
  border: 1px solid rgba(201,162,39,.55);
  border-radius: 999px;
  background: rgba(201,162,39,.14);
  color: #f0d878 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.growth-hero-carousel .hero-text-link { color: #fff !important; }
.growth-hero-carousel .hero-text-link span { color: #f0d878 !important; }
.growth-hero-carousel .hero-promises span {
  color: rgba(255,255,255,.95) !important;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.growth-hero-carousel .hero-promises span::before { background: #c9a227 !important; }
.hero-carousel-dot span { background: rgba(255,255,255,.35); }
.hero-carousel-dot.is-active span { background: #c9a227; }
.hero-carousel-arrow {
  border-color: rgba(255,255,255,.25);
  background: rgba(0,0,0,.28);
  color: #fff;
}
.hero-carousel-arrow:hover { border-color: #c9a227; color: #c9a227; background: rgba(0,0,0,.48); }
.hero-carousel-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (orientation: portrait) and (max-device-width: 820px) {
  .growth-hero-carousel .hero-copy .hero-title { font-size: clamp(36px, 9vw, 54px) !important; }
  .growth-hero-carousel .hero-text { font-size: 16px !important; }
}

/* Brand fullname in header (2026-08-26) */
.brand-fullname {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  padding-left: 14px;
  border-left: 1px solid rgba(141, 155, 176, .35);
  color: #344054;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}
.site-header--hero .brand-fullname {
  color: rgba(255, 255, 255, .96);
  border-left-color: rgba(255, 255, 255, .28);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .24);
}
.site-header--hero.is-scrolled .brand-fullname {
  color: #344054;
  border-left-color: rgba(141, 155, 176, .35);
  text-shadow: none;
}
@media (max-width: 768px) {
  .brand-fullname {
    display: none;
  }
}

.brand-short { display: none; }

/* Hero CTA button redesign (2026-08-26) */
.growth-hero-carousel .hero-primary-link {
  padding: 16px 28px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius: 10px !important;
  background: #0a0a0a !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.32) !important;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease !important;
}
.growth-hero-carousel .hero-primary-link:hover {
  background: #222 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.4) !important;
}
.growth-hero-carousel .hero-primary-link span {
  color: #fff !important;
}

/* Consult modal redesign */
.consult-modal--wide { max-width: 720px !important; }
.consult-modal-head {
  text-align: center;
  margin-bottom: 28px;
}
.consult-modal-head h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: #111;
}
.consult-modal-head p {
  margin: 0;
  color: #666;
  font-size: 15px;
}
.consult-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.consult-option-card {
  padding: 26px 22px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.consult-option-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(0,0,0,.1);
  border-color: #c9a227;
}
.consult-option-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #111;
}
.consult-option-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.consult-option-icon--civil { background: #f0f0f0; color: #333; }
.consult-option-icon--criminal { background: #111; color: #fff; }
.consult-option-card h4 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
  color: #111;
}
.consult-option-card > p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  min-height: 48px;
}
.consult-option-phone {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
.consult-option-phone a {
  color: #111 !important;
  text-decoration: none;
}
.consult-option-phone a span {
  color: #888;
  font-weight: 500;
}
.consult-option-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.consult-call-btn,
.consult-entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.consult-call-btn {
  border: 1px solid #111;
  background: #fff;
  color: #111 !important;
}
.consult-call-btn:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}
.consult-entry-btn {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}
.consult-entry-btn:hover {
  background: #333;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

/* Report modal */
.report-form textarea,
.report-form input[type="tel"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  font-size: 15px;
  color: #111;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.report-form textarea:focus,
.report-form input[type="tel"]:focus {
  border-color: #111;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,0,0,.06);
}
.report-form textarea::placeholder,
.report-form input[type="tel"]::placeholder {
  color: #999;
}
.btn-primary--dark {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}
.btn-primary--dark:hover {
  background: #333 !important;
}

@media (max-width: 640px) {
  .consult-options { grid-template-columns: 1fr; }
  .consult-option-card { padding: 22px 18px; }
  .growth-hero-carousel .hero-primary-link {
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
}

/* Hero CTA button color refresh */
.growth-hero-carousel .hero-primary-link,
.growth-hero-carousel .hero-primary-link:hover {
  background: #c9a227 !important;
  color: #0a0a0a !important;
  border-color: #c9a227 !important;
  box-shadow: 0 14px 34px rgba(201,162,39,.32) !important;
}
.growth-hero-carousel .hero-primary-link:hover {
  background: #f0d878 !important;
  border-color: #f0d878 !important;
  box-shadow: 0 18px 42px rgba(201,162,39,.42) !important;
}
.growth-hero-carousel .hero-primary-link span {
  color: #0a0a0a !important;
}

/* Service grid 14 items, 2 rows x 7 columns */
.service-grid--14 {
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.service-card-v2--compact {
  padding: 22px 14px;
  text-align: center;
  border-radius: 14px;
}
.service-card-v2--compact .service-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 12px;
}
.service-card-v2--compact .service-icon svg {
  width: 24px;
  height: 24px;
}
.service-card-v2--compact h3 {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0;
}
.service-card-v2--compact .card-link,
.service-card-v2--compact .service-card-summary {
  display: none;
}
@media (max-width: 1200px) {
  .service-grid--14 { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
  .service-grid--14 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .service-card-v2--compact { padding: 18px 10px; }
  .service-card-v2--compact h3 { font-size: 14px; }
}

/* Stack consult action buttons */
.consult-option-actions--stack {
  flex-direction: column;
  gap: 10px;
}
.consult-option-actions--stack .consult-call-btn,
.consult-option-actions--stack .consult-entry-btn {
  width: 100%;
  padding: 12px 18px;
  font-size: 15px;
  letter-spacing: .05em;
}

/* Logo no border radius */
.brand.brand-has-logo img,
.site-footer .brand-footer img {
  border-radius: 0 !important;
  overflow: visible !important;
  clip-path: none !important;
}

/* Float consult button */
.float-consult-btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  padding: 18px 10px;
  border-radius: 8px 0 0 8px;
  background: #c9a227;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .12em;
  text-decoration: none;
  text-align: center;
  writing-mode: vertical-rl;
  box-shadow: -4px 4px 18px rgba(0,0,0,.22);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.float-consult-btn:hover {
  background: #f0d878;
  transform: translateY(-50%) translateX(-2px);
  box-shadow: -6px 6px 24px rgba(0,0,0,.28);
}
@media (max-width: 768px) {
  .float-consult-btn {
    padding: 14px 8px;
    font-size: 14px;
  }
}

/* Float consult panel */
.float-consult-panel {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.float-consult-panel a {
  display: block;
  padding: 16px 10px;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  writing-mode: vertical-rl;
  box-shadow: -4px 4px 16px rgba(0,0,0,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.float-consult-panel a:hover {
  transform: translateX(-2px);
  box-shadow: -6px 6px 22px rgba(0,0,0,.28);
}
.float-consult-phone {
  background: #111;
  color: #fff;
}
.float-consult-phone:hover {
  background: #333;
}
.float-consult-online {
  background: #c9a227;
  color: #0a0a0a;
}
.float-consult-online:hover {
  background: #f0d878;
}
@media (max-width: 768px) {
  .float-consult-panel a {
    padding: 12px 8px;
    font-size: 13px;
  }
}

/* Logo no border/shadow/background override */
.site-header .brand.brand-has-logo img,
.site-footer .brand.brand-footer.brand-has-logo img,
.brand.brand-has-logo img,
.brand-footer.brand-has-logo img {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Footer email keep on one line */
.footer-contact-list a[href^="mailto:"] strong {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

/* Online message page floating panel */
.message-float-page {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  min-height: calc(100vh - 200px);
}
.message-float-panel {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.message-float-head {
  text-align: center;
  margin-bottom: 34px;
}
.message-float-head h2 {
  margin: 0 0 10px;
  font-size: 32px;
  color: #0a0a0a;
  letter-spacing: -.03em;
}
.message-float-head p {
  margin: 0;
  color: #666;
  font-size: 15px;
}
.message-float-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.message-float-card {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background: #fafafa;
}
.message-float-card-head {
  padding: 22px 24px;
  background: linear-gradient(135deg, #c9a227 0%, #f0d878 100%);
  color: #0a0a0a;
}
.message-float-card-head--criminal {
  background: linear-gradient(135deg, #111 0%, #333 100%);
  color: #fff;
}
.message-float-card-head h3 {
  margin: 0 0 6px;
  font-size: 20px;
}
.message-float-card-head p {
  margin: 0;
  font-size: 13px;
  opacity: .85;
}
.message-float-form {
  padding: 24px;
}
.message-float-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.message-float-form .form-field {
  margin-bottom: 16px;
}
.message-float-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.message-float-form label span {
  color: #c9a227;
}
.message-float-form input,
.message-float-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.message-float-form input:focus,
.message-float-form textarea:focus {
  outline: none;
  border-color: #c9a227;
  box-shadow: 0 0 0 3px rgba(201,162,39,.12);
}
.message-float-form textarea {
  resize: vertical;
  min-height: 100px;
}
.message-float-form .form-actions {
  margin-top: 8px;
}
.message-float-form .form-actions button {
  width: 100%;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  background: #c9a227;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease;
}
.message-float-form .form-actions button:hover {
  background: #f0d878;
}
.message-float-form .btn-primary--dark {
  background: #111;
  color: #fff;
}
.message-float-form .btn-primary--dark:hover {
  background: #333;
}
@media (max-width: 768px) {
  .message-float-page {
    padding: 24px 0;
  }
  .message-float-panel {
    padding: 24px 18px;
    border-radius: 0;
    box-shadow: none;
  }
  .message-float-head h2 {
    font-size: 24px;
  }
  .message-float-grid {
    grid-template-columns: 1fr;
  }
  .message-float-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* Message page phone strip */
.message-float-phone {
  padding: 14px 24px;
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 600;
}
.message-float-phone a {
  color: #0a0a0a;
  text-decoration: none;
}
.message-float-phone a span {
  color: #888;
  font-weight: 500;
  margin-right: 4px;
}
.message-float-phone--criminal {
  background: #2a2a2a;
  border-bottom-color: #3a3a3a;
}
.message-float-phone--criminal a {
  color: #fff;
}
.message-float-phone--criminal a span {
  color: #c9a227;
}

/* Online message page unified black theme */
.message-float-page {
  background: #0a0a0a;
}
.message-float-panel {
  background: #111;
  border: 1px solid #2a2a2a;
}
.message-float-head h2 {
  color: #fff;
}
.message-float-head p {
  color: #999;
}
.message-float-card {
  background: #1a1a1a;
  border-color: #2a2a2a;
}
.message-float-card-head {
  background: #222;
  color: #fff;
  border-bottom: 1px solid #2a2a2a;
}
.message-float-card-head--civil {
  background: #222;
}
.message-float-form label {
  color: #ccc;
}
.message-float-form input,
.message-float-form textarea {
  background: #2a2a2a;
  border-color: #3a3a3a;
  color: #fff;
}
.message-float-form input::placeholder,
.message-float-form textarea::placeholder {
  color: #888;
}
.message-float-form input:focus,
.message-float-form textarea:focus {
  border-color: #c9a227;
  box-shadow: 0 0 0 3px rgba(201,162,39,.15);
}
.message-float-phone {
  background: #222;
  border-bottom-color: #2a2a2a;
}
.message-float-phone a {
  color: #fff;
}
.message-float-phone a span {
  color: #c9a227;
}
.message-float-phone--criminal {
  background: #222;
  border-bottom-color: #2a2a2a;
}
/* 团队介绍 & 荣誉资质 */
.team-list-section,
.honor-list-section,
.team-detail-section {
  padding: 80px 0;
}

.team-intro,
.honor-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.team-intro h2,
.honor-intro h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--navy);
  margin: 12px 0 18px;
}

.team-intro > p,
.honor-intro > p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.8;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.team-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.team-photo {
  position: relative;
  aspect-ratio: 1 / 1.15;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.team-card:hover .team-photo img {
  transform: scale(1.04);
}

.team-card-body {
  padding: 26px;
}

.team-card-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
}

.team-card-body h3 a {
  color: var(--navy);
}

.team-card-body h3 a:hover {
  color: var(--brand);
}

.team-role {
  color: var(--brand-deep);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 14px;
}

.team-summary {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-detail-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start;
}

.team-detail-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  position: sticky;
  top: 180px;
}

.team-detail-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.team-detail-body {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow);
}

.team-detail-header {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.team-detail-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 8px;
}

.team-detail-header .team-role {
  font-size: 16px;
  margin: 0;
}

.team-detail-body .rich-text p {
  margin-bottom: 16px;
  color: var(--ink-soft);
  line-height: 1.85;
}

.team-detail-body .rich-text strong {
  color: var(--navy);
}

.team-detail-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.honor-item {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}

.honor-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.honor-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
}

.honor-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.honor-item:hover .honor-thumb img {
  transform: scale(1.05);
}

.honor-item figcaption {
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  text-align: center;
  line-height: 1.5;
}

.honor-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 16, 26, .92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.honor-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.honor-lightbox img {
  max-width: 90vw;
  max-height: 78vh;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0,0,0,.4);
  object-fit: contain;
}

.honor-lightbox p {
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
  text-align: center;
  max-width: 800px;
}

.honor-lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease;
}

.honor-lightbox-close:hover {
  background: rgba(255,255,255,.22);
}

@media (max-width: 1024px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .honor-grid { grid-template-columns: repeat(3, 1fr); }
  .team-detail-grid { grid-template-columns: 1fr; }
  .team-detail-photo { position: static; max-width: 420px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .team-list-section,
  .honor-list-section,
  .team-detail-section { padding: 56px 0; }
  .team-intro h2,
  .honor-intro h2 { font-size: 28px; }
  .team-grid { grid-template-columns: 1fr; }
  .honor-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .team-card-body { padding: 20px; }
  .team-detail-body { padding: 24px; }
  .team-detail-header h1 { font-size: 28px; }
  .team-detail-actions { flex-wrap: wrap; }
  .honor-item figcaption { font-size: 13px; padding: 12px; }
}
