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

.blog-section {
    padding: 0.75rem 0 1rem;
}

.blog-section__layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.blog-section__slider-wrap {
    min-width: 0;
    overflow: hidden;
}

.blog-swiper {
    overflow: visible;
}

.blog-swiper .swiper-slide {
    width: 11.5rem;
    height: auto;
}

.blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 18.5rem;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(160deg, color-mix(in srgb, var(--blog-tone, #3566df) 28%, #ffffff), var(--blog-tone, #3566df));
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.blog-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 16, 47, 0.05) 0%, rgba(3, 16, 47, 0.35) 48%, rgba(3, 16, 47, 0.92) 100%);
    pointer-events: none;
}

.blog-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.875rem 0.875rem;
}

.blog-card__title {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.45;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.blog-card__author {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    min-width: 0;
}

.blog-card__avatar {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
}

.blog-card__name {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card__verified {
    color: #4ade80;
    font-size: 0.6875rem;
    line-height: 1;
    flex-shrink: 0;
}

.blog-card__date {
    font-size: 0.6875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    white-space: nowrap;
    flex-shrink: 0;
}

/* ---- Featured kart ---- */
.blog-section__featured {
    min-width: 0;
}

.blog-featured {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    min-height: 18.5rem;
    padding: 0.75rem 1.25rem 0.75rem 0.5rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #edf0f5;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.blog-featured__visual {
    position: relative;
    flex: 0 0 50%;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}

.blog-featured__visual::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 88%);
    pointer-events: none;
    z-index: 1;
}

.blog-featured__person {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 17rem;
    object-fit: contain;
    object-position: bottom left;
}

.blog-featured__person--placeholder {
    width: 8.5rem;
    height: 11rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff4e8 0%, #ffe8d6 100%);
}

.blog-featured__decor {
    display: none;
}

.blog-featured__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0 0.5rem 0.25rem;
}

.blog-featured__title {
    font-size: clamp(1rem, 2.2vw, 1.375rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #00167a;
    text-align: right;
}

.blog-featured__cta {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.625rem 1.125rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #3566df 0%, #6c8ceb 100%);
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(53, 102, 223, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-featured__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(53, 102, 223, 0.4);
}

@media (min-width: 768px) {
    .blog-section {
        padding: 1rem 0 1.25rem;
    }

    .blog-section__layout {
        flex-direction: row;
        align-items: stretch;
        gap: 1rem;
    }

    .blog-section__slider-wrap {
        flex: 1.15;
        min-width: 0;
    }

    .blog-section__featured {
        flex: 0.85;
        min-width: 0;
    }

    .blog-swiper .swiper-slide {
        width: 12.5rem;
    }

    .blog-card {
        min-height: 20rem;
    }

    .blog-featured {
        min-height: 20rem;
        padding: 0.875rem 1.5rem 0.875rem 0.625rem;
    }

    .blog-featured__visual {
        flex: 0 0 52%;
    }

    .blog-featured__person {
        min-height: 18.5rem;
    }

    .blog-card__title {
        font-size: 0.875rem;
    }
}

@media (min-width: 992px) {
    .blog-section__layout {
        gap: 1.125rem;
    }

    .blog-swiper .swiper-slide {
        width: 13.25rem;
    }

    .blog-card {
        min-height: 21rem;
    }

    .blog-featured {
        min-height: 21rem;
        padding: 1rem 1.75rem 1rem 0.75rem;
    }

    .blog-featured__visual {
        flex: 0 0 54%;
    }

    .blog-featured__person {
        min-height: 19.5rem;
    }

    .blog-featured__title {
        font-size: 1.375rem;
    }
}

@media (max-width: 575px) {
    .blog-featured {
        flex-direction: column;
        min-height: auto;
        padding: 1rem;
    }

    .blog-featured__visual {
        flex: none;
        width: 100%;
        min-height: 14rem;
    }

    .blog-featured__person {
        min-height: 14rem;
        object-position: bottom center;
    }

    .blog-featured__title {
        text-align: left;
    }

    .blog-featured__cta {
        align-self: flex-start;
    }
}

/* =============================================
   BLOG LİSTE SAYFASI
   ============================================= */

.page-blog {
    --hero-card-height: clamp(280px, 28vw + 120px, 360px);
    --hero-card-gap: 0.65rem;
    --hero-inner-overlap: var(--hero-card-gap);
    --hero-inner-min-height: clamp(300px, 44vw + 100px, 380px);
    --hero-inner-offset: calc(var(--hero-inner-min-height) - var(--header-stack-height) - var(--hero-inner-overlap));
}

.page-blog .site-main--blog {
    background: transparent;
}

.page-blog .hero {
    min-height: var(--hero-inner-min-height);
}

@media (min-width: 576px) {
    .page-blog {
        --hero-inner-min-height: clamp(310px, 36vw + 105px, 390px);
        --hero-inner-offset: calc(var(--hero-inner-min-height) - var(--header-stack-height) - var(--hero-inner-overlap));
    }
}

@media (min-width: 768px) {
    .page-blog {
        --hero-card-height: clamp(300px, 22vw + 120px, 380px);
        --hero-card-gap: 0.75rem;
        --hero-inner-min-height: clamp(330px, 30vw + 120px, 410px);
        --hero-inner-offset: calc(var(--hero-inner-min-height) - var(--header-stack-height) - var(--hero-inner-overlap));
    }
}

@media (min-width: 992px) {
    .page-blog {
        --hero-inner-min-height: clamp(350px, 22vw + 140px, 430px);
        --hero-inner-offset: calc(var(--hero-inner-min-height) - var(--header-stack-height) - var(--hero-inner-overlap));
    }
}

@media (min-width: 1200px) {
    .page-blog {
        --hero-card-height: clamp(320px, 18vw + 130px, 400px);
        --hero-card-gap: 0.85rem;
        --hero-inner-min-height: clamp(370px, 14vw + 155px, 450px);
        --hero-inner-offset: calc(var(--hero-inner-min-height) - var(--header-stack-height) - var(--hero-inner-overlap));
    }
}

.blog-hero {
    width: 100%;
    margin-top: -0.5rem;
    margin-bottom: 1.25rem;
}

.blog-hero--motion {
    margin-top: 0.35rem;
}

@media (min-width: 576px) {
    .blog-hero--motion {
        margin-top: 0.25rem;
    }
}

@media (min-width: 768px) {
    .blog-hero--motion {
        margin-top: 0.15rem;
    }
}

@media (min-width: 992px) {
    .blog-hero--motion {
        margin-top: 0.05rem;
    }
}

@media (min-width: 1200px) {
    .blog-hero--motion {
        margin-top: -0.05rem;
    }
}

.blog-hero__card {
    position: relative;
    overflow: hidden;
    min-height: var(--hero-card-height, clamp(220px, 20vw + 110px, 280px));
    border-radius: 24px;
}

.blog-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-height: inherit;
    padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
    text-align: center;
}

.blog-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.875rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blog-hero__title {
    margin: 0;
    max-width: 44rem;
    color: #ffffff;
    font-size: clamp(1.625rem, 1.8vw + 1rem, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.blog-hero__desc {
    margin: 0;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.875rem, 0.35vw + 0.75rem, 1rem);
    line-height: 1.65;
}

.blog-hero__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.35rem;
    padding: 0;
    list-style: none;
}

.blog-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    min-width: 6.5rem;
    padding: 0.7rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.blog-hero__stat strong {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
}

.blog-hero__stat span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.75rem;
    font-weight: 500;
}

.blog-page {
    padding: 0 0 2rem;
}

.blog-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.blog-page__main,
.blog-page__sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.blog-page-panel {
    padding: 1.15rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #edf0f5;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.blog-page-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.blog-page-panel__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.0625rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.blog-page-panel__link {
    color: #3566df;
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

.blog-page-list,
.blog-page-compact-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.blog-page-empty {
    margin: 0;
    color: #64748b;
    font-size: 0.9375rem;
}

.blog-page-featured {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 22px;
    min-height: 18rem;
    background: linear-gradient(160deg, color-mix(in srgb, var(--blog-tone, #3566df) 28%, #ffffff), var(--blog-tone, #3566df));
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-page-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.blog-page-featured--side {
    min-height: 12.5rem;
}

.blog-page-featured__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 16, 47, 0.08) 0%, rgba(3, 16, 47, 0.42) 52%, rgba(3, 16, 47, 0.92) 100%);
}

.blog-page-featured__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem 1rem 0.95rem;
}

.blog-page-featured__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.blog-page-featured__badge,
.blog-page-row__badge,
.blog-page-compact__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--blog-tone, #3566df) 18%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--blog-tone, #3566df) 28%, #ffffff);
    color: var(--blog-tone, #3566df);
    font-size: 0.6875rem;
    font-weight: 700;
    white-space: nowrap;
}

.blog-page-featured__date,
.blog-page-row__date {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.blog-page-featured__title {
    color: #ffffff;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.blog-page-featured--side .blog-page-featured__title {
    font-size: 1rem;
}

.blog-page-featured__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.blog-page-featured__author {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
}

.blog-page-featured__avatar {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
}

.blog-page-featured__read {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.75rem;
    font-weight: 700;
}

.blog-page-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.85rem;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

.blog-page-row__media {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 11rem;
    border-radius: 14px;
}

.blog-page-row__image {
    width: 100%;
    height: 100%;
    min-height: 11rem;
    object-fit: cover;
}

.blog-page-row__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 20%, rgba(15, 23, 42, 0.28) 100%);
}

.blog-page-row__body {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
}

.blog-page-row__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.blog-page-row__date {
    color: #64748b;
}

.blog-page-row__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.blog-page-row__title a {
    color: #0f172a;
}

.blog-page-row__desc {
    margin: 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.55;
}

.blog-page-row__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    margin-top: 0.15rem;
    color: #3566df;
    font-size: 0.8125rem;
    font-weight: 700;
}

.blog-page-compact {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.55rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.blog-page-compact:hover {
    background: #ffffff;
    border-color: #dbe4f0;
}

.blog-page-compact__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 12px;
}

.blog-page-compact__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page-compact__body {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.blog-page-compact__title {
    color: #0f172a;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-page-compact__desc {
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-page-categories {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-page-categories__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 44px;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.blog-page-categories__link:hover,
.blog-page-categories__link.is-active {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #2563eb;
}

.blog-page-promo {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 9rem;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.blog-page-promo__image {
    width: 100%;
    height: 100%;
    min-height: 9rem;
    object-fit: cover;
}

.blog-page-promo__content {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 1rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.82) 100%);
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 700;
}

.blog-page-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 0.85rem;
    padding: 0.7rem 1rem;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #3566df 0%, #6c8ceb 100%);
    color: #ffffff;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(53, 102, 223, 0.24);
}

.blog-page-more--ghost {
    background: #ffffff;
    color: #3566df;
    border: 1px solid #dbe4f0;
    box-shadow: none;
}

@media (min-width: 768px) {
    .blog-page__layout {
        grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.75fr);
        gap: 1rem;
        align-items: start;
    }

    .blog-page-row {
        grid-template-columns: 13.5rem minmax(0, 1fr);
        align-items: stretch;
    }

    .blog-page-row__media {
        min-height: 100%;
    }

    .blog-page-row__image {
        min-height: 100%;
    }
}

@media (min-width: 992px) {
    .blog-page-featured--hero {
        min-height: 21rem;
    }

    .blog-page-panel {
        padding: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .page-blog {
        --hero-card-gap: 0.25rem;
        --hero-inner-overlap: 0.35rem;
        --hero-inner-min-height: calc(var(--header-stack-height) + 0.5rem);
        --hero-inner-offset: calc(var(--hero-inner-min-height) - var(--header-stack-height) - var(--hero-inner-overlap));
        --hero-mobile-lift: 2.85rem;
    }

    .page-blog .site-main--blog {
        top: calc(-1 * var(--hero-inner-offset) - var(--hero-mobile-lift));
        margin-bottom: calc(-1 * var(--hero-inner-offset) - var(--hero-mobile-lift));
    }

    .blog-hero {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .blog-hero--motion {
        margin-top: 0;
    }

    .blog-hero__card,
    .blog-hero__card--motion {
        min-height: auto;
    }

    .blog-hero__content,
    .blog-hero__content--motion {
        min-height: auto;
        gap: 0.75rem;
        padding: 1.15rem 1rem 1.3rem;
    }
}

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

.page-blog-detail .blog-hero__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-detail {
    padding: 0 0 2rem;
}

.blog-detail__panel {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.blog-detail__cover {
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 16 / 9;
    background: #e2e8f0;
}

.blog-detail__cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail__head {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.blog-detail__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.25rem;
}

.blog-detail__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
}

.blog-detail__meta-item i {
    font-size: 1rem;
    color: #3566df;
}

.blog-detail__avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #dbe4f0;
}

.blog-detail__content {
    color: #334155;
    font-size: 0.96875rem;
    line-height: 1.75;
}

.blog-detail__content > :first-child {
    margin-top: 0;
}

.blog-detail__content > :last-child {
    margin-bottom: 0;
}

.blog-detail__content h2,
.blog-detail__content h3,
.blog-detail__content h4,
.blog-detail__content h5,
.blog-detail__content h6 {
    margin: 1.5rem 0 0.75rem;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.blog-detail__content h2 { font-size: 1.5rem; }
.blog-detail__content h3 { font-size: 1.3125rem; }
.blog-detail__content h4 { font-size: 1.125rem; }
.blog-detail__content h5 { font-size: 1rem; }
.blog-detail__content h6 { font-size: 0.9375rem; }

.blog-detail__content p,
.blog-detail__content ul,
.blog-detail__content ol,
.blog-detail__content blockquote {
    margin: 0 0 1rem;
}

.blog-detail__content ul,
.blog-detail__content ol {
    padding-left: 1.25rem;
}

.blog-detail__content a {
    color: #3566df;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.blog-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.blog-detail__content blockquote {
    padding: 0.9rem 1rem;
    border-left: 4px solid #3566df;
    border-radius: 0 12px 12px 0;
    background: #f8fafc;
    color: #475569;
}

.blog-detail__categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-detail__categories li + li {
    margin-top: 0.55rem;
}

.blog-detail__categories a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #0f172a;
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}

.blog-detail__categories a:hover {
    color: #3566df;
    transform: translateX(3px);
}

.blog-detail__categories i {
    color: #3566df;
    font-size: 1.1rem;
}

.blog-detail__related {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .blog-detail__panel {
        gap: 1.35rem;
    }

    .blog-detail__content {
        font-size: 1rem;
    }
}
