/* =========================================================
   YKT 3.8.1 HOTFIX — 3.8.0 PERFORMANS KATMANI GERİ ALMA
========================================================= */

/*
 * 3.8.0'ın content-visibility/contain kuralları browser veya
 * sayfa cache'inde kalmış olsa bile YKT içeriğini görünür yapar.
 */
html body .ykt-site :where(
    .ykt-capabilities,
    .ykt-page-links,
    .ykt-home-solutions,
    .ykt-dynamic-products,
    .ykt-category-catalog-products,
    .ykt-product-single__content,
    .ykt-product-single__details,
    .ykt-product-single__gallery,
    .ykt-product-single__related,
    .ykt-corporate-about,
    .ykt-corporate-services,
    .ykt-corporate-strengths,
    .ykt-contact-overview,
    .ykt-contact-form-section,
    .ykt-contact-locations,
    .ykt-contact-service-panel,
    .ykt-legal-content
) {
    content-visibility: visible !important;
    contain: none !important;
    contain-intrinsic-size: none !important;
}

html.ykt-save-data
body .ykt-site [data-ykt-reveal],
html.ykt-document-hidden
body .ykt-site [data-ykt-reveal],
html.ykt-performance-marquee-paused
body .ykt-site [data-ykt-reveal] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/*
 * Eski performans scriptinin eklediği sınıflar artık sayfa
 * görünürlüğünü veya ana hero içeriğini değiştiremez.
 */
html.ykt-save-data body .ykt-hero__visual {
    display: block !important;
}

@media (max-width: 767px) {
    html.ykt-save-data body .ykt-hero__visual {
        display: none !important;
    }
}
