/* IMMOBRA Wertreport auf der Bestätigungsseite des Bewertungsassistenten. Farben aus dem Theme, mit Rückfallwerten. */

.wertreport {
	--wr-ink: var(--immobra-schiefer, #2B3137);
	--wr-gold: var(--immobra-gold, #CDA73A);
	--wr-gold-text: var(--immobra-gold-text, #86660F);
	--wr-muted: var(--immobra-muted, #687080);
	--wr-line: var(--immobra-line, #DDE0E7);
	--wr-soft: var(--immobra-nebel, #F0F1F6);
	display: grid;
	gap: 1rem;
	max-width: 46rem;
	margin-inline: auto;
	color: var(--wr-ink);
	text-align: left;
}
.wertreport p { margin: 0; }
.wertreport__head { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border-radius: 8px; background: var(--wr-soft); }
.wertreport__icon { flex: none; width: 7rem; height: auto; }
.wertreport__eyebrow,
.wertreport__label { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wr-muted); }
.wertreport__object { margin-top: 0.15rem !important; font-family: var(--wp--preset--font-family--display, Georgia, serif); font-size: clamp(1.35rem, 3vw, 1.7rem); line-height: 1.2; }
.wertreport__meta,
.wertreport__small { font-size: 0.875rem; color: var(--wr-muted); }
.wertreport__result { padding: 1.25rem; border: 1px solid var(--wr-line); border-radius: 8px; background: #FFFFFF; }
.wertreport__range { margin: 0.25rem 0 0.85rem !important; font-family: var(--wp--preset--font-family--display, Georgia, serif); font-size: clamp(1.9rem, 6vw, 2.6rem); line-height: 1.1; font-variant-numeric: tabular-nums; }
.wertreport__bar { position: relative; height: 12px; overflow: hidden; border-radius: 6px; background: var(--wr-line); }
.wertreport__bar span { position: absolute; top: 0; bottom: 0; border-radius: 6px; background: var(--wr-gold); }
.wertreport__per-m2 { margin-top: 0.5rem !important; font-size: 0.9rem; color: var(--wr-muted); font-variant-numeric: tabular-nums; }
.wertreport__method { margin-top: 0.85rem !important; font-size: 0.95rem; line-height: 1.55; }
/* Zwei Karten nebeneinander erst ab etwa 40rem Breite; die Marktdaten brauchen Platz für „Ø 2.624 €/m² (44 Verkäufe)“. */
.wertreport__facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); gap: 1rem; }
.wertreport__card { min-width: 0; }
.wertreport__card { display: grid; gap: 0.3rem; align-content: start; padding: 1rem 1.25rem; border: 1px solid var(--wr-line); border-radius: 8px; background: #FFFFFF; }
.wertreport__big { font-size: 1.5rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.wertreport__rows { display: grid; margin: 0.25rem 0; font-size: 0.875rem; }
.wertreport__rows div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.35rem 0; border-bottom: 1px solid var(--wr-line); }
.wertreport__rows dt { margin: 0; }
.wertreport__rows dd { margin: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.wertreport__hints { display: grid; gap: 0.6rem; margin: 0; padding: 0; list-style: none; }
.wertreport__hints li { padding: 0.85rem 1rem; border-left: 3px solid var(--wr-gold); border-radius: 3px; background: #FBF6E6; font-size: 0.925rem; line-height: 1.5; }
.wertreport__hints a { color: var(--wr-gold-text); font-weight: 700; }
.wertreport__contact { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 8px; background: var(--wr-ink); color: #FFFFFF; }
.wertreport__contact .wertreport__small { color: #C9CED8; }
.wertreport__photo { flex: none; width: 5.5rem; height: 5.5rem; border-radius: 50%; object-fit: cover; }
.wertreport__name { font-size: 1.1rem; font-weight: 800; }
.wertreport__contact p + p { margin-top: 0.35rem; }
.wertreport__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem; margin-top: 0.85rem !important; }
.wertreport__actions .text-link { color: #FFFFFF; }
.wertreport__mail { font-size: 0.9rem; font-weight: 700; }
.wertreport__disclaimer { font-size: 0.75rem; line-height: 1.5; color: var(--wr-muted); }
@media (max-width: 480px) {
	.wertreport__head,
	.wertreport__contact { flex-direction: column; align-items: flex-start; }
}
