    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    body {
      background: #0b1220;
      color: white;
      overflow-x: hidden;
    }

    /* NAVBAR */
    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      padding: 1rem 3rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(0,0,0,0.3);
      backdrop-filter: blur(12px);
      z-index: 999;
    }

    .logo {
      font-weight: 700;
      font-size: 1.3rem;
      text-decoration: none;
      color: white;
    }

    .navbar nav a {
      color: white;
      text-decoration: none;
      margin-left: 1.5rem;
      transition: 0.3s;
    }

    .navbar nav a:hover {
      color: #60a5fa;
    }

    /* HERO */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2rem;
      background: radial-gradient(circle at top, #1d4ed8, #0b1220, #020617);
    }

    .hero h1 {
      font-size: 3.5rem;
      margin-bottom: 1rem;
    }

    .hero p {
      max-width: 800px;
      color: #cbd5e1;
      line-height: 1.7;
      margin: auto;
    }

    /* SECTIONS */
    section {
      padding: 5rem 10%;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }

    .card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      padding: 2rem;
      border-radius: 20px;
      transition: 0.3s;
    }

    .card:hover {
      transform: translateY(-8px);
      background: rgba(255,255,255,0.08);
    }

    .card h3 {
      color: #93c5fd;
      margin-bottom: 1rem;
    }

    footer {
      text-align: center;
      padding: 2rem;
      color: #94a3b8;
      background: #020617;
    }
    
/* =========================
   NAVBAR
========================= */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  z-index: 999;
}

/* =========================
   LOGO CONTAINER
========================= */

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

/* =========================
   LOGO AFBEELDING
========================= */

.logo-img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  transition: 0.3s ease;
}

.logo-img:hover {
  transform: rotate(5deg) scale(1.05);
}

/* =========================
   LOGO TEKST
========================= */

.logo-text {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
}

.logo-text:hover {
  color: #93c5fd;
}

/* =========================
   NAVIGATIE LINKS
========================= */

.navbar nav a {
  color: white;
  text-decoration: none;
  margin-left: 2rem;
  font-weight: 500;
  transition: 0.3s;
}

.navbar nav a:hover {
  color: #93c5fd;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .navbar {
    padding: 1rem;
  }

  .navbar nav {
    display: none;
  }

  .logo-text {
    font-size: 1.1rem;
  }
}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    body {
      background: #0b1220;
      color: white;
      overflow-x: hidden;
    }

    /* NAVBAR */
    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      padding: 1rem 3rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(0,0,0,0.3);
      backdrop-filter: blur(12px);
      z-index: 999;
    }

    .logo {
      font-weight: 700;
      font-size: 1.3rem;
      text-decoration: none;
      color: white;
    }

    .navbar nav a {
      color: white;
      text-decoration: none;
      margin-left: 1.5rem;
      transition: 0.3s;
    }

    .navbar nav a:hover {
      color: #60a5fa;
    }

    /* HERO */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2rem;
      background: radial-gradient(circle at top, #1d4ed8, #0b1220, #020617);
    }

    .hero h1 {
      font-size: 3.5rem;
      margin-bottom: 1rem;
    }

    .hero p {
      max-width: 800px;
      color: #cbd5e1;
      line-height: 1.7;
      margin: auto;
    }

    /* SECTIONS */
    section {
      padding: 5rem 10%;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }

    .card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      padding: 2rem;
      border-radius: 20px;
      transition: 0.3s;
    }

    .card:hover {
      transform: translateY(-8px);
      background: rgba(255,255,255,0.08);
    }

    .card h3 {
      color: #93c5fd;
      margin-bottom: 1rem;
    }

    footer {
      text-align: center;
      padding: 2rem;
      color: #94a3b8;
      background: #020617;
    }
    
/* =========================
   NAVBAR
========================= */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  z-index: 999;
}

/* =========================
   LOGO CONTAINER
========================= */

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

/* =========================
   LOGO AFBEELDING
========================= */

.logo-img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  transition: 0.3s ease;
}

.logo-img:hover {
  transform: rotate(5deg) scale(1.05);
}

/* =========================
   LOGO TEKST
========================= */

.logo-text {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
}

.logo-text:hover {
  color: #93c5fd;
}

/* =========================
   NAVIGATIE LINKS
========================= */

.navbar nav a {
  color: white;
  text-decoration: none;
  margin-left: 2rem;
  font-weight: 500;
  transition: 0.3s;
}

.navbar nav a:hover {
  color: #93c5fd;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .navbar {
    padding: 1rem;
  }

  .navbar nav {
    display: none;
  }

  .logo-text {
    font-size: 1.1rem;
  }

}

/* =========================
   MOBILE FIXES
========================= */

@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  /* NAVBAR */
  .navbar {
    padding: 1rem 1.2rem;
  }

  .logo-img {
    width: 42px;
    height: 42px;
  }

  .logo-text {
    font-size: 1rem;
  }

  /* HERO */
  .hero {
    padding: 6rem 1.5rem 3rem;
    min-height: auto;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* SECTIONS */
  section {
    padding: 3rem 1.5rem;
  }

  /* GRID */
  .grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* CARDS */
  .card {
    padding: 1.5rem;
  }

  /* NAV LINKS */
  .navbar nav {
    display: flex;
    gap: 1rem;
  }

  .navbar nav a {
    margin-left: 0;
    font-size: 0.9rem;
  }
}