.article-hero { background: var(--white); padding: var(--sp-10) var(--sp-16) var(--sp-8); position: relative; }
.article-hero-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.article-breadcrumb { font-size: 13px; color: var(--slate-600); margin-bottom: var(--sp-4); }
.article-breadcrumb a { color: var(--blue-500); text-decoration: none; font-weight: 500; }
.article-breadcrumb a:hover { text-decoration: underline; }
.article-breadcrumb span { margin: 0 var(--sp-2); color: var(--slate-400); }
.article-hero h1 { font-size: clamp(28px, 4vw, 36px); font-weight: 800; color: var(--navy-900); line-height: 1.2; letter-spacing: -0.5px; margin-bottom: var(--sp-6); }
.article-byline-row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-4) var(--sp-6); margin-bottom: var(--sp-6); }
.article-byline-row .author-block { display: flex; align-items: center; gap: var(--sp-3); }
.article-byline-row .author-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--blue-200) 0%, var(--blue-300) 100%); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--navy-900); flex-shrink: 0; overflow: hidden; }
.article-byline-row .author-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.article-byline-row .author-name { font-size: 14px; font-weight: 600; color: var(--navy-900); }
.article-byline-row .article-date { font-size: 13px; color: var(--slate-600); }
.article-subscribe-top { max-width: 720px; margin: 0 auto 0; padding: var(--sp-5) 0; border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); display: grid; grid-template-columns: 1fr auto; gap: var(--sp-4); align-items: center; }
.article-subscribe-top h3 { font-size: 15px; font-weight: 700; color: var(--navy-900); margin-bottom: 2px; }
.article-subscribe-top p { font-size: 13px; color: var(--slate-600); margin: 0; }
.article-body { padding: var(--sp-8) var(--sp-16) var(--sp-16); background: var(--white); }
.article-content { max-width: 720px; margin: 0 auto; font-weight: 400; }
.article-content h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.5px; color: var(--navy-900); margin: var(--sp-12) 0 var(--sp-4); line-height: 1.25; }
.article-content .article-key-concepts-label { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--slate-400); margin: var(--sp-12) 0 var(--sp-2); line-height: 1.3; }
.article-content .article-key-concepts-label + h2 { margin-top: 0; }
.article-content .article-stat-pull { font-size: 17px; line-height: 1.75; color: var(--slate-500); margin-bottom: var(--sp-5); }
.article-content .article-stat-pull > strong:first-of-type { color: var(--navy-900); font-weight: 700; }
.article-content .article-stat-pull .article-stat-source { display: block; font-size: 12px; line-height: 1.4; font-weight: 500; font-style: normal; color: var(--slate-400); margin-top: var(--sp-2); }
.article-content h3 { font-size: 20px; font-weight: 700; color: var(--navy-900); margin: var(--sp-8) 0 var(--sp-3); line-height: 1.3; }
.article-content p { font-size: 17px; line-height: 1.75; color: var(--slate-600); margin-bottom: var(--sp-5); }
.article-content > p:first-of-type { font-size: 18px; line-height: 1.65; font-weight: 600; color: var(--navy-900); }
.article-content > p:first-of-type a { font-weight: 600; }
.article-content ul { margin: 0 0 var(--sp-5); padding-left: 1.4em; font-size: 17px; line-height: 1.75; color: var(--slate-600); }
.article-content li { margin-bottom: var(--sp-2); }
.article-content li::marker { color: var(--blue-400); }
.article-content ul.key-takeaways-asterisk { list-style: none; padding-left: 0; margin-bottom: var(--sp-5); }
.article-content ul.key-takeaways-asterisk > li { position: relative; padding-left: 1.15em; margin-bottom: var(--sp-2); }
.article-content ul.key-takeaways-asterisk > li::before { content: "*"; position: absolute; left: 0; font-weight: 700; color: var(--blue-400); }
.article-content .article-table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.5; color: var(--slate-500); margin: var(--sp-6) 0; }
.article-content .article-table td { border: 1px solid var(--slate-200); padding: var(--sp-3) var(--sp-4); vertical-align: top; }
.article-content .article-table thead td { font-weight: 700; color: var(--navy-900); background: var(--slate-50); }
.article-content .article-table tr:nth-child(even) td { background: var(--slate-50); }
.article-content strong { color: var(--navy-900); font-weight: 700; }
.article-content a { color: var(--blue-600); text-decoration: none; font-weight: 600; }
.article-content a:hover { text-decoration: underline; }
.article-content .step-num { font-weight: 700; font-size: inherit; color: var(--navy-900); }
.article-cta { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 100%); color: var(--white); padding: var(--sp-10) var(--sp-8); border-radius: var(--r-xl); margin-top: var(--sp-16); text-align: center; position: relative; overflow: hidden; }
.article-cta::before { content: ''; position: absolute; top: -40%; right: -10%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(74,111,232,0.12) 0%, transparent 70%); pointer-events: none; }
.article-cta h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; line-height: 1.3; margin: 0 0 var(--sp-2); color: var(--white) !important; position: relative; }
.article-cta-body { font-size: 15px; line-height: 1.6; font-weight: 400; color: var(--blue-200); margin: 0 auto var(--sp-6); max-width: 440px; position: relative; }
.article-cta .btn { font-size: 15px; padding: 14px 36px; border-radius: var(--r-md); position: relative; }
.article-cta-proof { font-size: 13px; font-weight: 500; color: var(--blue-300); margin: var(--sp-4) 0 0; position: relative; }
.article-author-bio { display: grid; grid-template-columns: auto 1fr; gap: var(--sp-5); align-items: start; padding: var(--sp-6) 0; margin-top: var(--sp-10); border-top: 1px solid var(--slate-200); }
.article-author-bio .author-avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--blue-200) 0%, var(--blue-300) 100%); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; color: var(--navy-900); flex-shrink: 0; overflow: hidden; }
.article-author-bio .author-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.article-author-bio .author-name { font-size: 15px; font-weight: 700; color: var(--navy-900); margin-bottom: 2px; }
.article-author-bio .author-title { font-size: 12px; color: var(--blue-500); font-weight: 600; margin-bottom: var(--sp-2); }
.article-author-bio .author-bio { font-size: 14px; line-height: 1.6; color: var(--slate-600); }
.author-social { display: flex; align-items: center; gap: var(--sp-3); }
.author-social a { display: flex; align-items: center; justify-content: center; color: var(--slate-500); transition: color var(--dur-fast); }
.author-social a:hover { color: var(--blue-500); }
.author-social svg { width: 18px; height: 18px; }
.article-byline-row .author-social { margin-left: var(--sp-2); }
.article-author-bio .author-social { margin-top: var(--sp-3); }
.faq-accordion { margin: var(--sp-6) 0; }
.faq-accordion .faq-item { border: 1px solid var(--slate-200); border-radius: var(--r-md); margin-bottom: var(--sp-2); overflow: hidden; }
.faq-accordion .faq-item:last-child { margin-bottom: 0; }
.faq-accordion .faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4); padding: var(--sp-4) var(--sp-5); font-family: var(--font); font-size: 16px; font-weight: 700; color: var(--navy-900); text-align: left; background: var(--white); border: none; cursor: pointer; transition: background var(--dur-fast); }
.faq-accordion .faq-question:hover { background: var(--slate-50); }
.faq-accordion .faq-question::after { content: ''; flex-shrink: 0; width: 12px; height: 12px; border-right: 2px solid var(--slate-400); border-bottom: 2px solid var(--slate-400); transform: rotate(45deg); transition: transform var(--dur-default); }
.faq-accordion .faq-item.is-open .faq-question::after { transform: rotate(-135deg); }
.faq-accordion .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-deliberate); }
.faq-accordion .faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-accordion .faq-answer-inner { overflow: hidden; }
.faq-accordion .faq-answer p { font-size: 15px; line-height: 1.65; color: var(--slate-500); margin: 0; padding: 0 var(--sp-5) var(--sp-4); }
.faq-accordion .faq-item.is-open .faq-answer p { padding-top: var(--sp-3); padding-bottom: var(--sp-5); }
.article-subscribe-bottom { max-width: 720px; margin: var(--sp-12) auto 0; padding-top: var(--sp-8); border-top: 1px solid var(--slate-200); }
.article-subscribe-bottom .article-subscribe-inner { display: grid; grid-template-columns: 1fr auto; gap: var(--sp-4); align-items: center; margin-bottom: var(--sp-10); }
.article-subscribe-bottom h3 { font-size: 15px; font-weight: 700; color: var(--navy-900); margin-bottom: 2px; }
.article-subscribe-bottom .article-subscribe-inner p { font-size: 13px; color: var(--slate-600); margin: 0; }
.article-subscribe-top a.btn-primary,
.article-subscribe-bottom a.btn-primary {
  color: var(--white);
  text-decoration: none;
}
.article-subscribe-top a.btn-primary:hover,
.article-subscribe-bottom a.btn-primary:hover {
  color: var(--white);
  text-decoration: none;
}
.article-related { margin-top: var(--sp-8); }
.article-related h3 { font-size: 18px; font-weight: 700; color: var(--navy-900); margin-bottom: var(--sp-5); }
.article-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.article-related-card { display: block; text-decoration: none; color: inherit; }
.article-related-card .related-image {
  aspect-ratio: 2 / 1;
  background: #020C18;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  margin-bottom: var(--sp-3);
}
.article-related-card .related-image canvas { display: block; width: 100%; height: 100%; }
.article-related-card .related-date { font-size: 11px; font-weight: 600; color: var(--slate-500); margin-bottom: var(--sp-1); }
.article-related-card .related-title { font-size: 14px; font-weight: 700; color: var(--navy-900); line-height: 1.35; }
@media (max-width: 900px) { .article-related-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .article-body { padding: var(--sp-10) var(--sp-4); } .article-cta { padding: var(--sp-8) var(--sp-5); } .article-cta h3 { font-size: 22px; } .article-author-bio { grid-template-columns: 1fr; } .article-subscribe-top, .article-subscribe-bottom .article-subscribe-inner { grid-template-columns: 1fr; } .article-step { flex-direction: column; gap: var(--sp-2); } }

/* ─── Key Takeaways box ──────────────────────────────────────────────── */
.article-key-takeaways { background: var(--slate-50); border-left: 4px solid var(--blue-500); border-radius: 0 var(--r-md) var(--r-md) 0; padding: var(--sp-5) var(--sp-6); margin: var(--sp-8) 0; }
.article-key-takeaways .eyebrow { margin-bottom: var(--sp-3); }
.article-key-takeaways ul { margin: 0; padding-left: 1.4em; font-size: 16px; line-height: 1.7; color: var(--slate-600); }
.article-key-takeaways li { margin-bottom: var(--sp-2); }
.article-key-takeaways li:last-child { margin-bottom: 0; }

/* ─── Section eyebrow (used above H2s for labels) ───────────────────── */
.article-content .section-eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue-500); margin: var(--sp-12) 0 var(--sp-2); display: block; }
.article-content .section-eyebrow + h2 { margin-top: 0; }

/* ─── 6-step process styling ─────────────────────────────────────────── */
.article-step { display: flex; align-items: baseline; gap: var(--sp-4); margin-bottom: var(--sp-6); }
.article-step-num { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--white); background: var(--blue-500); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; top: 2px; }
.article-step-body { flex: 1; }
.article-step-title { font-size: 17px; font-weight: 700; color: var(--navy-900); margin-bottom: var(--sp-1); }
.article-step-desc { font-size: 17px; line-height: 1.75; color: var(--slate-600); }

/* ─── Callout / blockquote ───────────────────────────────────────────── */
.article-callout { border-left: 4px solid var(--blue-500); background: var(--slate-50); padding: var(--sp-5) var(--sp-6); margin: var(--sp-8) 0; border-radius: 0 var(--r-md) var(--r-md) 0; }
.article-callout p { font-size: 16px; line-height: 1.7; font-weight: 600; color: var(--navy-900); margin: 0; }

/* ─── Mid-article CTA ────────────────────────────────────────────────── */
.article-content .article-mid-cta { text-align: center; padding: var(--sp-6); border: 1px solid var(--slate-200); border-radius: var(--r-lg); margin: var(--sp-10) 0; background: var(--white); }
.article-content .article-mid-cta .article-mid-cta-headline { font-size: 18px; font-weight: 700; color: var(--navy-900); margin: 0 0 var(--sp-4); line-height: 1.3; }
.article-content .article-mid-cta .btn { margin-bottom: var(--sp-3); }
.article-content .article-mid-cta .article-mid-cta-proof { font-size: 13px; font-weight: 500; color: var(--slate-400); margin: 0; }

/* ─── Stat pull-quote ────────────────────────────────────────────────── */
.article-stat { background: var(--slate-50); border-left: 4px solid var(--blue-400); border-radius: 0 var(--r-md) var(--r-md) 0; padding: var(--sp-5) var(--sp-6); margin: var(--sp-6) 0; }
.article-stat-number { font-family: var(--font-mono); font-size: 28px; font-weight: 700; color: var(--navy-900); line-height: 1.2; margin-bottom: var(--sp-1); display: block; font-variant-numeric: tabular-nums; }
.article-stat-label { font-size: 15px; line-height: 1.6; color: var(--slate-600); margin: 0; }
.article-stat-source { font-size: 12px; color: var(--slate-400); margin-top: var(--sp-2); display: block; }

/* ─── Inline stat highlight (within body text) ───────────────────────── */
.article-content .stat-highlight { font-family: var(--font-mono); font-weight: 700; color: var(--navy-900); font-variant-numeric: tabular-nums; }

/* ─── Comparison table (proper class, replaces inline styles) ─────── */
.article-comparison { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.6; color: var(--slate-600); margin: var(--sp-6) 0; }
.article-comparison th { padding: var(--sp-3) var(--sp-4); font-weight: 700; color: var(--navy-900); text-align: left; border-bottom: 2px solid var(--slate-200); background: var(--slate-50); }
.article-comparison td { padding: var(--sp-3) var(--sp-4); border-bottom: 1px solid var(--slate-200); vertical-align: top; }
.article-comparison td:first-child { font-weight: 600; color: var(--navy-900); }
.article-comparison tbody tr:last-child td { border-bottom: none; }

/* ─── FAQ answer text contrast fix ───────────────────────────────────── */
.faq-accordion .faq-answer p { color: var(--slate-600); }
.faq-accordion .faq-question { font-size: 17px; }
