app-technologies .dsc-tech-injected {
  background: linear-gradient(60deg, #53007a 0%, #6ebbe7 100%);
  padding: 3.5rem 1rem 4rem;
  color: #fff;
}

.dsc-tech-injected__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.dsc-tech-injected h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 700;
  color: #fff;
}

.dsc-tech-injected h2 span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  padding: 0.1em 0.45em;
  border-radius: 4px;
}

.dsc-tech-injected__sub {
  margin: 0 0 2rem;
  opacity: 0.92;
  font-size: 1.02rem;
}

.dsc-tech-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 1rem;
}

.dsc-tech-tile {
  background: #fff;
  border-radius: 12px;
  padding: 1rem 0.5rem 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease;
}

.dsc-tech-tile:hover {
  transform: translateY(-4px);
}

.dsc-tech-tile__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.dsc-tech-tile__name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.2;
}
