/* ==========================================================================
   VivaHome Unified SEO Content
   Category V4 + VH AI SeoTags
   ========================================================================== */

.vh-category-description-bottom,
.vh-seo-content-bottom {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
  box-sizing: border-box;
}

/* Main content cards */
.vh-category-description-bottom .vh-category-content,
.vh-seo-content-bottom .vh-ai-seotags-content {
  --vh-seo-blue: #0566ac;
  --vh-seo-blue-dark: #164f82;
  --vh-seo-blue-soft: #edf6fc;
  --vh-seo-blue-soft-2: #f6f9fc;
  --vh-seo-border: #d7e2ec;
  --vh-seo-text: #1f2937;
  --vh-seo-muted: #5f6b76;

  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 24px 26px;
  color: var(--vh-seo-text);
  background: #fff;
  border: 1px solid var(--vh-seo-border);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(31, 41, 55, .06);
  line-height: 1.72;
}

/* Remove old gold/brown variables visually on SeoTags */
.vh-seo-content-bottom .vh-ai-seotags-content {
  --vh-brand: var(--vh-seo-blue);
  --vh-brand-dark: var(--vh-seo-blue-dark);
  --vh-brand-soft: var(--vh-seo-blue-soft);
  --vh-brand-soft-2: var(--vh-seo-blue-soft-2);
  --vh-brand-border: var(--vh-seo-border);
  --vh-brand-text: var(--vh-seo-text);
}

/* Headings */
.vh-category-description-bottom .vh-category-content h2,
.vh-category-description-bottom .vh-category-content h3,
.vh-category-description-bottom .vh-category-content h4,
.vh-seo-content-bottom .vh-ai-seotags-content h2,
.vh-seo-content-bottom .vh-ai-seotags-content h3,
.vh-seo-content-bottom .vh-ai-seotags-content h4 {
  color: var(--vh-seo-text);
  font-weight: 500;
  line-height: 1.35;
}

.vh-category-description-bottom .vh-category-content h2,
.vh-seo-content-bottom .vh-ai-seotags-title {
  margin-top: 24px;
}

.vh-seo-content-bottom .vh-ai-seotags-title {
  margin: 0 0 16px;
  color: var(--vh-seo-text);
  font-size: 27px;
  line-height: 1.25;
  font-weight: 500;
}

/* Intro / regular copy */
.vh-category-description-bottom .vh-geo-intro,
.vh-seo-content-bottom .vh-ai-seotags-description {
  color: var(--vh-seo-text);
}

.vh-category-description-bottom p,
.vh-seo-content-bottom p {
  color: var(--vh-seo-text);
}

/* Standard VivaHome links */
.vh-category-description-bottom a,
.vh-seo-content-bottom a {
  color: var(--vh-seo-blue);
}

.vh-category-description-bottom a:hover,
.vh-seo-content-bottom a:hover {
  color: var(--vh-seo-blue-dark);
  text-decoration: underline;
}

/* TOC: standard links, never bold */
.vh-category-description-bottom .vh-geo-toc,
.vh-seo-content-bottom .vh-geo-toc {
  margin: 20px 0 24px;
  padding: 18px 20px;
  background: var(--vh-seo-blue-soft-2);
  border: 1px solid var(--vh-seo-border);
  border-radius: 12px;
  box-shadow: none;
}

.vh-category-description-bottom .vh-geo-toc strong,
.vh-category-description-bottom .vh-geo-toc > h2,
.vh-seo-content-bottom .vh-geo-toc strong,
.vh-seo-content-bottom .vh-geo-toc > h2 {
  color: var(--vh-seo-text);
  font-weight: 500;
}

.vh-category-description-bottom .vh-geo-toc a,
.vh-seo-content-bottom .vh-geo-toc a {
  color: var(--vh-seo-blue);
  font-weight: 400 !important;
  text-decoration: none;
}

.vh-category-description-bottom .vh-geo-toc a:hover,
.vh-seo-content-bottom .vh-geo-toc a:hover {
  color: var(--vh-seo-blue-dark);
  text-decoration: underline;
}

/* Highlight / informational blocks */
.vh-category-description-bottom .vh-geo-quick-answer,
.vh-category-description-bottom .vh-geo-expert-tip,
.vh-category-description-bottom .vh-geo-steps,
.vh-category-description-bottom .vh-geo-faq,
.vh-seo-content-bottom .vh-geo-answer,
.vh-seo-content-bottom .vh-geo-expert,
.vh-seo-content-bottom .vh-geo-features,
.vh-seo-content-bottom .vh-geo-steps,
.vh-seo-content-bottom .vh-geo-faq {
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--vh-seo-text);
  background: var(--vh-seo-blue-soft-2);
  border: 1px solid var(--vh-seo-border);
  border-radius: 12px;
  box-shadow: none;
}

/* Quick answer / expert accent */
.vh-category-description-bottom .vh-geo-quick-answer,
.vh-category-description-bottom .vh-geo-expert-tip,
.vh-seo-content-bottom .vh-geo-answer,
.vh-seo-content-bottom .vh-geo-expert {
  border-left: 4px solid var(--vh-seo-blue);
  background: var(--vh-seo-blue-soft);
}

/* FAQ item spacing without extra gold look */
.vh-category-description-bottom .vh-geo-faq-item,
.vh-seo-content-bottom .vh-geo-faq-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--vh-seo-border);
}

.vh-category-description-bottom .vh-geo-faq-item:last-child,
.vh-seo-content-bottom .vh-geo-faq-item:last-child {
  border-bottom: 0;
}

/* Tables */
.vh-category-description-bottom .vh-geo-table-wrap,
.vh-seo-content-bottom .vh-geo-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--vh-seo-border);
  border-radius: 12px;
}

.vh-category-description-bottom .vh-geo-table,
.vh-seo-content-bottom .vh-geo-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.vh-category-description-bottom .vh-geo-table caption,
.vh-seo-content-bottom .vh-geo-table caption {
  padding: 12px 14px;
  color: var(--vh-seo-text);
  background: var(--vh-seo-blue-soft);
  font-weight: 500;
  text-align: left;
}

.vh-category-description-bottom .vh-geo-table thead th,
.vh-seo-content-bottom .vh-geo-table thead th {
  color: #fff;
  background: var(--vh-seo-blue);
  border-color: var(--vh-seo-blue-dark);
  font-weight: 500;
}

.vh-category-description-bottom .vh-geo-table th,
.vh-category-description-bottom .vh-geo-table td,
.vh-seo-content-bottom .vh-geo-table th,
.vh-seo-content-bottom .vh-geo-table td {
  padding: 12px 14px;
  border: 1px solid var(--vh-seo-border);
  text-align: left;
  vertical-align: top;
}

.vh-category-description-bottom .vh-geo-table tbody tr:nth-child(even) td,
.vh-seo-content-bottom .vh-geo-table tbody tr:nth-child(even) td {
  background: var(--vh-seo-blue-soft-2);
}

/* Expand / collapse links */
.vh-category-description-bottom .vh-ai-seotags-more,
.vh-seo-content-bottom .vh-ai-seotags-more {
  color: var(--vh-seo-blue);
  font-weight: 400;
  text-decoration: none;
}

.vh-category-description-bottom .vh-ai-seotags-more:hover,
.vh-seo-content-bottom .vh-ai-seotags-more:hover {
  color: var(--vh-seo-blue-dark);
  text-decoration: underline;
}

/* Lists */
.vh-category-description-bottom ul,
.vh-category-description-bottom ol,
.vh-seo-content-bottom ul,
.vh-seo-content-bottom ol {
  padding-left: 24px;
}

.vh-category-description-bottom li,
.vh-seo-content-bottom li {
  margin-bottom: 5px;
}

/* Mobile */
@media (max-width: 767px) {
  .vh-category-description-bottom,
  .vh-seo-content-bottom {
    margin-top: 18px;
  }

  .vh-category-description-bottom .vh-category-content,
  .vh-seo-content-bottom .vh-ai-seotags-content {
    padding: 16px 12px;
    border-radius: 10px;
  }

  .vh-seo-content-bottom .vh-ai-seotags-title {
    font-size: 23px;
  }

  .vh-category-description-bottom .vh-geo-toc,
  .vh-seo-content-bottom .vh-geo-toc,
  .vh-category-description-bottom .vh-geo-quick-answer,
  .vh-category-description-bottom .vh-geo-expert-tip,
  .vh-category-description-bottom .vh-geo-steps,
  .vh-category-description-bottom .vh-geo-faq,
  .vh-seo-content-bottom .vh-geo-answer,
  .vh-seo-content-bottom .vh-geo-expert,
  .vh-seo-content-bottom .vh-geo-features,
  .vh-seo-content-bottom .vh-geo-steps,
  .vh-seo-content-bottom .vh-geo-faq {
    padding: 14px 12px;
    border-radius: 10px;
  }
}

/* ==========================================================================
   VH OLD23 CATEGORY MARKUP COMPATIBILITY
   İlk 23 kategori eski V4 class adlarını kullanıyor.
   Yeni 16 kategori + SeoTags ile aynı görsel sisteme eşlenir.
   ========================================================================== */

/* Old main wrapper = new vh-category-content */
.vh-category-description-bottom .vh-geo-category-content {
  --vh-seo-blue: #0566ac;
  --vh-seo-blue-dark: #164f82;
  --vh-seo-blue-soft: #edf6fc;
  --vh-seo-blue-soft-2: #f6f9fc;
  --vh-seo-border: #d7e2ec;
  --vh-seo-text: #1f2937;
  --vh-seo-muted: #5f6b76;

  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 24px 26px;
  color: var(--vh-seo-text);
  background: #fff;
  border: 1px solid var(--vh-seo-border);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(31,41,55,.06);
  line-height: 1.72;
}

/* Old headings */
.vh-category-description-bottom .vh-geo-category-content h2,
.vh-category-description-bottom .vh-geo-category-content h3,
.vh-category-description-bottom .vh-geo-category-content h4 {
  color: var(--vh-seo-text);
  font-weight: 500;
  line-height: 1.35;
}

/* Old quick answer = new quick-answer */
.vh-category-description-bottom .vh-geo-category-content > .vh-geo-answer {
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--vh-seo-text);
  background: var(--vh-seo-blue-soft);
  border: 1px solid var(--vh-seo-border);
  border-left: 4px solid var(--vh-seo-blue);
  border-radius: 12px;
  box-shadow: none;
}

/* Old expert = new expert-tip */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-expert {
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--vh-seo-text);
  background: var(--vh-seo-blue-soft);
  border: 1px solid var(--vh-seo-border);
  border-left: 4px solid var(--vh-seo-blue);
  border-radius: 12px;
  box-shadow: none;
}

/* Old steps / FAQ */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-steps,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-faq {
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--vh-seo-text);
  background: var(--vh-seo-blue-soft-2);
  border: 1px solid var(--vh-seo-border);
  border-radius: 12px;
  box-shadow: none;
}

/* TOC is shared, but force old wrapper to exact same link behaviour */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc {
  margin: 20px 0 24px;
  padding: 18px 20px;
  background: var(--vh-seo-blue-soft-2);
  border: 1px solid var(--vh-seo-border);
  border-radius: 12px;
  box-shadow: none;
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc strong,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc > h2 {
  color: var(--vh-seo-text);
  font-weight: 500;
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc a {
  color: var(--vh-seo-blue);
  font-weight: 400 !important;
  text-decoration: none;
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc a:hover {
  color: var(--vh-seo-blue-dark);
  text-decoration: underline;
}

/* Old Bootstrap tables = unified V4 tables */
.vh-category-description-bottom .vh-geo-category-content table.table {
  width: 100% !important;
  max-width: 100%;
  margin: 22px 0;
  border-collapse: collapse !important;
  background: #fff;
  border: 1px solid var(--vh-seo-border) !important;
  border-radius: 12px;
  overflow: hidden;
}

.vh-category-description-bottom .vh-geo-category-content table.table th,
.vh-category-description-bottom .vh-geo-category-content table.table td {
  padding: 12px 14px !important;
  border: 1px solid var(--vh-seo-border) !important;
  text-align: left;
  vertical-align: top;
}

.vh-category-description-bottom .vh-geo-category-content table.table thead th {
  color: #fff !important;
  background: var(--vh-seo-blue) !important;
  border-color: var(--vh-seo-blue-dark) !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.vh-category-description-bottom .vh-geo-category-content table.table tbody tr:nth-child(even) td {
  background: var(--vh-seo-blue-soft-2) !important;
}

/* Old FAQ item separators */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-faq-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--vh-seo-border);
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-faq-item:last-child {
  border-bottom: 0;
}

/* Old content links = normal VivaHome links */
.vh-category-description-bottom .vh-geo-category-content a {
  color: var(--vh-seo-blue);
}

.vh-category-description-bottom .vh-geo-category-content a:hover {
  color: var(--vh-seo-blue-dark);
  text-decoration: underline;
}

@media (max-width:767px) {
  .vh-category-description-bottom .vh-geo-category-content {
    padding: 16px 12px;
    border-radius: 10px;
  }

  .vh-category-description-bottom .vh-geo-category-content > .vh-geo-answer,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-expert,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-steps,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-faq,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-toc {
    padding: 14px 12px;
    border-radius: 10px;
  }

  .vh-category-description-bottom .vh-geo-category-content table.table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ==========================================================================
   VH OLD23 FORCE PARITY V2
   Eski V4 markup'ı yeni V4 görünümüne kesin olarak eşler.
   ========================================================================== */

.vh-category-description-bottom .vh-geo-category-content {
  --vh-seo-blue:#0566ac;
  --vh-seo-blue-dark:#164f82;
  --vh-seo-blue-soft:#edf6fc;
  --vh-seo-blue-soft-2:#f6f9fc;
  --vh-seo-border:#d7e2ec;
  --vh-seo-text:#1f2937;

  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  margin:0 !important;
  padding:24px 26px !important;
  color:#1f2937 !important;
  background:#fff !important;
  border:1px solid #d7e2ec !important;
  border-radius:14px !important;
  box-shadow:0 4px 16px rgba(31,41,55,.06) !important;
  line-height:1.72 !important;
}

/* All headings */
.vh-category-description-bottom .vh-geo-category-content h2,
.vh-category-description-bottom .vh-geo-category-content h3,
.vh-category-description-bottom .vh-geo-category-content h4 {
  color:#1f2937 !important;
  line-height:1.35 !important;
  text-shadow:none !important;
  background:none !important;
  border-color:#d7e2ec !important;
}

.vh-category-description-bottom .vh-geo-category-content h2 {
  font-weight:500 !important;
}

.vh-category-description-bottom .vh-geo-category-content h3,
.vh-category-description-bottom .vh-geo-category-content h4 {
  font-weight:500 !important;
}

/* Intro quick answer */
.vh-category-description-bottom .vh-geo-category-content > .vh-geo-answer {
  display:block !important;
  margin:0 0 20px !important;
  padding:18px 20px !important;
  color:#1f2937 !important;
  background:#edf6fc !important;
  background-image:none !important;
  border:1px solid #d7e2ec !important;
  border-left:4px solid #0566ac !important;
  border-radius:12px !important;
  box-shadow:none !important;
}

/* TOC */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc {
  display:block !important;
  margin:20px 0 24px !important;
  padding:18px 20px !important;
  color:#1f2937 !important;
  background:#f6f9fc !important;
  background-image:none !important;
  border:1px solid #d7e2ec !important;
  border-radius:12px !important;
  box-shadow:none !important;
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc strong {
  color:#1f2937 !important;
  font-weight:500 !important;
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc a,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc li a {
  color:#0566ac !important;
  font-weight:400 !important;
  text-decoration:none !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc a:hover,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc li a:hover {
  color:#164f82 !important;
  text-decoration:underline !important;
}

/* Expert */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-expert {
  margin:22px 0 !important;
  padding:18px 20px !important;
  color:#1f2937 !important;
  background:#edf6fc !important;
  background-image:none !important;
  border:1px solid #d7e2ec !important;
  border-left:4px solid #0566ac !important;
  border-radius:12px !important;
  box-shadow:none !important;
}

/* Steps + FAQ */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-steps,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-faq {
  margin:22px 0 !important;
  padding:18px 20px !important;
  color:#1f2937 !important;
  background:#f6f9fc !important;
  background-image:none !important;
  border:1px solid #d7e2ec !important;
  border-radius:12px !important;
  box-shadow:none !important;
}

/* FAQ */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-faq-item {
  padding:10px 0 !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid #d7e2ec !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.vh-category-description-bottom .vh-geo-category-content .vh-geo-faq-item:last-child {
  border-bottom:0 !important;
}

/* Bootstrap legacy tables */
.vh-category-description-bottom .vh-geo-category-content table,
.vh-category-description-bottom .vh-geo-category-content table.table,
.vh-category-description-bottom .vh-geo-category-content table.table-bordered {
  width:100% !important;
  max-width:100% !important;
  margin:22px 0 !important;
  border-collapse:collapse !important;
  border-spacing:0 !important;
  color:#1f2937 !important;
  background:#fff !important;
  background-image:none !important;
  border:1px solid #d7e2ec !important;
  box-shadow:none !important;
}

.vh-category-description-bottom .vh-geo-category-content table th,
.vh-category-description-bottom .vh-geo-category-content table td {
  padding:12px 14px !important;
  color:#1f2937 !important;
  background:#fff !important;
  border:1px solid #d7e2ec !important;
  text-align:left !important;
  vertical-align:top !important;
}

.vh-category-description-bottom .vh-geo-category-content table thead th {
  color:#fff !important;
  background:#0566ac !important;
  background-image:none !important;
  border-color:#164f82 !important;
  font-weight:500 !important;
  text-transform:none !important;
}

.vh-category-description-bottom .vh-geo-category-content table tbody tr:nth-child(even) td {
  background:#f6f9fc !important;
}

/* Standard content links */
.vh-category-description-bottom .vh-geo-category-content a {
  color:#0566ac !important;
}

.vh-category-description-bottom .vh-geo-category-content a:hover {
  color:#164f82 !important;
}

/* But TOC explicitly stays normal weight */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc a {
  font-weight:400 !important;
}

/* Remove legacy gold/brown decorations if pseudo-elements exist */
.vh-category-description-bottom .vh-geo-category-content .vh-geo-answer::before,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-answer::after,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-expert::before,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-expert::after,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc::before,
.vh-category-description-bottom .vh-geo-category-content .vh-geo-toc::after {
  color:#0566ac !important;
  border-color:#0566ac !important;
  box-shadow:none !important;
}

@media (max-width:767px) {
  .vh-category-description-bottom .vh-geo-category-content {
    padding:16px 12px !important;
    border-radius:10px !important;
  }

  .vh-category-description-bottom .vh-geo-category-content > .vh-geo-answer,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-expert,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-steps,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-faq,
  .vh-category-description-bottom .vh-geo-category-content .vh-geo-toc {
    padding:14px 12px !important;
    border-radius:10px !important;
  }

  .vh-category-description-bottom .vh-geo-category-content table {
    display:block !important;
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
  }
}