/* Blog — site renkleri: #070155 (lacivert), #FE5001 (turuncu) */
/* Üst boşluk: site.css .references-page / .contact-page ile aynı (sabit header altı) */
.blog-page {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
    background-color: #E8E8E8;
}

.blog-lead {
    color: #333;
    max-width: 42rem;
}

.blog-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(7, 1, 85, 0.08);
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
    box-shadow: 0 6px 24px rgba(7, 1, 85, 0.12);
    transform: translateY(-2px);
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-link:hover {
    color: inherit;
}

.blog-card-image-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e5e5e5;
}

.blog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #070155 0%, #1a0a6e 100%);
}

.blog-card-placeholder-text {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
    opacity: 0.9;
}

.blog-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-date {
    font-size: 0.8rem;
    color: #FE5001;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.blog-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #070155;
    margin: 0.5rem 0 0.75rem;
    line-height: 1.35;
}

.blog-card-summary {
    font-size: 0.9rem;
    color: #444;
    flex: 1;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.blog-card-cta {
    font-size: 0.85rem;
    font-weight: 600;
    color: #FE5001;
}

.blog-breadcrumb {
    padding: 0.5rem 0 1rem;
}

/* Detay: breadcrumb üstte, başlık bandı blog liste / referanslar ile aynı */
.blog-detail .blog-breadcrumb--detail {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-detail .page-header-container-references {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

/* Uzun başlıklar: site.css 45px sabit yerine akıcı boyut + kırılım */
.blog-detail .blog-detail-page-title {
    font-size: clamp(1.35rem, 3.5vw, 2.25rem) !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
    word-break: break-word;
}

.blog-detail .blog-detail-page-title span {
    border-bottom-width: 6px;
}

.blog-detail-date {
    display: block;
    margin-bottom: 0.75rem;
}

.blog-breadcrumb .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.blog-breadcrumb a {
    color: #070155;
}

.blog-detail-header {
    margin-bottom: 1.5rem;
}

.blog-detail-summary {
    font-size: 1.1rem;
    color: #444;
    max-width: 48rem;
    line-height: 1.6;
}

.blog-detail-figure {
    margin: 0 0 2rem;
}

.blog-detail-image {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(7, 1, 85, 0.1);
}

.blog-article {
    max-width: 48rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #222;
}

.blog-article h2,
.blog-article h3 {
    color: #070155;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.blog-article h2 {
    font-size: 1.35rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #FE5001;
}

.blog-article p {
    margin-bottom: 1rem;
}

.blog-article ul,
.blog-article ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.blog-article li {
    margin-bottom: 0.35rem;
}

.blog-article strong {
    color: #070155;
}

.blog-back-link {
    color: #070155;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #FE5001;
    padding-bottom: 2px;
}

.blog-back-link:hover {
    color: #FE5001;
}
