/* Page-specific Styles for hinweisgeberschutzgesetz.html */

.vb-section-wieso-intro {
  text-align: left;
  max-width: 1200px;
  margin: 0 0 2.5rem 0;
}

/* =========================================
   Hinweisgeberschutzgesetz – Seitenspezifische Styles
   ========================================= */

/* ---------- Hero ---------- */

.page-hero--hinweis {
  padding: 6rem 0 4rem;
  background:
    linear-gradient(120deg, rgba(15, 15, 15, 0.9), rgba(40, 40, 40, 0.6)),
    url("../img/multiple-caucasian-hands-pointing-at-business-male-2025-10-13-12-44-59-utc.jpg")
      center center / cover no-repeat;
  color: #ffffff;
}

.page-hero__kicker {
  font-size: 1.1rem;
  font-weight: 600;
  color: #d1d5db;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}

/* ---------- Intro ---------- */

.whistle-intro {
  padding: 3.5rem 0 2.5rem;
  background: #fff;
}

.whistle-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.whistle-intro__header h2 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.whistle-intro__header p {
  line-height: 1.7;
}

/* ---------- Umsetzung / Split-Section ---------- */

.whistle-implementation {
  padding: 3.5rem 0;
  background: #fff;
}

.whistle-implementation__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.whistle-implementation__text h2 {
  font-size: 1.9rem;
  margin-bottom: 0.3rem;
}

.whistle-implementation__text h3 {
  font-size: 1.3rem;
  color: #555555;
  margin-bottom: 1.2rem;
}

.whistle-implementation__text p {
  margin-bottom: 0.9rem;
  line-height: 1.7;
}

.whistle-implementation__text ul {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
  list-style: disc;
}

.whistle-implementation__text li {
  margin-bottom: 0.2rem;
}

.whistle-implementation__media img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
}

/* ---------- Vorteile ---------- */

.whistle-benefits {
  padding: 4rem 0;
  background: #fff;
}

/* ---------- Quick-Check ---------- */

.whistle-check {
  padding: 3.5rem 0;
  background: #fff;
}

.whistle-check__inner {
  max-width: 760px;
  margin: 0 auto;
}

.whistle-check__content h2 {
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
}

.whistle-check__content p {
  line-height: 1.7;
}

.whistle-check__note {
  font-size: 0.9rem;
  color: #555;
}

/* ---------- Digitales Portal ---------- */

.whistle-portal {
  padding: 4rem 0;
  background: #fff;
}

.whistle-portal__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.whistle-portal__text {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.whistle-portal__text::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top left, rgba(180, 180, 180, 0.35), transparent 60%),
    radial-gradient(circle at bottom right, rgba(120, 120, 120, 0.2), transparent 55%);
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.whistle-portal__text:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.whistle-portal__text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1f1f1f;
}

.whistle-portal__text p {
  color: #4b4b4b;
  line-height: 1.7;
  margin-bottom: 0.9rem;
}

.whistle-portal__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.whistle-portal__hint {
  font-size: 0.9rem;
  color: #6f6f6f;
}

.whistle-portal__media {
  position: relative;
  display: flex;
  justify-content: center;
}

.whistle-portal__media img {
  width: 100%;
  max-width: 420px;
  border-radius: 1.75rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.24);
  transform: translate3d(0, 10px, 0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* =====================================================
   RESPONSIVE – SMARTPHONE
   ===================================================== */

@media (max-width: 768px) {

  /* Hero Titel & alle weiteren Titel umbrechen */
  .page-hero--hinweis h1,
  .whistle-intro__header h2,
  .whistle-implementation__text h2,
  .whistle-implementation__text h3,
  .whistle-check__content h2,
  .whistle-portal__text h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    max-width: 100%;
    word-break: break-word;
    hyphens: auto;
  }

  /* Layout vereinfachen */
  .whistle-implementation__grid,
  .whistle-portal__grid {
    grid-template-columns: 1fr;
  }

  /* Bildboxen entfernen */
  .whistle-implementation__media,
  .whistle-portal__media {
    display: none !important;
  }

  /* Text mittig & begrenzt */
  .whistle-implementation__text,
  .whistle-portal__text {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .whistle-implementation__text ul {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
}

