section {
  padding: 80px 0;
}
.bg-top {
  background: url(/Public/images/monitorbg.jpg) no-repeat center 0;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f8fafd;
}
/* --- 修复：块级包裹容器 --- */
.cta-wrapper {
  display: block;
  width: 100%;
  margin-top: 24px;
  clear: both;
}

/* 通用组件样式优化 */
.btn-coral {
  background: #007eff;
  color: white !important;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  border: none;
  display: inline-block;
  white-space: nowrap; /* 杜绝换行 */
  text-decoration: none !important;
  margin-bottom: 15px;
  margin-right: 15px;
}
.btn-coral:hover {
  background: #0066d1;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 126, 255, 0.2);
}
.btn-threat {
  background: #ffffff;
  color: #0066d1 !important;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  border: 1px solid #0066d1;
  display: inline-block;
  white-space: nowrap; /* 杜绝换行 */
  text-decoration: none !important;
}
.btn-threat:hover {
  transform: translateY(-2px);
}
.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #2e2e2f;
}
.check-list li::before {
  content: "✓";
  color: #007eff;
  margin-right: 12px;
  font-weight: bold;
  flex-shrink: 0;
}
.top-list li {
  color: #ffffff;
}
.learn-more {
  color: #007eff !important;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  white-space: nowrap; /* 杜绝换行 */
}
.learn-more:hover {
  text-decoration: underline !important;
}

/* --- Module 样式 --- */
.hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
}
.top-text {
  color: #ffffff;
}
.price-card {
  border: 2px solid #000;
  border-radius: 20px;
  padding: 40px;
  max-width: 550px;
  margin: 0 auto;
  background: white;
  position: relative;
}
.price-val {
  font-size: 4rem;
  font-weight: 700;
}

.brain-box {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brain-part {
  width: 120px;
  height: 240px;
}
.brain-l {
  border: 2px solid #007eff;
  border-radius: 120px 0 0 120px;
}
.brain-r {
  background: #007eff;
  border-radius: 0 120px 120px 0;
}

.feature-tag {
  color: #007eff;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: block;
}

.phone-mockup {
  width: 220px;
  height: 440px;
  border: 8px solid #007eff;
  border-radius: 35px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.connector-line {
  position: absolute;
  left: 0;
  top: 75%;
  width: 0;
  height: 2px;
  background: #007eff;
  z-index: 1;
  transform: translateY(-50%);
}
.registered-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 32px;
  height: 32px;
  background: white;
  border: 2px solid #007eff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-threat-card {
  background: white;
  border-radius: 6px;
  padding: 8px 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  margin-bottom: 15px;
  width: 140px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.actionSection3 {
  background-color: #e8edf3;
  padding: 50px 0;
  color: #646464;
  text-align: center;
}
.actionSection3 h2 {
  color: #212529;
}
.actionSection3 p {
  margin: 20px 0;
}

.hexagon-shield {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 300px;
  background: #253151;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.cs-icon-container {
  width: 120px;
  height: 120px;
  background-color: #007eff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 50px auto;
}
.head-ico {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.body-ico {
  width: 80px;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px 40px 0 0;
  z-index: 1;
}

@media (max-width: 991px) {
  section {
    text-align: center;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .check-list {
    display: inline-block;
    text-align: left;
  }
  .btn-coral {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .btn-threat {
    margin-left: 0;
    margin-top: 15px;
  }
  .phone-mockup {
    margin: 40px auto 0;
  }
  .connector-line {
    display: none;
  }
  .six-bo-d {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
