/* ===== index.html ===== */
.top-contact-bar {
  background: #1a1a2e;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}
.top-contact-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-contact-bar a {
  color: #fff;
  text-decoration: none;
}
.top-contact-bar a:hover {
  color: #fbb810;
}
.logo-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  max-width: 350px;
  line-height: 1.3;
}
.logo-text:hover {
  color: #fbb810;
}
.navbar-header {
  padding-top: 10px;
}
.top-contact-inner {
  padding: 0;
}
.gauge-desc {
  font-size: 13px;
  color: #666;
}
.zhuyun-link {
  color: #1a1a2e;
}
.zhuyun-desc {
  font-size: 14px;
  color: #666;
  max-width: 800px;
  margin: 10px auto;
}
.footer-biz {
  padding: 10px 0;
}

/* ===== DaiMa.html ===== */
.service-detail {
  padding: 60px 0;
  background: #f5f5f5;
}
.service-detail h3 {
  color: #1a1a2e;
  margin-bottom: 20px;
}
.service-detail p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ===== DaiHuai.html ===== */
.gallery-grids {
  padding: 60px 0;
}
.gallery-grids h2 {
  margin-bottom: 10px;
}
.agile-gallery-grid {
  margin-bottom: 30px;
}
.agileits-caption {
  background: rgba(26,26,46,0.9);
  padding: 15px;
}
.agileits-caption h4 {
  color: #fff;
  margin-bottom: 8px;
}
.agileits-caption p {
  color: #ccc;
  font-size: 13px;
  line-height: 1.6;
}

/* ===== DaiSheng.html ===== */
.contact {
  padding: 60px 0;
}
.contact-form {
  margin-top: 40px;
  background: #f5f5f5;
  padding: 30px;
  border-radius: 5px;
}
.contact-form h4 {
  margin-bottom: 20px;
  color: #1a1a2e;
}
.contact-info-grid {
  padding: 20px 0;
}
.contact-info-grid h4 {
  color: #1a1a2e;
  margin-bottom: 10px;
}
.contact-info-grid p {
  color: #666;
  line-height: 1.8;
}

/* ===== DaiMu.html ===== */
.ai-services {
  padding: 60px 0;
}
.ai-service-grid {
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s;
}
.ai-service-grid:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.ai-service-grid i {
  font-size: 40px;
  color: #a821e7;
  margin-bottom: 15px;
}
.ai-service-grid h4 {
  color: #1a1a2e;
  margin-bottom: 10px;
}
.ai-service-grid p {
  color: #666;
  line-height: 1.8;
}

/* ===== ZhuYun.html ===== */
.typo {
  padding: 60px 0;
}
.typo h2 {
  margin-bottom: 10px;
}
.migration-steps {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.migration-step {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #21d0e7;
}
.migration-step h4 {
  color: #1a1a2e;
  margin-bottom: 8px;
}
.migration-step p {
  color: #666;
  line-height: 1.8;
}
.ops-features {
  padding: 30px 0;
}
.ops-feature {
  margin-bottom: 25px;
}
.ops-feature i {
  font-size: 30px;
  color: #21d0e7;
  margin-bottom: 10px;
}
.ops-feature h4 {
  color: #1a1a2e;
  margin-bottom: 8px;
}
.ops-feature p {
  color: #666;
  line-height: 1.8;
}
