/**
 * Zuraxis Programmatic SEO Engine - Scoped Frontend Stylesheet
 * 
 * Styled specifically to seamlessly match the Outgrid Enterprise Theme.
 * Primary Color: #010ED0 (Outgrid Royal Blue)
 * Secondary Color: #253CBB
 * Headline Color: #0F172A
 * Container Width: 1360px
 * Strict zero-dash compliance: zero em-dashes and zero en-dashes.
 */

:root {
  --zx-bg-page: #ffffff;
  --zx-bg-surface: #ffffff;
  --zx-bg-subtle: #f8fafc;
  --zx-bg-elevated: #f1f5f9;
  --zx-border-subtle: #e2e8f0;
  --zx-border-hover: #cbd5e1;
  --zx-border-glow: rgba(1, 14, 208, 0.25);
  --zx-blue-primary: #010ED0;
  --zx-blue-deep: #000B9E;
  --zx-blue-accent: #253CBB;
  --zx-blue-light: #eef2ff;
  --zx-text-main: #0f172a;
  --zx-text-muted: #475569;
  --zx-text-dim: #94a3b8;
  --zx-radius-sm: 8px;
  --zx-radius-md: 14px;
  --zx-radius-lg: 20px;
  --zx-shadow-card: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
  --zx-shadow-hover: 0 16px 36px -6px rgba(1, 14, 208, 0.12);
  --zx-max-width: 1360px;
  --zx-font-heading: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --zx-font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* ==========================================================================
   Outgrid Theme Integration Safeguards: Suppress Duplicate Header Title Bar
   ========================================================================== */
body.single-zpseo_page .ui-page-title,
body.single-zpseo_page .uicore-page-title,
body.single-zpseo_page .uicore-title-default,
body.single-zpseo_page .page-header,
body.post-type-archive-zpseo_page .ui-page-title,
body.post-type-archive-zpseo_page .uicore-page-title,
body.post-type-archive-zpseo_page .uicore-title-default,
body.post-type-archive-zpseo_page .page-header,
body.single-zpseo_insight .ui-page-title,
body.single-zpseo_insight .uicore-page-title,
body.single-zpseo_insight .uicore-title-default,
body.single-zpseo_insight .page-header,
body.post-type-archive-zpseo_insight .ui-page-title,
body.post-type-archive-zpseo_insight .uicore-page-title,
body.post-type-archive-zpseo_insight .uicore-title-default,
body.post-type-archive-zpseo_insight .page-header,
body.tax-insight_category .ui-page-title,
body.tax-insight_category .uicore-page-title,
body.tax-insight_category .uicore-title-default,
body.tax-insight_category .page-header,
body.page-template-archive-zpseo_directory .ui-page-title,
body.page-template-archive-zpseo_directory .uicore-page-title,
body.page-template-archive-zpseo_directory .uicore-title-default,
body.page-template-archive-zpseo_directory .page-header,
.ui-page-title:has(+ #primary .zx-page-wrapper),
.uicore-page-title:has(+ #primary .zx-page-wrapper) {
  display: none !important;
}

/* Scoped Master Wrapper */
.zx-page-wrapper {
  background-color: var(--zx-bg-page);
  color: var(--zx-text-main);
  font-family: var(--zx-font-body);
  line-height: 1.6;
  padding: 0;
  margin: 0;
  overflow-x: clip;
}

.zx-container {
  max-width: var(--zx-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* Section Containers */
.zx-section {
  padding: 60px 0;
  position: relative;
}

.zx-section-subtle {
  background-color: var(--zx-bg-subtle);
  border-top: 1px solid var(--zx-border-subtle);
  border-bottom: 1px solid var(--zx-border-subtle);
}

/* Typography & Badges */
.zx-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 9999px;
  background: var(--zx-blue-light);
  border: 1px solid rgba(1, 14, 208, 0.2);
  color: var(--zx-blue-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.zx-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #10b981;
  box-shadow: 0 0 8px #10b981;
}

.zx-title-xl {
  font-family: var(--zx-font-heading);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--zx-text-main);
  margin-top: 0;
  margin-bottom: 20px;
}

.zx-title-lg {
  font-family: var(--zx-font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--zx-text-main);
  margin-top: 0;
  margin-bottom: 16px;
}

.zx-title-md {
  font-family: var(--zx-font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--zx-text-main);
  margin-top: 0;
  margin-bottom: 12px;
}

.zx-gradient-text {
  background: linear-gradient(135deg, var(--zx-blue-primary) 0%, var(--zx-blue-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zx-lead-text {
  font-size: 1.18rem;
  color: var(--zx-text-muted);
  max-width: 680px;
  margin-bottom: 28px;
  line-height: 1.65;
}

.zx-section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px;
}

.zx-section-header .zx-lead-text {
  margin-left: auto;
  margin-right: auto;
}

/* Primary & Action Buttons */
.zx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--zx-radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--zx-font-heading);
}

.zx-btn-primary {
  background-color: var(--zx-blue-primary);
  color: #ffffff !important;
  border: 1px solid var(--zx-blue-primary);
  box-shadow: 0 4px 14px rgba(1, 14, 208, 0.25);
}

.zx-btn-primary:hover {
  background-color: var(--zx-blue-accent);
  border-color: var(--zx-blue-accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(1, 14, 208, 0.35);
  color: #ffffff !important;
}

.zx-btn-secondary {
  background-color: #ffffff;
  color: var(--zx-text-main) !important;
  border: 1px solid var(--zx-border-subtle);
}

.zx-btn-secondary:hover {
  background-color: var(--zx-bg-subtle);
  border-color: var(--zx-border-hover);
  color: var(--zx-blue-primary) !important;
}

.zx-btn-whatsapp {
  background-color: #25d366;
  color: #ffffff !important;
  border: 1px solid #25d366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.zx-btn-whatsapp svg,
.zpseo-btn-whatsapp-lg svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  flex-shrink: 0 !important;
  vertical-align: middle;
}

.zx-btn-whatsapp:hover {
  background-color: #22bf5b;
  transform: translateY(-2px);
  color: #ffffff !important;
}

.zx-hero-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Hero Split Layout */
.zx-hero-section {
  padding: 70px 0 50px;
}

.zx-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.zx-hero-split-centered {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.zx-hero-split-centered .zx-hero-cta-group {
  justify-content: center;
}

/* SVG Visual Card */
.zx-svg-visual-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 24px;
  box-shadow: var(--zx-shadow-card);
}

.zx-svg-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}

.zx-svg-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--zx-blue-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.zx-svg-value {
  font-family: var(--zx-font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--zx-text-main);
  line-height: 1;
}

.zx-svg-timeframe {
  font-size: 0.82rem;
  color: var(--zx-text-dim);
}

/* Proof Badges & Counters */
.zx-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zx-counter-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 24px;
  text-align: center;
  box-shadow: var(--zx-shadow-card);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.zx-counter-card:hover {
  transform: translateY(-3px);
  border-color: var(--zx-blue-primary);
}

.zx-counter-number {
  font-family: var(--zx-font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--zx-blue-primary);
  line-height: 1.1;
}

.zx-counter-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--zx-text-muted);
  margin-top: 6px;
}

/* Cards & Problem Section */
.zx-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zx-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 28px;
  box-shadow: var(--zx-shadow-card);
  transition: all 0.25s ease;
  position: relative;
}

.zx-card:hover {
  border-color: var(--zx-blue-primary);
  transform: translateY(-4px);
  box-shadow: var(--zx-shadow-hover);
}

.zx-card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--zx-radius-sm);
  background: var(--zx-blue-light);
  color: var(--zx-blue-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.zx-card-desc {
  font-size: 0.95rem;
  color: var(--zx-text-muted);
  line-height: 1.6;
}

/* Benchmark Comparison Table */
.zx-table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  box-shadow: var(--zx-shadow-card);
}

.zx-benchmark-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

.zx-benchmark-table th {
  background: var(--zx-bg-subtle);
  color: var(--zx-text-main);
  font-family: var(--zx-font-heading);
  font-weight: 700;
  padding: 16px 20px;
  border-bottom: 2px solid var(--zx-border-subtle);
}

.zx-benchmark-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--zx-border-subtle);
  color: var(--zx-text-muted);
}

.zx-benchmark-table tr:last-child td {
  border-bottom: none;
}

.zx-benchmark-table tr:hover td {
  background-color: var(--zx-bg-subtle);
}

.zx-col-highlight {
  background: rgba(1, 14, 208, 0.03);
  font-weight: 700;
  color: var(--zx-blue-primary) !important;
}

/* Roadmap Timeline */
.zx-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.zx-timeline-step {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 24px;
  box-shadow: var(--zx-shadow-card);
  position: relative;
}

.zx-step-pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--zx-blue-primary);
  background: var(--zx-blue-light);
  padding: 3px 10px;
  border-radius: 9999px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* FAQ Accordion & Grid */
.zx-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.zx-faq-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 24px;
  box-shadow: var(--zx-shadow-card);
}

.zx-faq-question {
  font-family: var(--zx-font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--zx-text-main);
  margin-bottom: 10px;
}

.zx-faq-answer {
  font-size: 0.92rem;
  color: var(--zx-text-muted);
  line-height: 1.6;
}

/* Conversion Form Section (Slot 6) */
.zx-form-section {
  padding: 70px 0;
  background: var(--zx-bg-subtle);
}

.zx-form-box {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-lg);
  padding: 44px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 10px 40px -10px rgba(15, 23, 42, 0.08);
}

.zx-form-group {
  margin-bottom: 20px;
}

.zx-form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-text-main);
  margin-bottom: 8px;
}

.zx-form-input,
.zx-form-textarea {
  width: 100%;
  padding: 12px 16px;
  background: #ffffff;
  border: 1.5px solid var(--zx-border-hover);
  border-radius: var(--zx-radius-sm);
  color: var(--zx-text-main);
  font-size: 0.95rem;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zx-form-input:focus,
.zx-form-textarea:focus {
  border-color: var(--zx-blue-primary);
  box-shadow: 0 0 0 3px rgba(1, 14, 208, 0.1);
  outline: none;
}

/* Author Trust Box & E-E-A-T Card */
.zx-author-section {
  padding: 40px 0;
}

.zx-author-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 28px;
  box-shadow: var(--zx-shadow-card);
}

.zx-author-avatar-wrap {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: inline-block;
}

.zx-author-avatar-initials {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zx-blue-primary) 0%, var(--zx-blue-accent) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(1, 14, 208, 0.25);
}

.zx-author-verified-dot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  background: #10b981;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35);
}

.zx-author-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--zx-text-main);
  line-height: 1.2;
}

.zx-author-badge {
  background: var(--zx-blue-light);
  color: var(--zx-blue-primary);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid rgba(1, 14, 208, 0.2);
}

.zx-author-role {
  font-size: 0.9rem;
  color: var(--zx-text-muted);
  margin-top: 4px;
}

.zx-author-bio {
  font-size: 0.92rem;
  color: var(--zx-text-muted);
  line-height: 1.6;
  margin: 10px 0 16px;
}

.zx-author-trust-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--zx-border-subtle);
  font-size: 0.82rem;
  flex-wrap: wrap;
  gap: 10px;
}

.zx-author-guarantee {
  color: #10b981;
  font-weight: 600;
}

/* Master Directory Hub Archive Styles (/solutions/) */
.zx-dir-hero-section {
  padding: 64px 0 44px;
  background: linear-gradient(180deg, var(--zx-bg-subtle) 0%, #ffffff 100%);
  border-bottom: 1px solid var(--zx-border-subtle);
  text-align: center;
}

.zx-dir-hero-title {
  font-family: var(--zx-font-heading);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  color: var(--zx-text-main);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 14px 0;
}

.zx-dir-hero-subtitle {
  font-size: 1.15rem;
  color: var(--zx-text-muted);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6;
}

.zx-dir-catalog-section {
  padding: 50px 0 80px;
}

.zx-dir-toolbar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.zx-dir-search-wrap {
  position: relative;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.zx-dir-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--zx-text-dim);
  pointer-events: none;
}

.zx-dir-search-input {
  width: 100%;
  padding: 14px 100px 14px 48px;
  background: #ffffff;
  border: 1.5px solid var(--zx-border-hover);
  border-radius: 9999px;
  color: var(--zx-text-main);
  font-size: 0.95rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.zx-dir-search-input:focus {
  border-color: var(--zx-blue-primary);
  box-shadow: 0 0 0 4px rgba(1, 14, 208, 0.1);
  outline: none;
}

.zx-dir-count-pill {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--zx-bg-subtle);
  border: 1px solid var(--zx-border-subtle);
  color: var(--zx-text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 9999px;
}

.zx-dir-tabs-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.zx-dir-tab {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  color: var(--zx-text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.zx-dir-tab:hover {
  background: var(--zx-bg-subtle);
  color: var(--zx-text-main);
  border-color: var(--zx-border-hover);
}

.zx-dir-tab.is-active {
  background: var(--zx-blue-primary);
  border-color: var(--zx-blue-primary);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(1, 14, 208, 0.25);
}

.zx-dir-tab-badge {
  background: rgba(255, 255, 255, 0.25);
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 0.75rem;
  margin-left: 4px;
}

.zx-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zx-directory-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--zx-shadow-card);
  transition: all 0.25s ease;
}

.zx-directory-card:hover {
  transform: translateY(-4px);
  border-color: var(--zx-blue-primary);
  box-shadow: var(--zx-shadow-hover);
}

.zx-dir-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.zx-dir-tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--zx-blue-primary);
  background: var(--zx-blue-light);
  padding: 4px 10px;
  border-radius: 4px;
}

.zx-dir-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #10b981;
  font-weight: 600;
}

.zx-dir-card-title {
  font-family: var(--zx-font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.zx-dir-card-title a {
  color: var(--zx-text-main);
  text-decoration: none;
  transition: color 0.2s ease;
}

.zx-dir-card-title a:hover {
  color: var(--zx-blue-primary);
}

.zx-dir-card-meta {
  font-size: 0.85rem;
  color: var(--zx-text-muted);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.zx-dir-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--zx-border-subtle);
  font-size: 0.85rem;
}

.zx-dir-price-badge {
  color: var(--zx-text-muted);
  font-weight: 600;
}

.zx-dir-action-link {
  color: var(--zx-blue-primary);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease;
}

.zx-dir-action-link:hover {
  gap: 8px;
  color: var(--zx-blue-accent);
}

/* Footer Solutions Menu */
.zpseo-footer-solutions-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zpseo-footer-solutions-menu li {
  margin-bottom: 10px;
}

.zpseo-footer-solutions-menu li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.zpseo-footer-solutions-menu li a:hover {
  color: var(--zx-blue-primary);
}

.zpseo-footer-solutions-menu li.zpseo-footer-all-link a {
  color: var(--zx-blue-primary);
  font-weight: 700;
}

/* ==========================================================================
   Slot 1: Hero Centered, Metric Pills, and Split Layout
   ========================================================================== */
.zx-hero-centered {
  text-align: center;
}

.zx-snippet-bait {
  background: var(--zx-bg-subtle);
  border-left: 4px solid var(--zx-blue-primary);
  border-radius: var(--zx-radius-sm);
  padding: 16px 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--zx-text-main);
  box-shadow: var(--zx-shadow-card);
}

.zx-snippet-bait strong {
  color: var(--zx-blue-primary);
}

.zx-hero-metric-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin: 36px auto 0;
  max-width: 960px;
}

.zx-metric-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: var(--zx-bg-surface);
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  box-shadow: var(--zx-shadow-card);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  min-width: 200px;
  flex: 1 1 200px;
  box-sizing: border-box;
}

.zx-metric-pill:hover {
  transform: translateY(-3px);
  border-color: var(--zx-blue-primary);
  box-shadow: var(--zx-shadow-hover);
}

.zx-pill-val {
  font-family: var(--zx-font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--zx-blue-primary);
  line-height: 1.2;
}

.zx-pill-lbl {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--zx-text-muted);
  margin-top: 6px;
  text-align: center;
}

.zx-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zx-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.zx-hero-visual-cascade {
  width: 100%;
  max-width: 540px;
}

.zx-remote-img-wrap {
  position: relative;
  width: 100%;
  border-radius: var(--zx-radius-lg, 16px);
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(1, 14, 208, 0.18), 0 0 0 1px rgba(226, 232, 240, 0.8);
  background: #f8fafc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zx-remote-img-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(1, 14, 208, 0.25), 0 0 0 1px rgba(1, 14, 208, 0.2);
}

.zx-hero-remote-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: var(--zx-radius-lg, 16px);
}

.zx-svg-illustration-card,
.zx-svg-visual-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: var(--zx-radius-lg, 16px);
  padding: 20px;
  box-shadow: 0 16px 36px -10px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zx-svg-illustration-card:hover,
.zx-svg-visual-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -10px rgba(1, 14, 208, 0.15);
}

.zx-svg-illu,
.zx-svg-chart {
  width: 100%;
  height: auto;
  display: block;
}

.zx-svg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}

.zx-svg-metric-box {
  display: flex;
  flex-direction: column;
}

.zx-svg-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.zx-svg-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--zx-blue-primary, #010ED0);
  line-height: 1.2;
}

.zx-svg-timeframe {
  font-size: 0.75rem;
  font-weight: 600;
  color: #10b981;
  background: #f0fdf4;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid #bbf7d0;
}

/* ==========================================================================
   Slot 2: Authority Proof Counters & Quality Standard Badges
   ========================================================================== */
.zx-proof-card {
  text-align: center;
}

.zx-proof-number {
  font-family: var(--zx-font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--zx-blue-primary);
  line-height: 1.1;
}

.zx-proof-label {
  font-family: var(--zx-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--zx-text-main);
  margin-top: 10px;
  margin-bottom: 8px;
}

.zx-proof-desc {
  font-size: 0.9rem;
  color: var(--zx-text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Quality Assurance Card */
.zx-assurance-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-left: 5px solid var(--zx-blue-primary);
  border-radius: var(--zx-radius-md);
  padding: 36px 40px;
  box-shadow: var(--zx-shadow-card);
}

.zx-assurance-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.zx-assurance-icon {
  font-size: 2.2rem;
  line-height: 1;
}

.zx-assurance-title {
  font-family: var(--zx-font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--zx-text-main);
  margin: 0;
  line-height: 1.25;
}

.zx-assurance-subtitle {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-blue-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.zx-assurance-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--zx-text-muted);
  margin-bottom: 24px;
}

.zx-assurance-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--zx-border-subtle);
}

.zx-assurance-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zx-mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--zx-blue-light);
  color: var(--zx-blue-primary);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(1, 14, 208, 0.15);
}

.zx-assurance-link {
  color: var(--zx-blue-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.zx-assurance-link:hover {
  color: var(--zx-blue-accent);
  transform: translateX(3px);
}

/* ==========================================================================
   Slot 3: Problem Diagnosis & Benchmark Table
   ========================================================================== */
.zx-diagnosis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zx-diagnosis-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 32px 28px;
  box-shadow: var(--zx-shadow-card);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.zx-diagnosis-card:hover {
  transform: translateY(-4px);
  border-color: var(--zx-blue-primary);
  box-shadow: var(--zx-shadow-hover);
}

.zx-diag-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 1;
}

.zx-diag-title {
  font-family: var(--zx-font-heading);
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--zx-text-main);
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.35;
}

.zx-diag-desc {
  font-size: 0.95rem;
  color: var(--zx-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Master Benchmark Table (.zx-table) */
.zx-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

.zx-table th {
  background: var(--zx-bg-subtle);
  color: var(--zx-text-main);
  font-family: var(--zx-font-heading);
  font-weight: 700;
  padding: 16px 20px;
  border-bottom: 2px solid var(--zx-border-subtle);
}

.zx-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--zx-border-subtle);
  color: var(--zx-text-muted);
}

.zx-table tr:last-child td {
  border-bottom: none;
}

.zx-table tr:hover td {
  background-color: var(--zx-bg-subtle);
}

/* ==========================================================================
   Slot 4: Roadmap Timeline & Bento Grid
   ========================================================================== */
.zx-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.zx-roadmap-step {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 28px 24px;
  box-shadow: var(--zx-shadow-card);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.zx-roadmap-step:hover {
  transform: translateY(-4px);
  border-color: var(--zx-blue-primary);
  box-shadow: var(--zx-shadow-hover);
}

.zx-step-num {
  font-family: var(--zx-font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--zx-blue-primary);
  line-height: 1;
  margin-bottom: 14px;
}

.zx-step-title {
  font-family: var(--zx-font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--zx-text-main);
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.zx-step-desc {
  font-size: 0.92rem;
  color: var(--zx-text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Bento Grid */
.zx-bento-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}

.zx-bento-featured {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zx-bento-card {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  padding: 32px;
  box-shadow: var(--zx-shadow-card);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.zx-bento-card:hover {
  transform: translateY(-3px);
  border-color: var(--zx-blue-primary);
  box-shadow: var(--zx-shadow-hover);
}

.zx-bento-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--zx-blue-primary);
  background: var(--zx-blue-light);
  padding: 4px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.zx-bento-card h3 {
  font-family: var(--zx-font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--zx-text-main);
  margin-top: 0;
  margin-bottom: 12px;
}

.zx-bento-card p {
  font-size: 0.95rem;
  color: var(--zx-text-muted);
  line-height: 1.6;
  margin: 0 0 16px;
}

.zx-bento-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.zx-chip {
  background: var(--zx-bg-subtle);
  border: 1px solid var(--zx-border-subtle);
  color: var(--zx-blue-primary);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 9999px;
}

/* ==========================================================================
   Slot 5: FAQ Grid & Accordion
   ========================================================================== */
.zx-faq-2col-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 20px;
}

.zx-faq-box {
  padding: 24px;
}

.zx-faq-item {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zx-faq-item:hover {
  border-color: var(--zx-blue-primary);
}

.zx-faq-toggle-icon {
  font-weight: 700;
  transition: transform 0.25s ease;
}

/* ==========================================================================
   Slot 6: Lead Conversion Form Controls
   ========================================================================== */
.zx-lead-form {
  display: flex;
  flex-direction: column;
}

.zx-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-text-main);
  margin-bottom: 8px;
  font-family: var(--zx-font-heading);
}

.zx-input,
.zx-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--zx-border-subtle);
  border-radius: var(--zx-radius-sm);
  font-family: var(--zx-font-body);
  font-size: 0.95rem;
  color: var(--zx-text-main);
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zx-input:focus,
.zx-textarea:focus {
  outline: none;
  border-color: var(--zx-blue-primary);
  box-shadow: 0 0 0 3px rgba(1, 14, 208, 0.12);
}

.zx-input[readonly] {
  background-color: var(--zx-bg-subtle);
  color: var(--zx-text-muted);
  cursor: not-allowed;
}

.zx-textarea {
  resize: vertical;
}

.zx-or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--zx-text-dim);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 20px 0;
}

.zx-or-divider::before,
.zx-or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--zx-border-subtle);
}

.zx-or-divider span {
  padding: 0 12px;
}

.zx-form-feedback {
  padding: 12px 16px;
  border-radius: var(--zx-radius-sm);
  font-size: 0.92rem;
}

.zx-form-feedback.is-success {
  background-color: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.zx-form-feedback.is-error {
  background-color: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* ==========================================================================
   Directory Hub Specifics
   ========================================================================== */
.zx-dir-empty-state,
.zx-dir-no-results {
  text-align: center;
  padding: 60px 24px;
  background: #ffffff;
  border: 1px dashed var(--zx-border-subtle);
  border-radius: var(--zx-radius-md);
  color: var(--zx-text-muted);
  font-size: 1.05rem;
}

.zx-dir-meta-service {
  font-weight: 700;
  color: var(--zx-text-main);
}

.zx-dir-meta-dot {
  color: var(--zx-blue-primary);
  margin: 0 4px;
}

.zx-dir-meta-city {
  color: var(--zx-text-muted);
}

.zx-directory-hub-page {
  background-color: var(--zx-bg-page);
}

.zx-directory-hub-wrapper {
  width: 100%;
}

.zx-main-content {
  width: 100%;
  position: relative;
}

.zx-roadmap-visual-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}

.zx-faq-accordion {
  max-width: 860px;
  margin: 32px auto 0 auto;
}

.zx-form-submit-row {
  margin-top: 24px;
}

.zx-hero-metric,
.zx-hero-split,
.zx-assurance-section,
.zx-proof-section,
.zx-benchmark-section,
.zx-diagnosis-section,
.zx-roadmap-section,
.zx-bento-section,
.zx-faq-section,
.zx-faq-grid-section,
.zx-conversion-section,
.zx-mesh-section {
  position: relative;
}

.zx-mesh-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.zx-mesh-card:hover {
  transform: translateY(-4px);
  border-color: var(--zx-blue-primary);
  box-shadow: var(--zx-shadow-hover);
}

/* ==========================================================================
   Responsive Master Rules
   ========================================================================== */
@media (max-width: 1024px) {
  .zx-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .zx-proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .zx-cards-grid,
  .zx-diagnosis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .zx-timeline-grid,
  .zx-roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .zx-bento-grid {
    grid-template-columns: 1fr;
  }
  .zx-bento-featured {
    grid-row: auto;
  }
  .zx-directory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .zx-hero-metric-pills {
    flex-direction: column;
    align-items: center;
  }
  .zx-metric-pill {
    width: 100%;
    min-width: 0;
  }
  .zx-proof-grid,
  .zx-cards-grid,
  .zx-diagnosis-grid,
  .zx-timeline-grid,
  .zx-roadmap-grid,
  .zx-faq-grid,
  .zx-directory-grid {
    grid-template-columns: 1fr;
  }
  .zx-assurance-card {
    padding: 24px 20px;
  }
  .zx-assurance-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .zx-form-box {
    padding: 24px;
  }
  .zx-author-card {
    flex-direction: column;
  }
}

/* ==========================================================================
   Modular Block Registry Design System Extensions (1360px Outgrid Theme Alignment)
   ========================================================================== */

.zpseo-container {
  max-width: var(--zx-max-width, 1360px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.zpseo-block {
  padding: 64px 0;
  position: relative;
  background-color: var(--zx-bg-page, #ffffff);
}

/* Section Header Commons */
.zpseo-section-header {
  margin-bottom: 44px;
}

.zpseo-section-header.text-center {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.zpseo-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 9999px;
  background: var(--zx-blue-light, #eef2ff);
  border: 1px solid rgba(1, 14, 208, 0.2);
  color: var(--zx-blue-primary, #010ED0);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.zpseo-section-title {
  font-family: var(--zx-font-heading);
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: var(--zx-text-main, #0f172a);
  line-height: 1.25;
  margin: 0 0 14px 0;
}

.zpseo-section-desc {
  font-size: 1.08rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.65;
  margin: 0;
}

/* --- Slot 1: Console Hero --- */
.zpseo-console-hero-section {
  padding-top: 48px;
  padding-bottom: 72px;
  background: radial-gradient(circle at 10% 20%, rgba(1, 14, 208, 0.04) 0%, transparent 60%);
}

.zpseo-console-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.zpseo-hero-title {
  font-family: var(--zx-font-heading);
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  color: var(--zx-text-main, #0f172a);
  line-height: 1.18;
  margin-bottom: 18px;
}

.zpseo-hero-lede {
  font-size: 1.12rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.65;
  margin-bottom: 28px;
}

.zpseo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.zpseo-hero-audit-box {
  display: flex;
  gap: 12px;
  background: var(--zx-bg-subtle, #f8fafc);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-left: 3px solid var(--zx-blue-primary, #010ED0);
  border-radius: var(--zx-radius-sm, 8px);
  padding: 12px 16px;
}

.zpseo-audit-icon {
  color: var(--zx-blue-primary, #010ED0);
  flex-shrink: 0;
  margin-top: 2px;
}

.zpseo-hero-audit-box p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.5;
}

/* Console Window Mock */
.zpseo-console-card {
  background: #0b1120;
  border: 1px solid #1e293b;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.4);
}

.zpseo-console-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #0f172a;
  border-bottom: 1px solid #1e293b;
}

.zpseo-console-dots {
  display: flex;
  gap: 6px;
}

.zpseo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.zpseo-dot-red { background: #ef4444; }
.zpseo-dot-yellow { background: #eab308; }
.zpseo-dot-green { background: #22c55e; }

.zpseo-console-title {
  color: #94a3b8;
  font-size: 0.78rem;
  font-family: monospace;
}

.zpseo-console-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #22c55e;
  font-weight: 600;
}

.zpseo-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
}

.zpseo-console-body {
  padding: 20px;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 0.85rem;
  line-height: 1.7;
}

.zpseo-console-line {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.zpseo-prompt {
  color: #3b82f6;
  font-weight: 700;
  user-select: none;
}

.zpseo-command {
  color: #f1f5f9;
}

.zpseo-output {
  color: #94a3b8;
  padding-left: 24px;
}

.zpseo-val {
  color: #38bdf8;
  font-weight: 600;
}

.zpseo-val.zpseo-val-green {
  color: #4ade80;
}

.zpseo-console-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  background: #070d18;
  border-top: 1px solid #1e293b;
  font-size: 0.78rem;
  color: #64748b;
}

.zpseo-ping {
  color: #22c55e;
  font-weight: 600;
}

/* --- Slot 2: Proof Stats Bar --- */
.zpseo-proof-stats-bar-section {
  padding: 24px 0;
}

.zpseo-stats-bar-card {
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-md, 14px);
  padding: 24px 32px;
  box-shadow: var(--zx-shadow-card, 0 4px 20px -2px rgba(15, 23, 42, 0.05));
}

.zpseo-stats-bar-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.zpseo-stats-bar-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.zpseo-stats-bar-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--zx-blue-light, #eef2ff);
  color: var(--zx-blue-primary, #010ED0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zpseo-stats-bar-content {
  display: flex;
  flex-direction: column;
}

.zpseo-stats-bar-value {
  font-family: var(--zx-font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--zx-text-main, #0f172a);
}

.zpseo-stats-bar-label {
  font-size: 0.78rem;
  color: var(--zx-text-muted, #475569);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.zpseo-stats-bar-divider {
  width: 1px;
  height: 40px;
  background: var(--zx-border-subtle, #e2e8f0);
}

/* --- Slot 2: Proof Pill Cloud --- */
.zpseo-pill-cloud-section {
  padding: 32px 0;
  background: var(--zx-bg-subtle, #f8fafc);
  border-top: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-bottom: 1px solid var(--zx-border-subtle, #e2e8f0);
}

.zpseo-pill-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.zpseo-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 9999px;
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.zpseo-proof-pill:hover {
  transform: translateY(-2px);
  border-color: var(--zx-blue-primary, #010ED0);
}

.zpseo-pill-icon-box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--zx-blue-light, #eef2ff);
  color: var(--zx-blue-primary, #010ED0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zpseo-pill-body {
  display: flex;
  flex-direction: column;
}

.zpseo-pill-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
}

.zpseo-pill-sub {
  font-size: 0.72rem;
  color: var(--zx-text-muted, #475569);
  font-weight: 500;
}

/* --- Slot 3: Before / After Comparison Grid --- */
.zpseo-before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zpseo-ba-card {
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-md, 14px);
  padding: 24px;
  box-shadow: var(--zx-shadow-card);
}

.zpseo-ba-metric-title {
  font-family: var(--zx-font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--zx-border-subtle, #e2e8f0);
}

.zpseo-ba-state {
  border-radius: var(--zx-radius-sm, 8px);
  padding: 14px 16px;
  margin-bottom: 12px;
}

.zpseo-ba-before {
  background: #fef2f2;
  border: 1px solid #fee2e2;
}

.zpseo-ba-after {
  background: #eff6ff;
  border: 1px solid #dbeafe;
}

.zpseo-ba-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.zpseo-ba-badge-red {
  background: #fca5a5;
  color: #991b1b;
}

.zpseo-ba-badge-blue {
  background: #bfdbfe;
  color: #1e40af;
}

.zpseo-ba-state p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--zx-text-main, #0f172a);
}

/* --- Slot 3: Cost of Inaction (COI) Matrix --- */
.zpseo-coi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zpseo-coi-card {
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-md, 14px);
  padding: 28px;
  box-shadow: var(--zx-shadow-card);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.zpseo-coi-card:hover {
  transform: translateY(-4px);
  border-color: #ef4444;
}

.zpseo-coi-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fef2f2;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.zpseo-coi-title {
  font-family: var(--zx-font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
  margin-bottom: 10px;
}

.zpseo-coi-desc {
  font-size: 0.92rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.6;
  margin-bottom: 16px;
}

.zpseo-coi-impact {
  font-size: 0.82rem;
  background: var(--zx-bg-subtle, #f8fafc);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--zx-text-main, #0f172a);
}

.zpseo-coi-impact strong {
  color: #ef4444;
}

/* --- Slot 4: Vertical Stepper --- */
.zpseo-stepper-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.zpseo-stepper-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  position: relative;
  padding-bottom: 36px;
}

.zpseo-stepper-item:last-child {
  padding-bottom: 0;
}

.zpseo-stepper-marker-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zpseo-stepper-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--zx-blue-light, #eef2ff);
  border: 2px solid var(--zx-blue-primary, #010ED0);
  color: var(--zx-blue-primary, #010ED0);
  font-family: var(--zx-font-heading);
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.zpseo-stepper-line {
  width: 2px;
  flex-grow: 1;
  background: var(--zx-border-subtle, #e2e8f0);
  margin-top: 8px;
}

.zpseo-stepper-card {
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-md, 14px);
  padding: 24px 28px;
  box-shadow: var(--zx-shadow-card);
}

.zpseo-stepper-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.zpseo-stepper-title {
  font-family: var(--zx-font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
  margin: 0;
}

.zpseo-stepper-duration {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--zx-blue-primary, #010ED0);
  background: var(--zx-blue-light, #eef2ff);
  padding: 4px 10px;
  border-radius: 9999px;
}

.zpseo-stepper-desc {
  font-size: 0.95rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.6;
  margin-bottom: 14px;
}

.zpseo-stepper-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zpseo-stepper-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #1e293b;
  background: var(--zx-bg-subtle, #f8fafc);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  padding: 4px 10px;
  border-radius: 6px;
}

/* --- Slot 4: Tech Spec Sheet --- */
.zpseo-spec-table-card {
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-md, 14px);
  overflow: hidden;
  box-shadow: var(--zx-shadow-card);
}

.zpseo-spec-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.zpseo-spec-table th {
  background: var(--zx-bg-subtle, #f8fafc);
  padding: 16px 24px;
  font-family: var(--zx-font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
  border-bottom: 1px solid var(--zx-border-subtle, #e2e8f0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.zpseo-spec-table td {
  padding: 16px 24px;
  font-size: 0.92rem;
  color: var(--zx-text-muted, #475569);
  border-bottom: 1px solid var(--zx-border-subtle, #e2e8f0);
}

.zpseo-spec-table tr:last-child td {
  border-bottom: none;
}

.zpseo-spec-table tr:hover td {
  background: rgba(1, 14, 208, 0.015);
}

.zpseo-spec-dim {
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
}

.zpseo-spec-val {
  color: var(--zx-text-main, #0f172a);
  font-weight: 600;
}

.zpseo-spec-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.76rem;
  font-weight: 700;
  background: #ecfdf5;
  color: #059669;
}

/* --- Slot 5: Knowledge Graph Box --- */
.zpseo-kg-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}

.zpseo-kg-content-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.zpseo-kg-card {
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-md, 14px);
  padding: 24px;
  box-shadow: var(--zx-shadow-card);
}

.zpseo-kg-card-title {
  font-family: var(--zx-font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
  margin-bottom: 10px;
}

.zpseo-kg-card p {
  margin: 0 0 14px 0;
  font-size: 0.94rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.65;
}

.zpseo-kg-triples {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--zx-bg-subtle, #f8fafc);
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 0.8rem;
  color: var(--zx-text-muted, #475569);
}

.zpseo-kg-faq-card {
  background: var(--zx-bg-subtle, #f8fafc);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
}

.zpseo-kg-faq-card:last-child {
  margin-bottom: 0;
}

.zpseo-kg-faq-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
  margin: 0 0 6px 0;
}

.zpseo-kg-faq-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.55;
}

/* --- Slot 6: Working Contact Form Parity & WhatsApp VIP Gateway --- */
.zc-form-card,
.zpseo-form-card {
  background: var(--zx-bg-surface, #ffffff);
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-md, 14px);
  padding: 32px;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.08);
}

.zpseo-form-header {
  margin-bottom: 24px;
}

.zpseo-form-title {
  font-family: var(--zx-font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--zx-text-main, #0f172a);
  margin: 0 0 6px 0;
}

.zpseo-form-subtitle {
  font-size: 0.92rem;
  color: var(--zx-text-muted, #475569);
  margin: 0;
}

.zc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.zc-form-row.zc-full-width {
  grid-template-columns: 1fr;
}

.zc-field {
  display: flex;
  flex-direction: column;
}

.zc-field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--zx-text-main, #0f172a);
  margin-bottom: 6px;
}

.zc-field input,
.zc-field textarea,
.zc-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: var(--zx-radius-sm, 8px);
  background: var(--zx-bg-surface, #ffffff);
  font-family: inherit;
  font-size: 0.92rem;
  color: var(--zx-text-main, #0f172a);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zc-field input:focus,
.zc-field textarea:focus {
  outline: none;
  border-color: var(--zx-blue-primary, #010ED0);
  box-shadow: 0 0 0 3px rgba(1, 14, 208, 0.12);
}

.zc-field .zc-readonly-field {
  background: var(--zx-bg-subtle, #f8fafc);
  color: var(--zx-text-muted, #475569);
  font-weight: 600;
  cursor: default;
}

.zpseo-btn-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 1rem;
}

/* WhatsApp Gateway Styles */
.zpseo-wa-priority-section {
  padding: 64px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.zpseo-wa-gateway-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.zpseo-wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.zpseo-wa-heading {
  font-family: var(--zx-font-heading);
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 800;
  color: var(--zx-text-main, #0f172a);
  line-height: 1.25;
  margin-bottom: 16px;
}

.zpseo-wa-desc {
  font-size: 1.05rem;
  color: var(--zx-text-muted, #475569);
  line-height: 1.65;
  margin-bottom: 24px;
}

.zpseo-wa-action-card {
  background: #ffffff;
  border: 1px solid #d1fae5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.08);
}

.zpseo-wa-action-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.zpseo-wa-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
}

.zpseo-wa-status-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: #047857;
}

.zpseo-btn-whatsapp-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: #25D366;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--zx-radius-sm, 8px);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.zpseo-btn-whatsapp-lg:hover {
  background: #20bd5a;
  transform: translateY(-2px);
}

.zpseo-wa-perks-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zpseo-wa-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--zx-text-main, #0f172a);
}

.zpseo-wa-perk svg {
  color: #059669;
  flex-shrink: 0;
}

/* Split Card Form Variant */
.zpseo-split-card-section {
  padding: 64px 0;
}

.zpseo-split-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.zpseo-split-info-col {
  padding-right: 12px;
}

/* Responsive adjustments for new block additions */
@media (max-width: 1024px) {
  .zpseo-console-grid,
  .zpseo-wa-gateway-wrapper,
  .zpseo-split-card-wrapper,
  .zpseo-kg-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .zpseo-before-after-grid,
  .zpseo-coi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .zpseo-stats-bar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .zpseo-stats-bar-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .zc-form-row {
    grid-template-columns: 1fr;
  }
  .zpseo-before-after-grid,
  .zpseo-coi-grid {
    grid-template-columns: 1fr;
  }
  .zpseo-stats-bar-grid {
    grid-template-columns: 1fr;
  }
  .zpseo-stepper-item {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }
  .zpseo-stepper-num {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   Editorial Insights & Local News Hub (/insights/) Styles
   ========================================================================== */

.zx-container-editorial {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

.zx-container-editorial-wide {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.zx-insight-header {
  padding: 48px 0 32px;
  border-bottom: 1px solid #f1f5f9;
}

.zx-insight-meta-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.85rem;
}

.zx-insight-back-link {
  color: #64748b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.zx-insight-back-link:hover {
  color: var(--zx-blue-primary, #010ED0);
}

.zx-meta-divider {
  color: #cbd5e1;
}

.zx-insight-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(1, 14, 208, 0.08);
  color: var(--zx-blue-primary, #010ED0);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.zx-insight-title {
  font-family: var(--zx-font-heading, inherit);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.22;
  color: #0f172a;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.zx-insight-author-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.zx-author-avatar-circle,
.zx-avatar-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
}

.zx-author-info {
  display: flex;
  flex-direction: column;
}

.zx-author-name {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.95rem;
}

.zx-author-date {
  font-size: 0.8rem;
  color: #64748b;
}

.zx-insight-social-quick {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zx-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #f1f5f9;
  color: #475569;
  transition: all 0.2s ease;
}

.zx-social-btn:hover {
  background: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  transform: translateY(-2px);
}

.zx-insight-media-wrap {
  margin: 32px auto;
}

.zx-insight-img-frame {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px -15px rgba(15, 23, 42, 0.12);
  background: #f8fafc;
}

.zx-insight-cover-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.zx-insight-body-grid {
  padding-bottom: 64px;
}

.zx-insight-lead-box {
  background: linear-gradient(135deg, rgba(1, 14, 208, 0.05) 0%, rgba(248, 250, 252, 0.8) 100%);
  border-left: 4px solid var(--zx-blue-primary, #010ED0);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin-bottom: 32px;
}

.zx-lead-paragraph {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #1e293b;
  font-weight: 500;
  margin: 0;
}

.zx-insight-takeaways-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 36px;
  box-shadow: 0 8px 24px -6px rgba(15, 23, 42, 0.05);
}

.zx-takeaways-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.zx-takeaways-title {
  font-weight: 800;
  font-size: 1.05rem;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.zx-takeaways-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zx-takeaways-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #334155;
}

.zx-check-dot {
  color: #10b981;
  font-weight: 900;
  flex-shrink: 0;
}

.zx-editorial-prose {
  font-size: 1.1rem;
  line-height: 1.85;
  color: #334155;
  letter-spacing: -0.005em;
}

.zx-editorial-prose p {
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #334155;
}

.zx-editorial-prose h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0b132b;
  margin: 44px 0 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 10px;
}

.zx-editorial-prose h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0b132b;
  margin: 36px 0 16px;
  line-height: 1.4;
  letter-spacing: -0.015em;
}

.zx-editorial-prose h4 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1e293b;
  margin: 28px 0 14px;
  line-height: 1.45;
}

.zx-editorial-prose strong {
  font-weight: 700;
  color: #0f172a;
}

.zx-editorial-prose ul.zx-story-list,
.zx-editorial-prose ul {
  margin: 20px 0 28px 0;
  padding: 0;
  list-style: none;
}

.zx-editorial-prose ul.zx-story-list li,
.zx-editorial-prose ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #334155;
}

.zx-editorial-prose ul.zx-story-list li::before,
.zx-editorial-prose ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 7px;
  height: 7px;
  background-color: var(--zx-blue-primary, #010ED0);
  border-radius: 50%;
}

.zx-editorial-prose ol.zx-story-ordered-list,
.zx-editorial-prose ol {
  margin: 20px 0 28px 24px;
  padding-left: 8px;
}

.zx-editorial-prose ol.zx-story-ordered-list li,
.zx-editorial-prose ol li {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #334155;
  padding-left: 6px;
}

.zx-editorial-prose blockquote {
  border-left: 4px solid var(--zx-blue-primary, #010ED0);
  padding: 16px 24px;
  margin: 28px 0;
  background: #f8fafc;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #1e293b;
}

.zx-insight-impact-section {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  margin: 40px 0;
}

.zx-impact-heading {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zx-impact-text {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #334155;
}

/* In-Text Contextual Commercial Hyperlinks */
.zx-editorial-link {
  color: var(--zx-blue-primary, #010ED0);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: all 0.2s ease;
}

.zx-editorial-link:hover {
  color: #081033;
  text-decoration-thickness: 2.5px;
}

/* Related Market Intelligence (Level 3 Sibling Mesh) */
.zx-related-intelligence-wrap {
  margin: 56px 0 44px;
  padding-top: 36px;
  border-top: 1px solid #e2e8f0;
}

.zx-related-header {
  margin-bottom: 24px;
}

.zx-related-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zx-blue-primary, #010ED0);
  background: rgba(1, 14, 208, 0.06);
  border: 1px solid rgba(1, 14, 208, 0.15);
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 8px;
}

.zx-related-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0b132b;
  margin: 0;
}

.zx-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

.zx-related-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.zx-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -4px rgba(1, 14, 208, 0.1);
  border-color: rgba(1, 14, 208, 0.35);
}

.zx-related-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.zx-related-media {
  position: relative;
  height: 140px;
  background: #0f172a;
  overflow: hidden;
}

.zx-related-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.zx-related-card:hover .zx-related-img {
  transform: scale(1.05);
}

.zx-related-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zx-related-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(10, 17, 40, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.zx-related-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.zx-related-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #64748b;
  margin-bottom: 8px;
}

.zx-related-city {
  font-weight: 600;
  color: var(--zx-blue-primary, #010ED0);
}

.zx-related-card-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #0b132b;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zx-related-card:hover .zx-related-card-title {
  color: var(--zx-blue-primary, #010ED0);
}

.zx-pillar-bridge-card {
  background: linear-gradient(135deg, #0a1128 0%, #0f172a 100%);
  border: 1px solid rgba(1, 14, 208, 0.4);
  border-radius: 16px;
  padding: 36px 32px;
  margin: 48px 0;
  box-shadow: 0 20px 45px -15px rgba(1, 14, 208, 0.25);
  color: #ffffff;
}

.zx-pillar-bridge-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.zx-bridge-content {
  flex: 1;
  min-width: 280px;
}

.zx-bridge-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #60a5fa;
  margin-bottom: 8px;
}

.zx-bridge-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.zx-bridge-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0;
}

.zx-bridge-action {
  flex-shrink: 0;
}

.zx-bridge-btn {
  background: var(--zx-blue-primary, #010ED0);
  color: #ffffff !important;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}

.zx-bridge-btn:hover {
  background: #253cbb;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(1, 14, 208, 0.4);
}

.zx-eeat-bio-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  margin-top: 40px;
}

.zx-eeat-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.zx-eeat-name {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.zx-eeat-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #eff6ff;
  color: var(--zx-blue-primary, #010ED0);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}

.zx-eeat-bio-text {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* ==========================================================================
   Insights Hub Directory & Archive (/insights/) Styles
   ========================================================================== */

.zx-archive-hero {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 64px 0 44px;
  text-align: center;
}

.zx-archive-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: var(--zx-blue-primary, #010ED0);
  padding: 5px 16px;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.zx-archive-hero-badge .zx-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--zx-blue-primary, #010ED0);
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(1, 14, 208, 0.35);
}

.zx-archive-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.zx-archive-hero-lead {
  font-size: 1.15rem;
  color: #475569;
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.zx-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.zx-filter-pill {
  padding: 8px 18px;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #334155;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.zx-filter-pill:hover,
.zx-filter-pill.zx-active {
  background: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  border-color: var(--zx-blue-primary, #010ED0);
}

.zx-archive-grid-section {
  padding: 64px 0 80px;
}

.zx-insights-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.zx-insight-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.zx-insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
  border-color: #cbd5e1;
}

.zx-card-link-wrap {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zx-card-media {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f1f5f9;
}

.zx-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.zx-insight-card:hover .zx-card-img {
  transform: scale(1.04);
}

.zx-card-img-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zx-card-category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 6px;
}

.zx-card-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.zx-card-meta {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 10px;
  font-weight: 600;
}

.zx-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  margin: 0 0 10px;
}

.zx-card-excerpt {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 18px;
  flex-grow: 1;
}

.zx-card-footer {
  margin-top: auto;
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
}

.zx-read-more-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-blue-primary, #010ED0);
  display: inline-flex;
  align-items: center;
}

.zx-archive-pagination {
  margin-top: 48px;
  text-align: center;
}

.zx-archive-pagination ul {
  display: inline-flex;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.zx-archive-pagination a,
.zx-archive-pagination span.current {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
}

.zx-archive-pagination span.current {
  background: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  border-color: var(--zx-blue-primary, #010ED0);
}

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

@media (max-width: 768px) {
  .zx-insight-title {
    font-size: 2rem;
  }
  .zx-archive-hero-title {
    font-size: 2.1rem;
  }
  .zx-insights-card-grid {
    grid-template-columns: 1fr;
  }
  .zx-pillar-bridge-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   Level 2: In-Text Contextual Linking (Body Text Anchor Links)
   ========================================================================== */
.zx-editorial-prose a.zx-editorial-link,
.zx-editorial-link {
  color: var(--zx-blue-primary, #010ED0);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(1, 14, 208, 0.4);
  transition: all 0.2s ease;
  padding: 0 2px;
  border-radius: 3px;
}

.zx-editorial-prose a.zx-editorial-link:hover,
.zx-editorial-link:hover {
  color: #000a8c;
  text-decoration-color: #000a8c;
  background-color: rgba(1, 14, 208, 0.06);
}

/* ==========================================================================
   Level 3: Related Market Intelligence (Horizontal Sibling Mesh)
   ========================================================================== */
.zx-related-intelligence-wrap {
  margin: 56px 0 44px;
  padding: 36px 32px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 4px 20px -4px rgba(15, 23, 42, 0.04);
}

.zx-related-header {
  margin-bottom: 24px;
}

.zx-related-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--zx-blue-primary, #010ED0);
  background: rgba(1, 14, 208, 0.08);
  padding: 5px 12px;
  border-radius: 9999px;
  margin-bottom: 10px;
}

.zx-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--zx-blue-primary, #010ED0);
  display: inline-block;
}

.zx-related-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.zx-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.zx-related-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.zx-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
}

.zx-related-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zx-related-media {
  position: relative;
  width: 100%;
  height: 140px;
  background: #f1f5f9;
  overflow: hidden;
}

.zx-related-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.zx-related-card:hover .zx-related-img {
  transform: scale(1.05);
}

.zx-related-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
}

.zx-related-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 5px;
}

.zx-related-body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.zx-related-meta {
  font-size: 0.78rem;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 600;
}

.zx-related-city {
  color: #0f172a;
}

.zx-meta-divider {
  margin: 0 4px;
}

.zx-related-card-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .zx-related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==========================================================================
   Streamlined Directory Hub: City Filter, Broad Category Pillars & Pagination
   ========================================================================== */
.zx-directory-hub-wrapper {
  margin: 0 auto;
}

/* 1. Top Clean Toolbar (City Dropdown + Status Counter) */
.zx-dir-clean-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.zx-dir-city-filter-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 320px;
}

.zx-dir-city-icon {
  position: absolute;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}

.zx-dir-city-select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 42px 12px 44px;
  font-family: var(--zx-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.zx-dir-city-select:focus {
  border-color: var(--zx-blue-primary, #010ED0);
  box-shadow: 0 0 0 3px rgba(1, 14, 208, 0.12);
}

.zx-dir-status-pill {
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
  background: #f1f5f9;
  padding: 10px 18px;
  border-radius: 9999px;
  white-space: nowrap;
}

/* 2. Broad Category Pills (Max 6-8 Pillars) */
.zx-dir-category-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.zx-dir-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 10px 18px;
  border-radius: 9999px;
  font-family: var(--zx-font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease;
}

.zx-dir-cat-pill:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}

.zx-dir-cat-pill.is-active {
  background: var(--zx-blue-primary, #010ED0);
  border-color: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(1, 14, 208, 0.22);
}

.zx-cat-icon {
  font-size: 1rem;
}

.zx-cat-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #f1f5f9;
  color: #475569;
}

.zx-dir-cat-pill.is-active .zx-cat-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

/* 3. National Badges */
.zx-dir-national-pill {
  display: inline-flex;
  align-items: center;
  color: #6366f1;
  font-weight: 600;
}

/* 4. Numbered Pagination Bar */
.zx-dir-pagination-container {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.zx-dir-pagination {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.zx-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: var(--zx-font-body);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.zx-page-btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #0f172a;
}

.zx-page-btn.is-current {
  background: var(--zx-blue-primary, #010ED0);
  border-color: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(1, 14, 208, 0.22);
}

.zx-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 42px;
  color: #94a3b8;
  font-weight: 700;
}

/* 5. Empty State / No Results */
.zx-dir-no-results {
  text-align: center;
  padding: 60px 24px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  margin-top: 24px;
}

.zx-dir-no-results h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.zx-dir-no-results p {
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .zx-dir-clean-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .zx-dir-city-filter-wrap {
    min-width: 100%;
  }
  .zx-dir-status-pill {
    text-align: center;
  }
}

/* ==========================================================================
   6. Semantic Q&A & Social Infinite Loop Ecosystem Styles
   ========================================================================== */

/* 2-Column Editorial Grid (Left 68% Stream + Right 32% Sticky Sidebar) */
.zx-qa-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: stretch;
  margin-top: 36px;
  margin-bottom: 60px;
}

.zx-qa-content-stream {
  min-width: 0;
}

.zx-qa-sidebar {
  min-width: 0;
  align-self: stretch;
  height: 100%;
}

.zx-sticky-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

/* Option A: Pinned Sticky Consultation Card (Follows reader to the bottom of article) */
.zx-sticky-cta-card {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 20;
}

/* Q&A Header & Meta */
.zx-qa-header {
  padding-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--zx-border-subtle, #e2e8f0);
}

.zx-qa-meta-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  margin-bottom: 16px;
}

.zx-qa-back-link {
  color: #64748b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.zx-qa-back-link:hover {
  color: var(--zx-blue-primary, #010ED0);
}

.zx-qa-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: #eff6ff;
  color: var(--zx-blue-primary, #010ED0);
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.zx-qa-title {
  font-family: var(--zx-font-heading, 'Inter', sans-serif);
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.zx-qa-info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.zx-qa-author-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zx-qa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #010ED0 0%, #3b82f6 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zx-qa-author-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 6px;
}

.zx-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #010ED0;
  background: #eff6ff;
  padding: 2px 8px;
  border-radius: 6px;
}

.zx-qa-sub-meta {
  font-size: 0.82rem;
  color: #64748b;
  margin-top: 2px;
}

/* Instant Direct Answer Box (Google AI & Snippet Target) */
.zx-direct-answer-box {
  background: #f0fdf4;
  border: 2px solid #86efac;
  border-left: 6px solid #16a34a;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 36px;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.08);
}

.zx-answer-box-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.zx-answer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zx-answer-label {
  font-size: 0.96rem;
  font-weight: 700;
  color: #15803d;
}

.zx-answer-box-body p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #14532d;
  font-weight: 500;
  margin: 0;
}

/* Deep-Dive Section */
.zx-qa-deep-dive {
  margin-bottom: 44px;
}

.zx-qa-markdown-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
}

.zx-qa-markdown-body p {
  margin-bottom: 20px;
}

.zx-qa-markdown-body ul, .zx-qa-markdown-body ol {
  margin-bottom: 24px;
  padding-left: 24px;
}

.zx-qa-markdown-body li {
  margin-bottom: 10px;
}

/* Commercial Solution Bridge Card */
.zx-qa-solution-bridge {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  padding: 36px 40px;
  color: #ffffff;
  margin-bottom: 40px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
  position: relative;
  overflow: hidden;
}

.zx-bridge-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #60a5fa;
  margin-bottom: 12px;
}

.zx-bridge-h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.3;
}

.zx-bridge-copy {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0 0 24px;
  max-width: 600px;
}

.zx-bridge-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.zx-btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zx-btn-whatsapp:hover {
  background: #1ebc59;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
}

/* Sidebar Widgets (Quora / Reddit Style) */
.zx-sidebar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.zx-widget-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.zx-widget-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.zx-quora-qa-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zx-quora-qa-item {
  margin: 0;
}

.zx-quora-qa-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.zx-quora-qa-link:hover {
  background: #eff6ff;
  color: var(--zx-blue-primary, #010ED0);
  transform: translateX(4px);
}

.zx-quora-arrow {
  color: #94a3b8;
  font-weight: 700;
  flex-shrink: 0;
}

.zx-quora-qa-link:hover .zx-quora-arrow {
  color: var(--zx-blue-primary, #010ED0);
}

.zx-sol-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--zx-blue-primary, #010ED0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.zx-sol-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
  line-height: 1.35;
}

.zx-sol-card-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 16px;
}

.zx-sol-card-link {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--zx-blue-primary, #010ED0);
  text-decoration: none;
}

.zx-sol-card-link:hover {
  text-decoration: underline;
}

/* Instagram / Reddit "Suggested For You" Recommendation Feed */
.zx-suggested-section {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 60px 0 80px;
}

.zx-suggested-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.zx-suggested-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: #eff6ff;
  color: var(--zx-blue-primary, #010ED0);
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.zx-suggested-title {
  font-family: var(--zx-font-heading, 'Inter', sans-serif);
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
}

.zx-suggested-subtitle {
  font-size: 1rem;
  color: #64748b;
  margin: 0;
}

.zx-suggested-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.zx-suggested-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.zx-suggested-card:hover {
  transform: translateY(-4px);
  border-color: var(--zx-blue-primary, #010ED0);
  box-shadow: 0 12px 28px rgba(1, 14, 208, 0.08);
}

.zx-sug-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.zx-sug-badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.zx-badge-insight {
  background: #fdf4ff;
  color: #a855f7;
}

.zx-badge-solution {
  background: #eff6ff;
  color: #010ED0;
}

.zx-badge-qa {
  background: #f0fdf4;
  color: #16a34a;
}

.zx-sug-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
}

.zx-sug-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 20px;
}

.zx-sug-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.zx-sug-hook {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  transition: color 0.2s ease;
}

.zx-suggested-card:hover .zx-sug-hook {
  color: var(--zx-blue-primary, #010ED0);
}

.zx-sug-arrow {
  color: #cbd5e1;
  font-weight: 800;
  transition: transform 0.2s ease, color 0.2s ease;
}

.zx-suggested-card:hover .zx-sug-arrow {
  color: var(--zx-blue-primary, #010ED0);
  transform: translateX(4px);
}

/* ==========================================================================
   Enterprise Direct Knowledge Base (/answers/) Styles
   ========================================================================== */

.zx-kb-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box;
}

.zx-kb-main {
  padding-bottom: 60px;
}

.zx-kb-hero {
  padding: 56px 0 38px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}

.zx-kb-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--zx-blue-primary, #010ED0);
  background: #eff6ff;
  border: 1px solid #dbeafe;
  padding: 5px 16px;
  border-radius: 9999px;
  margin-bottom: 16px;
}

.zx-kb-hero-title {
  font-family: var(--zx-font-heading, 'Inter', sans-serif);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px;
  line-height: 1.25;
}

.zx-kb-hero-sub {
  font-size: 1.08rem;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto 28px;
  line-height: 1.65;
}

/* Hero Live Search Box */
.zx-kb-search-container {
  max-width: 680px;
  margin: 0 auto 20px;
  position: relative;
}

.zx-kb-search-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  padding: 6px 8px 6px 18px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: all 0.25s ease;
}

.zx-kb-search-box:focus-within {
  border-color: var(--zx-blue-primary, #010ED0);
  box-shadow: 0 8px 30px rgba(1, 14, 208, 0.12);
}

.zx-kb-search-icon {
  color: #94a3b8;
  margin-right: 12px;
  flex-shrink: 0;
}

.zx-kb-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.02rem;
  color: #0f172a;
  background: transparent;
  font-family: inherit;
  padding: 8px 0;
}

.zx-kb-search-input::placeholder {
  color: #94a3b8;
}

.zx-kb-search-clear {
  font-size: 1.4rem;
  color: #94a3b8;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}

.zx-kb-search-clear:hover {
  color: #0f172a;
}

.zx-kb-search-btn {
  background: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 10px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.zx-kb-search-btn:hover {
  background: #010bb5;
  transform: translateY(-1px);
}

/* Autocomplete Suggestion Dropdown */
.zx-kb-search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.14);
  z-index: 100;
  text-align: left;
  overflow: hidden;
}

.zx-kb-dropdown-header {
  padding: 10px 16px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.zx-kb-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  text-decoration: none;
  transition: background 0.15s ease;
}

.zx-kb-dropdown-item:hover {
  background: #f8fafc;
}

.zx-kb-drop-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  background: #eff6ff;
  color: var(--zx-blue-primary, #010ED0);
  white-space: nowrap;
}

.zx-kb-drop-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}

.zx-kb-dropdown-all {
  display: block;
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-blue-primary, #010ED0);
  text-align: center;
  background: #f8fafc;
  text-decoration: none;
}

.zx-kb-dropdown-all:hover {
  text-decoration: underline;
}

.zx-kb-dropdown-none {
  padding: 16px;
  font-size: 0.9rem;
  color: #64748b;
  text-align: center;
}

/* Trending Topic Tags in Hero */
.zx-kb-trending-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.88rem;
  color: #64748b;
}

.zx-kb-trending-label {
  font-weight: 600;
  margin-right: 4px;
}

.zx-kb-trending-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.zx-kb-tag-pill {
  color: #475569;
  background: #f1f5f9;
  padding: 4px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  transition: all 0.15s ease;
}

.zx-kb-tag-pill:hover,
.zx-kb-tag-pill.is-active {
  background: #eff6ff;
  color: var(--zx-blue-primary, #010ED0);
  font-weight: 600;
}

/* Featured Topic Overview Section */
.zx-kb-topics-overview {
  margin: 44px 0 20px;
}

.zx-kb-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zx-kb-section-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.zx-kb-section-badge {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  background: #f1f5f9;
  padding: 4px 12px;
  border-radius: 9999px;
}

.zx-kb-topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.zx-kb-topic-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02);
}

.zx-kb-topic-card:hover {
  transform: translateY(-2px);
  border-color: var(--zx-blue-primary, #010ED0);
  box-shadow: 0 8px 22px rgba(1, 14, 208, 0.08);
}

.zx-kb-topic-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zx-kb-topic-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px;
}

.zx-kb-topic-card-count {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 500;
}

/* Main 2-Column Knowledge Base Layout */
.zx-kb-body-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  margin: 36px 0 60px;
  align-items: flex-start;
}

/* Sidebar Styles */
.zx-kb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.zx-kb-sidebar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02);
}

.zx-kb-sidebar-title {
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #334155;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.zx-kb-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.zx-kb-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.92rem;
  color: #475569;
  font-weight: 500;
  transition: all 0.15s ease;
}

.zx-kb-nav-link:hover {
  background: #f8fafc;
  color: #0f172a;
}

.zx-kb-nav-link.is-active {
  background: #eff6ff;
  color: var(--zx-blue-primary, #010ED0);
  font-weight: 700;
}

.zx-kb-nav-name {
  flex: 1;
  margin-left: 6px;
}

.zx-kb-nav-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: background 0.15s ease;
}

.zx-kb-nav-link.is-active .zx-kb-nav-bullet {
  background: var(--zx-blue-primary, #010ED0);
}

.zx-kb-nav-badge {
  font-size: 0.78rem;
  color: #64748b;
  background: #f1f5f9;
  padding: 2px 7px;
  border-radius: 9999px;
  font-weight: 600;
}

.zx-kb-nav-link.is-active .zx-kb-nav-badge {
  background: #dbeafe;
  color: var(--zx-blue-primary, #010ED0);
}

/* Advisory Card */
.zx-kb-advisory-card {
  background: linear-gradient(135deg, #0b1329 0%, #1e293b 100%);
  border-radius: 14px;
  padding: 24px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(11, 19, 41, 0.15);
}

.zx-kb-adv-badge {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #60a5fa;
  margin-bottom: 10px;
}

.zx-kb-adv-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.35;
}

.zx-kb-adv-text {
  font-size: 0.86rem;
  color: #94a3b8;
  line-height: 1.55;
  margin: 0 0 16px;
}

.zx-kb-adv-btn {
  display: inline-block;
  background: #ffffff;
  color: #0f172a;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.zx-kb-adv-btn:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

/* Stream Content Header */
.zx-kb-stream-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.zx-kb-stream-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}

.zx-kb-stream-count {
  font-size: 0.88rem;
  color: #64748b;
}

.zx-kb-reset-filter-btn {
  font-size: 0.84rem;
  font-weight: 600;
  color: #ef4444;
  text-decoration: none;
  background: #fef2f2;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.15s ease;
}

.zx-kb-reset-filter-btn:hover {
  background: #fee2e2;
}

/* Upgraded Question Cards Grid (2 Balanced Columns) */
.zx-qa-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 0 0 40px;
}

.zx-qa-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02);
}

.zx-qa-card:hover {
  transform: translateY(-3px);
  border-color: var(--zx-blue-primary, #010ED0);
  box-shadow: 0 10px 26px rgba(1, 14, 208, 0.09);
}

.zx-qa-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.zx-qa-card-category {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--zx-blue-primary, #010ED0);
  background: #eff6ff;
  padding: 3px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.zx-qa-verified-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #64748b;
}

.zx-qa-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.38;
  margin: 0 0 12px;
}

.zx-qa-card-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.15s ease;
}

.zx-qa-card-title a:hover {
  color: var(--zx-blue-primary, #010ED0);
}

.zx-qa-card-snippet {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px;
}

.zx-qa-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.zx-qa-read-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--zx-blue-primary, #010ED0);
  text-decoration: none;
  transition: color 0.15s ease;
}

.zx-qa-read-link:hover {
  text-decoration: underline;
}

.zx-qa-read-time {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 500;
}

/* Empty State */
.zx-kb-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
}

.zx-kb-empty-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.zx-kb-empty-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.zx-kb-empty-desc {
  font-size: 0.95rem;
  color: #64748b;
  max-width: 480px;
  margin: 0 auto 20px;
  line-height: 1.55;
}

.zx-kb-empty-action {
  display: inline-block;
  background: var(--zx-blue-primary, #010ED0);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .zx-kb-container {
    padding: 0 20px;
  }

  .zx-kb-body-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zx-kb-sidebar-sticky {
    position: static;
  }

  .zx-kb-topics-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .zx-qa-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .zx-kb-hero {
    padding: 44px 0 28px;
  }

  .zx-kb-search-box {
    padding: 4px 6px 4px 14px;
  }

  .zx-kb-search-btn {
    padding: 8px 16px;
    font-size: 0.88rem;
  }

  .zx-qa-cards-grid {
    grid-template-columns: 1fr;
  }
}

.zx-faq-human-link {
  display: inline-block;
  color: var(--zx-blue-primary, #010ED0);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.zx-faq-human-link:hover {
  color: #1e40af;
  text-decoration: underline;
  transform: translateX(2px);
}

/* Responsive collapse for 2-column layout */
@media (max-width: 1024px) {
  .zx-qa-layout-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .zx-sticky-sidebar-inner {
    height: auto;
  }
  .zx-sticky-cta-card {
    position: static;
    top: auto;
  }
}

/* ==========================================================================
   Table of Contents (On This Page) & Dynamic Sidebar Sticky Cards
   ========================================================================== */

.zx-sidebar-toc-widget {
  background: #ffffff;
  border: 1px solid var(--zx-border-subtle, #e2e8f0);
  border-radius: 12px;
  padding: 18px 20px;
}

.zx-toc-nav {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.zx-toc-nav::-webkit-scrollbar {
  width: 4px;
}
.zx-toc-nav::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.zx-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zx-toc-item {
  position: relative;
  transition: all 0.2s ease;
}

.zx-toc-lvl-3 {
  padding-left: 14px;
  font-size: 0.82rem;
}

.zx-toc-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--zx-text-secondary, #475569);
  text-decoration: none;
  transition: color 0.2s ease;
}

.zx-toc-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
  margin-top: 6px;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.zx-toc-link:hover {
  color: var(--zx-blue-primary, #010ED0);
}

.zx-toc-item.active .zx-toc-bullet {
  background: var(--zx-blue-primary, #010ED0);
  transform: scale(1.4);
}

.zx-toc-item.active .zx-toc-link {
  color: var(--zx-blue-primary, #010ED0);
  font-weight: 600;
}

/* Sidebar Consultation CTA Card */
.zx-sidebar-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.zx-sidebar-btn {
  display: block;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 8px;
}

.zx-sidebar-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.zx-sidebar-whatsapp:hover {
  background: #1eb956;
  color: #ffffff;
  transform: translateY(-1px);
}

.zx-bridge-whatsapp {
  display: inline-flex;
  align-items: center;
  background: #25d366;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-left: 10px;
  transition: background 0.2s ease;
}

.zx-bridge-whatsapp:hover {
  background: #1eb956;
  color: #ffffff;
}

/* ==========================================================================
   Editorial Insights Header, Badge, Author Avatar & Differentiated Cards
   ========================================================================== */

.zx-insight-wrapper {
  background: #ffffff;
  min-height: 100vh;
  padding-bottom: 60px;
}

.zx-insight-header {
  padding: 36px 0 24px 0;
  border-bottom: 1px solid #f1f5f9;
}

.zx-insight-meta-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.zx-insight-back-link {
  color: #64748b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.zx-insight-back-link:hover {
  color: #010ed0;
}

.zx-insight-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #eff6ff;
  color: #010ed0;
  border: 1px solid rgba(1, 14, 208, 0.15);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
}

.zx-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #010ed0;
  display: inline-block;
  flex-shrink: 0;
}

.zx-insight-title {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin: 12px 0 0 0;
}

.zx-insight-byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0 0 0;
  margin-top: 18px;
}

.zx-byline-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zx-author-avatar-small {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #010ed0 0%, #1e40af 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(1, 14, 208, 0.25);
  flex-shrink: 0;
}

.zx-byline-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.zx-byline-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.zx-byline-role {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.2;
}

.zx-byline-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 500;
}

.zx-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zx-meta-divider {
  color: #cbd5e1;
  font-weight: 300;
}

.zx-insight-media-wrap {
  margin-top: 24px;
  margin-bottom: 30px;
}

.zx-insight-img-frame {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.zx-insight-cover-img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  display: block;
}

.zx-insight-lead-box {
  background: #f8fafc;
  border-left: 4px solid #010ed0;
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 24px;
}

.zx-lead-paragraph {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #334155;
  margin: 0;
  font-weight: 500;
}

.zx-insight-takeaways-card {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 30px;
}

.zx-takeaways-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.zx-takeaways-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #166534;
}

.zx-takeaways-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zx-takeaways-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: #1e293b;
  line-height: 1.5;
}

.zx-check-dot {
  color: #16a34a;
  font-weight: 800;
  flex-shrink: 0;
}

.zx-sidebar-solution-card {
  background: #ffffff;
  border: 1.5px solid rgba(1, 14, 208, 0.15);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(1, 14, 208, 0.06);
}

.zx-sol-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #010ed0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.zx-sol-card-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.zx-sol-card-desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #475569;
  margin: 0 0 14px 0;
}

.zx-btn-secondary {
  background: #f8fafc;
  color: #0f172a;
  border: 1.5px solid #e2e8f0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.zx-btn-secondary:hover {
  background: #eff6ff;
  border-color: #010ed0;
  color: #010ed0;
}





