/* Teknoblog Telefon Veritabanı — Single Sayfa Stili */

/* BREADCRUMB */
.tb-breadcrumb { margin-bottom: 16px; }
.tb-breadcrumb-liste {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
    color: #888;
}
.tb-breadcrumb-liste li + li::before { content: '›'; margin-right: 6px; }
.tb-breadcrumb-liste a { color: #888; text-decoration: none; }
.tb-breadcrumb-liste a:hover { color: #f04a0a; }
.tb-breadcrumb-liste [aria-current] { color: #1a1a1a; font-weight: 600; }

/* HERO */
.tb-single-wrap { max-width: 1002px !important; margin: 0 auto !important; padding: 24px 20px 48px; }
.tb-archive-wrap { max-width: 1002px !important; margin: 0 auto !important; padding: 24px 20px 48px; }

.tb-single-hero {
    background: #fff;
    border: 1px solid #e0e3e8;
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.tb-single-hero-icerik {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 36px;
    align-items: start;
}

/* Görsel */
.tb-single-gorsel-wrap {
    background: #f5f6f8;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}
.tb-single-gorsel { max-width: 100%; max-height: 260px; object-fit: contain; }
.tb-single-gorsel-yok { font-size: 100px; opacity: .2; }

/* Bilgi */
.tb-single-marka {
    font-size: 12px;
    font-weight: 700;
    color: #f04a0a;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 6px;
}
.tb-single-baslik {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.2;
}
.tb-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.tb-meta-item { font-size: 13px; color: #666; }

.tb-rozet { display: inline-block; padding: 3px 10px; border-radius: 5px; font-size: 12px; font-weight: 700; }
.tb-rozet-5g { background: #e8f4ff; color: #0062cc; }
.tb-rozet-bekle { background: #fff8e0; color: #b07800; }

/* Fiyat */
.tb-single-fiyat-wrap { margin-bottom: 16px; }
.tb-single-fiyat-etiket { font-size: 12px; color: #888; display: block; }
.tb-single-fiyat { font-size: 32px; font-weight: 900; color: #f04a0a; line-height: 1.1; }

/* Satın alma butonları */
.tb-single-linkler { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.tb-satin-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .15s;
}
.tb-amazon-btn   { background: #ff9900; color: #111; }
.tb-amazon-btn:hover { background: #e68900; color: #111; }
.tb-trendyol-btn { background: #f27a1a; color: #fff; }
.tb-trendyol-btn:hover { background: #d96a10; color: #fff; }
.tb-hepsi-btn    { background: #ff6000; color: #fff; }
.tb-hepsi-btn:hover { background: #e05000; color: #fff; }
.tb-inceleme-btn { background: #f04a0a; color: #fff; }
.tb-inceleme-btn:hover { background: #d03d08; color: #fff; }

/* Hızlı özellikler */
.tb-quick-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.tb-quick-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f6f8;
    padding: 10px 12px;
    border-radius: 8px;
}
.tb-quick-ikon { font-size: 18px; width: 24px; text-align: center; }
.tb-quick-etiket { display: block; font-size: 10px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: .4px; }
.tb-quick-deger { display: block; font-size: 13px; font-weight: 600; color: #1a1a1a; margin-top: 1px; }

/* İçerik */
.tb-single-icerik {
    background: #fff;
    border: 1px solid #e0e3e8;
    border-radius: 14px;
    padding: 28px 32px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.7;
}

/* ÖZELLİKLER TABLOSU */
.tb-ozellikler-tablosu {
    margin-bottom: 36px;
}
.tb-tablo-baslik {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #f04a0a;
    display: inline-block;
}

.tb-tablo-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tb-tablo-bolum {
    background: #fff;
    border: 1px solid #e0e3e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.tb-tablo-bolum-baslik {
    background: #f04a0a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 10px 16px;
}
.tb-ozellik-tablo { width: 100%; border-collapse: collapse; }
.tb-ozellik-tablo tr:nth-child(even) { background: #f9fafb; }
.tb-ozellik-ad, .tb-ozellik-deger { padding: 9px 16px; font-size: 14px; border-bottom: 1px solid #eef0f3; }
.tb-ozellik-ad { color: #666; width: 44%; font-weight: 500; }
.tb-ozellik-deger { color: #1a1a1a; font-weight: 600; }

/* BENZER TELEFONLAR */
.tb-benzer-telefonlar { margin-bottom: 36px; }

/* ARCHİVE */
.tb-archive-baslik-wrap { margin-bottom: 24px; }
.tb-archive-baslik { font-size: 28px; font-weight: 800; margin: 0 0 8px 0; }
.tb-archive-aciklama { color: #666; font-size: 15px; margin: 0; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .tb-single-hero-icerik { grid-template-columns: 1fr; gap: 20px; }
    .tb-single-gorsel-wrap { min-height: 200px; }
    .tb-tablo-wrap { grid-template-columns: 1fr; }
    .tb-quick-specs { grid-template-columns: 1fr; }
    .tb-single-baslik { font-size: 22px; }
    .tb-single-fiyat { font-size: 26px; }
}

/* ===== AFİLİATE CTA ===== */
.tb-affiliate-cta-wrap {
    margin: 18px 0;
    padding: 16px;
    background: #f9fafb;
    border: 1px solid #e8eaed;
    border-radius: 10px;
}
.tb-affiliate-nereden {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #888;
    margin: 0 0 10px 0;
}
.tb-affiliate-butonlar { display: flex; flex-wrap: wrap; gap: 10px; }
.tb-affiliate-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: filter .15s, transform .1s;
    white-space: nowrap;
}
.tb-affiliate-btn:hover {
    filter: brightness(0.9);
    transform: translateY(-1px);
}
.tb-affiliate-aciklama-on-yuz {
    font-size: 11px;
    color: #aaa;
    margin: 10px 0 0 0;
    font-style: italic;
}
.tb-alt-cta {
    margin: 32px 0;
    padding: 24px;
    background: #fff8f5;
    border: 1px solid #ffd0b8;
    border-radius: 12px;
}
.tb-alt-cta .tb-affiliate-nereden { font-size: 14px; color: #f04a0a; margin-bottom: 14px; }

/* ===== GALERİ ===== */
.tb-galeri { display: flex; flex-direction: column; gap: 12px; }
.tb-galeri-ana {
    background: #f5f6f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 260px;
}
.tb-ana-gorsel-img {
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
    transition: opacity .2s;
}
.tb-galeri-thumbnails {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.tb-galeri-thumb-btn {
    width: 64px;
    height: 64px;
    border: 2px solid #e0e3e8;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: #f5f6f8;
    transition: border-color .15s;
    flex-shrink: 0;
}
.tb-galeri-thumb-btn img { width: 100%; height: 100%; object-fit: contain; }
.tb-galeri-thumb-btn.aktif,
.tb-galeri-thumb-btn:hover { border-color: #f04a0a; }

/* ─── İLGİLİ HABERLER ─── */
.tb-ilgili-haberler { margin-bottom: 36px; }
.tb-bolum-baslik {
    font-size: 20px; font-weight: 800; color: #1a1a1a;
    margin: 0 0 18px 0; padding-bottom: 10px;
    border-bottom: 3px solid #f04a0a; display: inline-block;
}
.tb-haber-listesi { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.tb-haber-item { background:#fff; border:1px solid #e0e3e8; border-radius:10px; overflow:hidden; transition: box-shadow .2s; }
.tb-haber-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.tb-haber-link { display:flex; align-items:center; gap:14px; padding:12px; text-decoration:none; color:#1a1a1a; }
.tb-haber-gorsel { width:80px; height:60px; object-fit:cover; border-radius:6px; flex-shrink:0; }
.tb-haber-gorsel-yok { width:80px; height:60px; display:flex; align-items:center; justify-content:center; font-size:28px; background:#f5f6f8; border-radius:6px; flex-shrink:0; }
.tb-haber-bilgi { flex:1; }
.tb-haber-tarih { display:block; font-size:11px; color:#999; margin-bottom:4px; }
.tb-haber-baslik { font-size:14px; font-weight:600; line-height:1.4; }
.tb-tum-haberler-link {
    display:inline-block; margin-top:14px; font-size:13px; font-weight:600;
    color:#f04a0a; text-decoration:none;
}
.tb-tum-haberler-link:hover { text-decoration:underline; }

/* ─── YOUTUBE VİDEO ─── */
.tb-video-wrap { margin-bottom: 32px; }
.tb-video-konteyner {
    position: relative; padding-bottom: 56.25%;
    height: 0; overflow: hidden; border-radius: 12px;
    background: #000;
}
.tb-video-konteyner iframe {
    position:absolute; top:0; left:0; width:100%; height:100%; border:0;
}
.tb-video-kaynak { font-size:12px; color:#aaa; margin-top:8px; }
.tb-rozet-tip { background:#f5f6f8; color:#555; font-size:11px; font-weight:700; padding:3px 8px; border-radius:4px; }

/* ─── GALERİ LİGHTBOX ────────────────────────────────────────────────────── */
.tb-galeri-ana { position: relative; cursor: pointer; }

