/* Blog Fotora: estilos de índice y artículos. Reutiliza la navbar y el
   bottom-bar de assets/css/style.css. Español, responsive y sin prisas. */
.blog-wrap { max-width: 860px; margin: 0 auto; padding: 48px 24px 80px; }
.blog-crumb { font-size: 13px; color: var(--text-muted, #6b6b6b); margin-bottom: 16px; }
.blog-crumb a { color: inherit; }
.blog-kicker { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted, #6b6b6b); border: 1px solid currentColor; border-radius: 999px; padding: 6px 14px; margin-bottom: 18px; }
.blog-title { font-size: clamp(30px, 5vw, 46px); line-height: 1.12; letter-spacing: -0.01em; margin: 0 0 14px; color: var(--text-primary, #111); font-weight: 700; }
.blog-dek { font-size: clamp(16px, 2.2vw, 19px); line-height: 1.6; color: var(--text-muted, #555); margin-bottom: 18px; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; color: var(--text-muted, #6b6b6b); margin-bottom: 28px; }
.blog-hero { margin: 0 0 30px; }
.blog-hero img { width: 100%; height: auto; border-radius: 12px; display: block; }
.blog-hero figcaption { font-size: 13px; color: var(--text-muted, #6b6b6b); margin-top: 8px; }
.blog-toc { border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 18px 22px; margin-bottom: 34px; background: rgba(0,0,0,0.02); }
.blog-toc p { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 10px; }
.blog-toc ol { margin: 0 0 0 20px; padding: 0; font-size: 15px; line-height: 1.9; }
.article-body { font-size: 17px; line-height: 1.75; color: var(--text-primary, #1c1c1c); }
.article-body h2 { font-size: clamp(22px, 3.4vw, 28px); line-height: 1.25; margin: 44px 0 14px; font-weight: 700; }
.article-body h3 { font-size: 19px; margin: 30px 0 10px; font-weight: 700; }
.article-body p { margin: 0 0 18px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; padding: 0; }
.article-body li { margin-bottom: 8px; }
.article-body table { width: 100%; border-collapse: collapse; margin: 22px 0 28px; font-size: 15px; }
.article-body th, .article-body td { text-align: left; padding: 10px 12px; border: 1px solid rgba(0,0,0,0.14); vertical-align: top; }
.article-body th { font-weight: 700; }
.article-body figure { margin: 26px 0; }
.article-body figure img { width: 100%; height: auto; border-radius: 10px; display: block; }
.article-body figcaption { font-size: 13.5px; color: var(--text-muted, #6b6b6b); margin-top: 8px; }
.direct-answer { border-left: 3px solid currentColor; padding: 4px 0 4px 16px; margin: 20px 0; }
.faq-block { margin-top: 44px; }
.faq-block .faq-item { border-top: 1px solid rgba(0,0,0,0.12); }
.faq-block .faq-item:last-child { border-bottom: 1px solid rgba(0,0,0,0.12); }
.faq-block .faq-trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; background: none; border: none; padding: 16px 0; font-size: 16.5px; font-weight: 700; text-align: left; cursor: pointer; color: inherit; font-family: inherit; }
.cta-box { border-radius: 14px; padding: 30px 28px; margin: 42px 0; background: #111; color: #fff; }
.cta-box h2 { margin: 0 0 10px; font-size: 23px; }
.cta-box p { margin: 0 0 18px; color: rgba(255,255,255,0.82); font-size: 16px; }
.cta-box a.cta-btn { display: inline-block; background: #fff; color: #111; font-weight: 700; border-radius: 999px; padding: 12px 26px; text-decoration: none; }
.author-box { display: flex; gap: 14px; align-items: flex-start; border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 18px; margin: 34px 0; font-size: 15px; }
.author-avatar { width: 52px; height: 52px; border-radius: 50%; background: #111; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 16px; }
.related-grid a { display: block; border: 1px solid rgba(0,0,0,0.14); border-radius: 10px; padding: 16px; text-decoration: none; color: inherit; font-weight: 600; font-size: 15.5px; line-height: 1.45; }
.blog-index-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin-top: 30px; }
.blog-card { border: 1px solid rgba(0,0,0,0.12); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.blog-card img { width: 100%; height: 170px; object-fit: cover; display: block; }
.blog-card-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.blog-card-kicker { font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted, #6b6b6b); }
.blog-card-title { font-size: 18px; font-weight: 700; line-height: 1.35; margin: 0; }
.blog-card-title a { color: inherit; text-decoration: none; }
.blog-card-excerpt { font-size: 14.5px; color: var(--text-muted, #555); line-height: 1.6; margin: 0; }
@media (max-width: 640px) {
  .blog-wrap { padding: 32px 18px 60px; }
  .article-body { font-size: 16px; }
  .article-body table { display: block; overflow-x: auto; }
}
