.afa-page {
    max-width: 980px;
    margin: 0 auto;
}

.afa-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #4b5563;
}

.afa-note {
    margin-top: 14px;
    padding: 14px 16px;
    border-left: 4px solid #e6e9ed;
    background: #f7f8fa;
    color: #6f7780;
    border-radius: 10px;
    line-height: 1.6;
}

.afa-divider {
    height: 1px;
    background: #eef2f7;
    border: 0;
    margin: 22px 0;
}

.afa-list {
    padding-left: 18px;
    line-height: 1.65;
}

.afa-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0;
}

.afa-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(11,27,42,.06);
}

.faq details {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    margin: 10px 0;
}

.faq summary {
    cursor: pointer;
    font-weight: 900;
}

.cta-wrap {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(91,138,179,.12) 0%, rgba(77,125,171,.10) 100%);
    border: 1px solid rgba(77,125,171,.18);
}

.cta-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:52px;
    padding:0 26px;
    border-radius:14px;
    font-size:18px;
    font-weight:900;
    color:#fff;
    background:linear-gradient(135deg,#5b8ab3 0%,#4d7dab 100%);
}

.cta-phone {
    margin-top:10px;
    font-size:0.9rem;
}

/* AFA: Button-Styles (konsistent) */
.afa-actions { display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-top:14px; }

.afa-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:52px;
    padding:0 26px;
    border-radius:14px;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size:18px;
    font-weight:900;
    color:#fff;
    text-decoration:none;
    background:linear-gradient(135deg, #5b8ab3 0%, #4d7dab 100%);
    box-shadow:0 10px 18px rgba(11,27,42,.14);
}
.afa-btn:hover { color:#fff; text-decoration:none; }

.afa-btn--ghost{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:52px;
    padding:0 26px;
    border-radius:14px;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size:18px;
    font-weight:900;
    color:#1f2f45;
    text-decoration:none;
    background:transparent;
    border:2px solid rgba(31,47,69,.22);
    box-shadow:none;
}
.afa-btn--ghost:hover { color:#1f2f45; text-decoration:none; border-color: rgba(31,47,69,.35); }

/* Telefon-CTA als eigener Block */
.afa-phone-cta{
    margin-top:14px;
    padding:12px 14px;
    border-radius:14px;
    background:#fbfbfc;
    border:1px solid #e5e7eb;
    color:#4b5563;
}
.afa-phone-cta strong{ font-weight:900; }
.afa-phone-cta a{ font-weight:900; text-decoration:none; }
.afa-phone-cta a:hover{ text-decoration:underline; }

.cta-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-top:14px; }
.cta-btn--ghost{
    display:inline-flex; align-items:center; justify-content:center; height:52px; padding:0 26px;
    border-radius:14px; font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size:18px; font-weight:900; color:#1f2f45; text-decoration:none; background:transparent;
    border:2px solid rgba(31,47,69,.22); box-shadow:none;
}
.cta-btn--ghost:hover{ color:#1f2f45; text-decoration:none; border-color: rgba(31,47,69,.35); }