/**
 * Haber detay — kurumsal modern
 */

.news-detail-page {
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4.5rem);
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: clamp(1.5rem, 3vw, 2rem);
    align-items: start;
}

.news-detail-main {
    min-width: 0;
}

/* Hero görsel */
.news-detail-hero {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: #e2e8f0;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.news-detail-hero__img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-detail-hero__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(50, 67, 159, 0.1);
}

.news-detail-hero__day {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #32439f;
}

.news-detail-hero__month {
    margin-top: 0.15rem;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

/* Başlık kartı */
.news-detail-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.news-detail-card__head {
    padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 2rem) 0;
}

.news-detail-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #32439f;
    background: #eef1fb;
    border: 1px solid rgba(50, 67, 159, 0.12);
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.85rem;
}

.news-detail-card__title {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #1e2a6b;
}

.news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    margin: 0 clamp(1.25rem, 3vw, 2rem);
}

.news-detail-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    color: #64748b;
}

.news-detail-meta__item i {
    color: #32439f;
    font-size: 0.8rem;
}

.news-detail-meta__item strong {
    font-weight: 400;
    color: #334155;
}

/* İçerik */
.news-detail-card__body {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.news-detail-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #334155;
}

.news-detail-content p {
    margin-bottom: 1rem;
}

.news-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1rem 0;
}

.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4 {
    color: #1e2a6b;
    font-weight: 400;
    margin: 1.5rem 0 0.75rem;
}

.news-detail-content a {
    color: #32439f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.news-detail-content ul,
.news-detail-content ol {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

/* Galeri */
.news-detail-gallery {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.news-detail-gallery__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #1e2a6b;
}

.news-detail-gallery__title i {
    color: #32439f;
}

.news-detail-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

.news-detail-gallery__item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-detail-gallery__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(50, 67, 159, 0.14);
}

.news-detail-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Geri dön */
.news-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 2rem;
    padding: 0.7rem 1.25rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: #32439f;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.news-detail-back:hover {
    color: #1e2a6b;
    background: #eef1fb;
    border-color: rgba(50, 67, 159, 0.2);
    transform: translateX(-2px);
    text-decoration: none;
}

/* Sidebar */
.news-detail-sidebar {
    position: sticky;
    top: 1.5rem;
}

.news-detail-sidebar__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.news-detail-sidebar__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1.15rem 1.25rem;
    background: linear-gradient(135deg, #32439f 0%, #1e2a6b 100%);
    color: #fff;
}

.news-detail-sidebar__head i {
    font-size: 1rem;
    opacity: 0.9;
}

.news-detail-sidebar__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.news-detail-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
}

.news-detail-sidebar__item {
    border-bottom: 1px solid #f1f5f9;
}

.news-detail-sidebar__item:last-child {
    border-bottom: none;
}

.news-detail-sidebar__link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.15rem;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

.news-detail-sidebar__link:hover {
    background: #f8fafc;
    text-decoration: none;
    color: inherit;
}

.news-detail-sidebar__thumb {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    background: #e2e8f0;
}

.news-detail-sidebar__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-sidebar__text {
    min-width: 0;
    flex: 1 1 auto;
}

.news-detail-sidebar__item-title {
    margin: 0 0 0.3rem;
    font-size: 0.86rem;
    line-height: 1.35;
    color: #1e2a6b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-detail-sidebar__date {
    font-size: 0.72rem;
    color: #64748b;
}

.news-detail-sidebar__date i {
    color: #32439f;
    margin-right: 0.25rem;
}

@media (max-width: 991px) {
    .news-detail-layout {
        grid-template-columns: 1fr;
    }

    .news-detail-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .news-detail-hero__badge {
        top: 0.75rem;
        right: 0.75rem;
        min-width: 56px;
        padding: 0.4rem 0.6rem;
    }

    .news-detail-hero__day {
        font-size: 1.25rem;
    }

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