/* Gedeelde footer, in de rustige stijl van de vernieuwde pagina's. */
.site-footer.site-footer--modern {
  background: #32346f;
  color: #fff;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
.site-footer--modern .rf-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.site-footer--modern .rf-grid { display: grid; grid-template-columns: 1fr 1.38fr .85fr .95fr; gap: 36px; padding-block: 56px 40px; }
.site-footer--modern .rf-grid > * { min-width: 0; }
.site-footer--modern h2 { margin: 0 0 14px; font-family: "Baloo 2", "Nunito", Arial, sans-serif; color: #fff; font-size: 25px; line-height: 1.2; font-weight: 700; letter-spacing: 0; }
.site-footer--modern p { margin: 0; font-size: inherit; line-height: 1.65; font-weight: 400; }
.site-footer--modern a { color: #fff; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-footer--modern a:focus-visible { outline: 3px solid #ffd987; outline-offset: 5px; border-radius: 4px; }
.site-footer--modern .rf-logo { display: flex; align-items: center; justify-content: center; width: 166px; max-width: 100%; padding: 12px 18px; background: #fff; border-radius: 14px 14px 30px 14px; }
.site-footer--modern .rf-logo img { display: block; width: 130px; height: 74px; object-fit: contain; }
.site-footer--modern .rf-brand > p { max-width: 220px; margin-block: 18px 12px; color: #eeeef6; }
.site-footer--modern .rf-trust { display: inline-block; max-width: 225px; padding-block: 6px; color: #e0efe5; font-size: 14px; font-weight: 700; text-decoration: underline; }
.site-footer--modern .rf-channels { display: flex; align-items: center; flex-wrap: wrap; column-gap: 20px; }
.site-footer--modern .rf-phone { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; white-space: nowrap; font-size: 19px; font-weight: 800; }
.site-footer--modern .rf-phone svg { width: 18px; height: 18px; flex: 0 0 18px; }
.site-footer--modern .rf-whatsapp { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: underline; }
.site-footer--modern .rf-email { display: flex; align-items: center; flex-wrap: wrap; width: fit-content; max-width: 100%; min-height: 40px; padding-block: 5px; font-size: 15px; font-weight: 700; text-decoration: underline; overflow-wrap: anywhere; }
.site-footer--modern .rf-hours { max-width: 340px; margin-block: 12px 20px; color: #e5e5f0; font-size: 13px; line-height: 1.7; }
.site-footer--modern .rf-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 12px; background: #f47c20; color: #fff; font-size: 16px; font-weight: 800; line-height: 1.4; text-align: center; text-decoration: none; transition: box-shadow 160ms ease; }
.site-footer--modern .rf-button:active { background: #dc6b16; color: #fff; box-shadow: none; }
.site-footer--modern .rf-online { display: block; margin-top: 10px; color: #e5e5f0; font-size: 12px; }
.site-footer--modern .rf-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.site-footer--modern .rf-nav li { margin: 0; padding: 0; }
.site-footer--modern .rf-nav a { display: flex; align-items: center; width: fit-content; max-width: 100%; min-height: 40px; padding-block: 8px; color: #eeeef6; font-size: 14px; line-height: 1.55; font-weight: 600; }
.site-footer--modern .rf-bottom { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px 32px; padding-block: 26px 64px; border-top: 1px solid #62648f; color: #ddddea; }
.site-footer--modern .rf-organization p { font-size: 13px; line-height: 1.7; }
.site-footer--modern .rf-organization a { text-decoration: underline; }
.site-footer--modern .rf-social { display: flex; flex-wrap: wrap; gap: 4px 22px; }
.site-footer--modern .rf-social a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: underline; }
.site-footer--modern .rf-bottom small { grid-column: 1 / -1; font-size: 12px; text-align: center; }
@media (hover: hover) and (pointer: fine) {
  .site-footer--modern a:hover { color: #fff; text-decoration: underline; }
  .site-footer--modern .rf-button:hover { background: #f47c20; color: #fff; text-decoration: none; box-shadow: 0 5px 18px rgba(0, 0, 0, .2); }
}
@media (max-width: 1100px) {
  .site-footer--modern .rf-grid { grid-template-columns: 1fr 1fr; gap: 36px 52px; }
  .site-footer--modern .rf-brand > p { max-width: 280px; }
  .site-footer--modern .rf-trust { max-width: none; }
}
@media (max-width: 620px) {
  .site-footer--modern .rf-wrap { width: calc(100% - 40px); }
  .site-footer--modern .rf-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; padding-block: 36px 30px; }
  .site-footer--modern .rf-brand, .site-footer--modern .rf-contact { grid-column: 1 / -1; }
  .site-footer--modern .rf-brand { padding-bottom: 26px; border-bottom: 1px solid #62648f; }
  .site-footer--modern .rf-brand > p { max-width: none; margin-block: 14px 4px; }
  .site-footer--modern .rf-logo { width: 146px; padding: 8px 16px; }
  .site-footer--modern .rf-logo img { width: 114px; height: 66px; }
  .site-footer--modern .rf-trust { padding-block: 8px; font-size: 13px; }
  .site-footer--modern .rf-button { width: 100%; }
  .site-footer--modern .rf-online { text-align: center; }
  .site-footer--modern .rf-nav h2 { font-size: 23px; margin-bottom: 8px; }
  .site-footer--modern .rf-nav a { min-height: 44px; padding-block: 9px; font-size: 13px; }
  .site-footer--modern .rf-bottom { grid-template-columns: 1fr; gap: 14px; padding-block: 22px 88px; }
  .site-footer--modern .rf-bottom small { grid-column: auto; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer--modern .rf-button { transition: none; }
}
