.module--hero {
  position: relative;
  overflow: hidden;
}

.module--hero picture img.bg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.module--hero .hero {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 0 0;
  width: 100%;
  height: 100%;
}

.module--hero .wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

.module--hero h1 {
  font-size: 34px !important;
  line-height: 42px !important;
  color: var(--text, #1E1E1E);
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 10px;
}

.module--hero h1 span {
  color: #FF3232;
}

/* Optional: Rich text spacing */
.module--hero .wrapper p {
  color: var(--text, #1E1E1E);
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .module--hero .bg { min-height: 860px; }
  .module--hero .hero {
    padding: 0;
    padding-top: 35px;
  }
  
  .module--hero h1 {
    font-size: 56px !important;
    line-height: 64px !important;
    margin-top: 120px;
  }
  
  .module--hero h1,
  .module--hero p,
  .module--hero ul,
  .module--hero ol {
    max-width: 525px;
  }
  .module--hero .button {
    margin-top: 30px;
    width: 315px;
  }
}

.condition {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  color: #A0A0A0;
}

@media (max-width: 767px) {
  .condition {
    padding: 0 20px;
  }
  
  .button {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }