/*
Theme Name: BurcFalim
Theme URI: http://burcfalim.com
Author: BurcFalim
Description: Astroloji ve burç falı sitesi teması
Version: 1.0
*/

/* ─── RESET & TEMEL ─── */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; background: #f8f9fa; color: #1a1a2e; }
a { text-decoration: none; color: inherit; }

/* ─── HEADER ─── */
.site-header { background: #fff; border-bottom: 1px solid #e8e8f0; padding: 0 1.5rem; height: 56px; display: flex; align-items: center; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(0,0,0,.06); }
.header-icerik { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1200px; margin: 0 auto; }
.logo a { font-size: 18px; font-weight: 600; color: #1a1a2e; }
.logo span { color: #7c6fc4; }
/* ─── ANA MENU ─── */
/* ─── ANA MENU ─── */
.ana-menu { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ana-menu li { list-style: none; position: relative; }
.ana-menu > li > a { font-size: 13px; color: #555; font-weight: 500; text-decoration: none; white-space: nowrap; display: block; padding: 4px 0; }
.ana-menu > li > a:hover { color: #7c6fc4; }
.ana-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #e8e8f0; border-radius: 8px; padding: 6px 0; min-width: 180px; box-shadow: 0 4px 12px rgba(0,0,0,.1); z-index: 999; list-style: none; margin: 0; padding: 6px 0; }
.ana-menu li:hover > .sub-menu { display: block; }
.ana-menu .sub-menu li a { display: block; padding: 7px 16px; font-size: 13px; color: #444; text-decoration: none; white-space: nowrap; }
.ana-menu .sub-menu li a:hover { color: #7c6fc4; background: #f8f6ff; }

/* ─── REKLAM BILLBOARD ─── */
.reklam-billboard { background: #f0edfb; border: 1px dashed #c4bce8; height: 90px; display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
.reklam-etiket { font-size: 11px; color: #9080cc; letter-spacing: 1px; text-transform: uppercase; }

/* ─── ANA LAYOUT ─── */
.site-icerik { max-width: 1200px; margin: 0 auto; padding: 1.5rem; display: grid; grid-template-columns: 1fr 300px; gap: 24px; }
@media(max-width: 768px) { .site-icerik { grid-template-columns: 1fr; } .sidebar { display: none; } .ana-menu { display: none; } }

/* ─── ANA SAYFA BURÇ GRID ─── */
.burc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-bottom: 1.5rem; }
.burc-kart { background: #fff; border: 1px solid #e8e8f0; border-radius: 12px; padding: 1.25rem; text-align: center; cursor: pointer; transition: all .2s; }
.burc-kart:hover { border-color: #7c6fc4; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(124,111,196,.15); }
.burc-emoji { font-size: 28px; display: block; margin-bottom: 6px; }
.burc-adi { font-size: 14px; font-weight: 500; margin-bottom: 2px; }
.burc-tarih { font-size: 11px; color: #888; }

/* ─── KATEGORİ SEKME ─── */
.kategori-sekmeler { display: flex; gap: 8px; margin-bottom: 1.25rem; flex-wrap: wrap; }
.sekme { padding: 6px 16px; border-radius: 20px; border: 1px solid #e0ddf5; background: #fff; font-size: 13px; color: #666; cursor: pointer; transition: all .15s; }
.sekme:hover { border-color: #7c6fc4; color: #7c6fc4; }
.sekme.aktif { background: #7c6fc4; color: #fff; border-color: #7c6fc4; }

/* ─── YORUM KARTI ─── */
.yorum-karti { background: #fff; border: 1px solid #e8e8f0; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }
.yorum-karti h1 { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.yorum-karti h2 { font-size: 16px; font-weight: 600; margin: 1.25rem 0 8px; color: #3d3280; }
.yorum-karti p { font-size: 14px; line-height: 1.8; color: #444; margin-bottom: 10px; }

/* ─── YAZI KARTI (liste) ─── */
.yazi-karti { background: #fff; border: 1px solid #e8e8f0; border-radius: 12px; padding: 1.25rem; margin-bottom: 12px; transition: box-shadow .2s; }
.yazi-karti:hover { box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.yazi-karti h2 { font-size: 16px; font-weight: 500; margin-bottom: 6px; }
.yazi-karti h2 a { color: #1a1a2e; }
.yazi-karti h2 a:hover { color: #7c6fc4; }
.yazi-ozet { font-size: 13px; color: #666; line-height: 1.6; }

/* ─── REKLAM MED RECT ─── */
.reklam-mrect { background: #f0edfb; border: 1px dashed #c4bce8; border-radius: 8px; height: 250px; display: flex; align-items: center; justify-content: center; margin: 1.25rem 0; }

/* ─── SİDEBAR ─── */
.sidebar { display: flex; flex-direction: column; gap: 16px; }
.sidebar-widget { background: #fff; border: 1px solid #e8e8f0; border-radius: 12px; padding: 1rem; }
.sidebar-widget-baslik { font-size: 13px; font-weight: 600; color: #444; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #f0edfb; }
.reklam-skyscraper { background: #f0edfb; border: 1px dashed #c4bce8; border-radius: 8px; min-height: 600px; display: flex; align-items: center; justify-content: center; }

/* ─── FOOTER ─── */
.site-footer { background: #1a1a2e; color: #aaa; padding: 2rem 1.5rem; margin-top: 3rem; }
.footer-icerik { max-width: 1200px; margin: 0 auto; text-align: center; }
.footer-linkler { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 1rem; }
.footer-linkler a { font-size: 13px; color: #888; transition: color .15s; }
.footer-linkler a:hover { color: #7c6fc4; }
.telif { font-size: 12px; color: #555; }

/* ─── ANA SAYFA HERO ─── */
.hero { background: linear-gradient(135deg, #1a1a2e 0%, #3d3280 100%); color: #fff; padding: 3rem 1.5rem; text-align: center; margin-bottom: 0; }
.hero h1 { font-size: 28px; font-weight: 600; margin-bottom: 8px; }
.hero p { font-size: 15px; color: #c4bce8; margin-bottom: 1.5rem; }
.hero-arama { display: flex; gap: 8px; max-width: 480px; margin: 0 auto; }
.hero-arama input { flex: 1; padding: 12px 16px; border-radius: 10px; border: none; font-size: 14px; font-family: inherit; outline: none; }
.hero-arama button { padding: 12px 20px; background: #7c6fc4; color: #fff; border: none; border-radius: 10px; font-size: 14px; font-family: inherit; cursor: pointer; }

/* ─── PUAN BARI ─── */
.puan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; }
@media(max-width: 480px) { .puan-grid { grid-template-columns: 1fr; } }
.puan-kart { background: #f8f6ff; border-radius: 10px; padding: 12px; text-align: center; }
.puan-etiket { font-size: 11px; color: #888; margin-bottom: 4px; }
.puan-yildiz { font-size: 14px; color: #f0c040; }

/* ─── BREADCRUMB ─── */
.breadcrumb { font-size: 12px; color: #888; margin-bottom: 1rem; }
.breadcrumb a { color: #7c6fc4; }
.breadcrumb span { margin: 0 6px; }