/* Faz 12: okunabilirlik, kontrast ve ic link QA */
:root{--bk-readable:#23384d;--bk-readable-muted:#52677b;--bk-footer-bg:#062641;--bk-footer-title:#ffffff;--bk-footer-text:#d9e6f1;--bk-footer-link:#f7fbff;}
/* Genel metin kontrasti */
.bk-article p,.bk-article li,.bk-card p,.bk-section-head p,.bk-tool p,.bk-step p{color:var(--bk-readable)!important}
.bk-muted,.text-muted{color:var(--bk-readable-muted)!important}
/* Koyu alanlar: koyu zeminde koyu metin kalmasin */
.bk-hero p,.bk-page-hero p,.bk-help-card p,.bk-help-card span,.bk-cta p{color:#e8f3fb!important}
.bk-hero h1,.bk-hero h2,.bk-page-hero h1,.bk-help-card b,.bk-cta h2{color:#fff!important}
/* Footer kontrast sistemi */
footer.bk-footer{background:var(--bk-footer-bg)!important;color:var(--bk-footer-text)!important}
footer.bk-footer .bk-footer-grid h3,footer.bk-footer .bk-footer-grid h4{color:var(--bk-footer-title)!important;opacity:1!important;text-shadow:none!important}
footer.bk-footer .bk-footer-grid p,footer.bk-footer .bk-footer-grid li{color:var(--bk-footer-text)!important;opacity:1!important}
footer.bk-footer .bk-footer-grid a:not(.bk-footer-cta){color:var(--bk-footer-link)!important;opacity:1!important}
footer.bk-footer .bk-footer-grid a:not(.bk-footer-cta):hover,footer.bk-footer .bk-footer-grid a:not(.bk-footer-cta):focus{color:#ffc47d!important;text-decoration:underline!important;text-underline-offset:3px}
footer.bk-footer .bk-footer-contact a{font-weight:650!important}
footer.bk-footer .bk-footer-cta{background:#f58220!important;color:#fff!important;border:2px solid #f58220!important;box-shadow:0 12px 28px rgba(0,0,0,.18)!important}
footer.bk-footer .bk-footer-cta:hover,footer.bk-footer .bk-footer-cta:focus{background:#ff9a3d!important;border-color:#ff9a3d!important}
footer.bk-footer .bk-footer-cta-secondary{background:#fff!important;color:#0a3152!important;border-color:#fff!important}
footer.bk-footer .bk-copy,footer.bk-footer .bk-copy *{background:#041a2d!important;color:#dce8f2!important;opacity:1!important}
/* Acik kartlarda soluk yazi kalmasin */
.bk-mini span,.bk-side-card p,.bk-quick-links a{color:#445c72!important}
/* Yeni ilgili rehberler */
.bk-faz12-related{margin:30px 0 8px;padding:24px;border:1px solid #dbe7f1;border-radius:22px;background:#f8fbfe}
.bk-faz12-related h2{margin:0 0 8px!important;font-size:24px!important;color:#0a3a66!important}
.bk-faz12-related p{margin:0 0 16px!important;color:#40566b!important}
.bk-faz12-related-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.bk-faz12-related-links a{display:flex;align-items:center;min-height:48px;padding:11px 13px;border-radius:14px;background:#fff;border:1px solid #dbe7f1;color:#0b4f82!important;font-weight:700!important}
.bk-faz12-related-links a:hover{border-color:#f58220;background:#fff7ef}
@media(max-width:767px){.bk-faz12-related-links{grid-template-columns:1fr}footer.bk-footer .bk-footer-grid{text-align:left!important}}
