/* Habliko — hoja de estilos compartida para las páginas SEO
   Paleta: fondo pan tostado #ecddcb · azul noche #28345f · naranja zorro #E4571B */
:root{
  --hbk-cream:#ecddcb;--hbk-sand:#e3d2ba;--hbk-ink:#211C17;--hbk-ink-soft:#4a4034;
  --hbk-fox:#E4571B;--hbk-fox-deep:#C4460F;--hbk-pine:#28345f;--hbk-pine-soft:#3c4a7a;
  --hbk-gold:#F2B705;--hbk-line:rgba(33,28,23,.12);--hbk-maxw:1120px;--hbk-radius:18px;
  --hbk-shadow:0 18px 50px -22px rgba(40,52,95,.45);
  --hbk-display:"Fraunces",Georgia,serif;--hbk-body:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--hbk-cream);color:var(--hbk-ink);font-family:var(--hbk-body);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3{font-family:var(--hbk-display);line-height:1.15;letter-spacing:-.01em;margin:0}
p{margin:0}a{color:inherit}
img,svg{display:block;max-width:100%}
.hbk-wrap{max-width:var(--hbk-maxw);margin:0 auto;padding:0 24px}
.hbk-narrow{max-width:800px}
.hbk-eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--hbk-fox)}
.hbk-section{padding:64px 0}
.hbk-lead{font-size:clamp(18px,2vw,21px);color:var(--hbk-ink-soft);max-width:62ch;margin-top:18px}
.hbk-btn{display:inline-flex;align-items:center;gap:10px;justify-content:center;font-family:var(--hbk-body);font-weight:600;font-size:17px;padding:15px 26px;border-radius:999px;border:0;cursor:pointer;text-decoration:none;transition:transform .15s ease,background .15s ease}
.hbk-btn--primary{background:var(--hbk-fox);color:#fff}
.hbk-btn--primary:hover{background:var(--hbk-fox-deep);transform:translateY(-2px)}
.hbk-btn--ghost{background:var(--hbk-gold);color:#211C17}
.hbk-btn--ghost:hover{background:#ffcb2e;transform:translateY(-2px)}
:focus-visible{outline:3px solid var(--hbk-fox);outline-offset:3px;border-radius:6px}
.hbk-header{position:sticky;top:0;z-index:40;background:#28345f;border-bottom:1px solid rgba(255,255,255,.12)}
.hbk-nav{display:flex;align-items:center;justify-content:space-between;height:68px}
.hbk-brand{display:flex;align-items:center;gap:10px;font-family:var(--hbk-display);font-weight:700;font-size:22px;text-decoration:none;color:#fff}
.hbk-brand img{width:34px;height:34px;border-radius:8px}
.hbk-crumbs{font-size:13.5px;color:var(--hbk-ink-soft);padding:18px 0 0}
.hbk-crumbs a{color:var(--hbk-pine-soft);text-decoration:none}
.hbk-crumbs a:hover{text-decoration:underline}
.hbk-hero{padding:26px 0 8px}
.hbk-h1{font-size:clamp(34px,5.2vw,56px);font-weight:600;max-width:16ch}
.hbk-h1 em{font-style:normal;color:var(--hbk-fox)}
.hbk-hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.hbk-microcopy{margin-top:16px;font-size:14.5px;color:var(--hbk-ink-soft);display:flex;flex-wrap:wrap;gap:8px 18px}
.hbk-microcopy span{display:inline-flex;align-items:center;gap:7px}
.hbk-dot{width:6px;height:6px;border-radius:50%;background:var(--hbk-fox)}
.hbk-prose h2{font-size:clamp(24px,3.2vw,34px);font-weight:600;margin:0 0 4px}
.hbk-prose h3{font-size:20px;font-weight:600;margin:26px 0 6px}
.hbk-prose p{margin:14px 0;color:var(--hbk-ink)}
.hbk-prose .hbk-answer{font-size:clamp(18px,2vw,20px);color:var(--hbk-ink);font-weight:500;margin:10px 0 16px}
.hbk-prose ul{margin:14px 0;padding-left:22px;color:var(--hbk-ink)}
.hbk-prose li{margin:8px 0}
.hbk-block{margin:40px 0}
.hbk-levels{display:flex;flex-direction:column;gap:10px;margin:16px 0}
.hbk-level{display:flex;gap:16px;align-items:baseline;padding:14px 18px;background:#fff;border:1px solid var(--hbk-line);border-radius:12px}
.hbk-level b{font-family:var(--hbk-display);color:var(--hbk-fox);font-size:17px;min-width:70px}
.hbk-level span{color:var(--hbk-ink-soft);font-size:15.5px}
.hbk-multi{background:var(--hbk-pine);color:#fff;border-radius:var(--hbk-radius);padding:34px 30px}
.hbk-multi h2{color:#fff;margin:0 0 6px}
.hbk-multi p{color:rgba(255,255,255,.88);margin:0 0 22px}
.hbk-related{background:transparent}
.hbk-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.hbk-related a{display:block;background:#fff;border:1px solid var(--hbk-line);border-radius:12px;padding:16px 18px;text-decoration:none;font-weight:600;color:var(--hbk-pine);transition:transform .15s ease}
.hbk-related a:hover{transform:translateY(-2px)}
.hbk-related a small{display:block;font-weight:500;color:var(--hbk-ink-soft);font-size:13.5px;margin-top:4px}
.hbk-faq{max-width:800px}
.hbk-q{border-bottom:1px solid var(--hbk-line)}
.hbk-q summary{cursor:pointer;padding:20px 40px 20px 0;font-family:var(--hbk-display);font-weight:600;font-size:18px;position:relative;list-style:none}
.hbk-q summary::-webkit-details-marker{display:none}
.hbk-q summary::after{content:"+";position:absolute;right:4px;top:18px;font-size:24px;color:var(--hbk-fox)}
.hbk-q[open] summary::after{content:"–"}
.hbk-q .hbk-a{padding:0 0 22px;color:var(--hbk-ink-soft);max-width:70ch}
.hbk-section-title{font-family:var(--hbk-display);font-size:clamp(24px,3.2vw,34px);font-weight:600;margin:6px 0 22px}
.hbk-cta-final{text-align:center;background:var(--hbk-pine);color:#fff;border-radius:var(--hbk-radius);padding:48px 24px;margin:8px 0}
.hbk-cta-final h2{color:#fff;font-size:clamp(26px,3.5vw,38px)}
.hbk-cta-final p{color:rgba(255,255,255,.85);max-width:52ch;margin:16px auto 26px}
.hbk-footer{background:var(--hbk-ink);color:rgba(255,255,255,.7);padding:48px 0 36px;font-size:15px;margin-top:24px}
.hbk-footer a{color:rgba(255,255,255,.7);text-decoration:none}
.hbk-footer a:hover{color:#fff}
.hbk-foot-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}
.hbk-foot-links{display:flex;flex-wrap:wrap;gap:12px 22px}
@media (max-width:900px){.hbk-related-grid{grid-template-columns:1fr}.hbk-section{padding:48px 0}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* Botones de tiendas en cabecera + bloque QR (páginas SEO) */
.hbk-nav-install{display:flex;gap:8px;align-items:center}
.hbk-nav-install img{height:36px;width:auto;display:block;border-radius:8px}
.hbk-qr{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}
.hbk-qr .hbk-qr-title{font-size:15px;color:var(--hbk-ink-soft);font-weight:600}
.hbk-qr-row{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}
.hbk-qr-col{display:flex;flex-direction:column;align-items:center;gap:10px}
.hbk-qr-col img.hbk-store{height:44px;width:auto;border-radius:10px}
.hbk-qr-col img.hbk-code{width:150px;height:150px;background:#fff;padding:8px;border-radius:12px}
@media (max-width:560px){.hbk-nav-install{display:none}}
