/* ==================================================
   BELLA WILDHERZ – IMPRESSUM
   Seitenspezifische Styles für /Impressum.
   Gemeinsam genutzte Basis liegt in /css/gemeinsam.css.
================================================== */

.legal-hero {
  background:
    radial-gradient(circle at 85% 8%, rgba(255,255,255,.22), transparent 34%),
    linear-gradient(135deg, #315f34 0%, #21452a 100%);
  color: #fffaf0;
  padding: clamp(44px, 7vw, 78px) 18px;
  position: relative;
  overflow: hidden;
}

.legal-hero::after {
  content: "§";
  position: absolute;
  right: clamp(18px, 8vw, 120px);
  bottom: -42px;
  font-family: 'Fraunces', serif;
  font-size: clamp(120px, 18vw, 240px);
  line-height: 1;
  opacity: .08;
  transform: rotate(-8deg);
  pointer-events: none;
}

.legal-hero-inner {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.legal-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 12px;
}

.legal-hero p {
  max-width: 720px;
  color: rgba(255,250,240,.84);
  font-size: 1.04rem;
  line-height: 1.65;
  margin: 0;
}

.legal-page {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px) 0 clamp(54px, 7vw, 88px);
}

.legal-note {
  background: #fff8e8;
  border: 1.5px solid rgba(177, 120, 36, .22);
  border-radius: 22px;
  padding: 18px 20px;
  color: #6b5732;
  line-height: 1.7;
  margin-bottom: 22px;
}

.legal-note strong {
  color: #2f5632;
}

.legal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.legal-card {
  background: rgba(255, 253, 247, .92);
  border: 1.5px solid rgba(59,94,50,.14);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(48, 64, 37, .08);
  overflow: hidden;
}

.legal-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 20px;
  background: linear-gradient(135deg, rgba(229,239,216,.85), rgba(255,253,247,.76));
  border-bottom: 1px solid rgba(59,94,50,.1);
}

.legal-card-head span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(47,86,50,.1);
  font-size: 1.05rem;
}

.legal-card-head h2 {
  font-family: 'Fraunces', serif;
  font-size: 1.18rem;
  color: #223c25;
  margin: 0;
}

.legal-card-body {
  padding: 20px;
}

.legal-card-body p,
.legal-card-body address,
.legal-card-body li {
  color: #384332;
  font-size: .98rem;
  line-height: 1.75;
}

.legal-card-body address {
  font-style: normal;
}

.legal-card-body a {
  color: #315f34;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(49,95,52,.28);
}

.legal-card-body a:hover {
  border-bottom-color: #315f34;
}

.legal-fields {
  display: grid;
  grid-template-columns: minmax(150px, .36fr) minmax(0, 1fr);
  gap: 12px 18px;
}

.legal-label {
  color: #6a745f;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 4px;
}

.legal-value {
  color: #2d392a;
  line-height: 1.75;
}

.legal-divider {
  height: 1px;
  background: rgba(59,94,50,.12);
  margin: 18px 0;
}

.legal-card-body ul {
  margin: 8px 0 0 20px;
}

.legal-muted {
  color: #6a745f !important;
  font-size: .92rem !important;
}

@media (max-width: 700px) {
  .legal-fields {
    grid-template-columns: 1fr;
    gap: 4px 0;
  }

  .legal-label {
    padding-top: 0;
  }
}
