body {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #121212;
  color: #f0f0f0;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #f9f9f9;
}

.navbar {
  background: linear-gradient(to right, #ff0057, #7a00ff);
  border-bottom: none;
}

.nav-link {
  text-transform: uppercase;
  margin-left: 1rem;
  color: #ffffff !important;
}

.nav-link.active {
  font-weight: bold;
  color: #ffd700 !important;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.card {
  background: #1f1f1f;
  border: none;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 15px rgba(0,0,0,0.5);
}

.btn-primary {
  background: linear-gradient(to right, #ff0057, #7a00ff);
  border: none;
  text-transform: uppercase;
}

.btn-secondary {
  background-color: #333;
  border: none;
  text-transform: uppercase;
  color: #fff;
}

.btn-primary:hover, .btn-secondary:hover {
  opacity: 0.9;
}

form input, form select, form textarea {
  background-color: #2b2b2b;
  border: 1px solid #666;
  color: #fff;
}

iframe {
  border: 0;
  border-radius: 0;
  margin-top: 1rem;
}

.hero {
  background: url('concert1.jpg') center/cover no-repeat;
  padding: 120px 0;
  text-align: center;
  color: white;
}

.hero h1 {
  font-size: 3rem;
  background: linear-gradient(to right, #ff0057, #7a00ff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.highlight {
  background: #1a1a1a;
  padding: 40px;
  border-left: 5px solid #ff0057;
  margin-bottom: 2rem;
  color: #f0f0f0;
}
