:root{
  --fondo:oklch(0.15 0.007 5);--fondo-claro:oklch(0.19 0.009 5);--superficie:oklch(0.225 0.012 5);--superficie-2:oklch(0.285 0.016 5);
  --texto:oklch(0.95 0.005 5);--texto-oscuro:oklch(0.16 0.008 5);--muted:oklch(0.72 0.011 5);--linea:oklch(0.34 0.016 5);
  --acento:oklch(0.8 0.075 5);--acento-2:oklch(0.84 0.064 155);--amarillo:oklch(0.86 0.150 95);--rojo:oklch(0.7 0.190 27);
  --display:"Sora", system-ui, sans-serif;--body:"Inter", system-ui, sans-serif;--ancho:1200px;--radio:14px;
}
html[data-theme="light"]{
  --fondo:oklch(0.99 0.004 5);--fondo-claro:oklch(0.965 0.006 5);--superficie:oklch(0.98 0.006 5);--superficie-2:oklch(0.94 0.010 5);
  --texto:oklch(0.26 0.012 5);--texto-oscuro:oklch(0.99 0.004 5);--muted:oklch(0.52 0.016 5);--linea:oklch(0.9 0.010 5);
  --acento:oklch(0.56 0.079 5);--acento-2:oklch(0.6 0.071 155);--amarillo:oklch(0.66 0.150 80);--rojo:oklch(0.56 0.200 27);
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;background:var(--fondo);color:var(--texto);font-family:var(--body);line-height:1.6;-webkit-font-smoothing:antialiased;font-size-adjust:from-font}
img{max-width:100%;height:auto;display:block}
a{color:var(--acento-2)}
h1,h2,h3{font-family:var(--display);line-height:1.15;font-size-adjust:from-font}
.container-nxhuic5{width:min(100% - 2rem,var(--ancho));margin-inline:auto}
/* Defer rendering of heavy BELOW-the-fold sections (article body, author, related, footer): the browser
   skips their layout/paint until they near the viewport. contain-intrinsic-size reserves height (auto =
   remember the real size after first render) so the scrollbar never jumps. Never on hero/ranking (the
   first screen). Unsupported browsers ignore it -> render normally. */
.cv-nxhuic5{content-visibility:auto;contain-intrinsic-size:auto none auto 600px}
.skip-nxhuic5{position:absolute;left:-9999px;top:0;background:var(--acento);color:var(--texto-oscuro);padding:.6rem 1rem;z-index:200}
.skip-nxhuic5:focus{left:0}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--acento-2);outline-offset:2px;border-radius:2px}
@property --ng{syntax:"<angle>";inherits:false;initial-value:0deg}
@keyframes ng-rot{to{--ng:360deg}}
@keyframes cta-flow{to{background-position:200% 50%}}
@media(prefers-reduced-motion:no-preference){.btn-nxhuic5,.nav-cta-nxhuic5,.t-cta-nxhuic5{animation:cta-flow 3s linear infinite}}

.site-header-nxhuic5{border-bottom:1px solid var(--linea);background:var(--fondo-claro);position:sticky;top:0;z-index:50}
.bar-nxhuic5{position:relative;display:flex;align-items:center;gap:1.5rem;padding:.9rem 0}
.brand-nxhuic5{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--display);font-weight:700;color:var(--texto);text-decoration:none}
.brand-mark-nxhuic5{flex:0 0 auto;width:2rem;height:2rem;display:inline-flex}
.brand-mark-nxhuic5 svg{width:100%;height:100%;display:block}
.foot-brand-nxhuic5 .brand-mark-nxhuic5{width:2.3rem;height:2.3rem}
.glyph-nxhuic5{display:grid;place-items:center;width:2rem;height:2rem;border-radius:calc(var(--radio) * .6);background:var(--acento);color:var(--texto-oscuro);font-weight:700}
.glyph-nxhuic5 svg{width:64%;height:64%;display:block}
.nav-nxhuic5{display:flex;gap:1.1rem;margin-left:auto;align-items:center;min-width:0}
/* ONE ROW at every desktop width (owner: no 2-row header). Pillars never wrap; under width pressure a
   pillar shrinks + ellipsizes, while "Más" and the CTA keep their full width and stay visible. */
.nav-links-nxhuic5{display:flex;gap:1.1rem;align-items:center;flex-wrap:nowrap;min-width:0}
.nav-links-nxhuic5 a{color:var(--texto);text-decoration:none;font-weight:500}
.nav-links-nxhuic5 a:hover{color:var(--acento)}
.nav-links-nxhuic5>a{flex:0 1 auto;min-width:0;max-width:14rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nav-links-nxhuic5>.mega-wrap-nxhuic5{flex:0 0 auto}
.bar-nxhuic5>.brand-nxhuic5{flex:0 0 auto}
/* "Más" MEGA-MENU (CSS-only <details>): the panel is anchored to the sticky .site-header (a positioned
   ancestor) and centred, width-capped to the viewport, so it never overflows at any width. */
.mega-btn-nxhuic5{display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;list-style:none;color:var(--texto);font-weight:500}
.mega-btn-nxhuic5::-webkit-details-marker{display:none}
.mega-btn-nxhuic5::after{content:"\25BE";color:var(--muted);font-size:.8em;transition:transform .2s ease}
.mega-wrap-nxhuic5[open] .mega-btn-nxhuic5{color:var(--acento)}
.mega-wrap-nxhuic5[open] .mega-btn-nxhuic5::after{transform:rotate(180deg)}
.mega-nxhuic5{position:absolute;right:0;left:auto;top:calc(100% + .3rem);z-index:60;width:max-content;max-width:min(44rem,92vw);padding:1.15rem 1.25rem;background:var(--superficie);border:1px solid var(--linea);border-radius:var(--radio);box-shadow:0 24px 60px -22px rgba(0,0,0,.7)}
/* Mobile-only FLAT money-page links (owner 21.07: no "Mere" tap on mobile — vertical room is free).
   Hidden on desktop; the mobile media query hides the .mega dropdown and shows these instead. */
.mflat-nxhuic5{display:none}
.mega-grid-nxhuic5{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.35rem 1.5rem}
.mcol-nxhuic5{display:flex;flex-direction:column;min-width:0}
.mh-nxhuic5{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--acento);margin:0 0 .5rem;padding-bottom:.45rem;border-bottom:1px solid var(--linea)}
.mcol-nxhuic5 a{padding:.38rem .5rem;border-radius:calc(var(--radio) * .5);text-decoration:none;color:var(--texto);font-size:.9rem;line-height:1.3}
.mcol-nxhuic5 a:hover{background:var(--superficie-2);color:var(--acento)}
.burger-nxhuic5{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0;background:transparent;border:1px solid var(--linea);border-radius:10px;cursor:pointer}
.burger-nxhuic5 span{display:block;width:20px;height:2px;margin:0 auto;background:var(--texto);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.burger-nxhuic5[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger-nxhuic5[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger-nxhuic5[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero-nxhuic5{padding:2.5rem 0 1rem}
#ranking{padding-top:1rem}
.hero-nxhuic5 h1{font-size:clamp(2rem,5vw,3rem);margin:0 0 1rem}
.kicker-nxhuic5{color:var(--acento);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;margin:0 0 .5rem}
/* hero mini top-3 billboard (element "mini-top3" @ hero.top3) — same vocabulary as base-css.ts. */
.hero-split-nxhuic5 .hero-g-nxhuic5{display:grid;grid-template-columns:1.05fr .95fr;gap:2.6rem;align-items:center}
.m3-nxhuic5{display:grid;gap:.7rem}
.m3-row-nxhuic5{display:grid;grid-template-columns:36px 1fr auto auto;gap:.9rem;align-items:center;background:var(--superficie);border:1px solid var(--linea);border-radius:12px;padding:.7rem .95rem}
.m3-first-nxhuic5{border-color:var(--acento);box-shadow:0 14px 38px -18px var(--acento)}
.m3-pos-nxhuic5{font-family:var(--display);font-weight:800;font-size:1.15rem;color:var(--muted);text-align:center}
.m3-first-nxhuic5 .m3-pos-nxhuic5{color:var(--acento)}
.m3-who-nxhuic5{min-width:0}
.m3-who-nxhuic5 b{display:block;font-size:.95rem}
.m3-who-nxhuic5 small{display:block;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.m3-score-nxhuic5{font-family:var(--display);font-weight:800;color:var(--acento)}
.m3-go-nxhuic5{white-space:nowrap;font-size:.88rem;padding:.5em 1.05em}
@media (max-width:900px){.hero-split-nxhuic5 .hero-g-nxhuic5{grid-template-columns:1fr}.m3-who-nxhuic5 small{white-space:normal}}
@media (max-width:640px){.m3-row-nxhuic5{grid-template-columns:28px 1fr auto;row-gap:.3rem}.m3-score-nxhuic5{display:none}.m3-go-nxhuic5{min-height:44px;display:inline-flex;align-items:center}}
.lede-nxhuic5{font-size:1.15rem;width:100%;text-align:justify;text-align-last:left}
.actions-nxhuic5{margin-top:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}
.byline-nxhuic5{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.1rem;margin:.4rem 0 1.6rem;padding-bottom:1.4rem;border-bottom:1px solid var(--linea);font-size:.9rem}
.byline-id-nxhuic5{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--texto)}
.byline-img-nxhuic5{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:1px solid var(--linea)}
.byline-who-nxhuic5{display:flex;flex-direction:column;line-height:1.3}
.byline-name-nxhuic5{font-family:var(--display);font-weight:700;font-size:1rem}
.byline-by-nxhuic5{color:var(--muted);font-weight:400}
.byline-id-nxhuic5:hover .byline-name-nxhuic5{color:var(--acento)}
.byline-role-nxhuic5{color:var(--muted);font-size:.85rem}
.byline-date-nxhuic5{color:var(--muted);margin-left:auto}
.byline-date-nxhuic5 time{color:var(--texto);font-weight:600}
.byline-bio-nxhuic5{flex-basis:100%;margin:0;color:var(--muted);font-size:.95rem;line-height:1.5;max-width:72ch}
@media(max-width:560px){.byline-date-nxhuic5{margin-left:0;flex-basis:100%}}

.section-nxhuic5{padding:2rem 0}
.section-nxhuic5 h2{font-size:clamp(1.4rem,3vw,2rem);margin:.2rem 0 1rem}
.card-nxhuic5{background:var(--superficie);border:1px solid var(--linea);border-radius:var(--radio);padding:1.25rem}
.grid-nxhuic5{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.btn-nxhuic5{display:inline-block;background:linear-gradient(110deg,var(--acento),var(--acento-2),var(--acento));background-size:200% 100%;color:var(--texto-oscuro);font-weight:700;padding:.7rem 1.2rem;border-radius:999px;text-decoration:none;border:0;cursor:pointer;box-shadow:0 6px 20px -7px color-mix(in srgb,var(--acento) 70%,transparent);transition:filter .2s ease,box-shadow .2s ease}
.btn-nxhuic5:hover{filter:brightness(1.07) saturate(1.05);box-shadow:0 9px 26px -7px color-mix(in srgb,var(--acento-2) 75%,transparent)}
.btn-ghost-nxhuic5{display:inline-block;background:transparent;color:var(--texto);font-weight:600;padding:.7rem 1.2rem;border-radius:999px;text-decoration:none;border:1px solid var(--linea)}
.nav-cta-nxhuic5{position:relative;isolation:isolate;display:inline-block;background:linear-gradient(110deg,var(--acento),var(--acento-2),var(--acento));background-size:200% 100%;color:var(--texto-oscuro);font-weight:700;padding:.5rem .95rem;border-radius:999px;text-decoration:none;white-space:nowrap;font-size:.92rem;box-shadow:0 4px 16px -6px color-mix(in srgb,var(--acento) 65%,transparent);transition:filter .2s ease}
.nav-cta-nxhuic5:hover{filter:brightness(1.08) saturate(1.05)}
.nav-cta-nxhuic5::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;padding:1.5px;background:conic-gradient(from var(--ng),transparent 0deg,rgba(255,255,255,.9) 14%,transparent 34%,transparent 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
@media(prefers-reduced-motion:no-preference){.nav-cta-nxhuic5::before{animation:ng-rot 5s linear infinite}}
.header-cta-nxhuic5{display:none;align-items:center;background:linear-gradient(110deg,var(--acento),var(--acento-2),var(--acento));background-size:200% 100%;color:var(--texto-oscuro);font-weight:700;padding:.5rem .9rem;border-radius:999px;text-decoration:none;white-space:nowrap;font-size:.9rem}
.nav-brand-nxhuic5{display:none}
.home-ic-nxhuic5{display:none}
.menu-cta-nxhuic5{display:inline-flex;gap:.6rem;align-items:center;flex:0 0 auto}
.nav-cta2-nxhuic5{display:none;align-items:center;justify-content:center;background:var(--superficie-2);border:1px solid var(--acento);color:var(--texto);font-weight:700;padding:.5rem .95rem;border-radius:999px;text-decoration:none;white-space:nowrap;font-size:.9rem;line-height:1.2}
.foot-cookies-nxhuic5{background:none;border:0;padding:0;color:var(--muted);font:inherit;cursor:pointer;text-decoration:underline}
.foot-cookies-nxhuic5:hover{color:var(--acento)}
.note-nxhuic5{background:var(--superficie-2);border-left:3px solid var(--amarillo);padding:1rem 1.25rem;border-radius:var(--radio)}
.disclaimer-nxhuic5{color:var(--muted);font-size:.85rem}
.tabla-nxhuic5 caption{padding:.85rem 1rem;text-align:left;line-height:1.45}
.promo-nxhuic5{position:relative;z-index:2;display:inline-flex;align-items:center;gap:.35rem;background:var(--superficie-2);border:1px solid var(--linea);border-radius:6px;padding:.16rem .5rem;color:var(--texto);font-family:inherit;font-weight:700;font-size:.8rem;letter-spacing:.03em;cursor:pointer;transition:border-color .15s ease,color .15s ease}
.promo-nxhuic5:hover{border-color:var(--acento);color:var(--acento)}
.promo-ic-nxhuic5{width:13px;height:13px;opacity:.65}
.promo-off-nxhuic5{display:none;color:var(--acento)}
.promo-nxhuic5.is-copied{border-color:var(--acento)}
.promo-nxhuic5.is-copied .promo-on-nxhuic5,.promo-nxhuic5.is-copied .promo-ic-nxhuic5{display:none}
.promo-nxhuic5.is-copied .promo-off-nxhuic5{display:inline}
.rank-promo-nxhuic5{margin:.4rem 0 0;font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;position:relative;z-index:2}
/* Breadcrumbs sit INSIDE the hero top-padding zone (see base-css.ts): the wrap reserves the hero's
   normal top padding, the hero drops its own when a crumb is present, so the H1 starts at the same Y
   on home (no crumb) and sub-pages (crumb) — no content jump. Single line, ellipsis, no wrap. */
.crumbs-wrap-nxhuic5{display:flex;align-items:flex-end;min-block-size:2.5rem}
.crumbs-nxhuic5{display:flex;flex-wrap:nowrap;align-items:center;gap:.45rem;margin:0;padding:0 0 .5rem;min-width:0;overflow:hidden;white-space:nowrap;font-size:.85rem;color:var(--muted)}
.crumbs-nxhuic5 a{color:var(--muted);text-decoration:none;white-space:nowrap}
.crumbs-nxhuic5 a:hover{color:var(--acento)}
.crumbs-nxhuic5 [aria-current]{color:var(--texto);overflow:hidden;text-overflow:ellipsis}
.has-crumbs-nxhuic5 .hero-nxhuic5{padding-block-start:0}
.smap-nxhuic5{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 2.5rem}
.smap-nxhuic5 h2{font-family:var(--display);font-size:1rem;margin:0 0 .8rem;color:var(--acento)}
.smap-nxhuic5 ul{margin:0;padding-left:1.1rem;display:grid;gap:.45rem}
.smap-nxhuic5 a{color:var(--texto);text-decoration:none}
.smap-nxhuic5 a:hover{color:var(--acento)}

.trust-nxhuic5{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem 1.5rem;margin:0;padding:1.15rem 0;list-style:none;border-block:1px solid var(--linea)}
.trust-i-nxhuic5{display:flex;align-items:center;gap:.6rem;color:var(--muted);font-size:.82rem;line-height:1.25}
.trust-ic-nxhuic5{flex:0 0 auto;display:inline-flex;color:var(--acento)}
.trust-ic-nxhuic5 svg{width:24px;height:24px;display:block}
.trust-tx-nxhuic5 strong{display:block;color:var(--texto);font-family:var(--display);font-weight:700;font-size:.92rem}

.ranking-nxhuic5{display:grid;gap:.75rem;padding:0;margin:0;list-style:none}
.rank-nxhuic5{position:relative;isolation:isolate;display:grid;grid-template-columns:140px minmax(160px,1fr) minmax(220px,auto);gap:.6rem 1.25rem;align-items:center;background:var(--superficie);border-radius:var(--radio);padding:1rem 1.25rem;box-shadow:0 8px 28px rgba(0,0,0,.35);transition:box-shadow .25s ease;cursor:pointer}
.rank-nxhuic5::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;padding:1px;background:conic-gradient(from var(--ng),var(--linea),var(--acento) 25%,var(--acento-2) 42%,var(--linea) 62%,var(--linea) 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.rank-nxhuic5:hover{box-shadow:0 0 24px -7px color-mix(in srgb,var(--acento) 55%,transparent),0 12px 36px rgba(0,0,0,.5)}
@media(prefers-reduced-motion:no-preference){.rank-nxhuic5::before{animation:ng-rot 6s linear infinite}}
.rank-brand-nxhuic5{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;min-width:0}
.rank-logo-nxhuic5{width:120px;height:56px;object-fit:contain;object-position:left center;background:transparent}
.stars-nxhuic5{position:relative;display:inline-block;color:var(--linea);font:.9rem/1 Arial,sans-serif;letter-spacing:.12em}
.stars-nxhuic5::before{content:"★★★★★"}
.stars-on-nxhuic5{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;width:calc(var(--r)/5*100%);color:var(--amarillo)}
.stars-on-nxhuic5::before{content:"★★★★★"}
.rank-offer-nxhuic5{min-width:0}
.rank-name-nxhuic5{font-family:var(--display);font-weight:700;margin:0 0 .15rem;font-size:1.05rem}
.rank-bonus-nxhuic5{margin:0;font-weight:600;color:var(--texto);line-height:1.35;font-size:.95rem}
.rank-bonus-nxhuic5 small{display:block;color:var(--muted);font-weight:400;font-size:.78rem;margin-top:.15rem}
.pay-nxhuic5{display:flex;flex-wrap:wrap;gap:.3rem;margin:.55rem 0 0;padding:0;list-style:none}
.pay-i-nxhuic5{display:inline-flex;align-items:center;background:var(--superficie-2);border:1px solid var(--linea);border-radius:5px;padding:0 .5rem;height:26px}
.pay-ic-nxhuic5{display:inline-flex}
.pay-ic-nxhuic5 svg{height:15px;width:auto;display:block}
.sr-only-nxhuic5{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.rank-logo-link-nxhuic5{display:inline-block;line-height:0;position:relative;z-index:2}
.tip-nxhuic5{position:relative}
.tip-nxhuic5::after{content:attr(data-tip);position:absolute;left:0;bottom:calc(100% + 7px);background:var(--fondo-claro);color:var(--texto);border-radius:6px;padding:.3rem .55rem;font-size:.72rem;font-weight:600;white-space:nowrap;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;box-shadow:0 8px 22px rgba(0,0,0,.55);z-index:40}
.tip-nxhuic5:hover::after,.tip-nxhuic5:focus-visible::after{opacity:1;transform:translateY(0)}
.rank-side-nxhuic5{display:flex;flex-direction:column;gap:.5rem;justify-self:stretch}
.stats-nxhuic5{display:flex;gap:.5rem}
.stat-nxhuic5{flex:1;display:grid;justify-items:center;gap:.05rem;background:var(--superficie-2);border:1px solid var(--linea);border-radius:calc(var(--radio) * .7);padding:.5rem .4rem;min-width:72px}
.stat-nxhuic5 svg{color:var(--acento)}
.stat-nxhuic5 strong{font-family:var(--display);font-size:1.05rem;color:var(--texto);line-height:1.1}
.stat-nxhuic5 span{font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.rank-cta-nxhuic5{text-align:center;width:100%}
.rank-cta-nxhuic5::after{content:"";position:absolute;inset:0;z-index:1}
.badge-nxhuic5{display:inline-block;font-size:.7rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;border:1px solid var(--linea);color:var(--muted);white-space:nowrap}
.badge-pending-nxhuic5{color:var(--amarillo);border-color:transparent;background:color-mix(in srgb,var(--amarillo) 14%,transparent)}

.table-wrap-nxhuic5{overflow-x:auto;min-width:0;border:1px solid var(--linea);border-radius:var(--radio)}
.tabla-nxhuic5{width:100%;border-collapse:collapse;min-width:520px}
.tabla-nxhuic5 th,.tabla-nxhuic5 td{text-align:left;padding:.7rem .9rem;border-bottom:1px solid var(--linea)}
.tabla-nxhuic5 thead th{font-family:var(--display);color:var(--acento);font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}
.tabla-nxhuic5 tbody tr{transition:background .18s ease}
.tabla-nxhuic5 tbody tr:hover{background:var(--superficie)}
.tabla-nxhuic5 tbody tr:hover th{color:var(--acento)}
.t-cta-nxhuic5{display:inline-block;background:linear-gradient(110deg,var(--acento),var(--acento-2),var(--acento));background-size:200% 100%;color:var(--texto-oscuro);font-weight:700;font-size:.82rem;padding:.42rem .9rem;border-radius:999px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px -6px color-mix(in srgb,var(--acento) 70%,transparent);transition:filter .15s ease,transform .15s ease}
.t-cta-nxhuic5:hover{filter:brightness(1.08) saturate(1.05);transform:translateY(-1px)}

.faq-nxhuic5{display:grid;gap:.5rem}
.faq-nxhuic5 details{background:var(--superficie);border:1px solid var(--linea);border-radius:var(--radio);padding:.4rem .9rem}
.faq-nxhuic5 summary{cursor:pointer;font-weight:600;padding:.5rem 0}
.faq-nxhuic5 summary::-webkit-details-marker{display:none}

.author-nxhuic5{display:flex;gap:1rem;align-items:center;background:var(--superficie);border:1px solid var(--linea);border-radius:var(--radio);padding:1.1rem}
.author-img-nxhuic5{width:72px;height:72px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.author-info-nxhuic5 h3{margin:0 0 .2rem}
.author-info-nxhuic5 p{margin:0;color:var(--muted);font-size:.92rem}

.steps-nxhuic5{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}
.step-nxhuic5{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start;background:var(--superficie);border:1px solid var(--linea);border-radius:var(--radio);padding:1.1rem 1.25rem;transition:border-color .2s ease}
.step-nxhuic5:hover{border-color:color-mix(in srgb,var(--acento) 45%,var(--linea))}
.step-nxhuic5:last-child:nth-child(odd){grid-column:1 / -1}
.step-num-nxhuic5{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--acento),var(--acento-2));color:var(--texto-oscuro);font-family:var(--display);font-weight:800;font-size:1rem;box-shadow:0 4px 14px -5px color-mix(in srgb,var(--acento) 70%,transparent)}
.step-c-nxhuic5{padding-top:.1rem;min-width:0}
.step-c-nxhuic5 h3{margin:0 0 .3rem;font-size:1.06rem}
.step-c-nxhuic5 p{margin:0;color:var(--muted);line-height:1.55}

.related-nxhuic5{margin:3rem 0 0;background:var(--superficie);border:1px solid var(--linea);border-radius:18px;padding:1.6rem 1.75rem}
.related-h-nxhuic5{font-family:var(--display);font-size:1.05rem;margin:0 0 1rem;color:var(--acento)}
.related-list-nxhuic5{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.55rem 1.75rem}
.related-list-nxhuic5 a{display:inline-flex;align-items:center;gap:.5rem;color:var(--texto);text-decoration:none;font-size:.95rem;font-weight:600;transition:color .15s ease}
.related-list-nxhuic5 a::before{content:"\2192";color:var(--acento);font-weight:700;font-size:.85em}
.related-list-nxhuic5 a:hover{color:var(--acento)}

.art-nxhuic5 h2{margin-top:2rem}
.art-nxhuic5 h3{margin:1.6rem 0 .5rem;font-size:1.1rem}
.art-nxhuic5 p{line-height:1.6}
/* Article list block (ArticleBody kind:"list") — clear markers + spacing so it never reads as a paragraph. */
.art-list-nxhuic5{margin:1.15rem 0;padding-left:1.75rem;display:flex;flex-direction:column;gap:.55rem;line-height:1.6}
.art-list-nxhuic5 li{padding-left:.3rem}
.art-list-nxhuic5 li::marker{color:var(--acento);font-weight:700}
/* Article table block (ArticleBody kind:"table") — bordered card, accent header, zebra rows: unmistakably a table. */
.art-tbl-nxhuic5{overflow-x:auto;min-width:0;margin:1.5rem 0;border:1px solid var(--linea);border-radius:var(--radio)}
.art-tbl-nxhuic5 table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:480px}
.art-tbl-nxhuic5 caption{caption-side:bottom;color:var(--muted);font-size:.8rem;text-align:left;padding:.55rem .85rem}
.art-tbl-nxhuic5 th,.art-tbl-nxhuic5 td{padding:.7rem .85rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--linea)}
.art-tbl-nxhuic5 thead th{background:var(--superficie-2);color:var(--acento);font-family:var(--display);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid color-mix(in srgb,var(--acento) 45%,var(--linea))}
.art-tbl-nxhuic5 tbody th{font-weight:600;color:var(--texto)}
.art-tbl-nxhuic5 tbody tr:nth-child(even){background:color-mix(in srgb,var(--superficie) 55%,transparent)}
.art-tbl-nxhuic5 tbody tr:hover{background:var(--superficie)}
.art-tbl-nxhuic5 tbody tr:last-child th,.art-tbl-nxhuic5 tbody tr:last-child td{border-bottom:0}
.proscons-nxhuic5{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem 1.5rem;margin:1.25rem 0}
.pros-nxhuic5,.cons-nxhuic5{background:var(--superficie);border:1px solid var(--linea);border-radius:14px;padding:1rem 1.2rem}
.pros-nxhuic5 h3,.cons-nxhuic5 h3{margin:0 0 .6rem;font-size:1rem;font-family:var(--display)}
.pros-nxhuic5 ul,.cons-nxhuic5 ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}
.pros-nxhuic5 li,.cons-nxhuic5 li{padding-left:1.5rem;position:relative;line-height:1.5}
.pros-nxhuic5 li::before{content:"+";position:absolute;left:0;color:var(--acento);font-weight:700}
.cons-nxhuic5 li::before{content:"\2212";position:absolute;left:.1rem;color:var(--rojo);font-weight:700}
.art-steps-nxhuic5{margin:1rem 0;padding-left:1.3rem;display:flex;flex-direction:column;gap:.55rem}
.art-refs-nxhuic5{margin:.5rem 0;padding-left:1.75rem;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}
.art-toc-nxhuic5{margin:0 0 1.2rem;padding:.8rem 1rem;border:1px solid var(--linea);border-radius:10px;font-size:.92rem}
.art-toc-nxhuic5 ul{margin:0;display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;padding-left:1.1rem}
.art-fig-nxhuic5{margin:1.5rem 0}
.art-fig-nxhuic5 img{width:100%;height:auto;border-radius:14px;border:1px solid var(--linea);display:block}
.art-fig-nxhuic5 figcaption{margin-top:.5rem;color:var(--muted);font-size:.85rem;text-align:center}
.art-fig-nxhuic5[data-float=right]{float:right;max-inline-size:min(42%,340px);margin:.3rem 0 1rem 1.5rem}
.art-fig-nxhuic5[data-float=left]{float:left;max-inline-size:min(42%,340px);margin:.3rem 1.5rem 1rem 0}
@media(max-width:640px){.art-fig-nxhuic5[data-float]{float:none;max-inline-size:100%;margin:1.5rem 0}}
/* promo-image (ArticleBody kind "promo-image"): keywords + CTA overlaid in HTML — AMP-safe, stacks on mobile. */
.art-promo-nxhuic5{position:relative;margin:1.6rem 0;border-radius:14px;overflow:hidden;border:1px solid var(--linea)}
.art-promo-nxhuic5 img{width:100%;height:auto;display:block}
.promo-ov-nxhuic5{position:absolute;inset:auto 0 0 0;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1.2rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82) 60%)}
.promo-kw-nxhuic5{font-family:var(--display);font-weight:700;font-size:clamp(1.25rem,2.6vw,1.9rem);line-height:1.1;color:#fff}
.promo-kw-nxhuic5 small{display:block;font-family:var(--body);font-weight:600;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--acento);margin-bottom:.3rem}
.promo-cta-nxhuic5{font-size:.95rem}
.art-promo-nxhuic5[data-layout="stamp"] .promo-ov-nxhuic5{inset:0;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(0,0,0,.45)}
.art-promo-nxhuic5[data-layout="ribbon"] .promo-ov-nxhuic5{inset:0 auto 0 0;max-width:60%;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(90deg,rgba(0,0,0,.85) 40%,transparent)}
@media (max-width:640px){.promo-ov-nxhuic5{flex-direction:column;align-items:flex-start}.art-promo-nxhuic5[data-layout="ribbon"] .promo-ov-nxhuic5{max-width:100%}.promo-cta-nxhuic5{width:100%;text-align:center}}
/* jackpot board */
.jkb-nxhuic5{display:grid;gap:.8rem;margin:1.6rem 0}
.jkb-row-nxhuic5{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;background:var(--superficie);border:1px solid var(--linea);border-radius:12px;padding:.85rem 1.1rem}
.jkb-who-nxhuic5 b{display:block}
.jkb-who-nxhuic5 small{color:var(--muted)}
.jkb-digits-nxhuic5{display:flex;gap:3px;align-items:center}
.jkb-digits-nxhuic5 span{font-family:var(--display);font-weight:800;font-size:1.35rem;line-height:1;background:var(--fondo);border:1px solid var(--linea);color:var(--acento);border-radius:6px;padding:.3em .3em;min-width:1.05em;text-align:center}
.jkb-digits-nxhuic5 .jkb-sep-nxhuic5{background:transparent;border:none;color:var(--muted);min-width:auto;padding:.3em .05em}
.jkb-go-nxhuic5{white-space:nowrap;font-size:.9rem;padding:.5em 1.1em}
.jkb-note-nxhuic5{color:var(--muted);font-size:.78rem;text-align:center;margin:.2rem 0 0}
@media (max-width:640px){.jkb-row-nxhuic5{grid-template-columns:1fr auto;row-gap:.5rem}.jkb-digits-nxhuic5 span{font-size:1.1rem}}
/* category tiles */
.cat-tiles-nxhuic5{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.4rem 0}
.cat-tile-nxhuic5{position:relative;display:block;background:var(--superficie);border:1px solid var(--linea);border-radius:14px;padding:1.1rem;text-decoration:none;color:var(--texto);transition:border-color .18s ease,translate .18s ease}
.cat-tile-nxhuic5:hover{border-color:var(--acento);translate:0 -2px}
.cat-tile-nxhuic5 .cat-n-nxhuic5{position:absolute;top:.8rem;right:.9rem;color:var(--muted);font-size:.72rem;border:1px solid var(--linea);border-radius:99px;padding:.12rem .55rem}
.cat-tile-nxhuic5 i{font-style:normal;font-size:1.3rem;display:block;margin-bottom:.3rem}
.cat-tile-nxhuic5 b{display:block;font-family:var(--display);font-weight:700}
.cat-tile-nxhuic5 p{margin:.25rem 0 0;color:var(--muted);font-size:.86rem}
/* bonus-terms box */
.bterms-nxhuic5{background:var(--superficie);border:1px solid var(--linea);border-left:3px solid var(--acento);border-radius:14px;padding:1.1rem 1.3rem;margin:1.4rem 0}
.bterms-brand-nxhuic5{margin:0 0 .4rem;font-family:var(--display);font-weight:700}
.bterms-row-nxhuic5{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px dashed var(--linea);padding:.35rem 0;color:var(--muted);font-size:.94rem}
.bterms-row-nxhuic5 b{color:var(--texto)}
.bterms-ok-nxhuic5{margin:.6rem 0 0;color:var(--acento-2);font-size:.9rem}
.bterms-warn-nxhuic5{margin:.6rem 0 0;color:var(--rojo);font-size:.9rem}
/* editor quote */
.equote-nxhuic5{margin:1.6rem 0;padding:1.2rem 1.5rem;background:var(--superficie);border-left:4px solid var(--acento);border-radius:0 14px 14px 0;font-family:var(--display);font-weight:600;font-size:1.1rem;line-height:1.5}
.equote-nxhuic5 footer{margin-top:.5rem;font-family:var(--body);font-weight:500;font-size:.85rem;color:var(--muted)}
/* verification log */
.vlog-nxhuic5{background:var(--superficie);border:1px solid var(--linea);border-left:3px solid var(--acento-2);border-radius:14px;padding:1rem 1.2rem;margin:1.4rem 0;font-size:.92rem;color:var(--muted)}
.vlog-nxhuic5 p{margin:.3rem 0}
.vlog-t-nxhuic5{color:var(--acento-2);font-weight:600}
/* sticky mobile CTA bar (canonical only) */
.scta-nxhuic5{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;align-items:center;justify-content:center;gap:.9rem;background:var(--fondo-claro);border-top:1px solid var(--linea);padding:.55rem 1rem calc(.55rem + env(safe-area-inset-bottom))}
.scta-who-nxhuic5{font-size:.86rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.scta-who-nxhuic5 b{color:var(--texto)}
.scta-go-nxhuic5{white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;padding:.5em 1.4em}
@media (min-width:901px){.scta-nxhuic5{display:none}}
@media (max-width:900px){
  html:has(.scta-nxhuic5) .cookie-bar-nxhuic5,html:has(.scta-nxhuic5) .pwa-card-nxhuic5{bottom:calc(64px + env(safe-area-inset-bottom))}
  html:has(.scta-nxhuic5) .to-top-nxhuic5{bottom:calc(76px + env(safe-area-inset-bottom))}
}
/* header author strip / byline card */
.astrip-nxhuic5{display:flex;align-items:center;gap:.8rem;border-bottom:1px solid var(--linea);background:var(--fondo-claro);padding:.5rem 0;font-size:.85rem;color:var(--muted)}
.astrip-ava-nxhuic5{width:26px;height:26px;border-radius:50%;background:var(--acento);color:var(--texto-oscuro);display:grid;place-items:center;font-weight:700;font-size:.66rem;overflow:hidden}
.astrip-ava-nxhuic5 img{width:100%;height:100%;object-fit:cover;display:block}
.astrip-nxhuic5 b{color:var(--texto);font-weight:600}
.astrip-badge-nxhuic5{color:var(--acento-2);font-weight:600}
.acard-nxhuic5{display:flex;align-items:center;gap:.9rem;background:var(--superficie);border:1px solid var(--linea);border-radius:12px;padding:.7rem 1rem;max-width:660px;margin:.9rem auto 0}
.acard-nxhuic5 .astrip-ava-nxhuic5{width:40px;height:40px;font-size:.85rem}
.acard-who-nxhuic5 b{display:block;color:var(--texto)}
.acard-who-nxhuic5 small{color:var(--muted)}
.acard-bdg-nxhuic5{margin-left:auto;display:flex;gap:.5rem;flex-wrap:wrap}
.acard-bdg-nxhuic5 span{font-size:.7rem;font-weight:600;border:1px solid var(--linea);border-radius:99px;padding:.2em .7em;color:var(--muted)}
@media (max-width:760px){.astrip-nxhuic5{flex-wrap:wrap;row-gap:.15rem}.acard-bdg-nxhuic5{display:none}}
.glos-nxhuic5{margin:1rem 0 .5rem;display:grid;grid-template-columns:minmax(120px,180px) 1fr;gap:.55rem 1.25rem;align-items:baseline}
.glos-nxhuic5 dt{font-family:var(--display);font-weight:700;color:var(--acento)}
.glos-nxhuic5 dd{margin:0;color:var(--muted);line-height:1.55}
@media (max-width:560px){.glos-nxhuic5{grid-template-columns:1fr;gap:.15rem}.glos-nxhuic5 dt{margin-top:.6rem}}

.site-footer-nxhuic5{border-top:1px solid var(--linea);background:linear-gradient(180deg,var(--fondo-claro),var(--fondo));margin-top:4rem}
.foot-grid-nxhuic5{display:grid;grid-template-columns:1.7fr repeat(var(--fcols,4),minmax(0,1fr));gap:1.5rem 2rem;padding:3rem 0 2.25rem;align-items:start}
.foot-brand-nxhuic5{max-width:34ch}
.foot-brand-nxhuic5 .brand-nxhuic5{font-size:1.15rem}
.foot-desc-nxhuic5{color:var(--muted);font-size:.9rem;line-height:1.55;margin:.9rem 0}
.foot-col-nxhuic5 nav{display:flex;flex-direction:column;gap:.6rem}
.foot-col-nxhuic5 a{font-size:.92rem}
.foot-h-nxhuic5{font-family:var(--display);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--acento);margin:0 0 1.1rem}
.foot-bottom-nxhuic5{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.2rem 0;border-top:1px solid var(--linea);color:var(--muted);font-size:.82rem}
.site-footer-nxhuic5 a{color:var(--muted);text-decoration:none}
.site-footer-nxhuic5 a:hover{color:var(--acento)}
.edad-nxhuic5{color:var(--amarillo);font-weight:700;font-size:.82rem;display:block;line-height:1.5}
/* Full-width facet STRIP: every money page as a flex-wrap pill row — fills the width and wraps to new
   rows, scaling to any count, never a tall vertical column. */
.foot-strip-nxhuic5{margin-top:.5rem;padding:1.3rem 1.4rem;border:1px solid var(--linea);border-radius:var(--radio);background:linear-gradient(180deg,color-mix(in srgb,var(--acento) 5%,transparent),transparent)}
.strip-h-nxhuic5{display:flex;align-items:center;gap:.5rem;font-family:var(--display);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--texto);margin:0 0 .9rem}
.strip-h-nxhuic5::before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--acento);flex:0 0 auto}
.pills-nxhuic5{display:flex;flex-wrap:wrap;gap:.5rem}
.mpill-nxhuic5{display:inline-flex;align-items:center;white-space:nowrap;font-size:.82rem;line-height:1;color:var(--muted);padding:.5rem .8rem;border:1px solid var(--linea);border-radius:999px;background:var(--superficie);text-decoration:none;transition:color .15s ease,border-color .15s ease,background-color .15s ease}
.mpill-nxhuic5:hover{color:var(--acento);border-color:var(--acento);background:var(--superficie-2)}

.cookie-bar-nxhuic5{position:fixed;right:1rem;left:auto;bottom:1rem;width:min(22rem,calc(100% - 2rem));background:var(--superficie);border:1px solid var(--linea);border-radius:var(--radio);padding:.8rem 1rem;z-index:120;display:grid;gap:.55rem;font-size:.84rem;line-height:1.45;box-shadow:0 14px 34px rgba(0,0,0,.5);text-align:center}
.cookie-bar-nxhuic5 p{margin:0}
.cookie-actions-nxhuic5{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}
.cookie-actions-nxhuic5 button{padding:.38rem .7rem;font-size:.78rem}
.pwa-card-nxhuic5{position:fixed;left:1rem;right:1rem;bottom:1rem;background:var(--superficie-2);border:1px solid var(--linea);border-radius:var(--radio);padding:1rem;z-index:110;display:none;gap:.75rem;align-items:center}
.to-top-nxhuic5{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;background:var(--acento);color:var(--texto-oscuro);border:0;cursor:pointer;display:none;place-items:center;z-index:90;opacity:0;transition:opacity .2s}
html.menu-open{overflow:hidden}
html.menu-open .cookie-bar-nxhuic5,html.menu-open .pwa-card-nxhuic5,html.menu-open .to-top-nxhuic5{display:none!important}
.to-top-nxhuic5.is-visible{opacity:1}

/* layout variants (seeded per site) */
.bar-stack-nxhuic5{flex-direction:column;align-items:stretch;gap:.6rem}
.bar-stack-nxhuic5 .nav-nxhuic5{margin-left:0}
.foot-center-nxhuic5 .tier-nxhuic5{justify-content:center;text-align:center}
.foot-center-nxhuic5 .foot-nav-nxhuic5{justify-content:center}
.rank-compact-nxhuic5 .rank-nxhuic5{padding:.6rem .8rem;gap:.6rem}
.rank-compact-nxhuic5 .rank-logo-nxhuic5{width:48px;height:30px}

@media(min-width:601px){
  .to-top-nxhuic5{display:grid}
}
/* Header collapses to the hamburger a bit EARLIER than the content reflows, so the pillars keep room to
   sit on ONE row on real desktops (>=~900px); below this they move into the burger panel. The desktop
   nav still shows at 960 (owner: no 2-row header, hamburger only on small screens). */
@media(max-width:860px){
  .burger-nxhuic5{display:flex}
  .nav-nxhuic5{position:fixed;top:72px;left:0;right:0;bottom:0;margin:0;flex-direction:column;align-items:stretch;gap:0;background:var(--fondo-claro);box-shadow:0 12px 28px -14px rgba(0,0,0,.7);padding:0;display:none;z-index:40}
  .nav-nxhuic5.is-open{display:flex}
  .nav-links-nxhuic5{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:stretch;gap:0;flex-wrap:nowrap;padding:.3rem 1.1rem .5rem}
  .nav-links-nxhuic5>a{max-width:none;white-space:normal;overflow:visible;flex:0 0 auto;padding:.85rem .2rem;border-bottom:1px solid var(--linea)}
  /* No "Mere" dropdown on mobile — hide it and show the flat money-page list (.mflat) instead, each
     styled by the .nav-links>a column rule above. One tap per destination, no nested details. */
  .mega-wrap-nxhuic5{display:none}
  .mflat-nxhuic5{display:block}
  .nav-cta-nxhuic5{align-self:center;margin:.9rem 0 1.3rem;font-size:1rem;padding:.7rem 1.6rem}
  .bar-nxhuic5>.brand-nxhuic5{display:none}
  .header-cta-nxhuic5{display:inline-flex;margin-inline:auto}
  .home-ic-nxhuic5{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--texto);text-decoration:none}
  .home-ic-nxhuic5 svg{width:22px;height:22px}
  .nav-brand-nxhuic5{display:flex;align-items:center;padding:.85rem 1.3rem;font-weight:500;font-size:1rem;color:var(--texto);text-decoration:none;border-bottom:1px solid var(--linea)}
  .menu-cta-nxhuic5{display:flex;gap:.5rem;align-items:stretch;padding:.7rem 1.1rem 1.2rem}
  .menu-cta-nxhuic5 .nav-cta-nxhuic5,.menu-cta-nxhuic5 .nav-cta2-nxhuic5{flex:1;margin:0;align-self:auto;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:.85rem;padding:.7rem .5rem;line-height:1.2}
}
@media(max-width:720px){
  .cookie-bar-nxhuic5{left:50%;right:auto;transform:translateX(-50%)}
  .hero-nxhuic5{padding:2.6rem 0 1.5rem}
  .crumbs-wrap-nxhuic5{min-block-size:2.6rem}
  .lede-nxhuic5{font-size:.875rem;line-height:1.5}
  .smap-nxhuic5{grid-template-columns:1fr}
  .trust-nxhuic5{grid-template-columns:repeat(2,1fr)}
  .steps-nxhuic5{grid-template-columns:1fr}
  .rank-nxhuic5{grid-template-columns:1fr;row-gap:.7rem}
  .rank-brand-nxhuic5{flex-direction:row;align-items:center;flex-wrap:wrap}
  .rank-offer-nxhuic5{grid-column:1 / -1}
  .rank-side-nxhuic5{grid-column:1 / -1}
  .foot-grid-nxhuic5{grid-template-columns:repeat(2,1fr)}
  .foot-brand-nxhuic5{grid-column:1 / -1}
}
/* Long-compound survival (mirror of base-css.ts): headings break long words, hero stack shrinks. */
h1,h2,h3,.kicker-nxhuic5,.lede-nxhuic5{overflow-wrap:break-word}
h1,h2{hyphens:auto}
.hero-g-nxhuic5>*{min-width:0}
.hero-copy-nxhuic5{min-width:0}
/* Hero bonus-CTA - same vocabulary as base-css.ts .btn-bonus */
.btn-bonus-nxhuic5{display:inline-flex;flex-direction:column;align-items:center;gap:.12em;line-height:1.2;padding:.55em 1.35em}
.btn-bonus-nxhuic5 b{font-size:.95em;max-width:30ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.btn-bonus-nxhuic5 span{font-size:.72em;text-transform:uppercase;letter-spacing:.09em;opacity:.92}
@media (max-width:480px){.btn-bonus-nxhuic5 b{max-width:20ch}}
/* Hero chip-stats (element chip-stats @ hero.stats) - same vocabulary as base-css.ts .cstats */
.cstats-nxhuic5{display:flex;flex-wrap:wrap;gap:1.3rem;justify-content:center;margin:1.7rem 0 0;padding:0;list-style:none}
.cstat-nxhuic5{width:118px;height:118px;border-radius:50%;border:3px dashed var(--acento);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;background:color-mix(in oklab,var(--superficie) 82%,transparent)}
.cstat-nxhuic5 b{font-family:var(--display);font-size:1.45rem;line-height:1;color:var(--acento)}
.cstat-nxhuic5 small{font-size:.66rem;color:var(--texto-suave);text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:0 .55rem}
.cstat-nxhuic5:nth-child(2){border-color:var(--rojo)}.cstat-nxhuic5:nth-child(2) b{color:var(--rojo)}
.cstat-nxhuic5:nth-child(3){border-color:var(--acento2)}.cstat-nxhuic5:nth-child(3) b{color:var(--acento2)}
@media(max-width:980px) and (min-width:721px){
  .foot-grid-nxhuic5{grid-template-columns:repeat(4,1fr)}
  .foot-brand-nxhuic5{grid-column:1 / -1}
}
