/* 首页第二模块：为什么选择我们 */

#why-us11 {
  background: #f4f7fa;
  padding: 72px 0 80px;
}

#why-us11 .whyus11-container {
  max-width: 1200px;
}

#why-us11 .whyus11-header {
  margin-bottom: 48px;
}

#why-us11 .whyus11-subtitle {
  color: #4a72ff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

#why-us11 .whyus11-title {
  color: #1a1a1a;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.02em;
}

#why-us11 .whyus11-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

#why-us11 .whyus11-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid rgba(220, 230, 245, 0.9);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(15, 35, 80, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#why-us11 .whyus11-card:hover {
  transform: translateY(-4px);
  border-color: #a0c4ff;
  box-shadow: 0 12px 28px rgba(74, 114, 255, 0.12);
}

#why-us11 .whyus11-card .icon-circle {
  width: 52px;
  height: 52px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b8cff 0%, #6b63f6 100%);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(74, 114, 255, 0.35);
}

#why-us11 .whyus11-card-body {
  flex: 1;
  min-width: 0;
}

#why-us11 .whyus11-card h5 {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  margin: 4px 0 10px;
  line-height: 1.35;
}

#why-us11 .whyus11-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 991.98px) {
  #why-us11 {
    padding: 56px 0 64px;
  }

  #why-us11 .whyus11-header {
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  #why-us11 {
    padding: 48px 0 56px;
  }

  #why-us11 .whyus11-card {
    padding: 22px 20px;
  }
}
