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

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

.hrh-widget-root a {
  text-decoration: none;
  color: inherit;
}

.hrh-widget-root .hero-section {
  width: 100%;
  height: var(--hrh-section-height, 650px);
  position: relative;
  overflow: hidden;
  background-image: url("https://aanbouwxxl.nl/wp-content/uploads/2026/05/IMG_2790-scaled-1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hrh-widget-root .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.58) 28%,
      rgba(79, 24, 22, 0.48) 58%,
      rgba(126, 39, 31, 0.62) 100%
    );
  z-index: 1;
}

.hrh-widget-root .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--hrh-content-max-width, 1210px);
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 8px;
  color: #ffffff;
}

.hrh-widget-root .hero-text-box {
  max-width: var(--hrh-text-box-max-width, 795px);
}

.hrh-widget-root .hero-title {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 0 19px;
  color: #ffffff;
}

.hrh-widget-root .hero-description {
  max-width: var(--hrh-description-max-width, 795px);
  font-size: 17px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0 0 25px;
}

.hrh-widget-root .hero-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.hrh-widget-root .hero-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 9px;
  color: #ffffff;
}

.hrh-widget-root .hero-list li::before {
  content: "✓";
  color: #47c900;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}

.hrh-widget-root .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #48c900;
  color: #ffffff;
  min-width: var(--hrh-button-min-width, 226px);
  height: var(--hrh-button-height, 46px);
  padding: 0 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.2px;
  transition: 0.25s ease;
}

.hrh-widget-root .hero-btn:hover,
.hrh-widget-root .hero-btn:focus {
  background: #3fb400;
  color: #ffffff;
  transform: translateY(var(--hrh-button-hover-y, -1px));
  text-decoration: none;
}

@media (max-width: 1200px) {
  .hrh-widget-root .hero-content {
    max-width: var(--hrh-content-max-width, 100%);
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .hrh-widget-root .hero-section {
    height: auto;
    min-height: var(--hrh-section-height, 650px);
    background-position: center center;
  }

  .hrh-widget-root .hero-section::before {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.65) 48%,
        rgba(126, 39, 31, 0.55) 100%
      );
  }

  .hrh-widget-root .hero-content {
    height: auto;
    padding: 100px 24px 100px;
  }

  .hrh-widget-root .hero-title {
    font-size: 30px;
    letter-spacing: 4px;
  }

  .hrh-widget-root .hero-description {
    font-size: 15px;
    line-height: 1.55;
  }

  .hrh-widget-root .hero-list li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hrh-widget-root .hero-section {
    min-height: var(--hrh-section-height, 650px);
  }

  .hrh-widget-root .hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hrh-widget-root .hero-title {
    font-size: 26px;
    letter-spacing: 3px;
  }

  .hrh-widget-root .hero-btn {
    width: 100%;
    max-width: 260px;
  }
}
