﻿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;
}

.container1 {
  width: 100%;
  max-width: 840px;
  margin: 2.5rem auto 1.5rem;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.25);
}

.container1 img {
  width: 100%;
  height: auto;
  display: block;
}

h1 {
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 4.4rem);
  font-weight: 800;
  margin: 2rem 0 1rem;
  text-align: center;
}

.container2 {
  width: min(860px, 100%);
  margin: 0 auto 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 32px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.28);
}

.Tekst2 {
  color: #d8d7ee;
  line-height: 1.85;
  font-size: 1.03rem;
}

footer {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.Knop {
  width: 100%;
  padding: 1.4rem 1.75rem;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, #7d47ff, #c585ff);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 50px rgba(125, 59, 255, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.Knop:hover {
  transform: translateY(-2px);
}

footer > div,
.footer {
  width: 100%;
}

.mobiel {
  display: block;
  padding: 3rem 1.5rem 4rem;
}

.desktop {
  display: none;
}

@media (min-width: 992px) {
  .mobiel {
    display: none;
  }

  .desktop {
    display: block;
    position: relative;
    padding: 4rem 2rem;
  }

  .container {
    width: min(980px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .Tekst20 {
    width: 100%;
    color: #eef1ff;
    font-size: 1.1rem;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    padding: 1.75rem;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  }

  h1 {
    text-align: center;
    margin-bottom: 0;
  }

  .skill-container {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    padding: 2rem;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  }

  .skill {
    margin-bottom: 1.25rem;
  }

  .skill-name {
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #f3f0ff;
  }

  .progress-bar {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
    height: 18px;
  }

  .progress {
    height: 100%;
    text-align: right;
    padding-right: 1rem;
    color: white;
    line-height: 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
  }

  .html {
    background: linear-gradient(135deg, #f0503a, #f8894b);
    width: 90%;
  }

  .css {
    background: linear-gradient(135deg, #2c6bed, #6a7dfc);
    width: 80%;
  }

  .js {
    background: linear-gradient(135deg, #f3d449, #f0b733);
    color: #111;
    width: 50%;
  }

  .Arduino {
    background: linear-gradient(135deg, #3e7bc7, #6da4ff);
    width: 60%;
  }

  .php {
    background: linear-gradient(135deg, #6f70c4, #9a9ff8);
    width: 80%;
  }

  .csharp {
    background: linear-gradient(135deg, #3b6a37, #76ad72);
    color: #111;
    width: 10%;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(36px);
    opacity: 0.5;
  }

  .circle.big {
    width: 420px;
    height: 420px;
    background: rgba(125, 71, 255, 0.25);
    right: -120px;
    top: -140px;
  }

  .circle.big2 {
    width: 360px;
    height: 360px;
    background: rgba(58, 47, 115, 0.22);
    left: -100px;
    top: -220px;
  }
}
