﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BLOG â€” Avesta Travel Â· Premium Magazine
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.page-blog,
.page-blog-detail { background: #f4f3f1; }

@keyframes bhpan {
    from { transform: scale(1.04); }
    to   { transform: scale(1.10) translate(-1%, -1%); }
}

/* ---------------------------------------------------------
   BLOG LISTING (Image-Matched Professional Layout)
--------------------------------------------------------- */
.page-blog { background:#edf1f6; }

@keyframes blRevealUp {
    from {
        opacity:0;
        transform:translateY(20px);
    }
    to {
        opacity:1;
        transform:translateY(0);
    }
}
@keyframes blCardRise {
    from {
        opacity:0;
        transform:translateY(14px) scale(.985);
    }
    to {
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

.bl-hero {
    position:relative;
    min-height:430px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    color:#fff;
}
.bl-hero-bg { position:absolute; inset:0; }
.bl-hero-img {
    position:absolute;
    inset:-5%;
    background-size:cover;
    background-position:center;
    animation:bhpan 24s ease-in-out infinite alternate;
}
.bl-hero-fallback {
    background:
        radial-gradient(ellipse 60% 55% at 25% 38%, rgba(232,93,4,.45), transparent 68%),
        linear-gradient(145deg, #0a1428 0%, #111f38 54%, #1f3559 100%);
}
.bl-hero-overlay {
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(8,15,30,.45) 0%, rgba(8,15,30,.56) 45%, rgba(8,15,30,.74) 100%);
}
.bl-hero-inner {
    position:relative;
    z-index:2;
    width:100%;
    padding:102px 24px 66px;
    text-align:center;
}
.bl-breadcrumb {
    display:inline-flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
    font-size:.72rem;
    font-weight:600;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:rgba(255,255,255,.64);
    margin-bottom:16px;
}
.bl-breadcrumb a { color:rgba(255,255,255,.72); text-decoration:none; }
.bl-breadcrumb a:hover { color:#fff; }
.bl-dot { opacity:.6; }
.bl-hero-title {
    margin:0;
    font-family:var(--font-display);
    font-size:clamp(2rem,5vw,3.2rem);
    font-weight:700;
    line-height:1.08;
    letter-spacing:-.02em;
    text-transform:uppercase;
    text-shadow:0 6px 30px rgba(8,15,30,.5);
}
.bl-hero-sub {
    margin:12px auto 0;
    max-width:620px;
    color:rgba(255,255,255,.82);
    font-size:.95rem;
    line-height:1.65;
}
.bl-search-form { margin:26px auto 0; max-width:560px; }
.bl-search-wrap {
    height:50px;
    border-radius:999px;
    padding:5px 7px 5px 20px;
    display:flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.94);
    border:1.5px solid rgba(255,255,255,.72);
    box-shadow:0 16px 40px rgba(8,15,30,.24);
}
.bl-search-wrap input {
    flex:1;
    border:none;
    outline:none;
    min-width:0;
    background:transparent;
    color:#0f172a;
    font-family:var(--font-body);
    font-size:.9rem;
}
.bl-search-wrap input::placeholder { color:#64748b; }
.bl-search-wrap button {
    width:40px;
    height:40px;
    border:none;
    border-radius:999px;
    cursor:pointer;
    background:linear-gradient(135deg,var(--primary,#e85d04),var(--primary-dark,#c2410c));
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:transform .2s, box-shadow .2s;
}
.bl-search-wrap button svg { width:16px; height:16px; }
.bl-search-wrap button:hover { transform:scale(1.06); box-shadow:0 8px 20px rgba(232,93,4,.45); }
.bl-clear-link {
    margin-top:10px;
    display:inline-block;
    color:rgba(255,255,255,.8);
    font-size:.76rem;
    font-weight:600;
    text-decoration:none;
}

.bl-page { padding:76px 0 148px; }
.bl-stack { display:flex; flex-direction:column; gap:128px; }
.bl-section {
    position:relative;
}

html.bl-motion .bl-reveal {
    opacity:0;
    transform:translateY(22px) scale(.985);
    transition:
        opacity .62s cubic-bezier(.22,.76,.2,1),
        transform .62s cubic-bezier(.22,.76,.2,1);
    transition-delay:var(--reveal-delay, 0ms);
    will-change:opacity, transform;
}
html.bl-motion .bl-reveal.is-visible {
    opacity:1;
    transform:translateY(0) scale(1);
}
.bl-section-title {
    margin:0 0 30px;
    text-align:center;
    font-family:var(--font-display);
    font-size:2rem;
    font-weight:700;
    color:#111827;
    letter-spacing:.02em;
    text-transform:uppercase;
}

.bl-cats-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.bl-cat-card {
    position:relative;
    min-height:170px;
    display:block;
    overflow:hidden;
    border-radius:14px;
    text-decoration:none;
    color:#fff;
    background:#0f172a;
    border:1px solid rgba(15,23,42,.1);
    box-shadow:0 10px 24px rgba(15,23,42,.12);
    transition:transform .18s, box-shadow .18s, border-color .18s;
}
.bl-cat-card:hover { transform:translateY(-4px); border-color:rgba(232,93,4,.4); box-shadow:0 16px 30px rgba(15,23,42,.16); }
.bl-cat-media {
    position:absolute;
    inset:0;
    background:#0f172a;
}
.bl-cat-media img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .55s ease;
}
.bl-cat-card:hover .bl-cat-media img { transform:scale(1.06); }
.bl-cat-fallback {
    width:100%;
    height:100%;
    background:radial-gradient(circle at 30% 35%,rgba(232,93,4,.36),transparent 60%), linear-gradient(140deg,#1f375f,#0b1426);
}
.bl-cat-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(8,15,30,.6) 0%, rgba(8,15,30,.64) 45%, rgba(8,15,30,.74) 100%);
}
.bl-cat-title {
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:14px;
    font-size:1.36rem;
    line-height:1.18;
    font-weight:900;
    letter-spacing:.015em;
    text-transform:uppercase;
    text-shadow:0 8px 24px rgba(8,15,30,.76);
}
.bl-pop-grid {
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:12px;
}
.bl-pop-card { min-width:0; }
.bl-pop-link {
    position:relative;
    display:block;
    border-radius:13px;
    overflow:hidden;
    text-decoration:none;
    color:#fff;
    box-shadow:0 8px 20px rgba(15,23,42,.18);
    min-height:180px;
    transition:transform .26s cubic-bezier(.2,.8,.2,1), box-shadow .26s cubic-bezier(.2,.8,.2,1);
}
.bl-pop-link:hover { transform:translateY(-4px); box-shadow:0 14px 30px rgba(15,23,42,.24); }
.bl-pop-media { position:absolute; inset:0; background:#0f172a; }
.bl-pop-media img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.bl-pop-fallback {
    width:100%;
    height:100%;
    background:radial-gradient(circle at 30% 35%,rgba(232,93,4,.35),transparent 60%), linear-gradient(140deg,#1f375f,#0b1426);
}
.bl-pop-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(8,15,30,.4) 10%, rgba(8,15,30,.58) 48%, rgba(8,15,30,.94) 100%);
}
.bl-pop-link:hover .bl-pop-media img { transform:scale(1.06); }
.bl-pop-body {
    position:relative;
    z-index:2;
    min-height:180px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:14px 14px 12px;
    gap:8px;
}
.bl-pop-body h3 {
    margin:0;
    font-size:1.05rem;
    font-weight:700;
    line-height:1.25;
    text-shadow:0 6px 20px rgba(8,15,30,.58);
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.bl-pop-grid .bl-pop-card:first-child .bl-pop-body h3 { font-size:1.15rem; }
.bl-read-pill {
    align-self:flex-start;
    height:22px;
    border-radius:999px;
    padding:0 11px;
    display:inline-flex;
    align-items:center;
    background:rgba(255,255,255,.92);
    color:#0f172a;
    font-size:.63rem;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.bl-latest-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.bl-latest-card {
    background:#fff;
    border:1px solid #dce3ec;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 14px rgba(15,23,42,.05);
    transition:transform .24s cubic-bezier(.2,.8,.2,1), box-shadow .24s cubic-bezier(.2,.8,.2,1), border-color .24s;
}
.bl-latest-card:hover { transform:translateY(-4px); border-color:rgba(232,93,4,.35); box-shadow:0 12px 24px rgba(15,23,42,.14); }
.bl-latest-link {
    text-decoration:none;
    color:inherit;
    display:flex;
    flex-direction:column;
    height:100%;
}
.bl-latest-media {
    aspect-ratio:16/9;
    overflow:hidden;
    background:#0f172a;
}
.bl-latest-media img { width:100%; height:100%; object-fit:cover; transition:transform .48s ease; }
.bl-latest-card:hover .bl-latest-media img { transform:scale(1.06); }
.bl-latest-fallback {
    width:100%;
    height:100%;
    background:radial-gradient(circle at 30% 35%,rgba(232,93,4,.34),transparent 60%), linear-gradient(140deg,#1f375f,#0b1426);
}
.bl-latest-body { padding:10px 10px 12px; display:flex; flex-direction:column; gap:7px; flex:1; }
.bl-latest-body h3 {
    margin:0;
    font-size:.97rem;
    font-weight:700;
    color:#0f172a;
    line-height:1.34;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.bl-latest-body p {
    margin:0;
    font-size:.72rem;
    line-height:1.45;
    color:#64748b;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.bl-mini-btn {
    margin-top:auto;
    align-self:flex-start;
    border:1px solid #d6dde7;
    border-radius:999px;
    padding:4px 11px;
    font-size:.65rem;
    font-weight:700;
    color:#1e293b;
    background:#fff;
}

.bl-feed-head {
    margin-bottom:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}
.bl-feed-head .bl-section-title { margin:0; }
.bl-feed-count {
    font-size:.74rem;
    color:#64748b;
    letter-spacing:.04em;
    text-transform:uppercase;
    font-weight:700;
}
.bl-feed-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}
.bl-feed-card {
    background:#fff;
    border:1px solid #dde4ec;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 4px 16px rgba(15,23,42,.06);
    transition:transform .24s cubic-bezier(.2,.8,.2,1), box-shadow .24s cubic-bezier(.2,.8,.2,1), border-color .24s;
}
.bl-feed-card:hover { transform:translateY(-5px); border-color:rgba(232,93,4,.32); box-shadow:0 14px 28px rgba(15,23,42,.15); }
.bl-feed-link { text-decoration:none; color:inherit; display:flex; flex-direction:column; height:100%; }
.bl-feed-media { aspect-ratio:16/10; overflow:hidden; background:#0f172a; }
.bl-feed-media img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.bl-feed-card:hover .bl-feed-media img { transform:scale(1.05); }
.bl-feed-fallback {
    width:100%;
    height:100%;
    background:radial-gradient(circle at 30% 35%,rgba(232,93,4,.34),transparent 60%), linear-gradient(140deg,#1f375f,#0b1426);
}
.bl-feed-body { padding:14px; display:flex; flex-direction:column; gap:8px; flex:1; }
.bl-feed-body h3 {
    margin:0;
    font-size:1.05rem;
    line-height:1.35;
    color:#0f172a;
    font-weight:700;
}
.bl-feed-body p {
    margin:0;
    color:#64748b;
    font-size:.8rem;
    line-height:1.55;
}
.bl-feed-meta {
    margin-top:auto;
    padding-top:8px;
    border-top:1px solid #edf2f7;
    display:flex;
    flex-wrap:wrap;
    gap:6px 12px;
    color:#94a3b8;
    font-size:.7rem;
    font-weight:600;
}

.bl-pagination {
    margin-top:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    flex-wrap:wrap;
}
.bl-page-numbers { display:flex; gap:6px; }
.bl-page-btn,
.bl-page-num {
    height:38px;
    min-width:38px;
    border-radius:10px;
    border:1.5px solid #d9e1ea;
    background:#fff;
    color:#334155;
    font-size:.78rem;
    font-weight:700;
    padding:0 12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}
.bl-page-btn:hover,
.bl-page-num:hover { border-color:rgba(232,93,4,.4); color:#c2410c; }
.bl-page-on { background:#fff2e8; border-color:rgba(232,93,4,.45); color:#c2410c; }
.bl-page-off { opacity:.4; pointer-events:none; }

.bl-empty {
    text-align:center;
    padding:50px 20px;
    border:1px solid #dce3ec;
    border-radius:14px;
    background:#fff;
}
.bl-empty h3 { margin:0 0 8px; color:#0f172a; font-family:var(--font-display); }
.bl-empty p { margin:0; color:#64748b; font-size:.9rem; }

@media (max-width:1180px) {
    .bl-cats-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .bl-pop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .bl-latest-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .bl-feed-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .bl-pop-grid .bl-pop-card:first-child .bl-pop-body h3 { font-size:1.2rem; }
}
@media (max-width:780px) {
    .bl-hero { min-height:360px; }
    .bl-hero-inner { padding:92px 20px 48px; }
    .bl-hero-title { font-size:clamp(1.55rem,7vw,2.2rem); }
    .bl-search-wrap { height:46px; padding:4px 6px 4px 16px; }
    .bl-section-title { font-size:1.2rem; margin-bottom:14px; }
    .bl-stack { gap:84px; }
    .bl-cat-card { min-height:156px; }
    .bl-cat-title { font-size:1.12rem; }
    .bl-cats-grid,
    .bl-pop-grid,
    .bl-latest-grid,
    .bl-feed-grid { grid-template-columns:1fr; }
}

[data-theme="dark"] .page-blog,
.dark .page-blog { background:#0a111f; }
[data-theme="dark"] .bl-section-title,
[data-theme="dark"] .bl-cat-title,
[data-theme="dark"] .bl-latest-body h3,
[data-theme="dark"] .bl-feed-body h3,
[data-theme="dark"] .bl-empty h3,
.dark .bl-section-title,
.dark .bl-cat-title,
.dark .bl-latest-body h3,
.dark .bl-feed-body h3,
.dark .bl-empty h3 { color:#f1f5f9; }
[data-theme="dark"] .bl-cat-card,
[data-theme="dark"] .bl-latest-card,
[data-theme="dark"] .bl-feed-card,
[data-theme="dark"] .bl-page-btn,
[data-theme="dark"] .bl-page-num,
[data-theme="dark"] .bl-empty,
.dark .bl-cat-card,
.dark .bl-latest-card,
.dark .bl-feed-card,
.dark .bl-page-btn,
.dark .bl-page-num,
.dark .bl-empty { background:#0f172a; border-color:rgba(100,116,139,.28); box-shadow:none; }
[data-theme="dark"] .bl-latest-body p,
[data-theme="dark"] .bl-feed-body p,
[data-theme="dark"] .bl-feed-count,
[data-theme="dark"] .bl-feed-meta,
[data-theme="dark"] .bl-empty p,
.dark .bl-latest-body p,
.dark .bl-feed-body p,
.dark .bl-feed-count,
.dark .bl-feed-meta,
.dark .bl-empty p { color:#94a3b8; }
[data-theme="dark"] .bl-mini-btn,
.dark .bl-mini-btn { border-color:rgba(100,116,139,.35); color:#e2e8f0; background:#0f172a; }

@media (prefers-reduced-motion: reduce) {
    html.bl-motion .bl-reveal {
        opacity:1 !important;
        transform:none !important;
        transition:none !important;
    }
    .bl-cat-media img,
    .bl-pop-media img,
    .bl-feed-media img,
    .bl-latest-media img,
    .bl-search-wrap button,
    .bl-cat-card,
    .bl-pop-link,
    .bl-latest-card,
    .bl-feed-card {
        transition:none !important;
    }
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   BLOG LÄ°STESÄ° â€” Hero
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.bh { position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center; overflow:hidden; color:#fff; }
.bh-bg { position:absolute; inset:0; }
.bh-bg-img { position:absolute; inset:-6%; background-size:cover; background-position:center; animation:bhpan 26s ease-in-out infinite alternate; }
.bh-bg-fb { background:radial-gradient(ellipse 65% 55% at 28% 38%,rgba(232,93,4,.48),transparent 68%),radial-gradient(ellipse 50% 65% at 74% 66%,rgba(245,158,11,.20),transparent 65%),linear-gradient(148deg,#080f1e,#111d35 50%,#16284a); }
.bh-bg-veil { position:absolute; inset:0; background:radial-gradient(ellipse 90% 80% at 50% 50%,rgba(8,15,30,.30),rgba(8,15,30,.78)),linear-gradient(180deg,rgba(8,15,30,.22),rgba(8,15,30,.65) 60%,rgba(8,15,30,.90)); }
.bh-body { position:relative; z-index:2; width:100%; padding:130px 24px 90px; display:flex; flex-direction:column; align-items:center; }
.bh-bc { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:7px; font-size:.7rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:rgba(255,255,255,.44); margin-bottom:40px; }
.bh-bc a { color:rgba(255,255,255,.44); transition:color .2s; }
.bh-bc a:hover { color:rgba(255,255,255,.8); }
.bh-bc-dot { color:rgba(255,255,255,.22); }
.bh-content { display:flex; flex-direction:column; align-items:center; text-align:center; max-width:760px; width:100%; }
.bh-eyebrow { display:inline-flex; align-items:center; gap:14px; font-size:.66rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.55); margin-bottom:22px; }
.bh-eyebrow-line { display:block; width:32px; height:1px; background:rgba(255,255,255,.3); border-radius:1px; flex-shrink:0; }
.bh-title { font-family:var(--font-display); font-size:clamp(2.8rem,6.5vw,5rem); font-weight:700; line-height:1.08; letter-spacing:-.03em; color:#fff; margin-bottom:20px; text-shadow:0 4px 48px rgba(8,15,30,.55); }
.bh-sub { font-size:1.08rem; color:rgba(255,255,255,.62); line-height:1.75; max-width:500px; margin-bottom:38px; }
.bh-form { width:100%; max-width:560px; }
.bh-search { display:flex; align-items:center; height:58px; border-radius:999px; background:rgba(255,255,255,.11); backdrop-filter:blur(20px) saturate(1.6); border:1.5px solid rgba(255,255,255,.20); padding:6px 6px 6px 22px; gap:10px; transition:background .22s,border-color .22s,box-shadow .22s; }
.bh-search:focus-within { background:rgba(255,255,255,.17); border-color:rgba(255,255,255,.40); box-shadow:0 0 0 5px rgba(255,255,255,.06); }
.bh-search-ico { width:17px; height:17px; flex-shrink:0; color:rgba(255,255,255,.50); }
.bh-search input { flex:1; background:transparent; border:none; outline:none; font-family:var(--font-body); font-size:.95rem; color:#fff; min-width:0; }
.bh-search input::placeholder { color:rgba(255,255,255,.38); }
.bh-search button { flex-shrink:0; height:44px; border-radius:999px; padding:0 22px; border:none; background:linear-gradient(135deg,var(--primary,#e85d04),var(--primary-dark,#c2410c)); color:#fff; font-family:var(--font-body); font-size:.84rem; font-weight:700; cursor:pointer; white-space:nowrap; transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s; }
.bh-search button:hover { transform:scale(1.04); box-shadow:0 6px 24px rgba(232,93,4,.48); }
.bh-clear { display:block; margin-top:12px; text-align:center; font-size:.72rem; font-weight:600; color:rgba(255,255,255,.40); transition:color .18s; }
.bh-clear:hover { color:rgba(255,255,255,.72); }

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   KATEGORÄ°LER
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.bcat { padding:72px 0 56px; }
.bcat-hd { display:flex; align-items:center; gap:18px; margin-bottom:24px; }
.bcat-h { font-family:var(--font-display); font-size:1.4rem; font-weight:700; color:var(--gray-900,#0f172a); white-space:nowrap; letter-spacing:-.02em; }
.bcat-rule { flex:1; height:1px; background:linear-gradient(to right,var(--gray-200,#e2e8f0),transparent); }
.bcat-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
.bcat-card { position:relative; display:block; overflow:hidden; border-radius:14px; background:var(--navy,#0b1426); text-decoration:none; isolation:isolate; aspect-ratio:1/1; transition:transform .24s var(--ease,cubic-bezier(.4,0,.2,1)),box-shadow .24s; }
.bcat-card:hover { transform:translateY(-4px) scale(1.015); box-shadow:0 16px 40px rgba(8,15,30,.28); }
.bcat-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.bcat-card:hover .bcat-img { transform:scale(1.1); }
.bcat-fb { background:radial-gradient(circle at 35% 32%,rgba(232,93,4,.45),transparent 60%),linear-gradient(145deg,#162240,#080f1e); }
.bcat-veil { position:absolute; inset:0; background:linear-gradient(to top,rgba(8,15,30,.90) 0%,rgba(8,15,30,.40) 40%,rgba(8,15,30,.05) 100%),linear-gradient(to bottom,rgba(8,15,30,.30) 0%,transparent 35%); transition:opacity .3s; }
.bcat-card:hover .bcat-veil { opacity:.92; }
.bcat-card::after { content:''; position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:3; border:2px solid transparent; transition:border-color .28s; }
.bcat-card:hover::after { border-color:rgba(232,93,4,.6); }
.bcat-body { position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:14px; text-align:center; }
.bcat-name { font-family:var(--font-display); font-size:clamp(1rem,1.6vw,1.3rem); font-weight:700; color:#fff; line-height:1.2; letter-spacing:-.01em; text-shadow:0 2px 18px rgba(8,15,30,.7); }
.bcat-count { font-size:.65rem; font-weight:600; color:rgba(255,255,255,.56); letter-spacing:.05em; text-transform:uppercase; }

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   YAZILAT + SIDEBAR
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.bmain { padding:0 0 96px; }
.bmain-stack { display:flex; flex-direction:column; gap:56px; }

.bspot-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-bottom:0; align-items:stretch; }
.bspot-lead { grid-row:auto; border-color:rgba(232,93,4,.25); }
.bspot-card { border-radius:18px; overflow:hidden; background:#fff; border:1px solid rgba(15,23,42,.08); box-shadow:0 4px 18px rgba(15,23,42,.06),0 12px 34px rgba(15,23,42,.07); transition:transform .22s var(--ease),box-shadow .22s,border-color .22s; }
.bspot-card:hover { transform:translateY(-5px); box-shadow:0 10px 28px rgba(15,23,42,.1),0 18px 52px rgba(15,23,42,.12); border-color:rgba(15,23,42,.14); }
.bspot-link { display:flex; flex-direction:column; height:100%; color:inherit; text-decoration:none; }
.bspot-img-wrap { position:relative; overflow:hidden; background:var(--navy,#0b1426); aspect-ratio:16/10; }
.bspot-img-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); }
.bspot-card:hover .bspot-img-wrap img { transform:scale(1.05); }
.bspot-fb { width:100%; height:100%; background:radial-gradient(circle at 30% 35%,rgba(232,93,4,.36),transparent 60%),linear-gradient(140deg,#162240,#0b1426); }
.bspot-badge { position:absolute; top:11px; left:11px; display:inline-flex; align-items:center; height:22px; border-radius:999px; padding:0 9px; font-size:.58rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; background:rgba(8,15,30,.70); backdrop-filter:blur(8px); color:#fff; border:1px solid rgba(255,255,255,.13); }
.bspot-body { padding:17px 18px 18px; display:flex; flex-direction:column; gap:8px; flex:1; }
.bspot-title { font-family:var(--font-display); font-size:1.02rem; font-weight:700; color:var(--gray-900,#0f172a); line-height:1.38; margin:0; }
.bspot-lead .bspot-title { font-size:1.1rem; }
.bspot-sum { font-size:.8rem; color:var(--gray-500,#64748b); line-height:1.62; margin:0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.bspot-meta { margin-top:auto; padding-top:10px; border-top:1px solid var(--gray-100,#f1f5f9); display:flex; flex-wrap:wrap; gap:3px 10px; font-size:.66rem; font-weight:600; color:var(--gray-400,#94a3b8); }

.bfeed-hd { display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.bfeed-h { font-family:var(--font-display); font-size:1.3rem; font-weight:700; color:var(--gray-900,#0f172a); margin:0; white-space:nowrap; letter-spacing:-.02em; }
.bfeed-cnt { font-size:.71rem; font-weight:600; color:var(--gray-400,#94a3b8); letter-spacing:.04em; white-space:nowrap; }
.bfeed-rule { flex:1; height:1px; background:linear-gradient(to right,var(--gray-200,#e2e8f0),transparent); }
.bfeed-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.bfeed-card { border-radius:14px; overflow:hidden; background:#fff; border:1px solid rgba(15,23,42,.06); box-shadow:0 1px 5px rgba(15,23,42,.05),0 5px 18px rgba(15,23,42,.05); transition:transform .2s var(--ease),box-shadow .2s; }
.bfeed-card:hover { transform:translateY(-4px); box-shadow:0 4px 14px rgba(15,23,42,.08),0 14px 36px rgba(15,23,42,.1); }
.bfeed-link { display:flex; flex-direction:column; height:100%; color:inherit; text-decoration:none; }
.bfeed-img-wrap { aspect-ratio:16/10; overflow:hidden; background:var(--navy,#0b1426); }
.bfeed-img-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .44s var(--ease); }
.bfeed-card:hover .bfeed-img-wrap img { transform:scale(1.06); }
.bfeed-fb { width:100%; height:100%; background:radial-gradient(circle at 30% 35%,rgba(232,93,4,.33),transparent 60%),linear-gradient(140deg,#162240,#0b1426); }
.bfeed-body { padding:13px 14px 14px; display:flex; flex-direction:column; gap:6px; flex:1; }
.bfeed-cats { display:flex; flex-wrap:wrap; gap:4px; }
.bfeed-cats span { display:inline-flex; align-items:center; height:19px; border-radius:999px; padding:0 8px; font-size:.57rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; background:var(--primary-light,#fff3eb); color:var(--primary-dark,#c2410c); }
.bfeed-title { font-family:var(--font-display); font-size:.89rem; font-weight:700; color:var(--gray-900,#0f172a); line-height:1.36; margin:0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.bfeed-sum { font-size:.75rem; color:var(--gray-500,#64748b); line-height:1.55; margin:0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.bfeed-foot { margin-top:auto; padding-top:9px; border-top:1px solid var(--gray-100,#f1f5f9); display:flex; align-items:center; justify-content:space-between; gap:6px; }
.bfeed-meta { display:flex; flex-wrap:wrap; gap:2px 7px; font-size:.64rem; font-weight:600; color:var(--gray-400,#94a3b8); }
.bfeed-more { font-size:.67rem; font-weight:700; color:var(--primary-dark,#c2410c); white-space:nowrap; }

.bempty { text-align:center; padding:60px 24px; border-radius:16px; background:#fff; border:1px solid rgba(15,23,42,.06); }
.bempty-ico { width:56px; height:56px; margin:0 auto 14px; color:var(--gray-300,#cbd5e1); }
.bempty-ico svg { width:100%; height:100%; }
.bempty h3 { font-family:var(--font-display); font-size:1.12rem; color:var(--gray-800,#1e293b); margin-bottom:7px; }
.bempty p { font-size:.83rem; color:var(--gray-500,#64748b); }

.bpag { margin-top:32px; display:flex; align-items:center; justify-content:center; gap:7px; }
.bpag-nums { display:flex; gap:5px; }
.bpag-btn,.bpag-n { display:inline-flex; align-items:center; justify-content:center; min-width:38px; height:38px; border-radius:9px; border:1.5px solid var(--gray-200,#e2e8f0); background:#fff; color:var(--gray-600,#475569); font-size:.78rem; font-weight:700; padding:0 13px; text-decoration:none; transition:border-color .15s,color .15s,background .15s,transform .15s; }
.bpag-btn:not(.bpag-off):hover,.bpag-n:not(.bpag-on):hover { border-color:rgba(232,93,4,.36); color:var(--primary-dark,#c2410c); transform:translateY(-1px); }
.bpag-on { background:var(--primary-light,#fff3eb); border-color:rgba(232,93,4,.42); color:var(--primary-dark,#c2410c); }
.bpag-off { opacity:.35; cursor:default; pointer-events:none; }


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BLOG DETAIL â€” GeniÅŸ, editÃ¶ryal, profesyonel
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* 404 */
.bd-404 { padding:160px 24px 80px; text-align:center; }
.bd-404 p { color:#64748b; font-size:1rem; margin-bottom:18px; }
.bd-404 a { color:var(--primary,#e85d04); font-weight:700; font-size:.9rem; }

/* â”€â”€ HERO â”€â”€ */
.bd-hero {
    position: relative;
    width: 100%;
    margin: 0;
    height: 92vh;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
}

.bd-hero-bg {
    position: absolute;
    inset: -6%;
    background-size: cover;
    background-position: center;
    animation: bhpan 28s ease-in-out infinite alternate;
}

.bd-hero-bg--fb {
    background:
        radial-gradient(ellipse 70% 60% at 25% 40%, rgba(232,93,4,.52), transparent 65%),
        linear-gradient(145deg, #060d1c, #111d35 55%, #162844);
}

.bd-hero-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom,
            rgba(6,13,28,.05)  0%,
            rgba(6,13,28,.28) 35%,
            rgba(6,13,28,.82) 68%,
            rgba(6,13,28,.97) 100%);
}

.bd-hero-inner {
    position: relative;
    z-index: 2;
    padding-bottom: 76px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

/* Geri */
.bd-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.42);
    text-decoration: none;
    transition: color .2s;
    align-self: flex-start;
    margin-bottom: 6px;
}
.bd-back svg { width: 13px; height: 13px; }
.bd-back:hover { color: rgba(255,255,255,.78); }

/* Kategoriler */
.bd-cats { display: flex; flex-wrap: wrap; gap: 7px; }
.bd-cat {
    display: inline-flex;
    align-items: center;
    height: 24px;
    border-radius: 999px;
    padding: 0 11px;
    background: rgba(232,93,4,.9);
    color: #fff;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* BaÅŸlÄ±k */
.bd-title {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3.4vw, 2.7rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    text-shadow: 0 2px 28px rgba(6,13,28,.4);
    margin: 0;
    max-width: 1120px;
}

/* Meta */
.bd-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    font-size: .8rem;
    color: rgba(255,255,255,.52);
    font-weight: 500;
}

.bd-meta-author {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.84);
    font-weight: 600;
}

.bd-av-sm {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary,#e85d04), #9a3412);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: .76rem;
    font-weight: 700;
    color: #fff;
    border: 2px solid rgba(255,255,255,.22);
}
.bd-av-sm img { width: 100%; height: 100%; object-fit: cover; }

.bd-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
}

/* â”€â”€ Ä°Ã‡ERÄ°K ALANI â€” full container, 2 kolon â”€â”€ */
.bd-content {
    background: transparent;
    padding: 36px 0 90px;
}

.bd-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: start;
}

/* SOL: Makale + alt bÃ¶lÃ¼mler */
.bd-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* â”€â”€ ICINDEKILER NAV (H2 tabs) â”€â”€ */
.bd-toc {
    position: sticky;
    top: 76px;
    z-index: 90;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--gray-100,#f1f5f9);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    margin-bottom: 0;
}

.bd-toc-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.bd-toc-scroll::-webkit-scrollbar { display: none; }

.bd-toc-nav {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: max-content;
}

.bd-toc-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 14px 22px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--gray-500,#64748b);
    background: none;
    border: none;
    border-bottom: 2.5px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: all .18s;
    font-family: var(--font-body);
    position: relative;
    flex-shrink: 0;
}
.bd-toc-btn:hover { color: var(--gray-900,#0f172a); }
.bd-toc-btn.active {
    color: var(--primary,#e85d04);
    border-bottom-color: var(--primary,#e85d04);
}
.bd-toc-btn.is-sub {
    font-size: .78rem;
    font-weight: 600;
    opacity: .9;
    padding-left: 34px;
}
.bd-toc-btn.is-sub::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 7px;
    height: 1px;
    transform: translateY(-50%);
    background: currentColor;
    opacity: .45;
}

/* â”€â”€ MAKALE â”€â”€ */
.bd-article {
    background: transparent;
    border-radius: 0;
    padding: 0;
    color: #374151;
    font-size: 1.06rem;
    line-height: 1.75;
    font-weight: 400;
}

.bd-rich-content {
    color: inherit;
    font: inherit;
    line-height: inherit;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.bd-rich-content > * {
    margin-top: 0;
    margin-bottom: 0;
}

.bd-rich-content > * + * { margin-top: 1rem; }

.bd-rich-content :where(a) {
    color: revert;
    text-decoration: revert;
}

.bd-rich-content :where(ul, ol) {
    list-style: revert;
    padding-inline-start: 1.35em;
}

.bd-rich-content :where(li + li) { margin-top: .35em; }

.bd-rich-content :where(img, video, iframe) {
    max-width: 100%;
    height: auto;
}

.bd-rich-content :where(iframe) {
    width: 100%;
    border: 0;
}

.bd-rich-content :where(table) {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.bd-rich-content :where(pre) { overflow-x: auto; }
.bd-rich-content h2,
.bd-rich-content h3 { scroll-margin-top: 180px; }

/* Etiketler */
.bd-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 2.5em;
    padding-top: 1.6em;
    border-top: 1px solid #f1f2f4;
}

.bd-tags-lbl {
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #9ca3af;
}

.bd-tag {
    display: inline-flex;
    align-items: center;
    height: 28px;
    border-radius: 999px;
    padding: 0 13px;
    border: 1.5px solid #e5e7eb;
    background: #f9fafb;
    color: #6b7280;
    font-size: .68rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s, color .15s, background .15s;
}
.bd-tag:hover { border-color: rgba(232,93,4,.38); background: #fff7ed; color: #c2410c; }

/* â”€â”€ YAZAR â”€â”€ */
.bd-author {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 40px 0;
    border-top: 1px solid #e9eaec;
    margin-top: 40px;
}

.bd-av {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary,#e85d04), #9a3412);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 16px rgba(232,93,4,.22);
}
.bd-av img { width: 100%; height: 100%; object-fit: cover; }

.bd-author-lbl {
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--primary, #e85d04);
    margin-bottom: 4px;
}

.bd-author-name {
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -.01em;
    margin-bottom: 7px;
}

.bd-author-bio {
    font-size: .86rem;
    color: #6b7280;
    line-height: 1.62;
    margin: 0;
}

/* ── Yorumlar (tour-detail stili) ── */
.bd-comments {
    padding-top: 44px;
    border-top: 1px solid #e9eaec;
    margin-top: 0;
}

.bd-comments-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.bd-comments-h {
    font-family: var(--font-display);
    font-size: 1.42rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -.02em;
    margin: 0;
}

.bd-btn-open-review-modal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background: linear-gradient(135deg, var(--primary,#e85d04), var(--primary-dark,#c2410c));
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: .86rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(232,93,4,.3);
    transition: transform .18s, box-shadow .18s;
}
.bd-btn-open-review-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232,93,4,.4);
}

.bd-rating-summary-mini {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 18px;
}
.bd-rating-big-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    letter-spacing: -.04em;
}
.bd-rating-big-stars {
    color: #f59e0b;
    font-size: 1.05rem;
    letter-spacing: 2px;
}
.bd-rating-big-count {
    font-size: .74rem;
    color: #94a3b8;
    margin-top: 2px;
}

.bd-review-item {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 12px rgba(15,23,42,.05);
    margin-bottom: 12px;
    transition: transform .15s, box-shadow .15s;
}
.bd-review-item:last-child { margin-bottom: 0; }
.bd-review-item:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.07); }

.bd-review-item-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}
.bd-review-avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary,#e85d04), var(--primary-dark,#c2410c));
    color: white;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bd-review-item-name {
    font-size: .9rem;
    font-weight: 700;
    color: #111827;
}
.bd-review-item-stars {
    color: #f59e0b;
    font-size: .78rem;
    letter-spacing: 1px;
}
.bd-review-item-date {
    font-size: .72rem;
    color: #94a3b8;
    margin-left: auto;
    white-space: nowrap;
}
.bd-review-item-text {
    font-size: .875rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.bd-reviews-empty {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
    font-size: .875rem;
    border: 1px dashed #e2e8f0;
    border-radius: 12px;
}
.bd-reviews-empty svg {
    margin: 0 auto 12px;
    display: block;
    opacity: .25;
}

/* ── Modal ── */
.bd-review-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(11,20,38,.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}
.bd-review-modal-overlay.open {
    opacity: 1;
    pointer-events: all;
}
.bd-review-modal-panel {
    background: white;
    border-radius: 20px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 32px 80px rgba(0,0,0,.22);
    transform: translateY(20px) scale(.97);
    transition: transform .25s ease;
}
.bd-review-modal-overlay.open .bd-review-modal-panel { transform: translateY(0) scale(1); }

.bd-review-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 18px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(135deg, #0f172a, #1e3a5f);
    border-radius: 20px 20px 0 0;
    position: sticky;
    top: 0;
    z-index: 2;
}
.bd-review-modal-header-left { display: flex; align-items: center; gap: 14px; }
.bd-review-modal-header-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.bd-review-modal-title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: white;
    line-height: 1.3;
}
.bd-review-modal-sub {
    font-size: .75rem;
    color: rgba(255,255,255,.65);
    margin-top: 2px;
}
.bd-review-modal-close {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 9px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}
.bd-review-modal-close:hover { background: rgba(255,255,255,.2); }
.bd-review-modal-body { padding: 24px; }

.bd-rm-star-section {
    text-align: center;
    margin-bottom: 22px;
    padding: 18px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}
.bd-rm-star-label {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64748b;
    margin-bottom: 12px;
}
.bd-rm-star-row { display: flex; gap: 8px; justify-content: center; margin-bottom: 8px; }
.bd-rm-star-btn {
    font-size: 2rem;
    background: none;
    border: none;
    color: #cbd5e1;
    cursor: pointer;
    transition: color .12s, transform .12s;
    line-height: 1;
    padding: 0;
}
.bd-rm-star-btn.active { color: #f59e0b; }
.bd-rm-star-btn:hover { color: #f59e0b; transform: scale(1.2); }
.bd-rm-star-hint {
    font-size: .8rem;
    font-weight: 600;
    color: #64748b;
    min-height: 1.2em;
}
.bd-rm-star-hint.rating-1 { color: #ef4444; }
.bd-rm-star-hint.rating-2 { color: #f97316; }
.bd-rm-star-hint.rating-3 { color: #f59e0b; }
.bd-rm-star-hint.rating-4 { color: #84cc16; }
.bd-rm-star-hint.rating-5 { color: #22c55e; }

.bd-rm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.bd-rm-group { margin-bottom: 14px; }
.bd-rf-label {
    font-size: .72rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: block;
    margin-bottom: 5px;
}
.bd-rf-input,
.bd-rf-textarea {
    width: 100%;
    padding: 10px 13px;
    border: 1.5px solid #e2e8f0;
    border-radius: 9px;
    font-size: .875rem;
    color: #1f2937;
    font-family: var(--font-body);
    background: #f8fafc;
    outline: none;
    transition: all .15s;
    box-sizing: border-box;
}
.bd-rf-input:focus,
.bd-rf-textarea:focus {
    border-color: var(--primary,#e85d04);
    background: white;
    box-shadow: 0 0 0 3px rgba(232,93,4,.12);
}
.bd-rf-textarea { resize: vertical; min-height: 96px; line-height: 1.6; }

.bd-review-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    margin-top: 6px;
}
.bd-rm-privacy {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .72rem;
    color: #94a3b8;
    margin: 0;
}
.bd-btn-submit-review {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 170px;
    padding: 12px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, var(--primary,#e85d04), var(--primary-dark,#c2410c));
    color: white;
    font-size: .9rem;
    font-weight: 700;
    font-family: var(--font-body);
    box-shadow: 0 4px 16px rgba(232,93,4,.3);
    transition: all .2s;
}
.bd-btn-submit-review:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(232,93,4,.4); }

/* â”€â”€ SAÄ SIDEBAR â”€â”€ */
.bd-sidebar {
    position: sticky;
    top: 92px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* PaylaÅŸ kutusu */
.bd-share-box {
    background: #fff;
    border-radius: 16px;
    padding: 22px 22px 20px;
    border: 1px solid #f0f0ef;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}

.bd-share-label {
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #9ca3af;
    display: block;
    margin-bottom: 14px;
}

.bd-share-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bd-shr {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    border-radius: 10px;
    padding: 0 14px;
    border: 1.5px solid #e9eaec;
    background: #f9fafb;
    color: #374151;
    font-family: var(--font-body);
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .15s, background .15s, color .15s, transform .15s;
}

.bd-shr svg { width: 15px; height: 15px; flex-shrink: 0; }
.bd-shr:hover { transform: translateX(2px); }

.bd-shr-tw:hover { border-color: rgba(29,155,240,.4); background: rgba(29,155,240,.06); color: #1d9bf0; }
.bd-shr-fb:hover { border-color: rgba(24,119,242,.4); background: rgba(24,119,242,.06); color: #1877f2; }
.bd-shr-li:hover { border-color: rgba(10,102,194,.4); background: rgba(10,102,194,.06); color: #0a66c2; }
.bd-shr-copy:hover { border-color: rgba(100,116,139,.4); background: #f1f5f9; color: #475569; }

/* Ä°lgili yazÄ±lar sidebar */
.bd-sb-related { display: flex; flex-direction: column; gap: 16px; }

.bd-sb-title {
    font-family: var(--font-display);
    font-size: 1.02rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -.01em;
    margin: 0;
}

.bd-rel-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #f0f0ef;
    background: #fff;
    transition: border-color .16s, transform .16s, box-shadow .16s;
}
.bd-rel-row:hover { border-color: rgba(232,93,4,.25); transform: translateX(3px); box-shadow: 0 4px 16px rgba(0,0,0,.06); }

.bd-rel-row-img {
    width: 70px;
    height: 54px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #0b1426;
}
.bd-rel-row-img img { width: 100%; height: 100%; object-fit: cover; }
.bd-rel-row-fb { width: 100%; height: 100%; background: radial-gradient(circle at 30% 35%,rgba(232,93,4,.38),transparent 60%),linear-gradient(140deg,#162240,#0b1426); }

.bd-rel-row-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }

.bd-rel-row-cat {
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--primary, #e85d04);
}

.bd-rel-row-title {
    font-size: .84rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.32;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bd-rel-row-meta {
    font-size: .65rem;
    font-weight: 600;
    color: #9ca3af;
}

/* â”€â”€ RELATED GRID (alt full) â”€â”€ */
.bd-more {
    background: #fff;
    border-top: 1px solid #f0f0ef;
    padding: 72px 0 80px;
}

.bd-more-hd {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 36px;
}

.bd-more-hd h2 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    letter-spacing: -.025em;
    margin: 0;
}

.bd-more-line {
    flex: 1;
    height: 1px;
    background: #e9eaec;
}

.bd-more-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
}

.bd-more-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #f9fafb;
    text-decoration: none;
    color: inherit;
    border: 1px solid #f0f0ef;
    transition: transform .22s, box-shadow .22s;
}
.bd-more-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.06); }

.bd-more-card-img {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #0b1426;
}
.bd-more-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.bd-more-card:hover .bd-more-card-img img { transform: scale(1.06); }
.bd-more-card-fb { width:100%; height:100%; background:radial-gradient(circle at 30% 35%,rgba(232,93,4,.36),transparent 60%),linear-gradient(140deg,#162240,#0b1426); }

.bd-more-badge {
    position: absolute;
    top: 10px; left: 10px;
    display: inline-flex;
    align-items: center;
    height: 22px;
    border-radius: 999px;
    padding: 0 9px;
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    background: rgba(6,13,28,.72);
    backdrop-filter: blur(6px);
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
}

.bd-more-card-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.bd-more-card-body h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bd-more-card-body p {
    font-size: .8rem;
    color: #6b7280;
    line-height: 1.56;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bd-more-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 8px;
    font-size: .66rem;
    font-weight: 600;
    color: #9ca3af;
    margin-top: auto;
}

.bd-more-card-cta {
    font-size: .72rem;
    font-weight: 700;
    color: var(--primary-dark, #c2410c);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DARK MODE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
[data-theme="dark"] .page-blog,
[data-theme="dark"] .page-blog-detail,
.dark .page-blog, .dark .page-blog-detail { background: #070c17; }

/* Listing dark */
[data-theme="dark"] .bcat-h,[data-theme="dark"] .bfeed-h,[data-theme="dark"] .bspot-title,[data-theme="dark"] .bfeed-title,[data-theme="dark"] .bempty h3,
.dark .bcat-h,.dark .bfeed-h,.dark .bspot-title,.dark .bfeed-title,.dark .bempty h3 { color:#f1f5f9; }
[data-theme="dark"] .bspot-card,[data-theme="dark"] .bfeed-card,[data-theme="dark"] .bpag-btn,[data-theme="dark"] .bpag-n,[data-theme="dark"] .bempty,
.dark .bspot-card,.dark .bfeed-card,.dark .bpag-btn,.dark .bpag-n,.dark .bempty { background:#0f172a; border-color:rgba(100,116,139,.2); box-shadow:none; }
[data-theme="dark"] .bspot-meta,[data-theme="dark"] .bfeed-meta,[data-theme="dark"] .bfeed-sum,[data-theme="dark"] .bspot-sum,[data-theme="dark"] .bempty p,
.dark .bspot-meta,.dark .bfeed-meta,.dark .bfeed-sum,.dark .bspot-sum,.dark .bempty p { color:#64748b; }
[data-theme="dark"] .bspot-meta,[data-theme="dark"] .bfeed-foot,.dark .bspot-meta,.dark .bfeed-foot { border-top-color:rgba(100,116,139,.13); }
[data-theme="dark"] .bpag-on,.dark .bpag-on { background:rgba(232,93,4,.14); border-color:rgba(232,93,4,.36); color:#fb923c; }
[data-theme="dark"] .bfeed-cats span,.dark .bfeed-cats span { background:rgba(232,93,4,.13); color:#fb923c; }

/* Detail dark */
[data-theme="dark"] .bd-content,.dark .bd-content { background:transparent; }
[data-theme="dark"] .bd-article,.dark .bd-article { background:transparent; color:#9ca3af; }
[data-theme="dark"] .bd-toc,.dark .bd-toc { background:rgba(15,23,42,.92); border-bottom-color:rgba(100,116,139,.28); box-shadow:none; }
[data-theme="dark"] .bd-toc-btn,.dark .bd-toc-btn { color:#94a3b8; }
[data-theme="dark"] .bd-toc-btn:hover,.dark .bd-toc-btn:hover { color:#e2e8f0; }
[data-theme="dark"] .bd-toc-btn.active,.dark .bd-toc-btn.active { color:#f8fafc; }
[data-theme="dark"] .bd-author-name,[data-theme="dark"] .bd-comments-h,[data-theme="dark"] .bd-more-hd h2,[data-theme="dark"] .bd-rel-row-title,[data-theme="dark"] .bd-more-card-body h3,[data-theme="dark"] .bd-sb-title,[data-theme="dark"] .bd-review-item-name,
.dark .bd-author-name,.dark .bd-comments-h,.dark .bd-more-hd h2,.dark .bd-rel-row-title,.dark .bd-more-card-body h3,.dark .bd-sb-title,.dark .bd-review-item-name { color:#f1f5f9; }
[data-theme="dark"] .bd-author,.dark .bd-author { border-top-color:rgba(100,116,139,.18); }
[data-theme="dark"] .bd-comments,.dark .bd-comments { border-top-color:rgba(100,116,139,.18); }
[data-theme="dark"] .bd-rf-input,[data-theme="dark"] .bd-rf-textarea,
.dark .bd-rf-input,.dark .bd-rf-textarea { background:#0b1220; border-color:rgba(100,116,139,.24); color:#f1f5f9; }
[data-theme="dark"] .bd-share-box,[data-theme="dark"] .bd-rel-row,[data-theme="dark"] .bd-more-card,
.dark .bd-share-box,.dark .bd-rel-row,.dark .bd-more-card { background:#0d1424; border-color:rgba(100,116,139,.18); }
[data-theme="dark"] .bd-review-item,[data-theme="dark"] .bd-rating-summary-mini,[data-theme="dark"] .bd-reviews-empty,
.dark .bd-review-item,.dark .bd-rating-summary-mini,.dark .bd-reviews-empty { background:#0d1424; border-color:rgba(100,116,139,.18); color:#94a3b8; }
[data-theme="dark"] .bd-rating-big-num,.dark .bd-rating-big-num { color:#f1f5f9; }
[data-theme="dark"] .bd-shr,.dark .bd-shr { background:#111827; border-color:rgba(100,116,139,.22); color:#94a3b8; }
[data-theme="dark"] .bd-more,.dark .bd-more { background:#0b1220; border-top-color:rgba(100,116,139,.14); }
[data-theme="dark"] .bd-tag,.dark .bd-tag { background:#111827; border-color:rgba(100,116,139,.22); color:#94a3b8; }
[data-theme="dark"] .bd-review-item-text,.dark .bd-review-item-text { color:#cbd5e1; }
[data-theme="dark"] .bd-review-item-date,[data-theme="dark"] .bd-rating-big-count,.dark .bd-review-item-date,.dark .bd-rating-big-count { color:#64748b; }
[data-theme="dark"] .bd-review-modal-panel,.dark .bd-review-modal-panel { background:#0f172a; }
[data-theme="dark"] .bd-review-modal-header,.dark .bd-review-modal-header { border-bottom-color:rgba(100,116,139,.2); }
[data-theme="dark"] .bd-rm-star-section,.dark .bd-rm-star-section { background:#111827; border-color:rgba(100,116,139,.2); }
[data-theme="dark"] .bd-rf-label,.dark .bd-rf-label { color:#94a3b8; }
[data-theme="dark"] .bd-rm-privacy,.dark .bd-rm-privacy { color:#64748b; }
[data-theme="dark"] .bd-review-modal-footer,.dark .bd-review-modal-footer { border-top-color:rgba(100,116,139,.2); }


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width:1200px) {
    .bfeed-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .bd-grid { grid-template-columns:minmax(0,1fr) 280px; gap:36px; }
}

@media (max-width:1024px) {
    .bcat-grid { grid-template-columns:repeat(3,1fr); }
}

@media (max-width:960px) {
    .bspot-grid { grid-template-columns:1fr 1fr; }
    /* Detail */
    .bd-toc { top: 68px; }
    .bd-grid { grid-template-columns:1fr; }
    .bd-sidebar { position:static; }
    .bd-share-btns { flex-direction:row; flex-wrap:wrap; }
    .bd-shr { flex:1; min-width:120px; }
    .bd-sb-related { display:none; } /* sidebar'da tekrar ediyor, altta var */
    .bd-more-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:760px) {
    .bh { min-height:90svh; }
    .bh-title { font-size:clamp(2.2rem,8vw,3rem); }
    .bcat-grid { grid-template-columns:repeat(3,1fr); }
    .bspot-grid { grid-template-columns:1fr; }
    .bfeed-grid { grid-template-columns:1fr 1fr; }
    /* Detail */
    .bd-toc { top: 60px; margin-bottom: 14px; }
    .bd-toc-btn { padding: 11px 13px; font-size: .74rem; gap: 5px; }
    .bd-toc-btn.is-sub { padding-left: 24px; font-size: .7rem; }
    .bd-toc-btn.is-sub::before { left: 12px; width: 6px; }
    .bd-hero { height:78vh; min-height:500px; }
    .bd-title { font-size:clamp(1.45rem,5.2vw,2.15rem); }
    .bd-article { padding:0; font-size:.97rem; }
    .bd-comments-head { flex-direction: column; align-items: flex-start; }
    .bd-btn-open-review-modal { width: 100%; justify-content: center; }
    .bd-rm-row { grid-template-columns: 1fr; }
    .bd-review-modal-overlay { padding: 0; align-items: flex-end; }
    .bd-review-modal-panel { border-radius: 20px 20px 0 0; max-height: 92vh; }
    .bd-review-modal-header { border-radius: 20px 20px 0 0; padding: 15px 16px 13px; }
    .bd-review-modal-body { padding: 16px; }
    .bd-review-modal-footer { flex-direction: column; align-items: stretch; }
    .bd-btn-submit-review { width: 100%; min-width: unset; }
    .bd-more-grid { grid-template-columns:1fr; }
}

@media (max-width:540px) {
    .bcat-grid { grid-template-columns:repeat(2,1fr); }
    .bfeed-grid { grid-template-columns:1fr; }
    .bh-search { height:52px; }
    .bh-search button { padding:0 16px; font-size:.8rem; }
    .bd-toc-btn { padding: 10px 11px; font-size: .7rem; gap: 3px; }
    .bd-toc-btn.is-sub { padding-left: 20px; font-size: .66rem; }
    .bd-toc-btn.is-sub::before { left: 10px; width: 5px; }
    .bd-article { padding:0; font-size:.94rem; }
    .bd-shr { min-width:0; flex:unset; width:100%; }
    .bd-review-item { padding: 14px 15px; }
    .bd-review-avatar-circle { width: 34px; height: 34px; font-size: .9rem; }
    .bd-review-item-name { font-size: .84rem; }
    .bd-review-item-text { font-size: .84rem; }
}
