/* SEO PRO — landing pages geo-targeted */

.csp-geo-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.csp-geo-container-cta { text-align: center; }

.csp-geo-hero {
    padding: 60px 0 50px;
    background: linear-gradient(135deg, var(--cs-cor-primaria, #1e3a8a) 0%, var(--cs-cor-secundaria, #1e2f6a) 100%);
    color: #fff;
    text-align: center;
}
.csp-geo-hero .csp-geo-h1 {
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}
.csp-geo-hero .csp-geo-sub { color: rgba(255,255,255,0.92); font-size: 17px; line-height: 1.5; margin: 0 auto 28px; max-width: 720px; }
.csp-geo-hero .csp-geo-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.csp-geo-bloco { padding: 50px 0; background: #fff; }
.csp-geo-bloco-alt { background: #f8fafc; }
.csp-geo-bloco-cta { background: var(--cs-cor-destaque, #f97316); color: #fff; }
.csp-geo-bloco-cta .csp-geo-h2, .csp-geo-bloco-cta .csp-geo-sub { color: #fff; }

.csp-geo-h2 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 20px;
    color: var(--cs-cor-texto, #1e293b);
}
.csp-geo-sub { color: #64748b; font-size: 16px; line-height: 1.55; margin: 0 0 24px; }

.csp-geo-prose { font-size: 16px; line-height: 1.65; color: #334155; }
.csp-geo-prose p { margin: 0 0 14px; }
.csp-geo-prose strong { color: var(--cs-cor-texto, #1e293b); }
.csp-geo-prose-local { margin-top: 20px; padding: 16px 18px; background: #f8fafc; border-left: 3px solid var(--cs-cor-destaque, #f97316); border-radius: 0 8px 8px 0; }

.csp-geo-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px; border-radius: 8px; font-weight: 600; font-size: 15px;
    text-decoration: none; transition: all .15s; cursor: pointer; border: 2px solid transparent;
}
.csp-geo-btn-primary { background: #fff; color: var(--cs-cor-primaria, #1e3a8a); }
.csp-geo-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.18); }
.csp-geo-btn-outline { border-color: #fff; color: #fff; background: transparent; }
.csp-geo-btn-outline:hover { background: rgba(255,255,255,0.12); }
.csp-geo-bloco-cta .csp-geo-btn-primary { background: #fff; color: var(--cs-cor-destaque, #f97316); }

.csp-geo-grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.csp-geo-grid-4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }

.csp-geo-card { display: block; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; text-decoration: none; transition: all .15s; color: inherit; }
.csp-geo-card:hover { border-color: var(--cs-cor-primaria, #1e3a8a); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.csp-geo-card-img { width: 100%; aspect-ratio: 16/10; background-size: cover; background-position: center; background-color: #f1f5f9; }
.csp-geo-card-prod .csp-geo-card-img { aspect-ratio: 1/1; }
.csp-geo-card-body { padding: 14px 16px; }
.csp-geo-card-titulo { font-size: 16px; font-weight: 600; margin: 0 0 6px; color: var(--cs-cor-texto, #1e293b); line-height: 1.3; }
.csp-geo-card-desc { font-size: 13px; color: #64748b; margin: 0; line-height: 1.5; }

.csp-geo-bairros { display: flex; flex-wrap: wrap; gap: 8px; }
.csp-geo-bairro-chip { display: inline-flex; align-items: center; padding: 6px 14px; background: #f1f5f9; border-radius: 20px; font-size: 13px; color: #475569; font-weight: 500; text-decoration: none; transition: all .15s; }
.csp-geo-bairro-chip-link:hover { background: var(--cs-cor-primaria, #1e3a8a); color: #fff; }

.csp-geo-links { display: flex; flex-wrap: wrap; gap: 10px; }
.csp-geo-link-pill { display: inline-flex; align-items: center; padding: 8px 16px; background: #fff; border: 1px solid #cbd5e1; border-radius: 20px; font-size: 13px; color: var(--cs-cor-primaria, #1e3a8a); text-decoration: none; font-weight: 500; transition: all .15s; }
.csp-geo-link-pill:hover { background: var(--cs-cor-primaria, #1e3a8a); color: #fff; border-color: var(--cs-cor-primaria, #1e3a8a); }

.csp-geo-bloco-footer-links { padding: 22px 0; background: #f8fafc; border-top: 1px solid #e2e8f0; }
.csp-geo-links-discreto { gap: 6px 14px; }
.csp-geo-link-discreto { font-size: 12px; color: #64748b; text-decoration: none; padding: 2px 0; }
.csp-geo-link-discreto:hover { color: var(--cs-cor-primaria, #1e3a8a); text-decoration: underline; }

.csp-geo-faq { display: flex; flex-direction: column; gap: 10px; }
.csp-geo-faq-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 14px 18px; }
.csp-geo-faq-item[open] { background: #fff; border-color: var(--cs-cor-primaria, #1e3a8a); }
.csp-geo-faq-pergunta { font-weight: 600; color: var(--cs-cor-texto, #1e293b); cursor: pointer; font-size: 15px; list-style: none; outline: none; }
.csp-geo-faq-pergunta::-webkit-details-marker { display: none; }
.csp-geo-faq-pergunta::after { content: '+'; float: right; font-size: 20px; line-height: 1; color: #64748b; font-weight: 400; }
.csp-geo-faq-item[open] .csp-geo-faq-pergunta::after { content: '−'; }
.csp-geo-faq-resposta { margin-top: 12px; color: #475569; font-size: 14px; line-height: 1.6; }

/* Bloco Avaliações Google — alinhar com padrão csp-geo-bloco (neutraliza padding extra, gradiente e container largo da home). */
.csp-geo-bloco-avaliacoes .cs-home-fabricantes { padding: 50px 0; background: #f8fafc; }
.csp-geo-bloco-avaliacoes .cs-site-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.csp-geo-bloco-avaliacoes + .csp-geo-bloco-cta { margin-top: 0; }

@media (max-width: 640px) {
    .csp-geo-hero { padding: 40px 0 36px; }
    .csp-geo-bloco { padding: 36px 0; }
    .csp-geo-bloco-avaliacoes .cs-home-fabricantes { padding: 36px 0; }
    .csp-geo-cta { flex-direction: column; align-items: stretch; }
    .csp-geo-btn { justify-content: center; }
}
