.werkstatt-hero {
  background-image: linear-gradient(135deg, rgba(10, 18, 38, 0.66), rgba(24, 71, 184, 0.34)), url('images/FO21051-1024x683.webp');
  background-position: center center;
  background-size: cover;
}

.werkstatt-hero .u-sheet-1 {
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 72px;
}

.werkstatt-hero__panel {
  max-width: 760px;
  padding: 34px 36px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(10, 18, 38, 0.24);
  backdrop-filter: blur(10px);
}

.werkstatt-eyebrow {
  margin: 0 0 14px;
  color: #1847b8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.werkstatt-hero__title {
  margin: 0;
  color: #12213f;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.03;
}

.werkstatt-hero__lead {
  max-width: 650px;
  margin: 18px 0 0;
  color: #42506d;
  font-size: 1.05rem;
  line-height: 1.8;
}

.werkstatt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.werkstatt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.werkstatt-button:hover {
  transform: translateY(-2px);
}

.werkstatt-button--primary {
  background: linear-gradient(135deg, #1847b8, #4d7cff);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(24, 71, 184, 0.24);
}

.werkstatt-button--secondary {
  background: #ffffff;
  color: #1847b8;
  border: 1px solid rgba(24, 71, 184, 0.18);
}

.werkstatt-section {
  padding: 92px 0;
}

.werkstatt-section--soft {
  background: linear-gradient(180deg, #f6f8fc 0%, #edf3fb 100%);
}

.werkstatt-section__header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.werkstatt-section__title {
  margin: 0;
  color: #12213f;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.12;
}

.werkstatt-section__text {
  margin: 16px auto 0;
  color: #4b5872;
  font-size: 1.02rem;
  line-height: 1.8;
}

.werkstatt-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: center;
}

.werkstatt-overview__panel,
.werkstatt-overview__aside,
.werkstatt-card,
.werkstatt-step {
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 34, 74, 0.1);
}

.werkstatt-overview__panel {
  padding: 34px;
}

.werkstatt-overview__aside {
  padding: 30px;
  background: linear-gradient(180deg, #12213f 0%, #1847b8 100%);
  color: #ffffff;
}

.werkstatt-overview__aside h3,
.werkstatt-overview__aside p,
.werkstatt-overview__aside li {
  color: inherit;
}

.werkstatt-metrics {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.werkstatt-metric {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
}

.werkstatt-metric strong {
  display: block;
  margin-bottom: 4px;
}

.werkstatt-metric span {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.werkstatt-grid,
.werkstatt-step-grid {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.werkstatt-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.werkstatt-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.werkstatt-card,
.werkstatt-step {
  padding: 28px;
}

.werkstatt-card__badge,
.werkstatt-step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 60px;
  padding: 0 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1847b8, #4d7cff);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

.werkstatt-card h3,
.werkstatt-step h3 {
  margin: 18px 0 0;
  color: #12213f;
  font-size: 1.4rem;
}

.werkstatt-card p,
.werkstatt-step p {
  margin: 12px 0 0;
  color: #4b5872;
  line-height: 1.75;
}

.werkstatt-cta {
  margin-top: 40px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1847b8, #4d7cff);
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(24, 71, 184, 0.22);
}

.werkstatt-cta h3,
.werkstatt-cta p {
  color: inherit;
}

.werkstatt-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.werkstatt-cta .werkstatt-button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 1199px) {
  .werkstatt-grid,
  .werkstatt-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .werkstatt-overview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .werkstatt-section {
    padding: 72px 0;
  }

  .werkstatt-hero .u-sheet-1 {
    min-height: 640px;
    padding-bottom: 52px;
  }

  .werkstatt-hero__panel,
  .werkstatt-overview__panel,
  .werkstatt-overview__aside,
  .werkstatt-card,
  .werkstatt-step,
  .werkstatt-cta {
    padding: 22px;
  }

  .werkstatt-grid,
  .werkstatt-step-grid {
    grid-template-columns: 1fr;
  }

  .werkstatt-hero__actions,
  .werkstatt-cta__actions {
    flex-direction: column;
  }

  .werkstatt-button {
    width: 100%;
  }
}