/* ══════════════════════════════════════════════
   TÜMFED — Alt Sayfalar Ortak Stil Dosyası
   (style.css üzerine eklenir; mevcut sınıflar
   burada tekrar tanımlanmaz, yalnızca eksik
   olan yeni bileşenler burada yer alır)
══════════════════════════════════════════════ */

/* ── İç Sayfa Başlık Alanı (Inner Hero) ── */
.inner-hero {
  position: relative;
  padding: 70px 0 60px;
  background: linear-gradient(135deg, var(--bordo-koyu) 0%, #000000 100%);
  overflow: hidden;
}
@media (max-width:768px) { .inner-hero { padding: 50px 0 40px; } }
.inner-hero::before {
  content: '♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬';
  position: absolute; inset: 0; font-size: 3rem; line-height: 3.8rem; letter-spacing: 1.6rem;
  color: rgba(255,255,255,.05); word-break: break-all; overflow: hidden; pointer-events: none; z-index: 1;
}
.inner-hero .container { position: relative; z-index: 2; }
.ph-kicker {
  font-size: .7rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--altin); font-weight: 700; margin-bottom: 10px;
}
.ph-title {
  font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700;
  color: var(--beyaz); line-height: 1.2; margin-bottom: 14px;
  text-shadow: 0 3px 16px rgba(26,26,24,.55);
}
@media (max-width:768px) { .ph-title { font-size: 1.7rem; } }
.ph-desc { color: rgba(247,241,227,.88); font-size: 1rem; line-height: 1.7; max-width: 640px; margin-bottom: 0; }

.page-breadcrumb { margin-top: 22px; }
.page-breadcrumb .breadcrumb { background: transparent; padding: 0; margin: 0; font-size: .82rem; }
.page-breadcrumb .breadcrumb-item a { color: rgba(247,241,227,.75); text-decoration: none; transition: color .2s; }
.page-breadcrumb .breadcrumb-item a:hover { color: var(--altin-acik); }
.page-breadcrumb .breadcrumb-item.active { color: var(--altin); font-weight: 600; }
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--altin);
}

/* ── Arşiv Kartları (Galeri / Video / Etkinlik / Öne Çıkan Yazı ortak gövde) ── */
.archive-card-body { padding: 20px 22px 22px; }
.archive-card-body h3, .archive-card-body h5 { color: var(--bordo); margin-bottom: 8px; }
.archive-card-body p { color: var(--gri); font-size: .88rem; line-height: 1.6; }
.archive-card-meta { display: flex; align-items: center; gap: 14px; font-size: .78rem; color: var(--gri); margin-bottom: 10px; }
.archive-card-meta i { color: var(--altin); margin-right: 4px; }

.gallery-card, .video-card { height: 100%; display: flex; flex-direction: column; }
.gallery-card .archive-card-body, .video-card .archive-card-body { flex: 1; display: flex; flex-direction: column; }
.gallery-card .archive-card-body a.btn-ao, .video-card .archive-card-body a.btn-ao { margin-top: auto; align-self: flex-start; }

/* ── Etkinlik Kartları ── */
.event-card { height: 100%; display: flex; flex-direction: column; }
.event-poster { position: relative; }
.event-poster img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.event-date-badge {
  position: absolute; top: 14px; left: 14px; background: var(--bordo-koyu);
  border-radius: 10px; min-width: 62px; height: 68px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,.25);
}
.tag-upcoming, .tag-past {
  font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  border-radius: 6px; padding: 4px 10px; display: inline-block;
}
.tag-upcoming { background: var(--altin); color: var(--ink); }
.tag-past { background: var(--krem); color: var(--gri); }

/* ── Kategori / Süre Rozetleri (video, blog kapak görselleri üstü) ── */
.cat-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--altin); color: var(--ink); font-size: .67rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; border-radius: 6px; padding: 4px 10px;
}
.dur-badge {
  position: absolute; bottom: 14px; right: 14px; z-index: 2;
  background: rgba(26,26,24,.72); color: var(--beyaz); font-size: .73rem; font-weight: 600;
  border-radius: 6px; padding: 3px 9px;
}

/* ── Uzun İçerik Tipografisi ── */
.content-card h2 { color: var(--bordo); font-size: 1.6rem; margin: 34px 0 16px; }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { color: var(--bordo); font-size: 1.28rem; margin: 26px 0 14px; }
.content-card h4 { color: var(--bordo-koyu); font-size: 1.08rem; margin: 22px 0 12px; }
.content-card p { color: var(--ink); font-size: .98rem; line-height: 1.85; margin-bottom: 16px; }
.content-card ul, .content-card ol { color: var(--ink); font-size: .95rem; line-height: 1.85; margin-bottom: 16px; padding-left: 22px; }
.content-card li { margin-bottom: 6px; }
.content-img { width: 100%; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.08); }

.info-callout {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--krem); border-left: 4px solid var(--altin);
  border-radius: 0 14px 14px 0; padding: 20px 24px; margin: 26px 0;
}
.info-callout i { color: var(--altin); font-size: 1.3rem; margin-top: 3px; flex-shrink: 0; }
.info-callout p { margin-bottom: 0; color: var(--ink); font-size: .92rem; }

.content-table { width: 100%; border-collapse: collapse; margin: 10px 0 26px; font-size: .9rem; }
.content-table th {
  background: var(--bordo); color: var(--ink); text-align: left;
  padding: 12px 16px; font-weight: 600; font-size: .82rem; letter-spacing: .03em;
}
.content-table td { padding: 12px 16px; border-bottom: 1px solid rgba(211,177,107,.08); color: var(--ink); }
.content-table tr:nth-child(even) td { background: var(--krem); }

/* ── Bilgi Şeridi (istatistik kutuları, krem zemin) ── */
.info-strip { background: var(--krem); border-radius: 14px; padding: 30px 10px; margin: 30px 0; }
.info-strip-item { text-align: center; }
.info-strip-item .strip-num {
  font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--bordo); line-height: 1;
}
.info-strip-item .strip-lbl { color: var(--gri); font-size: .82rem; margin-top: 8px; }

/* ── Form Stilleri (arama, filtre, iletişim formu) ── */
.styled-form .form-label { color: var(--ink); font-weight: 600; font-size: .87rem; margin-bottom: 6px; }
.styled-form .form-control, .styled-form .form-select {
  border: 1.5px solid rgba(211,177,107,.16); border-radius: 10px; padding: 11px 15px; font-size: .92rem; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.styled-form .form-control:focus, .styled-form .form-select:focus {
  border-color: var(--bordo); box-shadow: 0 0 0 .2rem rgba(211,177,107,.12); outline: none;
}
.styled-form textarea.form-control { min-height: 140px; resize: vertical; }
.styled-form .form-check-input:checked { background-color: var(--bordo); border-color: var(--bordo); }
.styled-form .form-check-input:focus { border-color: var(--bordo); box-shadow: 0 0 0 .2rem rgba(211,177,107,.12); }
.styled-form .form-check-label { font-size: .86rem; color: var(--gri); }

/* ── Detay Sayfası Bilgi Kartı ── */
.detail-sidebar-card {
  background: var(--beyaz); border-radius: 14px; padding: 26px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.07);
}
.detail-sidebar-card h5 { color: var(--bordo); font-size: 1.05rem; margin-bottom: 18px; }
.detail-info-row {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 11px 0; border-bottom: 1px solid rgba(211,177,107,.07);
}
.detail-info-row:last-child { border-bottom: none; }
.detail-info-row i { color: var(--altin); width: 20px; text-align: center; margin-top: 3px; flex-shrink: 0; }
.detail-info-row .dir-label { display: block; font-size: .72rem; color: var(--gri); text-transform: uppercase; letter-spacing: .04em; }
.detail-info-row .dir-value { display: block; font-size: .9rem; color: var(--ink); font-weight: 500; word-break: break-word; }
.detail-info-row a.dir-value { color: var(--bordo); text-decoration: none; }
.detail-info-row a.dir-value:hover { color: var(--altin); }

/* ── Harita Placeholder ── */
.map-embed {
  position: relative; border-radius: 14px; overflow: hidden; margin-top: 20px;
  aspect-ratio: 16/10; background: var(--krem);
  background-image: url('https://placehold.co/800x500/F7F1E3/F7F1E3');
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
}
.map-embed::after { content: ''; position: absolute; inset: 0; background: rgba(26,26,24,.12); pointer-events: none; }
.map-embed.has-map { background: var(--beyaz); display: block; }
.map-embed.has-map::after { display: none; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.map-embed i { position: relative; z-index: 2; font-size: 2.4rem; color: var(--bordo); text-shadow: 0 4px 12px rgba(0,0,0,.2); }

/* ── PDF Görüntüleyici Mock ── */
.pdf-viewer { background: #2b2320; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.pdf-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: #1c1614; color: rgba(247,241,227,.8); padding: 12px 18px; font-size: .8rem;
}
.pdf-toolbar .pdf-filename { display: flex; align-items: center; gap: 8px; color: var(--krem); font-weight: 500; }
.pdf-toolbar .pdf-icons { display: flex; gap: 16px; color: rgba(247,241,227,.55); }
.pdf-page-area { padding: 30px 20px; display: flex; justify-content: center; }
.pdf-page { max-width: 420px; width: 100%; box-shadow: 0 10px 40px rgba(0,0,0,.4); border-radius: 3px; overflow: hidden; }
.pdf-page img { width: 100%; display: block; }

/* ── Video Oynatıcı Mock ── */
.video-player-mock {
  position: relative; border-radius: 14px; overflow: hidden;
  aspect-ratio: 16/9; background-size: cover; background-position: center;
}
.video-player-mock::after { content: ''; position: absolute; inset: 0; background: rgba(26,26,24,.45); }
.video-play.lg {
  width: 84px; height: 84px; font-size: 1.7rem;
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
}
.video-row-sm { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.video-row-sm:last-child { margin-bottom: 0; }
.video-row-sm img { width: 96px; height: 64px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.video-row-sm .vrs-title { font-size: .86rem; font-weight: 600; color: var(--ink); line-height: 1.35; margin-bottom: 4px; }
.video-row-sm .vrs-meta { font-size: .73rem; color: var(--gri); }
.video-row-sm .vrs-meta i { color: var(--altin); margin-right: 3px; }

/* ── Blog / Haber ── */
.featured-post { border-radius: 16px; overflow: hidden; box-shadow: 0 14px 40px rgba(0,0,0,.09); margin-bottom: 34px; }
.featured-post img { width: 100%; height: 320px; object-fit: cover; display: block; }
@media (max-width:768px) { .featured-post img { height: 220px; } }
.featured-post .archive-card-body { padding: 28px 30px; }
.featured-post .archive-card-body h2 { color: var(--bordo); font-size: 1.55rem; margin: 10px 0 12px; }

.post-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: .8rem; color: var(--gri); margin-bottom: 18px; }
.post-meta i { color: var(--altin); margin-right: 5px; }

.post-nav { display: flex; justify-content: space-between; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(211,177,107,.09); border-bottom: 1px solid rgba(211,177,107,.09); margin: 30px 0; }
.post-nav a { color: var(--bordo); text-decoration: none; font-size: .88rem; font-weight: 600; max-width: 46%; }
.post-nav a:hover { color: var(--altin); }
.post-nav .pn-next { text-align: right; }
.post-nav small { display: block; color: var(--gri); font-weight: 400; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }

/* ── Sidebar Widget Sistemi ── */
.side-widget { background: var(--beyaz); border-radius: 14px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.06); margin-bottom: 26px; }
.side-widget-title { font-family: 'Playfair Display', serif; color: var(--bordo); font-size: 1.05rem; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--krem); }
.side-search { position: relative; }
.side-search input { border: 1.5px solid rgba(211,177,107,.16); border-radius: 50px; padding: 10px 44px 10px 18px; width: 100%; font-size: .88rem; }
.side-search input:focus { border-color: var(--bordo); outline: none; }
.side-search button { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 50%; border: none; background: var(--bordo); color: var(--ink); display: flex; align-items: center; justify-content: center; font-size: .78rem; }
.side-post { display: flex; gap: 12px; margin-bottom: 16px; }
.side-post:last-child { margin-bottom: 0; }
.side-post-thumb { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.side-post .sp-title { font-size: .85rem; font-weight: 600; color: var(--ink); line-height: 1.35; margin-bottom: 3px; }
.side-post .sp-title a { color: inherit; text-decoration: none; }
.side-post .sp-title a:hover { color: var(--bordo); }
.side-post .sp-date { font-size: .72rem; color: var(--gri); }
.side-cat-list { list-style: none; padding: 0; margin: 0; }
.side-cat-list li { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(211,177,107,.07); }
.side-cat-list li:last-child { border-bottom: none; }
.side-cat-list a { color: var(--ink); text-decoration: none; font-size: .88rem; }
.side-cat-list a:hover { color: var(--bordo); }
.side-cat-list .cat-count { background: var(--krem); color: var(--bordo); font-size: .72rem; font-weight: 700; border-radius: 20px; padding: 2px 9px; }
.side-announce { padding: 12px 0; border-bottom: 1px solid rgba(211,177,107,.07); }
.side-announce:last-child { border-bottom: none; }
.side-announce .sa-title { font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.side-announce .sa-date { font-size: .72rem; color: var(--altin); text-transform: uppercase; letter-spacing: .04em; }
.side-soc { display: flex; gap: 8px; }
.side-soc a { width: 36px; height: 36px; border-radius: 50%; background: var(--krem); color: var(--bordo); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all .2s; }
.side-soc a:hover { background: var(--bordo); color: var(--ink); }

/* ── Sayfalama (Pagination) ── */
.pagination .page-link { color: var(--bordo); border: none; margin: 0 3px; border-radius: 8px !important; font-size: .88rem; padding: 9px 15px; }
.pagination .page-link:hover { background: var(--krem); color: var(--bordo); }
.pagination .page-item.active .page-link { background: var(--bordo); color: var(--ink); }
.pagination .page-item.disabled .page-link { color: var(--gri); opacity: .5; }

/* ── Detay Kartı Başlık Çubuğu (renkli varyant) ── */
.dsc-head {
  display: flex; align-items: center; gap: 10px;
  margin: -26px -24px 20px; padding: 16px 24px;
  font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700;
  border-radius: 14px 14px 0 0;
}
.dsc-head.bordo { background: var(--bordo); color: var(--ink); }
.dsc-head.krem { background: var(--krem); color: var(--bordo); }

/* ── Proje Durum Etiketi ── */
.tag-completed {
  background: #E4F3EA; color: #2F7D53; font-size: .67rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; border-radius: 6px;
  padding: 4px 10px; display: inline-block;
}

/* ── Facebook Paylaş Butonu ── */
.btn-fb { background: #1877F2; color: var(--beyaz); border: 2px solid #1877F2; }
.btn-fb:hover { background: #145dbf; border-color: #145dbf; color: var(--beyaz); }

/* ── Ok İkonlu Bağlantı Listesi (Diğer Projeler, Hızlı Bağlantılar vb.) ── */
.related-list { list-style: none; padding: 0; margin: 0; }
.related-list li { border-bottom: 1px solid rgba(211,177,107,.07); }
.related-list li:last-child { border-bottom: none; }
.related-list a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; color: var(--ink); text-decoration: none; font-size: .88rem; transition: color .2s; }
.related-list a:hover { color: var(--bordo); }
.related-list a i { color: var(--altin); }

/* ── Mobil Taşma Önlemleri ── */
@media (max-width:575px) {
  .ph-title { font-size: 1.45rem; }
  .featured-post .archive-card-body { padding: 20px; }
  .info-strip-item { margin-bottom: 18px; }
  .info-strip-item:last-child { margin-bottom: 0; }
}
