.menu nav ul li a.active {
  color: var(--theme-color);
}

.mobile-consult-btn {
  width: 100%;
  border: 0;
}

.site-consult-button {
  min-width: 156px;
  padding-inline: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(7, 21, 38, 0.18);
  letter-spacing: 0.06em;
  transition:
    color 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.site-consult-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 28px rgba(7, 21, 38, 0.22);
}

.sticky.header .site-consult-button,
.header.header-color .site-consult-button {
  border-color: rgba(255, 255, 255, 0.12);
}

.sticky.header.sticky .site-consult-button {
  border-color: rgba(16, 19, 34, 0.08);
  box-shadow: 0 10px 24px rgba(16, 19, 34, 0.12);
}

.site-service-card {
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

.site-service-subtitle {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.site-service-subtitle--detail {
  color: var(--theme-color);
  font-weight: 600;
}

.button-2--inline {
  display: inline-block;
  margin-top: 20px;
}

.literature-card .content p {
  margin-bottom: 18px;
}

.consultant-modal .modal-content {
  border-radius: 24px;
  border: 0;
  overflow: hidden;
}

.consultant-modal .modal-body {
  padding: 42px 36px 36px;
  position: relative;
}

.consultant-close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 0;
  background: transparent;
}

.consultant-qr-wrap {
  margin-top: 24px;
  padding: 18px;
  border-radius: 18px;
  background: #f5f5f9;
}

.consultant-qr-wrap img {
  width: 100%;
  max-width: 280px;
  border-radius: 16px;
}

.contact-consult-card {
  padding: 32px;
  border-radius: 18px;
  background: #f8f9ff;
  margin-top: 24px;
}

.preview-site-banner {
  margin-top: 90px;
  padding: 14px 0;
  background: #102945;
  color: #fff;
}

.preview-site-banner .container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rich-text-content p + p {
  margin-top: 16px;
}

.rich-text-content ul {
  padding-left: 22px;
}

@media (max-width: 991px) {
  .site-consult-button {
    min-width: 0;
    width: 100%;
  }
}

/* ===== 修改建议1: 导航栏居中 ===== */
.header3 .col-lg-10 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header3 .menu {
  float: none;
  margin-right: 0;
}

.header3 .h-right-button {
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}

/* ===== 修改建议2: Hero标题字号调小+响应式+高亮不折断 ===== */
.ct-hero-section6 .title-style-2 h2.title2 {
  font-size: 56px;
  line-height: 70px;
}

.ct-hero-section6 .title-style-2 h2.title2 span {
  display: inline-block;
}

@media (max-width: 1199px) {
  .ct-hero-section6 .title-style-2 h2.title2 {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (max-width: 991px) {
  .ct-hero-section6 .title-style-2 h2.title2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .ct-hero-section6 .title-style-2 h2.title2 {
    font-size: 28px;
    line-height: 38px;
  }
}

/* ===== 修改建议3: 关于我们字体调小 + 首行缩进 ===== */
.ct-about-us-section5 .ct-section-title h2 {
  font-size: 16px !important;
  line-height: 32px !important;
  font-weight: 400;
  text-indent: 2em!important;
}


@media (max-width: 991px) {
  .ct-about-us-section5 .ct-section-title h2 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* ===== 修改建议4: 页脚文字纯白色 ===== */
.footer-widgets-item .content,
.footer-widgets-item .content p {
  color: #FFFFFF !important;
}

.footer-widgets-item ul.menu li a {
  color: #FFFFFF !important;
}

.footer-widgets-item ul.contact-info li .content p {
  color: #FFFFFF !important;
}
