/* =============================================
   TM24 ANKAUF – KUNDENBEWERTUNGEN
   2 große breite Karten, ruhig, hochwertig
   ============================================= */

/* ===== SECTION ===== */
.tm24-reviews-section {
    padding: 56px 0 34px;
    background: #f5f6fb;
}

/* ===== KOPFZEILE ===== */
.tm24-reviews-head {
    text-align: center;
    margin-bottom: 34px;
}

.tm24-reviews-head h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

/* ===== GRID: 2 grosse Karten ===== */
.tm24-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
    max-width: 960px;
    margin: 0 auto;
}

/* ===== KARTE ===== */
.tm24-review-card {
    background: #fff;
    border-radius: 24px;
    padding: 34px 32px 30px;
    border: 1px solid #eceef5;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

/* ===== STERNE ===== */
.tm24-review-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 22px;
    color: #f5a623;
    font-size: 16px;
}

.tm24-review-stars i {
    color: #f5a623 !important;
}

/* ===== BEWERTUNGSTEXT ===== */
.tm24-review-text {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 500;
    color: #1f2937;
}

/* ===== META: Name + Verifiziert ===== */
.tm24-review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 17px;
    line-height: 1.4;
}

.tm24-review-name {
    color: #6b7280;
    font-weight: 700;
}

.tm24-review-verified {
    color: #22c55e;
    font-weight: 800;
}

/* ===== GESAMTWERTUNG ===== */
.tm24-review-summary {
    margin-top: 24px;
    text-align: center;
    font-size: 17px;
    color: #6b7280;
}

.tm24-review-summary strong {
    color: #4b5563;
    font-weight: 800;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .tm24-reviews-head h2 {
        font-size: 34px;
    }

    .tm24-review-text {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .tm24-reviews-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tm24-review-card {
        padding: 24px 20px 22px;
        border-radius: 20px;
    }

    .tm24-review-text {
        font-size: 17px;
        line-height: 1.55;
    }

    .tm24-review-meta {
        font-size: 15px;
    }

    .tm24-review-summary {
        font-size: 15px;
    }

    .tm24-reviews-head h2 {
        font-size: 28px;
    }
}

/* ===== ALTE KLASSEN VERSTECKEN (Legacy) ===== */
.trust-container .trust-grid,
.trust-container .reviews-wrap {
    display: none;
}
