/* ============================================================
   KSGCC Theme v5.0 - 韩国深圳总商会
   CLEAN COLOR SYSTEM - 80% white, color as accent only
   Navy: #1e3a5f  Red: #d63031  Gold: #e1a948
   Surface: #fff / #f5f7fa  Text: #2d3436
   ============================================================ */
body { color: #2d3436; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }

/* === Shared === */
.ksgcc-label-tag {
  display: inline-block; font-size: 12px; letter-spacing: 3px; color: #d63031;
  text-transform: uppercase; font-weight: 700; margin-bottom: 10px;
  padding: 4px 12px; background: rgba(214,48,49,0.06); border-radius: 3px;
}
.ksgcc-btn-primary {
  display: inline-block; padding: 14px 40px; color: #fff; font-size: 15px; font-weight: 600;
  letter-spacing: 2px; border-radius: 6px; border: none; cursor: pointer;
  background: #d63031; box-shadow: 0 4px 16px rgba(214,48,49,0.25);
  -webkit-transition: all 0.3s; transition: all 0.3s;
}
.ksgcc-btn-primary:hover { background: #c0392b; -webkit-transform: translateY(-2px); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(214,48,49,0.3); color: #fff; }
.ksgcc-btn-outline {
  display: inline-block; padding: 12px 36px; background: transparent; color: #fff; font-size: 15px;
  font-weight: 600; letter-spacing: 2px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.5);
  cursor: pointer; -webkit-transition: all 0.3s; transition: all 0.3s;
}
.ksgcc-btn-outline:hover { background: rgba(255,255,255,0.15); border-color: #e1a948; color: #e1a948; }
.ksgcc-btn-outline-dark {
  display: inline-block; padding: 12px 30px; background: transparent; color: #1e3a5f; font-size: 14px;
  font-weight: 600; letter-spacing: 1px; border-radius: 6px; border: 2px solid #1e3a5f;
  cursor: pointer; -webkit-transition: all 0.3s; transition: all 0.3s; white-space: nowrap;
}
.ksgcc-btn-outline-dark:hover { background: #1e3a5f; color: #fff; }
.ksgcc-view-all { display: inline-block; margin-top: 20px; font-size: 14px; color: #d63031; font-weight: 600; }
.ksgcc-view-all:hover { color: #1e3a5f; }

/* === 1. NAV — solid navy, no gradient === */
.headerCon .nav { background: #1e3a5f !important; box-shadow: 0 2px 16px rgba(0,0,0,0.12); z-index: 999; border-bottom: none !important; }
.headerCon .nav .leftBg { background: transparent !important; }
.headerCon .nav.navBg { background: rgba(30,58,95,0.97) !important; }
.headerCon .nav .headMainBlock .webIcon img { width: 250px; height: auto; }
.headerCon .nav .headMainBlock .navListItem .listItem a {
  color: #fff !important; font-size: 15px; letter-spacing: 1.5px; padding: 8px 20px;
  border-radius: 4px; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s;
  border-bottom: none !important;
}
.headerCon .nav .headMainBlock .navListItem .listItem a::after {
  content: ''; position: absolute; bottom: 2px; left: 50%; width: 0; height: 2px;
  background: #d63031; -webkit-transition: all 0.3s; transition: all 0.3s;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.headerCon .nav .headMainBlock .navListItem .listItem a:hover::after,
.headerCon .nav .headMainBlock .navListItem .listItem a.active::after { width: 60%; }
.headerCon .nav .headMainBlock .navListItem .listItem a:hover {
  background: rgba(255,255,255,0.08); color: #fff !important;
  border-bottom: none !important;
}
.headerCon .nav .headMainBlock .navListItem .listItem a.active,
.headerCon .nav .headMainBlock .navListItem .listItem .active {
  background: rgba(255,255,255,0.08); font-weight: bold; color: #fff !important;
  border-bottom: none !important;
}

/* === 2. HERO — clean dark overlay === */
.ksgcc-hero { position: relative; width: 100%; min-height: 500px; overflow: hidden; min-width: 1200px; margin-top: 70px; }
.ksgcc-hero-bg { width: 100%; display: block; min-height: 500px; -o-object-fit: cover; object-fit: cover; object-position: center bottom; }
.ksgcc-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(135deg, rgba(30,58,95,0.85) 0%, rgba(30,58,95,0.6) 60%, rgba(214,48,49,0.15) 100%); }
.ksgcc-hero-deco-1 { position: absolute; top: -200px; right: -100px; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.05); z-index: 2; }
.ksgcc-hero-deco-2 { position: absolute; top: -150px; right: -50px; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(214,48,49,0.05); z-index: 2; }
.ksgcc-hero-deco-line { position: absolute; top: 50%; right: 200px; width: 150px; height: 1px; background: linear-gradient(to right, transparent, rgba(225,169,72,0.2), transparent); z-index: 3; }
.ksgcc-hero-watermark { position: absolute; bottom: 40px; right: 60px; font-size: 140px; font-weight: 900; letter-spacing: 15px; color: rgba(255,255,255,0.03); z-index: 2; }
.ksgcc-hero-content {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;
  display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.ksgcc-hero-content-inner { width: 1200px; box-sizing: border-box;}
.ksgcc-hero-badge { display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; font-size: 12px; letter-spacing: 4px; color: rgba(255,255,255,0.6); padding: 8px 16px; margin-bottom: 24px; }
.ksgcc-hero-badge-dot { display: inline-block; width: 8px; height: 8px; background: #d63031; border-radius: 50%; margin-right: 12px; box-shadow: 0 0 10px rgba(214,48,49,0.5); }
.ksgcc-hero-title { font-size: 52px; color: #fff; font-weight: 800; letter-spacing: 6px; margin: 0 0 14px; line-height: 1.2; }
.ksgcc-hero-title span { color: #e1a948; }
.ksgcc-hero-divider { width: 60px; height: 3px; margin: 0 0 22px; background: #d63031; border-radius: 2px; }
.ksgcc-hero-desc { font-size: 16px; color: rgba(255,255,255,0.7); letter-spacing: 1px; margin: 0 0 36px; max-width: 600px; line-height: 1.9; }
.ksgcc-hero-btns { display: -webkit-flex; display: flex; }
.ksgcc-hero-btns > * { margin-right: 16px; }
.ksgcc-hero-slant { position: absolute; bottom: -2px; left: 0; right: 0; height: 60px; z-index: 6; background: #fff; -webkit-clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%); clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%); }
.headerCon .swiperCon { display: none !important; }

/* === 3. STATS — solid navy === */
.ksgcc-stats-bar { width: 100%; min-width: 1200px; position: relative; z-index: 10; background: #1e3a5f url('/statics/images/shanghui/bg2.webp') center center / cover no-repeat; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.ksgcc-stats-inner { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 36px 0; }
.ksgcc-stat-item { -webkit-flex: 1; flex: 1; text-align: center; }
.ksgcc-stat-num { font-size: 40px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 6px; }
.ksgcc-stat-num span { color: #e1a948; font-size: 22px; }
.ksgcc-stat-label { font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 2px; }
.ksgcc-stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.12); }

/* === 4. SECTION HEADER === */
.ksgcc-section-header { text-align: center; margin-bottom: 45px; }
.ksgcc-section-en { display: block; font-size: 13px; color: #d63031; letter-spacing: 4px; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; }
.ksgcc-section-line { width: 50px; height: 3px; background: #d63031; margin: 0 auto 14px; border-radius: 2px; }
.ksgcc-section-title { font-size: 34px; color: #1e3a5f; font-weight: 800; letter-spacing: 4px; margin: 0 0 10px; }
.ksgcc-section-title::after { content: none; }
.ksgcc-section-desc { font-size: 15px; color: #999; letter-spacing: 1px; margin: 0; }

/* === 5. ABOUT — WHITE bg === */
.ksgcc-about-section { width: 100%; padding: 70px 0; background: #fff; min-width: 1200px; position: relative; }
.ksgcc-about-bg-pattern { display: none; }
.ksgcc-about-section::after { content: none; }
.ksgcc-about-inner { width: 1200px; margin: 0 auto; }
.ksgcc-about-main { display: -webkit-flex; display: flex; -webkit-align-items: stretch; align-items: stretch; }
.ksgcc-about-brand-card {
  width: 380px; -webkit-flex-shrink: 0; flex-shrink: 0;
  background: url('/statics/images/shanghui/home_page.png') center center no-repeat;
  background-size: cover;
  border-radius: 14px 0 0 14px; padding: 30px; text-align: center; color: #fff; position: relative; overflow: hidden;
  display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column;
  -webkit-align-items: center; align-items: center; -webkit-justify-content: flex-end; justify-content: flex-end;
  min-height: 380px;
}
.ksgcc-about-brand-card::before { content: none; }
.ksgcc-about-brand-card::after { content: none; }
.ksgcc-about-brand-btn {
  display: inline-block; padding: 9px 24px; border: 1px solid rgba(255,255,255,0.25); border-radius: 5px;
  color: #fff; font-size: 13px; letter-spacing: 1px; -webkit-transition: all 0.3s; transition: all 0.3s; position: relative; z-index: 2;
}
.ksgcc-about-brand-btn:hover { background: rgba(255,255,255,0.1); border-color: #e1a948; color: #e1a948; }
.ksgcc-about-content { margin-left: 45px; -webkit-flex: 1; flex: 1; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; }
.ksgcc-about-content-head h2 { font-size: 28px; color: #2d3436; font-weight: 800; line-height: 1.5; margin: 0 0 16px; }
.ksgcc-about-desc { font-size: 15px; color: #636e72; line-height: 2; margin: 0 0 24px; }
.ksgcc-about-highlights { display: -webkit-flex; display: flex; margin-bottom: 24px; }
.ksgcc-highlight-item { margin-right: 36px; }
.ksgcc-highlight-num { font-size: 32px; font-weight: 800; color: #d63031; line-height: 1; margin-bottom: 3px; }
.ksgcc-highlight-text { font-size: 13px; color: #b2bec3; letter-spacing: 1px; }
.ksgcc-about-nav { display: -webkit-flex; display: flex; }
.ksgcc-about-nav a { padding: 9px 18px; margin-right: 8px; background: #f5f7fa; border-radius: 6px; font-size: 13px; color: #1e3a5f; font-weight: 600; -webkit-transition: all 0.3s; transition: all 0.3s; }
.ksgcc-about-nav a:hover { background: #d63031; color: #fff; }

/* === 6. FEATURES — navy strip === */
.ksgcc-features-strip {
  width: 100%; min-width: 1200px; padding: 50px 0;
  background: #1e3a5f url('/statics/images/shanghui/bg1.webp') center center / cover no-repeat; position: relative;
}
.ksgcc-features-strip::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #d63031; }
.ksgcc-features-inner { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; -webkit-justify-content: space-between; justify-content: space-between; }
.ksgcc-feature-block { -webkit-flex: 1; flex: 1; padding: 0 28px; }
.ksgcc-feature-num { font-size: 36px; font-weight: 800; color: rgba(214,48,49,0.4); line-height: 1; margin-bottom: 10px; }
.ksgcc-feature-block h3 { font-size: 18px; color: #fff; font-weight: 700; margin: 0 0 10px; }
.ksgcc-feature-block p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin: 0; }
.ksgcc-feature-divider { width: 1px; height: 100px; background: rgba(255,255,255,0.08); -webkit-flex-shrink: 0; flex-shrink: 0; margin-top: 8px; }

/* === 7. ORG — 庄重华丽 === */
.ksgcc-org-section {
  width: 100%; min-width: 1200px; position: relative;
  padding: 80px 0 90px;
  background: linear-gradient(180deg, #f9f6f0 0%, #faf8f3 40%, #f5f2eb 100%);
}
.ksgcc-org-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, transparent 5%, #c9953c 20%, #d4a853 35%, #e8c97a 50%, #d4a853 65%, #c9953c 80%, transparent 95%);
}
.ksgcc-org-inner { width: 1200px; margin: 0 auto; }
.ksgcc-org-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.ksgcc-org-head-left h2 { font-size: 30px; color: #2c3e50; font-weight: 800; margin: 0 0 10px; letter-spacing: 3px; }
.ksgcc-org-head-left p { font-size: 14px; color: #999; line-height: 1.7; margin: 0; max-width: 650px; }

/* --- 核心领导层 --- */
.ksgcc-org-leaders {
  display: flex; gap: 24px; justify-content: center;
  margin-bottom: 36px;
}
.ksgcc-org-leader {
  background: #fff; border: 1px solid #ebeef2;
  border-radius: 14px; padding: 32px 56px;
  text-align: center; min-width: 240px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
  transition: all 0.25s;
}
.ksgcc-org-leader:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}
.ksgcc-org-leader-primary {
  width: 100%;
  min-width: auto;
  padding: 60px 80px 56px;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(232,201,122,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(212,168,83,0.08) 0%, transparent 50%),
    repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(212,168,83,0.025) 60px, rgba(212,168,83,0.025) 61px),
    repeating-linear-gradient(-45deg, transparent, transparent 60px, rgba(212,168,83,0.025) 60px, rgba(212,168,83,0.025) 61px),
    linear-gradient(180deg, #fffef9 0%, #fdfaf2 100%);
  border: 2px solid #d4a853;
  border-radius: 16px;
  box-shadow:
    0 0 0 4px rgba(212,168,83,0.08),
    0 10px 50px rgba(164,117,38,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
  position: relative;
  overflow: hidden;
}
/* 左上角金色角花 */
.ksgcc-org-leader-primary::before {
  content: '';
  position: absolute;
  top: 12px; left: 12px;
  width: 60px; height: 60px;
  border-top: 2px solid #d4a853;
  border-left: 2px solid #d4a853;
  border-radius: 4px 0 0 0;
  pointer-events: none;
}
/* 右下角金色角花 */
.ksgcc-org-leader-primary::after {
  content: '';
  position: absolute;
  bottom: 12px; right: 12px;
  width: 60px; height: 60px;
  border-bottom: 2px solid #d4a853;
  border-right: 2px solid #d4a853;
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.ksgcc-org-leader-primary:hover {
  box-shadow:
    0 0 0 4px rgba(212,168,83,0.15),
    0 16px 56px rgba(164,117,38,0.18),
    inset 0 1px 0 rgba(255,255,255,1);
  transform: translateY(-3px);
}
.ksgcc-org-leader-role {
  font-size: 12px; letter-spacing: 3px;
  color: #b2bec3; margin-bottom: 10px;
}
.ksgcc-org-leader-primary .ksgcc-org-leader-role {
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #8b6914, #a67c2e, #d4a853, #e8c97a, #d4a853, #a67c2e, #8b6914);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(212,168,83,0.2);
  display: inline-block;
}
.ksgcc-org-leader-name {
  font-size: 26px; font-weight: 800;
  color: #2c3e50; letter-spacing: 4px;
}
.ksgcc-org-leader-primary .ksgcc-org-leader-name {
  font-size: 65px;
  letter-spacing: 16px;
  margin-top: 8px;
  background: linear-gradient(135deg, #6b5210, #8b6914, #a67c2e, #c9953c, #d4a853, #c9953c, #a67c2e, #8b6914);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 1px 3px rgba(139,105,20,0.25));
}

/* --- 联席主席（次级领导） --- */
.ksgcc-org-leader-secondary {
  width: 100%;
  min-width: auto;
  padding: 28px 80px 24px;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(212,168,83,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(212,168,83,0.04) 0%, transparent 50%),
    linear-gradient(135deg, #fffef9, #fdfcf5);
  border: 1px solid rgba(212,168,83,0.15);
  border-radius: 14px;
  box-shadow:
    0 2px 12px rgba(164,117,38,0.05),
    inset 0 1px 0 rgba(255,255,255,0.9);
  position: relative;
  overflow: hidden;
}
.ksgcc-org-leader-secondary::before {
  content: '';
  position: absolute;
  top: 8px; left: 8px;
  width: 36px; height: 36px;
  border-top: 1.5px solid rgba(212,168,83,0.4);
  border-left: 1.5px solid rgba(212,168,83,0.4);
  border-radius: 4px 0 0 0;
  pointer-events: none;
}
.ksgcc-org-leader-secondary::after {
  content: '';
  position: absolute;
  bottom: 8px; right: 8px;
  width: 36px; height: 36px;
  border-bottom: 1.5px solid rgba(212,168,83,0.4);
  border-right: 1.5px solid rgba(212,168,83,0.4);
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.ksgcc-org-leader-secondary:hover {
  box-shadow:
    0 0 0 3px rgba(212,168,83,0.08),
    0 8px 28px rgba(164,117,38,0.08),
    inset 0 1px 0 rgba(255,255,255,1);
  transform: translateY(-2px);
}
.ksgcc-org-leader-secondary .ksgcc-org-leader-role {
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 8px;
  font-weight: 600;
  color: rgba(164,117,38,0.6);
  display: inline-block;
}
.ksgcc-org-leader-secondary .ksgcc-org-leader-name {
  font-size: 32px;
  letter-spacing: 8px;
  margin-top: 4px;
  background: linear-gradient(135deg, rgba(139,105,20,0.6), rgba(166,124,46,0.7), rgba(212,168,83,0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- 理事会区块 --- */
.ksgcc-org-board {
  background: #fff; border: 1px solid #ebeef2;
  border-radius: 14px; padding: 32px 36px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.ksgcc-org-board-label {
  font-size: 13px; font-weight: 600;
  color: #b2bec3; letter-spacing: 2px;
  margin-bottom: 20px; padding-left: 14px;
  position: relative;
}
.ksgcc-org-board-label::before {
  content: ''; position: absolute;
  left: 0; top: 1px; bottom: 1px;
  width: 3px; background: #d4a853; border-radius: 2px;
}

/* --- 理事网格 --- */
.ksgcc-org-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px; width: 100%;
}
.ksgcc-org-card {
  background: #fafbfc; border: 1px solid #f0f2f5;
  border-radius: 10px; padding: 18px 12px;
  text-align: center; transition: all 0.2s;
}
.ksgcc-org-card:hover {
  background: #fff; border-color: #d4a853;
  box-shadow: 0 2px 8px rgba(212,168,83,0.12);
}
.ksgcc-org-card-name { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 4px; letter-spacing: 1px; }
.ksgcc-org-card-title { font-size: 12px; color: #b2bec3; letter-spacing: 1px; }

/* legacy member card overrides (keep for /member/ page) */
.ksgcc-org-grid .memberCardList {
  display: flex !important; flex-wrap: wrap !important;
  justify-content: center !important;
  width: 100% !important; height: auto !important; padding: 0 !important;
}
.ksgcc-org-grid .listItem {
  width: 260px !important; height: auto !important;
  margin: 0 10px 18px !important; background: #fff;
  border-radius: 10px; padding: 24px 16px 18px !important; text-align: center;
  transition: all 0.3s; border: 1px solid #ebeef2; position: relative; overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  display: flex !important; flex-direction: column !important; align-items: center !important;
}
.ksgcc-org-grid .listItem::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #d4a853; opacity: 0; transition: opacity 0.3s; }
.ksgcc-org-grid .listItem::after { content: none; }
.ksgcc-org-grid .listItem:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.ksgcc-org-grid .listItem:hover::before { opacity: 1; }
.ksgcc-org-grid .listItem .picCl { width: 110px !important; height: 110px !important; border: 3px solid #e9ecef !important; margin: 0 auto 10px !important; transition: border-color 0.3s; }
.ksgcc-org-grid .listItem:hover .picCl { border-color: #d4a853 !important; }
.ksgcc-org-grid .listItem .picCl img { width: 100% !important; height: 100% !important; border-radius: 50%; object-fit: cover; }
.ksgcc-org-grid .listItem .introduce { width: 100% !important; height: auto !important; margin-top: 4px !important; }
.ksgcc-org-grid .listItem .introduce .name { color: #2c3e50 !important; font-size: 17px !important; font-weight: 700 !important; margin-bottom: 3px !important; }
.ksgcc-org-grid .listItem .introduce .name_active { color: #d4a853 !important; }
.ksgcc-org-grid .listItem .introduce .whatList { font-size: 13px !important; color: #b2bec3 !important; }
.ksgcc-org-grid .listItem .active { border-color: #d4a853 !important; }
.ksgcc-org-grid .listItem .downArr { display: none !important; }
.ksgcc-org-desc { margin-top: 20px; }
.ksgcc-org-desc .textSelf { color: #636e72 !important; background: #fff !important; border-radius: 10px; padding: 20px 28px !important; line-height: 1.7 !important; font-size: 14px !important; border-left: 3px solid #d4a853; display: block !important; }

/* === 7.5 TIMELINE (发展历程) === */
.ksgcc-timeline-section {
  width: 100%; min-width: 1200px; padding: 70px 0 80px;
  background: #1e3a5f url('/statics/images/shanghui/bg2.webp') center center / cover no-repeat; position: relative; overflow: hidden;
}
.ksgcc-timeline-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, #e1a948, #d63031);
}
.ksgcc-timeline-section::after {
  content: 'HISTORY'; position: absolute; bottom: 15px; right: 80px;
  font-size: 100px; font-weight: 900; color: rgba(255,255,255,0.02);
  letter-spacing: 10px;
}
.ksgcc-timeline-inner { width: 1200px; margin: 0 auto; }
.ksgcc-timeline-header { text-align: center; margin-bottom: 50px; }
.ksgcc-timeline-en { font-size: 12px; color: #e1a948; letter-spacing: 5px; display: block; margin-bottom: 10px; font-weight: 600; }
.ksgcc-timeline-title { font-size: 32px; color: #fff; font-weight: 800; letter-spacing: 5px; margin: 0 0 14px; }
.ksgcc-timeline-title-line { width: 40px; height: 3px; background: #e1a948; margin: 0 auto; border-radius: 2px; }

/* 水平轨道 */
.ksgcc-timeline-track { position: relative; padding-top: 30px; }
.ksgcc-timeline-line {
  position: absolute; top: 44px; left: 40px; right: 40px; height: 2px;
  background: linear-gradient(to right, #e1a948, rgba(255,255,255,0.15) 30%, rgba(255,255,255,0.15) 70%, rgba(255,255,255,0.08));
}
.ksgcc-timeline-nodes {
  display: -webkit-flex; display: flex;
  -webkit-justify-content: space-between; justify-content: space-between;
  position: relative; z-index: 2;
}
.ksgcc-tl-node {
  width: 260px; text-align: center;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-align-items: center; align-items: center;
}
.ksgcc-tl-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: #e1a948; border: 3px solid #1e3a5f;
  box-shadow: 0 0 0 3px rgba(225,169,72,0.3), 0 0 16px rgba(225,169,72,0.2);
  margin-bottom: 16px; position: relative;
}
.ksgcc-tl-year {
  font-size: 13px; color: #e1a948; font-weight: 700; letter-spacing: 2px;
  margin-bottom: 14px;
}
.ksgcc-tl-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; padding: 22px 18px;
  -webkit-transition: all 0.3s; transition: all 0.3s;
}
.ksgcc-tl-node:hover .ksgcc-tl-card {
  background: rgba(255,255,255,0.1);
  border-color: rgba(225,169,72,0.2);
  -webkit-transform: translateY(-4px); transform: translateY(-4px);
}
.ksgcc-tl-node:hover .ksgcc-tl-dot {
  box-shadow: 0 0 0 4px rgba(225,169,72,0.4), 0 0 24px rgba(225,169,72,0.3);
}
.ksgcc-tl-card h4 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 8px; }
.ksgcc-tl-card p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0; }

/* 未来节点 - 虚线风格 */
.ksgcc-tl-node-future .ksgcc-tl-dot {
  background: transparent; border: 3px dashed rgba(225,169,72,0.5);
  box-shadow: none;
}
.ksgcc-tl-node-future .ksgcc-tl-card {
  border-style: dashed; border-color: rgba(255,255,255,0.1);
}
.ksgcc-tl-node-future .ksgcc-tl-year { color: rgba(225,169,72,0.5); }

.ksgcc-timeline-footer { text-align: center; margin-top: 40px; }
.ksgcc-tl-more { font-size: 14px; color: #e1a948; font-weight: 600; letter-spacing: 1px; }
.ksgcc-tl-more:hover { color: #fff; }

/* === 8. NEWS COMBINED — white bg === */
.ksgcc-news-combined { width: 100%; padding: 70px 0; background: #fff; min-width: 1200px; }
.ksgcc-news-combined-inner { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
.ksgcc-combined-head { margin-bottom: 24px; }
.ksgcc-combined-head h2 { font-size: 24px; color: #2d3436; font-weight: 800; margin: 0; letter-spacing: 2px; }
.ksgcc-combined-left { width: 560px; -webkit-flex-shrink: 0; flex-shrink: 0; margin-right: 50px; }
.ksgcc-featured-event { display: block; position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 16px; }
.ksgcc-featured-event img { width: 100%; height: 280px; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
.ksgcc-featured-event:hover img { -webkit-transform: scale(1.03); transform: scale(1.03); }
.ksgcc-featured-event-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px; background: linear-gradient(transparent, rgba(30,58,95,0.9)); }
.ksgcc-event-date { font-size: 12px; color: #fff; background: #d63031; padding: 3px 10px; border-radius: 3px; display: inline-block; }
.ksgcc-featured-event-info h3 { font-size: 18px; color: #fff; font-weight: 700; margin: 8px 0 4px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ksgcc-featured-event-info p { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.ksgcc-event-row { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 12px 0; border-bottom: 1px solid #f0f0f0; -webkit-transition: all 0.2s; transition: all 0.2s; }
.ksgcc-event-row:hover { padding-left: 6px; }
.ksgcc-event-row .ksgcc-event-date { background: none; color: #d63031; padding: 0; font-weight: 700; font-size: 14px; width: 45px; -webkit-flex-shrink: 0; flex-shrink: 0; }
.ksgcc-event-title { font-size: 14px; color: #2d3436; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.ksgcc-combined-right { -webkit-flex: 1; flex: 1; }
.ksgcc-news-row { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid #f0f0f0; -webkit-transition: all 0.2s; transition: all 0.2s; }
.ksgcc-news-row:hover { background: #fafbfc; border-radius: 6px; padding-left: 10px; }
.ksgcc-news-row-date { width: 55px; -webkit-flex-shrink: 0; flex-shrink: 0; text-align: center; margin-right: 16px; }
.ksgcc-news-day { font-size: 26px; font-weight: 800; color: #d63031; line-height: 1; }
.ksgcc-news-month { font-size: 11px; color: #b2bec3; margin-top: 2px; }
.ksgcc-news-row-info { -webkit-flex: 1; flex: 1; }
.ksgcc-news-row-info h4 { font-size: 15px; color: #2d3436; font-weight: 600; margin: 0 0 5px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.ksgcc-news-row-info p { font-size: 13px; color: #b2bec3; line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* === 9. CONTACT — very light bg === */
.ksgcc-contact-section { width: 100%; padding: 70px 0; min-width: 1200px; background: #f5f7fa; }
.ksgcc-contact-section::before { content: none; }
.ksgcc-contact-inner { width: 1200px; margin: 0 auto; }
.ksgcc-contact-row { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
.ksgcc-contact-info { width: 400px; -webkit-flex-shrink: 0; flex-shrink: 0; margin-right: 50px; }
.ksgcc-info-card { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; padding: 22px; background: #fff; border-radius: 10px; margin-bottom: 14px; border: 1px solid #e9ecef; -webkit-transition: all 0.3s; transition: all 0.3s; }
.ksgcc-info-card:hover { border-color: #d63031; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.ksgcc-info-icon { width: 44px; height: 44px; background: rgba(214,48,49,0.06); border-radius: 10px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; color: #d63031; -webkit-flex-shrink: 0; flex-shrink: 0; margin-right: 14px; }
.ksgcc-info-card h5 { font-size: 14px; color: #2d3436; font-weight: 700; margin: 0 0 5px; }
.ksgcc-info-card p { font-size: 13px; color: #636e72; margin: 0 0 2px; line-height: 1.5; }
.ksgcc-contact-form { -webkit-flex: 1; flex: 1; background: #fff; border-radius: 14px; padding: 36px; border: 1px solid #e9ecef; }
.ksgcc-contact-form h3 { font-size: 20px; color: #2d3436; font-weight: 700; margin: 0 0 6px; }
.ksgcc-form-desc { font-size: 13px; color: #b2bec3; margin: 0 0 24px; }
.ksgcc-form-row { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.ksgcc-form-row .ksgcc-form-group { width: 48%; }
.ksgcc-form-group { margin-bottom: 16px; }
.ksgcc-form-group label { display: block; font-size: 13px; color: #636e72; font-weight: 600; margin-bottom: 6px; }
.ksgcc-form-group input, .ksgcc-form-group textarea { width: 100%; padding: 11px 14px; border: 1px solid #e9ecef; border-radius: 8px; font-size: 14px; box-sizing: border-box; background: #fafbfc; -webkit-transition: all 0.3s; transition: all 0.3s; }
.ksgcc-form-group textarea { height: 90px; resize: none; }
.ksgcc-form-group input:focus, .ksgcc-form-group textarea:focus { border-color: #1e3a5f; box-shadow: 0 0 0 3px rgba(30,58,95,0.08); outline: none; background: #fff; }
.ksgcc-submit-btn { width: 100%; text-align: center; margin-top: 6px; }

/* === 10. CTA — removed, merged into contact === */
.ksgcc-cta-section { display: none !important; }

/* === 11. FOOTER — clean navy === */
.ksgcc-footer { background: #162d4a !important; padding-top: 50px !important; min-width: 1200px; }
.ksgcc-footer-content { width: 1200px !important; margin: 0 auto; display: -webkit-flex !important; display: flex !important; -webkit-justify-content: space-between; justify-content: space-between; padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ksgcc-footer-brand { width: 280px; }
.ksgcc-footer-brand .logo { height: 50px !important; margin-bottom: 14px; }
.ksgcc-footer-slogan { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.8; }
.ksgcc-footer-contact { width: 360px; }
.ksgcc-footer-contact h4, .ksgcc-footer-nav h4 { font-size: 15px; color: #e1a948; font-weight: 600; margin: 0 0 16px; letter-spacing: 1px; }
.ksgcc-footer-contact p { font-size: 13px; color: rgba(255,255,255,0.55); margin: 0 0 10px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.ksgcc-footer-contact p img { width: 14px; height: 14px; margin-right: 8px; opacity: 0.5; }
.ksgcc-footer-nav { width: 180px; }
.ksgcc-footer-nav a { display: block; font-size: 13px; color: rgba(255,255,255,0.5) !important; margin-bottom: 12px; -webkit-transition: color 0.3s; transition: color 0.3s; }
.ksgcc-footer-nav a:hover { color: #e1a948 !important; }
.ksgcc-copyright { width: 1200px; margin: 0 auto; padding: 18px 0; text-align: center; }
.ksgcc-copyright p { font-size: 11px; color: rgba(255,255,255,0.25); letter-spacing: 1px; margin: 0; }
.ksgcc-footer .nav-list, .ksgcc-footer .news { display: none !important; }
.indexContainer .bottom-mode { display: none !important; }

/* === HIDE OLD === */
.indexContainer .businessOverview, .indexContainer .memberStyle, .indexContainer .news-mode, .indexContainer .activ-mode, .indexContainer .concat-mode, .ksgcc-services, .ksgcc-activities-section, .ksgcc-news-section { display: none !important; }

/* === OTHER PAGES === */
.profileBlock_item .profileItem .overwrite .describe .describeItem .describeText .redText { color: #d63031 !important; }
.profileBlock_item .profileItem .overwrite .describeTable .redTable .redTr .lineName { color: #1e3a5f !important; }
.profileBlock_item .profileItem .overwrite .describeTable .blueTable { background: #f5f7fa !important; border-radius: 10px; }
.profileBlock_item .profileItem_article .allLine .title { color: #1e3a5f !important; }
.headNav .headNavItem .navBtnItem_active .left_top_active { color: #1e3a5f !important; }
.headNav .headNavItem .navBtnItem_active .left_bottom_active { color: #d63031 !important; }
.framework .frameworkItem .tree .leftBtn div, .framework .frameworkItem .tree .rightBtn div { background: #1e3a5f !important; border-radius: 6px; color: #fff; }
.hzzc .hzzcItem .articleCon .redHead { color: #1e3a5f !important; border-bottom: 3px solid #d63031; padding-bottom: 10px; }
.member .memberItem .memberList .leftNav .navHead { background: #1e3a5f !important; color: #fff; border-radius: 8px 8px 0 0; }
.member .memberItem .memberList .leftNav .verNav .verNavItem { border-left: 3px solid transparent; -webkit-transition: all 0.3s; transition: all 0.3s; }
.member .memberItem .memberList .leftNav .verNav .verNavItem:hover { border-left-color: #d63031; background: #f5f7fa; }
.concats-mode .concat-content .content .concat .sub, #subs { background: #d63031 !important; border: none; border-radius: 8px; color: #fff; cursor: pointer; }

/* === ANIMATION KEYFRAMES === */
@-webkit-keyframes ksgccFadeInUp { from { opacity: 0; -webkit-transform: translateY(30px); } to { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes ksgccFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ksgccFadeInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes ksgccFadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes ksgccFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes ksgccScaleIn { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
@keyframes ksgccCountPulse { 0% { transform: scale(1); } 50% { transform: scale(1.08); } 100% { transform: scale(1); } }
@keyframes ksgccShimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }

/* --- Hero 序列入场 --- */
.ksgcc-hero-badge { opacity: 0; animation: ksgccFadeInUp 0.6s ease-out 0.2s forwards; }
.ksgcc-hero-title { opacity: 0; animation: ksgccFadeInUp 0.7s ease-out 0.4s forwards; }
.ksgcc-hero-divider { opacity: 0; animation: ksgccFadeInUp 0.5s ease-out 0.6s forwards; }
.ksgcc-hero-desc { opacity: 0; animation: ksgccFadeInUp 0.6s ease-out 0.7s forwards; }
.ksgcc-hero-btns { opacity: 0; animation: ksgccFadeInUp 0.6s ease-out 0.9s forwards; }

/* --- Scroll Reveal 基础类 --- */
.ksgcc-reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.ksgcc-reveal.is-visible { opacity: 1; transform: translateY(0); }
.ksgcc-reveal-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.ksgcc-reveal-left.is-visible { opacity: 1; transform: translateX(0); }
.ksgcc-reveal-right { opacity: 0; transform: translateX(30px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.ksgcc-reveal-right.is-visible { opacity: 1; transform: translateX(0); }
.ksgcc-reveal-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.ksgcc-reveal-scale.is-visible { opacity: 1; transform: scale(1); }

/* --- Stagger 延迟（用于子元素依次入场） --- */
.ksgcc-stagger-1 { transition-delay: 0.1s; }
.ksgcc-stagger-2 { transition-delay: 0.2s; }
.ksgcc-stagger-3 { transition-delay: 0.3s; }
.ksgcc-stagger-4 { transition-delay: 0.4s; }
.ksgcc-stagger-5 { transition-delay: 0.5s; }

/* --- 统计数字动画 --- */
.ksgcc-stat-num.is-counted { animation: ksgccCountPulse 0.4s ease-out; }

/* --- 增强 hover 微交互 --- */
.ksgcc-featured-event { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ksgcc-featured-event:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.ksgcc-featured-event img { transition: transform 0.5s ease; }
.ksgcc-featured-event:hover img { transform: scale(1.03); }
.ksgcc-event-row { transition: padding-left 0.25s ease, background 0.25s ease; }
.ksgcc-event-row:hover { padding-left: 8px; background: rgba(214,48,49,0.04); }
.ksgcc-news-row { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.ksgcc-news-row:hover { transform: translateX(4px); box-shadow: -4px 0 0 #d63031; }
.ksgcc-info-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ksgcc-info-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.ksgcc-contact-form { transition: box-shadow 0.3s ease; }
.ksgcc-contact-form:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.ksgcc-tl-more { transition: letter-spacing 0.3s ease, color 0.3s ease; }
.ksgcc-tl-more:hover { letter-spacing: 2px; color: #e1a948; }
.ksgcc-footer-nav a { transition: padding-left 0.2s ease, color 0.2s ease; }
.ksgcc-footer-nav a:hover { padding-left: 6px; color: #e1a948; }
.ksgcc-label-tag { transition: letter-spacing 0.3s ease; }
.ksgcc-section-header:hover .ksgcc-label-tag,
.ksgcc-about-content-head:hover .ksgcc-label-tag { letter-spacing: 5px; }

/* --- prefers-reduced-motion --- */
@media (prefers-reduced-motion: reduce) {
  .ksgcc-reveal, .ksgcc-reveal-left, .ksgcc-reveal-right, .ksgcc-reveal-scale { transition: none; opacity: 1; transform: none; }
  .ksgcc-hero-badge, .ksgcc-hero-title, .ksgcc-hero-divider, .ksgcc-hero-desc, .ksgcc-hero-btns { animation: none; opacity: 1; }
}

/* === SCROLLBAR === */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #f5f7fa; }
::-webkit-scrollbar-thumb { background: #b2bec3; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #d63031; }
::-moz-selection { background: #1e3a5f; color: #fff; }
::selection { background: #1e3a5f; color: #fff; }
