.impressum-page {
  min-height: 100svh;
  min-height: 100dvh;
  padding: max(24px, env(safe-area-inset-top, 0px) + 16px)
    clamp(16px, 4vw, 24px)
    max(32px, env(safe-area-inset-bottom, 0px) + 24px);
  background: var(--bg, #0b1520);
  color: var(--text-primary, #e6eef8);
}

.impressum-inner {
  max-width: min(520px, 100%);
  margin: 0 auto;
}

.impressum-back {
  display: inline-block;
  margin-bottom: clamp(20px, 4vw, 28px);
  font-size: clamp(13px, 2.5vw, 14px);
  color: var(--text-tertiary, #92b1cc);
  text-decoration: none;
  transition: color 0.15s ease;
}

.impressum-back:hover {
  color: #ffffff;
}

.impressum-title {
  margin: 0 0 clamp(20px, 4vw, 28px);
  font-size: clamp(1.35rem, 4vw + 0.5rem, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #a8c0e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.impressum-section {
  margin-bottom: clamp(18px, 3vw, 24px);
}

.impressum-section h2 {
  margin: 0 0 10px;
  font-size: clamp(11px, 2vw, 13px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
}

.impressum-section p {
  margin: 0 0 8px;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.impressum-company {
  font-weight: 600;
  color: #ffffff;
}

.impressum-address {
  color: rgba(255, 255, 255, 0.75);
}

.impressum-section a {
  color: #7ba3ff;
  text-decoration: none;
}

.impressum-section a:hover {
  text-decoration: underline;
}

/* Long-form legal (Datenschutz): subheadings & lists */
.impressum-page h3 {
  margin: 14px 0 8px;
  font-size: clamp(13px, 2.2vw, 15px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.impressum-page ul {
  margin: 0 0 12px;
  padding-left: 1.35em;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.impressum-page li {
  margin-bottom: 6px;
}

.impressum-lead {
  margin-bottom: clamp(18px, 3vw, 22px);
}

.impressum-lead p:last-child {
  margin-bottom: 0;
}
