/* Preloader logo küçük */
.preloader.preloader--logo {
    background-size: 80px auto;
    background-repeat: no-repeat;
}

/* CYSA Plastik - Logo boyutu */
.header-upper-left .logo a img {
    height: 100px;
    width: auto;
    object-fit: contain;
    align-items: center;
    margin-top: -20px;
}
.sticky-header .logo a img {
    height: 100px;
    width: auto;
    object-fit: contain;
    align-items: center;
    margin-top: -20px;
}

/* Arka plan görseli için yer ayırma (layout shift azaltımı) */
.video-holder-box {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
}

/* LCP/CLS: Slider alanına yer ayır (düzen kayması azaltımı) */
.main-slider.style1 .slide {
    min-height: 420px;
}
@media (max-width: 768px) {
    .main-slider.style1 .slide {
        min-height: 320px;
    }
}

/* TR / EN dil butonları */
.lang-buttons { display: inline-flex; gap: 0; }
.lang-buttons .btn-lang {
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.5);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.lang-buttons .btn-lang:first-child { border-radius: 4px 0 0 4px; border-right: 0; }
.lang-buttons .btn-lang:last-child { border-radius: 0 4px 4px 0; }
.lang-buttons .btn-lang:hover { background: rgba(255,255,255,0.15); }
.lang-buttons .btn-lang.active { background: #c41e3a; border-color: #c41e3a; color: #fff; }

/* Google Translate gizli - display:none iframe yüklenmesini engeller, off-screen kullan */
.gt-hidden {
    position: fixed !important;
    top: 0 !important;
    left: -9999px !important;
    width: 200px !important;
    height: 40px !important;
    z-index: -1 !important;
}
/* Google Translate varsayılan çubuğu gizle */
body .goog-te-banner-frame,
body .skiptranslate { display: none !important; }
body { top: 0 !important; }
