/* ========== KURUMSAL / YASAL SAYFALAR ========== */

.kurumsal-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

/* Breadcrumb */
.kurumsal-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.kurumsal-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.kurumsal-breadcrumb a:hover {
    color: #ff6600;
}

.kurumsal-breadcrumb i {
    color: #cbd5e1;
    font-size: 11px;
}

.kurumsal-breadcrumb span {
    color: #1e293b;
    font-weight: 600;
}

/* Content Layout */
.kurumsal-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
}

/* Sidebar */
.kurumsal-sidebar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    position: sticky;
    top: 20px;
}

.kurumsal-sidebar h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kurumsal-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kurumsal-menu li {
    margin-bottom: 4px;
}

.kurumsal-menu a {
    display: block;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #475569;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s;
    line-height: 1.4;
}

.kurumsal-menu a:hover {
    background: #fff7ed;
    color: #ff6600;
}

.kurumsal-menu li.active a {
    background: #ff6600;
    color: #fff;
    font-weight: 600;
}

/* Main Content */
.kurumsal-main {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.kurumsal-main h1 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 3px solid #ff6600;
}

.kurumsal-section {
    margin-bottom: 32px;
}

.kurumsal-section:last-child {
    margin-bottom: 0;
}

.kurumsal-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.kurumsal-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 20px 0 12px;
}

.kurumsal-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 16px;
}

.kurumsal-list {
    padding-left: 24px;
    margin-bottom: 16px;
}

.kurumsal-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 10px;
}

.kurumsal-list strong {
    color: #1e293b;
    font-weight: 600;
}

/* Başlık */
.kurumsal-baslik {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.kurumsal-guncelleme {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kurumsal-guncelleme i {
    font-size: 14px;
}

/* İçerik */
.kurumsal-icerik {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.kurumsal-icerik h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 32px 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f1f5f9;
}

.kurumsal-icerik h2:first-child {
    margin-top: 0;
}

.kurumsal-icerik h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 24px 0 8px;
}

.kurumsal-icerik p {
    font-size: 14.5px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 14px;
}

.kurumsal-icerik ul,
.kurumsal-icerik ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.kurumsal-icerik li {
    font-size: 14.5px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 6px;
}

.kurumsal-icerik strong {
    color: #1e293b;
}

.kurumsal-icerik a {
    color: #ff6600;
    text-decoration: none;
    font-weight: 500;
}

.kurumsal-icerik a:hover {
    text-decoration: underline;
}

/* Bilgi kutusu */
.kurumsal-bilgi-kutusu {
    background: #fff7ed;
    border-left: 4px solid #ff6600;
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
    margin: 20px 0;
    font-size: 14px;
    color: #92400e;
    line-height: 1.6;
}

.kurumsal-bilgi-kutusu i {
    margin-right: 6px;
    color: #ff6600;
}

/* Tablo */
.kurumsal-icerik table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 20px;
    font-size: 14px;
}

.kurumsal-icerik th {
    background: #f8fafc;
    color: #1e293b;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
}

.kurumsal-icerik td {
    padding: 10px 16px;
    border: 1px solid #e2e8f0;
    color: #475569;
}

/* Sidebar Navigasyon */
.kurumsal-sidebar-nav {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    position: sticky;
    top: 100px;
}

.kurumsal-sidebar-nav h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kurumsal-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kurumsal-sidebar-nav li {
    margin-bottom: 2px;
}

.kurumsal-sidebar-nav a {
    display: block;
    padding: 8px 12px;
    font-size: 13.5px;
    color: #475569;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s;
    line-height: 1.4;
}

.kurumsal-sidebar-nav a:hover {
    background: #fff7ed;
    color: #ff6600;
}

.kurumsal-sidebar-nav a.aktif {
    background: #ff6600;
    color: #fff;
    font-weight: 600;
}

/* Layout */
.kurumsal-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: start;
}

/* Responsive */
@media (max-width: 992px) {
    .kurumsal-content {
        grid-template-columns: 1fr;
    }

    .kurumsal-sidebar {
        position: static;
        order: 2;
        margin-top: 30px;
    }

    .kurumsal-main {
        order: 1;
    }
}

@media (max-width: 768px) {
    .kurumsal-container {
        padding: 20px 16px 40px;
    }

    .kurumsal-sidebar {
        display: none;
    }

    .kurumsal-main {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .kurumsal-main h1 {
        font-size: 24px;
    }

    .kurumsal-section h2 {
        font-size: 18px;
    }

    .kurumsal-section h3 {
        font-size: 16px;
    }

    .kurumsal-section p,
    .kurumsal-list li {
        font-size: 14px;
    }
}
