body {
  background: radial-gradient(circle at top, #241237 0%, #090b16 55%, #050406 100%);
  min-height: 100vh;
  overflow-x: hidden;
  color: #eef1ff;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.bg-darkgray {
  background-color: rgba(9, 10, 19, 0.96) !important;
}

.navbar .nav-link,
.navbar .navbar-brand,
.navbar .dropdown-toggle {
  color: #eef1ff;
}

.navbar .nav-link:hover,
.navbar .dropdown-item:hover,
.navbar .active > .nav-link {
  color: #b87dff;
}

.navbar .dropdown-menu {
  background-color: rgba(9, 10, 19, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .dropdown-item {
  color: #eef1ff;
}

.Mobiel {
  color: #eef1ff;
  text-align: center;
  padding: 3rem 1.5rem 4rem;
}

.H1-2 {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.H1-2 h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  margin: 0 0 0.75rem;
}

.H1-2 h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #b9bcd3;
  margin: 0 0 2rem;
}

.opleiding {
  margin-bottom: 2rem;
}

.opleiding .school {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 0.75rem;
  color: #eef1ff;
}

.opleiding .periode {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #9ea4bd;
}

.werkBox {
  background: rgba(255, 255, 255, 0.05);
  color: #eef1ff;
  max-width: 760px;
  margin: 0 auto 32px auto;
  padding: 2rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.werkBox h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 1.25rem;
}

.Baan h4 {
  font-weight: 800;
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: #f3f0ff;
}

.BaanDatum {
  font-weight: 700;
  color: #b1b5c8;
  margin-bottom: 1rem;
  display: block;
}

.Baan ul {
  margin-left: 1rem;
  color: #d7d9f2;
  line-height: 1.75;
}

.Baan ul li {
  margin-bottom: 0.65rem;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  margin: 2rem 0;
}

.hero-visual img {
  width: 280px;
  max-width: 85%;
  z-index: 2;
}

.circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
  opacity: 0.6;
}

.circle.big {
  width: 420px;
  height: 420px;
  background: rgba(184, 125, 255, 0.24);
  right: -100px;
  top: -230px;
}

.circle.big2 {
  width: 420px;
  height: 420px;
  background: rgba(125, 71, 255, 0.16);
  left: -40px;
  top: -280px;
}

.Desktop {
  display: none;
}

@media (max-width: 992px) {
  .H1-2 h1 {
    font-size: 2.6rem;
  }

  .H1-2 h2 {
    font-size: 1rem;
  }

  .werkBox {
    margin: 16px;
    padding: 1.75rem;
  }

  .werkBox h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .Mobiel {
    display: none;
  }

  .Desktop {
    display: block;
  }

  .hero-visual {
    min-height: 420px;
  }
}

