.dsc-hosting-section {
  padding: 3.5rem 1rem;
  background: #f8f9fc;
  border-top: 1px solid rgba(89, 44, 148, 0.08);
}

.dsc-hosting-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.dsc-hosting-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #592c94;
}

.dsc-hosting-header h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #1a1030;
  font-weight: 700;
}

.dsc-hosting-header h2 span {
  color: #53007a;
}

.dsc-hosting-lead {
  margin: 0 auto 2rem;
  max-width: 36rem;
  color: #555;
  font-size: 1.02rem;
  line-height: 1.55;
}

.dsc-hosting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.75rem;
  text-align: left;
}

.dsc-hosting-card {
  background: #fff;
  border: 1px solid rgba(89, 44, 148, 0.12);
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 6px 18px rgba(83, 0, 122, 0.06);
}

.dsc-hosting-card__icon {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(89, 44, 148, 0.1);
  color: #592c94;
  margin-bottom: 0.65rem;
}

.dsc-hosting-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: #1a1030;
}

.dsc-hosting-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.55;
}

app-team [data-dsc-hosting-hidden] {
  display: none !important;
}
