/**
 * 首页商务风格（独立加载，避免主样式缓存/解析问题）
 */

/* Hero */
.c-home-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--biz-navy) 0%, var(--biz-navy-mid) 50%, var(--biz-navy) 100%);
  padding: 72px 24px 88px;
}
.c-home-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}
.c-home-hero-glow--tr {
  top: 0;
  right: 0;
  width: 380px;
  height: 380px;
  background: rgba(7, 89, 133, 0.12);
  transform: translate(20%, -20%);
}
.c-home-hero-glow--bl {
  bottom: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background: rgba(180, 83, 9, 0.1);
  transform: translate(-20%, 20%);
}
.c-home-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 1024px) {
  .c-home-hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.c-home-hero-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.c-home-hero-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  flex-shrink: 0;
}
.c-home-hero-pill-accent {
  color: #fcd34d;
  font-weight: 600;
}
.c-home-hero-pill-sep {
  color: rgba(255, 255, 255, 0.35);
}
.c-home-hero-title {
  margin: 0 0 18px;
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.c-home-hero-lead {
  margin: 0 0 28px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.75;
  color: #cbd5e1;
}
.c-home-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.c-home-main a.c-home-btn {
  text-decoration: none;
}
.c-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.c-home-btn--primary {
  background: var(--biz-amber-600);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(180, 83, 9, 0.25);
}
.c-home-btn--primary:hover {
  background: var(--biz-amber);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(180, 83, 9, 0.32);
}
.c-home-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.c-home-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
}
.c-home-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 560px;
}
@media (max-width: 600px) {
  .c-home-hero-stats {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
.c-home-hero-stat-num {
  margin: 0 0 4px;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 800;
  color: #f59e0b;
  line-height: 1.1;
}
.c-home-hero-stat-label {
  margin: 0;
  font-size: 12px;
  color: var(--biz-slate-400);
  line-height: 1.45;
}
.c-home-hero-panel {
  position: relative;
  padding: 28px 28px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}
.c-home-hero-panel-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--biz-amber-600);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.c-home-hero-panel-head {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c-home-hero-panel-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}
.c-home-hero-panel-sub {
  margin: 0;
  font-size: 12px;
  color: var(--biz-slate-400);
}
.c-home-hero-panel-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.65;
  color: #e2e8f0;
}
.c-home-hero-panel-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.c-home-hero-panel-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #34d399;
}
.c-home-hero-panel-link {
  display: block;
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  transition: background 0.2s;
}
.c-home-hero-panel-link:hover {
  background: rgba(255, 255, 255, 0.22);
  text-decoration: none;
}

/* Section headers — 见 style.css 全局眉题样式 */

/* Homepage section tweaks */
.home .c-stage-section {
  padding: 72px 24px;
  background: #fff;
}
.home .c-features-section {
  padding: 72px 24px;
}
.home .c-testimonials-section {
  padding: 72px 24px;
}
.home .c-news-section {
  padding: 72px 24px;
}
.home .c-home-news-more {
  text-align: center;
  margin: 36px 0 0;
}
.home .c-cta-section .c-home-btn--primary {
  margin-top: 4px;
}
