/* ===== Lince — Blog / Guías ===== */
.blog-nav { position: sticky; top: 0; z-index: 50; background: rgba(248,243,238,.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid #ece3da; }
.blog-nav .inner { max-width: 1080px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1.25rem; }
.blog-nav .brand { display: flex; align-items: center; gap: .5rem; font-weight: 800; color: var(--ink,#463a34); text-decoration: none; font-size: 1.15rem; letter-spacing: -.01em; }
.blog-nav .brand img { width: 28px; height: 28px; border-radius: 8px; }
.blog-nav .links { display: flex; align-items: center; gap: 1.1rem; }
.blog-nav .links a { color: var(--ink,#463a34); text-decoration: none; font-weight: 600; font-size: .95rem; }
.blog-nav .nav-cta { background: var(--accent,#d98b73); color: #fff !important; padding: .5rem 1.1rem; border-radius: 999px; font-weight: 700; font-size: .9rem; }
@media (max-width: 560px){ .blog-nav .links a.hide-sm { display: none; } }

.blog-wrap { background: var(--bg,#f8f3ee); }

/* Blog hub */
.blog-hero { text-align: center; padding: 3.2rem 1.25rem 1rem; max-width: 780px; margin: 0 auto; }
.blog-hero .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 700; color: var(--accent,#c9765c); }
.blog-hero h1 { font-size: clamp(2rem, 6vw, 3rem); color: var(--ink,#463a34); letter-spacing: -.02em; line-height: 1.1; margin: .5rem 0; }
.blog-hero p { color: #6c5f57; font-size: 1.12rem; line-height: 1.6; }
.post-grid { max-width: 1120px; margin: 0 auto; padding: 1.5rem 1.25rem 4rem; display: grid; gap: 1.3rem; grid-template-columns: 1fr; }
.post-card { background: #fff; border: 1px solid #ece3da; border-radius: 18px; padding: 1.5rem; text-decoration: none; display: block; transition: box-shadow .3s ease, transform .3s ease; }
.post-card:hover { box-shadow: 0 14px 34px rgba(70,58,52,.11); transform: translateY(-3px); }
.post-card .tag { font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; color: var(--accent,#c9765c); font-weight: 700; }
.post-card h2 { font-size: 1.25rem; color: var(--ink,#463a34); margin: .5rem 0 .5rem; line-height: 1.28; }
.post-card p { color: #6c5f57; font-size: .95rem; line-height: 1.6; margin: 0; }
@media (min-width: 680px){ .post-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px){ .post-grid { grid-template-columns: 1fr 1fr 1fr; } }

/* Article */
.article { max-width: 760px; margin: 0 auto; padding: 1.6rem 1.25rem 2rem; }
.crumbs { font-size: .84rem; color: #9b8c80; margin: 1rem 0 1.4rem; }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.article h1 { font-size: clamp(1.9rem, 5.2vw, 2.7rem); line-height: 1.14; letter-spacing: -.02em; color: var(--ink,#463a34); margin: .2rem 0 .9rem; }
.article .lede { font-size: 1.17rem; color: #5f534b; line-height: 1.65; margin: 0 0 1rem; }
.article-meta { font-size: .84rem; color: #9b8c80; margin: 0 0 1.8rem; padding-bottom: 1.4rem; border-bottom: 1px solid #ece3da; }
figure { margin: 2.2rem auto 2.4rem; max-width: 420px; text-align: center; }
.article-img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 18px; display: block; box-shadow: 0 18px 44px rgba(70, 58, 52, .18); }
figcaption { font-size: .88rem; color: #9b8c80; font-style: italic; margin-top: .9rem; }
.article h2 { font-size: 1.55rem; margin: 2.4rem 0 .8rem; color: var(--ink,#463a34); letter-spacing: -.01em; line-height: 1.25; }
.article h3 { font-size: 1.2rem; margin: 1.7rem 0 .5rem; color: var(--ink,#463a34); }
.article p { font-size: 1.06rem; line-height: 1.75; color: #4b3f39; margin: 0 0 1.15rem; }
.article ul, .article ol { padding-left: 1.3rem; margin: 0 0 1.2rem; }
.article li { font-size: 1.06rem; line-height: 1.7; margin-bottom: .55rem; color: #4b3f39; }
.article strong { color: var(--ink,#463a34); }
.article a { color: #bf6b52; }
.article table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .96rem; }
.article th, .article td { border: 1px solid #e6dcd3; padding: .7rem .85rem; text-align: left; vertical-align: top; }
.article th { background: #f1e7de; color: var(--ink,#463a34); }
.article blockquote { border-left: 3px solid var(--accent,#d98b73); margin: 1.5rem 0; padding: .5rem 0 .5rem 1.1rem; color: #6c5f57; font-style: italic; }
.tldr { background: #fff; border: 1px solid #ece3da; border-radius: 16px; padding: 1.1rem 1.3rem; margin: 0 0 2rem; font-size: 1rem; }
.tldr b { color: #bf6b52; }
.faq-q { font-weight: 700; color: var(--ink,#463a34); margin: 1.5rem 0 .3rem; font-size: 1.12rem; }

/* CTA box */
.cta-box { background: linear-gradient(135deg,#2a241f,#3a322b); color: #f8f3ee; border-radius: 20px; padding: 1.9rem 1.6rem; margin: 2.6rem 0; text-align: center; }
.cta-box h3 { color: #fff; font-size: 1.35rem; margin: 0 0 .5rem; }
.cta-box p { color: #e7ddd4; margin: 0 0 1rem; font-size: 1rem; }
.cta-box .price { font-size: 1.05rem; margin-bottom: 1rem; color: #f3e9e0; }
.cta-box .price s { opacity: .55; }
.cta-btn { display: inline-block; background: var(--accent,#d98b73); color: #fff; font-weight: 700; padding: .9rem 1.7rem; border-radius: 999px; text-decoration: none; }
.cta-btn:hover { filter: brightness(1.05); }

/* Related + footer */
.related { max-width: 760px; margin: 0 auto; padding: 0 1.25rem 3rem; }
.related h2 { font-size: 1.25rem; margin: 0 0 1rem; color: var(--ink,#463a34); }
.related-list { display: grid; gap: .7rem; }
.related-list a { background: #fff; border: 1px solid #ece3da; border-radius: 12px; padding: .9rem 1.1rem; text-decoration: none; color: var(--ink,#463a34); font-weight: 600; }
.related-list a:hover { border-color: var(--accent,#d98b73); }
.blog-foot { background: #2a241f; color: #cfc4bb; text-align: center; padding: 2.6rem 1.25rem; font-size: .9rem; line-height: 1.9; }
.blog-foot a { color: #e7ddd4; text-decoration: none; }
.blog-foot a:hover { text-decoration: underline; }
