/**
 * A³ Intelligent Agent 部分样式
 */

/* 主要区域容器 */
.agent-section {
  padding: 100px 0;
  background-image: url('../assets/agant-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 1000px) {
  .agent-section {
    background-size: 1920px !important;
  }
}

/* 图表容器 */
.agent-diagram {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* 图表图像 */
.agent-diagram-img {
  max-width: 100%;
  height: auto;
}
