/* SEO blocks — FAQ e conteúdo estendido (visual alinhado ao blog) */
.service-seo-extra {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}
.service-seo-extra h2 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
}
.service-seo-extra p { margin-bottom: 1rem; }
.service-seo-extra ul { padding-left: 1.25rem; margin-bottom: 1.5rem; }
.service-seo-extra li { margin-bottom: 0.5rem; }

.faq-section { margin-top: 2.5rem; max-width: 900px; margin-left: auto; margin-right: auto; }
.faq-section > h3 { color: var(--primary-color); margin-bottom: 1.25rem; font-size: 1.35rem; }
.faq-item {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.faq-item h4 { color: var(--primary-color); font-size: 1.05rem; margin: 0 0 0.5rem; }
.faq-item p { margin: 0; font-size: 0.98rem; color: #555; line-height: 1.7; }

.service-trust-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin: 2.5rem 0 0;
}
.service-trust-card {
    background: #f8fbff;
    border-left: 4px solid var(--accent-color);
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}
.service-trust-card strong { color: var(--primary-color); display: block; margin-bottom: 0.35rem; }
