
/* === HERO BEREICH ========================================== */

.power-dynamics-hero {
  position: relative;
  min-height: 440px;
  padding: 48px 28px 120px 18px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #0f172a;

  /* bewusstes Hintergrund-Echo */
  background-image:
    linear-gradient(120deg, rgba(15,23,42,0.72), rgba(15,23,42,0.42)),
    url('https://www.schaaf-media.com/wp-content/uploads/2026/05/animaspherestudios_A_comic-style_illustration_A_boss_with_a_mal_95923322-e774-4775-9edc-ea3e42d32fd8.png');

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  border-radius: 24px;
  margin-bottom: 0;
  overflow: hidden;
}

.power-dynamics-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 62% center;
  z-index: 1;
}

.power-dynamics-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(15,23,42,0.58) 0%,
    rgba(15,23,42,0.34) 45%,
    rgba(15,23,42,0.18) 100%
  );
  z-index: 2;
}

.power-dynamics-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.power-dynamics-hero__copy {
  max-width: 560px;
  margin-left: 0;
  text-align: left;
}

.power-dynamics-hero__title {
  font-size: 3.15rem;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 1rem;
  color: #ffffff;
}

.power-dynamics-hero__subtitle {
  font-size: 1.18rem;
  line-height: 1.5;
  margin: 0;
  max-width: 560px;
  color: rgba(255,255,255,0.92);
}


/* === TABLET ========================================== */

@media (min-width: 769px) and (max-width: 1100px) {

  .power-dynamics-hero {
    min-height: 500px;
    padding: 42px 32px 92px;
    background-position: 75% 65%;
  }

  .power-dynamics-hero__bg {
    object-fit: cover;
    object-position: 40% center;
  }

  .power-dynamics-hero__inner {
    display: block;
    padding: 0;
    margin: 0;
  }

  .power-dynamics-hero__copy {
    max-width: 430px;
    margin-left: 0;
  }

  .power-dynamics-hero__title {
    font-size: clamp(30px, 4.2vw, 42px);
    line-height: 1.12;
    max-width: 430px;
  }

  .power-dynamics-hero__subtitle {
    font-size: 0.95rem;
    line-height: 1.45;
    max-width: 400px;
  }
}


/* === MOBILE ========================================== */

@media (max-width: 768px) {
  .power-dynamics-hero {
    min-height: 430px;
    padding: 30px 20px 82px;
    align-items: flex-start;
    background-position: center center;
  }

  .power-dynamics-hero__bg {
    object-fit: cover;
    object-position: 48% center;
  }

  .power-dynamics-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(15,23,42,0.86) 0%,
      rgba(15,23,42,0.66) 48%,
      rgba(15,23,42,0.30) 100%
    );
  }

  .power-dynamics-hero__inner {
    padding: 0;
    margin: 0;
    display: block;
  }

  .power-dynamics-hero__copy {
    max-width: 250px;
    margin-left: 0;
    text-align: left;
  }

  .power-dynamics-hero__title {
    font-size: clamp(23px, 6.1vw, 29px);
    line-height: 1.08;
    max-width: 250px;
    margin-bottom: 14px;
  }

   .power-dynamics-hero__title br {
    display: none;
  }

  .power-dynamics-hero__subtitle {
    font-size: 13px;
    line-height: 1.42;
    max-width: 225px;
  }
}


/* === SMALL MOBILE ========================================== */

@media (max-width: 480px) {
  .power-dynamics-hero {
    min-height: 375px;
    padding: 28px 18px 72px;
  }

  .power-dynamics-hero__bg {
    object-fit: cover;
    object-position: 45% center;
  }

  .power-dynamics-hero__copy {
    max-width: 225px;
  }

  .power-dynamics-hero__title {
    font-size: clamp(22px, 6vw, 26px);
    max-width: 225px;
  }

  .power-dynamics-hero__subtitle {
    font-size: 12.5px;
    max-width: 205px;
  }

 #agent-container {
    margin-top: -45px;
  }  
}

/* === CTA in Antwort ========================================== */

.power-dynamics-report-text {
  margin-bottom: 22px;
}

.power-dynamics-cta-banner {
  margin-top: 26px;
  padding: 34px 32px 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #06142b 0%, #1e3354 55%, #5f708d 100%);
  color: #fff;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.20);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.power-dynamics-cta-title {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 14px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.power-dynamics-cta-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  margin: 14px auto 0;
}

.power-dynamics-cta-text {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.power-dynamics-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 320px;
  height: 62px;
  padding: 0 34px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.18);
  transition: all 0.18s ease;
  margin: 0 auto;
  transform: translateY(-2px);
}

.power-dynamics-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25);
}

.power-dynamics-cta-button:active {
  transform: translateY(0);
}

@media (max-width: 640px) {
  .power-dynamics-cta-banner {
    margin-top: 22px;
    padding: 20px 18px 18px;
    border-radius: 18px;
  }

  .power-dynamics-cta-title {
    font-size: 1.16rem;
    margin-bottom: 10px;
  }

  .power-dynamics-cta-title::after {
    margin-top: 14px;
  }

  .power-dynamics-cta-text {
    font-size: 0.95rem;
    margin-bottom: 16px;
  }

  .power-dynamics-cta-button {
    width: 100%;
    min-width: 0;
    height: 58px;
    padding: 0 20px;
    font-size: 0.96rem;
  }
}
