/* Blog detay — home-theme dilinde */

.blog-detail-page {
    --bd-primary: var(--home-primary, #d03792);
    --bd-primary-soft: var(--home-primary-soft, rgba(208, 55, 146, 0.12));
    --bd-bg: var(--home-bg, #fcf8f9);
    --bd-surface: var(--home-surface, #fff);
    --bd-text: var(--home-text, #1c1b1c);
    --bd-muted: var(--home-text-muted, #68687a);
    --bd-body: var(--home-text-body, #47464b);
    --bd-border: var(--home-border, #e8e8ef);
    color: var(--bd-text);
}

.position-relative:has(> .header-home--overlay):has(.blog-detail-page) {
    padding-top: 0;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                       */
/* -------------------------------------------------------------------------- */

.bd-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 28px;
    background: linear-gradient(180deg, #faf9fb 0%, #f4f3f6 100%);
}

@media (max-width: 767.98px) {
    .bd-hero {
        padding: 88px 0 20px;
    }
}

.bd-hero-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bd-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.28;
}

.bd-hero-orb--a {
    width: min(380px, 50vw);
    height: min(380px, 50vw);
    left: -8%;
    top: -30%;
    background: rgba(150, 120, 145, 0.2);
}

.bd-hero-orb--b {
    width: min(300px, 42vw);
    height: min(300px, 42vw);
    right: -6%;
    top: 10%;
    background: rgba(120, 130, 155, 0.16);
}

.bd-hero-shell {
    position: relative;
    z-index: 1;
}

.bd-crumb {
    margin: 0;
    width: fit-content;
    max-width: 100%;
}

.bd-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 7px 12px;
    list-style: none;
    font-size: 13px;
    line-height: 1.2;
    color: #7a7484;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 12px;
}

.bd-breadcrumb > li {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.bd-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #6a6472;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
}

.bd-breadcrumb a:hover {
    color: #4a3f52;
}

.bd-breadcrumb a .material-symbols-outlined {
    font-size: 15px;
    line-height: 1;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a93a3;
    /* Material Symbols satır üstüne kaymasın */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.bd-breadcrumb-sep {
    display: inline-flex;
    align-items: center;
    color: #c4bec8;
    font-weight: 500;
    line-height: 1;
}

.bd-breadcrumb [aria-current="page"] span {
    display: inline-flex;
    align-items: center;
    color: #3f3a48;
    font-weight: 700;
    line-height: 1.2;
}

.bd-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: center;
}

@media (min-width: 992px) {
    .bd-hero-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
        gap: 36px;
        align-items: center;
    }
}

.bd-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    min-width: 0;
}

.bd-hero-cat {
    display: inline-flex;
    margin: 0;
    padding: 4px 11px;
    border-radius: 8px;
    background: rgba(40, 36, 48, 0.05);
    color: #5c5666;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
}

.bd-hero-cat:hover {
    color: #3f3a48;
    background: rgba(40, 36, 48, 0.08);
}

.bd-hero-title {
    margin: 0;
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #221f28;
    text-wrap: balance;
}

.bd-hero-byline {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: #7a7484;
}

.bd-hero-byline-author {
    color: #3f3a48;
    text-decoration: none;
    font-weight: inherit;
}

a.bd-hero-byline-author:hover {
    color: #7a3f63;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.bd-hero-byline-sep {
    color: #c4bec8;
}

.bd-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.bd-hero-metrics li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(60, 52, 70, 0.08);
    color: #6a6472;
    font-size: 12.5px;
    font-weight: 650;
}

.bd-hero-metrics .material-symbols-outlined {
    font-size: 16px;
    color: #9a93a3;
}

.bd-hero-media {
    position: relative;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    max-height: 320px;
    width: 100%;
    background: #eceaf0;
    border: 1px solid rgba(60, 52, 70, 0.08);
    box-shadow: 0 14px 32px rgba(40, 36, 48, 0.08);
}

@media (min-width: 992px) {
    .bd-hero-media {
        max-height: 360px;
        aspect-ratio: 4 / 3;
    }
}

.bd-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* -------------------------------------------------------------------------- */
/* Article shell — menü / .container genişliği                                */
/* -------------------------------------------------------------------------- */

.bd-main {
    padding: 8px 0 64px;
    background: #faf9fb;
}

.bd-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    max-width: none;
    margin: 0;
}

.bd-article {
    background: var(--bd-surface);
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 20px;
    padding: clamp(22px, 3.2vw, 40px);
    box-shadow: 0 10px 28px rgba(40, 36, 48, 0.04);
}

/* TOC — kompakt bar + açılınca kaydırılabilir liste */
.bd-toc {
    margin: 0 0 22px;
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 12px;
    background: rgba(248, 247, 250, 0.85);
    overflow: hidden;
}

.bd-toc-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 12px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.bd-toc-summary::-webkit-details-marker {
    display: none;
}

.bd-toc[open] .bd-toc-summary {
    border-bottom: 1px solid rgba(60, 52, 70, 0.07);
    background: rgba(255, 255, 255, 0.55);
}

.bd-toc-ico {
    font-size: 18px;
    color: #7a7484;
    line-height: 1;
}

.bd-toc-title {
    font-size: 13.5px;
    font-weight: 750;
    color: #2c2833;
    line-height: 1.2;
}

.bd-toc-hint {
    font-size: 12px;
    font-weight: 600;
    color: #8a8494;
}

.bd-toc-chevron {
    margin-left: auto;
    font-size: 20px;
    color: #9a93a3;
    transition: transform 0.2s ease;
}

.bd-toc[open] .bd-toc-chevron {
    transform: rotate(180deg);
}

.bd-toc-nav {
    max-height: min(240px, 42vh);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 6px 8px 8px;
    background: #fff;
    scrollbar-width: thin;
}

.bd-toc-list,
.bd-toc .toc__list,
.bd-toc .toc__sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bd-toc-list,
.bd-toc .toc__list {
    display: grid;
    gap: 1px;
}

.bd-toc .toc__list > li > a {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    text-decoration: none !important;
    color: #3f3a48 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    transition: background 0.15s ease, color 0.15s ease;
}

.bd-toc .toc__list > li > a::before {
    content: attr(data-index);
    flex-shrink: 0;
    min-width: 1.35em;
    color: #9a93a3;
    font-size: 11px;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
}

.bd-toc .toc__list > li > a:hover {
    background: rgba(40, 36, 48, 0.04);
    color: #221f28 !important;
}

.bd-toc .toc__list > li > a.is-active {
    background: rgba(90, 58, 76, 0.06);
    color: #5a3a4c !important;
}

.bd-toc .toc__list > li > a.is-active::before {
    color: #5a3a4c;
}

.bd-toc .toc__sub {
    display: grid;
    gap: 0;
    margin: 0 0 2px 1.6em;
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(60, 52, 70, 0.1);
}

.bd-toc .toc__sub a {
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none !important;
    color: #6f6978 !important;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.35;
}

.bd-toc .toc__sub a:hover,
.bd-toc .toc__sub a.is-active {
    background: rgba(40, 36, 48, 0.035);
    color: #3f3a48 !important;
}

.bd-toc:not([open]) .bd-toc-nav {
    display: none;
}

/* Prose — okunabilir makale tipografisi (inline/global stilleri ezer) */
.bd-prose {
    --bd-prose-font: Poppins, "Segoe UI", sans-serif;
    --bd-prose-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.175rem); /* ~16.8–18.8px */
    --bd-prose-color: #3a3742;
    --bd-prose-muted: #6f6978;
    --bd-prose-heading: #1a1720;
    --bd-prose-link: #7a3f63;
    --bd-prose-link-hover: #5a2e49;
    --bd-prose-strong: #1f1b26;
    --bd-prose-mark: rgba(122, 63, 99, 0.12);

    font-family: var(--bd-prose-font) !important;
    font-size: var(--bd-prose-size) !important;
    font-weight: 400 !important;
    line-height: 1.85 !important;
    letter-spacing: 0.005em !important;
    color: var(--bd-prose-color) !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* İçerikte yapıştırılmış font-family / font-size asla baskın olmasın */
.bd-prose,
.bd-prose *:not(script):not(style) {
    font-family: var(--bd-prose-font) !important;
}

.bd-prose > *:first-child {
    margin-top: 0 !important;
}

.bd-prose > *:last-child {
    margin-bottom: 0 !important;
}

.bd-prose p,
.bd-prose li,
.bd-prose td,
.bd-prose th,
.bd-prose dd,
.bd-prose figcaption,
.bd-prose span,
.bd-prose div,
.bd-prose label,
.bd-prose a,
.bd-prose strong,
.bd-prose b,
.bd-prose em,
.bd-prose i,
.bd-prose u,
.bd-prose s,
.bd-prose del,
.bd-prose mark,
.bd-prose small {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

.bd-prose p {
    margin: 0 0 1.55em !important;
    font-weight: 400 !important;
}

.bd-prose p + p {
    margin-top: 0.55em !important;
}

/* Yapıştırılmış içerikte paragraf yerine <br> kullanılmış — satır arası boşluk */
.bd-prose br {
    content: "";
    display: block !important;
    margin-top: 0.95em !important;
}

.bd-prose br + br {
    display: none !important; /* ardışık br birikmesin */
}

/* Başlıklar */
.bd-prose h1,
.bd-prose h2,
.bd-prose h3,
.bd-prose h4,
.bd-prose h5,
.bd-prose h6 {
    color: var(--bd-prose-heading) !important;
    font-family: var(--bd-prose-font) !important;
    font-weight: 750 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
    scroll-margin-top: 100px;
}

.bd-prose h1 *,
.bd-prose h2 *,
.bd-prose h3 *,
.bd-prose h4 *,
.bd-prose h5 *,
.bd-prose h6 * {
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important;
}

.bd-prose h1 {
    font-size: clamp(1.7rem, 1.4rem + 1.1vw, 2.15rem) !important;
    margin: 1.6em 0 0.65em !important;
}

.bd-prose h2 {
    font-size: clamp(1.4rem, 1.2rem + 0.85vw, 1.75rem) !important;
    margin: 1.85em 0 0.7em !important;
    padding-bottom: 0.35em;
    border-bottom: 1px solid rgba(60, 52, 70, 0.1);
}

.bd-prose h3 {
    font-size: clamp(1.18rem, 1.08rem + 0.45vw, 1.38rem) !important;
    margin: 1.55em 0 0.55em !important;
    font-weight: 700 !important;
}

.bd-prose h4 {
    font-size: clamp(1.05rem, 1rem + 0.25vw, 1.18rem) !important;
    margin: 1.35em 0 0.45em !important;
    font-weight: 700 !important;
}

.bd-prose h5,
.bd-prose h6 {
    font-size: 1rem !important;
    margin: 1.2em 0 0.4em !important;
    font-weight: 700 !important;
    color: #2c2833 !important;
}

/* Linkler */
.bd-prose a {
    color: var(--bd-prose-link) !important;
    font-size: inherit !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    text-decoration-color: rgba(122, 63, 99, 0.35);
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.bd-prose a:hover {
    color: var(--bd-prose-link-hover) !important;
    text-decoration-color: rgba(90, 46, 73, 0.65);
}

.bd-prose a:focus-visible {
    outline: 2px solid rgba(122, 63, 99, 0.35);
    outline-offset: 3px;
    border-radius: 3px;
}

/* Vurgu */
.bd-prose strong,
.bd-prose b {
    color: var(--bd-prose-strong) !important;
    font-weight: 700 !important;
    font-size: inherit !important;
}

.bd-prose em,
.bd-prose i {
    font-style: italic !important;
    color: #322e39 !important;
}

.bd-prose mark {
    background: var(--bd-prose-mark);
    color: var(--bd-prose-strong) !important;
    padding: 0.05em 0.25em;
    border-radius: 4px;
}

.bd-prose u {
    text-underline-offset: 0.18em;
}

.bd-prose s,
.bd-prose del {
    color: var(--bd-prose-muted) !important;
}

.bd-prose small {
    font-size: 0.9em !important;
    color: var(--bd-prose-muted) !important;
}

.bd-prose sub,
.bd-prose sup {
    font-size: 0.75em !important;
    line-height: 0 !important;
}

/* Listeler — li>p / span yapısında madde ile metin aynı satır hizasında */
.bd-prose ul,
.bd-prose ol {
    margin: 0 0 1.25em !important;
    padding: 0 !important;
    list-style: none !important;
}

.bd-prose ol {
    counter-reset: bd-ol;
}

.bd-prose ul > li,
.bd-prose ol > li {
    display: block !important;
    position: relative;
    margin: 0.45em 0 !important;
    padding: 0 0 0 1.85rem !important;
    font-size: inherit !important;
    line-height: 1.75 !important;
    list-style: none !important;
}

.bd-prose ul > li::before {
    content: "";
    position: absolute;
    left: 0.45rem;
    top: 0.68em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #8d6a7e;
    box-shadow: 0 0 0 3px rgba(141, 106, 126, 0.12);
}

.bd-prose ol > li {
    counter-increment: bd-ol;
}

.bd-prose ol > li::before {
    content: counter(bd-ol);
    position: absolute;
    left: 0;
    top: 0.15em;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 8px;
    background: rgba(40, 36, 48, 0.06);
    color: #4a4454 !important;
    font-size: 0.78em !important;
    font-weight: 750 !important;
    line-height: 1 !important;
}

.bd-prose ul ul,
.bd-prose ol ol,
.bd-prose ul ol,
.bd-prose ol ul {
    margin: 0.4em 0 0.15em !important;
}

.bd-prose ul ul > li::before {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.72em;
    background: transparent;
    border: 1.5px solid #8d6a7e;
    box-shadow: none;
}

.bd-prose li > p,
.bd-prose li > div {
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

.bd-prose li > p + p {
    margin-top: 0.45em !important;
}

.bd-prose li > ul,
.bd-prose li > ol {
    margin: 0.35em 0 0 !important;
}

/* Liste içine kaçmış / uzun gövde metni gibi duran başlıklar */
.bd-prose li > h1,
.bd-prose li > h2,
.bd-prose li > h3,
.bd-prose li > h4,
.bd-prose li > h5,
.bd-prose li > h6 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important;
}

/* Alıntı */
.bd-prose blockquote {
    margin: 1.6em 0;
    padding: 1em 1.15em 1em 1.25em;
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-left: 3px solid #8d6a7e;
    border-radius: 0 14px 14px 0;
    background: rgba(248, 247, 250, 0.9);
    color: #4a4454;
    font-size: 1.02em;
    line-height: 1.7;
}

.bd-prose blockquote p:last-child {
    margin-bottom: 0;
}

.bd-prose blockquote cite {
    display: block;
    margin-top: 0.65em;
    font-size: 0.88em;
    font-style: normal;
    font-weight: 600;
    color: var(--bd-prose-muted);
}

/* Kod */
.bd-prose code,
.bd-prose kbd,
.bd-prose samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.9em;
    background: rgba(40, 36, 48, 0.06);
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 6px;
    padding: 0.12em 0.4em;
    color: #2c2833;
}

.bd-prose pre {
    margin: 1.4em 0;
    padding: 1em 1.15em;
    border-radius: 14px;
    background: #221f28;
    color: #f4f2f6;
    overflow-x: auto;
    line-height: 1.6;
}

.bd-prose pre code {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    font-size: 0.92em;
}

/* Medya */
.bd-prose img,
.bd-prose figure img,
.bd-prose video {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

.bd-prose figure {
    margin: 1.5em 0;
}

.bd-prose figcaption {
    margin-top: 0.55em;
    font-size: 0.9em;
    line-height: 1.5;
    color: var(--bd-prose-muted);
    text-align: center;
}

/* Tablo */
.bd-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 0.95em;
    overflow: hidden;
    border: 1px solid rgba(60, 52, 70, 0.1);
    border-radius: 12px;
}

.bd-prose th,
.bd-prose td {
    padding: 0.7em 0.9em;
    border-bottom: 1px solid rgba(60, 52, 70, 0.08);
    text-align: left;
    vertical-align: top;
}

.bd-prose th {
    background: rgba(40, 36, 48, 0.04);
    color: var(--bd-prose-heading);
    font-weight: 700;
}

.bd-prose tr:last-child td {
    border-bottom: 0;
}

/* Ayırıcı / yardımcı */
.bd-prose hr {
    border: 0;
    height: 1px;
    margin: 2em 0;
    background: rgba(60, 52, 70, 0.12);
}

.bd-prose dl {
    margin: 0 0 1.25em;
}

.bd-prose dt {
    font-weight: 700;
    color: var(--bd-prose-heading);
    margin-top: 0.7em;
}

.bd-prose dd {
    margin: 0.25em 0 0.55em;
    color: var(--bd-prose-color);
}

.bd-prose iframe {
    max-width: 100%;
    border: 0;
    border-radius: 12px;
}

/* WordPress list blokları gövde tipografisini miras alsın */
.bd-prose .wp-block-list,
.bd-prose .wp-block-list > li {
    font-size: inherit;
    line-height: inherit;
}

/* -------------------------------------------------------------------------- */
/* Share bar                                                                  */
/* -------------------------------------------------------------------------- */

.bd-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
    margin: 28px 0 8px;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(60, 52, 70, 0.08);
    background:
        radial-gradient(90% 120% at 0% 0%, rgba(221, 42, 123, 0.07), transparent 55%),
        rgba(248, 247, 250, 0.72);
}

.bd-share-copy {
    min-width: 0;
}

.bd-share-eyebrow {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9a93a3;
}

.bd-share-title {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1a1720;
    line-height: 1.35;
}

.bd-share-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.bd-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 12px;
    border: 1px solid rgba(60, 52, 70, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(40, 36, 48, 0.04);
    color: #3d3746;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.bd-share-btn img {
    width: 15px;
    height: 15px;
    display: block;
    flex: 0 0 auto;
}

.bd-share-btn .material-symbols-outlined {
    font-size: 17px;
    color: #8a8494;
    transition: color 0.2s ease;
}

.bd-share-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(221, 42, 123, 0.28);
    background: #fff;
    box-shadow: 0 12px 24px rgba(221, 42, 123, 0.1);
    color: #1a1720;
    text-decoration: none;
}

.bd-share-btn:hover .material-symbols-outlined {
    color: #dd2a7b;
}

.bd-share-btn.is-copied {
    border-color: rgba(46, 160, 110, 0.35);
    color: #1f7a4d;
}

.bd-share-btn.is-copied .material-symbols-outlined {
    color: #2ea06e;
}

@media (max-width: 575.98px) {
    .bd-share {
        padding: 16px;
        align-items: stretch;
    }

    .bd-share-actions {
        width: 100%;
    }

    .bd-share-btn {
        flex: 1 1 calc(50% - 4px);
    }
}

/* -------------------------------------------------------------------------- */
/* FAQ — kompakt ikili grid                                                   */
/* -------------------------------------------------------------------------- */

.bd-faq {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(60, 52, 70, 0.08);
}

.bd-faq-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px 16px;
    margin-bottom: 14px;
}

.bd-faq-title {
    margin: 0;
    font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #1a1720;
}

.bd-faq-desc {
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: #8a8494;
}

.bd-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
}

@media (min-width: 768px) {
    .bd-faq-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

.bd-faq-item {
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 12px;
    background: rgba(248, 247, 250, 0.65);
    overflow: hidden;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.bd-faq-item[open] {
    background: #fff;
    border-color: rgba(60, 52, 70, 0.12);
}

.bd-faq-q {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 11px 12px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.bd-faq-q::-webkit-details-marker {
    display: none;
}

.bd-faq-num {
    flex-shrink: 0;
    margin-top: 1px;
    min-width: 1.4em;
    font-size: 11px;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
    color: #9a93a3;
}

.bd-faq-q-text {
    flex: 1;
    min-width: 0;
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.4;
    color: #2c2833;
}

.bd-faq-chevron {
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 18px;
    color: #9a93a3;
    transition: transform 0.18s ease;
}

.bd-faq-item[open] .bd-faq-chevron {
    transform: rotate(180deg);
}

.bd-faq-a {
    padding: 0 12px 12px 2.2em;
    font-size: 13.5px;
    line-height: 1.6;
    color: #5c5666;
}

@media (max-width: 767.98px) {
    .bd-faq-a {
        padding-left: 12px;
    }
}

/* -------------------------------------------------------------------------- */
/* Önceki / Sonraki (kategori içi)                                            */
/* -------------------------------------------------------------------------- */

.bd-pager {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 32px 0 0;
    padding-top: 28px;
    border-top: 1px solid rgba(60, 52, 70, 0.08);
}

@media (min-width: 768px) {
    .bd-pager {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}

.bd-pager-card {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 14px;
    background: rgba(248, 247, 250, 0.7);
    text-decoration: none !important;
    color: inherit;
    min-width: 0;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

a.bd-pager-card:hover {
    background: #fff;
    border-color: rgba(60, 52, 70, 0.14);
    transform: translateY(-1px);
    color: inherit;
}

.bd-pager-card--next {
    text-align: right;
}

.bd-pager-card--next .bd-pager-main {
    flex-direction: row-reverse;
}

.bd-pager-card--next .bd-pager-dir {
    justify-content: flex-end;
}

.bd-pager-card.is-disabled {
    opacity: 0.48;
    cursor: not-allowed;
    background: rgba(248, 247, 250, 0.4);
}

.bd-pager-dir {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #8a8494;
    text-transform: uppercase;
}

.bd-pager-dir .material-symbols-outlined {
    font-size: 16px;
}

.bd-pager-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.bd-pager-thumb {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    background: #eceaf0;
}

.bd-pager-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bd-pager-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14.5px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #221f28;
    text-align: inherit;
}

a.bd-pager-card:hover .bd-pager-title {
    color: #5a3a4c;
}

.bd-pager-title--muted {
    font-weight: 600;
    color: #8a8494;
    -webkit-line-clamp: 1;
}

/* -------------------------------------------------------------------------- */
/* Comments                                                                   */
/* -------------------------------------------------------------------------- */

.bd-comments {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(60, 52, 70, 0.08);
}

.bd-comments-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.bd-comments-title {
    margin: 0;
    font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #1a1720;
}

.bd-comments-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(40, 36, 48, 0.06);
    color: #5c5666;
    font-size: 12px;
    font-weight: 750;
}

.bd-comment-list {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.bd-comment {
    display: flex;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 12px;
    background: rgba(248, 247, 250, 0.55);
}

.bd-comment-avatar {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 36, 48, 0.08);
    color: #4a4454;
    font-weight: 800;
    font-size: 13px;
}

.bd-comment-body {
    min-width: 0;
    flex: 1;
}

.bd-comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
}

.bd-comment-user {
    font-weight: 700;
    font-size: 13.5px;
    color: #221f28;
}

.bd-comment-date {
    font-size: 12px;
    font-weight: 600;
    color: #8a8494;
}

.bd-comment-text {
    margin: 5px 0 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: #4a4454;
}

.bd-comment-empty {
    margin: 0;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px dashed rgba(60, 52, 70, 0.14);
    background: rgba(248, 247, 250, 0.5);
    font-size: 13.5px;
    color: #6f6978;
}

.bd-comments-more {
    display: flex;
    justify-content: center;
    margin: 4px 0 18px;
}

.bd-comments-more[hidden] {
    display: none !important;
}

.bd-comments-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border: 1px solid rgba(60, 52, 70, 0.12);
    border-radius: 999px;
    background: rgba(248, 247, 250, 0.9);
    color: #3f3a48;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.bd-comments-more-btn:hover:not(:disabled) {
    background: #fff;
    border-color: rgba(60, 52, 70, 0.2);
}

.bd-comments-more-btn:disabled {
    opacity: 0.65;
    cursor: wait;
}

.bd-comments-more-btn .material-symbols-outlined {
    font-size: 18px;
    color: #8a8494;
}

.bd-comments-more-btn.is-loading .material-symbols-outlined {
    animation: bd-spin 0.8s linear infinite;
}

@keyframes bd-spin {
    to { transform: rotate(360deg); }
}

.bd-comment-form {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(60, 52, 70, 0.08);
    border-radius: 14px;
    background: #fff;
}

.bd-comment-form-head {
    display: grid;
    gap: 3px;
}

.bd-comment-form-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a1720;
}

.bd-comment-form-desc {
    margin: 0;
    font-size: 12.5px;
    font-weight: 550;
    color: #8a8494;
}

.bd-comment-fields {
    display: grid;
    gap: 12px;
}

.bd-field {
    display: grid;
    gap: 6px;
    margin: 0;
}

.bd-field-label {
    font-size: 12.5px;
    font-weight: 700;
    color: #4a4454;
}

.bd-field-control {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid rgba(60, 52, 70, 0.12);
    border-radius: 12px;
    background: rgba(248, 247, 250, 0.65);
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.bd-field-control--area {
    align-items: flex-start;
    padding: 11px 12px;
    min-height: 0;
}

.bd-field-control > .material-symbols-outlined {
    flex-shrink: 0;
    font-size: 18px;
    color: #9a93a3;
    margin-top: 1px;
}

.bd-field-control:focus-within {
    background: #fff;
    border-color: rgba(90, 58, 76, 0.28);
    box-shadow: 0 0 0 3px rgba(90, 58, 76, 0.08);
}

.bd-field-control input,
.bd-field-control textarea {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none !important;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #221f28;
    line-height: 1.5;
    resize: vertical;
}

.bd-field-control input::placeholder,
.bd-field-control textarea::placeholder {
    color: #a39eab;
    font-weight: 450;
}

.bd-field-control input[readonly] {
    color: #5c5666;
    cursor: default;
}

.bd-field-control textarea {
    min-height: 110px;
}

.bd-comment-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
}

.bd-comment-submit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 10px 16px;
    border: 1px solid rgba(60, 52, 70, 0.14);
    border-radius: 11px;
    background: #2c2833;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.bd-comment-submit:hover {
    background: #3f3a48;
}

.bd-comment-submit .material-symbols-outlined {
    font-size: 17px;
}

.bd-comment-hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: #8a8494;
}

.bd-comment-hint .material-symbols-outlined {
    font-size: 16px;
    color: #9a93a3;
}

.bd-alert {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 600;
}

.bd-alert.is-success {
    background: #e8f7ee;
    color: #14713c;
}

.bd-alert.is-error {
    background: #fdeeee;
    color: #a12626;
}

/* -------------------------------------------------------------------------- */
/* Related category CTA                                                       */
/* -------------------------------------------------------------------------- */

.bd-related {
    padding: 12px 0 80px;
    background: var(--bd-bg);
}

.bd-related-head {
    margin-bottom: 22px;
}

.bd-related-panel {
    --bd-related-accent: #c94f8a;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.9fr);
    gap: 0;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border-radius: 24px;
    border: 1px solid rgba(60, 52, 70, 0.1);
    background:
        radial-gradient(90% 80% at 0% 0%, rgba(201, 79, 138, 0.12), transparent 55%),
        radial-gradient(70% 60% at 100% 100%, rgba(40, 36, 48, 0.05), transparent 50%),
        #fff;
    box-shadow: 0 14px 36px rgba(40, 36, 48, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bd-related-panel:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 79, 138, 0.28);
    box-shadow: 0 20px 44px rgba(40, 36, 48, 0.1);
    color: inherit;
}

.bd-related-panel-main {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: clamp(22px, 3vw, 32px);
}

.bd-related-panel-icon {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(60, 52, 70, 0.08);
    box-shadow: 0 10px 22px rgba(40, 36, 48, 0.06);
}

.bd-related-panel-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.bd-related-panel-icon .material-symbols-outlined {
    font-size: 30px;
    color: var(--bd-related-accent);
}

.bd-related-panel-copy {
    min-width: 0;
}

.bd-related-panel-platform {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #7a3f63;
    background: rgba(201, 79, 138, 0.1);
}

.bd-related-panel-title {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #1a1720;
}

.bd-related-panel-desc {
    margin: 0 0 16px;
    max-width: 46ch;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #6f6978;
}

.bd-related-panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #7a3f63;
}

.bd-related-panel-cta .material-symbols-outlined {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.bd-related-panel:hover .bd-related-panel-cta .material-symbols-outlined {
    transform: translateX(3px);
}

.bd-related-panel-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(20px, 2.6vw, 28px);
    border-left: 1px solid rgba(60, 52, 70, 0.08);
    background: rgba(252, 248, 249, 0.72);
}

.bd-related-panel-side-label {
    margin: 0;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a8492;
}

.bd-related-panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bd-related-panel-list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(60, 52, 70, 0.06);
}

.bd-related-panel-paket {
    min-width: 0;
    font-size: 0.9rem;
    font-weight: 650;
    color: #2c2833;
    line-height: 1.3;
}

.bd-related-panel-list strong {
    flex: 0 0 auto;
    font-size: 0.92rem;
    font-weight: 750;
    color: #1a1720;
}

.bd-related-panel-side-note {
    margin-top: auto;
    font-size: 12.5px;
    font-weight: 600;
    color: #8a8492;
}

@media (max-width: 899.98px) {
    .bd-related-panel {
        grid-template-columns: 1fr;
    }

    .bd-related-panel-side {
        border-left: 0;
        border-top: 1px solid rgba(60, 52, 70, 0.08);
    }
}

@media (max-width: 575.98px) {
    .bd-related-panel-main {
        flex-direction: column;
    }

    .bd-related-panel-desc {
        max-width: none;
    }
}

.home-shell:has(.blog-detail-page) > .site-footer,
.position-relative:has(.blog-detail-page) > .site-footer {
    margin-top: 0 !important;
}
