/* ═══════════════════════════════════════════
   Kalite Yönetimi – ASAŞ (sadece bu sayfa)
═══════════════════════════════════════════ */

@import url('breadcrumb.css');

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #54555A;
    background: #fff;
    margin: 0;
    padding: 0;
}

.container-asas {
    width: 100%;
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--asas-gutter, 48px);
    padding-right: var(--asas-gutter, 48px);
}

.rich-text-container * {
    margin: 0;
}

@media (max-width: 1199.98px) {
    :root {
        --asas-gutter: 32px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --asas-gutter: 24px;
    }
}

@media (max-width: 767.98px) {
    :root {
        --asas-gutter: 16px;
    }
}

.page-body {
    margin-top: 130px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

@media (max-width: 767.98px) {
    .page-body {
        margin-top: 48px;
        margin-bottom: 48px;
        gap: 28px;
    }
}

.swiper-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.hakkimizda-swiper {
    width: 100%;
    aspect-ratio: 1410 / 672;
    overflow: hidden;
    min-height: 160px;
}

    .hakkimizda-swiper .swiper-slide {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .hakkimizda-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 48px;
    background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 100%);
    color: #fff;
}

    .slide-caption h2 {
        font-weight: 700;
        font-size: 36px;
        line-height: 1.2;
        margin: 0;
        letter-spacing: .01em;
    }

.custom-pagination {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 11px;
    width: 84px;
    height: 5px;
}

    .custom-pagination .dot {
        width: 8px;
        height: 5px;
        border-radius: 0;
        background: #C0C0C0;
        opacity: 0.3;
        cursor: pointer;
        flex-shrink: 0;
        transition: background .3s, opacity .3s;
    }

        .custom-pagination .dot.active {
            background: #D1000F;
            opacity: 1;
        }

.title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    width: 100%;
}

    .title-block h3 {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 39px;
        text-transform: uppercase;
        color: #202223;
        margin: 0;
        max-width: 909px;
    }

    .title-block p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #54555A;
        margin: 0;
        max-width: 990px;
        text-align: justify;
    }



.rt-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.rt-paragraph {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #54555A;
    margin: 0;
    width: 100%;
}

    .rt-paragraph + .rt-paragraph {
        margin-top: 0;
    }

/* Sadece Entegre Politikası kısmı koyu */
.rt-paragraph--entegre {
    font-weight: 700;
    color: #000000;
}

/* Rich text alt başlıkları (Figma: küçük/uppercase) */
.rt-paragraph.rt-heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 32px;
}

    .rt-paragraph.rt-heading + .rt-paragraph {
        margin-top: 12px;
    }

/* Sayfa altı sertifikalar görseli */
.kalite-certifications {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

    .kalite-certifications img {
        width: 100%;
        max-width: 1248px;
        height: auto;
        display: block;
        object-fit: contain;
    }

@media (max-width: 991.98px) {
    .slide-caption {
        padding: 24px 28px;
    }

        .slide-caption h2 {
            font-size: 26px;
        }
}

@media (max-width: 767.98px) {
    .slide-caption {
        padding: 16px 20px;
    }

        .slide-caption h2 {
            font-size: 18px;
        }

    .title-block h3 {
        font-size: 24px;
    }

    .title-block {
        gap: 20px;
    }

    .kalite-certifications {
        margin-top: 40px;
    }
}
