/* ============================================
   飞华智能官网 - 全局样式
   科技深蓝风格
   ============================================ */

:root {
  --fh-navy-900: #042C53;
  --fh-navy-800: #0C447C;
  --fh-navy-600: #185FA5;
  --fh-blue-400: #378ADD;
  --fh-blue-100: #B5D4F4;
  --fh-blue-50: #E6F1FB;
  --fh-ink: #1A2B3C;
  --fh-gray: #5F6B7A;
  --fh-light: #F5F8FC;
  --fh-border: #E3EAF2;
  --fh-red: #C7000B;
  --fh-white: #FFFFFF;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(4, 44, 83, 0.08);
  --shadow-lg: 0 12px 40px rgba(4, 44, 83, 0.14);
  --maxw: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--fh-ink);
  background: var(--fh-white);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- 顶部导航 ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--fh-border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-img {
  width: 42px; height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(12,68,124,0.12);
}
.logo-text b { display: block; font-size: 19px; font-weight: 700; color: var(--fh-navy-900); line-height: 1.2; letter-spacing: 2px; }
.logo-text span { display: block; font-size: 10px; color: var(--fh-gray); letter-spacing: 2.5px; text-transform: uppercase; }
.nav { display: flex; gap: 8px; }
.nav a {
  padding: 8px 16px;
  font-size: 15px;
  color: var(--fh-ink);
  border-radius: 8px;
  transition: all 0.2s;
  font-weight: 500;
}
.nav a:hover { color: var(--fh-navy-600); background: var(--fh-blue-50); }
.nav a.active { color: var(--fh-navy-600); background: var(--fh-blue-50); font-weight: 600; }
.nav .nav-cta {
  background: var(--fh-navy-800);
  color: #fff !important;
  padding: 9px 20px;
  margin-left: 8px;
}
.nav .nav-cta:hover { background: var(--fh-navy-600); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--fh-navy-900); border-radius: 2px; }

/* ---------- 页脚 ---------- */
.footer { background: var(--fh-navy-900); color: #fff; padding: 56px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer h4 { font-size: 15px; font-weight: 600; margin-bottom: 18px; color: #fff; letter-spacing: 1px; }
.footer p, .footer li { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 2; }
.footer li a:hover { color: var(--fh-blue-100); }
.footer .logo-text b { color: #fff; }
.footer .logo-text span { color: rgba(255,255,255,0.5); }
.footer-desc { margin-top: 16px; font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.9; }
.footer-contact li { display: flex; gap: 8px; align-items: baseline; }
.footer-contact li b { color: var(--fh-blue-100); font-weight: 500; min-width: 64px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: #fff; }

/* ---------- 通用区块 ---------- */
.section { padding: 88px 0; }
.section-light { background: var(--fh-light); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-head .kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--fh-navy-600);
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.section-head h2 { font-size: 34px; font-weight: 700; color: var(--fh-navy-900); line-height: 1.3; }
.section-head .sub { margin-top: 14px; font-size: 16px; color: var(--fh-gray); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--fh-navy-900) 0%, var(--fh-navy-800) 55%, var(--fh-navy-600) 100%);
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
}
.hero-inner {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 110px 24px 120px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--fh-blue-100);
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.hero h1 { font-size: 46px; font-weight: 700; line-height: 1.28; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: #6FB4F5; }
.hero-desc { font-size: 17px; color: rgba(255,255,255,0.82); max-width: 560px; margin-bottom: 36px; line-height: 1.9; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.25s;
}
.btn-primary { background: var(--fh-navy-600); color: #fff; }
.btn-primary:hover { background: var(--fh-blue-400); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(55,138,221,0.35); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.45); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--fh-navy-900); }
.btn-white:hover { background: var(--fh-blue-50); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--fh-navy-600); border: 1.5px solid var(--fh-navy-600); }
.btn-outline:hover { background: var(--fh-navy-600); color: #fff; transform: translateY(-2px); }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.hero-stat {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius);
  padding: 24px 20px;
  backdrop-filter: blur(4px);
}
.hero-stat b { display: block; font-size: 34px; font-weight: 700; color: #fff; line-height: 1.2; }
.hero-stat b em { font-style: normal; font-size: 18px; color: var(--fh-blue-100); margin-left: 2px; }
.hero-stat span { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 6px; display: block; }

/* ---------- 三业务卡片 ---------- */
.biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.biz-card {
  background: var(--fh-white);
  border: 1px solid var(--fh-border);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.biz-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--fh-navy-600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
.biz-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.biz-card:hover::before { transform: scaleX(1); }
.biz-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  color: #fff;
}
.biz-icon svg { width: 30px; height: 30px; }
.biz-card h3 { font-size: 20px; font-weight: 700; color: var(--fh-navy-900); margin-bottom: 12px; }
.biz-card p { font-size: 14px; color: var(--fh-gray); margin-bottom: 18px; line-height: 1.85; }
.biz-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.biz-tags span {
  font-size: 12px;
  color: var(--fh-navy-600);
  background: var(--fh-blue-50);
  padding: 4px 12px;
  border-radius: 100px;
}
.biz-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--fh-navy-600);
}
.biz-link:hover { gap: 10px; }

/* ---------- 数字亮点 ---------- */
.numbers {
  background: linear-gradient(135deg, var(--fh-navy-900), var(--fh-navy-800));
  color: #fff;
  padding: 72px 0;
}
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.number-item b { font-size: 42px; font-weight: 700; display: block; color: #fff; line-height: 1.2; }
.number-item b em { font-style: normal; color: var(--fh-blue-100); font-size: 22px; }
.number-item span { font-size: 14px; color: rgba(255,255,255,0.7); display: block; margin-top: 8px; }

/* ---------- 通用两栏 ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-head h2 { font-size: 30px; font-weight: 700; color: var(--fh-navy-900); line-height: 1.35; margin-bottom: 18px; }
.split-head p { color: var(--fh-gray); line-height: 1.95; margin-bottom: 14px; font-size: 15px; }
.feature-list { margin-top: 20px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: 15px; color: var(--fh-ink); }
.feature-list li::before {
  content: "";
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--fh-blue-50);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.5l2.5 2.5L14 7.5' fill='none' stroke='%23185FA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  flex: none;
  margin-top: 2px;
}
.split-visual {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.split-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }

/* ---------- 资质证书 ---------- */
.qual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.qual-card {
  background: var(--fh-white);
  border: 1px solid var(--fh-border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  transition: all 0.25s;
}
.qual-card:hover { box-shadow: var(--shadow); border-color: var(--fh-blue-100); transform: translateY(-3px); }
.qual-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--fh-blue-50);
  color: var(--fh-navy-600);
  display: flex; align-items: center; justify-content: center;
  flex: none;
}
.qual-icon svg { width: 24px; height: 24px; }
.qual-card h4 { font-size: 15px; font-weight: 600; color: var(--fh-navy-900); line-height: 1.4; }
.qual-card p { font-size: 12.5px; color: var(--fh-gray); margin-top: 4px; }

/* ---------- 案例卡片 ---------- */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card {
  background: var(--fh-white);
  border: 1px solid var(--fh-border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.case-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.case-cover {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.case-cover svg { width: 44px; height: 44px; opacity: 0.9; }
.case-cover .cover-label { position: absolute; left: 16px; bottom: 12px; font-size: 13px; font-weight: 600; letter-spacing: 1px; background: rgba(0,0,0,0.25); padding: 4px 10px; border-radius: 6px; }
.case-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.case-body h3 { font-size: 16px; font-weight: 600; color: var(--fh-navy-900); line-height: 1.5; margin-bottom: 12px; }
.case-meta { margin-bottom: 12px; }
.case-meta li { display: flex; justify-content: space-between; font-size: 13px; padding: 5px 0; border-bottom: 1px dashed var(--fh-border); }
.case-meta li:last-child { border-bottom: none; }
.case-meta li span { color: var(--fh-gray); }
.case-meta li b { color: var(--fh-ink); font-weight: 500; text-align: right; }
.case-desc { font-size: 13px; color: var(--fh-gray); line-height: 1.8; }

/* ---------- 页面 Banner（内页） ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--fh-navy-900) 0%, var(--fh-navy-800) 60%, var(--fh-navy-600) 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-hero .hero-grid { opacity: 0.6; }
.page-hero-inner { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.page-hero h1 { font-size: 38px; font-weight: 700; margin-bottom: 14px; }
.page-hero p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 680px; line-height: 1.9; }
.crumb { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 18px; letter-spacing: 1px; }
.crumb a:hover { color: #fff; }

/* ---------- 功能/能力卡片 ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cap-card {
  background: var(--fh-white);
  border: 1px solid var(--fh-border);
  border-radius: var(--radius);
  padding: 30px;
  transition: all 0.3s;
}
.cap-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.cap-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--fh-navy-600);
  background: var(--fh-blue-50);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.cap-card h3 { font-size: 18px; font-weight: 700; color: var(--fh-navy-900); margin-bottom: 10px; }
.cap-card p { font-size: 14px; color: var(--fh-gray); line-height: 1.85; }
.cap-card ul { margin-top: 12px; }
.cap-card ul li { font-size: 13.5px; color: var(--fh-ink); padding: 5px 0 5px 20px; position: relative; }
.cap-card ul li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 7px; height: 7px; border-radius: 2px; background: var(--fh-blue-400); }

/* ---------- 深色 CTA 区块 ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--fh-navy-900), var(--fh-navy-600));
  color: #fff;
  padding: 72px 0;
  text-align: center;
}
.cta-band h2 { font-size: 30px; font-weight: 700; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.8); margin-bottom: 32px; font-size: 16px; }

/* ---------- 联系方式 ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card {
  background: var(--fh-white);
  border: 1px solid var(--fh-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  transition: all 0.25s;
}
.contact-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.contact-icon {
  width: 52px; height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--fh-blue-50);
  color: var(--fh-navy-600);
  display: flex; align-items: center; justify-content: center;
}
.contact-icon svg { width: 24px; height: 24px; }
.contact-card h4 { font-size: 14px; font-weight: 600; color: var(--fh-navy-900); margin-bottom: 6px; }
.contact-card p { font-size: 14px; color: var(--fh-gray); }
.contact-card a { color: var(--fh-navy-600); font-weight: 500; }
.contact-card a:hover { text-decoration: underline; }

/* ---------- 步骤条 ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step-card {
  background: var(--fh-white);
  border: 1px solid var(--fh-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  position: relative;
  transition: all 0.25s;
}
.step-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.step-card::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-size: 26px;
  font-weight: 700;
  color: var(--fh-blue-100);
  display: block;
  margin-bottom: 12px;
}
.step-card h3 { font-size: 16px; font-weight: 600; color: var(--fh-navy-900); margin-bottom: 8px; }
.step-card p { font-size: 13.5px; color: var(--fh-gray); line-height: 1.8; }

/* ---------- 表格 ---------- */
.tbl-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--fh-border); background: var(--fh-white); }
table.tbl { width: 100%; border-collapse: collapse; min-width: 640px; }
.tbl th { background: var(--fh-navy-800); color: #fff; font-size: 14px; font-weight: 600; padding: 14px 18px; text-align: left; white-space: nowrap; }
.tbl td { padding: 13px 18px; font-size: 14px; color: var(--fh-ink); border-bottom: 1px solid var(--fh-border); vertical-align: top; }
.tbl tr:last-child td { border-bottom: none; }
.tbl tr:hover td { background: var(--fh-blue-50); }

/* ---------- 响应式 ---------- */
@media (max-width: 1180px) {
  .nav { gap: 4px; }
  .nav a { padding: 8px 10px; font-size: 14px; }
  .nav .nav-cta { padding: 9px 14px; margin-left: 4px; }
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; padding: 80px 24px; }
  .biz-grid, .cap-grid, .case-grid, .qual-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 720px) {
  .nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 24px 24px; border-bottom: 1px solid var(--fh-border); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 8px; }
  .nav-toggle { display: flex; }
  .biz-grid, .cap-grid, .case-grid, .qual-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
  .hero-stat b { font-size: 28px; }
  .section { padding: 64px 0; }
  .section-head h2 { font-size: 27px; }
  .page-hero h1 { font-size: 29px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
}

/* ---------- 滚动动画 ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   飞华智慧工作页（smart-work.html）
   ============================================ */
/* 工作流对比横条 */
.flow-block { max-width: 1000px; margin: 0 auto 46px; display: grid; gap: 16px; }
.flow-row { display: flex; align-items: stretch; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.flow-tag {
  flex: 0 0 168px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; font-size: 15px; font-weight: 700;
  padding: 16px 14px; text-align: center; line-height: 1.5;
}
.flow-tag small { font-size: 11.5px; font-weight: 400; opacity: 0.82; margin-top: 4px; letter-spacing: 0.5px; }
.flow-trad .flow-tag { background: #64748B; }
.flow-ai .flow-tag { background: linear-gradient(135deg, #0F6E56, #0B5C49); }
.flow-body { flex: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 16px 20px; }
.flow-trad .flow-body { background: #F4F6F9; }
.flow-ai .flow-body { background: #EDF7F2; }
.flow-pill {
  background: #fff; border: 1px solid var(--fh-border); color: var(--fh-ink);
  border-radius: 100px; padding: 7px 16px; font-size: 13.5px; font-weight: 500;
  box-shadow: 0 1px 3px rgba(4,44,83,.05); white-space: nowrap;
}
.flow-trad .flow-arrow { color: #94A3B8; font-weight: 700; }
.flow-ai .flow-pill { border-color: #BCE5D6; color: #0B5C49; }
.flow-ai .flow-arrow { color: #0F6E56; font-weight: 700; }
.flow-ai .flow-pill:last-child { background: linear-gradient(135deg, #0F6E56, #0B5C49); color: #fff; border: none; }
.flow-arrow { font-style: normal; padding: 0 2px; }

/* 对比表列着色 */
.tbl th.th-dim { background: #64748B; }
.tbl th.th-good { background: #0F6E56; }
.tbl td.col-dim { background: #F5F7FA; color: #5F6B7A; }
.tbl td.col-good { background: #EEF8F3; }
.tbl td.col-name { font-weight: 600; color: var(--fh-navy-900); white-space: nowrap; }

/* 深色旗舰模块卡（投标管理） */
.mod-feature { grid-column: 1 / -1; border: none; padding: 0; overflow: hidden;
  background: linear-gradient(120deg, #0A2E54 0%, #0C447C 58%, #0E5C66 100%); }
.mod-feature::before { display: none; }
.mod-feature:hover { transform: none; box-shadow: var(--shadow-lg); }
.mf-inner { padding: 40px 40px 42px; }
.mf-kicker { display: block; color: #9FE1CB; letter-spacing: 2px; font-size: 12px; margin-bottom: 8px; }
.mf-title-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.mf-title-row h3 { color: #fff; font-size: 26px; margin: 0; }
.mf-hot-badge { background: #0F6E56; color: #fff; font-size: 12px; letter-spacing: 1px; padding: 3px 12px; border-radius: 100px; }
.mf-sub { color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.9; margin: 0 0 28px; max-width: 900px; }
.mf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mf-cell { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 20px; }
.mf-cell.hot { background: rgba(15,110,86,.35); border-color: #5DCAA5; }
.mf-cell b { color: #fff; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 15px; margin-bottom: 8px; }
.mf-cell .mini { font-size: 11px; background: #0F6E56; color: #fff; padding: 1px 9px; border-radius: 100px; letter-spacing: 1px; }
.mf-cell p { color: rgba(255,255,255,.8); font-size: 12.5px; line-height: 1.85; margin: 0; }

/* 品牌宣言卡 */
.quote-panel {
  max-width: 980px; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid var(--fh-border); border-radius: 20px;
  padding: 52px 60px; box-shadow: var(--shadow);
}
.quote-panel h2 { font-size: 28px; color: var(--fh-navy-900); line-height: 1.6; margin-bottom: 18px; font-weight: 700; }
.quote-panel p { font-size: 16px; color: var(--fh-gray); line-height: 2.1; }
.quote-panel em { font-style: normal; color: var(--fh-navy-600); font-weight: 600; }
.quote-panel .q-green { color: #0F6E56; font-weight: 700; }

/* 智慧工作页 hero 附加 */
.page-hero-actions { margin-top: 30px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero-entry {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 26px; border-radius: 100px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.4);
  color: #fff; font-size: 15px; font-weight: 600; transition: all 0.25s;
}
.hero-entry:hover { background: #0F6E56; border-color: #0F6E56; }
.hero-note { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.66); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hero-note .soon { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24); color: #9FE1CB; font-size: 11.5px; padding: 2px 10px; border-radius: 100px; letter-spacing: 1px; }
.hero-tagline {
  margin-top: 6px; font-size: 19px; font-weight: 600; color: #fff; line-height: 1.9;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px; padding: 18px 24px; max-width: 900px;
}
.hero-tagline em { font-style: normal; color: #9FE1CB; }

/* 智慧工作页 · 创建企事业主体入口卡 */
.org-entry {
  background: #fff; border: 1px solid #E3EAF3; border-radius: 18px;
  padding: 34px 38px; display: flex; align-items: center; gap: 28px;
  box-shadow: 0 8px 30px rgba(12,68,124,.06);
}
.org-entry-text { flex: 1; }
.org-entry-tag {
  display: inline-block; font-size: 11.5px; letter-spacing: 1px;
  color: #0F6E56; background: rgba(15,110,86,.09);
  border: 1px solid rgba(15,110,86,.2); padding: 3px 12px; border-radius: 100px; margin-bottom: 12px;
}
.org-entry h3 { font-size: 22px; color: var(--fh-navy-900); font-weight: 700; margin-bottom: 10px; }
.org-entry p { font-size: 15px; color: var(--fh-gray); line-height: 1.9; }
.org-entry .btn { white-space: nowrap; flex-shrink: 0; }
.org-entry-note { margin-top: 10px !important; font-size: 13px !important; color: #8A97A8 !important; }
@media (max-width: 720px) {
  .org-entry { flex-direction: column; align-items: flex-start; padding: 26px 22px; }
}

@media (max-width: 1024px) {
  .mf-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-panel { padding: 40px 32px; }
}
@media (max-width: 720px) {
  .flow-tag { flex-basis: 118px; font-size: 13px; }
  .mf-grid { grid-template-columns: 1fr; }
  .mf-inner { padding: 28px 22px 30px; }
  .quote-panel { padding: 32px 22px; }
  .quote-panel h2 { font-size: 22px; }
  .hero-tagline { font-size: 16px; padding: 14px 18px; }
}
