/* Lighthouse / erişilebilirlik — sayfa başlığı hiyerarşisi */

body.site-premium .section-title__h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

body.site-premium .section-title h1.section-title__h1 strong,
body.site-premium .section-title h1 strong {
    font-weight: inherit;
}

/* Eski tema .section-title h2 ile aynı görünüm (Lighthouse h1) */
body.site-premium .section-title h1.section-title__h1 {
    color: var(--secondary);
}

body.site-premium .section-title.text-start h1.section-title__h1 {
    color: var(--default);
}

body.site-premium .section-title__lead {
    margin: 0.75rem auto 0;
    max-width: 42rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--gray, #64748b);
}

body.site-premium .section-title.light .section-title__lead {
    color: rgba(255, 255, 255, 0.88);
}

/* Paketler ana başlık (h2 → h1) */
body.site-premium h1.paketler-sayfa-hero__title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* Yasal / uzun metin sayfaları */
body.site-premium .site-legal-content h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--default, #0f172a);
}

body.site-premium .site-legal-content h2:first-child {
    margin-top: 0;
}

body.site-premium .site-legal-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
}

/* Bootstrap accordion — ana bölüm h2 altında h3 */
body.site-premium .accordion-header h3.accordion-button {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* Blog / CMS gövde — sayfa h1 altında h2+ */
body.site-premium .site-blog-detail__icerik h2 {
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--default, #0f172a);
}

body.site-premium .site-blog-detail__icerik h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}
