/* new1: Channel Capital 参考站样式（不修改 header/banner） */

/* 双 CTA 区块 */
.cc-cta-section { padding: 80px 0; }
.cc-cta-row { --bs-gutter-x: 2rem; }
.cc-cta-block {
  padding: 48px 32px;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}
.cc-cta-label { font-size: 1.25rem; font-weight: 600; margin-bottom: 12px; color: #1a1a1a; }
.cc-cta-desc { color: #555; margin-bottom: 24px; }
.cc-cta-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #0d1b2a;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: opacity 0.2s;
}
.cc-cta-btn:hover { opacity: 0.9; color: #fff !important; }

/* 视频区块 */
.cc-video { padding: 40px 0 60px; }
.cc-video .title b { font-size: 1.5rem; }
.cc-video .solution { position: relative; }
.cc-video #mui-player1 { width: 100%; max-width: 900px; margin: 0 auto; }
.cc-video .video-arrow { position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 48px; height: 48px; background: rgba(0,0,0,0.5); border-radius: 50%; }
.cc-video #prev-video { left: 10px; }
.cc-video #next-video { right: 10px; }

/* 最新洞察与媒体：一行三列（与参考站一致） */
.cc-insights { padding: 60px 0 80px; background: #fafafa; }
.cc-section-title { font-size: 1.75rem; margin-bottom: 2rem; font-weight: 600; color: #1a1a1a; }
.cc-insights-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cc-insight-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}
.cc-insight-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.cc-insight-card-img { display: block; aspect-ratio: 16/10; overflow: hidden; }
.cc-insight-card-img img { width: 100%; height: 100%; object-fit: cover; }
.cc-insight-card-body { padding: 20px; }
.cc-insight-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 8px; font-size: 0.875rem; color: #666; }
.cc-insight-cat { font-weight: 500; }
.cc-insight-link { color: #0d1b2a !important; text-decoration: none; }
.cc-insight-date { margin-left: auto; }
.cc-insight-card-title { font-size: 1.1rem; margin: 0; line-height: 1.4; }
.cc-insight-card-title a { color: #1a1a1a !important; text-decoration: none; }
.cc-insight-card-title a:hover { text-decoration: underline; }

/* 页脚：完全按参考站 Channel Capital 样式 */
footer.cc-footer {
  background: #0d1b2a;
  color: rgba(255,255,255,0.9);
  padding: 0;
  margin: 0;
}
footer.cc-footer a {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none;
  transition: color 0.2s;
}
footer.cc-footer a:hover { color: #fff !important; }

.cc-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px 0;
}
.cc-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.4fr 1fr;
  gap: 48px 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.cc-footer-brand { }
.cc-footer-logo {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.cc-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cc-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.8) !important;
  width: 36px;
  height: 36px;
}
.cc-footer-social a:hover { color: #fff !important; opacity: 1; }
.cc-footer-social svg { width: 18px; height: 18px; }

.cc-footer-heading {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.6);
  margin: 0 0 16px 0;
  line-height: 1.3;
}
.cc-footer-links {
  font-size: 14px;
  line-height: 1.6;
}
.cc-footer-links a,
.cc-footer-links span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.85);
}
.cc-footer-links a:hover { color: #fff !important; }
.cc-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cc-footer-list li { margin-bottom: 6px; }
.cc-footer-list li span { color: rgba(255,255,255,0.85); }

.cc-footer-bottom {
  padding: 24px 0 32px;
  text-align: left;
}
.cc-footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 8px 0;
  line-height: 1.5;
}
.cc-footer-credit {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .cc-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 24px;
  }
  .cc-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .cc-cta-section { padding: 48px 0; }
  .cc-insights-list { grid-template-columns: 1fr; }
  .cc-footer-inner { padding: 48px 16px 0; }
  .cc-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }
  .cc-footer-brand { grid-column: 1; }
  .cc-footer-bottom { padding: 20px 0 24px; }
  .cc-footer-copy { font-size: 11px; }
}
