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

.geo-hero {
  position: relative;
  min-height: 420px;
  padding: 48px 28px 110px 18px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-image:
    linear-gradient(120deg, rgba(15,23,42,0.74), rgba(15,23,42,0.42)),
    url('https://www.schaaf-media.com/wp-content/uploads/2026/04/Irankrieg-2026_v1.png');
  background-size: cover;
  background-position: 95% 25%;
  border-radius: 24px;
  margin-bottom: 0;
  overflow: hidden;
}

.geo-hero,
.geo-hero * {
  color: #ffffff !important;
}

.geo-hero__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.geo-hero__copy {
  max-width: 500px;
  margin-left: 0;
  text-align: left;
}

.geo-hero__title {
  max-width: 620px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.16;
  margin: 0 0 18px;
  font-weight: 800;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  text-align: left;
}

.geo-hero__subtitle {
  max-width: 620px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  color: rgba(255,255,255,0.92) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.92) !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  text-align: left;
}

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

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

  .geo-hero {
    min-height: 500px;
    padding: 42px 32px 92px;
    background-position: 86% center;
  }

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

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

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

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


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

@media (max-width: 768px) {

  .geo-hero {
    min-height: 430px;
    padding: 30px 20px 72px;
    align-items: flex-start;

    background-position: 45% 35%;
    background-size: cover;

    background-image:
      linear-gradient(90deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.78) 42%, rgba(15,23,42,0.35) 100%),
      url('https://www.schaaf-media.com/wp-content/uploads/2026/04/Irankrieg-2026-1.png');
  }

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

  .geo-hero__copy {
    max-width: 270px;
    margin-left: 0;
    text-align: left;
  }

  .geo-hero__title {
    font-size: clamp(24px, 6.4vw, 30px);
    line-height: 1.08;
    max-width: 270px;
    margin-bottom: 14px;
  }

  .geo-hero__title br {
    display: none;
  }

  .geo-hero__subtitle {
    font-size: 13.5px;
    line-height: 1.42;
    max-width: 260px;
  }

  .geo-hero__visual {
    display: none;
  }
}


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

@media (max-width: 480px) {

  .geo-hero {
    min-height: 380px;
    padding: 26px 18px 62px;
    background-position: 38% 35%;
  }

  .geo-hero__copy {
    max-width: 255px;
  }

 .geo-hero__title {
    font-size: clamp(22px, 6.2vw, 27px);
    line-height: 1.08;
    max-width: 255px;
  }

  .geo-hero__subtitle {
    font-size: 12.8px;
    line-height: 1.4;
    max-width: 245px;
  }

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