.hero-section {
  position: relative;
  z-index: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(100,0,150,0.5), rgba(0,150,200,0.6));
  z-index: -1;
}
section.bg-black span {
  opacity: 0.6;
  letter-spacing: 1px;
}
section.bg-black span:hover {
  opacity: 1;
}
.media-logos span {
  color: #aaaaaa; /* Gri ton, görseldeki gibi */
  font-weight: 500;
  font-size: 1.5rem;
  opacity: 0.7;
  letter-spacing: 1px;
  transition: opacity 0.2s ease;
}
.media-logos span:hover {
  opacity: 1;
}
img.img-fluid {
  border-radius: 16px;
}
.extra-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
