.sbk-en-seo-summary {
    margin: 1rem 0 1.5rem;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    border: 1px solid #e4e8ef;
    background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.sbk-en-seo-summary__answer {
    margin: 0 0 1rem;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #1e293b;
}

.sbk-en-seo-summary__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.sbk-en-seo-summary__card {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e8ecf2;
}

.sbk-en-seo-summary__brand {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.sbk-en-seo-summary__name {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #0f172a;
}

.sbk-en-seo-summary__stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
}

.sbk-en-seo-summary__stats li {
    font-size: 0.88rem;
    color: #475569;
}

.sbk-en-seo-summary__stats li strong {
    color: #0f172a;
    font-weight: 700;
}

.sbk-en-seo-faq {
    margin: 2rem 0 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e8ecf2;
}

.sbk-en-seo-faq__title {
    font-size: 1.35rem;
    margin-bottom: 0.85rem;
}

.sbk-en-seo-faq__item {
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    padding: 0.35rem 0.85rem;
    background: #fff;
}

.sbk-en-seo-faq__item summary {
    cursor: pointer;
    font-weight: 600;
    color: #1e293b;
    padding: 0.35rem 0;
}

.sbk-en-seo-faq__item p {
    margin: 0.35rem 0 0.65rem;
    color: #475569;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* EN ana sayfa — popüler kıyaslamalar (SEO hub) */
.sbk-en-seo-hub--home {
    margin: 1.25rem 0 1.75rem;
    padding: 1rem 1.1rem 1.1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8ecf2;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.sbk-en-seo-hub__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.sbk-en-seo-hub__title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

.sbk-en-seo-hub__all {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4f6cff;
    white-space: nowrap;
    text-decoration: none;
}

.sbk-en-seo-hub__all:hover {
    text-decoration: underline;
}

.sbk-en-seo-hub__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sbk-en-seo-hub__chip {
    display: inline-block;
    max-width: 100%;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    line-height: 1.35;
    font-weight: 500;
    color: #1e293b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sbk-en-seo-hub__chip:hover {
    background: #4f6cff;
    border-color: #4f6cff;
    color: #fff;
}

@media (max-width: 576px) {
    .sbk-en-seo-hub__chip {
        font-size: 0.78rem;
        padding: 0.4rem 0.7rem;
    }
}
