/* ==========================================================================
   BLICKPUNKT IMMOBILIEN — Downloads / Formulare
   ========================================================================== */

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

.bpf__card { display: flex; flex-direction: column; position: relative; overflow: hidden; }
.bpf__card::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 200px; height: 200px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at top right, rgba(133,14,21,0.05) 0%, transparent 70%);
  transition: background 0.4s var(--bp-ease);
}
.bpf__card:hover::before { background: radial-gradient(circle at top right, rgba(133,14,21,0.12) 0%, transparent 70%); }
.bpf__card > * { position: relative; z-index: 1; }

.bpf__card-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.bpf__card-icon {
  width: 56px; height: 56px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark)); color: #ffffff;
  box-shadow: 0 10px 26px -6px rgba(133, 14, 21, 0.5);
  transition: transform 0.4s var(--bp-ease);
}
.bpf__card:hover .bpf__card-icon { transform: scale(1.06) rotate(-4deg); }
.bpf__card-icon svg { width: 26px; height: 26px; }

.bpf__card-tag {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bp-red); margin-bottom: 6px;
}
.bpf__card-title {
  font-size: clamp(18px, 2vw, 21px); font-weight: 700;
  line-height: 1.25; letter-spacing: -0.012em; margin: 0;
}

.bpf__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.bpf__meta-item {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 11px; border-radius: 50px;
  background: var(--bp-red-soft); color: var(--bp-red);
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
}
.bpf__meta-item svg { width: 11px; height: 11px; flex-shrink: 0; }

.bpf__card-text {
  font-size: 14.5px; line-height: 1.7; color: var(--bp-text-muted);
  margin: 0 0 22px; flex: 1;
}

/* --------------------------------------------------------------------------
   Drei Schritte
   -------------------------------------------------------------------------- */

.bpf__steps {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px); margin-top: clamp(32px, 4vw, 48px);
}
.bpf__step:hover .bp-icon-box { background: var(--bp-red); color: #ffffff; }
.bpf__step-title {
  font-size: 16px; font-weight: 700; letter-spacing: -0.005em;
  margin: 16px 0 6px;
}
.bpf__step-num { color: var(--bp-red); }
.bpf__step-text { font-size: 13.5px; line-height: 1.65; color: var(--bp-text-muted); margin: 0; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.bpf__faq { max-width: 820px; margin: clamp(32px, 4vw, 48px) auto 0; }
.bpf__faq-item {
  background: #ffffff; border: 1px solid var(--bp-line);
  border-radius: 14px; padding: 4px 26px; margin-bottom: 12px;
  transition: border-color 0.3s var(--bp-ease), box-shadow 0.3s var(--bp-ease);
}
.bpf__faq-item:hover,
.bpf__faq-item[open] { border-color: var(--bp-red-line); box-shadow: 0 12px 28px -14px rgba(133, 14, 21, 0.22); }

.bpf__faq-q {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 0; cursor: pointer; list-style: none;
  font-size: 16px; font-weight: 700; line-height: 1.4; color: var(--bp-text);
}
.bpf__faq-q::-webkit-details-marker { display: none; }
.bpf__faq-q::before {
  content: ''; flex-shrink: 0; width: 8px; height: 8px; margin-top: 8px;
  border-radius: 50%; background: var(--bp-red);
  box-shadow: 0 0 0 4px rgba(133, 14, 21, 0.15);
  transition: box-shadow 0.3s var(--bp-ease);
}
.bpf__faq-item[open] .bpf__faq-q::before { box-shadow: 0 0 0 6px rgba(133, 14, 21, 0.15); }
.bpf__faq-q::after {
  content: ''; flex-shrink: 0; width: 16px; height: 16px; margin: 4px 0 0 auto;
  background: center / contain no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23850E15' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  transition: transform 0.3s var(--bp-ease);
}
.bpf__faq-item[open] .bpf__faq-q::after { transform: rotate(180deg); }
.bpf__faq-q:focus-visible { outline: 2px solid var(--bp-red); outline-offset: 4px; border-radius: 6px; }

.bpf__faq-a {
  font-size: 14.5px; line-height: 1.7; color: var(--bp-text-muted);
  margin: 0; padding: 0 0 20px 22px;
}
.bpf__faq-a a { color: var(--bp-red); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */

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

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

@media (max-width: 1000px) {
  .bpf__grid { grid-template-columns: 1fr; }
  .bpf__steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .bpf__card-head { gap: 14px; }
  .bpf__card-icon { width: 48px; height: 48px; border-radius: 12px; }
  .bpf__card-icon svg { width: 22px; height: 22px; }
  .bpf__card-text { font-size: 13.5px; }
  .bpf__faq-item { padding: 2px 20px; }
  .bpf__faq-q { font-size: 15px; gap: 12px; padding: 16px 0; }
  .bpf__faq-q::before { margin-top: 6px; }
  .bpf__faq-a { font-size: 13.5px; padding-left: 20px; padding-bottom: 18px; }
}
