/* CSS Document */

/* ===== Footer ===== */
.siteFooter {
    margin-top: 64px;
    padding: 44px 0 18px;
    background: rgb(137 145 155 / 35%);
    border-top: 1px solid rgba(20, 45, 80, .10);
}

.footTop{
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 22px;
  align-items: start;
}

.footBrand{ min-width: 0; }
.footLogoLink{ display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.footLogo{ height: 40px; width: auto; display: block; filter: drop-shadow(0 6px 16px rgba(0,0,0,.08)); }

.footTagline{
  margin: 12px 0 10px;
  color: rgba(20, 45, 80, .78);
  line-height: 1.55;
  max-width: 52ch;
}

.footMeta{
  font-size: 13px;
  color: rgba(20, 45, 80, .62);
}

.footCol{ min-width: 0; }
.footTitle{
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(20, 45, 80, .88);
  margin-bottom: 10px;
}

.footLinks{
  display: grid;
  gap: 8px;
}
.footLinks a{
  color: rgba(20, 45, 80, .72);
  text-decoration: none;
  font-weight: 600;
}
.footLinks a:hover{
  color: rgba(20, 45, 80, .92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shareBox{
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(20, 45, 80, .10);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

.shareBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(20,45,80,.14);
  background: rgba(189, 210, 237, .35);
  color: rgba(20,45,80,.88);
  font-weight: 800;
  cursor: pointer;
}
.shareBtn:hover{
  background: rgba(189, 210, 237, .55);
}

.shareIcon{
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(20,45,80,.12);
  background: rgba(255,255,255,.85);
  color: rgba(20,45,80,.9);
  text-decoration: none;
}
.shareIcon:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}
.shareBox a + a{ margin-left: 8px; }

/* Make icon row */
.shareBox{
  grid-template-columns: 1fr;
}
.shareBox .shareBtn{ grid-column: 1 / -1; }
.shareBox > a{
  display: inline-flex;
}
.shareBox{
  position: relative;
}
.shareBox{
  padding-bottom: 14px;
}
.shareBox{
  overflow: hidden;
}
.shareBox{
  align-content: start;
}
.shareBox{
  row-gap: 12px;
}
.shareBox{
  column-gap: 8px;
}
.shareBox{
  justify-items: start;
}
.shareBox{
  align-items: start;
}
.shareBox{
  /* icon row */
}
.shareBox{
  /* icons line */
}
.shareBox{
  /* keep */
}

.shareBox{
  /* simple inline row for icons */
}
.shareBox{
  display: grid;
}
.shareBox{
  grid-auto-flow: row;
}
.shareBox .shareBtn{ margin-bottom: 2px; }

.shareBox{
  /* icons wrap row */
}
.shareBox{
  /* We'll place icons in a flex row using a wrapper fallback */
}
.shareBox{
  /* no-op */
}

.shareBox{
  /* improved icon layout */
}
.shareBox{
  /* no-op */
}

/* hint */
.footHint{
  margin-top: 8px;
  font-size: 13px;
  color: rgba(20,45,80,.7);
  min-height: 18px;
}

.footBottom{
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 45, 80, .10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(20,45,80,.7);
  font-weight: 700;
}

.footBottom a{
  color: rgba(20,45,80,.75);
  text-decoration: none;
  font-weight: 800;
}
.footBottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

.dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(20,45,80,.55);
  margin-right: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,.12);
}

.sep{ opacity: .55; margin: 0 10px; }

/* ===== Cookie banner (minimal; sluit aan op jouw buttons) ===== */
.cookieBanner{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: grid;
  gap: 10px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(20,45,80,.15);
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
}

.cookieBanner.isVisible{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookieText p{
  margin: 6px 0 0;
  color: rgba(20,45,80,.75);
}

.cookieActions{
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* ===== Share buttons – responsive flex ===== */
.shareBox{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(20, 45, 80, .10);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

/* Copy link button: altijd volle breedte */
.shareBox .shareBtn{
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(20,45,80,.14);
  background: rgba(189, 210, 237, .35);
  color: rgba(20,45,80,.88);
  font-weight: 800;
  cursor: pointer;
}

/* Social icons: flexibel & responsive */
.shareBox .shareIcon{
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(20,45,80,.12);
  background: rgba(255,255,255,.85);
  color: rgba(20,45,80,.9);
  text-decoration: none;
}

/* Hover */
.shareBox .shareBtn:hover{
  background: rgba(189, 210, 237, .55);
}
.shareBox .shareIcon:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}

/* Zorg dat kolommen strak links uitlijnen */
.footCol{
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 🔑 */
}

/* Titel exact links */
.footTitle{
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

/* Links exact onder titel */
.footLinks{
  margin: 0;
  padding: 0;
  align-items: flex-start; /* 🔑 */
}

/* Link items zelf ook */
.footLinks a{
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  display: inline-block;
}

/* Mobiel: iets compacter */
@media (max-width: 480px){
  .shareBox{
    gap: 8px;
  }
  .shareBox .shareIcon{
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .footTop{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px){
  .siteFooter{ padding: 34px 0 14px; }
  .footTop{ grid-template-columns: 1fr; }
  .footBottom{ flex-direction: column; align-items: flex-start; }
}
