/* Homepage-Blöcke: Beratung, Kundenstimmen, Partner (Platzhalter) */
.staysafe-block {
  padding: clamp(44px, 7vw, 80px) 16px;
  background: #ffffff;
}

.staysafe-block--muted {
  background: #f8fafc;
}

.staysafe-block--partners.staysafe-block--muted {
  background: #f1f5f9;
}

.staysafe-block__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.staysafe-block__title {
  margin: 0 0 14px;
  text-align: center;
  color: #0f172a;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.staysafe-block__lead {
  margin: 0 auto 36px;
  max-width: 720px;
  text-align: center;
  color: #64748b;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.55;
}

.staysafe-block__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.staysafe-block__card {
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.staysafe-block__card-title {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
}

.staysafe-block__card-text {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.5;
}

.staysafe-block__cta-wrap {
  margin: 0;
  text-align: center;
}

.staysafe-block__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 8px;
  background: #d87027;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.staysafe-block__cta:hover,
.staysafe-block__cta:focus {
  background: #c45f1f;
  color: #ffffff;
}

.staysafe-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.staysafe-testimonial {
  margin: 0;
  padding: 22px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  border-left: 4px solid #d87027;
}

.staysafe-testimonial__quote {
  margin: 0 0 14px;
  color: #334155;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}

.staysafe-testimonial__meta {
  color: #64748b;
  font-size: 13px;
  font-style: normal;
}

.staysafe-partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.staysafe-partner-grid__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 52px;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}
