.voc-widget-root {
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background: #ffffff;
}

.voc-widget-root,
.voc-widget-root * {
  box-sizing: border-box;
}

.voc-widget-root .offer-cta-section {
  width: 100%;
  min-height: var(--voc-section-min-height, 388px);
  position: relative;
  overflow: hidden;
  background-image: url("https://aanbouwxxl.nl/wp-content/uploads/2026/05/foto8.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voc-widget-root .offer-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--voc-overlay-color, rgba(148, 43, 32, 0.88));
  z-index: 1;
}

.voc-widget-root .offer-cta-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--voc-container-max-width, 760px);
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  transform: translateY(var(--voc-container-translate-y, -5px));
}

.voc-widget-root .offer-cta-title {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin: 0 0 34px;
}

.voc-widget-root .offer-cta-text {
  max-width: var(--voc-text-max-width, 690px);
  margin: 0 auto 33px;
  color: #ffffff;
  font-size: 16.5px;
  line-height: 1.52;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.voc-widget-root .offer-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--voc-button-gap, 19px);
}

.voc-widget-root .offer-cta-btn {
  height: var(--voc-button-height, 40px);
  border-radius: 7px;
  border: 0;
  outline: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.voc-widget-root .offer-cta-btn:hover {
  opacity: 0.92;
  transform: translateY(var(--voc-button-hover-y, -1px));
  text-decoration: none;
}

.voc-widget-root .offer-cta-btn-green {
  width: 226px;
  background: #41b500;
}

.voc-widget-root .offer-cta-btn-light {
  width: 126px;
  background: rgba(255, 255, 255, 0.82);
  color: #ffffff;
}

.voc-widget-root .offer-phone-icon {
  width: var(--voc-phone-icon-size, 18px);
  height: var(--voc-phone-icon-size, 18px);
  fill: currentColor;
  margin-right: 7px;
  color: currentColor;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .voc-widget-root .offer-cta-section {
    min-height: var(--voc-section-min-height, 360px);
    background-position: center center;
  }

  .voc-widget-root .offer-cta-container {
    max-width: var(--voc-container-max-width, 650px);
    transform: translateY(var(--voc-container-translate-y, 0));
  }

  .voc-widget-root .offer-cta-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .voc-widget-root .offer-cta-text {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 28px;
  }
}

@media (max-width: 520px) {
  .voc-widget-root .offer-cta-section {
    min-height: var(--voc-section-min-height, 410px);
  }

  .voc-widget-root .offer-cta-container {
    padding: 0 16px;
  }

  .voc-widget-root .offer-cta-title {
    font-size: 22px;
    letter-spacing: 0.6px;
  }

  .voc-widget-root .offer-cta-text {
    font-size: 14.5px;
  }

  .voc-widget-root .offer-cta-buttons {
    flex-direction: column;
    gap: var(--voc-button-gap, 12px);
  }

  .voc-widget-root .offer-cta-btn-green,
  .voc-widget-root .offer-cta-btn-light {
    width: 100%;
    max-width: 250px;
  }
}
