/* SEO & local visibility section */
.local-seo-section {
    background: linear-gradient(180deg, var(--bg-subtle, #f8fafc) 0%, #fff 100%);
    border-top: 1px solid var(--border, #e2e8f0);
}

.local-seo-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.local-seo-prose {
    color: var(--text-muted, #64748b);
    line-height: 1.75;
    font-size: 1.02rem;
}

.local-seo-prose p + p {
    margin-top: 1rem;
}

.local-seo-prose a {
    color: var(--brand, #e85d04);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.local-seo-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.local-seo-aside {
    background: #fff;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 1.5rem;
    box-shadow: 0 4px 24px rgba(12, 18, 34, 0.06);
}

.local-seo-aside h3 {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted, #64748b);
    margin: 0 0 0.75rem;
}

.local-seo-aside h3 + .local-area-list + h3,
.local-seo-aside h3:not(:first-child) {
    margin-top: 1.25rem;
}

.local-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.local-area-list li {
    background: var(--bg-subtle, #f1f5f9);
    color: var(--text, #0f172a);
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--border, #e2e8f0);
}

.local-cat-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.local-cat-links a {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--brand, #e85d04);
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border, #e2e8f0);
}

.local-cat-links a:last-child {
    border-bottom: none;
}

.footer-areas {
    margin-top: 1rem;
}

.footer-areas h5 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 0.5rem;
}

.footer-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.footer-area-tags span {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.75);
}

.product-local-note {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: var(--bg-subtle, #f8fafc);
    border-left: 4px solid var(--brand, #e85d04);
    border-radius: 0 var(--radius-md, 12px) var(--radius-md, 12px) 0;
    font-size: 0.98rem;
    color: var(--text-muted, #64748b);
    line-height: 1.7;
}

.product-local-note a {
    color: var(--brand, #e85d04);
    font-weight: 600;
}

@media (max-width: 768px) {
    .local-seo-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Blog kategori & sayfalama */
.blog-cat-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.blog-cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-muted, #64748b);
    background: var(--bg-subtle, #f1f5f9);
    border: 1px solid var(--border, #e2e8f0);
    transition: all 0.2s;
}

.blog-cat-chip.active,
.blog-cat-chip:hover {
    background: var(--brand, #e85d04);
    color: #fff;
    border-color: var(--brand, #e85d04);
}

.blog-cat-chip small {
    opacity: 0.8;
    font-weight: 500;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.pagination-info {
    font-size: 0.9rem;
    color: var(--text-muted, #64748b);
}

.search-result-info {
    margin-bottom: 1.25rem;
    color: var(--text-muted, #64748b);
    font-size: 0.95rem;
}

/* Makale iletişim şeridi */
.article-contact-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin-bottom: 1.75rem;
    padding: 0.75rem;
    background: var(--bg-subtle, #f8fafc);
    border-radius: var(--radius-lg, 14px);
    border: 1px solid var(--border, #e2e8f0);
}

.acs-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem 0.5rem;
    border-radius: var(--radius-md, 10px);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s;
}

.acs-call { background: #fff; color: var(--text, #0f172a); border: 1px solid var(--border, #e2e8f0); }
.acs-wa { background: #25d366; color: #fff; }
.acs-form { background: var(--brand, #e85d04); color: #fff; }
.acs-btn:active { transform: scale(0.97); }

.cta-box-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 1rem;
}

/* Mobil alt CTA — 3 buton */
.mobile-cta-bar {
    display: none;
    grid-template-columns: 1fr 1fr 1.1fr;
    gap: 0.4rem;
    padding: 0.55rem 0.65rem;
    padding-bottom: max(0.55rem, env(safe-area-inset-bottom));
}

.mobile-cta-bar .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.55rem 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.1;
    min-height: 52px;
    border-radius: 10px;
}

.mobile-cta-bar .btn svg {
    flex-shrink: 0;
}

.mobile-cta-bar .btn-call {
    background: #fff;
    color: var(--text, #0f172a);
    border: 1px solid var(--border, #e2e8f0);
}

.mobile-cta-bar .btn-whatsapp {
    background: #25d366;
    color: #fff;
    border: none;
}

.mobile-cta-bar .btn-contact {
    font-size: 0.72rem;
}

/* Masaüstü yapışkan iletişim */
.sticky-contact-bar {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    z-index: 900;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sticky-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: transform 0.15s;
}

.sticky-contact-item:hover { transform: translateX(-3px); }
.sticky-call { background: var(--dark, #0c1222); }
.sticky-wa { background: #25d366; }
.sticky-form { background: var(--brand, #e85d04); }

@media (max-width: 991px) {
    .mobile-cta-bar { display: grid; }
    .article-contact-strip { grid-template-columns: 1fr; }
    .article-contact-strip .acs-btn { padding: 0.85rem; font-size: 0.95rem; }
}

@media (max-width: 480px) {
    .mobile-cta-bar .btn span { font-size: 0.68rem; }
}
