/**
 * SEO Report — gedeelde client UI (antraciet, gelijk aan auth-pages.css)
 */
:root {
    --sr-anthracite-dark: #2a2e33;
    --sr-anthracite: #363b40;
    --sr-anthracite-light: #4a5058;
    --sr-surface: #f3f4f6;
    --sr-text: #1e293b;
    --sr-text-muted: #64748b;
    --sr-border: #e5e7eb;
    --sr-success: #059669;
}

.sr-page-intro {
    margin-bottom: 24px;
}

.sr-page-intro h1 {
    margin: 0 0 8px;
    font-size: 1.75rem;
    color: var(--sr-text);
}

.sr-page-intro p {
    margin: 0;
    color: var(--sr-text-muted);
    font-size: 1rem;
    line-height: 1.5;
}

.sr-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid var(--sr-border);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sr-card + .sr-card {
    margin-top: 20px;
}

.sr-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 1.3;
}

.sr-btn-primary {
    background: var(--sr-anthracite-dark);
    color: #fff !important;
}

.sr-btn-primary:hover {
    background: var(--sr-anthracite);
}

.sr-btn-secondary {
    background: #e5e7eb;
    color: var(--sr-text) !important;
}

.sr-btn-success {
    background: var(--sr-success);
    color: #fff !important;
}

.sr-btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.sr-price {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--sr-anthracite-dark);
}

.sr-price small {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--sr-text-muted);
}

.sr-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: var(--sr-anthracite-dark);
    color: #fff;
}

.sr-badge-muted {
    background: #e5e7eb;
    color: var(--sr-text);
}

.sr-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.sr-pagination a,
.sr-pagination span {
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.sr-pagination a {
    background: #fff;
    color: var(--sr-anthracite);
    border: 1px solid var(--sr-border);
}

.sr-pagination span.is-active {
    background: var(--sr-anthracite-dark);
    color: #fff;
}

.main-content :is(.form-card, .profile-section, .white-card, .bg-white) a:not([class*="btn"]):not(.sr-btn):not(.btn-profile):not(.btn-generate):not(.btn-filter) {
    color: var(--sr-anthracite) !important;
}
