/* =========================================================
   seELentAumel Hero 2.0
   PrestaShop 8 / Classic
   ========================================================= */

.sth2-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(138, 91, 184, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 253, 252, 0.10), rgba(255, 253, 252, 0.10)),
    url("../img/hero-watercolor.png") center center / cover no-repeat;
  box-shadow: 0 16px 38px rgba(76, 63, 84, 0.12);
}

.sth2-hero__inner {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 20px;
  text-align: center;
}

.sth2-hero__brand {
  display: block;
  width: min(560px, 86%);
  height: auto;
  margin: 0 auto 24px;
  filter: drop-shadow(0 5px 8px rgba(76, 63, 84, 0.16));
}

.sth2-hero h1 {
  margin: 0 0 18px;
  color: #70439e;
  font-family: "Bubbler One", sans-serif;
  font-size: clamp(2.7rem, 5.5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-shadow: 0 3px 10px rgba(76, 63, 84, 0.11);
}

.sth2-hero__intro {
  max-width: 680px;
  margin: 0 auto 15px;
  color: #4c3f54;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.55;
}

.sth2-hero__note {
  margin: 0 auto 26px;
  color: #70439e;
  font-size: clamp(0.98rem, 1.4vw, 1.16rem);
  line-height: 1.55;
}

.sth2-hero__cta {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.15rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #8a5bb8, #9e4ca9);
  border-color: transparent;
  color: #fff;
  font-size: 1.05rem;
  text-transform: none;
  box-shadow: 0 9px 22px rgba(138, 91, 184, 0.27);
}

.sth2-hero__cta:hover,
.sth2-hero__cta:focus {
  background: linear-gradient(135deg, #42b7c6, #8a5bb8);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
}

/* Vorteilsboxen */

.sth2-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 44px;
}

.sth2-benefit {
  display: flex;
  min-height: 132px;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid rgba(138, 91, 184, 0.16);
  border-radius: 22px;
  background: rgba(255, 253, 252, 0.96);
  box-shadow: 0 9px 25px rgba(76, 63, 84, 0.09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.sth2-benefit:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 30px rgba(76, 63, 84, 0.13);
}

.sth2-benefit__icon {
  display: inline-flex;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #8a5bb8;
  font-family: Georgia, serif;
  font-size: 2.05rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(138, 91, 184, 0.08);
}

.sth2-benefit__icon--heart {
  background: radial-gradient(circle at 30% 25%, #fff 0 12%, transparent 35%),
              linear-gradient(135deg, #f7e2ee, #eee3f6);
}

.sth2-benefit__icon--book {
  background: radial-gradient(circle at 30% 25%, #fff 0 12%, transparent 35%),
              linear-gradient(135deg, #dff4f6, #eee3f6);
}

.sth2-benefit__icon--leaf {
  background: radial-gradient(circle at 30% 25%, #fff 0 12%, transparent 35%),
              linear-gradient(135deg, #e8f5ef, #f8e3ed);
}

.sth2-benefit__icon--shield {
  background: radial-gradient(circle at 30% 25%, #fff 0 12%, transparent 35%),
              linear-gradient(135deg, #eee3f6, #dff4f6);
}

.sth2-benefit__copy h2 {
  margin: 0 0 5px;
  color: #70439e;
  font-family: "Bubbler One", sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.15;
}

.sth2-benefit__copy p {
  margin: 0;
  color: #65586d;
  font-size: 0.96rem;
  line-height: 1.45;
}

/* Tablet */

@media (max-width: 991px) {
  .sth2-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sth2-hero {
    min-height: 500px;
  }

  .sth2-hero__inner {
    min-height: 500px;
  }
}

/* Smartphone */

@media (max-width: 767px) {
  .sth2-hero {
    min-height: 600px;
    border-radius: 16px;
    background-position: center center;
  }

  .sth2-hero__inner {
    min-height: 600px;
    width: calc(100% - 24px);
    padding: 34px 12px;
    background: rgba(255, 253, 252, 0.20);
  }

  .sth2-hero__brand {
    width: min(440px, 94%);
    margin-bottom: 22px;
  }

  .sth2-hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.4rem);
  }

  .sth2-hero__intro {
    font-size: 1.04rem;
  }

  .sth2-hero__cta {
    width: min(330px, 100%);
    padding: 0.9rem 1.25rem;
  }

  .sth2-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sth2-benefit {
    min-height: 108px;
  }
}
