.enterprise-hero {
  background: linear-gradient(90deg, #007bff 0%, #28a745 100%);
  color: #fff;
  padding: 60px 0 40px 0;
  border-radius: 0 0 32px 32px;
}
.enterprise-hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 18px;
}
.enterprise-section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #e0e0e0;
}
.enterprise-section-title {
  font-weight: 600;
  color: #007bff;
  margin-bottom: 32px;
  font-size: 2rem;
}
.enterprise-benefit-list li {
  margin-bottom: 14px;
  font-size: 1.08rem;
}
.enterprise-service-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,123,255,0.08);
  padding: 32px 24px;
  text-align: center;
  margin-bottom: 24px;
  border: none;
}
.enterprise-service-card h5 {
  color: #28a745;
  font-weight: 600;
  margin-bottom: 12px;
}
.enterprise-img-placeholder {
  background: #e9ecef;
  border-radius: 16px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 24px;
}
.enterprise-why-card {
  background: #f8fafc;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,123,255,0.06);
  padding: 28px 22px;
  margin-bottom: 18px;
  border: none;
  text-align: center;
}
.enterprise-why-card h5 {
  color: #007bff;
  font-weight: 600;
  margin-bottom: 10px;
}
.enterprise-industry-badge {
  display: inline-block;
  margin: 0 6px 10px 0;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
}
.enterprise-cta {
  background: linear-gradient(90deg, #007bff 0%, #28a745 100%);
  color: #fff;
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  margin: 48px 0 0 0;
}
.enterprise-benefit-card {
  background: #fff;
  color: #007bff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,123,255,0.10);
  padding: 22px 18px;
  font-weight: 500;
  font-size: 1.08rem;
  margin-bottom: 18px;
  border: none;
}
.enterprise-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 38px;
  background: #fff;
  color: #007bff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.15rem;
  box-shadow: 0 2px 12px rgba(0,123,255,0.10);
  transition: background 0.2s, color 0.2s;
}
.enterprise-btn:hover {
  background: #007bff;
  color: #fff;
}
@media (max-width: 991px) {
  .enterprise-hero h1 { font-size: 2rem; }
  .enterprise-section-title { font-size: 1.5rem; }
}