/* Estilos externos deduplicados. Origen migrado desde HTML. */
*{box-sizing:border-box;margin:0;padding:0}
:root{--s:#E8470A;--g:#F7C542;--tx:#1A1510;--tx2:#4A3F35;--tx3:#8C7B6E;--wh:#FDFAF6;--wh2:#F5EFE6;--wh3:#E8DDD0;--fs:'Syne',sans-serif;--fb:'Inter',sans-serif;--r:12px;--ease:0.2s ease}
body{font-family:var(--fb);background:var(--wh);color:var(--tx);line-height:1.7}
a{color:var(--s);text-decoration:none}
a:hover{text-decoration:underline}
nav.bnav{background:var(--tx);padding:.9rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;position:sticky;top:0;z-index:100}
.bnav-logo{font-family:var(--fs);font-size:14px;font-weight:700;color:#fff;white-space:nowrap}
.bnav-logo span{color:var(--g)}
.bnav-links{display:flex;gap:1.5rem;flex-wrap:wrap}
.bnav-links a{font-size:13px;color:rgba(255,255,255,.7);transition:color var(--ease)}
.bnav-links a:hover{color:#fff;text-decoration:none}
.blog-hero{background:linear-gradient(135deg,#1A1510 0%,#2D2218 60%,#3D2E1E 100%);padding:3.5rem 2rem 3rem}
.blog-hero-inner{max-width:760px;margin:0 auto}
.blog-bc{font-size:12px;color:rgba(255,255,255,.45);margin-bottom:1.2rem}
.blog-bc a{color:rgba(255,255,255,.6)}
.blog-kw{display:inline-block;background:var(--s);color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;padding:.3rem .8rem;border-radius:20px;margin-bottom:1rem;text-transform:uppercase}
h1.blog-h1{font-family:var(--fs);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:1rem}
.blog-meta{font-size:13px;color:rgba(255,255,255,.5);display:flex;gap:1.5rem;flex-wrap:wrap}
.blog-body{max-width:760px;margin:0 auto;padding:3rem 2rem}
.blog-body h2{font-family:var(--fs);font-size:1.35rem;font-weight:700;color:var(--tx);margin:2.5rem 0 .9rem;padding-bottom:.5rem;border-bottom:2px solid var(--wh3)}
.blog-body h3{font-family:var(--fs);font-size:1.1rem;font-weight:700;color:var(--tx);margin:1.8rem 0 .7rem}
.blog-body p{font-size:15px;color:var(--tx2);line-height:1.8;margin-bottom:1.1rem}
.blog-body ul,.blog-body ol{font-size:15px;color:var(--tx2);line-height:1.8;padding-left:1.5rem;margin-bottom:1.2rem}
.blog-body li{margin-bottom:.4rem}
.blog-body strong{color:var(--tx);font-weight:600}
.blog-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:14px}
.blog-body th{background:var(--tx);color:#fff;padding:.7rem 1rem;text-align:left;font-family:var(--fs);font-size:12px;letter-spacing:1px}
.blog-body td{padding:.7rem 1rem;border-bottom:1px solid var(--wh3);color:var(--tx2)}
.blog-body tr:nth-child(even) td{background:var(--wh2)}
.callout{background:var(--wh2);border-left:4px solid var(--s);border-radius:0 var(--r) var(--r) 0;padding:1.2rem 1.4rem;margin:1.8rem 0}
.callout p{margin:0;color:var(--tx2)}
.faq-block{margin:2.5rem 0}
.faq-item{border-bottom:1px solid var(--wh3)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--fs);font-size:15px;font-weight:600;color:var(--tx)}
.faq-a{padding:.5rem 0 1rem}
.cta-box{background:var(--tx);border-radius:var(--r);padding:2rem;text-align:center;margin:3rem 0}
.cta-box p{color:rgba(255,255,255,.7);margin-bottom:1rem;font-size:14px}
.cta-box a{background:var(--s);color:#fff;padding:.8rem 2rem;border-radius:40px;font-family:var(--fs);font-weight:700;font-size:14px;display:inline-block}
.bfoot{background:var(--tx);padding:2rem;text-align:center}
.bfoot-logo{font-family:var(--fs);font-size:15px;font-weight:700;color:rgba(255,255,255,.6);margin-bottom:.8rem}
.bfoot-logo span{color:var(--g)}
.bfoot-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.bfoot-links a{font-size:13px;color:rgba(255,255,255,.45)}
.bfoot-links a:hover{color:#fff}
