/* aiforgmail.com — stijlblad */

:root {
  --hemel: #dcf0fb;
  --hemel-diep: #2f7fa8;
  --hemel-mid: #7ec4e4;
  --munt: #d9f3ea;
  --munt-diep: #2f9d7f;
  --munt-mid: #8fdcc4;
  --beige: #f8f1e4;
  --beige-diep: #e8dcc4;
  --inkt: #22333d;
  --grijs: #5d7181;
  --wit: #ffffff;
  --rond: 28px;
  --rond-klein: 18px;
  --schaduw: 0 18px 40px rgba(34, 51, 61, 0.08);
  --schaduw-zacht: 0 8px 20px rgba(34, 51, 61, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Trebuchet MS", Verdana, Tahoma, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--inkt);
  background: var(--beige);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--hemel-diep);
}

h1, h2, h3, h4 {
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 700;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.3rem; }

p { margin: 0 0 16px; }

.omhulsel {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- Kopbalk en navigatie ---------- */

.kopbalk {
  background: var(--wit);
  border-bottom: 3px solid var(--hemel);
  position: sticky;
  top: 0;
  z-index: 40;
}

.kopbalk-binnen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  flex-wrap: wrap;
}

.merk {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--inkt);
  font-weight: 700;
  font-size: 1.25rem;
}

.merk-teken {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--hemel-mid), var(--munt-mid));
  display: grid;
  place-items: center;
  color: var(--wit);
  font-size: 1.1rem;
}

.merk small {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--grijs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-schakel,
.menu-knop {
  display: none;
}

.navigatie ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.navigatie a {
  display: block;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--inkt);
  font-weight: 600;
  font-size: 0.98rem;
}

.navigatie a:hover,
.navigatie a.actief {
  background: var(--hemel);
  color: var(--hemel-diep);
}

/* ---------- Knoppen ---------- */

.knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  border: 3px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.knop:hover {
  transform: translateY(-2px);
  box-shadow: var(--schaduw-zacht);
}

.knop-hoofd {
  background: var(--hemel-diep);
  color: var(--wit);
}

.knop-munt {
  background: var(--munt-diep);
  color: var(--wit);
}

.knop-licht {
  background: var(--wit);
  color: var(--hemel-diep);
  border-color: var(--hemel-mid);
}

.knoppenrij {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

/* ---------- Secties ---------- */

.sectie {
  padding: 74px 0;
}

.sectie-hemel { background: var(--hemel); }
.sectie-munt { background: var(--munt); }
.sectie-wit { background: var(--wit); }
.sectie-beige { background: var(--beige); }

.sectie-kop {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.sectie-kop p {
  color: var(--grijs);
  font-size: 1.08rem;
}

.label {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--wit);
  color: var(--munt-diep);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sectie-wit .label { background: var(--munt); }

/* ---------- Onthaal ---------- */

.onthaal {
  background: linear-gradient(160deg, var(--hemel) 0%, var(--munt) 55%, var(--beige) 100%);
  padding: 70px 0 80px;
}

.onthaal-binnen {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
}

.onthaal h1 span {
  color: var(--hemel-diep);
}

.onthaal p.groot {
  font-size: 1.18rem;
  color: #3f5563;
}

.onthaal-beeld {
  border-radius: var(--rond);
  overflow: hidden;
  box-shadow: var(--schaduw);
  background: var(--wit);
  padding: 14px;
}

.onthaal-beeld img {
  border-radius: 20px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.punten {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.punten li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 600;
}

.vinkje {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--munt-diep);
  color: var(--wit);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 3px;
}

/* ---------- Roosters en kaarten ---------- */

.rooster {
  display: grid;
  gap: 26px;
}

.rooster-2 { grid-template-columns: repeat(2, 1fr); }
.rooster-3 { grid-template-columns: repeat(3, 1fr); }
.rooster-4 { grid-template-columns: repeat(4, 1fr); }

.kaart {
  background: var(--wit);
  border-radius: var(--rond);
  padding: 32px;
  box-shadow: var(--schaduw-zacht);
  border: 2px solid rgba(126, 196, 228, 0.25);
}

.kaart h3 {
  margin-bottom: 10px;
}

.kaart p:last-child {
  margin-bottom: 0;
}

.kaart-beige { background: var(--beige); }
.kaart-munt { background: var(--munt); }
.kaart-hemel { background: var(--hemel); }

.teken {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  background: var(--hemel);
  color: var(--hemel-diep);
}

.teken-munt {
  background: var(--munt);
  color: var(--munt-diep);
}

.teken-beige {
  background: var(--beige-diep);
  color: #8a6d3b;
}

.teken svg {
  width: 34px;
  height: 34px;
}

.beeldkaart {
  background: var(--wit);
  border-radius: var(--rond);
  overflow: hidden;
  box-shadow: var(--schaduw-zacht);
  display: flex;
  flex-direction: column;
}

.beeldkaart img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}

.beeldkaart-tekst {
  padding: 26px 28px 30px;
}

.beeldkaart-tekst p:last-child { margin-bottom: 0; }

/* ---------- Stappen ---------- */

.stappen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: teller;
}

.stap {
  background: var(--wit);
  border-radius: var(--rond);
  padding: 34px 28px;
  box-shadow: var(--schaduw-zacht);
  position: relative;
}

.stap-nummer {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: var(--munt-diep);
  color: var(--wit);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.stap:nth-child(2) .stap-nummer { background: var(--hemel-diep); }
.stap:nth-child(3) .stap-nummer { background: #c9a227; }
.stap:nth-child(4) .stap-nummer { background: #4f7d95; }

/* ---------- Twee kolommen met beeld ---------- */

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.duo-beeld img {
  border-radius: var(--rond);
  box-shadow: var(--schaduw);
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.duo-omgekeerd .duo-beeld { order: 2; }

/* ---------- Cijfers ---------- */

.cijfers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}

.cijfer {
  background: var(--wit);
  border-radius: var(--rond-klein);
  padding: 28px 18px;
  box-shadow: var(--schaduw-zacht);
}

.cijfer strong {
  display: block;
  font-size: 2.1rem;
  color: var(--hemel-diep);
}

.cijfer span {
  color: var(--grijs);
  font-size: 0.95rem;
}

/* ---------- Vragen ---------- */

.vragen {
  display: grid;
  gap: 16px;
  max-width: 880px;
  margin: 0 auto;
}

.vraag {
  background: var(--wit);
  border-radius: var(--rond-klein);
  padding: 26px 30px;
  box-shadow: var(--schaduw-zacht);
}

.vraag h3 {
  color: var(--hemel-diep);
}

.vraag p:last-child { margin-bottom: 0; }

/* ---------- Meningen ---------- */

.mening {
  background: var(--wit);
  border-radius: var(--rond);
  padding: 30px;
  box-shadow: var(--schaduw-zacht);
}

.mening-boven {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.mening-boven img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.mening-boven strong { display: block; }
.mening-boven span { color: var(--grijs); font-size: 0.9rem; }

/* ---------- Tekstblok voor rechtspagina's ---------- */

.tekstblok {
  background: var(--wit);
  border-radius: var(--rond);
  padding: 40px;
  box-shadow: var(--schaduw-zacht);
  max-width: 900px;
  margin: 0 auto;
}

.tekstblok h2 { font-size: 1.6rem; }
.tekstblok ul { padding-left: 22px; }
.tekstblok li { margin-bottom: 10px; }
.tekstblok p:last-child { margin-bottom: 0; }

.pagina-kop {
  background: linear-gradient(150deg, var(--hemel), var(--munt));
  padding: 60px 0;
  text-align: center;
}

.pagina-kop p {
  max-width: 700px;
  margin: 0 auto;
  color: #3f5563;
  font-size: 1.08rem;
}

.kruimels {
  color: var(--grijs);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.kruimels a { color: var(--hemel-diep); text-decoration: none; }

/* ---------- Tabel ---------- */

.tabelhoes {
  overflow-x: auto;
  border-radius: var(--rond-klein);
  background: var(--wit);
  box-shadow: var(--schaduw-zacht);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

th, td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--hemel);
  font-size: 0.97rem;
}

th {
  background: var(--hemel);
  color: var(--hemel-diep);
}

/* ---------- Oproepblok ---------- */

.oproep {
  background: linear-gradient(135deg, var(--hemel-diep), var(--munt-diep));
  color: var(--wit);
  border-radius: 36px;
  padding: 56px 48px;
  text-align: center;
}

.oproep p {
  max-width: 640px;
  margin: 0 auto 10px;
  opacity: 0.94;
  font-size: 1.08rem;
}

.oproep a {
  color: inherit;
}

.oproep .knop-licht {
  background: var(--wit);
  border-color: var(--wit);
}

/* ---------- Formulier ---------- */

.formulier {
  background: var(--wit);
  border-radius: var(--rond);
  padding: 36px;
  box-shadow: var(--schaduw-zacht);
  display: grid;
  gap: 18px;
}

.veld label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.veld input,
.veld select,
.veld textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 16px;
  border: 2px solid var(--hemel);
  background: #fbfdff;
  font: inherit;
  color: var(--inkt);
}

.veld input:focus,
.veld select:focus,
.veld textarea:focus {
  outline: 3px solid var(--munt-mid);
  border-color: var(--munt-mid);
}

.veldrij {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.klein {
  font-size: 0.88rem;
  color: var(--grijs);
}

/* ---------- Voettekst ---------- */

.voettekst {
  background: var(--inkt);
  color: #cfdde5;
  padding: 60px 0 26px;
}

.voettekst h4 {
  color: var(--wit);
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.voettekst a {
  color: #cfdde5;
  text-decoration: none;
}

.voettekst a:hover { color: var(--munt-mid); }

.voettekst-rooster {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1.2fr 1.2fr;
  gap: 34px;
}

.voettekst ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 0.95rem;
}

.voettekst-onder {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.waarschuwing {
  background: var(--beige-diep);
  color: #5c4a26;
  border-radius: var(--rond-klein);
  padding: 22px 26px;
  font-size: 0.95rem;
  border-left: 8px solid #c9a227;
}

/* ---------- Aanpassing voor tablet ---------- */

@media (max-width: 980px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.7rem; }

  .onthaal-binnen,
  .duo {
    grid-template-columns: 1fr;
  }

  .duo-omgekeerd .duo-beeld { order: 0; }

  .rooster-3,
  .rooster-4,
  .stappen,
  .cijfers,
  .voettekst-rooster {
    grid-template-columns: repeat(2, 1fr);
  }

  .voettekst-rooster { gap: 26px; }

  .menu-knop {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--hemel);
    color: var(--hemel-diep);
    font-weight: 700;
    cursor: pointer;
    border: none;
    font-size: 1rem;
  }

  .menu-streepjes {
    display: grid;
    gap: 4px;
  }

  .menu-streepjes span {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background: var(--hemel-diep);
  }

  .navigatie {
    display: none;
    width: 100%;
  }

  .menu-schakel:checked ~ .navigatie {
    display: block;
  }

  .navigatie ul {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px 0 6px;
  }

  .navigatie a {
    padding: 14px 18px;
    background: var(--beige);
    border-radius: 16px;
    font-size: 1.05rem;
  }
}

@media (max-width: 640px) {
  body { font-size: 16px; }

  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.45rem; }

  .sectie { padding: 52px 0; }

  .rooster-2,
  .rooster-3,
  .rooster-4,
  .stappen,
  .cijfers,
  .veldrij,
  .voettekst-rooster {
    grid-template-columns: 1fr;
  }

  .kaart,
  .stap { padding: 26px 22px; }

  .tekstblok { padding: 26px 22px; }

  .oproep { padding: 40px 24px; border-radius: 26px; }

  .onthaal-beeld img { height: 260px; }

  .duo-beeld img { height: 260px; }

  .knop {
    width: 100%;
    padding: 16px 22px;
  }

  .voettekst-onder { flex-direction: column; }
}
