/* ========================================================================
   HUMANUS · estilos de artículo de Insights
   Acento por artículo:  .article { --acc: var(--h-xxx); }
   ======================================================================== */
.article { --acc: var(--h-blue); }

.art-hero { padding: 56px 0 32px; position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.art-hero .container { position: relative; z-index: 2; max-width: 820px; }
.art-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--ink-3); margin-bottom: 26px; }
.art-breadcrumb a:hover { color: var(--ink); }
.art-breadcrumb .sep { opacity: .5; }
.art-topic { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--acc); margin-bottom: 16px; }
.art-hero h1 { font-size: clamp(32px, 4.2vw, 52px); line-height: 1.06; letter-spacing: -0.035em; margin-bottom: 18px; }
.art-hero .standfirst { font-size: clamp(17px, 1.8vw, 21px); line-height: 1.5; color: var(--ink-2); }
.art-hero .art-meta { margin-top: 24px; display: flex; gap: 16px; align-items: center; font-size: 13px; color: var(--ink-3); }
.art-hero .art-meta .by { display: flex; align-items: center; gap: 10px; }
.art-hero .art-meta .avatar { width: 34px; height: 34px; border-radius: 999px; background: linear-gradient(135deg, var(--h-yellow), var(--h-orange)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 13px; }
.art-hero .bg-shape { position: absolute; mix-blend-mode: multiply; pointer-events: none; }
.art-hero .bg-shape.s1 { top: -70px; right: -40px; width: 200px; height: 200px; background: var(--acc); opacity: 0.10; border-radius: 0 0 0 999px; }

.art-body { padding: 16px 0 64px; }
.art-body .container { max-width: 720px; }
.art-body p { font-size: 18px; line-height: 1.7; color: var(--ink); margin-bottom: 22px; }
.art-body p.lead-p { font-size: 20px; }
.art-body h2 { font-size: 28px; letter-spacing: -0.025em; margin: 44px 0 18px; }
.art-body h3 { font-size: 21px; letter-spacing: -0.02em; margin: 32px 0 14px; }
.art-body strong { font-weight: 600; }
.art-body ul, .art-body ol { margin: 0 0 22px; padding-left: 0; list-style: none; }
.art-body li { font-size: 18px; line-height: 1.6; color: var(--ink); padding: 8px 0 8px 30px; position: relative; }
.art-body ul li::before { content: ""; position: absolute; left: 4px; top: 17px; width: 10px; height: 10px; border-radius: 999px; background: var(--acc); opacity: .55; }
.art-body ol { counter-reset: li; }
.art-body ol li { counter-increment: li; }
.art-body ol li::before { content: counter(li); position: absolute; left: 0; top: 9px; width: 22px; height: 22px; border-radius: 999px; background: var(--acc); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.art-body blockquote { margin: 32px 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--acc); font-family: 'Fraunces', serif; font-style: italic; font-weight: 400; font-size: 24px; line-height: 1.35; color: var(--ink); letter-spacing: -0.01em; }
.art-body .pull { background: var(--bg-2); border-radius: var(--r-lg); padding: 28px 30px; margin: 32px 0; }
.art-body .pull p { margin: 0; font-size: 17px; color: var(--ink-2); }
.art-body .pull p strong { color: var(--ink); }
.art-divider { height: 1px; background: var(--line); border: 0; margin: 44px 0; }

/* CTA al final del artículo */
.art-cta { background: var(--ink); color: #fff; border-radius: var(--r-xl); padding: 44px 44px; position: relative; overflow: hidden; margin-top: 16px; }
.art-cta .shape { position: absolute; mix-blend-mode: screen; pointer-events: none; }
.art-cta .shape.c1 { top: -50px; right: -30px; width: 180px; height: 180px; background: var(--acc); opacity: 0.4; border-radius: 999px; }
.art-cta .inner { position: relative; z-index: 2; }
.art-cta .topic { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--h-yellow); margin-bottom: 12px; }
.art-cta h3 { color: #fff; font-size: 26px; letter-spacing: -0.025em; margin-bottom: 10px; max-width: 22ch; }
.art-cta h3 .ital { font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; color: rgba(255,255,255,.8); }
.art-cta p { color: rgba(255,255,255,.75); font-size: 15px; margin-bottom: 22px; max-width: 46ch; }

/* Relacionados */
.art-related { padding: 56px 0; background: var(--bg-2); }
.art-related .container { max-width: 980px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.related-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-3px); box-shadow: var(--sh-1); }
.related-card .topic { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
.related-card.t-seleccion .topic { color: var(--h-green-d); }
.related-card.t-reingenieria .topic { color: var(--h-blue); }
.related-card.t-liderazgo .topic { color: var(--h-magenta); }
.related-card.t-agro .topic { color: var(--h-orange); }
.related-card h4 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 20px; line-height: 1.25; letter-spacing: -0.02em; }

@media (max-width: 720px) {
  .art-body p, .art-body li { font-size: 17px; }
  .related-grid { grid-template-columns: 1fr; }
  .art-cta { padding: 32px 26px; }
}
