/* RobotCesped.es main.css */
/* ── VARIABLES ─────────────────────────────── */
    :root {
      --bg: #ffffff;
      --bg-alt: #f8fafc;
      --bg-card: #ffffff;
      --border: #e2e8f0;
      --border-light: #f1f5f9;
      --text: #1e293b;
      --text-muted: #64748b;
      --text-light: #94a3b8;
      --header-bg: #0f172a;
      --header-text: #f1f5f9;
      --primary: #16a34a;
      --primary-dark: #15803d;
      --primary-light: #f0fdf4;
      --primary-border: #86efac;
      --orange: #ea580c;
      --orange-light: #fff7ed;
      --orange-border: #fdba74;
      --blue: #2563eb;
      --blue-light: #eff6ff;
      --blue-border: #93c5fd;
      --gold: #f59e0b;
      --red: #dc2626;
      --red-light: #fef2f2;
      --purple: #7c3aed;
      --purple-light: #f5f3ff;
      --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
      --shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.04);
      --shadow-lg: 0 10px 15px rgba(0,0,0,.07), 0 4px 6px rgba(0,0,0,.04);
      --radius: 12px;
      --radius-sm: 8px;
      --radius-xs: 4px;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 16px; line-height: 1.7; color: var(--text); background: var(--bg); }
    a { color: var(--blue); text-decoration: none; }
    a:hover { text-decoration: underline; }
    img { max-width: 100%; height: auto; display: block; }

    /* ── HEADER ────────────────────────────────── */
    .site-header { background: var(--header-bg); padding: 0 24px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
    .header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 24px; height: 60px; }
    .site-logo { color: #fff; font-size: 20px; font-weight: 800; text-decoration: none; letter-spacing: -0.5px; flex-shrink: 0; }
    .site-logo span { color: var(--primary); }
    .site-nav { display: flex; gap: 4px; flex: 1; }
    .site-nav .nav-list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
    .site-nav .nav-list li { margin: 0; padding: 0; }
    .site-nav .nav-list a { color: #94a3b8; font-size: 14px; padding: 6px 12px; border-radius: 6px; transition: all .2s; white-space: nowrap; display: inline-block; }
    .site-nav .nav-list a:hover,
    .site-nav .nav-list a.active,
    .site-nav .nav-list .current-menu-item a { color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }
    .header-badge { background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }

    /* ── BREADCRUMB ────────────────────────────── */
    .breadcrumb { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: 10px 24px; font-size: 13px; color: var(--text-muted); }
    .breadcrumb-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 6px; }
    .breadcrumb a { color: var(--text-muted); }
    .breadcrumb a:hover { color: var(--primary); }
    .breadcrumb .sep { color: var(--text-light); }
    .breadcrumb .current { color: var(--text); font-weight: 500; }

    /* ── MAIN LAYOUT ───────────────────────────── */
    .main-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px 60px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 40px; align-items: start; }
    .main-wrap-full { max-width: 1280px; margin: 0 auto; padding: 0 24px 60px; }
    .main-content { min-width: 0; }

    /* ── ARTICLE HEADER ────────────────────────── */
    .article-header { padding: 32px 0 24px; }
    .article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 16px; }
    .meta-badge { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .04em; }
    .badge-update { background: var(--primary-light); color: var(--primary-dark); border: 1px solid var(--primary-border); }
    .badge-category { background: var(--blue-light); color: var(--blue); border: 1px solid var(--blue-border); }
    .article-h1 { font-size: clamp(24px, 4vw, 36px); font-weight: 800; line-height: 1.25; color: var(--text); margin-bottom: 16px; letter-spacing: -0.5px; }
    .article-h1 em { font-style: normal; color: var(--primary); }
    .article-intro { font-size: 17px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }

    /* ── TRUST BAR ─────────────────────────────── */
    .trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 32px; }
    .trust-item { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 16px; text-align: center; }
    .trust-number { font-size: 22px; font-weight: 800; color: var(--primary); line-height: 1; }
    .trust-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

    /* ── QUICK PICKS ───────────────────────────── */
    .section-title { font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--primary); display: flex; align-items: center; gap: 8px; }
    .section-title .icon { font-size: 18px; }

    .quick-picks { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; margin-bottom: 36px; overflow-x: auto; }
    .quick-table { width: 100%; border-collapse: collapse; font-size: 14px; }
    .quick-table th { background: var(--header-bg); color: #fff; padding: 10px 12px; text-align: left; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
    .quick-table th:first-child { border-radius: 6px 0 0 6px; }
    .quick-table th:last-child { border-radius: 0 6px 6px 0; }
    .quick-table td { padding: 11px 12px; border-bottom: 1px solid var(--border); vertical-align: middle; }
    .quick-table tr:last-child td { border-bottom: none; }
    .quick-table tr:hover td { background: var(--primary-light); }
    .qt-rank { font-weight: 800; font-size: 18px; color: var(--text-light); width: 32px; }
    .qt-rank.gold { color: #f59e0b; }
    .qt-rank.silver { color: #94a3b8; }
    .qt-rank.bronze { color: #c2855a; }
    .qt-name { font-weight: 600; color: var(--text); }
    .qt-name small { display: block; font-weight: 400; color: var(--text-muted); font-size: 12px; }
    .qt-score { font-weight: 700; color: var(--primary); white-space: nowrap; }
    .qt-badge { font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 20px; white-space: nowrap; }
    .qt-price { font-weight: 600; white-space: nowrap; }
    .qt-link a { display: inline-flex; align-items: center; gap: 4px; background: var(--primary); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 6px; white-space: nowrap; text-decoration: none; transition: background .2s; }
    .qt-link a:hover { background: var(--primary-dark); }
    .badge-top { background: #fef3c7; color: #92400e; border: 1px solid #fcd34d; }
    .badge-value { background: var(--primary-light); color: var(--primary-dark); border: 1px solid var(--primary-border); }
    .badge-reliable { background: var(--blue-light); color: var(--blue); border: 1px solid var(--blue-border); }
    .badge-price { background: var(--orange-light); color: var(--orange); border: 1px solid var(--orange-border); }
    .badge-beginner { background: var(--purple-light); color: var(--purple); border: 1px solid #c4b5fd; }

    /* ── PRODUCT CARDS ─────────────────────────── */
    .product-card { background: var(--bg-card); border: 2px solid var(--border); border-radius: var(--radius); margin-bottom: 28px; overflow: hidden; box-shadow: var(--shadow-md); transition: box-shadow .2s; }
    .product-card:hover { box-shadow: var(--shadow-lg); }
    .product-card.card-top { border-color: #f59e0b; }
    .product-card.card-value { border-color: var(--primary); }

    /* Card top bar */
    .card-topbar { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; background: var(--bg-alt); border-bottom: 1px solid var(--border); gap: 12px; flex-wrap: wrap; }
    .rank-badge { display: flex; align-items: center; gap: 8px; }
    .rank-num { font-size: 28px; font-weight: 900; color: var(--text-light); line-height: 1; }
    .rank-num.rank-1 { color: #f59e0b; }
    .rank-num.rank-2 { color: #94a3b8; }
    .rank-num.rank-3 { color: #c2855a; }
    .card-badge { font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: .06em; }
    .score-wrap { display: flex; align-items: center; gap: 10px; }
    .score-circle { position: relative; width: 52px; height: 52px; flex-shrink: 0; }
    .score-circle svg { transform: rotate(-90deg); }
    .score-circle circle.bg { fill: none; stroke: var(--border); stroke-width: 4; }
    .score-circle circle.fg { fill: none; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 138; transition: stroke-dashoffset .6s ease; }
    .score-circle .score-val { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: var(--text); }
    .score-info { text-align: right; }
    .score-label { font-size: 13px; font-weight: 700; color: var(--text); }
    .stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }

    /* Card body */
    .card-body { display: grid; grid-template-columns: 200px 1fr; gap: 0; }
    .card-img-wrap { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); display: flex; align-items: center; justify-content: center; padding: 24px; min-height: 220px; border-right: 1px solid var(--border); }
    .card-img-wrap img { max-width: 160px; max-height: 160px; object-fit: contain; }
    .card-img-placeholder { text-align: center; color: var(--text-light); }
    .card-img-placeholder .img-icon { font-size: 48px; margin-bottom: 8px; }
    .card-img-placeholder span { font-size: 12px; }
    .card-info { padding: 20px 24px; display: flex; flex-direction: column; gap: 12px; }
    .product-name { font-size: 20px; font-weight: 800; color: var(--text); line-height: 1.3; }
    .product-tech { font-size: 13px; color: var(--text-muted); display: flex; flex-wrap: wrap; gap: 6px; }
    .tech-chip { background: var(--bg-alt); border: 1px solid var(--border); padding: 2px 8px; border-radius: 20px; font-size: 12px; color: var(--text-muted); }
    .social-proof-bar { display: flex; flex-wrap: wrap; gap: 10px; }
    .sp-item { display: flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; }
    .sp-item.hot { color: var(--orange); }
    .sp-item.ship { color: var(--primary); }
    .sp-item.disc { background: var(--red); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
    .price-row { display: flex; align-items: baseline; gap: 10px; }
    .price-main { font-size: 24px; font-weight: 800; color: var(--text); }
    .price-old { font-size: 16px; color: var(--text-light); text-decoration: line-through; }
    .price-saving { font-size: 13px; color: var(--primary); font-weight: 600; }
    .cta-primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--primary); color: #fff; font-size: 15px; font-weight: 700; padding: 13px 24px; border-radius: var(--radius-sm); text-decoration: none; transition: all .2s; width: 100%; border: none; cursor: pointer; }
    .cta-primary:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(22,163,74,.3); text-decoration: none; color: #fff; }
    .cta-primary .amazon-a { font-size: 18px; font-weight: 900; font-family: serif; background: #fff; color: #f97316; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .cta-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: transparent; color: var(--primary); font-size: 14px; font-weight: 600; padding: 10px 20px; border-radius: var(--radius-sm); text-decoration: none; border: 2px solid var(--primary); transition: all .2s; width: 100%; }
    .cta-secondary:hover { background: var(--primary-light); text-decoration: none; }

    /* Why we love */
    .why-love { padding: 20px 24px; border-top: 1px solid var(--border); background: var(--primary-light); }
    .why-love-title { font-size: 14px; font-weight: 700; color: var(--primary-dark); margin-bottom: 12px; text-transform: uppercase; letter-spacing: .05em; display: flex; align-items: center; gap: 6px; }
    .why-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .why-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--text); }
    .why-list li::before { content: '✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

    /* Pros Contras */
    .pros-contras { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-top: 1px solid var(--border); background: var(--border); }
    .pros, .contras { background: var(--bg-card); padding: 16px 20px; }
    .pros { }
    .contras { }
    .pc-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
    .pros .pc-title { color: var(--primary); }
    .contras .pc-title { color: var(--red); }
    .pc-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
    .pc-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--text); }
    .pros .pc-list li::before { content: '+'; color: var(--primary); font-weight: 800; flex-shrink: 0; width: 14px; }
    .contras .pc-list li::before { content: '−'; color: var(--red); font-weight: 800; flex-shrink: 0; width: 14px; }

    /* Card footer CTA */
    .card-footer-cta { padding: 16px 24px; background: var(--bg-alt); border-top: 1px solid var(--border); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
    .footer-review-link { font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 4px; }
    .footer-review-link a { color: var(--blue); }

    /* ── COMPARISON TABLE ──────────────────────── */
    .comp-table-wrap { overflow-x: auto; margin-bottom: 36px; }
    .comp-table { width: 100%; border-collapse: collapse; font-size: 14px; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
    .comp-table th { background: var(--header-bg); color: #fff; padding: 12px 14px; text-align: left; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
    .comp-table td { padding: 11px 14px; border-bottom: 1px solid var(--border-light); }
    .comp-table tr:last-child td { border-bottom: none; }
    .comp-table tr:nth-child(even) td { background: var(--bg-alt); }
    .comp-table .best { color: var(--primary); font-weight: 700; }
    .check { color: var(--primary); font-weight: 700; }
    .cross { color: var(--red); }

    /* ── BUYING GUIDE ──────────────────────────── */
    .guide-section { margin-bottom: 36px; }
    .guide-h2 { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 16px; padding-top: 8px; letter-spacing: -0.3px; }
    .guide-h3 { font-size: 17px; font-weight: 700; color: var(--text); margin: 20px 0 10px; }
    .guide-section p { color: var(--text-muted); margin-bottom: 14px; line-height: 1.7; }
    .tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 16px 0; }
    .tech-card { border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px; }
    .tech-card h4 { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
    .tech-card p { font-size: 13px; color: var(--text-muted); margin: 0; }
    .tech-card.recommended { border-color: var(--primary); background: var(--primary-light); }
    .tech-card.recommended h4 { color: var(--primary-dark); }
    .info-box { background: var(--blue-light); border: 1px solid var(--blue-border); border-radius: var(--radius-sm); padding: 16px 18px; margin: 16px 0; }
    .info-box p { color: var(--text); margin: 0; font-size: 14px; }
    .info-box strong { color: var(--blue); }

    /* ── FAQ ───────────────────────────────────── */
    .faq-list { display: flex; flex-direction: column; gap: 4px; margin-bottom: 36px; }
    .faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
    .faq-q { width: 100%; background: var(--bg-alt); border: none; padding: 16px 20px; text-align: left; font-size: 15px; font-weight: 600; color: var(--text); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .faq-q:hover { background: var(--primary-light); }
    .faq-icon { font-size: 18px; color: var(--primary); flex-shrink: 0; transition: transform .2s; }
    .faq-a { display: none; padding: 16px 20px; font-size: 14px; color: var(--text-muted); border-top: 1px solid var(--border); line-height: 1.7; }
    .faq-item.open .faq-a { display: block; }
    .faq-item.open .faq-icon { transform: rotate(45deg); }

    /* ── SIDEBAR ───────────────────────────────── */
    .sidebar { position: sticky; top: 80px; }
    .sidebar-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
    .sidebar-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); margin-bottom: 14px; }
    .toc-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
    .toc-list li a { font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; padding: 5px 8px; border-radius: 6px; transition: all .2s; }
    .toc-list li a:hover { background: var(--primary-light); color: var(--primary-dark); text-decoration: none; }
    .toc-list li a .toc-rank { font-weight: 700; font-size: 12px; color: var(--text-light); width: 20px; }
    .methodology-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .methodology-list li { font-size: 13px; color: var(--text-muted); display: flex; align-items: flex-start; gap: 8px; }
    .methodology-list li::before { content: '✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; }

    /* ── FLOATING SHARE WIDGET (ia.moncif.es style) ── */
.floating-share {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.share-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: all .3s cubic-bezier(.175,.885,.32,1.275);
  transform-origin: bottom center;
}
.share-options.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.share-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  transition: all .25s ease;
  text-decoration: none;
}
.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
  color: #fff;
}
.share-btn--toggle {
  width: 56px;
  height: 56px;
  z-index: 2;
  background: linear-gradient(135deg, #16a34a, #15803d);
}
.share-btn--toggle:hover { background: linear-gradient(135deg, #15803d, #166534); }
.share-btn--toggle svg { width: 24px; height: 24px; }
.share-btn--whatsapp { background-color: #25D366; }
.share-btn--whatsapp:hover { background-color: #1da851; }
.share-btn--twitter { background-color: #000; }
.share-btn--twitter:hover { background-color: #1a1a1a; }
.share-btn--facebook { background-color: #1877F2; }
.share-btn--facebook:hover { background-color: #145dbf; }
.share-btn--telegram { background-color: #0088CC; }
.share-btn--telegram:hover { background-color: #006da3; }
.share-btn--pinterest { background-color: #E60023; }
.share-btn--pinterest:hover { background-color: #b8001c; }
.share-btn--threads { background-color: #101010; }
.share-btn--threads:hover { background-color: #2a2a2a; }
.share-btn--copy {
  background: var(--header-bg);
  font-size: 0;
  position: relative;
}
.share-btn--copy:hover { background: var(--primary); }
.share-btn--copy.copied::after {
  content: '✓';
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.share-btn--copy.copied svg { display: none; }
/* floating share responsive moved to end of file */

/* ── AFFILIATE DISCLOSURE ──────────────────── */
    .disclosure { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 18px; margin-bottom: 28px; font-size: 13px; color: var(--text-muted); line-height: 1.6; }
    .disclosure strong { color: var(--text); }

    /* ── FOOTER ────────────────────────────────── */
    .site-footer { background: var(--header-bg); color: #94a3b8; padding: 40px 24px 24px; margin-top: 40px; }
    .footer-inner { max-width: 1100px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
    .footer-brand .logo { color: #fff; font-size: 18px; font-weight: 800; letter-spacing: -0.5px; }
    .footer-brand .logo span { color: var(--primary); }
    .footer-brand p { font-size: 13px; margin-top: 10px; line-height: 1.6; }
    .footer-col h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .06em; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
    .footer-col ul li a { color: #94a3b8; font-size: 13px; transition: color .2s; }
    .footer-col ul li a:hover { color: #fff; text-decoration: none; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; }
    .amazon-disclaimer { font-size: 12px; color: #64748b; margin-top: 16px; line-height: 1.6; }

    /* ── HAMBURGER / MOBILE NAV ─────────────────── */
    .nav-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      margin-left: auto;
      flex-shrink: 0;
    }
    .nav-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: #fff;
      border-radius: 2px;
      transition: transform .25s, opacity .25s;
    }
    .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle.open span:nth-child(2) { opacity: 0; }
    .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-nav {
      display: none;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      background: #0f172a;
      padding: 12px 20px 20px;
      border-top: 1px solid rgba(255,255,255,.1);
      flex-direction: column;
      gap: 2px;
      z-index: 99;
      box-shadow: 0 8px 24px rgba(0,0,0,.4);
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav .nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
    .mobile-nav .nav-list li { margin: 0; padding: 0; }
    .mobile-nav .nav-list a {
      color: #94a3b8;
      font-size: 16px;
      padding: 12px 14px;
      border-radius: 8px;
      text-decoration: none;
      transition: all .15s;
      display: block;
    }
    .mobile-nav .nav-list a:hover,
    .mobile-nav .nav-list a.active,
    .mobile-nav .nav-list .current-menu-item a { color: #fff; background: rgba(255,255,255,.09); }
    .nav-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.4);
      z-index: 98;
    }
    .nav-overlay.open { display: block; }

    /* ── RESPONSIVE ─────────────────────────────── */

    /* === TABLET (≤ 1024px) === */
    @media (max-width: 1024px) {
      .main-wrap { grid-template-columns: 1fr; gap: 24px; }
      .sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
      }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    }

    /* === MOBILE (≤ 768px) === */
    @media (max-width: 768px) {
      /* Header */
      .site-nav { display: none; }
      .header-badge { display: none; }
      .nav-toggle { display: flex; }
      .main-wrap { padding: 0 16px 40px; }
      .breadcrumb { padding: 10px 16px; }

      /* Article */
      .article-header { padding: 24px 0 18px; }
      .article-h1 { font-size: 22px; }
      .article-intro { font-size: 15px; }
      .article-meta { flex-wrap: wrap; gap: 6px; }

      /* Trust bar: keep 3 columns on tablet */
      .trust-bar { grid-template-columns: repeat(3, 1fr); gap: 8px; }
      .trust-number { font-size: 20px; }
      .trust-item { padding: 12px 10px; }

      /* Quick picks: hide "Destacado" column */
      .quick-table th:nth-child(4),
      .quick-table td:nth-child(4) { display: none; }

      /* Cards */
      .card-body { grid-template-columns: 1fr; }
      .card-img-wrap {
        border-right: none;
        border-bottom: 1px solid var(--border);
        min-height: 160px;
        padding: 20px;
      }
      .card-info { padding: 16px 18px; gap: 10px; }
      .product-name { font-size: 18px; }
      .why-list { grid-template-columns: 1fr; }
      .pros-contras { grid-template-columns: 1fr; }

      /* Card footer CTA: stack vertically */
      .card-footer-cta { flex-direction: column; gap: 10px; align-items: stretch; }
      .card-footer-cta .cta-primary { width: 100%; justify-content: center; }
      .card-footer-cta .footer-review-link { text-align: center; }

      /* Comparison table: force horizontal scroll */
      .comp-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border: 1px solid var(--border);
        border-radius: var(--radius);
      }
      .comp-table-wrap::after {
        content: '← Desliza para ver más →';
        display: block;
        text-align: center;
        font-size: 12px;
        color: var(--text-light);
        padding: 8px 0 4px;
      }
      .comp-table { min-width: 600px; }

      /* Guide */
      .tech-grid { grid-template-columns: 1fr; }
      .guide-h2 { font-size: 20px; }

      /* Footer */
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
      .site-footer { padding: 32px 16px 20px; }

      /* Sidebar: 2 cols on tablet */
      .sidebar { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    }

    /* === SMALL MOBILE (≤ 480px) === */
    @media (max-width: 480px) {
      /* Header */
      .site-header { padding: 0 14px; }
      .site-logo { font-size: 17px; }
      .header-inner { height: 56px; }
      .mobile-nav { top: 56px; }

      /* Layout */
      .main-wrap { padding: 0 12px 28px; }
      .breadcrumb { padding: 8px 12px; font-size: 12px; }

      /* Article */
      .article-h1 { font-size: 19px; letter-spacing: -0.3px; }
      .article-intro { font-size: 14px; }
      .article-meta { flex-direction: column; align-items: flex-start; }

      /* Trust bar: horizontal list on small mobile */
      .trust-bar {
        grid-template-columns: 1fr;
        gap: 6px;
      }
      .trust-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 10px 14px;
        text-align: left;
      }
      .trust-number { font-size: 22px; margin-bottom: 0; }
      .trust-label { text-align: left; margin-top: 0; }

      /* Quick picks: keep only # | Modelo | Comprar */
      .quick-table th:nth-child(3),
      .quick-table td:nth-child(3),
      .quick-table th:nth-child(5),
      .quick-table td:nth-child(5) { display: none; }
      .quick-table { font-size: 13px; }
      .qt-name { font-size: 13px; }

      /* Card topbar */
      .card-topbar { padding: 10px 14px; gap: 6px; }
      .rank-num { font-size: 22px; }
      .card-badge { font-size: 10px; padding: 3px 8px; }
      .score-circle { width: 44px; height: 44px; }
      .score-circle svg { width: 44px; height: 44px; }
      .score-circle .score-val { font-size: 11px; }
      .score-label { font-size: 12px; }
      .stars { font-size: 11px; }

      /* Card body */
      .card-img-wrap { min-height: 130px; padding: 14px; }
      .card-info { padding: 14px; gap: 8px; }
      .product-name { font-size: 16px; }
      .tech-chip { font-size: 11px; padding: 2px 6px; }
      .price-main { font-size: 21px; }
      .price-old { font-size: 14px; }
      .social-proof-bar { gap: 6px; }
      .sp-item { font-size: 12px; }

      /* Why love */
      .why-love { padding: 14px; }
      .why-list li { font-size: 13px; }

      /* Pros/Contras */
      .pros, .contras { padding: 12px 14px; }
      .pc-list li { font-size: 12px; }

      /* CTA buttons — min 44px touch target */
      .cta-primary { font-size: 14px; padding: 13px 16px; min-height: 44px; }
      .cta-secondary { font-size: 13px; padding: 11px 14px; min-height: 44px; }
      .card-footer-cta { padding: 12px 14px; }

      /* Comparison table */
      .comp-table th { font-size: 11px; padding: 9px 8px; }
      .comp-table td { font-size: 12px; padding: 9px 8px; }

      /* Buying guide */
      .guide-h2 { font-size: 18px; }
      .guide-h3 { font-size: 15px; }
      .info-box { padding: 12px 14px; }
      .info-box p { font-size: 13px; }

      /* FAQ */
      .faq-q { font-size: 14px; padding: 14px 14px; min-height: 44px; }
      .faq-a { padding: 12px 14px; font-size: 13px; }

      /* Footer */
      .footer-grid { grid-template-columns: 1fr; gap: 20px; }
      .footer-bottom { flex-direction: column; text-align: center; gap: 6px; }

      /* Sidebar: single column */
      .sidebar { grid-template-columns: 1fr; }

      /* Section titles */
      .section-title { font-size: 17px; }

      /* Disclosure */
      .disclosure { font-size: 12px; padding: 10px 14px; }
    }

/* ── COMPARISON TABLE ────────────────────────── */
.comp-table-wrap {
  overflow-x: auto;
  margin: 28px 0;
  border-radius: 12px;
  border: 1px solid var(--border);
  -webkit-overflow-scrolling: touch;
}
.comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.comp-table tbody tr {
  transition: background-color 0.2s ease;
}
.comp-table tbody tr:hover {
  background-color: rgba(22, 163, 74, 0.02) !important;
}
.comp-table th {
  background: #0f172a;
  color: #f1f5f9;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 14px 12px;
  text-align: left;
  white-space: nowrap;
}
.comp-table th.col-cta { text-align: center; }
.comp-table td {
  padding: 16px 12px;
  border-bottom: 1px solid var(--border-light);
  vertical-align: middle;
}
.comp-row-featured {
  background: linear-gradient(90deg, rgba(245,158,11,.04), transparent);
}
.comp-row-featured td { border-bottom-color: rgba(245,158,11,.2); }
.comp-rank-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-alt);
  font-weight: 800;
  font-size: 13px;
  color: var(--text-muted);
}
.comp-rank-gold {
  background: var(--gold);
  color: #fff;
}
.comp-product {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 200px;
}
.comp-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}
.comp-name {
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  font-size: 13px;
}
.comp-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--primary-light);
  color: var(--primary-dark);
  border: 1px solid var(--primary-border);
  margin-top: 4px;
}
.comp-tech, .comp-area {
  color: var(--text-muted);
  font-size: 13px;
  white-space: nowrap;
}
.comp-score {
  white-space: nowrap;
}
.comp-score-val {
  font-size: 20px;
  font-weight: 900;
  color: var(--text);
}
.comp-score-max {
  font-size: 12px;
  color: var(--text-light);
}
.comp-cta {
  text-align: center;
  min-width: 120px;
}
.comp-cta-btn {
  padding: 8px 14px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  white-space: nowrap;
}
.comp-review-link {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
}
.comp-review-link:hover { color: var(--primary); }

/* ── METHODOLOGY SECTION ────────────────────── */
.methodology-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.methodology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.method-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.method-icon { font-size: 28px; margin-bottom: 10px; }
.method-title { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.method-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* Responsive */
@media (max-width: 768px) {
  .comp-table th,
  .comp-table td { padding: 10px 8px; font-size: 12px; }
  .comp-product { min-width: 140px; }
  .comp-img { width: 44px; height: 44px; }
  .comp-cta { min-width: 90px; }
  .comp-cta-btn { font-size: 11px; padding: 6px 10px; gap: 4px; }
  .comp-cta-btn .amazon-a { width: 16px; height: 16px; font-size: 12px; }
  .comp-score-val { font-size: 17px; }
  .methodology-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .comp-table th.col-tech,
  .comp-table td.comp-tech,
  .comp-table th.col-area,
  .comp-table td.comp-area { display: none; }
}

    /* === VERY SMALL (≤ 360px) === */
    @media (max-width: 360px) {
      .article-h1 { font-size: 17px; }
      .product-name { font-size: 15px; }
      .price-main { font-size: 19px; }
      .cta-primary { font-size: 13px; gap: 6px; }
      .cta-primary .amazon-a { width: 20px; height: 20px; font-size: 16px; }
      .card-topbar { flex-wrap: wrap; }
    }

/* ── FLOATING SHARE RESPONSIVE ──────────── */
@media (max-width: 480px) {
  .floating-share { bottom: 16px; right: 16px; gap: 10px; }
  .share-btn { width: 44px; height: 44px; }
  .share-btn--toggle { width: 52px; height: 52px; }
}