:root {
  --punk-yellow: #ffdf00;
  --punk-black: #000000;
  --punk-white: #ffffff;
  --dark-bg: #0a0a0a;
}

/* ================= BASE ================= */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--dark-bg);
  color: var(--punk-white);
  overflow-x: hidden;
  background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
}

/* ================= BACKGROUND VIDEO ================= */
.video-bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
}

#bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(35%);
}

.content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 15px 40px;
}

/* ================= NAVBAR & LED LINKS ================= */
.led-navbar {
  background-color: rgba(0, 0, 0, 0.95) !important;
  border-bottom: 2px solid var(--punk-yellow) !important;
  box-shadow: 0 0 15px rgba(255, 223, 0, 0.2);
}

/* Logo linksboven (Overschrijft text-info blauw) */
.navbar-brand, .text-info {
  color: var(--punk-yellow) !important;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0 0 10px rgba(255, 223, 0, 0.5);
}

.navbar-collapse { justify-content: center; }

/* Basis menu links */
.navbar-dark .navbar-nav .nav-link.led-link {
  font-family: 'Orbitron', sans-serif !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important; /* Voorkomt blauwe achtergrond */
}

/* HOVER: Wit wazig licht effect */
.navbar-dark .navbar-nav .nav-link.led-link:hover {
  color: #ffffff !important;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff !important;
  background-color: transparent !important;
}

/* ACTIVE: Geel LED licht ademend */
.navbar-dark .navbar-nav .nav-link.led-link.active {
  color: var(--punk-yellow) !important;
  text-shadow: 0 0 10px var(--punk-yellow), 0 0 20px var(--punk-yellow), 0 0 30px var(--punk-yellow) !important;
  animation: led-pulse 2s infinite ease-in-out;
  background-color: transparent !important;
}

/* Verwijder blauwe Bootstrap focus-ringen op alle knoppen en links */
.nav-link:focus, .navbar-toggler:focus, .cta-btn:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

@keyframes led-pulse {
  0% { text-shadow: 0 0 8px var(--punk-yellow), 0 0 15px var(--punk-yellow); }
  50% { text-shadow: 0 0 15px var(--punk-yellow), 0 0 35px var(--punk-yellow); }
  100% { text-shadow: 0 0 8px var(--punk-yellow), 0 0 15px var(--punk-yellow); }
}

/* ================= PUNK BARS ================= */
.punk-bar {
  background: var(--punk-yellow);
  color: var(--punk-black);
  padding: 10px 0;
  transform: rotate(-1.5deg);
  width: 110%;
  margin-left: -5%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

/* ================= HEADER ================= */
h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 12vw, 6.5rem);
  text-shadow: 5px 5px 0px var(--punk-yellow);
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ================= HERO IMAGE ================= */
.hero-image-container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 50px;
  border: 6px solid var(--punk-white);
  position: relative;
  box-shadow: 15px 15px 0px var(--punk-yellow);
}

.hero-image-container img {
  width: 100%;
  height: auto;
  display: block;
  filter: contrast(1.1) grayscale(0.2);
}

.hero-label {
  position: absolute;
  bottom: 20px;
  right: -10px;
  background: var(--punk-yellow);
  color: #000;
  padding: 10px 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1rem, 4vw, 2rem);
  transform: rotate(-3deg);
  font-weight: 900;
  border: 2px solid #000;
}

/* ================= SECTIONS ================= */
section {
  background: rgba(0,0,0,0.9);
  border: 3px solid var(--punk-yellow);
  padding: 40px;
  margin-bottom: 50px;
  position: relative;
}

h3 {
  background: var(--punk-yellow);
  color: var(--punk-black);
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 25px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

/* ================= FORM & BUTTONS ================= */
.form-card {
  border: 2px solid var(--punk-yellow);
  padding: 25px;
  background: #000;
}

.neon-control {
  border-radius: 0 !important;
  border: 2px solid var(--punk-yellow) !important;
  background: #111 !important;
  color: #fff !important;
  margin-bottom: 15px;
}

select.neon-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ffdf00' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  padding-right: 40px;
}

.cta-btn {
  background: var(--punk-yellow) !important;
  color: #000 !important;
  border: none !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  padding: 12px;
  width: 100%;
  font-weight: 900;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cta-btn:hover {
  background: #ffffff !important;
  box-shadow: 0 0 20px #ffffff, 0 0 40px #ffffff !important;
  transform: translateY(-2px);
}

.home-scroll-btn {
  background: var(--punk-yellow) !important;
  color: #000 !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  padding: 10px 30px;
  text-decoration: none;
  border: 3px solid #000 !important;
  display: inline-block;
  transition: all 0.3s ease;
  transform: rotate(-1deg);
  margin-top: 30px;
}

.home-scroll-btn:hover {
  background: #ffffff !important;
  box-shadow: 0 0 20px #ffffff, 0 0 40px #ffffff !important;
  transform: scale(1.1) rotate(0deg);
}

/* ================= FOOTER ================= */
footer {
  border-top: 4px solid var(--punk-yellow);
  background: #000;
  padding: 40px 0;
}
/* Styling voor de kleine beschrijvingen onder de titels */
.small {
    font-size: 0.85rem !important; /* Iets kleiner dan normale tekst */
    color: #cccccc !important;     /* Lichtgrijs zodat het leesbaar is op donkere kaarten */
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;                /* Zorgt dat het op een eigen regel staat */
    line-height: 1.4;
}

/* Specifieke extra voor Blondie om die 70's vibe te matchen */
.card-body .small {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}