.seo-service-page {
    padding: 2.5rem 0 4rem;
    color: #e5e7eb;
}

.seo-service-page h1,
.seo-service-page h2,
.seo-service-page h3 {
    color: #f9fafb;
}

.seo-service-hero {
    text-align: center;
    padding: 2rem 0 2.5rem;
}

.seo-service-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: #ffd54a;
}

.seo-service-hero .lead {
    max-width: 42rem;
    margin: 0 auto 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #d1d5db;
}

.seo-service-card {
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}

.seo-service-card i {
    color: #60a5fa;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.seo-steps {
    counter-reset: seo-step;
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-steps li {
    position: relative;
    padding-right: 3rem;
    margin-bottom: 1.25rem;
}

.seo-steps li::before {
    counter-increment: seo-step;
    content: counter(seo-step);
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
    background: #315cb6;
    color: #fff;
    font-weight: 700;
}

.seo-faq .accordion-button {
    background: rgba(15, 23, 42, 0.9);
    color: #f9fafb;
    text-align: right;
}

.seo-faq .accordion-button:not(.collapsed) {
    background: rgba(49, 92, 182, 0.35);
    color: #fff;
}

.seo-faq .accordion-body {
    background: rgba(15, 23, 42, 0.6);
    color: #d1d5db;
    text-align: right;
}

.seo-cta-box {
    background: linear-gradient(135deg, #315cb6 0%, #6366f1 100%);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
}

.seo-related-links a {
    color: #93c5fd;
    text-decoration: underline;
}

.seo-related-links a:hover {
    color: #ffd54a;
}
