/* esecond global visual polish */
:root {
  --card-surface: rgba(255, 255, 255, 0.94);
  --card-border: rgba(31, 41, 55, 0.13);
  --card-border-hover: rgba(212, 160, 23, 0.34);
  --card-shadow: 0 18px 46px rgba(30, 41, 59, 0.075);
  --footer-deep: #0b0d12;
}

/* Remove template-like section numbering, English labels and chevrons. */
.section-meta,
.title-prefix {
  display: none !important;
}

.section-head {
  padding-top: 0;
}

.section-head-center {
  max-width: 1180px;
}

.section-title {
  letter-spacing: -0.025em;
}

@media (min-width: 901px) {
  .section-head-center .section-desc {
    max-width: none;
    white-space: nowrap;
  }
}

/* Unified cards; existing gold, orange and cyan accents remain unchanged. */
.core-card,
.scenario-card,
.about-card,
.team-card,
.job-card,
.related-card,
.sm-card,
.news-card {
  overflow: hidden;
  border: 1px solid var(--card-border);
  border-radius: 22px;
  background: var(--card-surface);
  box-shadow: none;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.core-card .card-corner,
.scenario-card .card-corner,
.about-card .card-corner,
.team-card .card-corner,
.job-card .card-corner,
.related-card .card-corner,
.sm-card .card-corner,
.news-card .card-corner {
  display: none;
}

.core-card:hover,
.scenario-card:hover,
.about-card:hover,
.team-card:hover,
.job-card:hover,
.related-card:hover,
.sm-card:hover,
.news-card:hover {
  border-color: var(--card-border-hover);
  background: #fff;
  box-shadow: var(--card-shadow);
  transform: translateY(-4px);
}

.core-card::before,
.scenario-card::after,
.feat-row::after {
  height: 3px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition:
    opacity 0.28s ease,
    transform 0.36s ease;
}

.core-card:hover::before,
.scenario-card:hover::after,
.feat-row:hover::after {
  opacity: 0.86;
  transform: scaleX(1);
}

.core-icon-wrap,
.scenario-icon,
.about-card-icon,
.team-card-icon {
  border-radius: 14px;
}

.core-foot,
.scenario-cta,
.related-date {
  border-color: rgba(31, 41, 55, 0.1);
}

.feat-row,
.feat-row.reverse {
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feat-row::after,
.feat-row.reverse::after {
  display: none;
}

.feat-row .feat-text,
.feat-row.reverse .feat-text {
  display: flex;
  min-height: 0;
  padding: clamp(20px, 2.4vw, 40px) 0;
  justify-content: center;
  flex-direction: column;
  border: 0;
  background: transparent;
}

.cases .feat-row .feat-shot,
.cases .feat-row.reverse .feat-shot {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Editorial article cards retained from the approved direction. */
.news-card {
  min-height: 340px;
  padding: 34px 32px 30px;
  gap: 16px;
}

.news-card::before {
  display: none;
}

.news-date {
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(17, 24, 39, 0.13);
}

.news-day {
  color: #d69b05;
  font-size: 32px;
  font-weight: 750;
  line-height: 1;
}

.news-month {
  color: #8290aa;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.news-category-tag {
  align-self: flex-start;
  padding: 6px 13px;
  border: 1px solid #f05a20;
  border-radius: 5px;
  color: #e84d12;
  background: transparent;
  font-size: 12px;
  line-height: 1.2;
}

.news-title {
  color: #171914;
  font-size: 18px;
  line-height: 1.5;
}

.news-excerpt {
  color: #6b7067;
  font-size: 14px;
  line-height: 1.9;
}

.news-more {
  color: #d69b05;
  border-top-color: rgba(17, 24, 39, 0.12);
  font-family: var(--font-cn);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
}

/* Deep black footer, primarily gold with a restrained cyan counterpoint. */
.footer {
  position: relative;
  overflow: hidden;
  color: #eef0f4;
  border-top: 1px solid rgba(212, 160, 23, 0.32);
  background:
    radial-gradient(circle at 14% 0%, rgba(212, 160, 23, 0.12), transparent 32%),
    radial-gradient(circle at 88% 100%, rgba(18, 151, 160, 0.08), transparent 28%),
    var(--footer-deep);
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #d4a017, #e85d04 55%, #1297a0);
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-brand,
.footer-col-title {
  color: #fff;
}

.footer-desc,
.footer-contact,
.footer-col-list a,
.footer-copy,
.footer-beian,
.footer-friend {
  color: rgba(238, 240, 244, 0.66);
}

.footer-col-list a:hover,
.footer-contact a:hover,
.footer-beian:hover,
.footer-friend a:hover {
  color: #e5bc45;
}

.footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer .fc-label {
  color: rgba(238, 240, 244, 0.52);
}

.footer .fc-value {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer .fc-value:hover {
  color: #e5bc45;
}

@media (max-width: 600px) {
  .core-card,
  .scenario-card,
  .about-card,
  .team-card,
  .job-card,
  .related-card,
  .sm-card,
  .news-card {
    min-height: auto;
    border-radius: 18px;
  }

  .news-card {
    padding: 25px 22px 22px;
  }
}

/* Desktop banner: keep the GEO visual in place and align copy to the right. */
@media (min-width: 1101px) {
  .hero-content {
    width: min(100%, 580px);
    justify-self: end;
    transform: translateX(clamp(24px, 2.5vw, 48px));
  }
}
