/* Trendbet Dokümantasyon Rehberi — koyu tema, kırmızı marka, SEO dostu */
:root {
  --bg: #0a0a0c;
  --surface: #121218;
  --surface2: #1a1a22;
  --border: #2a2a34;
  --text: #f1f1f4;
  --muted: #9ca3af;
  --brand: #e50914;
  --brand-hover: #ff1a26;
  --brand-dim: #9f0710;
  --accent: var(--brand);
  --accent-dim: var(--brand-dim);
  --warn: #fbbf24;
  --radius: 12px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --max: 1200px;
  --font: system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  background-image: radial-gradient(ellipse 120% 70% at 50% -15%, rgba(229, 9, 20, 0.12) 0%, transparent 55%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--brand-hover);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 0.75rem 1rem;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  z-index: 1000;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 12, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.logo {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.logo .brand {
  color: var(--brand);
  font-weight: 800;
}

.logo .logo-sub {
  color: var(--muted);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  align-items: center;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  color: var(--text);
}

.nav a[aria-current="page"] {
  color: var(--text);
  border-bottom-color: var(--brand);
}

.nav .cta {
  background: var(--brand);
  color: #fff !important;
  padding: 0.45rem 0.95rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none !important;
}

.nav .cta:hover {
  background: var(--brand-hover);
  color: #fff !important;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-search {
  position: relative;
}

.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text);
  cursor: pointer;
}

.search-toggle:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.search-panel {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  padding: 0.5rem;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-width: min(90vw, 280px);
  z-index: 60;
}

.search-panel.is-open {
  display: block;
}

.search-panel input {
  width: 100%;
  padding: 0.5rem 0.65rem;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-size: 0.9rem;
}

.search-panel input:focus {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: flex-end;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
    padding: 0.75rem 0 1rem;
    order: 3;
  }

  .nav.is-open {
    display: block;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .search-panel {
    right: auto;
    left: 0;
  }
}

.hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
}

.lead {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 0 1.5rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 0.95rem;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-hover);
  color: #fff;
}

.btn-ghost {
  border-color: var(--border);
  color: var(--text);
  background: var(--surface);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0 3rem;
  align-items: stretch;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
  box-shadow: var(--shadow);
}

.card h2,
.card h3 {
  margin-top: 0;
  font-size: 1.15rem;
}

.card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: 0.98rem;
}

.section-title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-list li {
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
}

.post-list a {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
}

.post-list a:hover {
  color: var(--brand);
}

.post-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.35rem;
}

.blog-hub-tree {
  margin: 1.5rem 0 2rem;
  padding: 1.25rem 1.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.blog-hub-tree__title {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
}

.blog-hub-tree__list {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.65;
}

.blog-hub-tree__list a {
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

.blog-hub-tree__list a:hover {
  color: var(--brand);
}

.blog-category {
  margin: 2.25rem 0 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.blog-hub-tree + .blog-category {
  margin-top: 0.5rem;
  padding-top: 0;
  border-top: none;
}

main {
  padding-bottom: 3rem;
}

.prose {
  max-width: 68ch;
}

.prose h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  line-height: 1.2;
  margin-top: 0;
}

.prose h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

.prose p {
  color: var(--muted);
}

.prose ul {
  color: var(--muted);
}

.breadcrumb {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0;
  margin-top: 2rem;
  background: var(--surface);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  font-size: 0.92rem;
}

.footer-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--text);
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 0.35rem;
}

.footer-grid a {
  color: var(--muted);
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--brand);
}

.legal {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 1.5rem;
  max-width: 75ch;
}

.tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: var(--surface2);
  color: var(--muted);
  margin-right: 0.35rem;
}

/* SEO: içindekiler ve yayın tarihleri */
.toc {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin: 1.25rem 0 1.75rem;
  font-size: 0.95rem;
}

.toc strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--text);
  font-size: 0.95rem;
}

.toc ol {
  margin: 0;
  padding-left: 1.35rem;
  color: var(--muted);
}

.toc li {
  margin-bottom: 0.35rem;
}

.toc a {
  color: var(--accent);
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.post-dates {
  font-size: 0.88rem;
  color: var(--muted);
  margin: -0.25rem 0 1rem;
}

.post-dates time {
  white-space: nowrap;
}

.internal-hub {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.internal-hub h2 {
  font-size: 1.05rem;
  margin-top: 0;
}

.internal-hub ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.related {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.related h2 {
  font-size: 1.1rem;
}

.related ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.contact-box {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .contact-box {
    grid-template-columns: 1fr 1fr;
  }
}

/* ——— Anasayfa magazine / wireframe düzeni ——— */
.page-home main {
  padding-bottom: 0;
}

.mag-hero {
  position: relative;
  min-height: min(72vh, 520px);
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}

/* Kahraman görseli (≈1024×474) — kırpma ile dengeli yükseklik */
.page-home .mag-hero {
  min-height: clamp(260px, 42vw, 440px);
}

.page-home .mag-hero__media img {
  object-position: center center;
}

.mag-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mag-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mag-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 10, 12, 0.95) 0%,
    rgba(10, 10, 12, 0.5) 45%,
    rgba(10, 10, 12, 0.25) 100%
  );
}

.mag-hero .wrap {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.mag-hero h1 {
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  line-height: 1.12;
  margin: 0 0 0.75rem;
  max-width: 18ch;
  letter-spacing: -0.03em;
}

.mag-hero .lead {
  color: rgba(241, 241, 244, 0.88);
  max-width: 52ch;
  margin-bottom: 1.25rem;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem 1.35rem;
  background: var(--brand);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  font-size: 0.95rem;
  transition: background 0.15s ease;
}

.btn-hero:hover {
  background: var(--brand-hover);
  color: #fff !important;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem;
}

.section-heading::before,
.section-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  white-space: nowrap;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.card-mag {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 0;
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.card-mag:hover {
  border-color: rgba(229, 9, 20, 0.45);
  transform: translateY(-2px);
}

.card-mag:focus-within {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.card-mag a {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  color: inherit;
  text-decoration: none;
}

.card-mag__img {
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface2);
}

.card-mag__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-mag__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1rem 1.1rem 1.15rem;
}

.card-mag__body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--text);
}

.card-mag__body p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

.card-mag__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(400px, 100%);
  column-gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
  width: 100%;
  margin: 0 0 3rem;
}

.split-main {
  grid-column: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.split-aside {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: 400px;
  justify-self: end;
  height: 100%;
}

.split-aside .sidebar-panel {
  margin-bottom: 0;
}

.split-aside .sidebar-panel--all-posts {
  flex: 1 1 auto;
}

@media (max-width: 900px) {
  .split-layout {
    grid-template-columns: 1fr;
  }

  .split-main {
    grid-column: 1;
  }

  .split-aside {
    grid-column: 1;
    max-width: 100%;
    justify-self: stretch;
  }
}

.thumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumb-list li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}

.thumb-list li:first-child {
  padding-top: 0;
}

.thumb-list__img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface2);
}

.thumb-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-list a {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  font-size: 1rem;
}

.thumb-list a:hover {
  color: var(--brand);
}

.thumb-list time {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

.sidebar-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.25rem;
}

.sidebar-panel h3 {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
}

.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-links li {
  border-bottom: 1px solid var(--border);
}

.sidebar-links li:last-child {
  border-bottom: none;
}

.sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.sidebar-links a:hover {
  color: var(--brand);
}

.sidebar-links a span.arrow {
  color: var(--brand);
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.sidebar-panel--all-posts .sidebar-links a {
  font-size: 0.86rem;
  line-height: 1.35;
  align-items: flex-start;
}

/* Anasayfa S.S.S. (sık sorulan sorular) */
.home-faq__intro {
  max-width: 72ch;
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.home-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: 2rem;
  align-items: start;
  flex: 1 1 auto;
}

/* İki konu bloku alt alta: 15+15 madde toplamda daha uzun, sağ sütunla boşluk azalır */
.home-faq.home-faq--two {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.home-faq__topic {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  font-weight: 700;
}

.home-faq__item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  margin-bottom: 0.55rem;
}

.home-faq__item summary {
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.35;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary::after {
  content: "+";
  margin-left: auto;
  color: var(--brand);
  font-weight: 700;
  flex-shrink: 0;
}

.home-faq__item[open] summary::after {
  content: "–";
}

.home-faq__answer {
  padding: 0 0.85rem 0.85rem;
  border-top: 1px solid var(--border);
}

.home-faq__answer p {
  margin: 0.65rem 0 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted);
}

.home-faq__answer a {
  color: var(--brand);
  font-weight: 600;
}

@media (max-width: 900px) {
  .home-faq:not(.home-faq--two) {
    grid-template-columns: 1fr;
  }
}

/* Blog yazısı sonu S.S.S. */
.post-faq {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
}

.post-faq h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.post-faq__intro {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
  max-width: 68ch;
  line-height: 1.5;
}

.post-faq__list {
  max-width: 100%;
}

.newsletter-bar {
  background: var(--surface2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(1.5rem, 4vw, 2.25rem) 0;
  margin-top: 1rem;
}

.newsletter-bar .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.newsletter-bar p {
  margin: 0;
  font-weight: 600;
  color: var(--text);
  max-width: 36ch;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
  justify-content: flex-end;
  min-width: min(100%, 420px);
}

.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 0.65rem 0.85rem;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-size: 0.95rem;
}

.newsletter-form input:focus {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

.newsletter-form button {
  padding: 0.65rem 1.35rem;
  border-radius: 6px;
  border: none;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.95rem;
}

.newsletter-form button:hover {
  background: var(--brand-hover);
}

.newsletter-note {
  flex-basis: 100%;
  width: 100%;
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
  text-align: right;
}

.newsletter-feedback {
  flex-basis: 100%;
  margin: 0;
  font-size: 0.88rem;
  color: var(--brand);
  font-weight: 600;
  min-height: 1.25em;
}

.site-footer.footer-mag {
  background: #050506;
  border-top: 1px solid var(--border);
  margin-top: 0;
}

.footer-mag .footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.75rem 0 1.25rem;
}

.footer-inline-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.footer-inline-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-inline-nav a:hover {
  color: var(--brand);
}

.social-row {
  display: flex;
  gap: 0.65rem;
}

.social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
}

.social-row a:hover {
  color: var(--brand);
  border-color: rgba(229, 9, 20, 0.5);
}

.social-row svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.footer-brand-bar {
  padding: 1.25rem 0 0;
  border-bottom: 1px solid var(--border);
}

.footer-mag .footer-brand-bar {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.footer-brand {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.footer-brand-link {
  color: var(--text);
  text-decoration: none;
}

.footer-brand-link:hover {
  color: var(--brand);
}

.footer-tagline {
  color: var(--muted);
  font-weight: 400;
}

.footer-social-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-social-cta:hover {
  color: var(--brand);
  border-color: rgba(229, 9, 20, 0.5);
}

.footer-mag .legal {
  color: rgba(255, 255, 255, 0.55);
}

.footer-mag .legal a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-mag .legal a:hover {
  color: var(--brand);
}

.legal p {
  margin: 0 0 0.5rem;
}

.legal p:last-child {
  margin-bottom: 0;
}

.footer-copy {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  opacity: 0.9;
}

/* Anasayfa: güncellik notu (okunabilir + taze içerik sinyali) */
.home-seo-update {
  margin: clamp(1.5rem, 4vw, 2.25rem) 0;
  padding: 1.15rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-left: 4px solid var(--brand);
}
.home-seo-update__title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}
.home-seo-update__meta {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.home-seo-update__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}
.home-seo-update__text a {
  font-weight: 600;
}

/* ——— Bilgi Merkezi ana sayfa (kırmızı marka, mevcut görseller) ——— */
.page-home--bilgi .bilgi-section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.bilgi-hero {
  position: relative;
  overflow: hidden;
  min-height: min(72vh, 520px);
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--border);
}

.bilgi-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 10, 12, 0.92) 0%, rgba(10, 10, 12, 0.55) 45%, rgba(10, 10, 12, 0.75) 100%),
    url("../img/casino/hero-main.png") center 35% / cover no-repeat;
  z-index: 0;
}

.bilgi-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr min(340px, 100%);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
  padding-block: clamp(2rem, 6vw, 3.5rem);
}

.bilgi-hero__main h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4.5vw, 2.65rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.bilgi-hero__lead {
  margin: 0 0 1.25rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.6;
}

.bilgi-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  background: var(--brand);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(229, 9, 20, 0.35);
  margin-bottom: 1.5rem;
}

.bilgi-hero__cta:hover {
  background: var(--brand-hover);
  color: #fff !important;
}

.bilgi-hero__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
}

.bilgi-hero__stats li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.bilgi-hero__stat-num {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--brand);
}

.bilgi-hero__stat-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  text-transform: lowercase;
}

.bilgi-hero__card {
  background: rgba(18, 18, 24, 0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow);
}

.bilgi-hero__card-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.bilgi-hero__input {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.bilgi-hero__input:focus {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

.bilgi-hero__search-submit {
  width: 100%;
  padding: 0.55rem;
  border: none;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 1rem;
}

.bilgi-hero__search-submit:hover {
  background: var(--brand-hover);
}

.bilgi-hero__tags-label {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.bilgi-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.bilgi-hero__tags a {
  display: inline-block;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration: none;
}

.bilgi-hero__tags a:hover {
  border-color: rgba(229, 9, 20, 0.45);
  color: var(--text);
}

.bilgi-quick {
  padding-block: clamp(1.75rem, 4vw, 2.5rem);
}

.bilgi-quick__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.85rem;
}

.bilgi-quick__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 1.1rem 0.75rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bilgi-quick__item:hover {
  border-color: rgba(229, 9, 20, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  color: var(--text);
}

.bilgi-quick__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(229, 9, 20, 0.2), rgba(229, 9, 20, 0.06));
  border: 1px solid rgba(229, 9, 20, 0.35);
  position: relative;
}

.bilgi-quick__icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 6px;
  background: var(--brand);
  opacity: 0.9;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.bilgi-quick__icon--gift::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 6h-2.18c.11-.31.18-.65.18-1a2 2 0 0 0-2-2c-.77 0-1.45.45-1.77 1.09L12 7.5 9.77 4.09A2.02 2.02 0 0 0 8 3a2 2 0 0 0-2 2c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1h-2V4h2zM8 5c0-.55.45-1 1-1h2v2H9c-.55 0-1-.45-1-1zm11 14H5V8h14v11z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 6h-2.18c.11-.31.18-.65.18-1a2 2 0 0 0-2-2c-.77 0-1.45.45-1.77 1.09L12 7.5 9.77 4.09A2.02 2.02 0 0 0 8 3a2 2 0 0 0-2 2c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1h-2V4h2zM8 5c0-.55.45-1 1-1h2v2H9c-.55 0-1-.45-1-1zm11 14H5V8h14v11z'/%3E%3C/svg%3E");
}

.bilgi-quick__icon--user::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
}

.bilgi-quick__icon--pay::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E");
}

.bilgi-quick__icon--ball::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E");
}

.bilgi-quick__icon--phone::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z'/%3E%3C/svg%3E");
}

.bilgi-quick__icon--faq::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/svg%3E");
}

.bilgi-main-row {
  display: grid;
  grid-template-columns: 1fr min(300px, 100%);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
  padding-block: clamp(1.5rem, 4vw, 2.25rem);
  border-top: 1px solid var(--border);
}

.bilgi-thumb-list .thumb-list__img {
  max-width: 120px;
}

.bilgi-more-link {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
}

.bilgi-popular {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
  position: sticky;
  top: 5.5rem;
}

.bilgi-popular__title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}

.bilgi-popular__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bilgi-popular__list li {
  border-bottom: 1px solid var(--border);
}

.bilgi-popular__list li:last-child {
  border-bottom: 0;
}

.bilgi-popular__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.bilgi-popular__list a:hover {
  color: var(--brand);
}

.bilgi-newsletter-card {
  margin-top: 1.75rem;
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.18), rgba(229, 9, 20, 0.06));
  border: 1px solid rgba(229, 9, 20, 0.35);
}

.bilgi-newsletter-card__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}

.bilgi-newsletter-card__text {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.bilgi-newsletter-card__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.bilgi-newsletter-card__form input[type="email"] {
  flex: 1 1 160px;
  min-width: 0;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-size: 0.9rem;
}

.bilgi-newsletter-card__form button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.bilgi-newsletter-card__form button:hover {
  background: var(--brand-hover);
}

.bilgi-newsletter-card__feedback {
  flex: 1 1 100%;
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--text);
}

.bilgi-gallery {
  margin: clamp(1.5rem, 4vw, 2rem) 0;
}

.bilgi-gallery__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.65rem;
}

.bilgi-gallery__grid li {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4 / 3;
  background: var(--surface2);
}

.bilgi-gallery__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bilgi-support-strip {
  background: linear-gradient(90deg, rgba(229, 9, 20, 0.14), rgba(229, 9, 20, 0.06));
  border-block: 1px solid rgba(229, 9, 20, 0.25);
}

.bilgi-support-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.15rem;
}

.bilgi-support-strip__text {
  margin: 0;
  font-weight: 600;
  color: var(--text);
  max-width: 42rem;
}

.bilgi-support-strip__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  background: var(--brand);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.bilgi-support-strip__cta:hover {
  background: var(--brand-hover);
  color: #fff !important;
}

@media (max-width: 900px) {
  .bilgi-hero__grid {
    grid-template-columns: 1fr;
  }

  .bilgi-main-row {
    grid-template-columns: 1fr;
  }

  .bilgi-popular {
    position: static;
  }
}

/* ——— İç sayfalar: rehber listesi, makale, SSS (kırmızı marka) ——— */
.doc-hub-hero {
  position: relative;
  overflow: hidden;
  min-height: min(42vh, 320px);
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--border);
}

.doc-hub-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.25) 0%, rgba(10, 10, 12, 0.92) 100%),
    url("../img/casino/hero-main.png") center 40% / cover no-repeat;
  z-index: 0;
}

.doc-hub-hero .wrap {
  position: relative;
  z-index: 1;
  padding-block: clamp(2rem, 5vw, 3rem);
}

.doc-hub-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.doc-hub-hero__search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: min(100%, 480px);
}

.doc-hub-hero__search input {
  flex: 1 1 200px;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(18, 18, 24, 0.95);
  color: var(--text);
  font-size: 0.95rem;
}

.doc-hub-hero__search button {
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.doc-hub-hero__search button:hover {
  background: var(--brand-hover);
}

.doc-hub-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.25rem;
}

.doc-hub-filters a {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.doc-hub-filters a:hover {
  border-color: var(--brand);
  color: #fff;
}

.doc-hub-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-block: 1rem 0.5rem;
}

.doc-hub-toolbar .breadcrumb {
  margin: 0;
}

.doc-hub-count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.doc-hub-count strong {
  color: var(--brand);
}

.doc-hub-layout {
  display: grid;
  grid-template-columns: min(260px, 100%) 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
  padding-bottom: 2rem;
}

.doc-hub-sidebar {
  position: sticky;
  top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.doc-hub-side-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}

.doc-hub-side-block h2 {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-weight: 700;
}

.doc-hub-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.doc-hub-cats a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0;
  color: var(--text);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.doc-hub-cats a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--brand);
  opacity: 0.85;
  flex-shrink: 0;
}

.doc-hub-cats a:hover {
  color: var(--brand);
}

.doc-hub-cta {
  background: linear-gradient(145deg, rgba(229, 9, 20, 0.15), rgba(229, 9, 20, 0.05));
  border-color: rgba(229, 9, 20, 0.35);
}

.doc-hub-cta p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.doc-hub-cta .btn-doc {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 0.55rem;
  border-radius: 8px;
  background: var(--brand);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.doc-hub-cta .btn-doc:hover {
  background: var(--brand-hover);
}

.doc-hub-feed .doc-hub-lead {
  margin: 0 0 1.25rem;
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.page-blog-list .blog-hub-tree {
  margin-bottom: 1.5rem;
}

.page-blog-list .post-list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.page-blog-list .post-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  margin-bottom: 0.65rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.15s ease;
}

.page-blog-list .post-list li:hover {
  border-color: rgba(229, 9, 20, 0.35);
}

.page-blog-list .post-list li::before {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: var(--surface2) url("../img/pexels-curated/casino-floor-slots-wide.png") center / cover no-repeat;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
}

.page-blog-list .post-list li:nth-child(6n + 2)::before {
  background-image: url("../img/pexels-curated/roulette-live-table-dealer.png");
}
.page-blog-list .post-list li:nth-child(6n + 3)::before {
  background-image: url("../img/pexels-curated/poker-table-money-chips.png");
}
.page-blog-list .post-list li:nth-child(6n + 4)::before {
  background-image: url("../img/pexels-curated/slot-terminal-start.png");
}
.page-blog-list .post-list li:nth-child(6n + 5)::before {
  background-image: url("../img/pexels-curated/roulette-woman-chips.png");
}
.page-blog-list .post-list li:nth-child(6n)::before {
  background-image: url("../img/pexels-curated/casino-slots-social-row.png");
}

.page-blog-list .post-list a {
  grid-column: 2;
  grid-row: 1;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--text);
  text-decoration: none;
}

.page-blog-list .post-list a:hover {
  color: var(--brand);
}

.page-blog-list .post-list .post-meta {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0.25rem;
}

.doc-hub-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 1.5rem 0 2rem;
}

.doc-hub-pagination a,
.doc-hub-pagination span {
  min-width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--muted);
  border: 1px solid transparent;
}

.doc-hub-pagination a:hover {
  border-color: var(--border);
  color: var(--text);
}

.doc-hub-pagination .is-current {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.doc-hub-most-read {
  padding-block: clamp(1.5rem, 4vw, 2.25rem);
  border-top: 1px solid var(--border);
}

.doc-hub-most-read h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.doc-hub-most-read .grid-4 {
  margin: 0;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(300px, 34%);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  padding-bottom: 2.5rem;
}

.article-main {
  min-width: 0;
}

.article-main .breadcrumb {
  margin-bottom: 0.75rem;
}

.article-hero-img {
  margin: 1rem 0 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}

.article-hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

.article-callout {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  background: rgba(229, 9, 20, 0.08);
  border: 1px solid rgba(229, 9, 20, 0.28);
}

.article-callout h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}

.article-callout ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.article-sidebar {
  position: sticky;
  top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.article-sidebar .toc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}

.article-sidebar .toc strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.article-sidebar .toc ol {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
}

.article-related-mini h3 {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.article-related-mini ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-related-mini li {
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--border);
}

.article-related-mini li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.article-related-mini a {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  text-decoration: none;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
}

.article-related-mini a:hover {
  color: var(--brand);
}

.article-related-mini img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.faq-page-hero {
  position: relative;
  overflow: hidden;
  min-height: min(38vh, 300px);
  border-bottom: 1px solid var(--border);
}

.faq-page-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.4) 0%, rgba(10, 10, 12, 0.92) 100%),
    url("../img/casino/hero-main.png") center 30% / cover no-repeat;
  z-index: 0;
}

.faq-page-hero .wrap {
  position: relative;
  z-index: 1;
  padding-block: clamp(2rem, 5vw, 2.75rem);
  text-align: center;
}

.faq-page-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: #fff;
}

.faq-page-hero .doc-hub-hero__search {
  margin-inline: auto;
  max-width: 520px;
}

.faq-cat-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.75rem;
}

.faq-cat-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.65rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.faq-cat-grid a:hover {
  border-color: rgba(229, 9, 20, 0.45);
  color: var(--brand);
}

.faq-cat-grid span.faq-cat-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(229, 9, 20, 0.25), rgba(229, 9, 20, 0.08));
  border: 1px solid rgba(229, 9, 20, 0.35);
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1.5rem 0 1rem;
}

.faq-tabs button {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.faq-tabs button[aria-selected="true"] {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.faq-panel[hidden] {
  display: none !important;
}

@media (max-width: 960px) {
  .doc-hub-layout {
    grid-template-columns: 1fr;
  }

  .doc-hub-sidebar {
    position: static;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    order: -1;
  }

  .page-blog-list .post-list li {
    grid-template-columns: 72px 1fr;
  }

  .page-blog-list .post-list li::before {
    width: 72px;
  }
}

