/* =====================================================
   CFM EXPORT - COMPANY INTERACTIVE RULER FRAME STYLE
   Maksimum Satır Sınırı: 100-120 Satır (Kural 11)
===================================================== */
.cfm-corp-section {
    width: 100% !important;
    background-color: #ffffff !important;
    padding: 0 !important;
    display: block !important;
}

/* KİBAR TARZI SLIDER SINIRININ 2 CM ALTINDA CANLANAN DİNAMİK FRAME */
.cfm-corp-frame-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border: 1px solid var(--cfm-border) !important;
    border-radius: 4px !important;
    box-shadow: 0 12px 40px rgba(11, 37, 69, 0.04) !important;
    
    /* KESİN KONUMLANDIRMA: Slider/Banner bittiği yerin tam 2 cm (50px) altından başlama cetveli */
    position: relative !important;
    top: 50px !important;
    z-index: 500 !important;
    
    /* İÇERİĞİN UZUNLUĞUNA GÖRE AŞAĞI DOĞRU ESNEYEN DİNAMİK YÜKSEKLİK KİLİDİ */
    height: auto !important;
    min-height: 450px !important;
    margin-bottom: 100px !important; 
    display: flex !important;
    flex-direction: column !important;
}

/* ÇERÇEVENİN ÜST SINIRININ İÇ TARAFINDA UZANAN MİLİMETRİK TEKNİK CETVEL */
.cfm-corp-frame-ruler {
    width: 100% !important;
    height: 35px !important;
    border-bottom: 1px solid rgba(11, 37, 69, 0.15) !important;
    background-image: 
        linear-gradient(90deg, rgba(11, 37, 69, 0.15) 1px, transparent 1px), 
        linear-gradient(90deg, rgba(11, 37, 69, 0.22) 2px, transparent 2px) !important; 
    background-size: 15px 20px, 75px 35px !important;
    background-repeat: repeat-x !important;
    background-position: bottom left !important;
}

.cfm-corp-main-layout { display: flex !important; width: 100% !important; flex-grow: 1 !important; }

/* SOL SÜTUN: SAF YAZI AĞACI LİSTESİ */
.cfm-corp-sidebar {
    width: 280px !important;
    flex-shrink: 0 !important;
    border-right: 1px solid var(--cfm-border) !important;
    padding: 35px 25px !important;
    background: var(--cfm-light-bg) !important;
}
.cfm-corp-menu-tree { display: flex !important; flex-direction: column !important; gap: 0 !important; }

.cfm-corp-btn {
    width: 100% !important; display: block !important; background: none !important; border: none !important;
    border-bottom: 1px solid rgba(11, 37, 69, 0.06) !important; padding: 14px 0 !important;
    text-align: left !important; cursor: pointer !important; transition: all 0.3s ease !important;
}
.cfm-corp-btn span { font-family: 'Montserrat', sans-serif !important; font-size: 13px !important; font-weight: 500 !important; color: var(--cfm-dark) !important; text-transform: uppercase; letter-spacing: 0.5px; }
.cfm-corp-btn:hover span, .cfm-corp-btn.active-node span { color: var(--cfm-secondary) !important; font-weight: 700 !important; padding-left: 5px !important; }

/* SAĞ SÜTUN: DİNAMİK KURUMSAL METİN VİTRİNİ */
.cfm-corp-content { flex-grow: 1 !important; padding: 40px 45px !important; background: #ffffff !important; }
.cfm-corp-text-wrapper { width: 100% !important; }
.cfm-corp-text-wrapper h2 { font-family: 'Montserrat', sans-serif !important; font-size: 24px !important; color: var(--cfm-primary) !important; font-weight: 700 !important; text-transform: uppercase !important; margin: 0 0 10px 0 !important; }
.cfm-corp-text-wrapper .cfm-accent-line { margin-bottom: 25px !important; }

.cfm-corp-rich-text { font-family: 'Open Sans', sans-serif !important; font-size: 14.5px !important; color: #4b5563 !important; line-height: 1.8 !important; }
.cfm-corp-rich-text p { margin-bottom: 16px !important; }

@media (max-width: 992px) {
    .cfm-corp-main-layout { flex-direction: column !important; }
    .cfm-corp-sidebar { width: 100% !important; border-right: none !important; border-bottom: 1px solid var(--cfm-border) !important; padding: 25px 20px !important; }
    .cfm-corp-content { padding: 30px 20px !important; }
}
