/* ==========================================================================
   BLICKPUNKT IMMOBILIEN — Rechtsseiten (Impressum · Datenschutz · 404)
   ========================================================================== */

.bpr__cards {
  display: grid; gap: clamp(14px, 2vw, 20px);
  margin-top: clamp(32px, 4vw, 48px);
}
.bpr__cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bpr__cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.bpr__card p { font-size: 14.5px; line-height: 1.7; color: var(--bp-text-muted); margin: 0 0 12px; }
.bpr__card p:last-child { margin-bottom: 0; }
.bpr__card strong { color: var(--bp-text); font-weight: 700; }
.bpr__card a { color: var(--bp-red); font-weight: 600; }
.bpr__card a:hover { text-decoration: underline; text-underline-offset: 3px; }

.bpr__card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.bpr__card:hover .bp-icon-box { background: var(--bp-red); color: #ffffff; }
.bpr__card-title {
  font-size: 16px; font-weight: 700; line-height: 1.3;
  letter-spacing: -0.008em; margin: 0;
}

/* Schlüssel-Wert-Zeilen */
.bpr__rows { margin: 0; }
.bpr__row {
  display: flex; flex-wrap: wrap; gap: 4px 14px;
  padding: 10px 0; border-bottom: 1px solid var(--bp-line-light);
}
.bpr__row:last-child { border-bottom: 0; padding-bottom: 0; }
.bpr__row:first-child { padding-top: 0; }
.bpr__row dt {
  flex: 0 0 auto; min-width: 96px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--bp-text-light);
  padding-top: 2px;
}
.bpr__row dd {
  flex: 1 1 180px; margin: 0;
  font-size: 14.5px; line-height: 1.6; color: var(--bp-text);
  word-break: break-word;
}
.bpr__row a { color: var(--bp-red); font-weight: 600; }
.bpr__row a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   Hinweis-Box
   -------------------------------------------------------------------------- */

.bpr__note {
  display: flex; align-items: flex-start; gap: 16px;
  margin-top: clamp(16px, 2vw, 20px);
  padding: clamp(20px, 3vw, 26px);
  background: var(--bp-red-soft); border: 1px solid var(--bp-red-line);
  border-radius: 16px;
}
.bpr__note-icon {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bp-red); color: #ffffff;
}
.bpr__note-icon svg { width: 18px; height: 18px; }
.bpr__note-title { font-size: 15px; font-weight: 700; margin: 0 0 6px; letter-spacing: -0.005em; }
.bpr__note p { font-size: 14px; line-height: 1.7; color: var(--bp-text-muted); margin: 0; }
.bpr__note strong { color: var(--bp-red); font-weight: 700; }

/* --------------------------------------------------------------------------
   Highlight-Karte
   -------------------------------------------------------------------------- */

.bpr__highlight {
  position: relative; overflow: hidden;
  margin-top: clamp(32px, 4vw, 48px);
  padding: clamp(26px, 4vw, 40px);
  background: #ffffff; border: 1px solid var(--bp-line);
  border-left: 4px solid var(--bp-red);
  border-radius: 18px; box-shadow: var(--bp-shell);
}
.bpr__highlight-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 50px;
  background: var(--bp-red-soft); color: var(--bp-red);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em;
}
.bpr__highlight-tag svg { width: 13px; height: 13px; flex-shrink: 0; }
.bpr__highlight-title {
  font-size: clamp(18px, 2.4vw, 22px); font-weight: 700;
  letter-spacing: -0.015em; margin: 16px 0 20px;
}

/* --------------------------------------------------------------------------
   Nummerierte Rechtstexte
   -------------------------------------------------------------------------- */

.bpr__legal {
  max-width: 900px; margin: clamp(32px, 4vw, 48px) auto 0;
  display: flex; flex-direction: column; gap: clamp(14px, 2vw, 18px);
}
.bpr__legal-item {
  background: #ffffff; border: 1px solid var(--bp-line);
  border-radius: 18px; padding: clamp(22px, 3vw, 30px);
}
.bpr__legal-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.bpr__legal-num {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark)); color: #ffffff;
  font-size: 14px; font-weight: 700;
}
.bpr__legal-title { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; margin: 0; }
.bpr__legal-item p { font-size: 14.5px; line-height: 1.75; color: var(--bp-text-muted); margin: 0 0 12px; }
.bpr__legal-item p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   Sprung-Navigation (Datenschutz)
   -------------------------------------------------------------------------- */

.bpr__toc {
  max-width: 900px; margin: clamp(32px, 4vw, 48px) auto 0;
  padding: clamp(22px, 3vw, 30px);
  background: #ffffff; border: 1px solid var(--bp-line);
  border-radius: 18px; box-shadow: var(--bp-shell);
}
.bpr__toc-title {
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--bp-text-light); margin: 0 0 16px;
}
.bpr__toc-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 20px;
  counter-reset: bpr-toc;
}
.bpr__toc-list a {
  display: flex; align-items: baseline; gap: 12px;
  padding: 10px 0; font-size: 14.5px; font-weight: 500; color: var(--bp-text);
  border-bottom: 1px solid var(--bp-line-light);
  transition: color 0.25s var(--bp-ease);
}
.bpr__toc-list a::before {
  counter-increment: bpr-toc; content: counter(bpr-toc, decimal-leading-zero);
  flex-shrink: 0; font-size: 11.5px; font-weight: 700; color: var(--bp-red);
  letter-spacing: 0.06em;
}
.bpr__toc-list a:hover { color: var(--bp-red); }

/* --------------------------------------------------------------------------
   Datenschutz-Kapitel
   -------------------------------------------------------------------------- */

.bpr__chapter { max-width: 900px; margin: 0 auto; scroll-margin-top: 110px; }
.bpr__chapter + .bpr__chapter { margin-top: clamp(40px, 5vw, 64px); }
.bpr__chapter-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.bpr__chapter-num {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark)); color: #ffffff;
  font-size: 15px; font-weight: 700;
  box-shadow: 0 10px 24px -8px rgba(133, 14, 21, 0.5);
}
.bpr__chapter-title {
  font-size: clamp(20px, 2.8vw, 27px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.2; margin: 0;
}
.bpr__block + .bpr__block { margin-top: 26px; }
.bpr__block-title {
  font-size: 16px; font-weight: 700; letter-spacing: -0.008em;
  margin: 0 0 10px; padding-left: 14px; border-left: 3px solid var(--bp-red);
}
.bpr__chapter p { font-size: 14.5px; line-height: 1.8; color: var(--bp-text-muted); margin: 0 0 12px; }
.bpr__chapter p:last-child { margin-bottom: 0; }
.bpr__chapter strong { color: var(--bp-text); font-weight: 700; }
.bpr__chapter a { color: var(--bp-red); font-weight: 600; word-break: break-word; }
.bpr__chapter a:hover { text-decoration: underline; text-underline-offset: 3px; }
.bpr__chapter ul { margin: 0 0 12px; padding-left: 20px; }
.bpr__chapter li { font-size: 14.5px; line-height: 1.8; color: var(--bp-text-muted); margin-bottom: 6px; }
.bpr__chapter li::marker { color: var(--bp-red); }

.bpr__updated {
  display: block; margin-top: clamp(32px, 4vw, 48px); text-align: center;
  font-size: 13px; color: var(--bp-text-light);
}

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */

.bpr__404 {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(72px, 12vw, 140px) 0;
}
.bpr__404-code {
  display: block; font-size: clamp(80px, 18vw, 180px); font-weight: 800;
  line-height: 1; letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.bpr__404-title {
  font-size: clamp(24px, 4vw, 38px); font-weight: 800;
  letter-spacing: -0.025em; margin: 18px 0 0;
}
.bpr__404-lead {
  font-size: 16px; line-height: 1.7; color: var(--bp-text-muted);
  max-width: 520px; margin: 16px auto 28px;
}
.bpr__404 .bp-btn-row { justify-content: center; }

/* --------------------------------------------------------------------------
   Credits
   -------------------------------------------------------------------------- */

.bpr__credits {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(32px, 4vw, 48px);
  padding: clamp(24px, 3.5vw, 34px);
  background: #ffffff; border: 1px solid var(--bp-line);
  border-radius: 20px; box-shadow: var(--bp-shell);
}
.bpr__credits-logo {
  flex-shrink: 0; width: 60px; height: 60px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark)); color: #ffffff;
  font-size: 28px; font-weight: 800;
  box-shadow: 0 12px 28px -8px rgba(133, 14, 21, 0.5);
}
.bpr__credits-text { flex: 1 1 260px; display: flex; flex-direction: column; gap: 4px; }
.bpr__credits-label {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--bp-red);
}
.bpr__credits-name { font-size: 19px; font-weight: 700; letter-spacing: -0.015em; }
.bpr__credits-sub { font-size: 13px; line-height: 1.6; color: var(--bp-text-muted); }
.bpr__credits-actions { flex: 0 0 auto; }

.bpr__cta-wrap { padding: 0 0 var(--bp-section-y); }

/* ==========================================================================
   BREAKPOINTS
   ========================================================================== */

@media (max-width: 1024px) {
  .bpr__cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .bpr__toc-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .bpr__cards--2,
  .bpr__cards--4 { grid-template-columns: 1fr; }
  .bpr__row { flex-direction: column; gap: 2px; }
  .bpr__row dt { min-width: 0; }
  .bpr__note { flex-direction: column; gap: 12px; }
  .bpr__chapter-head { gap: 12px; }
  .bpr__chapter-num { width: 36px; height: 36px; border-radius: 10px; font-size: 13px; }
  .bpr__credits { flex-direction: column; align-items: flex-start; }
  .bpr__credits-actions { width: 100%; }
}
