.deploy-section {
  padding: 60px 20px;
  background-color: #f9fafb;
  font-family: sans-serif;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.intro {
  text-align: center;
  margin-bottom: 40px;
}

.intro h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4b5563;
  margin-bottom: 10px;
}

.description {
  color: #6b7280;
}

.features dl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.feature dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.feature svg {
  width: 24px;
  height: 24px;
  color: #2563eb;
  flex-shrink: 0;
}

.feature dd {
  margin-left: 0;
}

.feature dd p {
  margin: 0 0 10px;
  color: #4b5563;
}

.feature a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.feature a:hover {
  text-decoration: underline;
}
