.site-prefooter {
  width: 100%;
}

.design-process {
  padding: 80px 0;
  background: #f5f3f3;
  text-align: center;
  color: #000;
}

.design-process h2 {
  font-size: clamp(30px, 4vw, 42px);
  margin-bottom: 32px;
  color: #000;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 520px;
  margin: 0 auto;
}

.process-list p {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.process-list .material-icons-outlined {
  font-size: 22px;
  margin-left: 8px;
  color: #000;
  opacity: 0.9;
}

.design-cta {
  padding: 100px 0;
  background: #f7a1ee52;
  color: #000000;
  text-align: center;
}

.design-cta h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 14px;
}

.design-cta p {
  max-width: 600px;
  font-size: 18px;
  margin: 0 auto 32px;
}

.cta-button {
  display: inline-block;
  padding: 14px 36px;
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
}

.cta-button:hover {
  opacity: 0.9;
}

@media (max-width: 600px) {
  .design-process {
    padding: 20px 0 45px;
  }

  .design-cta {
    padding: 60px 0;
  }
}

#footer {
  position: relative;
  background: #000;
  color: #fff;
  width: 100%;
  font-family: "Poppins", sans-serif;
  --arrow-top: 86px;
}

.footer-arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--arrow-top);
  pointer-events: none;
  z-index: 1;
}

.footer-arrow {
  position: absolute;
  width: clamp(380px, 26vw, 720px);
  height: auto;
  display: block;
}

.footer-arrow-left {
  left: 0;
}

.footer-arrow-right {
  right: 0;
  transform: rotate(180deg);
}

.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 40px;
  padding: 24px 0;
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.footer-left {
  align-items: flex-start;
}

.footer-right {
  align-items: flex-end;
  text-align: right;
}

/* oude logo-class mag blijven, wordt gewoon niet meer gebruikt */
.footer-logo {
  width: 120px;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* DZYN tekst als titel, zelfde stijl als Contact */

.footer-brand {
  color: #fff;
  text-decoration: none;
}

.footer-top-left {
  margin-top: 12px;
}

.footer-top-left h2 {
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 2;
}

.footer-top-left h2 span {
  color: #c63367;
}

.footer-top-right {
  margin-top: 12px;
}

.footer-contact-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #c63367;
}

.footer-top-right h2 {
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 2;
}

.footer-top-right h2 span {
  color: #c63367;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 44px;
}

.footer-menu li {
  margin-bottom: 10px;
  font-size: 20px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #c63367;
}

.footer-bottom-right {
  margin-top: 44px;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 19px;
}

.social-links a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.social-links a:hover {
  color: #c63367;
}

.footer-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer-promo {
  position: relative;
  margin-top: calc(var(--arrow-top) - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

#footer .block-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}

#footer .footer-promo > *:not(.block-link) {
  position: relative;
  z-index: 1;
}

.footer-promo .promo-title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(16px, 1.7vw + 0.4rem, 34px);
  max-width: 560px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer .promo-reveal {
  display: inline-block;
  position: relative;
  overflow: visible;
  word-break: keep-all;
  overflow-wrap: normal;
}

#footer .promo-word {
  display: inline-block;
  white-space: nowrap;
}

.footer-divider {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 22px;
}

.subfooter {
  background: #000;
  padding: 4px 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}

@media (max-width: 1195px) {
  .footer-arrow {
    width: clamp(260px, 19.5vw, 520px);
  }

  .footer-promo {
    margin-top: calc(var(--arrow-top) - 34px);
  }
}

@media (max-width: 900px) {
  #footer {
    --arrow-top: 80px;
  }

  .footer-main {
    gap: 24px;
  }

  .footer-top-right {
    margin-top: 10px;
  }

  .footer-top-right h2 {
    font-size: 36px;
  }

  .footer-top-left h2 {
    font-size: 36px;
  }

  .footer-menu li {
    font-size: 18px;
  }

  .footer-menu {
    margin-top: 15px;
  }

  .footer-bottom-right {
    margin-top: 15px;
  }

  .social-links {
    gap: 14px;
  }

  .social-links a {
    font-size: 28px;
  }

  .footer-promo .promo-title {
    max-width: 380px;
  }

  .footer-arrow {
    width: clamp(200px, 29vw, 520px);
  }
}

@media (max-width: 835px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "promo promo"
      "left right";
    gap: 20px;
  }

  #footer {
    --arrow-top: 130px;
  }

  .footer-top-right h2,
  .footer-top-left h2 {
    font-size: 34.5px;
  }

  .social-links a {
    font-size: 26px;
  }

  .footer-bottom-right {
    margin-top: 32px;
  }

  .footer-left {
    grid-area: left;
  }

  .footer-right {
    grid-area: right;
  }

  .footer-center {
    grid-area: promo;
  }

  .footer-left,
  .footer-right {
    gap: 0;
  }

  .footer-promo {
    margin-top: 8px;
    min-height: 0;
  }

  .footer-promo .promo-title {
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    font-size: clamp(18px, 3vw, 26px);
  }
}

@media (max-width: 600px) {
  #footer {
    --arrow-top: 124px;
  }

  .footer-top-right h2,
  .footer-top-left h2 {
    font-size: 26px;
  }

  .footer-promo .promo-title {
    font-size: clamp(16px, 6vw, 21px);
    white-space: nowrap;
  }

  .footer-menu {
    margin-top: 20px;
  }

  .footer-bottom-right {
    margin-top: 32px;
  }

  .footer-menu li {
    font-size: 15px;
  }

  .social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 11px;
  }

  .social-links a {
    font-size: 19px;
  }

  .footer-arrow {
    width: clamp(160px, 19vw, 380px);
  }
}
