/* Yasal Sayfalar Styles */

/* ===========================
   Breadcrumb Section
   =========================== */
.breadcrumb-section {
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 270px;
    overflow: hidden;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../assets/main/hakkimizda.jpeg") lightgray 0.378px -900.944px / 100.02% 527.508% no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: -1;
}

.breadcrumb-section > * {
    position: relative;
    z-index: 1;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    padding: 0 20px;
}

.page-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #0c121d;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.breadcrumb-nav li {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #797979;
}

.breadcrumb-nav li a {
    color: #797979;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav li a:hover {
    color: #0c121d;
}

.breadcrumb-nav li.active {
    color: #797979;
    font-weight: 400;
}

.breadcrumb-nav .separator {
    display: flex;
    align-items: center;
}

.breadcrumb-nav .separator img {
    width: 6px;
    height: 9px;
    opacity: 0.6;
}

/* ===========================
   Legal Page Content
   =========================== */
.legal-page {
    padding: 60px 0 80px;
    background: #fff;
}

.legal-page .container-custom {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-content {
    background: #fff;
}

.legal-content .section-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #0c121d;
    margin-bottom: 20px;
    text-align: center;
}

.legal-content .section-subheading {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #38c760;
    margin-bottom: 30px;
    text-align: center;
}

.legal-text {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.legal-text h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #38c760;
    margin-top: 35px;
    margin-bottom: 15px;
}

.legal-text p {
    margin-bottom: 15px;
    text-align: justify;
}

.legal-text ul {
    margin: 15px 0;
    padding-left: 25px;
}

.legal-text ul li {
    margin-bottom: 10px;
    position: relative;
}

.legal-text ul li::marker {
    color: #38c760;
}

/* Legal Tables */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.legal-table th,
.legal-table td {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.legal-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #0c121d;
    min-width: 150px;
}

.legal-table td {
    background: #fff;
}

.legal-table tr:hover td {
    background: #fafafa;
}

/* Form Download Box */
.form-download-box {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 2px solid #38c760;
    border-radius: 12px;
    padding: 25px 30px;
    margin: 30px 0;
    text-align: center;
}

.form-download-box p {
    margin-bottom: 15px !important;
    color: #0c121d;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #38c760;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-download:hover {
    background: #2da350;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(56, 199, 96, 0.3);
}

.btn-download svg {
    width: 20px;
    height: 20px;
}

/* ===========================
   Responsive Styles
   =========================== */
@media (max-width: 992px) {
    .breadcrumb-section {
        padding-left: 100px;
        height: 240px;
    }

    .page-title {
        font-size: 28px;
    }

    .legal-page {
        padding: 50px 0 60px;
    }

    .legal-content .section-heading {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-section {
        padding-left: 20px;
        height: 200px;
        justify-content: center;
    }

    .breadcrumb-content {
        text-align: center;
    }

    .breadcrumb-nav {
        justify-content: center;
    }

    .page-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .breadcrumb-nav li {
        font-size: 14px;
    }

    .legal-page {
        padding: 40px 0 50px;
    }

    .legal-content .section-heading {
        font-size: 22px;
    }

    .legal-content .section-subheading {
        font-size: 16px;
    }

    .legal-text {
        font-size: 14px;
    }

    .legal-text h4 {
        font-size: 16px;
    }

    .legal-table {
        display: block;
        overflow-x: auto;
        font-size: 13px;
    }

    .legal-table th,
    .legal-table td {
        padding: 10px 12px;
        min-width: 100px;
    }

    .form-download-box {
        padding: 20px;
    }

    .btn-download {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section {
        height: 180px;
    }

    .page-title {
        font-size: 20px;
    }

    .breadcrumb-nav li {
        font-size: 12px;
    }

    .legal-page {
        padding: 30px 0 40px;
    }

    .legal-page .container-custom {
        padding: 0 15px;
    }

    .legal-content .section-heading {
        font-size: 20px;
    }

    .legal-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .legal-text h4 {
        font-size: 15px;
        margin-top: 25px;
    }

    .legal-text ul {
        padding-left: 20px;
    }
}
