/* =========================================================
   HOMEPAGE — HERO
   ========================================================= */
.mb-home-hero-copy h1 {
  margin: 0 0 24px;
}

.mb-home-hero-copy p {
  margin: 0;
  max-width: 610px;
}

/* =========================================================
   HOMEPAGE — SECTIE 2: DRIE HOOFDWERELDEN
   ========================================================= */

/* Sectie */
.mb-home-portals {
  background: #f2f0ea;
  padding: 96px 0 104px;
}

/* Introductie */
.mb-home-portals-intro {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.mb-home-portals-intro .mb-home-section-label {
  margin: 0 0 14px;
  color: #b64d36;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.mb-home-portals-intro h2 {
  margin: 0 0 22px;
  color: #102437;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

.mb-home-portals-intro p:last-child {
  max-width: 790px;
  margin: 0 auto;
  color: #425261;
  font-size: 18px;
  line-height: 1.7;
}

/* =========================================================
   DE DRIE KAARTEN
   ========================================================= */

/* Iedere kaartkolom */
.mb-home-portal {
  --portal-accent: #b64d36;

  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid rgba(16, 36, 55, 0.12);
  border-top: 4px solid var(--portal-accent);
  border-radius: 10px;

  box-shadow:
    0 10px 30px rgba(16, 36, 55, 0.08),
    0 2px 6px rgba(16, 36, 55, 0.04);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

/* Accentkleuren */
.mb-home-portal--verbeeldingen {
  --portal-accent: #c55338;
}

.mb-home-portal--interactica {
  --portal-accent: #168f97;
}

.mb-home-portal--transformaties {
  --portal-accent: #b57a3e;
}

/* Subtiele hoverbeweging */
@media (hover: hover) {
  .mb-home-portal:hover {
    transform: translateY(-5px);
    border-color: color-mix(
      in srgb,
      var(--portal-accent) 42%,
      transparent
    );

    box-shadow:
      0 18px 42px rgba(16, 36, 55, 0.14),
      0 4px 10px rgba(16, 36, 55, 0.06);
  }
}

/* =========================================================
   KAARTAFBEELDING
   ========================================================= */

.mb-home-portal-image {
  margin: 0 !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #102437;
}

/* Divi-afbeeldingswrapper */
.mb-home-portal-image .et_pb_image_wrap {
  display: block;
  width: 100%;
  height: 100%;
}

/* De eigenlijke afbeelding */
.mb-home-portal-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

@media (hover: hover) {
  .mb-home-portal:hover .mb-home-portal-image img {
    transform: scale(1.035);
  }
}

/* =========================================================
   KAARTTEKST
   ========================================================= */

.mb-home-portal-copy {
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 30px 30px 18px;
}

.mb-home-portal-copy .mb-home-portal-label {
  margin: 0 0 11px;
  color: var(--portal-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.mb-home-portal-copy h3 {
  margin: 0 0 15px;
  padding: 0;
  color: #102437;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}

.mb-home-portal-copy p:last-child {
  margin: 0;
  padding: 0;
  color: #4c5b68;
  font-size: 16px;
  line-height: 1.65;
}

/* =========================================================
   HOMEPAGE — KNOPPEN HOOFDKAARTEN
   ========================================================= */

/* Ruimte rondom de knopmodule */
.mb-home-portal .mb-home-portal-button {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 30px 32px !important;
}

/* Werkt zowel wanneer de klasse op de module als op de knop staat */
body #page-container .mb-home-portal .mb-home-portal-button.et_pb_button,
body #page-container .mb-home-portal .mb-home-portal-button .et_pb_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 11px 19px !important;

  color: #ffffff !important;
  background-color: var(--portal-accent) !important;
  background-image: none !important;

  border: 2px solid var(--portal-accent) !important;
  border-radius: 5px !important;

  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.2px !important;

  box-shadow: none !important;

  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease !important;
}

/* Hover */
body #page-container .mb-home-portal .mb-home-portal-button.et_pb_button:hover,
body #page-container .mb-home-portal .mb-home-portal-button .et_pb_button:hover {
  color: #ffffff !important;
  background-color: var(--portal-accent) !important;
  background-image: none !important;
  border-color: var(--portal-accent) !important;

  padding: 11px 19px !important;
  filter: brightness(0.9);
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(16, 36, 55, 0.18) !important;
}

/* Automatisch Divi-pijltje verbergen */
body #page-container .mb-home-portal .mb-home-portal-button.et_pb_button::after,
body #page-container .mb-home-portal .mb-home-portal-button .et_pb_button::after {
  display: none !important;
  content: none !important;
}

/* Tablet */
@media (max-width: 980px) {
  .mb-home-portal .mb-home-portal-button {
    padding: 0 27px 29px !important;
  }
}

/* Telefoon */
@media (max-width: 767px) {
  .mb-home-portal .mb-home-portal-button {
    padding: 0 22px 25px !important;
  }

  body #page-container .mb-home-portal .mb-home-portal-button.et_pb_button,
  body #page-container .mb-home-portal .mb-home-portal-button .et_pb_button {
    width: 100% !important;
  }
}

/* =========================================================
   HOMEPAGE — SECTIE 3: NU TE ONTDEKKEN
   ========================================================= */

/* Sectie */
.mb-home-discover {
  background-color: #091a29;
  padding: 96px 0 108px;
}

/* =========================================================
   INTRODUCTIE
   ========================================================= */

.mb-home-discover-intro {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

/* Kleine bovenregel */
.mb-home-discover-intro .mb-home-section-label {
  margin: 0 0 14px;
  padding: 0;

  color: #58cbc8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

/* Sectietitel */
.mb-home-discover-intro h2 {
  margin: 0 0 22px;
  padding: 0;

  color: #f5f2ec;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

/* Introductietekst */
.mb-home-discover-intro p:last-child {
  max-width: 790px;
  margin: 0 auto;
  padding: 0;

  color: #bfcbd5;
  font-size: 18px;
  line-height: 1.7;
}

/* =========================================================
   PROJECTKAARTEN
   ========================================================= */

.mb-home-project-card {
  --project-accent: #d86549;

  position: relative;
  display: flex;
  flex-direction: column;

  height: 100%;
  min-height: 100%;
  overflow: hidden;

  background-color: #10283a;
  border: 1px solid rgba(214, 227, 236, 0.13);
  border-top: 3px solid var(--project-accent);
  border-radius: 9px;

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.18),
    0 2px 7px rgba(0, 0, 0, 0.12);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* Accentkleur Verbeeldingen */
.mb-home-project-card--verbeelding {
  --project-accent: #d86549;
}

/* Accentkleur Interactica */
.mb-home-project-card--interactica {
  --project-accent: #36c3c7;
}

/* Accentkleur Transformaties */
.mb-home-project-card--transformatie {
  --project-accent: #d0a064;
}

/* Hover op apparaten met muis */
@media (hover: hover) {
  .mb-home-project-card:hover {
    transform: translateY(-5px);
    border-color: var(--project-accent);

    box-shadow:
      0 20px 42px rgba(0, 0, 0, 0.27),
      0 4px 10px rgba(0, 0, 0, 0.15);
  }
}

/* =========================================================
   PROJECTAFBEELDINGEN — ALTIJD 16:9
   ========================================================= */

.mb-home-project-image {
  flex: 0 0 auto;
  margin: 0 !important;
  overflow: hidden;

  aspect-ratio: 16 / 9;
  background-color: #06131f;
}

/* Divi-afbeeldingswrapper */
.mb-home-project-image .et_pb_image_wrap {
  display: block;
  width: 100%;
  height: 100%;
}

/* De afbeelding zelf */
.mb-home-project-image img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

/* Zeer subtiele zoom */
@media (hover: hover) {
  .mb-home-project-card:hover .mb-home-project-image img {
    transform: scale(1.035);
    filter: brightness(1.04);
  }
}

/* =========================================================
   PROJECTTEKST
   ========================================================= */

.mb-home-project-copy {
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 27px 27px 17px;
}

/* Categorieaanduiding */
.mb-home-project-copy .mb-home-project-label {
  margin: 0 0 11px;
  padding: 0;

  color: var(--project-accent);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Projecttitel */
.mb-home-project-copy h3 {
  margin: 0 0 14px;
  padding: 0;

  color: #f5f2ec;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
}

/* Projectomschrijving */
.mb-home-project-copy p:last-child {
  margin: 0;
  padding: 0;

  color: #c3ced7;
  font-size: 15.5px;
  line-height: 1.65;
}

/* =========================================================
   PROJECTKNOPPEN
   ========================================================= */

/* Knopmodule */
.mb-home-project-card .mb-home-project-button {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 27px 29px !important;
}

/*
 * Deze selector werkt zowel wanneer Divi de klasse op de
 * modulewrapper als rechtstreeks op de knop plaatst.
 */
body #page-container
  .mb-home-project-card
  .mb-home-project-button.et_pb_button,
body #page-container
  .mb-home-project-card
  .mb-home-project-button
  .et_pb_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 9px 17px !important;

  color: var(--project-accent) !important;
  background-color: transparent !important;
  background-image: none !important;

  border: 1.5px solid var(--project-accent) !important;
  border-radius: 5px !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.15px !important;

  box-shadow: none !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

/* Knophover */
body #page-container
  .mb-home-project-card
  .mb-home-project-button.et_pb_button:hover,
body #page-container
  .mb-home-project-card
  .mb-home-project-button
  .et_pb_button:hover {
  padding: 9px 17px !important;

  color: #071622 !important;
  background-color: var(--project-accent) !important;
  background-image: none !important;
  border-color: var(--project-accent) !important;

  transform: translateY(-2px);

  box-shadow:
    0 7px 16px rgba(0, 0, 0, 0.22) !important;
}

/* Standaard Divi-pijltje verbergen */
body #page-container
  .mb-home-project-card
  .mb-home-project-button.et_pb_button::after,
body #page-container
  .mb-home-project-card
  .mb-home-project-button
  .et_pb_button::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   TOETSENBORDNAVIGATIE
   ========================================================= */

body #page-container
  .mb-home-project-card
  .mb-home-project-button.et_pb_button:focus-visible,
body #page-container
  .mb-home-project-card
  .mb-home-project-button
  .et_pb_button:focus-visible {
  outline: 3px solid #f5f2ec !important;
  outline-offset: 3px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .mb-home-discover {
    padding: 72px 0 80px;
  }

  .mb-home-discover-intro p:last-child {
    font-size: 17px;
  }

  .mb-home-project-copy {
    padding: 26px 26px 16px;
  }

  .mb-home-project-copy h3 {
    font-size: 25px;
  }

  .mb-home-project-card .mb-home-project-button {
    padding: 0 26px 28px !important;
  }
}

/* =========================================================
   TELEFOON
   ========================================================= */

@media (max-width: 767px) {
  .mb-home-discover {
    padding: 56px 0 64px;
  }

  .mb-home-discover-intro h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .mb-home-discover-intro p:last-child {
    font-size: 16px;
    line-height: 1.65;
  }

  .mb-home-project-card {
    border-radius: 8px;
  }

  .mb-home-project-copy {
    padding: 23px 22px 15px;
  }

  .mb-home-project-copy h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .mb-home-project-copy p:last-child {
    font-size: 15px;
  }

  .mb-home-project-card .mb-home-project-button {
    padding: 0 22px 24px !important;
  }

  body #page-container
    .mb-home-project-card
    .mb-home-project-button.et_pb_button,
  body #page-container
    .mb-home-project-card
    .mb-home-project-button
    .et_pb_button {
    width: 100% !important;
  }
}

/* =========================================================
   VERMINDERDE BEWEGING
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .mb-home-project-card,
  .mb-home-project-image img,
  body #page-container
    .mb-home-project-card
    .mb-home-project-button.et_pb_button,
  body #page-container
    .mb-home-project-card
    .mb-home-project-button
    .et_pb_button {
    transition: none !important;
  }

  .mb-home-project-card:hover,
  .mb-home-project-card:hover .mb-home-project-image img {
    transform: none;
  }
}

/* =========================================================
   HOMEPAGE — SECTIE 4: UITGELICHT INTERACTICA
   ========================================================= */

.mb-home-feature {
  position: relative;
  overflow: hidden;
  padding: 104px 0 112px;
  background-color: #f2f0ea;
}

/* Zeer subtiele decoratieve gloed */
.mb-home-feature::before {
  position: absolute;
  top: -180px;
  right: -160px;
  width: 460px;
  height: 460px;

  content: "";
  pointer-events: none;

  background:
    radial-gradient(
      circle,
      rgba(54, 195, 199, 0.13) 0%,
      rgba(54, 195, 199, 0) 70%
    );
}

.mb-home-feature-row {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1280px;
}

/* =========================================================
   PROJECTBEELD
   ========================================================= */

.mb-home-feature-image {
  position: relative;
  margin: 0 !important;
  overflow: hidden;

  aspect-ratio: 16 / 10;

  background-color: #091a29;
  border: 1px solid rgba(16, 36, 55, 0.15);
  border-radius: 12px;

  box-shadow:
    0 24px 55px rgba(16, 36, 55, 0.18),
    0 5px 15px rgba(16, 36, 55, 0.08);
}

/* Turquoise accentlijn */
.mb-home-feature-image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;

  content: "";
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      #168f97 0%,
      #45cbc7 55%,
      #d0a064 100%
    );
}

.mb-home-feature-image .et_pb_image_wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.mb-home-feature-image img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

@media (hover: hover) {
  .mb-home-feature-image:hover img {
    transform: scale(1.025);
    filter: brightness(1.035);
  }
}

/* =========================================================
   TEKST
   ========================================================= */

.mb-home-feature-content {
  align-self: center;
}

.mb-home-feature-copy {
  margin: 0 !important;
}

.mb-home-feature-copy .mb-home-feature-label {
  margin: 0 0 14px;
  padding: 0;

  color: #168f97;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.mb-home-feature-copy h2 {
  margin: 0 0 12px;
  padding: 0;

  color: #102437;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.15;
}

.mb-home-feature-copy .mb-home-feature-series {
  margin: 0 0 25px;
  padding: 0;

  color: #b4663d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.3px;
}

.mb-home-feature-copy p:not(.mb-home-feature-label):not(
    .mb-home-feature-series
  ) {
  margin: 0 0 18px;
  padding: 0;

  color: #425261;
  font-size: 17px;
  line-height: 1.7;
}

.mb-home-feature-copy p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   KNOP
   ========================================================= */

.mb-home-feature-content .mb-home-feature-button {
  margin: 29px 0 0 !important;
}

/* Geschikt voor verschillende Divi-moduleconstructies */
body #page-container
  .mb-home-feature
  .mb-home-feature-button.et_pb_button,
body #page-container
  .mb-home-feature
  .mb-home-feature-button
  .et_pb_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-height: 49px;
  padding: 11px 21px !important;

  color: #ffffff !important;
  background-color: #168f97 !important;
  background-image: none !important;

  border: 2px solid #168f97 !important;
  border-radius: 5px !important;

  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.2px !important;

  box-shadow: none !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

body #page-container
  .mb-home-feature
  .mb-home-feature-button.et_pb_button:hover,
body #page-container
  .mb-home-feature
  .mb-home-feature-button
  .et_pb_button:hover {
  padding: 11px 21px !important;

  color: #ffffff !important;
  background-color: #0f747c !important;
  background-image: none !important;
  border-color: #0f747c !important;

  transform: translateY(-2px);

  box-shadow:
    0 8px 18px rgba(16, 36, 55, 0.2) !important;
}

/* Divi-pijltje verbergen */
body #page-container
  .mb-home-feature
  .mb-home-feature-button.et_pb_button::after,
body #page-container
  .mb-home-feature
  .mb-home-feature-button
  .et_pb_button::after {
  display: none !important;
  content: none !important;
}

/* Toetsenbordfocus */
body #page-container
  .mb-home-feature
  .mb-home-feature-button.et_pb_button:focus-visible,
body #page-container
  .mb-home-feature
  .mb-home-feature-button
  .et_pb_button:focus-visible {
  outline: 3px solid #102437 !important;
  outline-offset: 3px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .mb-home-feature {
    padding: 80px 0;
  }

  .mb-home-feature-row {
    width: 88%;
  }

  .mb-home-feature-copy {
    max-width: 720px;
  }

  .mb-home-feature-copy h2 {
    font-size: 40px;
  }
}

/* =========================================================
   TELEFOON
   ========================================================= */

@media (max-width: 767px) {
  .mb-home-feature {
    padding: 64px 0;
  }

  .mb-home-feature-row {
    width: 90%;
  }

  .mb-home-feature-image {
    border-radius: 8px;
  }

  .mb-home-feature-copy h2 {
    font-size: 32px;
  }

  .mb-home-feature-copy .mb-home-feature-series {
    margin-bottom: 20px;
  }

  .mb-home-feature-copy p:not(.mb-home-feature-label):not(
      .mb-home-feature-series
    ) {
    font-size: 16px;
    line-height: 1.65;
  }

  body #page-container
    .mb-home-feature
    .mb-home-feature-button.et_pb_button,
  body #page-container
    .mb-home-feature
    .mb-home-feature-button
    .et_pb_button {
    width: 100% !important;
  }
}

/* =========================================================
   VERMINDERDE BEWEGING
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .mb-home-feature-image img,
  body #page-container
    .mb-home-feature
    .mb-home-feature-button.et_pb_button,
  body #page-container
    .mb-home-feature
    .mb-home-feature-button
    .et_pb_button {
    transition: none !important;
  }

  .mb-home-feature-image:hover img {
    transform: none;
  }
}

/* =========================================================
   HOMEPAGE — SECTIE 5: AFSLUITING
   ========================================================= */

.mb-home-closing {
  position: relative;
  overflow: hidden;
  padding: 104px 0 108px;

  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(182, 73, 52, 0.14) 0%,
      rgba(182, 73, 52, 0) 33%
    ),
    radial-gradient(
      circle at 84% 74%,
      rgba(54, 195, 199, 0.1) 0%,
      rgba(54, 195, 199, 0) 34%
    ),
    #061321;
}

/* Subtiele bovenlijn */
.mb-home-closing::before {
  position: absolute;
  top: 0;
  left: 50%;

  width: min(220px, 42%);
  height: 2px;

  content: "";
  transform: translateX(-50%);

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      #b64934 28%,
      #36c3c7 72%,
      transparent 100%
    );
}

.mb-home-closing-row {
  position: relative;
  z-index: 1;

  width: 90%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   TEKST
   ========================================================= */

.mb-home-closing-copy {
  margin: 0 !important;
  text-align: center;
}

.mb-home-closing-copy .mb-home-closing-label {
  margin: 0 0 16px;
  padding: 0;

  color: #58cbc8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.mb-home-closing-copy h2 {
  max-width: 760px;
  margin: 0 auto 26px;
  padding: 0;

  color: #f5f2ec;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.18;
}

.mb-home-closing-copy p:not(.mb-home-closing-label) {
  max-width: 720px;
  margin: 0 auto 18px;
  padding: 0;

  color: #bdc9d3;
  font-size: 17px;
  line-height: 1.72;
}

.mb-home-closing-copy .mb-home-closing-statement {
  margin-top: 29px;
  margin-bottom: 8px;

  color: #f1a16e;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.mb-home-closing-copy .mb-home-closing-signature {
  margin-top: 34px;
  margin-bottom: 0;

  color: #8193a2;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

/* =========================================================
   KNOP
   ========================================================= */

.mb-home-closing .mb-home-closing-button {
  margin: 32px 0 0 !important;
  text-align: center;
}
.mb-home-closing .et_pb_button_module_wrapper {
  text-align: center !important;
}

body #page-container
  .mb-home-closing
  .mb-home-closing-button.et_pb_button,
body #page-container
  .mb-home-closing
  .mb-home-closing-button
  .et_pb_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 10px 21px !important;

  color: #f5f2ec !important;
  background-color: transparent !important;
  background-image: none !important;

  border: 1.5px solid #58cbc8 !important;
  border-radius: 5px !important;

  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;

  box-shadow: none !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

body #page-container
  .mb-home-closing
  .mb-home-closing-button.et_pb_button:hover,
body #page-container
  .mb-home-closing
  .mb-home-closing-button
  .et_pb_button:hover {
  padding: 10px 21px !important;

  color: #061321 !important;
  background-color: #58cbc8 !important;
  background-image: none !important;
  border-color: #58cbc8 !important;

  transform: translateY(-2px);

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.24) !important;
}

/* Standaard Divi-pijltje verbergen */
body #page-container
  .mb-home-closing
  .mb-home-closing-button.et_pb_button::after,
body #page-container
  .mb-home-closing
  .mb-home-closing-button
  .et_pb_button::after {
  display: none !important;
  content: none !important;
}

/* Toetsenbordfocus */
body #page-container
  .mb-home-closing
  .mb-home-closing-button.et_pb_button:focus-visible,
body #page-container
  .mb-home-closing
  .mb-home-closing-button
  .et_pb_button:focus-visible {
  outline: 3px solid #f5f2ec !important;
  outline-offset: 4px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .mb-home-closing {
    padding: 80px 0;
  }

  .mb-home-closing-copy p:not(.mb-home-closing-label) {
    font-size: 16.5px;
  }
}

/* =========================================================
   TELEFOON
   ========================================================= */

@media (max-width: 767px) {
  .mb-home-closing {
    padding: 64px 0;
  }

  .mb-home-closing-copy h2 {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .mb-home-closing-copy p:not(.mb-home-closing-label) {
    font-size: 16px;
    line-height: 1.65;
  }

  .mb-home-closing-copy .mb-home-closing-statement {
    margin-top: 25px;
    font-size: 19px;
  }

  .mb-home-closing-copy .mb-home-closing-signature {
    margin-top: 29px;
    font-size: 12px;
  }

  body #page-container
    .mb-home-closing
    .mb-home-closing-button.et_pb_button,
  body #page-container
    .mb-home-closing
    .mb-home-closing-button
    .et_pb_button {
    width: 100% !important;
  }
}

/* =========================================================
   VERMINDERDE BEWEGING
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  body #page-container
    .mb-home-closing
    .mb-home-closing-button.et_pb_button,
  body #page-container
    .mb-home-closing
    .mb-home-closing-button
    .et_pb_button {
    transition: none !important;
  }
}