 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.intro-box { background: rgba(0, 0, 0, 0.55); padding: 25px; border-radius: 14px; max-width: 850px; backdrop-filter: blur(3px); box-shadow: 0 0 25px rgba(0,0,0,0.4); }
.main-overlap {
  position: relative;
  z-index: 5;
  margin-top: -400px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 80px;
}

/* Algemene links */

a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #ffc107;
}

/* Link kaarten */

.link-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.link-card h3 {
  color: #ffc107;
  margin-bottom: 20px;
  text-decoration: none;
}

.link-card p {
  color: #f5f5f5;
  line-height: 1.7;
  text-decoration: none;
}

/* Zorg dat hele kaart klikbaar blijft */

.link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 193, 7, 0.35);
  transition: 0.2s;
}

a {
  color: #ffffff;
  text-decoration: underline;
  transition: 0.2s;
}
.link-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}
a:hover {
  color: #ffc107;
}
/* Algemene nette tabellen */
.marifoon-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 760px;
  font-size: 0.95rem;
}

.marifoon-table th,
.marifoon-table td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.marifoon-table th {
  background: rgba(255, 193, 7, 0.12);
  color: #ffc107;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

.marifoon-table tr:hover td {
  background: rgba(255,255,255,0.045);
}

.marifoon-table tbody tr:last-child td {
  border-bottom: none;
}

.marifoon-table td:first-child,
.marifoon-table th:first-child {
  font-weight: 700;
  color: #ffd34d;
  white-space: nowrap;
}

.marifoon-table td {
  color: #f5f5f5;
}

.marifoon-table .highlight-row td,
.highlight-row td {
  background: rgba(255, 193, 7, 0.10);
  color: #fff;
}

/* Zorgt dat lange tabellen netjes scrollen op mobiel */
.card > div[style*="overflow-x:auto"] {
  border-radius: 16px;
  overflow-x: auto;
}

/* Mooier op telefoon */
@media (max-width: 700px) {
  .marifoon-table {
    font-size: 0.88rem;
    min-width: 700px;
  }

  .marifoon-table th,
  .marifoon-table td {
    padding: 12px 14px;
  }
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffd54a;
  font-weight: bold;
  font-size: 1.2rem;
}

.logo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffd54a;
  font-weight: bold;
  font-size: 1.2rem;
}

.logo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.logo:hover img {
  transform: scale(1.15) rotate(-3deg);
}
.buttons {
  position: absolute;
  bottom: 20px;

  left: 50%;
  transform: translateX(-50%);

  display: flex;
  gap: 20px;
}
.content-grid {
   display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    align-items: stretch;
}

.intro-box {
    flex: 2;
    min-width: 300px;
}

.banana-wall {
    flex: 1;
    min-width: 280px;
}
.logo {
  color: #ffc107;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #05070c;
  color: #f4f4f4;
  line-height: 1.6;
}

header {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.25)),
    url('background.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.hero {
  max-width: 900px;
  animation: fadeIn 1.2s ease-in-out;
  margin-bottom: 2rem;
}
.hero {
  position: relative;
  min-height: 100vh;

  background-image: url("background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;

  max-width: 900px;
  padding: 20px;
}

.hero h1 {
  font-size: 70px;
  color: #f2c230;
  margin-bottom: 20px;

  text-shadow: 3px 3px 10px #000;
}

.subtitle {
  font-size: 28px;
  color: white;

  text-shadow: 2px 2px 8px #000;
}
.buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.2s;
}

.btn-primary {
  background: #ffc107;
  color: #111;
}

.btn-secondary {
  border: 2px solid #ffc107;
  color: #ffc107;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.35);
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: rgba(5,7,12,0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

nav strong {
  color: #ffc107;
  letter-spacing: 1px;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin-left: 1rem;
  font-size: 0.95rem;
}

nav a:hover {
  color: #ffc107;
}

section {
  padding: 5rem 2rem;
  max-width: 1150px;
  margin: auto;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #ffc107;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.card {
  background: linear-gradient(145deg, #111827, #080b12);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

.card h3 {
  color: #ffc107;
  margin-bottom: 0.7rem;
}

.freq-box {
  margin-top: 2rem;
  background: #ffc107;
  color: #111;
  padding: 2rem;
  border-radius: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  box-shadow: 0 0 35px rgba(255,193,7,0.25);
}

form {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 650px;
}

input,
textarea,
select {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  background: #151b28;
  color: #fff;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

button {
  background: #ffc107;
  color: #111;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.35);
}

footer {
  text-align: center;
  padding: 2rem;
  background: #030407;
  color: #aaa;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Pagina zonder grote header, zoals novice.html */
.page-header {
  min-height: 35vh;
  align-items: center;
  padding-top: 6rem;
}

.content-block {
  background: linear-gradient(145deg, #111827, #080b12);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 2rem;
}

.content-block h3 {
  color: #ffc107;
  margin-bottom: 0.7rem;
}

.content-block ul {
  margin-left: 1.4rem;
  margin-top: 1rem;
}

.content-block li {
  margin-bottom: 0.5rem;
}

.highlight {
  color: #ffc107;
  font-weight: bold;
}
.content-overlap {
  position: relative;
  z-index: 5;

  margin-top: -600px;

  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;

  padding: 0 25px 80px;
.banana-wall {
    margin-top: 30px;
    background: rgba(20, 15, 0, 0.65);
    border: 1px solid rgba(255, 204, 0, 0.35);
    border-radius: 16px;
    padding: 24px;
    max-width: 850px;
    box-shadow: 0 0 25px rgba(255, 204, 0, 0.12);
}

.banana-wall h2 {
    color: #ffcc00;
    margin-bottom: 8px;
}

.banana-subtitle {
    color: #f5e6a8;
    margin-bottom: 18px;
}

.banana-spot {
    background: rgba(0, 0, 0, 0.35);
    border-left: 4px solid #ffcc00;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.banana-spot strong {
    color: #ffcc00;
    margin-right: 10px;
}

.banana-spot span {
    color: #ddd;
    font-size: 0.9rem;
}

.banana-spot p {
    margin-top: 6px;
    margin-bottom: 0;
}
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  nav a {
    margin: 0 0.4rem;
  }

  section {
    padding: 4rem 1rem;
  }
}
