/* ============================================================
   EXODO LATAM — Estilos del Blog (Fase 3)
   Se enlaza SOLO en /blog, categorías y artículos (vía extraCss).
   Reutiliza los tokens de global.css (--navy, --green, etc.).
   ============================================================ */

/* ---------- Breadcrumb sobre hero oscuro ---------- */
.bc-dark { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; font-size: .85rem; margin-bottom: 1.25rem; }
.bc-dark a { color: rgba(255,255,255,.72); text-decoration: none; transition: color .15s; }
.bc-dark a:hover { color: #fff; }
.bc-dark .cur { color: #fff; font-weight: 600; }
.bc-sep { display: inline-flex; color: rgba(255,255,255,.45); }
.bc-sep svg { width: 14px; height: 14px; }

/* ============================================================
   ÍNDICE DEL BLOG
   ============================================================ */
.blog-hero { position: relative; overflow: hidden; color: #fff; padding: calc(var(--header-h) + 3.5rem) 0 3.5rem; }
.bh-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; opacity: .5; pointer-events: none; }
.bh-blob { position: absolute; width: 480px; height: 480px; right: -120px; top: -160px; background: radial-gradient(circle at center, rgba(110,187,13,.35), transparent 68%); filter: blur(8px); pointer-events: none; }
.bh-inner { position: relative; z-index: 1; }
.bh-pill { display: inline-block; padding: .35rem .85rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; background: rgba(255,255,255,.06); margin-bottom: 1rem; }
.blog-hero h1 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.08; max-width: 60rem; }
.blog-hero .sub { margin-top: 1rem; font-size: 1.1rem; color: rgba(255,255,255,.82); max-width: 46rem; }

/* chips de categorías */
.blog-chips { position: sticky; top: var(--header-h); z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); padding: .75rem 0; }
.bchip-row { display: flex; gap: .5rem; overflow-x: auto; scrollbar-width: none; }
.bchip-row::-webkit-scrollbar { display: none; }
.bchip { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; padding: .45rem .85rem; border: 1px solid var(--border); border-radius: 999px; font-size: .85rem; font-weight: 600; color: var(--navy); background: #fff; text-decoration: none; transition: all .15s; }
.bchip:hover { border-color: var(--green); color: var(--green-2); }
.bchip svg { width: 15px; height: 15px; }

/* cuerpo del índice */
.blog-body { padding: 3rem 0 4rem; }
.blog-grid { /* contenedor general; el sidebar se sitúa con grid en >900px */ }
.blog-h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); color: var(--navy); }
.blog-sub { color: var(--muted); margin-top: .35rem; max-width: 46rem; }

/* grid principal con sidebar */
.blog-body .blog-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 2.5rem; align-items: start; }
.blog-body .blog-grid > .blog-side { grid-column: 2; grid-row: 1 / span 99; }

/* tarjetas de categoría */
.bcat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.1rem; margin: 1.5rem 0 0; }
.bcat-card { position: relative; display: flex; align-items: flex-start; gap: .9rem; padding: 1.25rem 1.25rem 1.25rem 1.4rem; background: #fff; border: 1px solid var(--border); border-radius: 14px; text-decoration: none; overflow: hidden; transition: transform .18s, box-shadow .18s, border-color .18s; }
.bcat-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -18px rgba(1,0,78,.35); border-color: transparent; }
.bcat-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 5px; }
.bcat-ic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.bcat-ic svg { width: 22px; height: 22px; }
.bcat-txt h3 { font-size: 1.02rem; color: var(--navy); margin-bottom: .2rem; }
.bcat-txt p { font-size: .88rem; color: var(--muted); line-height: 1.45; }
.bcat-arr { margin-left: auto; align-self: center; color: var(--muted-2); transition: transform .18s, color .18s; }
.bcat-card:hover .bcat-arr { transform: translateX(3px); color: var(--green-2); }
.bcat-arr svg { width: 18px; height: 18px; }

/* últimas publicaciones */
.blog-latest { margin-top: 2.75rem; }
.blog-latest-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.link-green { display: inline-flex; align-items: center; gap: .35rem; color: var(--green-2); font-weight: 600; font-size: .92rem; text-decoration: none; white-space: nowrap; }
.link-green:hover { text-decoration: underline; }
.link-green svg { width: 16px; height: 16px; }

/* ============================================================
   TARJETA DE ARTÍCULO (reutilizada en índice, categoría, relacionados)
   ============================================================ */
.acard-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.4rem; }
.acard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; text-decoration: none; transition: transform .18s, box-shadow .18s, border-color .18s; }
.acard:hover { transform: translateY(-4px); box-shadow: 0 18px 38px -20px rgba(1,0,78,.4); border-color: transparent; }
.acard-img { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.acard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.acard:hover .acard-img img { transform: scale(1.05); }
.acard-tint { position: absolute; inset: 0; mix-blend-mode: multiply; opacity: .55; }
.acard-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(1,0,78,.55), transparent 55%); }
.acard-pill { position: absolute; left: .75rem; top: .75rem; display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .65rem; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--navy); font-size: .72rem; font-weight: 700; letter-spacing: .02em; }
.acard-pill svg { width: 13px; height: 13px; }
.acard-body { display: flex; flex-direction: column; gap: .5rem; padding: 1.1rem 1.15rem 1.25rem; flex: 1 1 auto; }
.acard-body h3 { font-size: 1.08rem; line-height: 1.25; color: var(--navy); }
.acard-body p { font-size: .9rem; color: var(--muted); line-height: 1.5; flex: 1 1 auto; }
.acard-foot { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: .35rem; padding-top: .75rem; border-top: 1px solid var(--border); }
.acard-foot .meta { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; color: var(--muted-2); }
.acard-foot .meta svg { width: 14px; height: 14px; }
.acard-foot .dot { color: var(--border); }
.acard-foot .more { display: inline-flex; align-items: center; gap: .25rem; font-size: .82rem; font-weight: 600; color: var(--green-2); white-space: nowrap; }
.acard-foot .more svg { width: 15px; height: 15px; transition: transform .18s; }
.acard:hover .acard-foot .more svg { transform: translateX(3px); }

/* ============================================================
   SIDEBAR
   ============================================================ */
.blog-side { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: calc(var(--header-h) + 4rem); }
.side-box { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 1.1rem 1.15rem; }
.side-box h3 { font-size: .95rem; color: var(--navy); margin-bottom: .75rem; padding-bottom: .6rem; border-bottom: 1px solid var(--border); }
.side-cats { list-style: none; display: flex; flex-direction: column; gap: .15rem; }
.side-cats a { display: flex; align-items: center; gap: .55rem; padding: .5rem .55rem; border-radius: 9px; font-size: .9rem; font-weight: 500; color: var(--navy); text-decoration: none; transition: background .15s, color .15s; }
.side-cats a svg { width: 17px; height: 17px; color: var(--muted-2); flex: 0 0 auto; }
.side-cats a:hover { background: var(--lavender); }
.side-cats a.active { background: var(--lavender); color: var(--green-2); font-weight: 600; }
.side-cats a.active svg { color: var(--green-2); }
.side-recent { list-style: none; display: flex; flex-direction: column; gap: .9rem; }
.side-recent a { display: flex; align-items: flex-start; gap: .65rem; text-decoration: none; }
.sr-ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.sr-ic svg { width: 18px; height: 18px; }
.sr-t { display: flex; flex-direction: column; gap: .15rem; }
.sr-t .t { font-size: .85rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.sr-t .d { font-size: .74rem; color: var(--muted-2); }
.side-recent a:hover .sr-t .t { color: var(--green-2); }

/* CTA del sidebar / aside */
.side-cta { background: var(--navy); border-radius: 14px; padding: 1.25rem; color: #fff; display: flex; flex-direction: column; gap: .65rem; }
.side-cta h3 { font-size: 1rem; color: #fff; }
.side-cta p { font-size: .85rem; color: rgba(255,255,255,.8); line-height: 1.45; }

/* botones de ancho completo */
.btn-green-full, .btn-ghost-full { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; width: 100%; padding: .7rem 1rem; border-radius: 10px; font-weight: 600; font-size: .9rem; text-decoration: none; transition: all .15s; }
.btn-green-full { background: var(--green); color: #fff; }
.btn-green-full:hover { background: var(--green-2); }
.btn-green-full svg { width: 17px; height: 17px; }
.btn-ghost-full { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-ghost-full:hover { background: rgba(255,255,255,.1); }
.btn-ghost-full svg { width: 16px; height: 16px; }

/* ============================================================
   HERO DE CATEGORÍA (imagen de fondo)
   ============================================================ */
.blog-cat-hero { position: relative; overflow: hidden; color: #fff; padding: calc(var(--header-h) + 3.5rem) 0 3.5rem; min-height: 360px; display: flex; align-items: flex-end; }
.bch-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.bch-tint { position: absolute; inset: 0; z-index: 1; opacity: .82; mix-blend-mode: multiply; }
.bch-scrim { position: absolute; inset: 0; z-index: 2; }
.bch-scrim.t { background: linear-gradient(to top, rgba(1,0,78,.85), rgba(1,0,78,.25) 60%); }
.bch-scrim.r { background: linear-gradient(105deg, rgba(1,0,78,.78), transparent 65%); }
.blog-cat-hero .container-max, .bch-inner { position: relative; z-index: 3; width: 100%; }
.bch-row { display: flex; align-items: center; gap: .9rem; }
.bch-ic { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); }
.bch-ic svg { width: 28px; height: 28px; }
.blog-cat-hero h1 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.08; margin-top: 1rem; max-width: 56rem; }
.blog-cat-hero .sub { margin-top: .9rem; font-size: 1.08rem; color: rgba(255,255,255,.85); max-width: 46rem; }

/* caja de servicios relacionados (categoría) */
.cat-rel-box { margin-top: 2.5rem; background: var(--lavender-2); border: 1px solid var(--border); border-radius: 16px; padding: 1.5rem; }
.cat-rel-box h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 1rem; }
.cat-rel-grid { display: flex; flex-wrap: wrap; gap: .6rem; }
.cat-rel { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .9rem; background: #fff; border: 1px solid var(--border); border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--navy); text-decoration: none; transition: all .15s; }
.cat-rel:hover { border-color: var(--green); color: var(--green-2); transform: translateY(-1px); }
.cat-rel svg { width: 15px; height: 15px; }

/* ============================================================
   ARTÍCULO
   ============================================================ */
.blog-art-hero { position: relative; overflow: hidden; color: #fff; padding: calc(var(--header-h) + 3rem) 0 3rem; }
.blog-art-hero .container-max { position: relative; z-index: 1; }
.art-cat-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .85rem; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: .8rem; font-weight: 700; text-decoration: none; transition: background .15s; }
.art-cat-pill:hover { background: rgba(255,255,255,.24); }
.art-cat-pill svg { width: 15px; height: 15px; }
.blog-art-hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.85rem); line-height: 1.12; margin: 1.1rem 0; max-width: 52rem; }
.art-meta { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.art-meta span { display: inline-flex; align-items: center; gap: .4rem; font-size: .9rem; color: rgba(255,255,255,.85); }
.art-meta svg { width: 16px; height: 16px; }

/* layout artículo */
.blog-art-body { padding: 3rem 0 4rem; }
.art-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 3rem; align-items: start; }
.art-main { min-width: 0; }

/* prosa del artículo */
.art-intro { margin-bottom: 1.75rem; }
.art-lead { font-size: 1.22rem; line-height: 1.6; color: var(--navy); font-weight: 500; margin-bottom: 1rem; }
.art-p { font-size: 1.02rem; line-height: 1.75; color: #2b3245; margin-bottom: 1.1rem; }
.art-h2 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); color: var(--navy); margin: 2.25rem 0 1rem; line-height: 1.2; scroll-margin-top: calc(var(--header-h) + 1rem); }
.art-ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin: 0 0 1.4rem; }
.art-ul li { display: flex; align-items: flex-start; gap: .7rem; font-size: 1.01rem; line-height: 1.65; color: #2b3245; }
.bdot { flex: 0 0 auto; width: 8px; height: 8px; margin-top: .55rem; border-radius: 50%; background: var(--green); }
.art-closing { margin-top: 1.5rem; }

/* CTA intermedia */
.art-midcta { margin: 2rem 0; background: var(--lavender); border: 1px solid var(--border); border-left: 4px solid var(--green); border-radius: 14px; padding: 1.5rem; }
.art-midcta h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: .5rem; }
.art-midcta p { font-size: .96rem; color: var(--muted); line-height: 1.55; margin-bottom: 1rem; }
.art-midcta-btns { display: flex; flex-wrap: wrap; gap: .65rem; }

/* CTA final */
.art-finalcta { margin: 2.5rem 0 1.5rem; background: var(--navy); border-radius: 16px; padding: 2rem; color: #fff; }
.art-finalcta h3 { font-size: 1.35rem; color: #fff; margin-bottom: .5rem; }
.art-finalcta p { color: rgba(255,255,255,.82); margin-bottom: 1.25rem; }
.art-finalcta-btns { display: flex; flex-wrap: wrap; gap: .75rem; }

/* botones genéricos usados en artículo */
.btn-ghost { display: inline-flex; align-items: center; gap: .4rem; padding: .65rem 1.1rem; border-radius: 10px; font-weight: 600; font-size: .92rem; text-decoration: none; border: 1px solid var(--border); color: var(--navy); background: #fff; transition: all .15s; }
.btn-ghost:hover { border-color: var(--green); color: var(--green-2); }
.btn-ghost svg { width: 16px; height: 16px; }
.btn-ghost-navy { display: inline-flex; align-items: center; gap: .4rem; padding: .65rem 1.1rem; border-radius: 10px; font-weight: 600; font-size: .92rem; text-decoration: none; border: 1px solid rgba(255,255,255,.4); color: #fff; background: transparent; transition: all .15s; }
.btn-ghost-navy:hover { background: rgba(255,255,255,.12); }

/* servicios relacionados + volver */
.art-svc { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.art-svc h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: .85rem; }
.svc-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.svc-chip { display: inline-flex; align-items: center; padding: .5rem .9rem; border-radius: 999px; background: var(--lavender); color: var(--navy); font-size: .85rem; font-weight: 600; text-decoration: none; transition: all .15s; }
.svc-chip:hover { background: var(--green); color: #fff; }
.art-back { margin-top: 1.75rem; }
.art-back a { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; color: var(--muted); text-decoration: none; transition: color .15s; }
.art-back a:hover { color: var(--green-2); }
.art-back svg { width: 17px; height: 17px; }

/* aside del artículo */
.art-aside { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: calc(var(--header-h) + 1.5rem); }
.aside-box { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 1.1rem 1.15rem; }
.aside-box h3 { font-size: .95rem; color: var(--navy); margin-bottom: .75rem; padding-bottom: .6rem; border-bottom: 1px solid var(--border); }
.art-toc { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.art-toc li { font-size: .88rem; line-height: 1.45; color: var(--muted); display: flex; gap: .45rem; }
.toc-n { color: var(--green-2); font-weight: 700; flex: 0 0 auto; }

/* relacionados al pie */
.blog-related { padding: 0 0 1rem; }
.blog-related .container-max { border-top: 1px solid var(--border); padding-top: 2.5rem; }

/* ============================================================
   BLOQUES INTELIGENTES (SmartArticleContent)
   ============================================================ */
/* callout (errores / buenas prácticas / beneficios) */
.callout { margin: 1.75rem 0; border-radius: 14px; padding: 1.25rem 1.4rem; border: 1px solid var(--border); }
.callout ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin: .25rem 0 0; }
.callout li { display: flex; align-items: flex-start; gap: .65rem; font-size: .98rem; line-height: 1.6; color: #2b3245; }
.callout-tag { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; margin-bottom: .35rem; }
.callout-tag svg { width: 16px; height: 16px; }
.cdot { flex: 0 0 auto; width: 8px; height: 8px; margin-top: .5rem; border-radius: 50%; }
.callout-errors { background: #fef2f2; border-color: #fecaca; }
.callout-errors .callout-tag { color: #dc2626; }
.callout-errors .cdot { background: #dc2626; }
.callout-practices { background: #f0fdf4; border-color: #bbf7d0; }
.callout-practices .callout-tag { color: #16a34a; }
.callout-practices .cdot { background: #16a34a; }
.callout-benefits { background: var(--lavender); border-color: #c7d2fe; }
.callout-benefits .callout-tag { color: var(--navy-2); }
.callout-benefits .cdot { background: var(--navy-2); }

/* timeline (proceso) */
.timeline { margin: 1.75rem 0; }
.timeline ol { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; position: relative; }
.timeline li { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.tl-n { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 700; font-size: .95rem; display: inline-flex; align-items: center; justify-content: center; }
.tl-c h4 { font-size: 1.05rem; color: var(--navy); margin-bottom: .2rem; }
.tl-c p { font-size: .96rem; color: var(--muted); line-height: 1.6; }

/* grid de tarjetas (cards) */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin: 1.75rem 0; }
.cgrid-item { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 1.25rem; }
.cgrid-ic { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; background: var(--lavender); color: var(--green-2); margin-bottom: .75rem; }
.cgrid-ic svg { width: 22px; height: 22px; }
.cgrid-item h4 { font-size: 1.02rem; color: var(--navy); margin-bottom: .3rem; }
.cgrid-item p { font-size: .92rem; color: var(--muted); line-height: 1.55; }

/* comparativa (defensivo: el renderer puede emitirla) */
.cmp { margin: 1.75rem 0; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.cmp-head { display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: #fff; font-weight: 700; }
.cmp-head > div { padding: .85rem 1.1rem; }
.cmp-head .r { background: var(--green-2); }
.cmp-body { display: flex; flex-direction: column; }
.cmp-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.cmp-row > div { padding: .85rem 1.1rem; font-size: .95rem; color: #2b3245; }
.cmp-row .r { background: var(--lavender-2); }

/* franja de KPIs */
.kpi-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin: 1.75rem 0; }
.kpi-c { background: #fff; padding: 1.25rem 1rem; text-align: center; }
.kpi-v { font-family: var(--font-heading); font-size: 1.85rem; font-weight: 700; color: var(--green-2); line-height: 1; }
.kpi-l { font-size: .82rem; color: var(--muted); margin-top: .4rem; line-height: 1.35; }

/* punto clave */
.keypoint { display: flex; gap: 1rem; margin: 1.75rem 0; background: linear-gradient(135deg, var(--lavender), #fff); border: 1px solid #c7d2fe; border-radius: 14px; padding: 1.4rem; }
.kp-ic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: var(--green); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.kp-ic svg { width: 24px; height: 24px; }
.kp-tag { font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--green-2); margin-bottom: .25rem; }
.keypoint p { font-size: 1.05rem; line-height: 1.6; color: var(--navy); font-weight: 500; }

/* "También puede interesarle" (inline related) */
.inline-related { margin: 2rem 0; background: var(--lavender-2); border: 1px solid var(--border); border-radius: 14px; padding: 1.4rem; }
.ir-tag { display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--navy-2); margin-bottom: .9rem; }
.ir-tag svg { width: 16px; height: 16px; }
.ir-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .75rem; }
.ir-grid a { display: flex; flex-direction: column; gap: .35rem; background: #fff; border: 1px solid var(--border); border-radius: 11px; padding: .9rem 1rem; text-decoration: none; transition: all .15s; }
.ir-grid a:hover { border-color: var(--green); transform: translateY(-2px); }
.ir-t { font-size: .92rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.ir-more { display: inline-flex; align-items: center; gap: .25rem; font-size: .8rem; font-weight: 600; color: var(--green-2); }
.ir-more svg { width: 14px; height: 14px; }

/* "Lo más importante" (takeaways) */
.takeaways { margin: 2.5rem 0 1rem; background: var(--navy); border-radius: 16px; padding: 1.75rem; color: #fff; }
.tk-tag { display: inline-flex; align-items: center; gap: .45rem; font-size: .85rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--green-bright); margin-bottom: 1.1rem; }
.tk-tag svg { width: 17px; height: 17px; }
.tk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.tk-item { display: flex; align-items: flex-start; gap: .75rem; }
.tk-n { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; justify-content: center; }
.tk-item p { font-size: .95rem; line-height: 1.55; color: rgba(255,255,255,.9); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .blog-body .blog-grid { grid-template-columns: 1fr; }
  .blog-body .blog-grid > .blog-side { grid-column: 1; grid-row: auto; }
  .blog-side { position: static; }
  .art-grid { grid-template-columns: 1fr; }
  .art-aside { position: static; order: 2; }
}
@media (max-width: 640px) {
  .blog-hero, .blog-cat-hero, .blog-art-hero { padding-left: 0; padding-right: 0; }
  .acard-grid, .bcat-grid { grid-template-columns: 1fr; }
  .art-finalcta, .takeaways, .art-midcta { padding: 1.4rem; }
  .blog-chips { top: var(--header-h); }
  .tk-grid, .ir-grid { grid-template-columns: 1fr; }
  .cmp-head, .cmp-row { grid-template-columns: 1fr 1fr; }
}
