/* VOSS STUDIOS Neon Sci-Fi Theme */

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0b0f1a;
  color: #00ccff;
}

header {
  background-color: #000;
  text-align: center;
  padding: 2rem 1rem;
  border-bottom: 2px solid #00ccff;
}

h1 {
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #00eaff;
}

h2 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 5px #00ccff;
  text-align: center;
}

h3 {
  color: #ffffff;
  text-shadow: 0 0 5px #00ccff;
  text-align: center;
  margin-bottom: 10px;
}

.description {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #0ff;
  text-align: center;
}

.content {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.video-grid iframe {
  width: 100%;
  height: 500px;
  border: 2px solid #00ccff;
  border-radius: 8px;
  box-shadow: 0 0 20px #00ccff44;
  transition: 0.3s ease-in-out;
}

.video-grid iframe:hover {
  box-shadow: 0 0 30px #00eaffaa;
  transform: scale(1.01);
}

footer {
  text-align: center;
  padding: 2rem 1rem;
  background: #00111a;
  color: #0088aa;
  border-top: 1px solid #00ccff33;
  font-size: 1rem;
}

a {
  color: #00eaff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
