﻿/* =========================================================
   MAYS BLOG SAYFASI
   ========================================================= */

.mays-blog-page {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #1f2933;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

    .mays-blog-page *,
    .mays-blog-page *::before,
    .mays-blog-page *::after {
        box-sizing: border-box;
    }


/* =========================================================
   GENEL KONTEYNER
   ========================================================= */

.mays-container {
    width: 92%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.mays-narrow {
    max-width: 900px;
}


/* =========================================================
   BLOG HERO ALANI
   ========================================================= */

.mays-blog-hero {
    width: 100%;
    padding: 54px 0 28px;
    background: linear-gradient( 180deg, #ffffff 0%, #f7fbfd 100% );
}

.mays-breadcrumb {
    margin: 0 0 26px;
    color: #788796;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

    .mays-breadcrumb a {
        color: #145c86;
        font-weight: 700;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .mays-breadcrumb a:hover {
            color: #0d334e;
            text-decoration: underline;
        }

    .mays-breadcrumb span {
        margin: 0 6px;
    }


/* =========================================================
   BAŞLIK ALANI
   ========================================================= */

.mays-title-area {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}

.mays-label {
    display: inline-block;
    margin: 0 0 18px;
    padding: 8px 18px;
    color: #145c86;
    background: #eaf6fb;
    border: 1px solid #d5edf7;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

.mays-title-area h1 {
    max-width: 930px;
    margin: 0 auto 22px;
    color: #0d334e;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
    overflow-wrap: break-word;
}

.mays-lead {
    max-width: 880px;
    margin: 0 auto 18px;
    color: #384b5a;
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
}


/* =========================================================
   ANA BLOG GÖRSELİ
   KIRPMA VE YAMULMA YOK
   ========================================================= */

.mays-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 960px;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 38px auto 0;
    padding: 0;
    overflow: visible;
    line-height: 0;
    text-align: center;
}

    .mays-hero-image img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        min-width: 0;
        min-height: 0;
        max-height: none;
        margin: 0 auto;
        padding: 0;
        border-radius: 16px;
        object-fit: contain;
        object-position: center;
        aspect-ratio: auto;
        vertical-align: middle;
        transform: none;
        clip: auto;
        clip-path: none;
    }


/* =========================================================
   BLOG İÇERİK ALANI
   ========================================================= */

.mays-blog-content {
    width: 100%;
    padding: 42px 0 72px;
}

.mays-article {
    width: 100%;
    text-align: center;
}

    .mays-article p {
        max-width: 860px;
        margin: 0 auto 22px;
        color: #2f3f4c;
        font-size: 17px;
        line-height: 1.95;
        text-align: center;
        overflow-wrap: break-word;
    }

    .mays-article strong {
        color: #18394f;
        font-weight: 800;
    }

    .mays-article a {
        color: #145c86;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

        .mays-article a:hover {
            color: #0d334e;
        }


/* =========================================================
   REHBER BİLGİ KUTUSU
   ========================================================= */

.mays-guide-box {
    width: 100%;
    max-width: 850px;
    margin: 38px auto 56px;
    padding: 30px 32px;
    background: #f3fafc;
    border: 1px solid #d7edf5;
    border-radius: 18px;
    text-align: center;
}

    .mays-guide-box h2 {
        max-width: 780px;
        margin: 0 auto 14px;
        color: #0d334e;
        font-size: 29px;
        font-weight: 800;
        line-height: 1.28;
        text-align: center;
    }

    .mays-guide-box p {
        max-width: 760px;
        margin: 0 auto 18px;
        color: #2f3f4c;
        font-size: 16.5px;
        line-height: 1.85;
        text-align: center;
    }

        .mays-guide-box p:last-child {
            margin-bottom: 0;
        }

    .mays-guide-box a,
    .mays-small-guide a {
        color: #145c86;
        font-weight: 800;
        text-decoration: none;
        overflow-wrap: anywhere;
    }

        .mays-guide-box a:hover,
        .mays-small-guide a:hover {
            color: #0d334e;
            text-decoration: underline;
        }


/* =========================================================
   BLOG BÖLÜMLERİ
   ========================================================= */

.mays-section {
    width: 100%;
    margin: 0 auto 66px;
    text-align: center;
}

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

    .mays-section h2,
    .mays-checklist h2,
    .mays-faq h2,
    .mays-cta h2 {
        max-width: 820px;
        margin: 0 auto 22px;
        color: #0d334e;
        font-size: 31px;
        font-weight: 800;
        line-height: 1.32;
        text-align: center;
        overflow-wrap: break-word;
    }

    .mays-section h3 {
        max-width: 800px;
        margin: 28px auto 14px;
        color: #0d334e;
        font-size: 23px;
        font-weight: 800;
        line-height: 1.4;
        text-align: center;
    }

    .mays-section p {
        max-width: 860px;
        margin: 0 auto 22px;
        color: #2f3f4c;
        font-size: 17px;
        line-height: 1.95;
        text-align: center;
    }


/* =========================================================
   BÖLÜM GÖRSELLERİ
   KIRPMA VE YAMULMA YOK
   ========================================================= */

.mays-section-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 840px;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto 30px;
    padding: 0;
    overflow: visible;
    line-height: 0;
    text-align: center;
}

    .mays-section-image img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        min-width: 0;
        min-height: 0;
        max-height: none;
        margin: 0 auto;
        padding: 0;
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(13, 51, 78, 0.13);
        object-fit: contain;
        object-position: center;
        aspect-ratio: auto;
        vertical-align: middle;
        transform: none;
        clip: auto;
        clip-path: none;
    }


/* =========================================================
   ASP.NET IMAGE VE GENEL BLOG GÖRSEL DÜZELTMESİ
   ========================================================= */

.mays-blog-page img {
    max-width: 100%;
}

.mays-duzgun-gorsel {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    object-position: center;
    aspect-ratio: auto;
}


/* =========================================================
   KÜÇÜK REHBER KUTUSU
   ========================================================= */

.mays-small-guide {
    width: 100%;
    max-width: 780px;
    margin: 30px auto 0;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #dce9ef;
    border-left: 5px solid #13b596;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(13, 51, 78, 0.06);
    text-align: center;
}

    .mays-small-guide h3 {
        margin: 0 0 10px;
        color: #0d334e;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.4;
        text-align: center;
    }

    .mays-small-guide p {
        max-width: 720px;
        margin: 0 auto 12px;
        color: #2f3f4c;
        font-size: 16.5px;
        line-height: 1.8;
        text-align: center;
    }

        .mays-small-guide p:last-child {
            margin-bottom: 0;
        }


/* =========================================================
   KONTROL LİSTESİ
   ========================================================= */

.mays-checklist {
    width: 100%;
    max-width: 850px;
    margin: 64px auto 0;
    padding: 34px 32px;
    background: #f7fbfd;
    border: 1px solid #dce9ef;
    border-radius: 20px;
    text-align: center;
}

    .mays-checklist ul {
        max-width: 760px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .mays-checklist li {
        position: relative;
        margin: 0 0 13px;
        padding: 0 0 0 24px;
        color: #2f3f4c;
        font-size: 16.5px;
        line-height: 1.8;
        text-align: left;
    }

        .mays-checklist li:last-child {
            margin-bottom: 0;
        }

        .mays-checklist li::before {
            position: absolute;
            top: 0;
            left: 0;
            content: "✓";
            color: #13b596;
            font-weight: 900;
        }


/* =========================================================
   SIK SORULAN SORULAR
   ========================================================= */

.mays-faq {
    width: 100%;
    margin-top: 64px;
    text-align: center;
}

.mays-faq-item {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 18px;
    padding: 24px 26px;
    background: #ffffff;
    border: 1px solid #dce9ef;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(13, 51, 78, 0.06);
    text-align: center;
}

    .mays-faq-item:last-child {
        margin-bottom: 0;
    }

    .mays-faq-item h3 {
        margin: 0 0 10px;
        color: #0d334e;
        font-size: 21px;
        font-weight: 800;
        line-height: 1.35;
        text-align: center;
    }

    .mays-faq-item p {
        max-width: 760px;
        margin: 0 auto;
        color: #2f3f4c;
        font-size: 16.5px;
        line-height: 1.85;
        text-align: center;
    }


/* =========================================================
   CTA ALANI
   ========================================================= */

.mays-cta {
    width: 100%;
    max-width: 850px;
    margin: 66px auto 0;
    padding: 44px 34px;
    background: linear-gradient( 135deg, #0d334e 0%, #145c86 100% );
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(13, 51, 78, 0.17);
    text-align: center;
}

    .mays-cta h2 {
        color: #ffffff;
        margin-bottom: 14px;
    }

    .mays-cta p {
        max-width: 730px;
        margin: 0 auto 24px;
        color: #eef8fb;
        font-size: 17px;
        line-height: 1.85;
        text-align: center;
    }

    .mays-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 14px 30px;
        color: #0d334e;
        background: #ffffff;
        border-radius: 999px;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

        .mays-cta a:hover {
            background: #eaf6fb;
            transform: translateY(-2px);
        }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .mays-blog-hero {
        padding: 46px 0 24px;
    }

    .mays-title-area h1 {
        font-size: 36px;
    }

    .mays-lead,
    .mays-article p,
    .mays-section p {
        font-size: 16.5px;
    }

    .mays-hero-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .mays-section-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

        .mays-hero-image img,
        .mays-section-image img,
        .mays-duzgun-gorsel {
            width: auto;
            max-width: 100%;
            height: auto;
            min-height: 0;
            max-height: none;
            object-fit: contain;
            object-position: center;
            aspect-ratio: auto;
            transform: none;
        }

    .mays-section h2,
    .mays-checklist h2,
    .mays-faq h2,
    .mays-cta h2 {
        font-size: 27px;
    }
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 600px) {

    .mays-container {
        width: 92%;
        max-width: 100%;
    }

    .mays-blog-hero {
        padding: 34px 0 20px;
    }

    .mays-breadcrumb {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .mays-title-area h1 {
        margin-bottom: 18px;
        font-size: 29px;
        line-height: 1.24;
    }

    .mays-label {
        margin-bottom: 15px;
        padding: 7px 14px;
        font-size: 12px;
    }

    .mays-lead,
    .mays-article p,
    .mays-section p {
        font-size: 15.7px;
        line-height: 1.85;
    }

    .mays-blog-content {
        padding: 34px 0 54px;
    }


    /* Mobil ana görsel */

    .mays-hero-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        margin: 24px auto 0;
        padding: 0;
        overflow: visible;
    }

        .mays-hero-image img {
            display: block;
            width: auto;
            max-width: 100%;
            height: auto;
            min-width: 0;
            min-height: 0;
            max-height: none;
            margin: 0 auto;
            padding: 0;
            border-radius: 12px;
            object-fit: contain;
            object-position: center;
            aspect-ratio: auto;
            transform: none;
            clip: auto;
            clip-path: none;
        }


    /* Mobil bölüm görselleri */

    .mays-section-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        margin: 0 auto 26px;
        padding: 0;
        overflow: visible;
    }

        .mays-section-image img {
            display: block;
            width: auto;
            max-width: 100%;
            height: auto;
            min-width: 0;
            min-height: 0;
            max-height: none;
            margin: 0 auto;
            padding: 0;
            border-radius: 12px;
            box-shadow: 0 8px 22px rgba(13, 51, 78, 0.11);
            object-fit: contain;
            object-position: center;
            aspect-ratio: auto;
            transform: none;
            clip: auto;
            clip-path: none;
        }

    .mays-duzgun-gorsel {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        min-width: 0;
        min-height: 0;
        max-height: none;
        margin: 0 auto;
        object-fit: contain;
        object-position: center;
        aspect-ratio: auto;
    }


    /* Mobil içerik kutuları */

    .mays-guide-box {
        margin: 30px auto 44px;
    }

    .mays-section {
        margin-bottom: 52px;
    }

    .mays-guide-box,
    .mays-small-guide,
    .mays-checklist,
    .mays-faq-item,
    .mays-cta {
        padding: 24px 18px;
    }

        .mays-guide-box h2 {
            font-size: 24px;
        }

        .mays-section h2,
        .mays-checklist h2,
        .mays-faq h2,
        .mays-cta h2 {
            font-size: 24px;
            line-height: 1.35;
        }

        .mays-section h3,
        .mays-small-guide h3,
        .mays-faq-item h3 {
            font-size: 20px;
        }

    .mays-checklist {
        margin-top: 48px;
    }

        .mays-checklist li {
            padding-left: 23px;
            font-size: 15.7px;
            line-height: 1.75;
            text-align: left;
        }

    .mays-faq {
        margin-top: 48px;
    }

    .mays-faq-item p,
    .mays-guide-box p,
    .mays-small-guide p {
        font-size: 15.7px;
        line-height: 1.8;
    }

    .mays-cta {
        margin-top: 52px;
        border-radius: 18px;
    }

        .mays-cta p {
            font-size: 15.7px;
            line-height: 1.8;
        }

        .mays-cta a {
            width: 100%;
            max-width: 320px;
            padding: 14px 20px;
        }
}


/* =========================================================
   ÇOK KÜÇÜK TELEFONLAR
   ========================================================= */

@media (max-width: 380px) {

    .mays-container {
        width: 91%;
    }

    .mays-title-area h1 {
        font-size: 26px;
    }

    .mays-lead,
    .mays-article p,
    .mays-section p {
        font-size: 15px;
    }

    .mays-hero-image,
    .mays-section-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

        .mays-hero-image img,
        .mays-section-image img,
        .mays-duzgun-gorsel {
            width: auto;
            max-width: 100%;
            height: auto;
            min-height: 0;
            max-height: none;
            border-radius: 10px;
            object-fit: contain;
            object-position: center;
            aspect-ratio: auto;
        }

    .mays-guide-box,
    .mays-small-guide,
    .mays-checklist,
    .mays-faq-item,
    .mays-cta {
        padding: 22px 15px;
    }
}


/* =========================================================
   SON DÜZELTMELER — HİZMET / BLOG CSS
   Yalnızca .mays-blog-page içindeki görseller
   ========================================================= */

.mays-blog-page .mays-hero-image,
.mays-blog-page .mays-section-image,
.mays-blog-page figure {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

    .mays-blog-page .mays-hero-image img,
    .mays-blog-page .mays-section-image img,
    .mays-blog-page figure img,
    .mays-blog-page .mays-duzgun-gorsel {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-height: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        object-fit: contain !important;
        object-position: center center !important;
        aspect-ratio: auto !important;
        transform: none !important;
        translate: none !important;
        scale: none !important;
        clip: auto !important;
        clip-path: none !important;
    }

.mays-blog-page img[width],
.mays-blog-page img[height] {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 600px) {
    .mays-blog-page .mays-container {
        width: 92% !important;
        max-width: 100% !important;
    }

    .mays-blog-page .mays-hero-image,
    .mays-blog-page .mays-section-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-right: auto !important;
        margin-left: auto !important;
        border-radius: 10px !important;
    }

        .mays-blog-page .mays-hero-image img,
        .mays-blog-page .mays-section-image img,
        .mays-blog-page figure img,
        .mays-blog-page .mays-duzgun-gorsel {
            width: auto !important;
            max-width: 100% !important;
            height: auto !important;
            min-height: 0 !important;
            max-height: none !important;
            margin: 0 auto !important;
            border-radius: 10px !important;
            object-fit: contain !important;
            object-position: center center !important;
        }
}


/* Resmî belge hizmet bağlantıları */
.mays-official-documents{padding:58px 20px 70px;background:#eef4f8;border-top:1px solid rgba(10,61,98,.1)}
.mays-official-documents-inner{max-width:1160px;margin:0 auto;text-align:center}
.mays-official-documents h2{font-size:31px;color:#0a3d62;margin:0 0 12px}
.mays-official-documents-inner>p{max-width:800px;margin:0 auto 28px;color:#536171;line-height:1.8}
.mays-official-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;text-align:left}
.mays-official-grid a{display:flex;flex-direction:column;gap:8px;background:#fff;padding:20px;border-radius:12px;border:1px solid rgba(10,61,98,.12);box-shadow:0 7px 20px rgba(10,61,98,.06)}
.mays-official-grid strong{color:#0a3d62;font-size:16px;line-height:1.4}.mays-official-grid span{color:#64717d;font-size:13px;line-height:1.55}
@media(max-width:850px){.mays-official-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.mays-official-grid{grid-template-columns:1fr}.mays-official-documents{padding:45px 15px}}
