/* ============================================================
   Estilos de componentes — FinTotal
   ============================================================ */

/* ---------------- Header ---------------- */
.hdr {
  position: sticky; top: 0; z-index: 100;
  padding-block: 14px;
  transition: background .25s, box-shadow .25s, padding .25s;
}
.hdr.is-scrolled {
  background: oklch(0.99 0.006 290 / 0.82);
  backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 1px 0 var(--border), var(--sh-sm);
  padding-block: 9px;
}
.hdr__row { display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.03em; }
.brand__mark {
  width: 36px; height: 36px; border-radius: 11px;
  background: linear-gradient(135deg, var(--primary), #b13cec);
  display: grid; place-items: center; box-shadow: var(--sh-primary);
}
.brand__txt span { color: var(--primary); }
.brand__txt { white-space: nowrap; }
.brand__monogram { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: #fff; letter-spacing: -0.02em; }
.hdr__nav { display: flex; gap: 4px; margin-left: 8px; }
.hdr__nav a { font-size: 15px; font-weight: 600; color: var(--ink-soft); padding: 8px 13px; border-radius: var(--r-pill); transition: color .15s, background .15s; }
.hdr__nav a:hover { color: var(--primary); background: var(--primary-soft); }
.hdr__actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.hdr__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hdr__burger span { width: 22px; height: 2.4px; background: var(--ink); border-radius: 2px; }
.hdr__mob { display: none; }

/* Country picker */
.cpick { position: relative; }
.cpick__btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 14px; border-radius: var(--r-pill);
  background: var(--surface); box-shadow: inset 0 0 0 1.5px var(--border);
  font-weight: 700; font-size: 14.5px; color: var(--ink);
  transition: box-shadow .15s, transform .15s;
}
.cpick__btn:hover { box-shadow: inset 0 0 0 1.5px var(--primary); }
.cpick__flag { font-size: 18px; line-height: 1; }
.cpick__menu {
  position: absolute; top: calc(100% + 12px); right: 0; width: 312px;
  background: var(--surface); border-radius: var(--r-lg); box-shadow: var(--sh-lg), 0 0 0 1px var(--border-soft);
  border: none; padding: 8px; z-index: 50;
  animation: pop .18s cubic-bezier(.2,.8,.3,1);
}
.cpick__menu::before {
  content: ""; position: absolute; top: -7px; right: 26px; width: 14px; height: 14px;
  background: var(--surface); transform: rotate(45deg); border-radius: 3px;
  box-shadow: -2px -2px 4px rgba(70,10,110,.05);
}
@keyframes pop { from { opacity: 0; transform: translateY(-8px) scale(.97); } to { opacity: 1; transform: none; } }
.cpick__menu-head { display: flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--primary); padding: 10px 12px 10px; margin-bottom: 4px; border-bottom: 1px solid var(--border-soft); }
.cpick__menu-head::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px var(--lime-soft); }
.cpick__item {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 10px 11px; border-radius: 13px; text-align: left;
  position: relative;
  transition: background .15s, transform .12s;
}
.cpick__item:hover { background: var(--bg-2); transform: translateX(2px); }
.cpick__item.is-active { background: var(--primary-soft); }
.cpick__item .flagwrap, .cpick__item > span[style] { border-radius: 6px !important; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.14) !important; }
.cpick__item > span:not([style]) { display: flex; flex-direction: column; flex: 1; gap: 2px; }
.cpick__item strong { font-size: 15px; font-weight: 700; color: var(--ink); }
.cpick__item em { display: inline-flex; align-self: flex-start; font-size: 11px; font-weight: 700; color: var(--ink-soft); font-style: normal; background: var(--bg-2); padding: 2px 8px; border-radius: var(--r-pill); letter-spacing: .01em; }
.cpick__item.is-active em { background: #fff; color: var(--primary); }
.cpick__item.is-active strong { color: var(--primary-ink); }

/* ---------------- Hero ---------------- */
.hero { position: relative; display: flex; align-items: center; min-height: min(86vh, 780px); padding-block: clamp(56px, 9vw, 110px); overflow: hidden; background-color: #2a0540; background-image: url('images/hero-bg.png'); background-size: cover; background-position: 72% center; background-repeat: no-repeat; }
.hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(33,4,54,0.97) 0%, rgba(40,5,66,0.9) 26%, rgba(60,8,96,0.5) 46%, rgba(60,8,96,0.08) 62%, transparent 78%); }
.hero__inner { position: relative; z-index: 2; }
.hero__copy { max-width: 600px; }
.hero .eyebrow { background: none; color: #fff; padding: 0; backdrop-filter: none; text-shadow: 0 1px 8px rgba(0,0,0,.35); display: block; }
.hero__title { font-size: clamp(38px, 5.6vw, 62px); font-weight: 700; margin-top: 22px; color: #fff; text-wrap: balance; }
.hero__hl { color: #fff; position: relative; white-space: nowrap; }
.hero__hl::after { content: none; }
.hero__sub { font-size: clamp(16px, 1.7vw, 20px); color: rgba(255,255,255,0.86); margin-top: 22px; max-width: 520px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__cta .btn-ghost { background: var(--lime); color: #fff; box-shadow: 0 10px 24px color-mix(in oklab, #00C48C 38%, transparent); }
.hero__cta .btn-ghost:hover { background: var(--lime-strong); color: #fff; box-shadow: 0 12px 28px color-mix(in oklab, #00C48C 46%, transparent); }
.hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.hero__trust-flags { display: flex; }
.hero__trust-flags span { margin-left: -6px; filter: drop-shadow(0 1px 3px rgba(0,0,0,.3)); }
.hero__trust-flags span:first-child { margin-left: 0; }
.hero__trust p { font-size: 13.5px; color: rgba(255,255,255,0.72); line-height: 1.45; }

.hero__visual { position: relative; }
.hero__photo { position: relative; aspect-ratio: 5 / 5.4; }
.hero__photo .ph { width: 100%; height: 100%; }
.hero__chip {
  position: absolute; display: flex; align-items: center; gap: 11px;
  background: var(--surface); padding: 12px 16px; border-radius: 16px;
  box-shadow: var(--sh-lg); border: 1px solid var(--border-soft);
}
.hero__chip span { display: flex; flex-direction: column; }
.hero__chip strong { font-size: 14px; font-weight: 700; }
.hero__chip em { font-size: 11.5px; font-style: normal; color: var(--ink-faint); }
.hero__chip--a { top: 16px; left: -22px; animation: float 5s ease-in-out infinite; }
.hero__chip--b { bottom: 22px; right: -18px; animation: float 6s ease-in-out infinite 1s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.hero__calc { margin-top: 18px; }

@media (prefers-reduced-motion: reduce) { .hero__chip--a, .hero__chip--b { animation: none; } }

/* ---------------- Calculadora ---------------- */
.calc { background: var(--surface); border-radius: var(--r-lg); box-shadow: var(--sh-lg); border: 1px solid var(--border-soft); padding: 22px; }
.calc--embed { box-shadow: var(--sh-lg); }
.calc__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.calc__badge { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14px; color: var(--primary); }
.calc__cur { font-size: 13px; font-weight: 700; color: var(--ink-soft); background: var(--bg-2); padding: 5px 11px; border-radius: var(--r-pill); }
.calc__field { display: block; margin-bottom: 16px; }
.calc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.calc__label { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink-faint); }
.calc__value { display: block; font-size: 24px; font-weight: 800; font-family: var(--font-display); color: var(--ink); margin: 2px 0 9px; letter-spacing: -0.02em; }
.calc input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 7px; border-radius: 999px; background: var(--primary-soft2); outline: none; }
.calc input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 5px solid var(--primary); box-shadow: var(--sh-sm); cursor: pointer; transition: transform .12s; }
.calc input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.12); }
.calc input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 5px solid var(--primary); cursor: pointer; }
.calc__result { margin-top: 20px; background: linear-gradient(135deg, var(--primary), #5e0a9e); border-radius: var(--r-md); padding: 20px; color: #fff; }
.calc__pay { display: flex; flex-direction: column; align-items: center; text-align: center; }
.calc__pay span { font-size: 13px; opacity: .85; font-weight: 600; }
.calc__pay strong { font-size: clamp(30px, 4vw, 40px); font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; }
.calc__break { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); text-align: center; }
.calc__break div { display: flex; flex-direction: column; align-items: center; }
.calc__break em { font-size: 14px; opacity: .8; font-style: normal; }
.calc__break b { font-size: 20px; font-weight: 800; }
.calc__action { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; padding: 13px 18px; border-radius: var(--r-pill); background: var(--primary); color: #fff; font-weight: 700; font-size: 15px; box-shadow: 0 8px 20px color-mix(in oklab, #820AD1 36%, transparent); transition: transform .15s, box-shadow .15s, gap .15s, background .15s; }
.calc__action:hover { transform: translateY(-2px); background: var(--primary-strong); box-shadow: 0 10px 24px color-mix(in oklab, #820AD1 46%, transparent); gap: 12px; }
.calc__note { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--ink-faint); margin-top: 14px; }

/* Variante morada (sección calculadora) */
.calcsec__widget .calc { background: linear-gradient(155deg, var(--primary), #5e0a9e); border-color: transparent; box-shadow: var(--sh-lg); }
.calcsec__widget .calc__badge { color: #fff; }
.calcsec__widget .calc__cur { color: #fff; background: rgba(255,255,255,.16); }
.calcsec__widget .calc__label { color: rgba(255,255,255,.78); }
.calcsec__widget .calc__value { color: #fff; }
.calcsec__widget .calc input[type=range] { background: #F4E7FF; }
.calcsec__widget .calc input[type=range]::-webkit-slider-thumb { border-color: #FFB800; }
.calcsec__widget .calc input[type=range]::-moz-range-thumb { border-color: #FFB800; }
.calcsec__widget .calc__result { background: #FFB800; color: #1F1B2D; box-shadow: var(--sh-md); }
.calcsec__widget .calc__pay span { color: #1F1B2D; opacity: .8; }
.calcsec__widget .calc__pay strong { color: #1F1B2D; }
.calcsec__widget .calc__break { border-top-color: rgba(31,27,45,.18); }
.calcsec__widget .calc__break em { color: #1F1B2D; opacity: .7; }
.calcsec__widget .calc__break b { color: #1F1B2D; }
.calcsec__widget .calc__note { color: rgba(255,255,255,.8); }

/* ---------------- Página de país ---------------- */
.phero { position: relative; overflow: hidden; padding-block: clamp(40px, 6vw, 76px) clamp(40px, 6vw, 72px); background-color: #2a0540; background-image: linear-gradient(135deg, #2a0540 0%, var(--primary) 60%, #5e0a9e 100%); color: #fff; }
.phero__overlay { position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 82% 20%, color-mix(in oklab, #be6fff 55%, transparent), transparent 46%); pointer-events: none; }
.phero__inner { position: relative; z-index: 1; }
.phero .eyebrow { color: #FFB800; background: none; padding: 0; }
.phero__crumb { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.7); margin-bottom: 26px; }
.phero__crumb a { color: rgba(255,255,255,.85); transition: color .15s; }
.phero__crumb a:hover { color: #fff; }
.phero__main { display: flex; align-items: center; gap: 24px; }
.phero__flag { box-shadow: 0 6px 20px rgba(0,0,0,.3) !important; }
.phero__title { color: #fff; font-size: clamp(32px, 4.6vw, 56px); font-weight: 800; margin-top: 12px; }
.phero__title .hero__hl { color: #fff; }
.phero__title .hero__hl::after { background: var(--lime); }
.phero__sub { color: rgba(255,255,255,.86); font-size: clamp(16px, 1.7vw, 19px); margin-top: 14px; max-width: 560px; }
.phero__kpis { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.pkpi { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 14px 22px; min-width: 150px; }
.pkpi em { display: block; font-style: normal; font-size: 12.5px; color: rgba(255,255,255,.72); margin-bottom: 3px; }
.pkpi b { font-family: var(--font-display); font-size: 23px; font-weight: 800; letter-spacing: -0.02em; color: #fff; white-space: nowrap; }
.phero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.phero__cta .btn-ghost { background: rgba(255,255,255,.12); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.3); }
.phero__cta .btn-ghost:hover { background: rgba(255,255,255,.2); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.5); color: #fff; }
.phero__disc { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 18px; max-width: 620px; }

.pnews__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

/* Otros países */
.otros { background: var(--bg-2); }
.otros__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.ocard { display: flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-md); padding: 18px 22px; box-shadow: var(--sh-sm); transition: transform .16s, box-shadow .16s; }
.ocard:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.ocard__name { font-weight: 700; font-size: 16px; }
.ocard__meta { flex: 1; font-size: 12.5px; color: var(--ink-faint); }

/* ---------------- Stats bar ---------------- */
.statsbar { border-block: 1px solid var(--border); background: var(--surface); }
.statsbar__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.statsbar__item { padding: 28px 18px; text-align: center; border-left: 1px solid var(--border); }
.statsbar__item:first-child { border-left: none; }
.statsbar__item strong { display: block; font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 40px); font-weight: 800; color: var(--primary); letter-spacing: -0.03em; }
.statsbar__item span { font-size: 16px; color: var(--ink-soft); font-weight: 600; }

/* ---------------- Países ---------------- */
.paises { background: var(--bg-2); }
.paises__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-top: 44px; }
.ccard {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 20px 10px 16px; border-radius: var(--r-md);
  background: var(--surface); border: 2px solid var(--border-soft); text-align: center;
  transition: transform .16s, border-color .16s, box-shadow .16s;
}
.ccard:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--primary-soft2); }
.ccard.is-active { border-color: var(--primary); box-shadow: var(--sh-md); }
.ccard__flag { font-size: 32px; line-height: 1; }
.ccard__name { font-weight: 700; font-size: 17px; margin-top: 6px; }
.ccard__meta { font-size: 12.5px; color: var(--ink-faint); }
.ccard__svc { font-size: 12px; color: var(--primary); font-weight: 600; margin-top: 2px; }
.ccard__pin { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; color: #fff; background: var(--primary); padding: 3px 10px; border-radius: var(--r-pill); white-space: nowrap; }

.paises__active { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 32px; background: linear-gradient(135deg, var(--primary), #5e0a9e); border: 1px solid transparent; border-radius: var(--r-lg); padding: 24px 28px; box-shadow: var(--sh-lg); }
.paises__active-l { display: flex; align-items: flex-start; gap: 18px; flex: 1; min-width: 0; }
.paises__active-flag { font-size: 48px; line-height: 1; box-shadow: 0 0 0 1px rgba(255,255,255,.25); flex-shrink: 0; }
.paises__active-l > div { min-width: 0; }
.paises__active-l h3 { font-size: 27px; color: #fff; line-height: 1.18; }
.paises__active-l p { color: rgba(255,255,255,.82); font-size: 15px; margin-top: 7px; max-width: 460px; }
.paises__active-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-weight: 700; font-size: 15px; color: #fff; background: rgba(255,255,255,.16); padding: 9px 16px; border-radius: var(--r-pill); transition: background .15s, gap .15s; }
.paises__active-cta:hover { background: rgba(255,255,255,.28); gap: 11px; }
.paises__active-r { display: flex; gap: 14px; flex-wrap: wrap; align-items: stretch; }
.kpi { background: #FFB800; border: 1px solid transparent; border-radius: 14px; padding: 12px 18px; min-width: 110px; display: flex; flex-direction: column; justify-content: center; }
.kpi em { display: block; font-style: normal; font-size: 12px; color: #1F1B2D; opacity: .72; }
.kpi b { font-family: var(--font-display); font-size: 20px; font-weight: 800; letter-spacing: -0.02em; color: #1F1B2D; white-space: nowrap; }
.paises__disc { font-size: 12px; color: var(--ink-faint); margin-top: 14px; text-align: center; }

/* ---------------- Servicios ---------------- */
.servicios__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.servicios__all { flex-shrink: 0; }
.servicios__all.btn-ghost { background: #be6fff; color: #fff; box-shadow: 0 8px 20px rgba(190,111,255,.32); }
.servicios__all.btn-ghost:hover { background: var(--primary); color: #fff; box-shadow: 0 10px 24px color-mix(in oklab, #820AD1 42%, transparent); }
.servicios__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc { background: #f2e4ff; border: 1px solid transparent; border-radius: var(--r-lg); overflow: hidden; transition: transform .18s, box-shadow .18s; display: flex; flex-direction: column; box-shadow: var(--sh-sm); }
.svc:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.svc__top { padding: 24px 24px 22px; display: flex; flex-direction: column; flex: 1; }
.svc__icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 16px; }
.svc__name { font-size: 27px; }
.svc__desc { font-size: 18px; font-weight: 500; color: var(--ink-soft); margin-top: 10px; }
.svc__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.svc__tag { font-size: 11.5px; font-weight: 600; color: var(--ink-soft); background: var(--bg-2); padding: 4px 10px; border-radius: var(--r-pill); white-space: nowrap; }

/* Zona de color con foto + botón */
.svc__media { position: relative; height: 196px; margin-top: auto; overflow: visible; }
.svc--primary .svc__media { background: linear-gradient(150deg, var(--primary), #5e0a9e); }
.svc--coral .svc__media   { background: linear-gradient(150deg, oklch(0.76 0.15 38), oklch(0.64 0.16 30)); }
.svc--sky .svc__media     { background: linear-gradient(150deg, oklch(0.74 0.12 235), oklch(0.6 0.14 248)); }
.svc--lime .svc__media    { background: linear-gradient(150deg, oklch(0.78 0.16 150), oklch(0.62 0.16 153)); }
.svc__slot { position: absolute !important; left: 0 !important; right: 0 !important; top: -46px !important; bottom: 0 !important; width: 100% !important; height: calc(100% + 46px) !important; display: block !important; z-index: 3; filter: drop-shadow(0 10px 16px rgba(0,0,0,.20)); }
.svc__slot::part(frame) { background: transparent; }
.svc__wave { position: absolute; top: -1px; left: 0; width: 100%; height: 44px; z-index: 2; pointer-events: none; }
.svc__wave path { fill: #f2e4ff; }
.svc__cta {
  position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 4;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--surface); color: var(--ink); font-weight: 700; font-size: 15px;
  padding: 13px 18px; border-radius: var(--r-pill); box-shadow: var(--sh-md);
  transition: transform .15s, box-shadow .15s, color .15s;
}
.svc__cta:hover { transform: translateY(-2px); color: var(--primary); box-shadow: var(--sh-lg); }

/* ---------------- Calculadora (sección) ---------------- */
.calcsec { background: #F4E7FF; }
.calcsec__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.calcsec__copy h2 { font-size: clamp(28px, 3.8vw, 46px); margin-top: 16px; }
.calcsec__copy > p { color: var(--ink-soft); font-size: 17px; margin-top: 16px; }
.calcsec__list { list-style: none; margin: 24px 0; display: flex; flex-direction: column; gap: 14px; }
.calcsec__list li { display: flex; align-items: flex-start; gap: 11px; font-weight: 600; font-size: 15.5px; line-height: 1.45; }
.calcsec__list-ic { width: 26px; height: 26px; border-radius: 50%; background: var(--lime-soft); display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.calcsec__list-tx { flex: 1; min-width: 0; padding-top: 2px; }
.calcsec__copy .btn-ghost { background: var(--lime); color: #fff; box-shadow: 0 8px 20px color-mix(in oklab, #00C48C 38%, transparent); }
.calcsec__copy .btn-ghost:hover { background: var(--lime-strong); color: #fff; box-shadow: 0 10px 24px color-mix(in oklab, #00C48C 46%, transparent); }

/* ---------------- Noticias ---------------- */
.noticias__wrap { display: flex; flex-direction: column; gap: 22px; }
.nfeat { display: grid; grid-template-columns: 1.05fr 1fr; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); transition: transform .18s, box-shadow .18s; }
.nfeat:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.nfeat__img { height: 100% !important; min-height: 300px !important; width: 100% !important; border-radius: 0 !important; display: block !important; }
.nfeat__body { padding: clamp(26px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; background: #f2e4ff; }
.nfeat__meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.chip--accent { background: var(--primary-soft); color: var(--primary); border-color: transparent; }
.nfeat__meta .chip--accent, .ncard__meta .chip--accent { background: none; border: none; padding: 0; color: var(--primary); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.nfeat__loc, .nfeat__date { font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.nfeat__body h3 { font-size: clamp(24px, 2.4vw, 30px); }
.nfeat__body p { color: var(--ink-soft); margin: 14px 0 22px; font-size: 16.5px; }
.nlink { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 15px; color: var(--primary); }
.nlink:hover { gap: 10px; transition: gap .15s; }
.nfeat__body .nlink, .ncard .nlink { color: var(--lime-strong); }

.noticias__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ncard { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); transition: transform .18s, box-shadow .18s; display: flex; flex-direction: column; }
.ncard:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.ncard__img { height: 168px !important; width: 100% !important; border-radius: 0 !important; display: block !important; }
.ncard__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; background: #f2e4ff; }
.ncard__meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.ncard__loc { font-size: 12.5px; color: var(--ink-faint); font-weight: 600; }
.ncard h4 { font-size: 18px; line-height: 1.3; flex: 1; }
.ncard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.ncard__foot > span { font-size: 12.5px; color: var(--ink-faint); }

/* ---------------- Blog ---------------- */
.blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bcard { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); transition: transform .18s, box-shadow .18s; display: flex; flex-direction: column; }
.bcard:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.bcard__img { height: 170px !important; width: 100% !important; border-radius: 0 !important; display: block !important; }
.bcard__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.bcard__meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.bcard__cat { font-size: 12px; font-weight: 800; color: var(--primary); background: none; padding: 0; border-radius: 0; text-transform: uppercase; letter-spacing: .05em; }
.bcard__read { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; color: var(--ink-faint); font-weight: 600; }
.bcard__body h3 { font-size: 19px; }
.bcard__titlelink { color: inherit; transition: color .14s; }
.bcard__titlelink:hover { color: var(--primary); }
.bcard__body p { color: var(--ink-soft); font-size: 14.5px; margin: 10px 0 16px; flex: 1; }

/* ---------------- Alertas ---------------- */
.alerts__panel { position: relative; display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 30px; align-items: end; max-width: 940px; margin-inline: auto; margin-top: 70px; background: #F4E7FF; border: 1px solid var(--primary-soft2); border-radius: var(--r-xl); padding: clamp(20px, 2.6vw, 32px); color: var(--ink); box-shadow: var(--sh-md); overflow: visible; }
.alerts__l { display: flex; flex-direction: column; gap: 14px; align-items: stretch; align-self: stretch; justify-content: flex-end; }
.alerts__intro { margin-bottom: 2px; }
.alerts__img { flex-shrink: 0; width: 124% !important; max-width: none !important; margin-left: -12%; height: 420px !important; margin-top: -170px; margin-bottom: 6px; display: block !important; filter: drop-shadow(0 18px 28px rgba(70,10,110,.32)); }
.alerts__img::part(frame) { background: transparent; }
.alerts__l h3 { color: var(--ink); font-size: 32px; }
.alerts__l p { color: var(--ink-soft); margin-top: 8px; font-size: 15.5px; }
.alerts__feed { display: flex; flex-direction: column; gap: 10px; }
.alerts__item { display: flex; align-items: center; gap: 14px; background: #00C48C; border: 1px solid transparent; border-radius: 14px; padding: 14px 18px; box-shadow: var(--sh-sm); }
.alerts__dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; flex-shrink: 0; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }
.alerts__txt { flex: 1; display: flex; flex-direction: column; }
.alerts__type { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: rgba(255,255,255,.85); }
.alerts__txt strong { font-size: 17px; font-weight: 600; color: #fff; line-height: 1.3; }
.alerts__when { font-size: 13px; color: rgba(255,255,255,.8); white-space: nowrap; }

/* ---------------- Promo (cuotas 0%) ---------------- */
.promo { position: relative; border-radius: var(--r-xl); overflow: hidden; background: linear-gradient(180deg, #6a0aac 0%, var(--primary) 60%, #6a0aac 100%); box-shadow: var(--sh-lg); }
.promo__photo { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 420px !important; display: block !important; z-index: 1; border-radius: 0 !important; }
.promo__veil { position: absolute; top: 0; left: 0; width: 100%; height: 420px; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(96,8,150,0) 28%, color-mix(in oklab, #820AD1 70%, transparent) 62%, var(--primary) 100%); }
.promo__content { position: relative; z-index: 3; padding: 320px clamp(20px, 5vw, 64px) clamp(36px, 4vw, 56px); text-align: center; pointer-events: none; }
.promo__content > * { pointer-events: auto; }
.promo__pill { display: inline-block; white-space: nowrap; background: #fff; color: var(--primary); font-weight: 700; font-size: 14px; padding: 8px 18px; border-radius: var(--r-pill); box-shadow: var(--sh-sm); }
.promo__title { color: #fff; font-size: clamp(28px, 4vw, 52px); font-weight: 800; line-height: 1.06; margin: 18px auto 0; }
.promo__title span { display: block; }
.promo__sub { color: rgba(255,255,255,.9); font-size: clamp(15px, 1.7vw, 19px); margin: 16px auto 0; max-width: 620px; }
.promo__logos { display: grid; grid-template-columns: repeat(8, 1fr); gap: 14px; margin-top: 36px; }
.promo__logo { background: #FFB800; border-radius: 20px; aspect-ratio: 1 / 1; box-shadow: var(--sh-md); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 14px; transition: transform .16s, box-shadow .16s; text-align: center; }
.promo__logo:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.promo__topic-ic { display: grid; place-items: center; flex-shrink: 0; }
.promo__topic-label { font-size: 15px; font-weight: 800; color: #1F1B2D; line-height: 1.2; }
.promo__more { color: #1F1B2D; font-weight: 800; font-size: 16px; line-height: 1.15; }
.promo__more span { display: block; }

@media (max-width: 1080px) {
  .promo__logos { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 760px) {
  .promo__photo, .promo__veil { height: 300px; }
  .promo__content { padding-top: 230px; }
  .promo__logos { grid-template-columns: repeat(3, 1fr); }
}

/* ---------------- Suscripción ---------------- */
.sub__panel { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 4vw, 56px); background: linear-gradient(150deg, var(--primary), #5e0a9e); border-radius: var(--r-xl); padding: clamp(30px, 4vw, 56px); box-shadow: var(--sh-lg); color: #fff; align-items: center; }
.eyebrow--onDark { background: none; color: #fff; padding: 0; display: block; }
.sub__l h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); margin-top: 16px; }
.sub__l > p { color: oklch(0.92 0.03 290); margin-top: 14px; font-size: 16.5px; }
.sub__perks { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 9px; }
.sub__perks li { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; color: oklch(0.96 0.02 290); }
.sub__img { width: 100% !important; height: 190px !important; display: block !important; margin-top: 24px; box-shadow: 0 12px 26px rgba(20,4,40,.3); border: 1px solid rgba(255,255,255,.18); }
.sub__r { background: var(--surface); border-radius: var(--r-lg); padding: 28px; color: var(--ink); box-shadow: var(--sh-md); }
.sub__label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 8px; }
.sub__input { display: flex; align-items: center; gap: 10px; background: var(--bg-2); border: 1.5px solid var(--border); border-radius: 14px; padding: 13px 16px; transition: border-color .15s, box-shadow .15s; }
.sub__input:focus-within { border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.sub__input.is-error { border-color: var(--coral); box-shadow: 0 0 0 4px var(--coral-soft); }
.sub__input input { flex: 1; border: none; background: none; outline: none; font-family: inherit; font-size: 15.5px; color: var(--ink); }
.sub__err { display: block; margin-top: 7px; font-size: 12.5px; color: var(--coral); font-weight: 600; }
.sub__topics { margin-top: 18px; }
.sub__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.tchip { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: var(--r-pill); background: var(--bg-2); color: var(--ink-soft); border: 1.5px solid var(--border); transition: all .14s; }
.tchip:hover { border-color: var(--primary-soft2); }
.tchip.is-on { background: var(--primary-soft); color: var(--primary); border-color: var(--primary); }
.sub__submit { width: 100%; margin-top: 22px; }
.sub__submit.btn-primary { background: #FFB800; color: #1F1B2D; box-shadow: 0 10px 24px rgba(255,184,0,.34); }
.sub__submit.btn-primary:hover { background: #ffc62e; color: #1F1B2D; box-shadow: 0 12px 28px rgba(255,184,0,.44); }
.sub__legal { display: flex; align-items: center; gap: 6px; justify-content: center; font-size: 11.5px; color: var(--ink-faint); margin-top: 14px; }
.sub__done { text-align: center; padding: 14px 6px; }
.sub__done-ic { width: 68px; height: 68px; border-radius: 50%; background: var(--lime-strong); display: grid; place-items: center; margin: 0 auto 16px; animation: pop .3s ease; }
.sub__done h3 { font-size: 24px; }
.sub__done p { color: var(--ink-soft); margin: 10px 0 20px; font-size: 15px; }

/* ---------------- Canales ---------------- */
.channels__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.chcard { background: #00C48C; border: 1px solid transparent; border-radius: var(--r-lg); padding: 30px 26px; text-align: center; transition: transform .18s, box-shadow .18s; box-shadow: var(--sh-sm); }
.chcard:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.chcard__ic { display: grid; place-items: center; margin: 0 auto 18px; }
.chcard h3 { font-size: 21px; color: #fff; }
.chcard p { color: rgba(255,255,255,.9); font-size: 14.5px; margin: 10px 0 20px; }
.chcard__cta { margin: 0 auto; }
.channels__social { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 40px; }
.channels__social > span { font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.channels__social-row { display: flex; gap: 10px; }
.soc { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--surface); border: 1.5px solid var(--border); color: var(--ink-soft); transition: all .15s; }
.soc:hover { color: #fff; background: var(--primary); border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--sh-primary); }

/* ---------------- Páginas legales ---------------- */
.legal { padding-block: clamp(32px, 4vw, 56px); }
.legal__wrap { display: grid; grid-template-columns: 260px 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.legal__nav { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 4px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 16px; box-shadow: var(--sh-sm); }
.legal__nav-head { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-faint); padding: 6px 12px 10px; }
.legal__nav-item { font-size: 14.5px; font-weight: 600; color: var(--ink-soft); padding: 11px 13px; border-radius: 11px; transition: background .14s, color .14s; }
.legal__nav-item:hover { background: var(--bg-2); color: var(--primary); }
.legal__nav-item.is-active { background: var(--primary-soft); color: var(--primary); }
.legal__content { max-width: 760px; }
.legal__crumb { color: var(--ink-faint); margin-bottom: 18px; }
.legal__crumb a { color: var(--ink-soft); }
.legal__crumb a:hover { color: var(--primary); }
.legal__title { font-size: clamp(30px, 4vw, 46px); }
.legal__updated { font-size: 13.5px; color: var(--ink-faint); font-weight: 600; margin-top: 10px; }
.legal__intro { font-size: 18px; color: var(--ink-soft); margin-top: 18px; line-height: 1.6; }
.legal__block { margin-top: 30px; }
.legal__block h2 { font-size: 22px; }
.legal__block p { font-size: 16px; color: var(--ink-soft); margin-top: 10px; line-height: 1.65; }
.legal__foot { display: flex; gap: 14px; align-items: flex-start; background: var(--primary-soft); border-radius: var(--r-md); padding: 20px 22px; margin-top: 40px; }
.legal__foot svg { flex-shrink: 0; margin-top: 2px; }
.legal__foot p { font-size: 14px; color: var(--primary-ink); line-height: 1.55; }
.legal__contact { margin-top: 28px; }
.legal__form { display: flex; flex-direction: column; gap: 16px; max-width: 520px; }
.legal__form label { display: block; }
.legal__textarea { width: 100%; border: 1.5px solid var(--border); border-radius: 14px; padding: 13px 16px; font-family: inherit; font-size: 15.5px; color: var(--ink); resize: vertical; background: var(--bg-2); transition: border-color .15s, box-shadow .15s; }
.legal__textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.legal__sent { text-align: center; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 36px; box-shadow: var(--sh-sm); }
.legal__sent-ic { width: 60px; height: 60px; border-radius: 50%; background: var(--lime-strong); display: grid; place-items: center; margin: 0 auto 16px; }
.legal__sent h3 { font-size: 23px; }
.legal__sent p { color: var(--ink-soft); margin-top: 10px; }

/* ---------------- Página de categoría ---------------- */
.cathero { padding-block: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 32px); background: var(--bg-2); border-bottom: 1px solid var(--border); }
.cat__crumb { color: var(--ink-faint); margin-bottom: 22px; }
.cat__crumb a { color: var(--ink-soft); }
.cat__crumb a:hover { color: var(--primary); }
.cathero__main { display: flex; gap: 22px; align-items: flex-start; }
.cathero__icon { width: 72px; height: 72px; border-radius: 20px; display: grid; place-items: center; flex-shrink: 0; }
.cathero__title { font-size: clamp(30px, 4vw, 48px); }
.cathero__sub { font-size: 18px; color: var(--ink-soft); margin-top: 12px; max-width: 680px; line-height: 1.6; }
.cathero__meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

.cat__grid { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
.cat__main { display: flex; flex-direction: column; gap: 22px; }
.cat__panel { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--sh-sm); }
.cat__panel h2 { font-size: 24px; margin-bottom: 18px; }
.cat__check { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.cat__check li { display: flex; align-items: flex-start; gap: 12px; font-size: 16.5px; font-weight: 500; color: var(--ink); line-height: 1.45; }
.cat__check li > span:first-child { width: 26px; height: 26px; border-radius: 50%; background: var(--lime-soft); display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.cat__types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cat__type { display: flex; align-items: center; gap: 12px; background: var(--bg-2); border-radius: 14px; padding: 14px 16px; font-weight: 700; font-size: 15.5px; }
.cat__type-ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.cat__calcpanel .calc { box-shadow: none; border: 1px solid var(--border); }
.cat__calcnote { color: var(--ink-soft); margin: -8px 0 18px; font-size: 15.5px; }
.cat__guides { display: flex; flex-direction: column; gap: 12px; }
.cat__guide { display: flex; flex-direction: column; gap: 6px; background: var(--bg-2); border-radius: 14px; padding: 18px 20px; transition: transform .15s, box-shadow .15s; }
.cat__guide:hover { transform: translateX(4px); box-shadow: var(--sh-sm); }
.cat__guide-cat { font-size: 12.5px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .04em; }
.cat__guide strong { font-size: 17px; }

.cat__side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 90px; }
.cat__side-card { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh-sm); }
.cat__side-card h3 { font-size: 18px; margin-bottom: 14px; }
.cat__side-list { display: flex; flex-direction: column; gap: 4px; }
.cat__side-item { display: flex; align-items: center; gap: 12px; padding: 10px 11px; border-radius: 12px; font-weight: 600; font-size: 15px; color: var(--ink-soft); transition: background .14s, color .14s; }
.cat__side-item:hover { background: var(--bg-2); color: var(--primary); }
.cat__side-item span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.cat__side-cta { display: flex; align-items: center; gap: 12px; background: linear-gradient(135deg, var(--primary), #5e0a9e); border-radius: var(--r-lg); padding: 20px; color: #fff; box-shadow: var(--sh-md); transition: transform .15s; }
.cat__side-cta:hover { transform: translateY(-3px); }
.cat__side-cta span { flex: 1; display: flex; flex-direction: column; }
.cat__side-cta strong { font-size: 15.5px; }
.cat__side-cta em { font-size: 12.5px; font-style: normal; color: rgba(255,255,255,.8); margin-top: 2px; }

/* ---------------- Página de artículo ---------------- */
.art__progress { position: sticky; top: 0; z-index: 80; height: 3px; background: transparent; }
.art__progress span { display: block; height: 100%; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .1s linear; }
.art__head { background: var(--bg-2); border-bottom: 1px solid var(--border); padding-block: clamp(28px, 4vw, 48px); }
.art__head-inner { max-width: 760px; }
.art__crumb { color: var(--ink-faint); margin-bottom: 18px; }
.art__crumb a { color: var(--ink-soft); }
.art__crumb a:hover { color: var(--primary); }
.art__cat { display: inline-block; font-size: 13px; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: .05em; }
.art__title { font-size: clamp(30px, 4.4vw, 50px); margin-top: 12px; }
.art__desc { font-size: 19px; color: var(--ink-soft); margin-top: 16px; line-height: 1.6; }
.art__byline { display: flex; align-items: center; gap: 13px; margin-top: 26px; }
.art__avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), #b13cec); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 15px; display: grid; place-items: center; }
.art__byline strong { display: block; font-size: 15px; }
.art__byline span { font-size: 13px; color: var(--ink-faint); }
.art__media { margin-top: -28px; margin-bottom: 8px; }
.art__media .container, .art__media { } /* container already wraps */
.art__img { width: 100% !important; height: clamp(220px, 38vw, 440px) !important; max-width: 880px; margin: 0 auto; display: block !important; box-shadow: var(--sh-md); }
.art__body { max-width: 720px; padding-top: 36px; }
.art__body h2 { font-size: 26px; margin-top: 36px; margin-bottom: 4px; }
.art__body p { font-size: 18px; line-height: 1.72; color: var(--ink); margin-top: 16px; }
.art__body p { color: oklch(0.32 0.03 290); }
.art__note { display: flex; gap: 14px; align-items: flex-start; background: var(--primary-soft); border-radius: var(--r-md); padding: 20px 22px; margin-top: 40px; }
.art__note svg { flex-shrink: 0; margin-top: 2px; }
.art__note p { font-size: 14.5px; color: var(--primary-ink); line-height: 1.55; margin: 0; }
.art__share { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
.art__share > span { font-weight: 700; font-size: 14px; color: var(--ink-soft); margin-right: 4px; }
.art__related { background: var(--bg-2); }

/* ---------------- Listados (Blog / Noticias) ---------------- */
.listhero { padding-block: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 28px); background: var(--bg-2); border-bottom: 1px solid var(--border); }
.listhero__head { max-width: 700px; }
.listhero__title { font-size: clamp(32px, 4.4vw, 52px); margin-top: 10px; }
.listhero__sub { font-size: 18px; color: var(--ink-soft); margin-top: 14px; line-height: 1.6; }

.listfilter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.fpill { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; padding: 9px 16px; border-radius: var(--r-pill); background: var(--surface); color: var(--ink-soft); border: 1.5px solid var(--border); transition: all .14s; }
.fpill:hover { border-color: var(--primary-soft2); color: var(--primary); }
.fpill.is-on { background: var(--primary); color: #fff; border-color: var(--primary); box-shadow: var(--sh-primary); }
.fpill.is-on .flagwrap, .fpill.is-on > span[style] { box-shadow: inset 0 0 0 1px rgba(255,255,255,.4) !important; }

.listfeat { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-md); transition: transform .18s, box-shadow .18s; }
.listfeat:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.listfeat__img { height: 100% !important; min-height: 320px !important; width: 100% !important; border-radius: 0 !important; display: block !important; }
.listfeat__body { padding: clamp(28px, 3.5vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.listfeat__badge { display: inline-block; align-self: flex-start; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #fff; background: var(--lime-strong); padding: 5px 12px; border-radius: var(--r-pill); }
.listfeat__body h2 { font-size: clamp(24px, 2.6vw, 33px); margin-top: 14px; }
.listfeat__body p { font-size: 16.5px; color: var(--ink-soft); margin: 12px 0 20px; line-height: 1.6; }
.ncard__sum { font-size: 14.5px; color: var(--ink-soft); margin-top: 8px; line-height: 1.5; flex: 1; }
.listempty { text-align: center; color: var(--ink-faint); font-size: 16px; padding: 40px 0; }

/* ---------------- Detalle noticia ---------------- */
.noticia__head { background: var(--bg-2); border-bottom: 1px solid var(--border); padding-block: clamp(28px, 4vw, 48px); }
.noticia__meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.noticia__tag { font-size: 12.5px; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: .05em; }
.noticia__country { display: inline-flex; align-items: center; font-size: 13px; font-weight: 700; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--border); padding: 5px 11px; border-radius: var(--r-pill); }
.noticia__date { font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.noticia__summary { font-size: 19px; color: var(--ink-soft); margin-top: 16px; line-height: 1.6; }
.noticia__body { max-width: 720px; padding-top: 36px; }
.noticia__body h2 { font-size: 26px; margin-top: 36px; margin-bottom: 4px; }
.noticia__body p { font-size: 18px; line-height: 1.72; color: oklch(0.32 0.03 290); margin-top: 16px; }
.noticia__cta { margin-top: 36px; }
.noticia__cta-card { display: flex; align-items: center; gap: 18px; background: #f2e4ff; border: 1.5px solid var(--primary-soft2); border-radius: var(--r-lg); padding: 20px 24px; transition: transform .16s, box-shadow .16s; box-shadow: var(--sh-sm); }
.noticia__cta-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.noticia__cta-card div { flex: 1; display: flex; flex-direction: column; }
.noticia__cta-card strong { font-size: 16.5px; font-weight: 700; color: var(--primary-ink); }
.noticia__cta-card span { font-size: 13.5px; color: var(--ink-soft); margin-top: 3px; }

/* ---------------- Comparativas ---------------- */
.cmp__wrap { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); box-shadow: var(--sh-sm); overflow: hidden; }
.cmp__title { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 16px; padding: 18px 24px; border-bottom: 1px solid var(--border); background: var(--bg-2); }
.cmp__title-ic { width: 36px; height: 36px; border-radius: 10px; background: var(--primary-soft); display: grid; place-items: center; flex-shrink: 0; }
.cmp__scroll { overflow-x: auto; }
.cmp__table { width: 100%; border-collapse: collapse; min-width: 680px; }
.cmp__table th, .cmp__table td { padding: 16px 20px; text-align: left; font-size: 15px; }
.cmp__table thead th { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-faint); background: var(--surface); border-bottom: 2px solid var(--border); white-space: nowrap; }
.cmp__th-first { position: sticky; left: 0; background: var(--surface); }
.cmp__table tbody tr { border-bottom: 1px solid var(--border-soft); }
.cmp__table tbody tr:last-child { border-bottom: none; }
.cmp__table tbody tr:nth-child(even) { background: var(--bg); }
.cmp__table tbody th { font-weight: 700; color: var(--ink); position: sticky; left: 0; background: inherit; }
.cmp__table tbody tr:nth-child(even) th { background: var(--bg); }
.cmp__table tbody tr:nth-child(odd) th { background: var(--surface); }
.cmp__table td { color: var(--ink-soft); }
.cmp__note { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--ink-faint); padding: 16px 24px; border-top: 1px solid var(--border); }
.cmp__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---------------- Glosario ---------------- */
.glos__search { display: flex; align-items: center; gap: 11px; background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--r-pill); padding: 13px 20px; margin-top: 26px; max-width: 480px; box-shadow: var(--sh-sm); transition: border-color .15s, box-shadow .15s; }
.glos__search:focus-within { border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.glos__search input { flex: 1; border: none; outline: none; background: none; font-family: inherit; font-size: 15.5px; color: var(--ink); }
.glos__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.glos__card { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 24px 26px; box-shadow: var(--sh-sm); border-left: 3px solid var(--primary); transition: transform .15s, box-shadow .15s; }
.glos__card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.glos__card h3 { font-size: 20px; color: var(--primary); }
.glos__card p { font-size: 15.5px; color: var(--ink-soft); margin-top: 9px; line-height: 1.6; }

/* ---------------- Footer ---------------- */
.footer { background: oklch(0.2 0.025 290); color: oklch(0.82 0.02 290); padding-block: 56px 28px; margin-top: 20px; }
.footer__top { display: grid; grid-template-columns: 1.2fr 2.4fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand--footer { color: #fff; }
.footer__tag { font-size: 14.5px; color: oklch(0.72 0.02 290); margin-top: 16px; max-width: 320px; line-height: 1.5; }
.footer__soc { display: flex; gap: 9px; margin-top: 20px; }
.soc--dark { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: oklch(0.85 0.02 290); }
.soc--dark:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer__col h4 { color: #fff; font-size: 14px; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer__col a { font-size: 14px; color: oklch(0.72 0.02 290); transition: color .14s; }
.footer__col a:hover { color: #fff; }
.footer__disc { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); padding: 20px 24px; margin-top: 32px; }
.footer__disc svg { flex-shrink: 0; margin-top: 2px; }
.footer__disc p { font-size: 13px; color: oklch(0.78 0.02 290); line-height: 1.55; }
.footer__disc strong { color: #fff; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.footer__bottom > span { font-size: 13px; color: oklch(0.66 0.02 290); }
.footer__bottom-links { display: flex; gap: 18px; }
.footer__bottom-links a { font-size: 13px; color: oklch(0.72 0.02 290); }
.footer__bottom-links a:hover { color: #fff; }

/* ---------------- FAB WhatsApp ---------------- */
.fab { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: var(--lime-strong); display: grid; place-items: center; box-shadow: 0 10px 28px oklch(0.7 0.16 150 / 0.45); opacity: 0; transform: translateY(20px) scale(.8); pointer-events: none; transition: opacity .25s, transform .25s; }
.fab.is-show { opacity: 1; transform: none; pointer-events: auto; }
.fab:hover { transform: translateY(-3px) scale(1.05); }

/* ---------------- Responsive ---------------- */
@media (max-width: 1080px) {
  .hdr__nav { display: none; }
  .hdr__burger { display: flex; }
  .hero__inner { grid-template-columns: 1fr; }
  .servicios__grid { grid-template-columns: repeat(2, 1fr); }
  .paises__grid { grid-template-columns: repeat(4, 1fr); }
  .calcsec__inner { grid-template-columns: 1fr; }
  .noticias__grid { grid-template-columns: 1fr; }
  .nfeat { grid-template-columns: 1fr; }
  .nfeat__img { min-height: 220px !important; }
  .noticias__cards { grid-template-columns: repeat(3, 1fr); }
  .pnews__grid { grid-template-columns: repeat(2, 1fr); }
  .otros__grid { grid-template-columns: repeat(2, 1fr); }
  .phero__kpis .pkpi { min-width: 130px; }
  .blog__grid { grid-template-columns: repeat(2, 1fr); }
  .alerts__panel { grid-template-columns: 1fr; margin-top: 56px; }
  .alerts__img { width: 100% !important; max-width: 420px !important; margin-left: auto; margin-right: auto; height: 330px !important; margin-top: -140px; margin-bottom: 6px; }
  .sub__panel { grid-template-columns: 1fr; }
  .channels__grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .hdr__cta { display: none; }
  .hdr__mob { display: flex; flex-direction: column; gap: 6px; padding: 12px 24px 18px; background: var(--surface); box-shadow: var(--sh-md); }
  .hdr__mob a:not(.btn) { padding: 12px; font-weight: 600; color: var(--ink-soft); border-radius: 10px; }
  .hdr__mob a:not(.btn):hover { background: var(--primary-soft); color: var(--primary); }
  .statsbar__row { grid-template-columns: repeat(2, 1fr); }
  .statsbar__item:nth-child(3) { border-left: none; }
  .servicios__grid { grid-template-columns: 1fr; }
  .paises__grid { grid-template-columns: repeat(2, 1fr); }
  .blog__grid { grid-template-columns: 1fr; }
  .noticias__cards { grid-template-columns: 1fr; }
  .pnews__grid { grid-template-columns: 1fr; }
  .glos__grid { grid-template-columns: 1fr; }
  .listfeat { grid-template-columns: 1fr; }
  .listfeat__img { min-height: 220px !important; }
  .otros__grid { grid-template-columns: 1fr; }
  .phero__main { flex-direction: column; align-items: flex-start; gap: 16px; }
  .calc__grid { grid-template-columns: 1fr; }
  .servicios__head { flex-direction: column; align-items: flex-start; }
  .paises__active { flex-direction: column; align-items: flex-start; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
  .hero { background-position: 78% center; }
  .hero__overlay { background: linear-gradient(170deg, rgba(33,4,54,0.92) 0%, rgba(40,5,66,0.7) 45%, rgba(33,4,54,0.85) 100%); }
  .hero__copy { max-width: 100%; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}

.nlink--sm{font-size:16px;}

.hero__trust .js-country-name{color:#FFB800;font-weight:700;}
