/* =========================================================
   ENGİN ALTAY — BLOG DETAY
   ========================================================= */


/* =========================================================
   BLOG PAGE
   ========================================================= */

.blog-detail-page {
    padding: 90px 0 110px;
}


/* =========================================================
   BLOG CONTAINER
   ========================================================= */

.blog-detail-page .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}


/* =========================================================
   BLOG ARTICLE
   ========================================================= */

.blog-detail {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    overflow: hidden;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

.blog-detail-image {
    width: 100%;
    height: 480px;
    overflow: hidden;
}


.blog-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================================
   HEADER
   ========================================================= */

.blog-detail-header {
    padding: 55px 70px 35px;
}


/* =========================================================
   DATE
   ========================================================= */

.blog-detail-date {
    margin-bottom: 18px;

    font-size: 14px;
    font-weight: 600;

    color: #2563eb;

    letter-spacing: 0.04em;
}


/* =========================================================
   TITLE
   ========================================================= */

.blog-detail-header h1 {
    margin: 0;

    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;

    font-weight: 700;

    color: #111827;
}


/* =========================================================
   EXCERPT
   ========================================================= */

.blog-detail-excerpt {
    margin-top: 28px;

    padding-left: 22px;

    border-left: 4px solid #2563eb;

    font-size: 19px;
    line-height: 1.7;

    color: #6b7280;
}


/* =========================================================
   CONTENT
   ========================================================= */

.blog-detail-content {
    padding: 10px 70px 70px;

    font-size: 18px;
    line-height: 1.9;

    color: #374151;
}


.blog-detail-content p {
    margin: 0 0 24px;
}


.blog-detail-content h2 {
    margin: 45px 0 18px;

    font-size: 30px;
    line-height: 1.25;

    color: #111827;
}


.blog-detail-content h3 {
    margin: 35px 0 15px;

    font-size: 24px;
    line-height: 1.3;

    color: #111827;
}


.blog-detail-content strong {
    color: #111827;
}


.blog-detail-content a {
    color: #2563eb;
    text-decoration: underline;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .blog-detail-page {
        padding: 50px 0 70px;
    }


    .blog-detail-page .container {
        padding: 0 16px;
    }


    .blog-detail {
        border-radius: 18px;
    }


    .blog-detail-image {
        height: 260px;
    }


    .blog-detail-header {
        padding: 35px 25px 25px;
    }


    .blog-detail-header h1 {
        font-size: 34px;
    }


    .blog-detail-excerpt {
        font-size: 16px;
    }


    .blog-detail-content {
        padding: 5px 25px 40px;

        font-size: 17px;
        line-height: 1.8;
    }

}

/* =========================================================
   BLOG DETAY SAYFASI
   ========================================================= */

.blog-detail-page {
    padding: 80px 20px 100px;
    background: #f8fafc;
}

.blog-detail-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.blog-detail {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.blog-detail-image {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.blog-detail-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-content {
    padding: 50px 60px 60px;
}

.blog-detail-date {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
}

.blog-detail h1 {
    margin: 0 0 24px;
    font-size: 48px;
    line-height: 1.15;
    color: #111827;
}

.blog-detail-excerpt {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 20px;
    line-height: 1.7;
    color: #64748b;
}

.blog-detail-body {
    font-size: 18px;
    line-height: 1.9;
    color: #374151;
}

.blog-detail-body p {
    margin-bottom: 24px;
}


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

@media (max-width: 768px) {

    .blog-detail-page {
        padding: 50px 15px 70px;
    }

    .blog-detail-image {
        height: 280px;
    }

    .blog-detail-content {
        padding: 35px 25px 40px;
    }

    .blog-detail h1 {
        font-size: 34px;
    }

    .blog-detail-excerpt {
        font-size: 17px;
    }

    .blog-detail-body {
        font-size: 16px;
    }

}

/* =========================================================
   BLOG DETAY — SON DÜZEN
   ========================================================= */

.blog-detail-page {
    width: 100%;
    padding: 70px 20px 100px;
    background: #f8fafc;
}

.blog-detail-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.blog-detail {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.07);
}

/* KAPAK GÖRSELİ */

.blog-detail-image {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.blog-detail-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* İÇERİK */

.blog-detail-content {
    padding: 45px 55px 55px;
}

.blog-detail-date {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
}

.blog-detail h1 {
    margin: 0 0 22px;
    font-size: 42px;
    line-height: 1.2;
    color: #111827;
}

.blog-detail-excerpt {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
}

.blog-detail-body {
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
}

.blog-detail-body p {
    margin: 0 0 22px;
}


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

@media (max-width: 768px) {

    .blog-detail-page {
        padding: 45px 15px 70px;
    }

    .blog-detail-image {
        height: 240px;
    }

    .blog-detail-content {
        padding: 30px 25px 40px;
    }

    .blog-detail h1 {
        font-size: 32px;
    }

    .blog-detail-excerpt {
        font-size: 16px;
    }

    .blog-detail-body {
        font-size: 16px;
    }

}


/* =========================================================
   ENGİN ALTAY — BLOG
========================================================= */

.blog-page {
    width: 100%;
}

.blog-section {
    padding: 100px 20px;
    background: #f8fafc;
}

.blog-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   BLOG HEADER
========================================================= */

.blog-header {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}

.blog-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.blog-header h1 {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
}

.blog-header p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   BLOG GRID
========================================================= */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}


/* =========================================================
   BLOG CARD
========================================================= */

.blog-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    border-color: #d1d5db;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
}


/* =========================================================
   BLOG IMAGE
========================================================= */

.blog-card-image {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #e5e7eb;
}

.blog-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.blog-card-content {
    padding: 28px;
}

.blog-card-date {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.blog-card h2 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.3;
}

.blog-card h2 a {
    text-decoration: none;
}

.blog-card p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.7;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.blog-read-more span {
    transition: transform 0.2s ease;
}

.blog-read-more:hover span {
    transform: translateX(5px);
}


/* =========================================================
   EMPTY
========================================================= */

.blog-empty {
    padding: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
}


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

@media (max-width: 900px) {

    .blog-section {
        padding: 80px 20px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-header h1 {
        font-size: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .blog-section {
        padding: 60px 16px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .blog-header {
        margin-bottom: 40px;
    }

    .blog-header h1 {
        font-size: 34px;
    }

    .blog-header p {
        font-size: 16px;
    }

    .blog-card-image {
        height: 210px;
    }

    .blog-card-content {
        padding: 24px;
    }

    .blog-card h2 {
        font-size: 22px;
    }

}


/* =========================================================
   BLOG KARTLARI - EŞİT YÜKSEKLİK
========================================================= */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    align-items: stretch;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.blog-read-more {
    margin-top: auto;
}


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

@media (max-width: 900px) {

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


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

@media (max-width: 600px) {

    .blog-grid {
        grid-template-columns: 1fr;
    }

}