/* 
   DESI SHARED BASE - KURŞUN GEÇİRMEZ İSTELET (MASTER)
   Tüm kategorilerde ortak olan mizanpaj kuralları.
*/

.desi-smart-content {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.desi-smart-content, .desi-smart-content * {
    box-sizing: border-box !important;
}

/* Kapsayıcı Güvenliği - Taşmaları Engeller */
.desi-smart-content section,
.desi-smart-content .uk-section,
.desi-smart-content .hero-wrap,
.desi-smart-content .innovation-wrap,
.desi-smart-content .uk-cover-container {
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
}

/* Görsel Güvenliği */
.desi-smart-content [data-uk-cover],
.desi-smart-content .uk-cover {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
}

.desi-smart-content canvas {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    visibility: hidden;
}

/* Font ve Tipografi Sabitleri */
.desi-smart-content h1, .desi-smart-content h2, .desi-smart-content h3 {
    font-family: 'Unbounded', cursive !important;
    text-transform: uppercase;
}

.desi-smart-content .text-shadow { text-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.desi-smart-content .ls-wide { letter-spacing: 3px; }
.desi-smart-content .ls-v-wide { letter-spacing: 5px; }
.desi-smart-content .lh-tight { line-height: 0.9; }

/* Overlay ve Efekt Güvenliği */
.desi-smart-content .hero-overlay,
.desi-smart-content .innovation-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
    pointer-events: none;
}

.desi-smart-content .hero-content,
.desi-smart-content .innovation-content {
    position: relative !important;
    z-index: 10 !important;
}
