/* =============================================
   TM24 ANKAUF – SEO TEXTBLOCK
   Ruhig, lesbar, keyword-optimiert
   ============================================= */

.ankauf-seo-text {
    padding: 56px 0;
    background: #f7f8fc;
}

.ankauf-seo-text .container {
    max-width: 980px;
}

.ankauf-seo-text h2 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
}

.ankauf-seo-text h3 {
    margin: 28px 0 14px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    color: #111827;
}

.ankauf-seo-text p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.75;
    color: #4b5563;
}

@media (max-width: 767px) {
    .ankauf-seo-text {
        padding: 40px 0;
    }

    .ankauf-seo-text h2 {
        font-size: 28px;
    }

    .ankauf-seo-text h3 {
        font-size: 21px;
    }

    .ankauf-seo-text p {
        font-size: 16px;
        line-height: 1.7;
    }
}
