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

.bbhs-widget-root {
  width: 100%;
  --bbhs-bg-image: none;
  --bbhs-dark-overlay: rgba(0, 0, 0, 0.48);
  --bbhs-gradient-overlay: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(90, 20, 16, 0.2) 34%, rgba(142, 38, 25, 0.48) 68%, rgba(142, 38, 25, 0.62) 100%);
}

.bbhs-widget-root .brabant-hero-section {
  width: 100%;
  min-height: 550px;
  position: relative;
  overflow: hidden;
  background-image: var(--bbhs-bg-image);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}

.bbhs-widget-root .brabant-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bbhs-dark-overlay);
  z-index: 1;
  pointer-events: none;
}

.bbhs-widget-root .brabant-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bbhs-gradient-overlay);
  z-index: 2;
  pointer-events: none;
}

.bbhs-widget-root .brabant-hero-container {
  width: 100%;
  max-width: 1280px;
  min-height: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 650px;
  align-items: center;
  gap: 70px;
  padding: 0 20px;
}

.bbhs-widget-root .brabant-hero-left {
  padding-top: 18px;
}

.bbhs-widget-root .brabant-hero-title {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin: 0 0 3px;
  white-space: nowrap;
}

.bbhs-widget-root .brabant-hero-subtitle {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin: 0 0 17px;
}

.bbhs-widget-root .brabant-hero-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bbhs-widget-root .brabant-btn {
  height: 40px;
  min-width: 198px;
  padding: 0 22px;
  border-radius: 6px;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.bbhs-widget-root .brabant-btn:hover,
.bbhs-widget-root .brabant-btn:focus {
  transform: translateY(-1px);
  opacity: 0.92;
  text-decoration: none;
}

.bbhs-widget-root .brabant-btn-green {
  background: #55b600;
}

.bbhs-widget-root .brabant-btn-light {
  background: rgba(255, 255, 255, 0.88);
  color: #ffffff;
  min-width: 126px;
}

.bbhs-widget-root .phone-icon {
  width: 19px;
  height: 19px;
  margin-right: 8px;
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
}

.bbhs-widget-root .brabant-phone-icon-wrap {
  width: auto;
  height: auto;
  margin-right: 8px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.bbhs-widget-root .brabant-phone-icon-wrap svg,
.bbhs-widget-root .brabant-phone-icon-wrap i {
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: currentColor;
}

.bbhs-widget-root .brabant-hero-card {
  width: 650px;
  min-height: 268px;
  border-radius: 9px;
  background: rgba(152, 50, 38, 0.78);
  padding: 18px 30px 26px 20px;
  margin-top: -3px;
}

.bbhs-widget-root .brabant-card-title {
  color: #ffffff;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 36px;
}

.bbhs-widget-root .brabant-service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.bbhs-widget-root .brabant-service-list li {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.bbhs-widget-root .brabant-check {
  font-size: 19px;
  line-height: 1;
  margin-right: 9px;
  font-weight: 900;
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .bbhs-widget-root .brabant-hero-container {
    max-width: 100%;
    grid-template-columns: 1fr 560px;
    gap: 45px;
    padding: 0 35px;
  }

  .bbhs-widget-root .brabant-hero-title {
    font-size: 44px;
    letter-spacing: 9px;
  }

  .bbhs-widget-root .brabant-hero-subtitle {
    font-size: 27px;
  }

  .bbhs-widget-root .brabant-hero-card {
    width: 560px;
  }

  .bbhs-widget-root .brabant-card-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .bbhs-widget-root .brabant-hero-section {
    min-height: auto;
    background-position: center top;
  }

  .bbhs-widget-root .brabant-hero-container {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 80px 24px;
    text-align: center;
  }

  .bbhs-widget-root .brabant-hero-left {
    padding-top: 0;
  }

  .bbhs-widget-root .brabant-hero-title {
    font-size: 42px;
    letter-spacing: 8px;
    white-space: normal;
  }

  .bbhs-widget-root .brabant-hero-subtitle {
    font-size: 26px;
  }

  .bbhs-widget-root .brabant-hero-buttons {
    justify-content: center;
  }

  .bbhs-widget-root .brabant-hero-card {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .bbhs-widget-root .brabant-hero-section {
    background-position: center top;
  }

  .bbhs-widget-root .brabant-hero-container {
    padding: 60px 16px;
    gap: 28px;
  }

  .bbhs-widget-root .brabant-hero-title {
    font-size: 34px;
    letter-spacing: 5px;
  }

  .bbhs-widget-root .brabant-hero-subtitle {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .bbhs-widget-root .brabant-hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .bbhs-widget-root .brabant-btn {
    width: 100%;
    max-width: 280px;
    min-width: auto;
  }

  .bbhs-widget-root .brabant-hero-card {
    padding: 22px 18px 24px;
    border-radius: 8px;
  }

  .bbhs-widget-root .brabant-card-title {
    font-size: 24px;
    margin-bottom: 26px;
  }

  .bbhs-widget-root .brabant-service-list {
    gap: 13px;
  }

  .bbhs-widget-root .brabant-service-list li {
    font-size: 17px;
    align-items: flex-start;
  }

  .bbhs-widget-root .brabant-check {
    margin-top: 1px;
  }
}
