.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 88px;
  background:
    radial-gradient(circle at 82% 18%, rgba(24, 201, 155, 0.18), transparent 30%),
    radial-gradient(circle at 8% 85%, rgba(97, 195, 174, 0.14), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfa 56%, #e8faf6 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -180px -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.11);
}

.hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -230px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.14);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 58px;
  align-items: center;
}

.hero-content {
  max-width: 820px;
}

.hero-content > p:not(.eyebrow):not(.lead) {
  max-width: 720px;
  font-size: 1.02rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-visual {
  position: relative;
}

.hero-image-main {
  position: relative;
  overflow: hidden;
  height: 500px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 72px rgba(12, 95, 91, 0.18);
  background: var(--mint-soft);
}

.hero-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 56, 52, 0.02) 0%, rgba(5, 56, 52, 0.46) 100%);
}

.hero-image-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-info-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 22px;
  border-radius: 24px;
  color: var(--white);
  background: rgba(8, 74, 69, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 48px rgba(4, 37, 34, 0.24);
}

.hero-info-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.88;
}

.hero-info-card strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.intro {
  padding: 76px 0;
  background: var(--white);
}

.perspective-section {
  border-bottom: 1px solid var(--line);
}

.intro .narrow {
  max-width: 940px;
}

.intro .intro-lead {
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  line-height: 1.75;
}

.intro .narrow p:not(.section-kicker):not(.intro-lead) {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.visual-story {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background:
    radial-gradient(circle at 16% 16%, rgba(24, 201, 155, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--mint-soft) 100%);
}

.visual-story-head {
  max-width: 900px;
  margin-bottom: 34px;
}

.visual-story-head h2 {
  margin-bottom: 14px;
}

/* Wichtig: Kicker nicht überschreiben */
.visual-story-head > p:not(.section-kicker) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--text);
  line-height: 1.75;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.story-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 30px;
  background: var(--mint-soft);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(12, 95, 91, 0.12);
}

.story-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.story-card:hover img {
  transform: scale(1.045);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 56, 52, 0.02) 25%, rgba(5, 56, 52, 0.76) 100%);
}

.story-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}

.story-overlay span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-overlay h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.fact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 6px;
  padding: 24px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(12, 95, 91, 0.06);
}

.fact-item i {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--green-dark);
  background: var(--mint);
}

.fact-item strong {
  color: var(--green-deep);
  font-size: 1.06rem;
  line-height: 1.15;
}

.fact-item span {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.topics {
  background: var(--mint-soft);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 36px;
}

.section-head > p:not(.section-kicker) {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 0;
  color: var(--text);
  line-height: 1.75;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.topic-card {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(12, 95, 91, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.topic-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.topic-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 201, 155, 0.28);
  box-shadow: var(--shadow);
}

.topic-card:hover::after {
  opacity: 1;
}

.topic-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--green-dark);
  background: var(--mint);
  font-size: 1.16rem;
}

.topic-card p {
  margin-bottom: 22px;
}

.topic-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--green-dark);
  font-weight: 900;
  font-size: 0.94rem;
}

.solution {
  padding: 86px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(24, 201, 155, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--mint-soft) 100%);
}

.solution-box {
  padding: 46px;
  border-radius: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.solution-head {
  max-width: 790px;
  margin-bottom: 36px;
}

.solution-head > p:not(.section-kicker) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--text);
  line-height: 1.75;
}

.solution-lead {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}

.solution-card {
  padding: 27px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(232, 250, 246, 0.82));
  border: 1px solid var(--line);
}

.solution-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  font-size: 1.08rem;
}

.solution-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  border-radius: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.17), transparent 28%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark));
}

.solution-note h3,
.solution-note p {
  color: var(--white);
}

.solution-note p {
  margin-bottom: 0;
  opacity: 0.92;
}

.solution-note .btn {
  flex: 0 0 auto;
  background: var(--white);
  color: var(--green-deep);
  box-shadow: none;
}

.mission {
  padding: 86px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 201, 155, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--mint-soft) 100%);
}

.mission-box {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 34px;
  align-items: stretch;
  padding: 46px;
  border-radius: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mission-content {
  max-width: 720px;
}

.mission-content > p:not(.section-kicker) {
  line-height: 1.75;
}

.mission-highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-radius: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.2), transparent 30%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark), var(--green));
}

.mission-highlight span {
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.85;
}

.mission-highlight strong {
  display: block;
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.mission-highlight p {
  margin-bottom: 0;
  color: var(--white);
  opacity: 0.9;
}

.statement {
  padding: 72px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark), var(--green));
}

.statement h2,
.statement p {
  color: var(--white);
}

.statement .section-kicker.light {
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.88);
}

.statement h2 {
  max-width: 800px;
  margin-inline: auto;
}