
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg-main: #0A1320;
  --bg-alt: #101B30;
  --bg-card: #142033;
  --bg-footer: #050A12;
  --accent: #C9A25D;
  --text-main: #FFFFFF;
  --text-muted: #D3D3D3;
  --text-dark: #000000;
  --max-width: 1360px;
  

}
 

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
}

a {
  color: inherit;
}

.layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 19, 32, 0.85);
  backdrop-filter: blur(14px);
}

.site-header-inner {
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 0 24px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 18px;
      width: 250px;
   
}
.site-logo img{ max-width:100%;}
.nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav a {
  text-decoration: none;
  font-size: 16px;
  color: var(--text-main);
  position: relative;
  padding-bottom: 3px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.2s ease-out;
}

.nav a:hover::after,
.nav a.is-active::after {
  width: 100%;
}

.nav-lang {
  font-size: 13px;
  opacity: 0.8;
}

.nav-toggle {
  display: none;
  width: 28px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.nav-toggle span {
  height: 3px;
  background: #fff;
  border-radius: 999px;
}

.nav .la a{ font-size:13px; text-decoration:none}
.nav .la .active
{color: var(--accent);}
/* HERO */

.hero {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px 24px 80px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-main {
  flex: 1.1;
}

.hero-main-eyebrow {
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.hero-main h1 {
  margin: 0;
  font-size: 44px;
  letter-spacing: 0.1em;
}

.hero-main h2 {
  margin: 16px 0 20px;
  font-size: 26px;
  color: var(--accent);
}

.hero-main p {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: #F5F5F5;
}

.btn-outline {
  border-color: var(--text-main);
  color: var(--text-main);
  background: transparent;
}

.hero-visual {
  flex: 0.9;
  text-align: center;
  opacity: 0.8;
  font-size: 36px;
  border-radius: 999px;
  border: 1px solid rgba(201,162,93,0.45);
  padding: 40px 20px;
}

/* SECTIONS GENERIC */

.bg1{  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
                url(image/bg1.jpg) center center no-repeat;
    background-size: cover; }

.bg2{  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
                url(image/bg2.jpg) center center no-repeat;
    background-size: cover; }

.bg3{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg3.jpg) center center no-repeat;
    background-size: cover; }

.bg4{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg4.jpg) center center no-repeat;
    background-size: cover; }
.bg5{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg5.jpg) center center no-repeat;
    background-size: cover; }

.bg6{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg6.jpg) center center no-repeat;
    background-size: cover; }
	
	.bg7{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg7.jpg) center center no-repeat;
    background-size: cover; }
	.bg8{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg8.jpg) center center no-repeat;
    background-size: cover; }
	.bg9{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg9.jpg) center center no-repeat;
    background-size: cover; }
	.bg10{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg10.jpg) center center no-repeat;
    background-size: cover; }
	.bg11{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg11.jpg) center center no-repeat;
    background-size: cover; }
	
		.bg12{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg12.jpg) center center no-repeat;
    background-size: cover; }
	
	
		.bg13{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg13.jpg) center center no-repeat;
    background-size: cover; }
	
	
		.bg14{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg14.jpg) center center no-repeat;
    background-size: cover; }
	
			.bg15{  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                url(image/bg15.jpg) center center no-repeat;
    background-size: cover; }
	
	
	
			.bg16{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg16.jpg) center center no-repeat;
    background-size: cover; }
	
	
			.bg17{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg17.jpg) center center no-repeat;
    background-size: cover; }
	
	
		.bg20{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg20.jpg) center center no-repeat;
    background-size: cover; }
		.bg21{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg21.jpg) center center no-repeat;
    background-size: cover; }
		.bg22{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg22.jpg) center center no-repeat;
    background-size: cover; }
		.bg25{  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(image/bg25.jpg) center center no-repeat;
    background-size: cover; }

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.section + .section {
  border-top: 1px solid rgba(255,255,255,0.04);
}

.section-header {
  margin-bottom: 24px;
}

.section-kicker {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 6px;
}

.section-title {
  margin: 0;
  font-size: 26px;
}

.section-intro {
  margin: 10px 0 0;
  font-size: 15px;
  color: var(--text-muted);
}

/* GRID / CARDS */

.data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.data-card {
  background: var(--bg-alt);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
}

.data-card h3 {
  margin: 0 0 6px;
  font-size: 32px;
  color: var(--accent);
}

.data-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.pillar-card {
  background: var(--bg-card);
  color: #000;
  border-radius: 16px;
  padding: 28px 26px;
}

.pillar-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.pillar-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

/* CASES */

.cases-row {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.case-card {
  min-width: 260px;
  background: var(--bg-card);
  border-radius: 14px;
  padding: 20px 18px;
}

.case-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.case-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
}

/* VISION */

.vision-block {
  text-align: center;
  font-size: 32px;
  color: var(--accent);
  line-height: 1.8;
  padding: 40px 24px 20px;
}

/* INNER HERO (SMALL) */

.hero-small {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 150px 24px 150px;
}

.hero-small-kicker {
  font-size: 25px;
  /*letter-spacing: 0.25em; */
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.hero-small-title {
  margin: 0 0 10px;
  font-size: 35px;
}

.hero-small-subtitle {
  margin: 0;
  font-size: 20px;
  color: var(--text-muted);
}

/* LAYOUTS FOR INNER PAGES */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
}

.split + .split {
  margin-top: 40px;
}

.split-text p {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
}

.split-box {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 24px;
}

.timeline {
  border-left: 2px solid rgba(201,162,93,0.4);
  padding-left: 22px;
  margin-top: 16px;
}

.timeline-item {
  margin-bottom: 18px;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.timeline-year {
  font-weight: 600;
  margin-bottom: 4px;
  font-size:20px;
}

.timeline-text {
  font-size: 16px;
  color: var(--text-muted);
}

/* TEAM */

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.team-card {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 20px 18px;
}

.team-name {
  font-size: 18px;
  margin: 0 0 4px;
}

.team-role {
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 8px;
}

.team-desc {
  font-size: 14px;
  color: var(--text-muted);
}

/* FUTURE TIMELINE */

.future-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.future-card {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 22px;
}

.future-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--accent);
}

.future-card ul {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: var(--text-muted);
}

/* CONTACT */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  margin-top: 26px;
}

.contact-card {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 22px;
}

.contact-card h3 {
  margin-top: 0;
  font-size: 21px;
}

.contact-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #293552;
  background: #050915;
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* FOOTER */

.site-footer {
  margin-top: auto;
  background: var(--bg-footer);
}

.site-footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 60px 24px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  font-size: 13px;
  color: var(--text-muted);
}

.footer-nav {
  display: flex;
  gap: 40px;
}

.footer-nav-group-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-nav a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 8px;
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .hero {
    flex-direction: column;
    padding-top: 96px;
    gap: 32px;
  }
  .hero-main {
    text-align: center;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-visual {
    width: 80%;
    margin: 0 auto;
  }
  .data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pillars-grid,
  .split,
  .contact-grid,
  .site-footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .future-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .nav {
    position: absolute;
    right: 24px;
    top: 72px;
    background: rgba(10, 19, 32, 0.98);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 12px;
    display: none;
  }
  .nav.is-open {
    display: flex;
  }
  .nav-toggle {
    display: flex;
  }
}

@media (max-width: 640px) {
  .hero-main h1 {
    font-size: 32px;
  }
  .hero-main h2 {
    font-size: 22px;
  }
  .data-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .future-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* === Section entrance animation for key blocks === */
.section-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
     
}

/* Cards inside animated sections */
.section-animate .pillar-card,
.section-animate .case-card,
.section-animate .timeline-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Timeline items slight left/right staggering for a dynamic feel */
.section-animate .timeline-item:nth-child(odd) {
  transform: translateX(-24px);
}
.section-animate .timeline-item:nth-child(even) {
  transform: translateX(24px);
}

.section-animate.is-visible .pillar-card,
.section-animate.is-visible .case-card,
.section-animate.is-visible .timeline-item {
  opacity: 1;
  transform: translateX(0);
}

/* Simple staggered delay */
.section-animate.is-visible .pillar-card:nth-child(1),
.section-animate.is-visible .case-card:nth-child(1),
.section-animate.is-visible .timeline-item:nth-child(1) { transition-delay: 0.05s; }

.section-animate.is-visible .pillar-card:nth-child(2),
.section-animate.is-visible .case-card:nth-child(2),
.section-animate.is-visible .timeline-item:nth-child(2) { transition-delay: 0.10s; }

.section-animate.is-visible .pillar-card:nth-child(3),
.section-animate.is-visible .case-card:nth-child(3),
.section-animate.is-visible .timeline-item:nth-child(3) { transition-delay: 0.15s; }

.section-animate.is-visible .pillar-card:nth-child(4),
.section-animate.is-visible .case-card:nth-child(4),
.section-animate.is-visible .timeline-item:nth-child(4) { transition-delay: 0.20s; }

/* === Investment Cases Auto Slider === */
.cases-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cases-track {
  display: flex;
  gap: 20px;
  animation: scroll-cases 25s linear infinite;
}
.case-card {
  min-width: 320px;
}
@keyframes scroll-cases {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Brighten text for Four Business Pillars */
.pillar-card h3 {
  color: #FFFFFF;
}
.pillar-card p {
  color: #E4E4E4;
}

/* Animated Group Data Numbers */
.data-card h3 {
  opacity: 1;
  transition: color 0.3s ease;
  color: #F8D078;
}


/* 更亮的四大业务矩阵文字颜色 */
.business-matrix .pillar-card {
  background: var(--bg-card);
  color: #F5F5F5;
}

.business-matrix .pillar-card h3 {
  color: #FFD700;
}


/* === Global Network & Capital Linkage Section === */

.network-section {
  position: relative;
}

.network-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .network-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .network-visual {
    order: -1;
  }
}

.network-copy h3 {
  font-size: 20px;
  margin: 8px 0 16px;
}

.network-copy p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.network-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(201,162,93,0.5);
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 8px;
  background: linear-gradient(
    90deg,
    rgba(201,162,93,0.18),
    rgba(10,19,32,0.7)
  );
}

.network-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 10px;
}

.network-stat {
  min-width: 110px;
}

.network-stat .label {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.network-stat .value {
  font-size: 18px;
  font-weight: 600;
  color: var(--accent);
}

.network-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.network-tags li {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

/* === 动态地球可视化 === */

.network-visual {
  display: flex;
  justify-content: center;
}

.globe-wrapper {
  position: relative;
  width: 260px;
  height: 260px;
}

@media (max-width: 480px) {
  .globe-wrapper {
    width: 220px;
    height: 220px;
  }
}

.globe {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #2c3c5a, #050a12 70%);
  box-shadow:
    0 0 30px rgba(0,0,0,0.8),
    0 0 60px rgba(0,0,0,0.9),
    0 0 0 1px rgba(255,255,255,0.03);
  position: relative;
  overflow: hidden;
}

/* 经线 / 纬线模拟 */
.globe-longitude,
.globe-latitude {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-size: 40px 40px;
  opacity: 0.38;
  mix-blend-mode: screen;
}

.globe-longitude {
  background-image:
    radial-gradient(circle at 50% 50%, transparent 70%, #000 71%),
    repeating-linear-gradient(
      to right,
      rgba(120,170,255,0.2) 0px,
      rgba(120,170,255,0.2) 1px,
      transparent 1px,
      transparent 18px
    );
  animation: globe-rotate 22s linear infinite;
}

.globe-latitude {
  background-image:
    radial-gradient(circle at 50% 50%, transparent 70%, #000 71%),
    repeating-linear-gradient(
      to bottom,
      rgba(120,170,255,0.2) 0px,
      rgba(120,170,255,0.2) 1px,
      transparent 1px,
      transparent 18px
    );
  animation: globe-rotate 28s linear infinite reverse;
}

/* 核心高光 */
.globe-core {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.7), transparent 55%),
    radial-gradient(circle at 70% 80%, rgba(201,162,93,0.5), transparent 65%);
  opacity: 0.95;
}

/* 外层轨道线 */
.globe-orbit {
  position: absolute;
  inset: -6%;
  border-radius: 50%;
  border: 1px dashed rgba(201,162,93,0.55);
  transform: rotateX(65deg);
  transform-origin: center;
  animation: orbit-spin 18s linear infinite;
}

.globe-orbit.orbit-secondary {
  inset: -14%;
  border-style: solid;
  border-color: rgba(120,170,255,0.3);
  animation-duration: 26s;
}

/* 节点 */
.globe-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 8px rgba(255,255,255,0.8);
  cursor: default;
}

.globe-node::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(201,162,93,0.8);
  opacity: 0.7;
  animation: node-pulse 1.8s ease-out infinite;
}

.globe-node::after {
  content: attr(data-label);
  position: absolute;
  left: 14px;
  top: -2px;
  white-space: nowrap;
  font-size: 11px;
  color: var(--text-muted);
  opacity: 0.8;
}

/* 大致方位：只是视觉表达 */
.node-ny { top: 38%; left: 18%; }
.node-lon { top: 32%; right: 18%; }
.node-hk { bottom: 32%; right: 20%; }
.node-sg { bottom: 26%; right: 30%; }
.node-sp { bottom: 28%; left: 16%; }

/* 图例 */
.globe-legend {
  position: absolute;
  bottom: -36px;
  left: 4px;
  font-size: 11px;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.legend-dot-capital {
  background: var(--accent);
  box-shadow: 0 0 6px rgba(201,162,93,0.8);
}

.legend-dot-industry {
  background: rgba(120,170,255,0.9);
  box-shadow: 0 0 6px rgba(120,170,255,0.9);
}

/* 动画关键帧 */

@keyframes globe-rotate {
  0% { transform: rotateZ(0deg); }
  100% { transform: rotateZ(360deg); }
}

@keyframes orbit-spin {
  0% { transform: rotateX(65deg) rotateZ(0deg); }
  100% { transform: rotateX(65deg) rotateZ(360deg); }
}

@keyframes node-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}


/* === Global Network Title Pill === */

.global-pill {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 36px;
  border-radius: 999px;
  background: radial-gradient(circle at 20% 0%, rgba(255,255,255,0.04), transparent 55%),
              #050A12;
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.03),
    0 24px 40px rgba(0,0,0,0.7);
}

.global-pill::before {
  content: "";
  position: absolute;
  inset: -26px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.04);
  opacity: 0.7;
}

.global-pill-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #4FC3FF, #0074D9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 3px rgba(10,19,32,1),
    0 0 18px rgba(79,195,255,0.9);
  margin-bottom: 4px;
}

.global-pill-icon-inner {
  font-size: 26px;
}

.global-pill-text h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #F5F7FF;
}

.global-pill-text p {
  margin: 0;
  margin-top: 4px;
  font-size: 14px;
  color: var(--text-muted);
}

@media (max-width: 640px) {
  .global-pill {
    padding: 22px 20px;
    border-radius: 32px;
  }

  .global-pill::before {
    inset: -18px;
  }

  .global-pill-text h2 {
    font-size: 18px;
  }

  .global-pill-text p {
    font-size: 13px;
  }
}


.hero-visual {
  flex: 0.9;
  text-align: center;
  padding: 0;
  border: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hero-globe-wrapper {
  width: 340px;
  height: 340px;
}

@media (max-width: 800px) {
  .hero-globe-wrapper {
    width: 280px;
    height: 280px;
    margin-top: 32px;
  }
}

/* 强化首页地球的光感 */
.hero-globe-wrapper .globe {
  box-shadow:
    0 0 35px rgba(0,0,0,0.9),
    0 0 0 1px rgba(255,255,255,0.05),
    0 0 90px rgba(79,195,255,0.6);
}

/* 标题文字 */
.hero-globe-caption {
  font-size: 14px;
  color: var(--text-muted);
}

.hero-globe-title {
  font-size: 18px;
  font-weight: 600;
  color: #F5F7FF;
  margin-bottom: 4px;
}

.hero-globe-sub {
  font-size: 13px;
  opacity: 0.85;
}

/* 鼠标可拖拽的提示 */
.hero-globe-wrapper {
  cursor: grab;
}
.hero-globe-wrapper:active {
  cursor: grabbing;
}


.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-logo-word {
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 28px;
}

.footer-tagline {
  color: var(--text-muted);
  font-size: 15px;
}

.footer-meta {
  font-size: 14px;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-meta a {
  color: var(--text-muted);
  text-decoration: none;
}

.footer-meta a:hover {
  color: #FFFFFF;
}

.footer-icp {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(211,211,211,0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.footer-icp a {
  color: rgba(211,211,211,0.8);
  text-decoration: none;
}

.footer-icp a:hover {
  color: #FFFFFF;
}

.footer-icp-sep {
  opacity: 0.5;
}

.footer-contact-line {
  margin: 10px 0;
  font-size: 14px;
}

.footer-social {
  margin-top: 6px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-social-item {
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
}

.footer-remark {
  margin: 6px 0 0;
  font-size: 13px;
  color: rgba(211,211,211,0.7);
}
.footer-remark  img{ max-width:90%; display:block; margin:0 auto;}
@media (max-width: 960px) {
  .footer-brand-block {
    order: 2;
  }
}


/* === 首页地球：高级版金色能量环与粒子特效 === */

.hero-globe-wrapper {
  position: relative;
  cursor: grab;
}
.hero-globe-wrapper:active {
  cursor: grabbing;
}

.hero-globe-orbits {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  pointer-events: none;
}

/* 三重金色环：内层高亮，中层虚实结合，外层细线 */

.hero-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: rotateX(68deg);
  transform-origin: center;
}

.hero-orbit-inner {
  border: 2px solid rgba(201,162,93,0.85);
  box-shadow:
    0 0 18px rgba(201,162,93,0.9),
    0 0 40px rgba(201,162,93,0.65);
  animation: heroOrbitSpinInner 14s linear infinite;
}

.hero-orbit-middle {
  inset: -10px;
  border: 1px dashed rgba(201,162,93,0.55);
  box-shadow:
    0 0 22px rgba(201,162,93,0.45);
  animation: heroOrbitSpinMiddle 20s linear infinite reverse;
}

.hero-orbit-outer {
  inset: -24px;
  border: 1px solid rgba(201,162,93,0.2);
  box-shadow:
    0 0 26px rgba(201,162,93,0.35);
  opacity: 0.9;
  animation: heroOrbitSpinOuter 28s linear infinite;
}

/* 粒子轨道：以伪元素形成“沿轨道流动的粒子” */

.hero-orbit-particles {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: rotateX(70deg);
  transform-origin: center;
  overflow: visible;
}

.hero-orbit-particles::before,
.hero-orbit-particles::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #FFFFFF, rgba(201,162,93,0.2));
  box-shadow:
    0 0 12px rgba(255,255,255,0.9),
    0 0 20px rgba(201,162,93,0.8);
}

/* 内圈粒子：两颗，速度略快 */

.hero-orbit-particles-inner {
  inset: 4px;
  animation: heroParticlesInnerSpin 12s linear infinite;
}

.hero-orbit-particles-inner::before {
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}
.hero-orbit-particles-inner::after {
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}

/* 外圈粒子：两颗，速度较慢，错位 */

.hero-orbit-particles-outer {
  inset: -18px;
  animation: heroParticlesOuterSpin 22s linear infinite reverse;
}

.hero-orbit-particles-outer::before {
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-orbit-particles-outer::after {
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

/* 让首页地球更有“中心光感” */

.hero-globe-wrapper .globe {
  box-shadow:
    0 0 35px rgba(0,0,0,0.95),
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 90px rgba(79,195,255,0.85);
}

/* 动画关键帧：环与粒子各自转动，制造多层次动态 */

@keyframes heroOrbitSpinInner {
  0%   { transform: rotateX(68deg) rotateZ(0deg); }
  100% { transform: rotateX(68deg) rotateZ(360deg); }
}

@keyframes heroOrbitSpinMiddle {
  0%   { transform: rotateX(68deg) rotateZ(0deg); }
  100% { transform: rotateX(68deg) rotateZ(360deg); }
}

@keyframes heroOrbitSpinOuter {
  0%   { transform: rotateX(68deg) rotateZ(0deg); }
  100% { transform: rotateX(68deg) rotateZ(-360deg); }
}

@keyframes heroParticlesInnerSpin {
  0%   { transform: rotateX(70deg) rotateZ(0deg); }
  100% { transform: rotateX(70deg) rotateZ(360deg); }
}

@keyframes heroParticlesOuterSpin {
  0%   { transform: rotateX(70deg) rotateZ(0deg); }
  100% { transform: rotateX(70deg) rotateZ(-360deg); }
}


/* === 首页地球：高级金色能量环 + 文字环 + 粒子 === */

.hero-globe-wrapper {
  position: relative;
  cursor: grab;
}
.hero-globe-wrapper:active {
  cursor: grabbing;
}

.hero-globe-orbits {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  pointer-events: none;
}

/* 三重金色能量环 + 外层线条 */

.hero-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: rotateX(68deg);
  transform-origin: center;
}

.hero-orbit-inner {
  border: 2px solid rgba(201,162,93,0.9);
  box-shadow:
    0 0 18px rgba(201,162,93,0.95),
    0 0 40px rgba(201,162,93,0.7);
  animation: heroOrbitSpinInner 14s linear infinite;
}

.hero-orbit-middle {
  inset: -10px;
  border: 1px dashed rgba(201,162,93,0.6);
  box-shadow:
    0 0 22px rgba(201,162,93,0.5);
  animation: heroOrbitSpinMiddle 20s linear infinite reverse;
}

.hero-orbit-outer {
  inset: -24px;
  border: 1px solid rgba(201,162,93,0.3);
  box-shadow:
    0 0 26px rgba(201,162,93,0.4);
  opacity: 0.95;
  animation: heroOrbitSpinOuter 28s linear infinite;
}

/* 最外层金色线条圈，稍微更大一点，营造“包围感” */

.hero-orbit-wire {
  inset: -40px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,93,0.35);
  box-shadow:
    0 0 32px rgba(201,162,93,0.45);
  opacity: 0.9;
  animation: heroOrbitSpinWire 34s linear infinite;
}

/* 粒子轨道：模拟资本在轨道上流动 */

.hero-orbit-particles {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: rotateX(70deg);
  transform-origin: center;
  overflow: visible;
}

.hero-orbit-particles::before,
.hero-orbit-particles::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #FFFFFF, rgba(201,162,93,0.2));
  box-shadow:
    0 0 12px rgba(255,255,255,0.9),
    0 0 20px rgba(201,162,93,0.8);
}

/* 内圈粒子：左右各一颗，速度略快 */

.hero-orbit-particles-inner {
  inset: 4px;
  animation: heroParticlesInnerSpin 12s linear infinite;
}

.hero-orbit-particles-inner::before {
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}
.hero-orbit-particles-inner::after {
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}

/* 外圈粒子：上下各一颗，速度较慢，方向相反 */

.hero-orbit-particles-outer {
  inset: -18px;
  animation: heroParticlesOuterSpin 22s linear infinite reverse;
}

.hero-orbit-particles-outer::before {
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-orbit-particles-outer::after {
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

/* 文本环：使用“全球网络与资本联动”等文案做一圈绕地文字 */

.hero-globe-text-ring {
  position: absolute;
  inset: -52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201,162,93,0.7);
  text-align: center;
  pointer-events: none;
  mix-blend-mode: screen;
  overflow: hidden;
}

.hero-globe-text-ring span {
  white-space: nowrap;
  animation: heroTextRingSpin 26s linear infinite;
}

/* 强化首页地球中心亮度，让整体更聚焦 */

.hero-globe-wrapper .globe {
  box-shadow:
    0 0 35px rgba(0,0,0,0.95),
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 90px rgba(79,195,255,0.9);
}

/* 动画关键帧：环、线、粒子、文字各自转动 */

@keyframes heroOrbitSpinInner {
  0%   { transform: rotateX(68deg) rotateZ(0deg); }
  100% { transform: rotateX(68deg) rotateZ(360deg); }
}

@keyframes heroOrbitSpinMiddle {
  0%   { transform: rotateX(68deg) rotateZ(0deg); }
  100% { transform: rotateX(68deg) rotateZ(360deg); }
}

@keyframes heroOrbitSpinOuter {
  0%   { transform: rotateX(68deg) rotateZ(0deg); }
  100% { transform: rotateX(68deg) rotateZ(-360deg); }
}

@keyframes heroOrbitSpinWire {
  0%   { transform: rotateX(68deg) rotateZ(0deg); }
  100% { transform: rotateX(68deg) rotateZ(360deg); }
}

@keyframes heroParticlesInnerSpin {
  0%   { transform: rotateX(70deg) rotateZ(0deg); }
  100% { transform: rotateX(70deg) rotateZ(360deg); }
}

@keyframes heroParticlesOuterSpin {
  0%   { transform: rotateX(70deg) rotateZ(0deg); }
  100% { transform: rotateX(70deg) rotateZ(-360deg); }
}

@keyframes heroTextRingSpin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* === Upgraded Team Presentation === */

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 26px;
}

@media (min-width: 1024px) {
  /* 在宽屏上团队卡片更密集，执行团队那块会自动排成 3 列 */
  .team-section-exec .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.team-card {
  position: relative;
  background: radial-gradient(circle at 0% 0%, rgba(255,255,255,0.04), transparent 50%),
              var(--bg-alt);
  border-radius: 20px;
  padding: 22px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 16px 40px rgba(0,0,0,0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 120deg,
    transparent 0deg,
    rgba(201,162,93,0.4) 70deg,
    transparent 140deg
  );
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: rotate(0deg);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.75);
  border-color: rgba(201,162,93,0.65);
}

.team-card:hover::before {
  opacity: 1;
  transform: rotate(18deg);
}

/* 照片采用“准六边形”金色框 + 轻微浮起 */

.team-photo {
  width: 80%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto 14px;
 /* clip-path: polygon(10% 0%, 90% 0%, 100% 35%, 90% 100%, 10% 100%, 0% 35%);*/
  border-radius: 24px;
  border: 3px solid rgba(201,162,93,0.9);
  box-shadow:
    0 0 0 1px rgba(10,10,10,0.7),
    0 10px 28px rgba(0,0,0,0.85);
  background: radial-gradient(circle at 30% 0%, rgba(255,255,255,0.5), transparent 55%);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

@media (max-width: 640px) {
.team-photo {
  width: 100%;
 
}
}
.team-card:hover .team-photo {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.2),
    0 14px 36px rgba(0,0,0,0.95);
}

.team-name {
  font-size: 18px;
  margin: 4px 0 2px;
}

.team-role {
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 8px;
}

.team-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}


/* === Home: Strategic Leadership Highlight (2 key leaders) === */

.home-leadership {
  margin-top: 32px;
}

.home-leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}

@media (max-width: 880px) {
  .home-leadership-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.home-leader-card {
  position: relative;
  padding: 18px 18px 18px 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.06), transparent 55%),
    var(--bg-alt);
  border: 1px solid rgba(255,255,255,0.06);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.7);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-leader-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 120deg,
    transparent 0deg,
    rgba(201,162,93,0.55) 70deg,
    transparent 140deg
  );
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.home-leader-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.85);
  border-color: rgba(201,162,93,0.7);
}

.home-leader-card:hover::before {
  opacity: 1;
  transform: rotate(18deg);
}

.home-leader-photo-wrap {
  position: relative;
  width: 290px;
  height: auto;
}
@media (max-width: 640px) {
	
	.home-leader-photo-wrap {
  position: relative;
  width: 170px;
  height: 190px;
}

}
.home-leader-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*clip-path: polygon(10% 0%, 90% 0%, 100% 35%, 90% 100%, 10% 100%, 0% 35%);*/
  border-radius: 24px;
  border: 3px solid rgba(201,162,93,0.95);
  box-shadow:
    0 0 0 1px rgba(10,10,10,0.8),
    0 10px 30px rgba(0,0,0,0.9);
  background: radial-gradient(circle at 30% 0%, rgba(255,255,255,0.5), transparent 55%);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
  position: relative;
  z-index: 2;
}

.home-leader-glow {
  position: absolute;
  inset: -10%;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 0%, rgba(201,162,93,0.6), transparent 60%);
  opacity: 0.25;
  filter: blur(6px);
  z-index: 1;
}

.home-leader-card:hover .home-leader-photo {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.25),
    0 14px 40px rgba(0,0,0,1);
}

.home-leader-meta {
  position: relative;
  z-index: 2;
}

.home-leader-name-cn {
  font-size: 18px;
  font-weight: 600;
  color: var(--accent);
}

.home-leader-name-en {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  margin-top: 2px;
}

.home-leader-role {
  font-size: 13px;
  color: var(--text-muted);
  margin: 6px 0 8px;
}

.home-leader-brief {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

/* === Future page: card hover + subtle float animations === */

.future-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

@media (max-width: 960px) {
  .future-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.future-card {
  background: radial-gradient(circle at 0% 0%, rgba(255,255,255,0.04), transparent 55%),
              var(--bg-alt);
  border-radius: 18px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 12px 32px rgba(0,0,0,0.6);
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.future-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: conic-gradient(
    from 200deg,
    transparent 0deg,
    rgba(120,170,255,0.5) 60deg,
    transparent 130deg
  );
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.future-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 46px rgba(0,0,0,0.85);
  border-color: rgba(120,170,255,0.7);
}

.future-card:hover::before {
  opacity: 1;
  transform: rotate(18deg);
}

.future-card h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.future-card ul {
  padding-left: 18px;
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}
