/* =============================================================
   RobotLimpio · hoja de estilos única
   1. Tokens  2. Reset  3. Utilidades  4. Tipografía
   5. Componentes  6. Secciones  7. Páginas  8. Efectos
   9. Responsive  10. Movimiento reducido
   ============================================================= */

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  --paper: #f6f4ef;
  --paper-2: #efece4;
  --card: #ffffff;
  --ink: #10172a;
  --ink-2: #334155;
  --muted: #64748b;
  --line: #e3dfd5;
  --line-2: #d6d1c4;
  --accent: #0f766e;
  --accent-2: #14b8a6;
  --accent-soft: #d8f3ef;
  --accent-ink: #ffffff;
  --amazon: #ffb020;
  --amazon-ink: #1a1203;
  --hot: #e2553d;
  --hot-soft: #fde7e2;
  --good: #15803d;
  --good-soft: #dcfce7;
  --bad: #b91c1c;
  --bad-soft: #fee2e2;
  --gold: #f5a524;

  --c1: #0f766e; --c2: #e2553d; --c3: #6d4bd8; --c4: #d99a06;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(16,23,42,.06), 0 1px 1px rgba(16,23,42,.04);
  --shadow: 0 10px 30px -12px rgba(16,23,42,.18), 0 2px 6px rgba(16,23,42,.05);
  --shadow-lg: 0 30px 60px -20px rgba(16,23,42,.28);
  --gutter: clamp(16px, 4vw, 40px);
  --maxw: 1240px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 68px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.1; letter-spacing: -0.02em; }
table { border-collapse: collapse; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

/* =============================================================
   3. Utilidades
   ============================================================= */
.wrap { width: min(100% - 2 * var(--gutter), var(--maxw)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2 * var(--gutter), 780px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 1rem; padding: .6rem 1rem; background: var(--ink); color: #fff; z-index: 9999; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.muted { color: var(--muted); }
.mono { font-family: var(--mono); }
.center { text-align: center; }
.stack > * + * { margin-top: 1rem; }
.section { padding-block: clamp(48px, 8vw, 96px); }
.section-tight { padding-block: clamp(32px, 5vw, 56px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font: 600 .74rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.ico { width: 1.1em; height: 1.1em; flex: none; display: inline-block; vertical-align: -0.15em; }

/* =============================================================
   4. Tipografía
   ============================================================= */
.h-display { font: 600 clamp(2.3rem, 5.6vw, 4.4rem)/1.02 var(--serif); letter-spacing: -0.035em; font-variation-settings: "opsz" 144; }
.h1 { font: 600 clamp(2rem, 4.4vw, 3.2rem)/1.05 var(--serif); letter-spacing: -0.03em; }
.h2 { font: 600 clamp(1.6rem, 3vw, 2.3rem)/1.1 var(--serif); letter-spacing: -0.025em; }
.h3 { font: 600 1.2rem/1.25 var(--sans); letter-spacing: -0.01em; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-2); max-width: 62ch; }
.prose { color: var(--ink-2); font-size: 1.05rem; }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { font: 600 1.7rem/1.15 var(--serif); color: var(--ink); margin-top: 2em; letter-spacing: -0.02em; }
.prose h3 { font: 600 1.2rem/1.3 var(--sans); color: var(--ink); margin-top: 1.6em; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .35em; }
.prose strong { color: var(--ink); }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: clamp(24px, 4vw, 40px); }
.section-head p { max-width: 56ch; color: var(--muted); }

/* =============================================================
   5. Componentes
   ============================================================= */
/* --- Botones --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 44px; padding: .7rem 1.2rem; border-radius: 999px;
  font-weight: 600; font-size: .95rem; line-height: 1.1; white-space: nowrap;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .2s, color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn-amazon { background: var(--amazon); color: var(--amazon-ink); box-shadow: 0 6px 18px -8px rgba(217,140,0,.7); }
.btn-amazon:hover { background: #ffc043; box-shadow: 0 10px 24px -8px rgba(217,140,0,.8); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #1e293b; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-soft { background: var(--accent-soft); color: var(--accent); }
.btn-soft:hover { background: #c5ece6; }
.btn-soft.is-on { background: var(--accent); color: #fff; }
.btn-lg { min-height: 52px; padding: .9rem 1.6rem; font-size: 1.02rem; }
.btn-sm { min-height: 36px; padding: .45rem .85rem; font-size: .85rem; }
.btn-block { width: 100%; }

/* --- Chips / badges --- */
.chip {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .28rem .65rem; border-radius: 999px;
  font-size: .78rem; font-weight: 600; line-height: 1.2;
  background: var(--paper-2); color: var(--ink-2); border: 1px solid var(--line);
}
.chip svg { width: 1em; height: 1em; flex: none; }
.chip-accent { background: var(--accent-soft); color: var(--accent); border-color: transparent; }
.chip-hot { background: var(--hot); color: #fff; border-color: transparent; }
.chip-dark { background: var(--ink); color: #fff; border-color: transparent; }
.chips { display: flex; flex-wrap: wrap; gap: .4rem; }

/* --- Estrellas --- */
.stars { display: inline-flex; align-items: center; gap: .4rem; font-size: .88rem; color: var(--ink-2); }
.stars-bar { position: relative; display: inline-block; width: 5.4em; height: 1em; line-height: 1; font-size: .95rem; }
.stars-bar::before, .stars-bar span::before { content: "★★★★★"; letter-spacing: .08em; position: absolute; inset: 0; }
.stars-bar::before { color: #d9d4c7; }
.stars-bar span { position: absolute; inset: 0; overflow: hidden; }
.stars-bar span::before { color: var(--gold); }

/* --- Precio --- */
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: .2rem .6rem; }
.price-now { font: 700 1.45rem/1 var(--sans); letter-spacing: -0.02em; }
.price-old { color: var(--muted); text-decoration: line-through; font-size: .95rem; }
.price-off { background: var(--hot); color: #fff; font-weight: 700; font-size: .78rem; padding: .2rem .45rem; border-radius: 6px; }
.price-note { font-size: .75rem; color: var(--muted); }

/* --- Cabecera --- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,244,239,.86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(246,244,239,.94); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: .6rem; font: 700 1.2rem/1 var(--serif); letter-spacing: -0.02em; }
.brand-mark { width: 34px; height: 34px; flex: none; }
.brand small { display: block; font: 500 .66rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav { display: none; }
.nav-links { display: flex; align-items: center; gap: .2rem; list-style: none; padding: 0; }
.nav-links a { display: inline-flex; align-items: center; gap: .35rem; padding: .55rem .8rem; border-radius: 999px; font-size: .92rem; font-weight: 500; color: var(--ink-2); transition: background .2s, color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--paper-2); color: var(--ink); }
.nav-links a.nav-cta, .nav-links a.nav-cta:hover { background: var(--ink); color: #fff; padding-inline: 1rem; }
.nav-links a.nav-cta:hover { background: #1e293b; }
.count-badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--accent-2); color: var(--ink); font-size: .72rem; font-weight: 700; }
.count-badge[data-count="0"] { display: none; }
.nav-drop { position: relative; }
.nav-drop-menu {
  position: absolute; top: calc(100% + 8px); left: 50%; translate: -50% 0; min-width: 280px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg);
  padding: .5rem; display: grid; opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .2s, transform .25s var(--ease-out), visibility .2s;
}
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu { opacity: 1; visibility: visible; transform: none; }
.nav-drop-menu a { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; border-radius: 10px; padding: .6rem .8rem; }
.nav-drop-menu a small { color: var(--muted); font-weight: 400; font-size: .78rem; }
.menu-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--line-2); }
.menu-btn svg { width: 22px; height: 22px; }
.header-actions { display: flex; align-items: center; gap: .5rem; }
.compare-pill { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: #fff; }
.compare-pill svg { width: 20px; height: 20px; }
.compare-pill .count-badge { position: absolute; top: -6px; right: -6px; }

/* --- Menú móvil --- */
.mobile-nav {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 49; background: var(--paper);
  padding: 1rem var(--gutter) 2rem; overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .25s, transform .3s var(--ease-out), visibility .25s;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-nav a { display: flex; justify-content: space-between; align-items: center; padding: .95rem .2rem; border-bottom: 1px solid var(--line); font-weight: 600; font-size: 1.05rem; }
.mobile-nav .mn-label { margin: 1.4rem 0 .3rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.mobile-nav .mn-sub a { font-weight: 500; font-size: .98rem; padding: .7rem .2rem; }
body.nav-open { overflow: hidden; }

/* --- Barra de aviso de afiliados --- */
.disclosure-bar { background: var(--ink); color: #cbd5e1; font-size: .78rem; text-align: center; padding: .45rem var(--gutter); }
.disclosure-bar a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

/* --- Tarjeta de producto --- */
.grid-cards { display: grid; gap: clamp(14px, 2vw, 22px); grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); }
.pcard {
  position: relative; display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .3s;
}
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.pcard-media { position: relative; aspect-ratio: 1 / 1; margin: 10px 10px 0; border-radius: 18px; background: linear-gradient(160deg, #fbfaf7, #f0ede5); overflow: hidden; display: grid; place-items: center; }
.pcard-media img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; transition: transform .5s var(--ease-out); }
.pcard:hover .pcard-media img { transform: scale(1.045); }
.pcard-flags { position: absolute; top: 20px; left: 20px; display: flex; flex-wrap: wrap; gap: .3rem; z-index: 2; }
.pcard-score {
  position: absolute; top: 20px; right: 20px; z-index: 2;
  display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%;
  background: var(--ink); color: #fff; font: 700 1.05rem/1 var(--sans);
  box-shadow: 0 6px 16px -6px rgba(16,23,42,.6);
}
.pcard-score small { display: block; font-size: .5rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-top: 2px; }
.pcard-body { display: flex; flex-direction: column; gap: .55rem; padding: 1rem 1.15rem 1.15rem; flex: 1; }
.pcard-brand { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.pcard-title { font: 600 1.08rem/1.25 var(--sans); letter-spacing: -0.01em; }
.pcard-title a::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.pcard-verdict { font-size: .88rem; color: var(--ink-2); }
.pcard-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; margin: .2rem 0; }
.pcard-spec { background: var(--paper); border-radius: 10px; padding: .45rem .5rem; text-align: center; }
.pcard-spec b { display: block; font: 700 .92rem/1.1 var(--sans); }
.pcard-spec span { font-size: .66rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.pcard-foot { margin-top: auto; display: flex; flex-direction: column; gap: .7rem; padding-top: .4rem; }
.pcard-actions { display: flex; gap: .5rem; position: relative; z-index: 3; }
.pcard-actions .btn-amazon { flex: 1; min-width: 0; }
.pcard-actions .btn-soft { flex: none; width: 36px; padding: 0; }
.pcard-actions .btn-soft [data-compare-label] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* --- Pie --- */
.site-footer { background: var(--ink); color: #cbd5e1; padding: clamp(48px, 7vw, 80px) 0 2rem; margin-top: clamp(48px, 8vw, 96px); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
.footer-grid h4 { color: #fff; font: 600 .8rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid ul { list-style: none; padding: 0; display: grid; gap: .5rem; font-size: .92rem; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: #94a3b8; }
.footer-legal { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #1f2a44; font-size: .8rem; color: #94a3b8; display: grid; gap: .6rem; }

/* --- Bandeja del comparador --- */
.compare-tray {
  position: fixed; left: 50%; bottom: 16px; z-index: 60; translate: -50% 0;
  width: min(100% - 24px, 760px);
  background: var(--ink); color: #fff; border-radius: 20px; box-shadow: var(--shadow-lg);
  padding: .7rem .7rem .7rem 1rem; display: flex; align-items: center; gap: .8rem;
  transform: translateY(140%); visibility: hidden; transition: transform .45s var(--ease-out), visibility .45s;
}
.compare-tray.is-visible { transform: none; visibility: visible; }
.tray-label { font-size: .82rem; font-weight: 600; white-space: nowrap; }
.tray-label small { display: block; color: #94a3b8; font-weight: 400; }
.tray-slots { display: flex; gap: .6rem; flex: 1; padding: 8px 8px 0 0; min-width: 0; }
.tray-slot { position: relative; width: 48px; height: 48px; flex: none; }
.tray-thumb { width: 100%; height: 100%; border-radius: 12px; background: #fff; overflow: hidden; display: grid; place-items: center; }
.tray-thumb img { width: 86%; height: 86%; object-fit: contain; }
.tray-slot.is-empty .tray-thumb { background: transparent; border: 1.5px dashed #475569; }
.tray-remove { position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; border-radius: 50%; background: var(--hot); color: #fff; display: grid; place-items: center; font-size: .8rem; line-height: 1; box-shadow: 0 2px 6px rgba(0,0,0,.3); }
.tray-go { background: var(--accent-2); color: var(--ink); }
.tray-go:hover { background: #2dd4bf; }
.tray-clear { color: #94a3b8; font-size: .8rem; padding: .4rem; }
.tray-clear:hover { color: #fff; }

/* --- Toast --- */
.toast { position: fixed; top: calc(var(--header-h) + 12px); left: 50%; translate: -50% 0; z-index: 70; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 999px; font-size: .88rem; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); transition: opacity .25s, transform .3s var(--ease-out); pointer-events: none; }
.toast.is-on { opacity: 1; transform: none; }

/* --- Breadcrumbs --- */
.crumbs { display: flex; flex-wrap: wrap; gap: .3rem; font-size: .82rem; color: var(--muted); padding-top: 1.2rem; }
.crumbs a:hover { color: var(--ink); }
.crumbs span[aria-hidden] { opacity: .5; }

/* --- Radar --- */
.radar { width: 100%; max-width: 420px; margin-inline: auto; }
.radar svg { width: 100%; height: auto; overflow: visible; }
.radar .r-grid { fill: none; stroke: var(--line-2); stroke-width: 1; }
.radar .r-axis { stroke: var(--line); stroke-width: 1; }
.radar .r-label { font: 600 11px var(--sans); fill: var(--ink-2); }
.radar .r-val { font: 700 10px var(--sans); fill: var(--muted); }
.radar .r-shape { stroke-width: 2.2; stroke-linejoin: round; transition: opacity .3s; }
.radar .r-dot { stroke: #fff; stroke-width: 1.5; }
.radar-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1rem; margin-top: .8rem; font-size: .85rem; }
.radar-legend span { display: inline-flex; align-items: center; gap: .4rem; }
.radar-legend i { width: 12px; height: 12px; border-radius: 4px; }
.radar-empty { color: var(--muted); font-size: .9rem; text-align: center; padding: 2rem; }

/* --- Barras de puntuación --- */
.scorebars { display: grid; gap: .7rem; }
.scorebar { display: grid; grid-template-columns: 1fr auto; gap: .25rem .8rem; font-size: .9rem; }
.scorebar b { font-family: var(--mono); font-size: .85rem; }
.scorebar-track { grid-column: 1 / -1; height: 8px; border-radius: 99px; background: var(--paper-2); overflow: hidden; }
.scorebar-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--accent), var(--accent-2)); width: var(--w, 0%); transition: width 1s var(--ease-out); }
.js .scorebar-fill:not(.is-in) { width: 0; }

/* --- Tabla de especificaciones --- */
.spec-group + .spec-group { margin-top: 1.6rem; }
.spec-group h3 { display: flex; align-items: center; gap: .5rem; font: 700 .78rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: .6rem; }
.spec-group h3 svg { width: 1.2em; height: 1.2em; flex: none; }
.spec-table { width: 100%; font-size: .94rem; }
.spec-table th, .spec-table td { text-align: left; padding: .62rem .2rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { font-weight: 500; color: var(--muted); width: 46%; padding-right: 1rem; }
.spec-table td { font-weight: 600; }
.spec-table td.is-null { color: #a8a29e; font-weight: 400; }
.yes, .no { display: inline-flex; align-items: center; gap: .3rem; }
.yes svg, .no svg { width: 1.05em; height: 1.05em; flex: none; }
.yes { color: var(--good); }
.no { color: #a8a29e; }

/* --- Pros / contras --- */
.proscons { display: grid; gap: 1rem; }
.pc-col { border-radius: var(--r); padding: 1.3rem 1.3rem 1.4rem; }
.pc-col h3 { display: flex; align-items: center; gap: .5rem; font: 700 1rem/1 var(--sans); margin-bottom: .9rem; }
.pc-col h3 svg { width: 1.3em; height: 1.3em; flex: none; }
.pc-col ul { list-style: none; padding: 0; display: grid; gap: .55rem; }
.pc-col li { display: flex; gap: .55rem; font-size: .95rem; color: var(--ink-2); }
.pc-col li svg { width: 1.1em; height: 1.1em; flex: none; margin-top: .22em; }
.pc-pros { background: var(--good-soft); }
.pc-pros h3, .pc-pros li svg { color: var(--good); }
.pc-cons { background: var(--bad-soft); }
.pc-cons h3, .pc-cons li svg { color: var(--bad); }

/* --- Caja "ideal para" --- */
.ideal { display: flex; gap: 1rem; align-items: flex-start; background: var(--ink); color: #e2e8f0; border-radius: var(--r); padding: 1.3rem 1.4rem; }
.ideal-ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-2); color: var(--ink); flex: none; }
.ideal-ico svg { width: 22px; height: 22px; }
.ideal strong { display: block; color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .2rem; }

/* --- Reseñas --- */
.reviews-grid { display: grid; gap: 1rem; }
.review { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.1rem 1.2rem; }
.review-head { display: flex; justify-content: space-between; align-items: center; gap: .5rem; flex-wrap: wrap; margin-bottom: .45rem; }
.review-author { font-weight: 600; font-size: .9rem; }
.review-title { font-weight: 600; margin-bottom: .3rem; }
.review-text { font-size: .92rem; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.review-meta { font-size: .76rem; color: var(--muted); margin-top: .5rem; display: flex; align-items: center; gap: .35rem; }
.review-meta svg { width: 1em; height: 1em; flex: none; color: var(--good); }
.summary-box { background: var(--accent-soft); border-radius: var(--r); padding: 1.3rem 1.4rem; color: #134e4a; }
.summary-box strong { color: var(--accent); }

/* --- Filtros --- */
.toolbar { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-bottom: 1.4rem; }
.toolbar .field { position: relative; }
.search-input, .select {
  min-height: 44px; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--card);
  padding: .55rem 1rem; font-size: .92rem;
}
.search-input { padding-left: 2.4rem; width: min(100%, 300px); }
.search-ico { position: absolute; left: .9rem; top: 50%; translate: 0 -50%; width: 18px; height: 18px; color: var(--muted); pointer-events: none; }
.filter-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.fchip { min-height: 38px; padding: .45rem .9rem; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--card); font-size: .86rem; font-weight: 500; transition: all .2s; }
.fchip:hover { border-color: var(--ink); }
.fchip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.result-count { font-size: .85rem; color: var(--muted); margin-left: auto; }
.empty-state { text-align: center; padding: 3rem 1rem; color: var(--muted); border: 1.5px dashed var(--line-2); border-radius: var(--r-lg); }

/* --- FAQ --- */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; font-weight: 600; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; line-height: 1; color: var(--accent); transition: transform .3s var(--ease-out); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding-bottom: 1.1rem; color: var(--ink-2); }

/* --- Aviso de afiliados en bloque --- */
.aff-note { display: flex; gap: .7rem; align-items: flex-start; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: .9rem 1.1rem; font-size: .84rem; color: var(--ink-2); }
.aff-note svg { width: 1.2em; height: 1.2em; flex: none; margin-top: .15em; color: var(--accent); }
.aff-note a { text-decoration: underline; }

/* =============================================================
   6. Secciones
   ============================================================= */
/* --- Hero portada --- */
.hero { position: relative; padding: clamp(40px, 7vw, 90px) 0 clamp(40px, 6vw, 72px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 60vw; height: 60vw; max-width: 820px; max-height: 820px;
  background: radial-gradient(closest-side, rgba(20,184,166,.22), rgba(20,184,166,0) 70%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; gap: clamp(28px, 5vw, 56px); align-items: center; }
.hero-copy .h-display em { font-style: italic; color: var(--accent); font-weight: 500; }
.hero-copy .lead { margin-top: 1.2rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; margin-top: 2rem; }
.hero-proof div { display: grid; }
.hero-proof b { font: 600 1.8rem/1 var(--serif); }
.hero-proof span { font-size: .8rem; color: var(--muted); }
.hero-visual { position: relative; aspect-ratio: 1 / 1; max-width: 560px; width: 100%; margin-inline: auto; }
.hero-disc { position: absolute; inset: 6%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffffff, #e9e5da 70%); box-shadow: inset 0 -20px 60px rgba(16,23,42,.06), var(--shadow-lg); }
.hero-disc::after { content: ""; position: absolute; inset: 9%; border-radius: 50%; border: 1.5px dashed rgba(15,118,110,.28); animation: spin 40s linear infinite; }
.hero-product { position: absolute; inset: 14%; display: grid; place-items: center; }
.hero-product img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.hero-float {
  position: absolute; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
  padding: .7rem .9rem; display: flex; align-items: center; gap: .6rem; font-size: .82rem; animation: bob 6s ease-in-out infinite;
}
.hero-float b { display: block; font-size: 1rem; }
.hero-float .hf-ico { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); flex: none; }
.hero-float .hf-ico svg { width: 18px; height: 18px; }
.hf-1 { top: 10%; left: -2%; }
.hf-2 { bottom: 14%; right: -2%; animation-delay: -3s; }
.hf-3 { bottom: 2%; left: 8%; animation-delay: -1.5s; }

/* --- Tira de categorías --- */
.cat-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 158px), 1fr)); }
.cat-card {
  position: relative; display: flex; flex-direction: column; gap: .5rem; padding: 1.2rem;
  border-radius: var(--r-lg); background: var(--card); border: 1px solid var(--line); min-height: 170px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .3s;
}
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cat-ico { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); }
.cat-ico svg { width: 24px; height: 24px; }
.cat-card h3 { font: 600 1.05rem/1.2 var(--sans); margin-top: auto; }
.cat-card p { font-size: .84rem; color: var(--muted); }
.cat-card .cat-n { position: absolute; top: 1.2rem; right: 1.2rem; font: 600 .78rem/1 var(--mono); color: var(--muted); }

/* --- Bloque "top" del editor --- */
.pick-row { display: grid; gap: 14px; }
.pick {
  position: relative; display: grid; grid-template-columns: 96px 1fr; gap: 1rem; align-items: center;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1rem;
  transition: box-shadow .3s, transform .3s var(--ease-out);
}
.pick:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.pick-img { width: 96px; height: 96px; border-radius: 16px; background: var(--paper); display: grid; place-items: center; overflow: hidden; }
.pick-img img { width: 86%; height: 86%; object-fit: contain; mix-blend-mode: multiply; }
.pick-tag { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--hot); }
.pick h3 { font: 600 1.02rem/1.25 var(--sans); margin: .2rem 0; }
.pick h3 a::after { content: ""; position: absolute; inset: 0; }
.pick .price-now { font-size: 1.1rem; }

/* --- Banda comparador (portada) --- */
.cmp-band { position: relative; overflow: hidden; background: var(--ink); color: #e2e8f0; border-radius: clamp(20px, 3vw, 32px); padding: clamp(28px, 5vw, 64px); display: grid; gap: 2rem; align-items: center; }
.cmp-band::before { content: ""; position: absolute; right: -10%; top: -30%; width: 60%; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(20,184,166,.35), transparent 70%); pointer-events: none; }
.cmp-band .h2 { color: #fff; }
.cmp-band .eyebrow { color: var(--accent-2); }
.cmp-band .radar .r-grid { stroke: #334155; }
.cmp-band .radar .r-axis { stroke: #1f2a44; }
.cmp-band .radar .r-label { fill: #cbd5e1; }
.cmp-band .radar-legend { color: #cbd5e1; }
.cmp-band ul { list-style: none; padding: 0; display: grid; gap: .6rem; margin-top: 1.2rem; }
.cmp-band li { display: flex; gap: .6rem; }
.cmp-band li svg { width: 1.2em; height: 1.2em; flex: none; color: var(--accent-2); margin-top: .2em; }

/* --- Método / confianza --- */
.trust-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.trust { padding: 1.4rem; border-radius: var(--r-lg); background: var(--card); border: 1px solid var(--line); }
.trust-n { font: 600 2rem/1 var(--serif); color: var(--accent); }
.trust h3 { margin: .7rem 0 .35rem; font: 600 1.02rem/1.25 var(--sans); }
.trust p { font-size: .9rem; color: var(--muted); }

/* --- Guías --- */
.guide-card { display: grid; gap: 1rem; padding: 1.5rem; border-radius: var(--r-lg); background: linear-gradient(135deg, #fff, #f3f0e8); border: 1px solid var(--line); transition: box-shadow .3s, transform .3s var(--ease-out); }
.guide-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.guide-card h3 { font: 600 1.4rem/1.15 var(--serif); letter-spacing: -0.02em; }
.guide-card .more { display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; color: var(--accent); font-size: .92rem; }
.guide-card .more svg { width: 1em; height: 1em; }
.guides-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }

/* --- Cabecera de página --- */
.page-hero { padding: clamp(24px, 4vw, 48px) 0 clamp(24px, 4vw, 40px); }
.page-hero .lead { margin-top: .9rem; }
.page-hero .h1 { margin-top: .8rem; }
.byline { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem 1rem; margin-top: 1.1rem; font-size: .85rem; color: var(--muted); }
.byline b { color: var(--ink); }

/* =============================================================
   7. Páginas
   ============================================================= */
/* --- Ficha --- */
.pd-top { display: grid; gap: clamp(20px, 4vw, 48px); padding-top: 1rem; }
.gallery { display: grid; gap: .7rem; }
.gallery-main { position: relative; aspect-ratio: 1 / 1; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; touch-action: pan-y; }
.gallery-main img { width: 90%; height: 90%; object-fit: contain; transition: opacity .25s; }
.gallery-nav { position: absolute; top: 50%; translate: 0 -50%; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.92); border: 1px solid var(--line); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.gallery-nav svg { width: 18px; height: 18px; }
.gallery-nav.prev { left: 10px; }
.gallery-nav.next { right: 10px; }
.gallery-count { position: absolute; bottom: 12px; right: 12px; background: rgba(16,23,42,.75); color: #fff; font-size: .74rem; padding: .2rem .55rem; border-radius: 99px; }
.gallery-thumbs { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.gallery-thumbs button { flex: none; width: 68px; height: 68px; border-radius: 12px; background: #fff; border: 2px solid var(--line); overflow: hidden; display: grid; place-items: center; transition: border-color .2s; }
.gallery-thumbs button img { width: 88%; height: 88%; object-fit: contain; }
.gallery-thumbs button[aria-current="true"] { border-color: var(--accent); }
.pd-info { display: flex; flex-direction: column; gap: 1rem; }
.pd-brand { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.pd-title { font: 600 clamp(1.7rem, 3.4vw, 2.5rem)/1.08 var(--serif); letter-spacing: -0.025em; }
.pd-verdict { font-size: 1.05rem; color: var(--ink-2); }
.buybox { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.2rem; display: grid; gap: .9rem; box-shadow: var(--shadow-sm); }
.buybox .price-now { font-size: 2rem; }
.buybox-actions { display: grid; gap: .5rem; }
.keyspecs { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
.keyspec { display: flex; align-items: center; gap: .6rem; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: .65rem .75rem; }
.keyspec-ico { width: 34px; height: 34px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: none; }
.keyspec-ico svg { width: 18px; height: 18px; }
.keyspec b { display: block; font-size: .98rem; line-height: 1.15; }
.keyspec span { font-size: .72rem; color: var(--muted); }
.pd-score { display: flex; align-items: center; gap: .9rem; }
.score-ring { position: relative; width: 64px; height: 64px; flex: none; }
.score-ring svg { width: 64px; height: 64px; transform: rotate(-90deg); }
.score-ring circle { fill: none; stroke-width: 6; }
.score-ring .bg { stroke: var(--paper-2); }
.score-ring .fg { stroke: var(--accent); stroke-linecap: round; }
.score-ring b { position: absolute; inset: 0; display: grid; place-items: center; font: 700 1.2rem/1 var(--sans); }

.pd-nav { position: sticky; top: var(--header-h); z-index: 20; background: rgba(246,244,239,.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); margin-top: clamp(28px, 5vw, 56px); }
.pd-nav ul { list-style: none; padding: 0; display: flex; gap: .2rem; overflow-x: auto; scrollbar-width: none; }
.pd-nav ul::-webkit-scrollbar { display: none; }
.pd-nav a { display: block; padding: .85rem .8rem; font-size: .88rem; font-weight: 500; color: var(--muted); white-space: nowrap; border-bottom: 2px solid transparent; }
.pd-nav a.is-active, .pd-nav a:hover { color: var(--ink); border-bottom-color: var(--accent); }

.pd-section { padding-top: clamp(36px, 6vw, 64px); }
.pd-section > .h2 { margin-bottom: 1.2rem; }
.pd-two { display: grid; gap: 1.6rem; align-items: start; }
.card-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(16px, 3vw, 28px); }
.buy-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.6rem; padding: 1rem 1.2rem; border-radius: var(--r); background: var(--card); border: 1px solid var(--line); }
.buy-strip p { font-weight: 600; }
.buy-strip small { display: block; color: var(--muted); font-weight: 400; }
.mobile-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: .8rem; transform: translateY(110%); visibility: hidden; transition: transform .35s var(--ease-out), visibility .35s; }
.mobile-buy.is-visible { transform: none; visibility: visible; }
.mobile-buy .price-now { font-size: 1.15rem; }
.mobile-buy .btn { flex: 1; }
body.has-mobile-buy.tray-open .mobile-buy { transform: translateY(110%); }

/* --- Comparador --- */
.cmp-picker { display: grid; gap: 1rem; }
.cmp-slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 8px 8px 0 0; }
.cmp-slot { position: relative; }
.cmp-slot-card { display: flex; flex-direction: column; align-items: center; gap: .4rem; text-align: center; min-height: 170px; padding: 1rem .7rem; border-radius: var(--r); background: var(--card); border: 1px solid var(--line); }
.cmp-slot-card .thumb { width: 84px; height: 84px; border-radius: 14px; overflow: hidden; display: grid; place-items: center; background: var(--paper); }
.cmp-slot-card .thumb img { width: 86%; height: 86%; object-fit: contain; mix-blend-mode: multiply; }
.cmp-slot-card b { font-size: .86rem; line-height: 1.25; }
.cmp-slot-card .dot { width: 10px; height: 10px; border-radius: 50%; }
.cmp-slot.is-empty .cmp-slot-card { border: 1.5px dashed var(--line-2); background: transparent; justify-content: center; color: var(--muted); font-size: .86rem; }
.cmp-slot .tray-remove { top: -8px; right: -8px; z-index: 2; }
.cmp-search { position: relative; }
.cmp-results { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 30; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); max-height: 360px; overflow-y: auto; padding: .4rem; display: none; }
.cmp-results.is-open { display: block; }
.cmp-result { display: flex; align-items: center; gap: .7rem; width: 100%; text-align: left; padding: .5rem; border-radius: 10px; }
.cmp-result:hover, .cmp-result.is-hl { background: var(--paper); }
.cmp-result img { width: 44px; height: 44px; object-fit: contain; flex: none; mix-blend-mode: multiply; }
.cmp-result span { font-size: .9rem; font-weight: 500; }
.cmp-result small { display: block; color: var(--muted); font-weight: 400; }
.cmp-result[disabled] { opacity: .45; cursor: default; }
.cmp-quick { display: flex; flex-wrap: wrap; gap: .4rem; }
.cmp-stage { display: grid; gap: 1.2rem; }
.cmp-stage > * { min-width: 0; }
.cmp-table .grp th { white-space: nowrap; }
.cmp-table-wrap { position: relative; overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--card); -webkit-overflow-scrolling: touch; }
.cmp-table { width: 100%; min-width: 560px; font-size: .9rem; }
.cmp-table th, .cmp-table td { padding: .7rem .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.cmp-table thead th { position: sticky; top: 0; background: var(--card); z-index: 2; vertical-align: top; }
.cmp-table tbody th { position: sticky; left: 0; z-index: 1; background: var(--card); color: var(--muted); font-weight: 500; min-width: 140px; max-width: 180px; box-shadow: 1px 0 0 var(--line); }
.cmp-table td { font-weight: 600; min-width: 150px; }
.cmp-table .grp th { background: var(--paper); color: var(--accent); font: 700 .72rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding-block: .6rem; }
.cmp-table .grp td { background: var(--paper); }
.cmp-table td.best { background: var(--good-soft); color: var(--good); }
.cmp-table td.best::after { content: " ★"; font-size: .75em; }
.cmp-table td.is-null { color: #a8a29e; font-weight: 400; }
.cmp-head { display: flex; flex-direction: column; gap: .45rem; }
.cmp-head .thumb { width: 72px; height: 72px; border-radius: 12px; background: var(--paper); display: grid; place-items: center; overflow: hidden; }
.cmp-head .thumb img { width: 86%; height: 86%; object-fit: contain; mix-blend-mode: multiply; }
.cmp-head a.name { font-weight: 600; line-height: 1.25; color: var(--ink); }
.cmp-head .dotline { display: flex; align-items: center; gap: .4rem; font-size: .75rem; color: var(--muted); }
.cmp-head .dotline i { width: 10px; height: 10px; border-radius: 50%; }
.only-diff { display: inline-flex; align-items: center; gap: .5rem; font-size: .88rem; cursor: pointer; }
.only-diff input { width: 18px; height: 18px; accent-color: var(--accent); }
.cmp-verdict { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.cmp-verdict .v { border-radius: var(--r); padding: 1rem 1.1rem; background: var(--card); border: 1px solid var(--line); border-top: 4px solid var(--c); }
.cmp-verdict .v b { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.cmp-verdict .v span { font-weight: 600; }

/* --- Ranking / guía --- */
.rank-item { display: grid; gap: 1.2rem; padding: clamp(18px, 3vw, 30px); border-radius: var(--r-lg); background: var(--card); border: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 20px); }
.rank-item + .rank-item { margin-top: 1.2rem; }
.rank-num { font: 600 3rem/1 var(--serif); color: var(--accent); }
.rank-media { aspect-ratio: 1; border-radius: var(--r); background: var(--paper); display: grid; place-items: center; max-width: 260px; }
.rank-media img { width: 86%; height: 86%; object-fit: contain; mix-blend-mode: multiply; }
.rank-item .h3 { font: 600 1.45rem/1.15 var(--serif); }
.rank-mini { display: flex; flex-wrap: wrap; gap: .4rem; }
.toc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.2rem 1.4rem; }
.toc h2 { font: 700 .78rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .8rem; }
.toc ol { padding-left: 1.2em; display: grid; gap: .35rem; }
.toc a:hover { color: var(--accent); }
.quick-table { width: 100%; font-size: .9rem; }
.quick-table th, .quick-table td { padding: .7rem .6rem; border-bottom: 1px solid var(--line); text-align: left; }
.quick-table th { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.quick-table img { width: 48px; height: 48px; object-fit: contain; mix-blend-mode: multiply; }
.quick-table .qt-name { display: flex; align-items: center; gap: .6rem; font-weight: 600; }

/* --- Ofertas --- */
.deal-hero { background: linear-gradient(135deg, var(--hot), #f07d3a); color: #fff; border-radius: clamp(20px, 3vw, 32px); padding: clamp(24px, 5vw, 56px); }
.deal-hero .eyebrow { color: #ffe4dc; }

/* --- Legal --- */
.legal .prose h2 { font-size: 1.35rem; }

/* =============================================================
   8. Efectos
   ============================================================= */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.js .reveal.is-in { opacity: 1; transform: none; }
@view-transition { navigation: auto; }

/* =============================================================
   9. Responsive
   ============================================================= */
@media (min-width: 540px) {
  .cmp-slots { grid-template-columns: repeat(4, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .keyspecs { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 720px) {
  .proscons { grid-template-columns: 1fr 1fr; }
  .pick-row { grid-template-columns: repeat(2, 1fr); }
  .rank-item { grid-template-columns: 220px 1fr; align-items: start; }
  .buybox-actions { grid-template-columns: 1fr auto; }
}
@media (min-width: 960px) {
  .nav { display: block; }
  .menu-btn, .compare-pill { display: none; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; }
  .pd-top { grid-template-columns: 1.05fr 1fr; align-items: start; }
  .gallery { position: sticky; top: calc(var(--header-h) + 16px); }
  .pd-two { grid-template-columns: 1.1fr .9fr; }
  .cmp-band { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  .cmp-stage { grid-template-columns: 380px 1fr; align-items: start; }
  .cmp-stage .radar-card { position: sticky; top: calc(var(--header-h) + 16px); }
  .mobile-buy { display: none; }
  .pick-row { grid-template-columns: repeat(3, 1fr); }
  .rank-item { grid-template-columns: 260px 1fr; }
}
@media (max-width: 959px) {
  body.has-mobile-buy .site-footer { padding-bottom: 6rem; }
  body.has-mobile-buy .compare-tray { bottom: 84px; }
}
@media (max-width: 539px) {
  .cmp-verdict { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .cmp-verdict .v { padding: .7rem .8rem; }
  .cmp-verdict .v b { font-size: .62rem; letter-spacing: .08em; }
  .cmp-verdict .v span { font-size: .88rem; }
  .cmp-table { font-size: .84rem; }
  .cmp-table th, .cmp-table td { padding: .6rem .6rem; }
  .cmp-table tbody th { min-width: 108px; max-width: 120px; }
  .cmp-table td { min-width: 124px; }
  .cmp-table .grp th { white-space: normal; }
  .cmp-head .btn { padding-inline: .6rem; }
  .tray-label small { display: none; }
  .tray-slot { width: 40px; height: 40px; }
  .tray-clear { display: none; }
  .hero-float { font-size: .72rem; padding: .5rem .6rem; }
  .hero-float b { font-size: .88rem; }
  .hero-float .hf-ico { width: 28px; height: 28px; }
  .pcard-specs { gap: .3rem; }
  .buybox .price-now { font-size: 1.7rem; }
  .keyspecs { grid-template-columns: 1fr 1fr; }
  .keyspec { padding: .55rem; gap: .45rem; }
  .keyspec-ico { width: 30px; height: 30px; }
}

/* =============================================================
   10. Movimiento reducido (solo efectos intrusivos)
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .hero-disc::after, .hero-float { animation: none; }
  html { scroll-behavior: auto; }
}
