/* ========================================
   Filez 智能体页 agent-2.0.css
   依据 .cursor/rules/page-build.mdc：仅用 tpl / block / product-banner / footer-lead，
   样式收口本文件；不依赖改通用组件。
   作用域：.agent-2-page
   ======================================== */

/* ---------- Section1：六卡网格 ---------- */
.agent-2-page .agent-section1 .agent-s1 {
  width: 100%;
}

.agent-2-page .agent-section1 .agent-s1__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}



/* ---------- Section2：为什么选择（整段渐变 + 三卡） ---------- */
.agent-2-page .agent-section2 .section-title,
.agent-2-page .agent-section2 .section-desc {
  color: #fff;
  text-align: center;
}

/* .agent-2-page .agent-section2 .section-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
} */

.agent-2-page .agent-section2 .agent-s2 {
  width: 100%;
}

.agent-2-page .agent-section2 .agent-s2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}

.agent-2-page .agent-section2 .agent-s2-card {
  background: rgba(15, 26, 58, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  padding: 28px 24px 32px;
  backdrop-filter: blur(10px);
  box-sizing: border-box;
}

.agent-2-page .agent-section2 .agent-s2-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.agent-2-page .agent-section2 .agent-s2-card__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.agent-2-page .agent-section2 .agent-s2-card__badge {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  padding: 6px;
  line-height: 1;
  flex-shrink: 0;
}

.agent-2-page .agent-section2 .agent-s2-card__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}

.agent-2-page .agent-section2 .agent-s2-card__body {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.agent-2-page .agent-section2 .agent-s2-card__body p {
  margin: 0 0 8px;
}

.agent-2-page .agent-section2 .agent-s2-card__body p:last-child {
  margin-bottom: 0;
}

/* ---------- Section3：整图 ---------- */
/* .agent-2-page .agent-section3 .section-container {
  max-width: 1200px;
  margin: 0 auto;
} */

/* .agent-2-page .agent-section3 .agent-diagram {
  margin-top: 8px;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
} */

.agent-2-page .agent-section3 .agent-diagram img {
  width: 100%;
  height: auto;
  display: block;
}

/* Section4：左列表右图为通用 media-list，不额外覆盖布局 */

/* ---------- Section5：安全三卡 ---------- */
.agent-2-page .agent-section5 .agent-s5 {
  width: 100%;
}

.agent-2-page .agent-section5 .agent-s5__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.agent-2-page .agent-section5 .agent-s5-card {
  background: linear-gradient(0deg, #eef2fa, #eef2fa),
    linear-gradient(0deg, rgba(16, 28, 47, 0.06), rgba(16, 28, 47, 0.06)), #fff;
  border-radius: 20px;
  padding: 28px 24px 32px;
  box-sizing: border-box;
  border: 1px solid rgba(16, 28, 47, 0.06);
}

.agent-2-page .agent-section5 .agent-s5-card__head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.agent-2-page .agent-section5 .agent-s5-card__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.agent-2-page .agent-section5 .agent-s5-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #101c2f;
  line-height: 1.45;
  flex: 1;
  min-width: 0;
}

.agent-2-page .agent-section5 .agent-s5-card__summary {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #0034ad;
  /* font-weight: 600; */
}

.agent-2-page .agent-section5 .agent-s5-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #101c2f;
  font-size: 16px;
  line-height: 1.6;
}

.agent-2-page .agent-section5 .agent-s5-card__list li {
  position: relative;
  margin: 6px 0;
  padding-left: 16px;
}

.agent-2-page .agent-section5 .agent-s5-card__list li:last-child {
  margin-bottom: 0;
}

 .agent-2-page .agent-section5 .agent-s5-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #475569;
    border-radius: 50%;

}

/* ---------- 响应式 ---------- */
@media screen and (max-width: 1300px) {
  .agent-2-page .agent-section1 .agent-s1__grid,
  .agent-2-page .agent-section2 .agent-s2__grid,
  .agent-2-page .agent-section5 .agent-s5__grid {
    padding: 0 20px;
  }
}

/* @media screen and (max-width: 1024px) {
  .agent-2-page .agent-section1 .agent-s1__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agent-2-page .agent-section2 .agent-s2__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agent-2-page .agent-section5 .agent-s5__grid {
    grid-template-columns: repeat(2, 1fr);
  }
} */

/* @media screen and (max-width: 768px) {
  .agent-2-page .agent-section1 .agent-s1__grid,
  .agent-2-page .agent-section2 .agent-s2__grid,
  .agent-2-page .agent-section5 .agent-s5__grid {
    grid-template-columns: 1fr;
  }
} */
