/* ==========================================
   Unterstützung
========================================== */

.support-hero-image {
  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.92) 0%,
      rgba(255,255,255,0.85) 28%,
      rgba(255,255,255,0.55) 45%,
      rgba(255,255,255,0.10) 65%,
      rgba(255,255,255,0) 100%
    ),
    url("../unterstuetzung-hero.png");

  background-size: cover;
  background-position: 80% center;
}

/* Spalten */

.support-section-tight {
  padding-top: 30px !important;
}

.support-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 70px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.support-column {
  background: white;
  padding: 40px;
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.support-points {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.support-points li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.support-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 900;
}

/* Ablauf */

.process-content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 45px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 40px;
  right: 40px;
  height: 3px;
  background: rgba(19, 146, 145, 0.25);
}

.process-step {
  position: relative;
  z-index: 1;
}

.process-step span {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: 22px;
  box-shadow: 0 12px 28px rgba(19, 146, 145, 0.22);
}

.process-step h3 {
  color: var(--blue-dark);
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.process-step p {
  line-height: 1.65;
  font-size: 1rem;
}

/* Kostenfrei-Box */

.support-info-box {
  max-width: 800px;
  margin-top: -60px;
  margin: 0 auto;
  box-shadow: 0 15px 35px rgba(47, 87, 163, 0.15);
}

.support-info-box h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 18px;
}

.support-info-box p {
  color: white;
  font-size: 1.15rem;
  line-height: 1.7;
}

.process-section {
  padding: 100px 0;
}

.process-title {
  margin-bottom: 60px;
}

.support-info-box {
  background: var(--blue);
  color: white;
  border-radius: 30px;
  padding: 50px;
}

.support-info-box h3,
.support-info-box p {
  color: white;
}

.support-hero-image {
  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.96) 0%,
      rgba(255,255,255,0.90) 34%,
      rgba(255,255,255,0.55) 52%,
      rgba(255,255,255,0.08) 75%,
      rgba(255,255,255,0) 100%
    ),
    url("../unterstuetzung-hero.png") !important;

  background-size: cover !important;
  background-position: 80% center !important;
}

.about-hero-content {
    padding-top: 10px;
}

.about-hero {
    min-height: 700px;
    padding: 140px 0 220px;
}

.zusatzinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  max-width: 620px;
  margin-top: 28px;
}

.zusatzinfo span {
  background: #ffffff;
  color: var(--blue-dark);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  box-shadow: 0 10px 26px rgba(15,23,42,0.08);
}

.zusatzinfo span::before {
  content: "✓";
  color: white;
  background: var(--teal);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 0.78rem;
}