/* Prizmabet marka renkleri - koyu lacivert zemin, yesil vurgu */
:root {
  --pz-bg: #000c24;
  --pz-bg2: #051333;
  --pz-card: #0a1a45;
  --pz-green: #109121;
  --pz-green-l: #14b829;
  --pz-pink: #a71f67;
  --pz-line: rgba(255,255,255,.07);
}

body {
  background: var(--pz-bg) !important;
  color: #c4cede;
}

/* Header */
header#header [data-row*="middle"],
.ct-header,
[data-header*="type-1"] .ct-container {
  background: rgba(0,8,28,.96) !important;
}
header#header {
  border-bottom: 1px solid var(--pz-line);
}
.site-title a, .ct-header .site-title { color: #fff !important; }

/* Menu links */
.ct-header .menu > li > a,
header .ct-menu-link { color: #9aa6bf !important; font-weight: 600; }
.ct-header .menu > li > a:hover { color: #fff !important; }

/* CTA butonlar */
.pz-btn-giris, .pz-btn-kayit {
  display: inline-flex !important;
  align-items: center;
  padding: 9px 20px !important;
  border-radius: 6px;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #fff !important;
  line-height: 1 !important;
}
.pz-btn-giris { background: var(--pz-green); }
.pz-btn-giris:hover { background: var(--pz-green-l); }
.pz-btn-kayit { background: var(--pz-pink); margin-left: 6px; }
.pz-btn-kayit:hover { background: #bf2477; }
.pz-cta-item { margin-left: 8px; }

/* Content cards */
.ct-post-item, article.post, .entry-card {
  background: var(--pz-bg2) !important;
  border: 1px solid var(--pz-line) !important;
  border-radius: 12px;
}
.entry-title a { color: #fff !important; }
.entry-title a:hover { color: var(--pz-green-l) !important; }
.entry-excerpt, .entry-content { color: #9aa6bf; }

/* Single post */
.single .entry-content { color: #a8b4cc; font-size: 15.5px; line-height: 1.8; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4,
.page-title, h1.entry-title { color: #fff !important; }
.entry-content h2 { font-size: 24px; margin-top: 32px; letter-spacing: -.5px; }
.entry-content h3 { font-size: 19px; color: #d4dae8 !important; }
.entry-content a { color: var(--pz-green-l); }
.entry-content a:hover { color: #fff; }

/* Tables */
.entry-content table { width: 100%; border-collapse: collapse; margin: 18px 0; background: var(--pz-bg2); border-radius: 10px; overflow: hidden; }
.entry-content th { background: rgba(16,145,33,.12); color: var(--pz-green-l); padding: 11px 14px; text-align: left; font-size: 13px; text-transform: uppercase; letter-spacing: .4px; }
.entry-content td { padding: 11px 14px; border-bottom: 1px solid var(--pz-line); color: #9aa6bf; font-size: 14px; }
.entry-content tr:last-child td { border-bottom: 0; }

/* Sidebar widgets */
.ct-sidebar .ct-widget, .widget {
  background: var(--pz-bg2);
  border: 1px solid var(--pz-line);
  border-radius: 12px;
  padding: 20px !important;
}
.ct-sidebar .widget-title, .widget-title { color: #fff !important; font-size: 15px !important; }
.ct-sidebar a { color: #9aa6bf; }
.ct-sidebar a:hover { color: var(--pz-green-l); }

/* Footer */
footer.ct-footer, .ct-footer [data-row] {
  background: #00081c !important;
  border-top: 1px solid var(--pz-line);
}
.ct-footer, .ct-footer a { color: #5e6d87 !important; }
.ct-footer a:hover { color: #fff !important; }

/* Buttons in content */
.entry-content .wp-block-button__link, .pz-cta-big {
  background: var(--pz-green) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  padding: 14px 30px !important;
}
.entry-content .wp-block-button__link:hover { background: var(--pz-green-l) !important; }

/* FAQ details */
.entry-content details { background: var(--pz-bg2); border: 1px solid var(--pz-line); border-radius: 10px; margin-bottom: 10px; padding: 0 18px; }
.entry-content summary { cursor: pointer; padding: 15px 0; font-weight: 600; color: #d4dae8; list-style: none; }
.entry-content summary::-webkit-details-marker { display: none; }
.entry-content details .ans, .entry-content details > div { padding: 0 0 15px; color: #8a96af; font-size: 14.5px; }
.entry-content details[open] summary { color: var(--pz-green-l); }

/* Breadcrumbs */
.ct-breadcrumbs { color: #5e6d87; font-size: 13px; }
.ct-breadcrumbs a { color: #5e6d87; }

/* Pagination */
.ct-pagination .page-numbers { background: var(--pz-bg2); border: 1px solid var(--pz-line); color: #9aa6bf; border-radius: 8px; }
.ct-pagination .page-numbers.current { background: var(--pz-green); color: #fff; }

/* Hero alani (ana sayfa) */
.pz-hero { background: linear-gradient(160deg, #051333, #000c24); border: 1px solid var(--pz-line); border-radius: 16px; padding: 44px 36px; margin-bottom: 28px; }
.pz-hero h1 { font-size: clamp(28px, 4.5vw, 42px); color: #fff; font-weight: 900; letter-spacing: -1px; margin: 0 0 12px; }
.pz-hero h1 em { font-style: normal; color: var(--pz-green-l); }
.pz-hero p { color: #8a96af; font-size: 16px; max-width: 560px; margin-bottom: 22px; }
.pz-hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.pz-hero-btns a { display: inline-flex; padding: 13px 28px; border-radius: 8px; font-weight: 700; font-size: 15px; color: #fff !important; text-decoration: none; }
.pz-b-green { background: var(--pz-green); }
.pz-b-green:hover { background: var(--pz-green-l); }
.pz-b-pink { background: var(--pz-pink); }
.pz-b-pink:hover { background: #bf2477; }

/* ── Header logo düzeni: logo varken site adı/sloganı gizle ── */
.site-title,
.site-description,
[data-id="logo"] .site-title,
[data-id="logo"] .site-description,
header .site-title-container .site-title {
  display: none !important;
}

/* Logo boyutu ve hizası */
[data-id="logo"] .site-logo-container img,
.site-logo-container img,
header .custom-logo {
  max-height: 42px !important;
  width: auto !important;
  height: auto !important;
}

[data-id="logo"] {
  display: flex !important;
  align-items: center !important;
}

/* Header dikey boşluk sıkılaştır */
header#header [data-row="middle"] {
  --height: 68px;
}

/* ── Ana sayfada tema başlığını gizle (hero H1 tek kalsın, SEO) ── */
.home .page-title,
.home .entry-header,
.home .hero-section,
.page-id-8 .page-title,
.page-id-8 .entry-header {
  display: none !important;
}

/* ── Footer: WordPress/tema kredisi gizle ── */
.ct-footer [data-column="copyright"] .ct-footer-copyright a[href*="wordpress"],
.ct-footer [data-column="copyright"] .ct-footer-copyright a[href*="creativethemes"],
.ct-footer [data-column="copyright"] .ct-footer-copyright a[href*="blocksy"] {
  display: none !important;
}
