
/* ============ messy-middle ============ */

.article-content .article-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* ── Hero (legacy intern – ascuns, hero-ul oficial vine din Articol.tsx) ── */
.article-content .hero { display: none; }

.article-content h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  color: hsl(var(--foreground));
  margin-bottom: 20px;
  letter-spacing: -.5px;
}

.article-content h1 em {
  font-style: normal;
  color: hsl(var(--primary));
}

/* ── Typography ── */
.article-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin: 52px 0 16px;
  letter-spacing: -.3px;
}

.article-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin: 32px 0 12px;
}

.article-content p { margin-bottom: 20px; color: hsl(var(--foreground) / 0.85); }
.article-content p:last-child { margin-bottom: 0; }
.article-content strong { font-weight: 600; color: hsl(var(--foreground)); }

.article-content ul, .article-content ol {
  margin: 0 0 20px 22px;
  color: hsl(var(--foreground) / 0.85);
}

.article-content li { margin-bottom: 8px; line-height: 1.7; }

/* ── Key takeaways ── */
.article-content .key-takeaways {
  background: hsl(var(--primary) / 0.08);
  border-left: 4px solid hsl(var(--primary));
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin: 0 0 40px;
}

.article-content .key-takeaways h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: hsl(var(--primary));
  margin-bottom: 14px;
}

.article-content .key-takeaways ul { list-style: none; padding: 0; margin: 0; }

.article-content .key-takeaways li {
  padding: 10px 0 10px 26px;
  position: relative;
  margin: 0;
  border-bottom: 1px solid hsl(var(--border));
  font-size: 15.5px;
  color: hsl(var(--foreground));
  line-height: 1.6;
}

.article-content .key-takeaways li:last-child { border-bottom: none; }

.article-content .key-takeaways li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: hsl(var(--primary));
  font-weight: 700;
}

/* ── Pull quote (legacy messy) ── */
.article-content .pull-quote {
  border-left: 3px solid hsl(var(--primary));
  margin: 36px 0;
  padding: 6px 0 6px 24px;
}

.article-content .pull-quote p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: hsl(var(--foreground));
  line-height: 1.5;
  font-style: italic;
  margin: 0;
}

/* ── Stat cards (legacy) ── */
.article-content .stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 32px 0;
}

.article-content .stat-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}

.article-content .stat-card .stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: hsl(var(--primary));
  line-height: 1;
  margin-bottom: 8px;
}

.article-content .stat-card .stat-label {
  font-size: 13.5px;
  color: hsl(var(--muted-foreground));
  line-height: 1.4;
}

/* ── Tip box ── */
.article-content .tip-box {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-left: 4px solid hsl(199 89% 48%);
  border-radius: 12px;
  padding: 22px 26px;
  margin: 32px 0;
}

.article-content .tip-box-header {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: hsl(199 89% 60%);
  margin-bottom: 10px;
}

.article-content .tip-box p { font-size: 15px; color: hsl(var(--foreground) / 0.9); margin-bottom: 10px; }
.article-content .tip-box p:last-child { margin-bottom: 0; }
.article-content .tip-box ul { padding-left: 20px; margin: 0; }
.article-content .tip-box li { font-size: 15px; color: hsl(var(--foreground) / 0.9); margin-bottom: 6px; }

/* ── Warning box ── */
.article-content .warn-box {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-left: 4px solid hsl(38 92% 50%);
  border-radius: 12px;
  padding: 22px 26px;
  margin: 32px 0;
}

.article-content .warn-box-header {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: hsl(38 92% 60%);
  margin-bottom: 10px;
}

.article-content .warn-box p { font-size: 15px; color: hsl(var(--foreground) / 0.9); margin-bottom: 0; }

/* ── Charts (legacy) ── */
.article-content .chart-wrap {
  margin: 36px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
}

.article-content .chart-title-bar {
  background: hsl(var(--muted));
  padding: 16px 22px;
  border-bottom: 1px solid hsl(var(--border));
}

.article-content .chart-title-bar h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin: 0;
}

.article-content .chart-title-bar p {
  font-size: 12px;
  color: hsl(var(--muted-foreground));
  margin: 4px 0 0;
}

.article-content .chart-body {
  background: hsl(var(--card));
  padding: 28px 22px 20px;
}

.article-content .chart-body svg { display: block; width: 100%; }

.article-content .chart-source {
  padding: 10px 22px 14px;
  background: hsl(var(--card));
  font-size: 11.5px;
  color: hsl(var(--muted-foreground));
  border-top: 1px solid hsl(var(--border));
}

/* ── Bias cards ── */
.article-content .bias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.article-content .bias-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 12px;
  padding: 18px;
}

.article-content .bias-card-icon { font-size: 24px; margin-bottom: 10px; }

.article-content .bias-card-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 6px;
}

.article-content .bias-card-desc {
  font-size: 13.5px;
  color: hsl(var(--muted-foreground));
  line-height: 1.5;
  margin-bottom: 10px;
}

.article-content .bias-card-example {
  font-size: 12.5px;
  color: hsl(var(--primary));
  font-weight: 500;
  background: hsl(var(--primary) / 0.1);
  padding: 6px 10px;
  border-radius: 6px;
}

.article-content .bias-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.article-content .bias-tag.strong { background: hsl(142 71% 35% / 0.18); color: hsl(142 71% 65%); }
.article-content .bias-tag.medium { background: hsl(38 92% 50% / 0.18); color: hsl(38 92% 65%); }
.article-content .bias-tag.weak { background: hsl(330 81% 60% / 0.18); color: hsl(330 81% 75%); }

/* ── FAQ section wrapper ── */
.article-content .faq-section { margin-top: 56px; }
.article-content .faq-section h2 { margin-top: 0; }

/* ── CTA block ── */
.article-content .cta-block {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 16px;
  padding: 44px 40px;
  margin-top: 60px;
  text-align: center;
}

.article-content .cta-block h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin: 0 0 14px;
  border-top: none;
  padding-top: 0;
}

.article-content .cta-block p {
  color: hsl(var(--muted-foreground));
  font-size: 16px;
  margin: 0 auto 28px;
  max-width: 480px;
}

.article-content .cta-btn {
  display: inline-block;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .2s;
}

.article-content .cta-btn:hover { opacity: .88; }

/* ── Divider ── */
.article-content .divider {
  border: none;
  border-top: 1px solid hsl(var(--border));
  margin: 48px 0;
}

@media (max-width: 600px) {
  .article-content .bias-grid { grid-template-columns: 1fr; }
  .article-content .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .article-content .cta-block { padding: 32px 22px; }
  .article-content .chart-body { padding: 20px 12px 14px; }
}


/* ============ email-marketing-2026 ============ */



/* === RESET & BASE === */





/* === WRAPPER === */

.article-content .article {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

/* === TYPOGRAPHY === */

.article-content h1 {
  font-size: clamp(26px, 4.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: hsl(var(--foreground));
  margin-bottom: 20px;
}

.article-content h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: hsl(var(--foreground));
  margin: 52px 0 14px;
  padding-top: 8px;
  border-top: 2px solid hsl(var(--border));
}

.article-content h2:first-of-type { border-top: none; }

.article-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin: 28px 0 10px;
}

.article-content p { margin-bottom: 18px; }

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

.article-content strong { font-weight: 700; }

.article-content a { color: hsl(var(--primary)); text-decoration: none; }

.article-content a:hover { text-decoration: underline; }

/* === ARTICLE HEADER === */

.article-content .art-header { margin-bottom: 36px; }

.article-content .art-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: hsl(var(--primary));
  margin-bottom: 16px;
}

.article-content .art-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: hsl(var(--primary));
  border-radius: 2px;
}

.article-content .art-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  font-size: 13px;
  color: hsl(var(--muted-foreground));
}

.article-content .art-meta span { display: flex; align-items: center; gap: 6px; }

/* === LEAD === */

.article-content .art-lead {
  font-size: 18px;
  line-height: 1.65;
  color: #373B46;
  margin-bottom: 32px;
  font-weight: 400;
}

/* === TL;DR === */

.article-content .tldr {
  background: hsl(var(--primary) / 0.08);
  border-left: 3px solid hsl(var(--primary));
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  margin: 32px 0;
}

.article-content .tldr-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: hsl(var(--primary));
  margin-bottom: 12px;
}

.article-content .tldr ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }

.article-content .tldr li { font-size: 14.5px; display: flex; gap: 10px; align-items: flex-start; }

.article-content .tldr li::before { content: '→'; color: hsl(var(--primary)); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* === TOC === */

.article-content .toc {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 28px 0 40px;
}

.article-content .toc-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: hsl(var(--muted-foreground));
  margin-bottom: 14px;
}

.article-content .toc ol { list-style: none; counter-reset: toc; display: flex; flex-direction: column; gap: 6px; }

.article-content .toc li { counter-increment: toc; display: flex; align-items: baseline; gap: 10px; font-size: 14px; }

.article-content .toc li::before {
  content: counter(toc, decimal-leading-zero);
  font-weight: 800;
  font-size: 11px;
  color: hsl(var(--primary));
  min-width: 22px;
  flex-shrink: 0;
}

.article-content .toc a { color: hsl(var(--foreground)); }

.article-content .toc a:hover { color: hsl(var(--primary)); }

/* === STAT HERO === */

.article-content .stat-hero {
  background: hsl(var(--foreground));
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 28px 0;
  position: relative;
  overflow: hidden;
}

.article-content .stat-hero::after {
  content: '';
  position: absolute;
  right: -30px; top: -30px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(255,85,0,.25), transparent 70%);
  pointer-events: none;
}

.article-content .stat-hero-num {
  font-size: 56px;
  font-weight: 800;
  color: hsl(var(--primary));
  line-height: 1;
  letter-spacing: -2px;
  flex-shrink: 0;
}

.article-content .stat-hero-text { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.6; }

.article-content .stat-hero-text strong { color: hsl(var(--background)); }

/* === STATS GRID === */

.article-content .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.article-content .stat-card {
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 18px 20px;
  text-align: center;
}

.article-content .stat-card-num {
  font-size: 28px;
  font-weight: 800;
  color: hsl(var(--primary));
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 6px;
}

.article-content .stat-card-label { font-size: 13px; color: hsl(var(--muted-foreground)); line-height: 1.4; }

.article-content .stat-card-src { font-size: 11px; color: hsl(var(--muted-foreground)); margin-top: 5px; }

/* === CHART WRAPPER === */

.article-content .chart-wrap {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 24px;
  margin: 28px 0;
}

.article-content .chart-title {
  font-size: 14px;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 3px;
}

.article-content .chart-note {
  font-size: 12px;
  color: hsl(var(--muted-foreground));
  margin-bottom: 20px;
}

/* === HORIZONTAL BAR CHART === */

.article-content .hbar-list { display: flex; flex-direction: column; gap: 10px; }

.article-content .hbar-row { display: flex; align-items: center; gap: 10px; }

.article-content .hbar-label { font-size: 13px; color: hsl(var(--foreground)); min-width: 130px; text-align: right; flex-shrink: 0; }

.article-content .hbar-track { flex: 1; height: 26px; background: #E9EBEE; border-radius: 6px; overflow: hidden; }

.article-content .hbar-fill {
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 700;
  color: hsl(var(--background));
  white-space: nowrap;
}

/* === TABLE === */

.article-content .art-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14.5px;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  overflow: hidden;
}

.article-content .art-table thead tr { background: hsl(var(--foreground)); color: hsl(var(--background)); }

.article-content .art-table th { padding: 11px 14px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: .3px; }

.article-content .art-table td { padding: 11px 14px; border-bottom: 1px solid hsl(var(--border)); }

.article-content .art-table tbody tr:last-child td { border-bottom: none; }

.article-content .art-table tbody tr:nth-child(odd) { background: hsl(var(--card)); }

.article-content .art-table td.accent { color: hsl(var(--primary)); font-weight: 700; }

/* === TIPS BOX === */

.article-content .tips-box {
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 24px 0;
  background: hsl(var(--card));
}

.article-content .tips-title {
  font-size: 13px;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 14px;
}

.article-content .tips-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }

.article-content .tips-list li { display: flex; gap: 10px; font-size: 14.5px; align-items: flex-start; }

.article-content .tip-dot { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; }

/* === COMPARE GRID === */

.article-content .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0; }

.article-content .compare-card { border: 1px solid hsl(var(--border)); border-radius: var(--radius); padding: 20px; }

.article-content .compare-card.orange-card { background: hsl(var(--primary) / 0.08); border-color: rgba(255,85,0,.25); }

.article-content .compare-card-title { font-size: 14px; font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 14px; }

.article-content .compare-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }

.article-content .compare-list li { font-size: 13.5px; display: flex; gap: 8px; }

.article-content .compare-list li::before { content: '✓'; color: hsl(142 71% 35%); font-weight: 700; flex-shrink: 0; }

/* === PULL QUOTE === */

.article-content .pull-quote {
  border-left: 3px solid hsl(var(--primary));
  padding: 2px 0 2px 22px;
  margin: 28px 0;
  font-size: 19px;
  font-weight: 700;
  color: hsl(var(--foreground));
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.article-content .pull-quote em { font-style: normal; color: hsl(var(--primary)); }

/* === FAQ === */

.article-content .faq { margin: 0; }

.article-content .faq-item { border: 1px solid hsl(var(--border)); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }

.article-content .faq-q {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  user-select: none;
  transition: background .15s;
}

.article-content .faq-q:hover { background: hsl(var(--muted)); color: hsl(var(--foreground)); }

.article-content .faq-icon { flex-shrink: 0; color: hsl(var(--primary)); font-size: 20px; font-weight: 300; line-height: 1; transition: transform .25s; }

.article-content .faq-q.open .faq-icon { transform: rotate(45deg); }

.article-content .faq-a { display: none; padding: 14px 20px 18px; font-size: 14.5px; color: hsl(var(--foreground)); line-height: 1.7; background: hsl(var(--background)); }

.article-content .faq-a.open { display: block; }

/* Byline autor (E-E-A-T) pe articolele resursa. */
.article-content .article-byline {
  margin: 0 0 28px; font-size: 14px; color: hsl(var(--muted-foreground));
  padding-bottom: 16px; border-bottom: 1px solid hsl(var(--border));
}
.article-content .article-byline strong { color: hsl(var(--foreground)); font-weight: 600; }

/* FAQ AEO (native <details>, fara JS) — folosit de FAQPage-ul CPT resursa.
   Nu depinde de runtime JS (lectie din accordion): continutul e mereu in DOM. */
.article-content details.faq-item { display: block; }
.article-content details.faq-item > summary {
  cursor: pointer; list-style: none; padding: 16px 20px; margin: 0;
  font-size: 16px; font-weight: 600; color: hsl(var(--foreground));
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.article-content details.faq-item > summary::-webkit-details-marker { display: none; }
.article-content details.faq-item > summary::after {
  content: "+"; flex-shrink: 0; color: hsl(var(--primary));
  font-size: 22px; font-weight: 300; line-height: 1; transition: transform .25s;
}
.article-content details.faq-item[open] > summary::after { transform: rotate(45deg); }
.article-content details.faq-item > summary:hover { background: hsl(var(--muted)); }
.article-content details.faq-item > .faq-a {
  display: block; padding: 0 20px 18px; font-size: 14.5px;
  line-height: 1.7; color: hsl(var(--muted-foreground)); background: transparent;
}

/* === CTA === */

.article-content .cta {
  background: hsl(var(--foreground));
  border-radius: 14px;
  padding: 44px 36px;
  text-align: center;
  margin: 56px 0 0;
  position: relative;
  overflow: hidden;
}

.article-content .cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 500px 250px at 50% -20%, rgba(255,85,0,.22), transparent 70%);
  pointer-events: none;
}

.article-content .cta h2 {
  font-size: clamp(20px, 3.5vw, 28px);
  color: hsl(var(--background));
  margin: 0 0 10px;
  padding: 0;
  border: none;
  letter-spacing: -0.3px;
}

.article-content .cta p {
  color: rgba(255,255,255,.6);
  font-size: 15px;
  max-width: 420px;
  margin: 0 auto 24px;
  position: relative;
}

.article-content .btn {
  display: inline-block;
  background: hsl(var(--primary));
  color: hsl(var(--background));
  font-weight: 700;
  font-size: 15px;
  padding: 13px 30px;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  transition: background .2s, transform .15s;
}

.article-content .btn:hover { background: hsl(var(--primary)); text-decoration: none; transform: translateY(-1px); }

/* === SVG INLINE ILLUSTRATION === */

.article-content .illustration { margin: 28px 0; border-radius: var(--radius); overflow: hidden; display: block; }

/* === RESPONSIVE === */
@media (max-width: 580px) {
  
.article-content .compare-grid { grid-template-columns: 1fr; }
  
.article-content .stat-hero { flex-direction: column; gap: 12px; }
  
.article-content .stat-hero-num { font-size: 44px; }
  
.article-content .hbar-label { min-width: 90px; font-size: 12px; }
  
.article-content .art-table { font-size: 13px; }
  
.article-content .art-table td, .article-content .art-table th { padding: 9px 10px; }
}


/* ============ plan-marketing-exemplu ============ */


  

  

  
.article-content { font-size: 16px; -webkit-font-smoothing: antialiased; }


  
.article-content .article-wrapper {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px 80px;
  }

  /* ── HERO ── */
  
.article-content .hero {
    background: radial-gradient(ellipse at 30% 0%, hsl(24 95% 53% / .12) 0%, transparent 60%);
    padding: 64px 0 48px;
    margin-bottom: 48px;
  }

  
.article-content .hero-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

  
.article-content .article-category {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: hsl(var(--primary));
    margin-bottom: 16px;
  }

  
.article-content .article-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: hsl(var(--foreground));
    margin-bottom: 20px;
    max-width: 720px;
  }

  
.article-content .article-lead {
    font-size: 1.125rem;
    color: var(--gray-600);
    max-width: 680px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  
.article-content .article-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.875rem;
    color: var(--gray-400);
    flex-wrap: wrap;
  }

  
.article-content .article-meta span { display: flex; align-items: center; gap: 6px; }

  /* ── BODY TYPOGRAPHY ── */
  
.article-content .article-body h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: hsl(var(--foreground));
    margin: 56px 0 16px;
    line-height: 1.3;
  }

  
.article-content .article-body h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin: 36px 0 12px;
    line-height: 1.4;
  }

  
.article-content .article-body p {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #2d2f3a;
    line-height: 1.75;
  }

  
.article-content .article-body strong { color: hsl(var(--foreground)); font-weight: 600; }

  
.article-content .article-body ul, .article-content .article-body ol {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  
.article-content .article-body li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #2d2f3a;
    line-height: 1.7;
  }

  
.article-content .article-body a { color: hsl(var(--primary)); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s; }
  
.article-content .article-body a:hover { border-color: hsl(var(--primary)); }

  /* ── STAT CARDS ── */
  
.article-content .stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 32px 0;
  }

  
.article-content .stat-card {
    background: var(--gray-100);
    border-radius: 12px;
    padding: 24px 20px;
    border-left: 3px solid hsl(var(--primary));
  }

  
.article-content .stat-card .stat-number {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: hsl(var(--primary));
    line-height: 1;
    margin-bottom: 8px;
  }

  
.article-content .stat-card .stat-label {
    font-size: 0.875rem;
    color: var(--gray-600);
    line-height: 1.4;
  }

  /* ── INFO BOX ── */
  
.article-content .info-box {
    background: hsl(24 95% 53% / .07);
    border: 1px solid hsl(24 95% 53% / .25);
    border-radius: 12px;
    padding: 24px 28px;
    margin: 32px 0;
  }

  
.article-content .info-box .info-title {
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: hsl(var(--primary));
    margin-bottom: 10px;
  }

  
.article-content .info-box p { margin-bottom: 0; font-size: 0.95rem; }

  /* ── TABLES ── */
  
.article-content .table-wrapper {
    overflow-x: auto;
    margin: 28px 0;
    border-radius: 12px;
    border: 1px solid var(--gray-200);
  }

  
.article-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
  }

  
.article-content thead th {
    background: hsl(var(--foreground));
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 16px;
    text-align: left;
  }

  
.article-content tbody tr { border-bottom: 1px solid var(--gray-200); }
  
.article-content tbody tr:last-child { border-bottom: none; }
  
.article-content tbody tr:nth-child(even) { background: hsl(var(--card)); }

  
.article-content tbody td {
    padding: 12px 16px;
    color: #2d2f3a;
    vertical-align: top;
    line-height: 1.5;
  }

  
.article-content tbody td strong { color: hsl(var(--foreground)); }
  
.article-content .highlight-cell { color: hsl(var(--primary)); font-weight: 600; }

  /* ── CHARTS ── */
  
.article-content .chart-block {
    margin: 36px 0;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    padding: 32px 28px 20px;
  }

  
.article-content .chart-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 4px;
  }

  
.article-content .chart-subtitle {
    font-size: 0.825rem;
    color: var(--gray-400);
    margin-bottom: 24px;
  }

  
.article-content .chart-source {
    font-size: 0.75rem;
    color: var(--gray-400);
    margin-top: 12px;
    font-style: italic;
  }

  /* ── STEP BLOCKS ── */
  
.article-content .step-list { margin: 24px 0; }

  
.article-content .step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    align-items: flex-start;
  }

  
.article-content .step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: hsl(var(--primary));
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  
.article-content .step-content { flex: 1; padding-top: 6px; }
  
.article-content .step-content strong { font-family: var(--font-heading); font-size: 1rem; display: block; margin-bottom: 4px; color: hsl(var(--foreground)); }
  
.article-content .step-content p { margin-bottom: 0; font-size: 0.95rem; }

  /* ── QUARTER BLOCKS ── */
  
.article-content .quarter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 28px 0;
  }

  
.article-content .quarter-card {
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    overflow: hidden;
  }

  
.article-content .quarter-header {
    background: hsl(var(--foreground));
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  
.article-content .quarter-header .q-label {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
  }

  
.article-content .quarter-header .q-period {
    font-size: 0.8rem;
    color: hsl(var(--primary));
    font-weight: 500;
  }

  
.article-content .quarter-body { padding: 16px 20px; }

  
.article-content .quarter-body .q-focus {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: hsl(var(--primary));
    margin-bottom: 10px;
  }

  
.article-content .quarter-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  
.article-content .quarter-body ul li {
    font-size: 0.875rem;
    color: var(--gray-600);
    padding: 5px 0;
    border-bottom: 1px solid var(--gray-100);
    display: flex;
    gap: 8px;
    line-height: 1.4;
  }

  
.article-content .quarter-body ul li:last-child { border-bottom: none; }
  
.article-content .quarter-body ul li::before { content: "→"; color: hsl(var(--primary)); flex-shrink: 0; }

  /* ── MISTAKE CARDS ── */
  
.article-content .mistake-grid {
    display: grid;
    gap: 16px;
    margin: 24px 0;
  }

  
.article-content .mistake-card {
    background: var(--gray-100);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  
.article-content .mistake-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fee2e2;
    color: hsl(0 72% 51%);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }

  
.article-content .mistake-content strong {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    display: block;
    margin-bottom: 4px;
    color: hsl(var(--foreground));
  }

  
.article-content .mistake-content p { margin-bottom: 0; font-size: 0.875rem; color: var(--gray-600); }

  /* ── FAQ ── */
  
.article-content .faq-block { margin: 32px 0; }

  
.article-content .faq-item {
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  
.article-content .faq-question {
    width: 100%;
    background: hsl(var(--card));
    color: hsl(var(--foreground));
    border: none;
    cursor: pointer;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  
.article-content .faq-question:hover { background: hsl(var(--muted)); color: hsl(var(--foreground)); }

  
.article-content .faq-question-text {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--foreground));
  }

  
.article-content .faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: hsl(var(--primary));
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s;
    line-height: 1;
  }

  
.article-content .faq-item.open .faq-icon { transform: rotate(45deg); }

  
.article-content .faq-answer {
    display: none;
    padding: 0 22px 18px;
    font-size: 0.95rem;
    color: var(--gray-600);
    line-height: 1.7;
    border-top: 1px solid var(--gray-200);
  }

  
.article-content .faq-answer.visible { display: block; padding-top: 16px; }

  /* ── CTA BLOCK ── */
  
.article-content .cta-block {
    background: hsl(var(--foreground));
    border-radius: 16px;
    padding: 48px 40px;
    text-align: center;
    margin: 56px 0 0;
  }

  
.article-content .cta-block h2 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 14px;
  }

  
.article-content .cta-block p {
    color: hsl(var(--muted-foreground));
    font-size: 1rem;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  
.article-content .cta-btn {
    display: inline-block;
    background: hsl(var(--primary));
    color: var(--white) !important;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    border-bottom: none !important;
    transition: opacity .2s;
  }

  
.article-content .cta-btn:hover { opacity: .88; border-color: transparent !important; }

  /* ── PULL QUOTE ── */
  
.article-content .pull-quote {
    border-left: 4px solid hsl(var(--primary));
    padding: 20px 28px;
    background: var(--gray-100);
    border-radius: 0 12px 12px 0;
    margin: 32px 0;
    font-size: 1.1rem;
    font-family: var(--font-heading);
    color: hsl(var(--foreground));
    font-weight: 500;
    line-height: 1.5;
  }

  /* ── SEPARATOR ── */
  
.article-content .section-divider {
    border: none;
    border-top: 1px solid var(--gray-200);
    margin: 56px 0;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 600px) {
    
.article-content .stat-grid { grid-template-columns: 1fr 1fr; }
    
.article-content .quarter-grid { grid-template-columns: 1fr; }
    
.article-content .chart-block { padding: 20px 14px 16px; }
    
.article-content .cta-block { padding: 32px 20px; }
  }


/* ============ social-media-marketing-2026 ============ */


    

    
    
.article-content { scroll-behavior: smooth; }


    
.article-content .container { max-width: 780px; margin: 0 auto; padding: 0 24px; }

    /* ── HERO ── */
    
.article-content .hero {
      background: hsl(var(--foreground));
      background-image: var(--gradient);
      padding: 72px 0 60px;
      position: relative;
      overflow: hidden;
    }
    
.article-content .hero .container { position: relative; z-index: 1; }

    
.article-content .hero__badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(249, 112, 21, .13);
      border: 1px solid rgba(249, 112, 21, .30);
      color: var(--accent);
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 24px;
    }
    
.article-content .hero__badge::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--accent);
    }

    
.article-content .hero__title {
      font-family: var(--font-head);
      font-size: clamp(30px, 5vw, 52px);
      font-weight: 700;
      line-height: 1.12;
      color: #f9fafb;
      margin-bottom: 20px;
      letter-spacing: -.01em;
    }
    
.article-content .hero__title em {
      color: var(--accent);
      font-style: normal;
    }

    
.article-content .hero__lead {
      font-family: var(--font-body);
      font-size: 17px;
      font-weight: 400;
      color: hsl(var(--muted-foreground));
      max-width: 580px;
      margin-bottom: 32px;
      line-height: 1.7;
    }

    
.article-content .hero__meta {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      font-family: var(--font-body);
      font-size: 13px;
      color: hsl(var(--muted-foreground));
    }
    
.article-content .hero__meta-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    /* ── TOC ── */
    
.article-content .toc-wrap { padding: 52px 0 0; }
    
.article-content .toc {
      background: var(--surface);
      border: 1px solid hsl(var(--border));
      border-radius: var(--r-lg);
      padding: 28px 32px;
    }
    
.article-content .toc__head {
      font-family: var(--font-head);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 16px;
    }
    
.article-content .toc ol {
      list-style: none;
      counter-reset: toc;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px 32px;
    }
    @media (max-width: 580px) { 
.article-content .toc ol { grid-template-columns: 1fr; } }
    
.article-content .toc li {
      counter-increment: toc;
      display: flex;
      align-items: baseline;
      gap: 9px;
      font-family: var(--font-body);
      font-size: 13.5px;
    }
    
.article-content .toc li::before {
      content: counter(toc, decimal-leading-zero);
      font-family: var(--font-head);
      font-size: 10px;
      font-weight: 700;
      color: var(--accent);
      min-width: 20px;
    }
    
.article-content .toc a { color: var(--dark2); text-decoration: none; }
    
.article-content .toc a:hover { color: var(--accent); }

    /* ── TL;DR ── */
    
.article-content .tldr {
      background: var(--accent-bg);
      border-left: 3px solid var(--accent);
      border-radius: 0 var(--r-md) var(--r-md) 0;
      padding: 22px 28px;
      margin: 40px 0;
    }
    
.article-content .tldr__label {
      font-family: var(--font-head);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--accent-dark);
      margin-bottom: 12px;
    }
    
.article-content .tldr ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
    
.article-content .tldr li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-family: var(--font-body);
      font-size: 14.5px;
      color: var(--dark2);
    }
    
.article-content .tldr li::before {
      content: '→';
      color: var(--accent);
      font-weight: 600;
      flex-shrink: 0;
      margin-top: 1px;
    }

    /* ── ARTICLE ── */
    
.article-content .article { padding: 48px 0 80px; }

    
.article-content .article h2 {
      font-family: var(--font-head);
      font-size: clamp(21px, 3vw, 28px);
      font-weight: 700;
      color: hsl(var(--foreground));
      line-height: 1.22;
      letter-spacing: -.01em;
      margin: 64px 0 18px;
      padding-top: 4px;
    }
    
.article-content .article h2:first-child { margin-top: 0; }

    
.article-content .article h3 {
      font-family: var(--font-head);
      font-size: 18px;
      font-weight: 600;
      color: var(--dark2);
      margin: 36px 0 12px;
    }

    
.article-content .article p {
      font-family: var(--font-body);
      margin-bottom: 20px;
      color: hsl(var(--foreground));
    }

    
.article-content .article strong {
      font-weight: 600;
      color: var(--dark2);
    }

    
.article-content .article ul, .article-content .article ol {
      list-style: none;
      padding-left: 0;
      margin-bottom: 20px;
    }
    
.article-content .article ul li, .article-content .article ol li {
      font-family: var(--font-body);
      position: relative;
      padding-left: 22px;
      margin-bottom: 8px;
      color: hsl(var(--foreground));
    }
    
.article-content .article ul li::before {
      content: '';
      position: absolute;
      left: 0; top: 10px;
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--accent);
    }
    
.article-content .article ol { counter-reset: ol; }
    
.article-content .article ol li::before {
      content: counter(ol) '.';
      counter-increment: ol;
      position: absolute;
      left: 0;
      font-family: var(--font-head);
      font-weight: 700;
      color: var(--accent);
      font-size: 13px;
    }

    /* ── STAT CARDS ── */
    
.article-content .stat-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 14px;
      margin: 30px 0;
    }
    
.article-content .stat-card {
      background: hsl(var(--foreground));
      background-image: var(--gradient);
      border-radius: var(--r-md);
      padding: 22px 18px;
      text-align: center;
    }
    
.article-content .stat-card__val {
      font-family: var(--font-head);
      font-size: 32px;
      font-weight: 700;
      color: var(--accent);
      line-height: 1;
      margin-bottom: 7px;
    }
    
.article-content .stat-card__val sup { font-size: 15px; vertical-align: super; }
    
.article-content .stat-card__lbl {
      font-family: var(--font-body);
      font-size: 12px;
      color: hsl(var(--muted-foreground));
      line-height: 1.5;
    }

    /* ── TABLE ── */
    
.article-content .table-wrap {
      overflow-x: auto;
      margin: 26px 0;
      border-radius: var(--r-md);
      border: 1px solid hsl(var(--border));
    }
    
.article-content table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
    
.article-content thead { background: hsl(var(--foreground)); }
    
.article-content thead th {
      font-family: var(--font-head);
      padding: 13px 16px;
      text-align: left;
      color: hsl(hsl(var(--border)));
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    
.article-content tbody tr { border-top: 1px solid hsl(var(--border)); }
    
.article-content tbody tr:hover { background: var(--surface); }
    
.article-content tbody td {
      font-family: var(--font-body);
      padding: 12px 16px;
      color: hsl(var(--foreground));
    }
    
.article-content tbody td:first-child { font-weight: 600; color: var(--dark2); }

    /* ── INFO BOX ── */
    
.article-content .info-box {
      background: var(--surface);
      border: 1px solid hsl(var(--border));
      border-radius: var(--r-md);
      padding: 22px 26px;
      margin: 26px 0;
    }
    
.article-content .info-box--accent {
      background: var(--accent-bg);
      border-color: rgba(249, 112, 21, .20);
    }
    
.article-content .info-box__title {
      font-family: var(--font-head);
      font-size: 14.5px;
      font-weight: 600;
      color: hsl(var(--foreground));
      margin-bottom: 10px;
    }
    
.article-content .info-box p:last-child { margin-bottom: 0; }

    /* ── CHART BLOCK ── */
    
.article-content .chart-block {
      margin: 34px 0;
      background: hsl(var(--foreground));
      background-image: var(--gradient);
      border-radius: var(--r-lg);
      padding: 30px 26px 22px;
    }
    
.article-content .chart-block__title {
      font-family: var(--font-head);
      font-size: 15px;
      font-weight: 600;
      color: hsl(var(--secondary));
      margin-bottom: 4px;
    }
    
.article-content .chart-block__sub {
      font-family: var(--font-body);
      font-size: 12px;
      color: hsl(var(--muted-foreground));
      margin-bottom: 24px;
    }
    
.article-content .chart-source {
      font-family: var(--font-body);
      font-size: 11px;
      color: hsl(var(--foreground) / 0.8);
      margin-top: 14px;
    }

    /* ── PLATFORM CARDS ── */
    
.article-content .platform-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin: 26px 0;
    }
    @media (max-width: 560px) { 
.article-content .platform-grid { grid-template-columns: 1fr; } }
    
.article-content .platform-card {
      background: var(--surface);
      border: 1px solid hsl(var(--border));
      border-radius: var(--r-md);
      padding: 20px;
    }
    
.article-content .platform-card__name {
      font-family: var(--font-head);
      font-weight: 600;
      color: hsl(var(--foreground));
      font-size: 14px;
      margin-bottom: 4px;
    }
    
.article-content .platform-card__val {
      font-family: var(--font-head);
      font-size: 24px;
      font-weight: 700;
      color: var(--accent);
      margin-bottom: 7px;
    }
    
.article-content .platform-card__desc {
      font-family: var(--font-body);
      font-size: 12.5px;
      color: var(--muted);
      line-height: 1.5;
    }

    /* ── HIGHLIGHT ── */
    
.article-content .highlight {
      background: hsl(var(--foreground));
      background-image: var(--gradient);
      border-radius: var(--r-lg);
      padding: 32px 30px;
      margin: 32px 0;
    }
    
.article-content .highlight__title {
      font-family: var(--font-head);
      font-size: 18px;
      font-weight: 700;
      color: hsl(var(--background));
      margin-bottom: 12px;
    }
    
.article-content .highlight p {
      font-family: var(--font-body);
      color: hsl(var(--muted-foreground));
      margin-bottom: 0;
      font-size: 15px;
    }

    /* ── CTA ── */
    
.article-content .cta-block {
      background: hsl(var(--foreground));
      background-image: var(--gradient);
      border-radius: var(--r-lg);
      padding: 44px 36px;
      margin: 56px 0;
      text-align: center;
    }
    
.article-content .cta-block__title {
      font-family: var(--font-head);
      font-size: 26px;
      font-weight: 700;
      color: hsl(var(--background));
      margin-bottom: 12px;
      letter-spacing: -.01em;
    }
    
.article-content .cta-block__text {
      font-family: var(--font-body);
      color: hsl(var(--muted-foreground));
      margin-bottom: 28px;
      font-size: 15px;
    }
    
.article-content .cta-btn {
      display: inline-block;
      background: var(--accent);
      color: hsl(var(--background));
      font-family: var(--font-body);
      font-weight: 600;
      font-size: 15px;
      padding: 13px 32px;
      border-radius: 100px;
      text-decoration: none;
      transition: background .18s, transform .18s;
    }
    
.article-content .cta-btn:hover { background: var(--accent-dark); transform: translateY(-1px); }

    /* ── FAQ ── */
    
.article-content .faq-section {
      background: var(--surface);
      padding: 72px 0;
      border-top: 1px solid hsl(var(--border));
    }
    
.article-content .faq-kicker {
      font-family: var(--font-head);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 12px;
    }
    
.article-content .faq-title {
      font-family: var(--font-head);
      font-size: clamp(24px, 3vw, 34px);
      font-weight: 700;
      color: hsl(var(--foreground));
      margin-bottom: 38px;
      letter-spacing: -.01em;
    }
    
.article-content .faq-item {
      background: hsl(var(--background));
      border: 1px solid hsl(var(--border));
      border-radius: var(--r-md);
      margin-bottom: 10px;
      overflow: hidden;
    }
    
.article-content .faq-q {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 16px;
      padding: 20px 24px;
      cursor: pointer;
      font-family: var(--font-head);
      font-weight: 600;
      color: var(--dark2);
      font-size: 15px;
      user-select: none;
    }
    
.article-content .faq-q:hover { color: var(--accent); }
    
.article-content .faq-q .ico {
      flex-shrink: 0;
      width: 22px; height: 22px;
      background: var(--surface);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: var(--accent);
      transition: transform .22s;
      margin-top: 1px;
    }
    
.article-content .faq-item.open .ico { transform: rotate(45deg); }
    
.article-content .faq-a {
      display: none;
      padding: 0 24px 20px;
      font-family: var(--font-body);
      color: hsl(var(--foreground));
      font-size: 14.5px;
      line-height: 1.75;
      border-top: 1px solid hsl(var(--border));
    }
    
.article-content .faq-item.open .faq-a { display: block; }
    
.article-content .faq-a p { margin-top: 16px; margin-bottom: 0; }

    /* ── MISC ── */
    
.article-content .meta-note {
      font-family: var(--font-body);
      font-size: 11.5px;
      color: var(--muted);
      margin-top: -18px;
      margin-bottom: 24px;
    }

    @media (max-width: 640px) {
      
.article-content .hero { padding: 48px 0 40px; }
      
.article-content .article h2 { margin-top: 48px; }
      
.article-content .stat-grid { grid-template-columns: 1fr 1fr; }
    }
  

/* ============================================================
   OVERRIDE AUTORITAR (ultimul în cascadă -> câștigă)
   Stilizează corect, pentru TEMA DARK, tabelele și CTA-urile din
   articolele Markdown. Necesar pentru că blocurile generice de mai
   sus au fost lipite din export-uri HTML de temă LIGHT (fundal alb +
   text închis) și produceau header de tabel alb-pe-alb și CTA pe
   fundal deschis. Vezi verify.js / tool-ul verify_page.
   ============================================================ */

/* ---- TABELE (GFM) ---- */
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 14px;
  background: transparent;
  border: 1px solid hsl(var(--border));
  border-radius: 12px;
  overflow: hidden;
}
.article-content thead { background: hsl(var(--border)); }
.article-content thead tr { background: hsl(var(--border)); }
.article-content thead th {
  background: hsl(var(--border));
  color: hsl(var(--foreground));
  text-align: left;
  padding: 13px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  border: none;
}
.article-content tbody tr { background: transparent; border: none; }
.article-content tbody tr:nth-child(even) { background: hsl(var(--card)); }
.article-content tbody tr:hover { background: hsl(var(--card)); }
.article-content tbody td {
  padding: 12px 16px;
  color: hsl(var(--foreground));
  border-bottom: 1px solid hsl(var(--border));
  vertical-align: top;
  line-height: 1.55;
}
.article-content tbody tr:last-child td { border-bottom: none; }
.article-content tbody td:first-child { font-weight: 600; }
.article-content tbody td strong { color: hsl(var(--foreground)); }

/* ---- CTA ---- */
.article-content .cta-block {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 16px;
  padding: 40px 32px;
  margin: 44px 0;
  text-align: center;
}
.article-content .cta-block h2,
.article-content .cta-block__title {
  color: hsl(var(--foreground));
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  border: none;
  padding: 0;
}
.article-content .cta-block h2::after { display: none; content: none; }
.article-content .cta-block p,
.article-content .cta-block__text {
  color: hsl(0 0% 78%);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 560px;
}
.article-content .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: hsl(var(--primary));
  color: #fff;
  padding: 13px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: .98rem;
  text-decoration: none;
  border: none;
  transition: opacity .2s, transform .15s;
}
.article-content .cta-btn:hover { opacity: .9; transform: translateY(-1px); color: #fff; }

@media (max-width: 600px) {
  .article-content table { font-size: 13px; }
  .article-content thead th, .article-content tbody td { padding: 10px 12px; }
  .article-content .cta-block { padding: 30px 20px; }
  .article-content .cta-block h2, .article-content .cta-block__title { font-size: 1.3rem; }
}

/* ==========================================================================
   Blocuri de layout pentru articolele Markdown (callout / card-grid / hr).
   Adăugate la FINALUL fișierului (ultimul în cascadă câștigă — vezi convenția
   fișierului). Reproduc layoutul articolelor .tsx de referință
   (ex. ArticleTurismMEDAT: cutia "Pe scurt", grile de carduri, separatoare)
   folosind aceleași variabile de temă (deci se adaptează la tema dark).
   Generate din directivele :::callout / :::cards de MCP (mcp-server/mcp.js).
   ========================================================================== */

/* ── Callout ("Pe scurt") ── */
.article-content .callout {
  background: hsl(var(--primary) / 0.05);
  border-left: 3px solid hsl(var(--primary));
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 24px;
  margin: 32px 0;
}
.article-content .callout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: hsl(var(--primary));
  margin-bottom: 8px;
}
.article-content .callout p {
  font-size: 0.9rem;
  color: hsl(var(--foreground) / 0.8);
  line-height: 1.7;
  margin: 0;
}

/* ── Grile de carduri ── */
.article-content .card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 28px 0;
}
@media (min-width: 768px) {
  .article-content .card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
  .article-content .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
}
.article-content .card-grid .card {
  background: hsl(var(--secondary) / 0.3);
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 20px;
}
.article-content .card-grid .card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 8px;
}
.article-content .card-grid .card p {
  font-size: 0.8rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.7;
  margin: 0;
}

/* ── Separator ── */
.article-content hr {
  border: 0;
  border-top: 1px solid hsl(var(--border));
  margin: 40px 0;
}
