
.cta-section {
  position: relative;
  background: url('//ueeshop.ly200-cdn.com/u_file/UPBE/UPBE114/2604/27/photo/5.jpg') center/cover no-repeat;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.cta-overlay {
  background: rgba(0,0,0,0.7);
  padding: 70px 20px;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-text {
  font-size: 16px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 30px;
}

/* 卖点列表 */
.cta-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
}

.cta-features span {
  background: rgba(255,255,255,0.1);
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
}

/* 按钮 */
.cta-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #C1272E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #a81f25;
}

/* 📱 平板 */
@media (max-width: 992px) {
  .cta-title {
    font-size: 28px;
  }
}

/* 📱 手机 */
@media (max-width: 600px) {
  .cta-title {
    font-size: 22px;
  }

  .cta-text {
    font-size: 14px;
  }
}
