.regulator-banner {
  background: linear-gradient(
    180deg,
    rgba(20, 18, 16, 0.95) 0%,
    rgba(30, 28, 26, 0.95) 100%
  );
  padding: 120px 0 100px;
  text-align: center;
}

.regulator-title {
  font-size: 64px;
  color: rgb(244, 128, 0);
  margin-bottom: 10px;
}

.regulator-tagline {
  font-size: 28px;
  color: #e6e6e6;
}

/* Ostatnia sekcja była u Ciebie ucięta — domknąłem ją bez zmian */

.regulator-content {
  background-color: rgb(36, 33, 29);
  padding: 120px 0;
}
