/* 万域星盛官网自定义样式 */
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Poppins, sans-serif;
}

:root {
  --wyxs-primary: #07c160;
  --wyxs-primary-dark: #06a050;
  --wyxs-accent: #1a6fc4;
  --wyxs-dark: #1a2332;
  --wyxs-gray: #f5f7fa;
}

.brand-text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
}

.brand-text:hover {
  color: var(--wyxs-primary);
  text-decoration: none;
}

.footer-minimal .brand-text {
  font-size: 26px;
}

.hero-wyxs .main-bunner-img {
  background: linear-gradient(135deg, #0d2137 0%, #1a4a6e 50%, #07c160 100%) !important;
}

.hero-subtitle {
  font-size: 18px;
  letter-spacing: 3px;
  opacity: 0.9;
  margin-bottom: 10px;
}

.feature-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--wyxs-primary);
  line-height: 1;
  margin-bottom: 10px;
}

.pain-point-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.pain-point-card:hover {
  transform: translateY(-4px);
}

.pain-point-card h4 {
  margin-top: 15px;
  margin-bottom: 12px;
}

.industry-tag {
  display: inline-block;
  background: var(--wyxs-gray);
  border-left: 4px solid var(--wyxs-primary);
  padding: 15px 20px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.industry-tag h5 {
  margin: 0 0 5px;
  font-size: 16px;
}

.industry-tag p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.service-step {
  text-align: center;
  padding: 20px 15px;
}

.service-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--wyxs-primary);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.cta-banner {
  background: linear-gradient(135deg, var(--wyxs-dark) 0%, #2d4a6e 100%);
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.cta-banner h3 {
  color: #fff;
  margin-bottom: 15px;
}

.contact-info-card h4 a {
  color: inherit;
  text-decoration: none;
}

.contact-info-card h4 a:hover {
  color: var(--wyxs-primary);
}

.section-map {
  padding: 0;
  position: relative;
}

.map-embed {
  width: 100%;
  height: 450px;
  border: 0;
}

.map-fallback {
  display: none;
  width: 100%;
  height: 450px;
  background: var(--wyxs-gray);
  align-items: center;
  justify-content: center;
}

.map-fallback__content {
  text-align: center;
  padding: 24px;
}

.map-fallback__text {
  color: #666;
  margin-bottom: 16px;
}

.map-info-window {
  padding: 4px 2px;
  line-height: 1.6;
  font-size: 14px;
}

.map-info-window strong {
  font-size: 15px;
}

.about-icon-box .box-icon-inner span {
  color: var(--wyxs-primary);
}

.button-primary,
.button-primary:hover {
  background-color: var(--wyxs-primary);
  border-color: var(--wyxs-primary);
}

.button-primary:hover {
  background-color: var(--wyxs-primary-dark);
  border-color: var(--wyxs-primary-dark);
}

.product-featured-caption .big {
  color: var(--wyxs-primary);
  font-size: 14px;
  font-weight: 500;
}

.preloader-body p {
  font-family: "Microsoft YaHei", sans-serif;
}

.about-page-hero .parallax-content {
  background: transparent !important;
}

.about-page-hero .material-parallax {
  background-size: cover;
  background-position: center center;
}

.about-principles-section {
  position: relative;
  background: url("../images/about-principles.png") center center / cover no-repeat;
}

.about-principles-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 33, 55, 0.72) 0%,
    rgba(26, 74, 110, 0.55) 50%,
    rgba(7, 193, 96, 0.15) 100%
  );
}

.about-principles-content {
  position: relative;
  z-index: 1;
}

.about-principles-section h2 {
  color: #fff;
}

.about-principles-section p {
  color: rgba(255, 255, 255, 0.9);
}

.about-principles-section .principle-title {
  color: #07c160;
  font-size: 28px;
  margin-bottom: 12px;
}
