body.seo-page {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f7f7fb;
    color: #23182f;
    margin: 0;
}

.seo-header {
    background: linear-gradient(135deg, #2b1234 0%, #6a1b9a 100%);
    color: #fff;
    padding: 1rem 0;
    box-shadow: 0 6px 24px rgba(43, 18, 52, 0.25);
}

.seo-wrap {
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
}

.seo-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.seo-logo img {
    height: 44px;
    width: auto;
}

.seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.seo-links a {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

.seo-main {
    padding: 2rem 0 4rem;
}

.breadcrumbs {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #5a4f66;
}

.breadcrumbs a {
    color: #6a1b9a;
    text-decoration: none;
}

.seo-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 6px 30px rgba(25, 12, 44, 0.08);
    margin-bottom: 1.25rem;
}

.seo-card h1,
.seo-card h2,
.seo-card h3 {
    margin-top: 0;
}

.facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}

.facts div {
    background: #faf7ff;
    border: 1px solid #ece3fb;
    border-radius: 10px;
    padding: 0.8rem;
}

.cluster-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}

.cluster-links a {
    display: block;
    text-decoration: none;
    color: #2b1234;
    border: 1px solid #e8ddf6;
    background: #fff;
    border-radius: 10px;
    padding: 0.9rem;
    font-weight: 600;
}

.cta-btn {
    display: inline-block;
    padding: 0.85rem 1.25rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffd700 0%, #ff9f1a 100%);
    color: #2b1234;
    text-decoration: none;
    font-weight: 700;
}

.seo-footer {
    background: #1e1128;
    color: #d9d2e3;
    padding: 1.5rem 0;
    font-size: 0.9rem;
}
