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

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

/* Breadcrumb stilleri: public/assets/css/style.css */

/* 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;
    }
}

/* ========== SSS (FAQ) SAYFASI ========== */

/* Hero */
.sss-hero {
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    border-radius: 16px;
    padding: 40px 36px;
    margin-bottom: 32px;
    color: #fff;
}

.sss-hero h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px;
    color: #fff;
    border: none;
    padding: 0;
}

.sss-hero p {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    margin: 0;
    line-height: 1.6;
}

/* Kategori */
.sss-kategori {
    margin-bottom: 28px;
}

.sss-kategori > h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f5f9;
}

.sss-kategori > h3 i {
    color: #ff6600;
    font-size: 20px;
}

/* Accordion Items */
.sss-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.sss-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.sss-item.open {
    border-color: #ff6600;
    box-shadow: 0 4px 16px rgba(255,102,0,0.08);
}

.sss-soru {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.sss-soru:hover {
    background: #fafafa;
}

.sss-item.open .sss-soru {
    background: #fff7ed;
}

.sss-soru span {
    font-size: 14.5px;
    font-weight: 600;
    color: #1e293b;
    flex: 1;
    line-height: 1.5;
}

.sss-item.open .sss-soru span {
    color: #ff6600;
}

.sss-soru i {
    font-size: 14px;
    color: #94a3b8;
    transition: transform 0.3s, color 0.3s;
    flex-shrink: 0;
    margin-left: 12px;
}

.sss-item.open .sss-soru i {
    transform: rotate(180deg);
    color: #ff6600;
}

.sss-cevap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    background: #fff;
}

.sss-item.open .sss-cevap {
    max-height: 500px;
    padding: 0 20px 18px;
}

.sss-cevap p {
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
    margin: 0;
    padding-top: 4px;
}

/* İletişim Kutusu */
.sss-iletisim {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    margin-top: 32px;
    text-align: center;
}

.sss-iletisim h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    padding: 0;
}

.sss-iletisim h3 i {
    color: #ff6600;
}

.sss-iletisim > p {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 20px;
}

.sss-iletisim-bilgi {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.sss-iletisim-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #334155;
    font-weight: 500;
}

.sss-iletisim-item i {
    color: #ff6600;
    font-size: 16px;
}

/* İade Bilgi Kutusu (kolay-iade sayfası) */
.iade-bilgi-kutusu {
    background: #fff7ed;
    border-left: 4px solid #ff6600;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin: 20px 0 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.iade-bilgi-kutusu > i {
    color: #ff6600;
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.iade-bilgi-kutusu p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #92400e;
    margin: 0;
}

.iade-bilgi-kutusu strong {
    color: #78350f;
}

/* SSS Responsive */
@media (max-width: 768px) {
    .sss-hero {
        padding: 28px 20px;
    }

    .sss-hero h2 {
        font-size: 22px;
    }

    .sss-soru {
        padding: 14px 16px;
    }

    .sss-soru span {
        font-size: 13.5px;
    }

    .sss-cevap {
        padding: 0 16px;
    }

    .sss-item.open .sss-cevap {
        padding: 0 16px 14px;
    }

    .sss-iletisim-bilgi {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .iade-bilgi-kutusu {
        flex-direction: column;
        padding: 16px 18px;
    }
}
