/* Blog yazı detayı — Blog-Detay.aspx */
body.blog-page .ic-sayfa.page-blog-detay {
    padding-top: clamp(66px, 10vw, 94px);
    padding-bottom: 3rem;
}
.page-blog-detay .blog-sidebar {
    margin-top: 0 !important;
}
.page-blog-detay {
    padding-bottom: 4rem;
    background: #f4f6f8;
}
.page-blog-detay .inner-page-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1rem 0;
}
.page-blog-detay .inner-page-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.92rem;
}
.page-blog-detay .inner-page-breadcrumb li + li::before {
    content: "/";
    margin-right: 0.35rem;
    color: #aaa;
}
.page-blog-detay .inner-page-breadcrumb a {
    color: #666;
    text-decoration: none;
}
.page-blog-detay .inner-page-breadcrumb a:hover { color: #c69c6d; }
.page-blog-detay .inner-page-breadcrumb li[aria-current="page"] {
    color: #c69c6d;
    font-weight: 600;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-blog-detay .blog-detail-layout {
    padding-top: 2rem;
}
.page-blog-detay .blog-sidebar {
    margin-top: 0;
}
.page-blog-detay .blog-detail-main {
    margin-top: 0;
}

/* Makale kartı */
.blog-article-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
    border: 1px solid #e8ecef;
    margin-bottom: 1.5rem;
}
.blog-article-hero-img {
    position: relative;
    overflow: hidden;
    max-height: 420px;
    background: #e8ecef;
    isolation: isolate;
}
.blog-article-hero-img img {
    width: 100%;
    height: auto;
    max-height: 420px;
    min-height: 200px;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}
.blog-article-header {
    position: relative;
    z-index: 2;
    padding: 1.75rem 2rem 0;
    background: #fff;
}
.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
    color: #777;
}
.blog-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.blog-article-meta i { color: #c69c6d; }
.blog-article-meta .blog-cat-link {
    background: rgba(198, 156, 109, 0.12);
    color: #a67c4d;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.8rem;
}
.blog-article-meta .blog-cat-link:hover {
    background: #c69c6d;
    color: #fff;
}
.blog-article-card h1 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1e2d3a;
    line-height: 1.25;
    margin: 0 0 1rem;
}
.blog-article-excerpt {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #555;
    margin: 0 0 0.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eee;
}

/* İçerik tipografi */
.blog-detail-content {
    padding: 1.75rem 2rem 2rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}
.blog-detail-content p { margin: 0 0 1.15rem; }
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
    color: #1e2d3a;
    margin: 1.75rem 0 0.85rem;
    line-height: 1.3;
    font-weight: 700;
}
.blog-detail-content h2 { font-size: 1.45rem; }
.blog-detail-content h3 { font-size: 1.25rem; }
.blog-detail-content ul,
.blog-detail-content ol {
    margin: 0 0 1.15rem 1.25rem;
    padding: 0;
}
.blog-detail-content li { margin-bottom: 0.4rem; }
.blog-detail-content a {
    color: #a67c4d;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.blog-detail-content a:hover { color: #c69c6d; }
.blog-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1rem 0;
}
.blog-detail-content blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #c69c6d;
    background: #f8f9fa;
    color: #444;
    font-style: italic;
}

/* Eski CMS: içerikte kalan display-page / koyu hero — üstte kapak zaten var */
.page-blog-detay .blog-detail-content .display-page,
.page-blog-detay .blog-detail-content section.display-page,
.page-blog-detay .blog-detail-content #top.display-page {
    display: none !important;
}
.page-blog-detay .blog-detail-content .content-block {
    padding: 0;
    max-width: none;
    margin: 0;
}
.page-blog-detay .blog-detail-content .content-block h3 {
    display: block;
    color: #1e2d3a;
    font-size: 1.35rem;
    margin: 1.75rem 0 0.85rem;
    padding-bottom: 0.5rem;
}
.page-blog-detay .blog-detail-content .content-block h3::after {
    display: block;
    position: static;
    width: 44px;
    height: 3px;
    margin-top: 0.5rem;
}
.page-blog-detay .blog-detail-content .content-block p,
.page-blog-detay .blog-detail-content .content-block li {
    color: #333;
}
.page-blog-detay .blog-detail-content .bg-mask::after,
.page-blog-detay .blog-detail-content .img-parallax::before {
    display: none !important;
}
.page-blog-detay .blog-detail-content [style*="background-image"] {
    background-image: none !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-blog-detay .blog-detail-content .display-page h1,
.page-blog-detay .blog-detail-content .display-page .content h1 {
    display: none !important;
}

/* Paylaşım & geri dön */
.blog-article-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 2rem;
    border-top: 1px solid #eee;
    background: #fafbfc;
}
.blog-share-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666;
    margin-right: 0.5rem;
}
.blog-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eee;
    color: #555;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.blog-share-links a:hover {
    background: #c69c6d;
    color: #fff;
    transform: translateY(-2px);
}
.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #a67c4d !important;
    text-decoration: none;
}
.blog-back-link:hover { color: #c69c6d !important; }

/* Yazar */
.blog-author-box {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1.25rem;
    align-items: start;
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    border: 1px solid #e8ecef;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}
.blog-author-box img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(198, 156, 109, 0.35);
}
.blog-author-box h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e2d3a;
    margin: 0 0 0.35rem;
}
.blog-author-box .blog-author-role {
    font-size: 0.82rem;
    color: #c69c6d;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.blog-author-box p {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* İlgili yazılar */
.blog-related-box {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    border: 1px solid #e8ecef;
    margin-top: 1.5rem;
}
.blog-related-box h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #c69c6d;
}
.blog-related-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-related-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.blog-related-list li:last-child { border-bottom: none; }
.blog-related-list a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
}
.blog-related-list a:hover { color: #c69c6d; }
.blog-related-list .related-date {
    font-size: 0.8rem;
    color: #888;
}

/* CTA şeridi */
.blog-detail-cta {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 14px;
    padding: 1.75rem 2rem;
    text-align: center;
    color: #fff;
    margin-top: 1.5rem;
}
.blog-detail-cta h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #fff;
}
.blog-detail-cta p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.25rem;
    line-height: 1.6;
}
.blog-detail-cta .btn-blog-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background: linear-gradient(145deg, #c69c6d, #a67c4d);
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.blog-detail-cta .btn-blog-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(198, 156, 109, 0.4);
    color: #fff !important;
}

@media (max-width: 991px) {
    .blog-article-header,
    .blog-detail-content,
    .blog-article-footer { padding-left: 1.35rem; padding-right: 1.35rem; }
    .page-blog-detay .blog-detail-layout .col-md-offset-1 { margin-left: 0; }
}
@media (max-width: 768px) {
    .blog-author-box { grid-template-columns: 1fr; text-align: center; }
    .blog-author-box img { margin: 0 auto; }
    .blog-article-footer { flex-direction: column; align-items: flex-start; }
}
