/* ============================================
   CRYPTO PASSIVE GUIDE - DISEÑO OSCURO
   ============================================ */

/* Variables globales */
:root {
    --gold: #c9a84c;
    --gold-light: #f0d080;
    --silver: #9ca3af;
    --silver-light: #e5e7eb;
    --lila: #6d28d9;
    --lila-light: #8b5cf6;
    --bg-main: #242424;
    --bg-header: #2a2a2a;
    --bg-card: #2c2c2c;
    --bg-footer: #1e1e1e;
    --bg-ticker: #202020;
    --border-card: #333333;
    --border-header: rgba(201,168,76,0.18);
}

/* Fondo principal */
body {
    background-color: var(--bg-main) !important;
    color: #e5e7eb !important;
}

/* Header */
.site-header {
    background-color: var(--bg-header) !important;
    border-bottom: 1px solid var(--border-header) !important;
}

/* Navegación */
.main-navigation a {
    color: var(--silver-light) !important;
}
.main-navigation a:hover {
    color: var(--gold) !important;
}

/* Logo */
.site-title a {
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* Cards y widgets */
.inside-article,
.widget,
.post-image {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    border-radius: 8px !important;
}

/* Títulos de artículos */
.entry-title a {
    color: var(--silver-light) !important;
}
.entry-title a:hover {
    color: var(--gold) !important;
}

/* Footer */
.site-footer {
    background-color: var(--bg-footer) !important;
    border-top: 1px solid var(--border-header) !important;
}
.site-footer a {
    color: var(--silver) !important;
}
.site-footer a:hover {
    color: var(--gold) !important;
}

/* Links generales */
a {
    color: var(--gold) !important;
}
a:hover {
    color: var(--gold-light) !important;
}
/* ============================================
   CRYPTO PASSIVE GUIDE - DISEÑO OSCURO
   ============================================ */

:root {
    --gold: #c9a84c;
    --gold-light: #f0d080;
    --silver: #9ca3af;
    --silver-light: #e5e7eb;
    --lila: #6d28d9;
    --lila-light: #8b5cf6;
    --bg-main: #242424;
    --bg-header: #2a2a2a;
    --bg-card: #2c2c2c;
    --bg-footer: #1e1e1e;
    --bg-ticker: #202020;
    --border-card: #333333;
    --border-header: rgba(201,168,76,0.18);
}

/* Fondo principal */
body,
.wp-site-blocks,
.site {
    background-color: #242424 !important;
    color: #e5e7eb !important;
}

/* Header */
.site-header,
#masthead,
header#masthead {
    background-color: #2a2a2a !important;
    border-bottom: 1px solid rgba(201,168,76,0.18) !important;
}

/* Navegación */
.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
nav.main-navigation a {
    color: #e5e7eb !important;
}

.main-navigation .main-nav ul li a:hover,
nav.main-navigation a:hover {
    color: #c9a84c !important;
}

/* Logo shimmer */
.site-title a,
.site-branding .site-title a {
    background: linear-gradient(90deg, #c9a84c, #f0d080, #c9a84c) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: shimmer 3s linear infinite !important;
    text-decoration: none !important;
}

@keyframes shimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* Contenido principal */
.site-content,
#content,
.content-area {
    background-color: #242424 !important;
}

/* Cards / artículos */
.inside-article {
    background-color: #2c2c2c !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

/* Títulos */
.entry-title a,
h1, h2, h3, h4, h5, h6 {
    color: #e5e7eb !important;
}

.entry-title a:hover {
    color: #c9a84c !important;
}

/* Links */
a {
    color: #c9a84c !important;
}
a:hover {
    color: #f0d080 !important;
}

/* Sidebar widgets */
.widget-area .widget,
aside .widget {
    background-color: #2c2c2c !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    padding: 16px !important;
    margin-bottom: 20px !important;
}

.widget-title {
    color: #c9a84c !important;
    border-bottom: 1px solid rgba(201,168,76,0.18) !important;
    padding-bottom: 8px !important;
}

/* Footer */
.site-footer,
#colophon {
    background-color: #1e1e1e !important;
    border-top: 1px solid rgba(201,168,76,0.18) !important;
    color: #9ca3af !important;
}

.site-footer a,
#colophon a {
    color: #9ca3af !important;
}

.site-footer a:hover,
#colophon a:hover {
    color: #c9a84c !important;
}

/* Meta info */
.entry-meta,
.entry-footer,
.posted-on,
.byline {
    color: #9ca3af !important;
}
/* Ticker */
.crypto-ticker {
    background-color: #202020 !important;
    border-bottom: 1px solid rgba(201,168,76,0.18) !important;
    padding: 7px 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    width: 100% !important;
}

.ticker-track {
    display: inline-block !important;
    animation: ticker-scroll 25s linear infinite !important;
}

.ticker-item {
    display: inline !important;
    font-size: 12px !important;
    color: #9ca3af !important;
    padding: 0 8px !important;
}

.ticker-item strong {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.ticker-item em {
    font-style: normal !important;
    font-size: 11px !important;
}

.ticker-item em.up { color: #22c55e !important; }
.ticker-item em.down { color: #ef4444 !important; }

.ticker-sep {
    color: #444 !important;
    padding: 0 4px !important;
}

@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.33%); }
}

/* Hero */
.crypto-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #242424 60%, #1e1e1e 100%);
    padding: 60px 40px 0px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(201,168,76,0.18);
}

.hero-coins {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
}

.floating-coin {
    position: absolute;
    font-size: 3rem;
    opacity: 0.08;
    animation: float 6s ease-in-out infinite;
}

.floating-coin:nth-child(1) { top: 15%; left: 8%; animation-delay: 0s; }
.floating-coin:nth-child(2) { top: 50%; left: 75%; animation-delay: 1.5s; }
.floating-coin:nth-child(3) { top: 25%; left: 55%; animation-delay: 3s; }
.floating-coin:nth-child(4) { top: 65%; left: 20%; animation-delay: 4.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(8deg); }
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.hero-tag {
    display: inline-block;
    background: rgba(109,40,217,0.3);
    border: 1px solid rgba(139,92,246,0.4);
    color: #8b5cf6;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    color: #e5e7eb !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
}

.hero-title .gold {
    background: linear-gradient(90deg, #c9a84c, #f0d080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title .lila {
    background: linear-gradient(90deg, #6d28d9, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    color: #9ca3af !important;
    font-size: 15px !important;
    margin-bottom: 28px !important;
    line-height: 1.6 !important;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #c9a84c, #f0d080) !important;
    color: #1a1a1a !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.hero-btn-secondary {
    background: rgba(255,255,255,0.05) !important;
    color: #e5e7eb !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 1px solid #444 !important;
    text-decoration: none !important;
}

/* Stats bar */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(201,168,76,0.18);
}

.stat-item {
    padding: 16px;
    text-align: center;
    border-right: 1px solid #333;
}

.stat-item:last-child { border-right: none; }

.stat-label {
    font-size: 10px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.stat-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e5e7eb;
    margin-bottom: 4px;
}

.stat-value.gold-text {
    background: linear-gradient(90deg, #c9a84c, #f0d080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-value.lila-text {
    background: linear-gradient(90deg, #6d28d9, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-sub {
    font-size: 11px;
    color: #6b7280;
}

/* Menú */
.main-navigation .main-nav ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.main-navigation .main-nav ul li a {
    font-size: 12px !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
}

.main-navigation .main-nav ul li a:hover {
    color: #c9a84c !important;
}

.main-navigation .main-nav ul li.current-menu-item > a {
    color: #c9a84c !important;
    border-bottom: 2px solid #c9a84c !important;
}

/* Sidebar */
.widget_recent_entries ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.widget_recent_entries ul li {
    padding: 10px 0 !important;
    border-bottom: none !important;
}

.widget_recent_entries ul li a {
    color: #9ca3af !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.widget-title {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #9ca3af !important;
    border-bottom: 1px solid #333 !important;
    padding-bottom: 8px !important;
    margin-bottom: 0 !important;
}

.newsletter-widget {
    background: linear-gradient(135deg, #6d28d9, #8b5cf6) !important;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
/* ============================================================
   CPG HOME REDESIGN — añadir al FINAL de crypto-style.css
   ============================================================ */

/* ── Variables ────────────────────────────────────────────── */
:root {
  --cpg-bg:       #1a1a1a;
  --cpg-surface:  #242424;
  --cpg-border:   #2e2e2e;
  --cpg-gold:     #c9a84c;
  --cpg-text:     #e8e2d9;
  --cpg-muted:    #9d9488;
  --cpg-faint:    #5a5550;
  --cpg-radius:   10px;
}

/* ── Contenedor y wrapper ─────────────────────────────────── */
.cpg-home-wrap { background: var(--cpg-bg); }

.cpg-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Badges de categoría ──────────────────────────────────── */
.cpg-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .6px;
  padding: 3px 9px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
}
.badge-crypto  { background: #1e3a5f; color: #60a5fa; }
.badge-passive { background: #14302a; color: #34d399; }
.badge-wallets { background: #2d1b4e; color: #a78bfa; }
.badge-tax     { background: #3b1c1c; color: #f87171; }
.badge-fire    { background: #3b2800; color: #fbbf24; }

/* ── Barras de progreso de categoría ─────────────────────── */
.cpg-cat-bar {
  height: 3px;
  background: var(--cpg-border);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
}
.cpg-cat-fill {
  height: 100%;
  border-radius: 2px;
  transition: width .6s ease;
}
.bar-crypto  { background: #3b82f6; }
.bar-passive { background: #10b981; }
.bar-wallets { background: #8b5cf6; }
.bar-tax     { background: #ef4444; }
.bar-fire    { background: #f59e0b; }

.cpg-bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--cpg-faint);
  margin-top: 4px;
}

/* ── Cabeceras de sección ─────────────────────────────────── */
.cpg-section-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cpg-border);
}
.cpg-section-ttl {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--cpg-text);
  letter-spacing: .4px;
  margin: 0;
}
.cpg-section-ttl span { color: var(--cpg-gold); }
.cpg-see-all {
  font-size: 11px;
  font-weight: 700;
  color: var(--cpg-gold);
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  transition: opacity .2s;
}
.cpg-see-all:hover { opacity: .65; }
.cpg-panel-label {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cpg-gold);
  margin-bottom: 10px;
}

/* ══════════════════════════════════════════════════════════
   HERO + RECIENTES
   ══════════════════════════════════════════════════════════ */
.cpg-hero-section { padding: 32px 0 24px; }

.cpg-hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  align-items: start;
}

/* Hero principal */
.cpg-hero-main {
  position: relative;
  border-radius: var(--cpg-radius);
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #0d2137;
  background-size: cover;
  background-position: center;
}
.cpg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18,18,18,.97) 0%,
    rgba(18,18,18,.55) 50%,
    rgba(18,18,18,.1) 100%
  );
  z-index: 1;
}
.cpg-hero-content {
  position: relative;
  z-index: 2;
  padding: 28px;
}
.cpg-hero-content .cpg-badge { margin-bottom: 12px; }
.cpg-hero-title {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #f5f0e8;
  margin: 0 0 12px;
}
.cpg-hero-title a { color: inherit; text-decoration: none; transition: color .2s; }
.cpg-hero-title a:hover { color: var(--cpg-gold); }
.cpg-hero-excerpt {
  font-size: 14px;
  color: var(--cpg-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}
.cpg-hero-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--cpg-faint);
  margin-bottom: 18px;
}
.cpg-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--cpg-gold);
  display: inline-block;
  flex-shrink: 0;
}
.cpg-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cpg-gold);
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  letter-spacing: .5px;
  transition: background .2s, transform .15s;
}
.cpg-read-btn:hover {
  background: #dbbe68;
  transform: translateY(-1px);
  color: #1a1a1a;
}

/* Panel recientes */
.cpg-recent-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpg-recent-card {
  background: var(--cpg-surface);
  border: 1px solid var(--cpg-border);
  border-radius: 8px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 12px;
  align-items: start;
  transition: border-color .2s, transform .2s;
  text-decoration: none;
}
.cpg-recent-card:hover {
  border-color: rgba(201,168,76,.35);
  transform: translateY(-2px);
}
.cpg-recent-thumb {
  width: 68px; height: 68px;
  border-radius: 7px;
  background: #0d2137;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
}
.cpg-thumb-icon { font-size: 24px; color: rgba(201,168,76,.35); }
.cpg-recent-info .cpg-badge { margin-bottom: 6px; }
.cpg-recent-title {
  font-family: 'Syne', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--cpg-text);
  margin: 5px 0 0;
}
.cpg-recent-title a { color: inherit; text-decoration: none; transition: color .2s; }
.cpg-recent-title a:hover { color: var(--cpg-gold); }

/* ══════════════════════════════════════════════════════════
   LATEST GUIDES + SIDEBAR
   ══════════════════════════════════════════════════════════ */
.cpg-body-section { padding: 8px 0 52px; }

.cpg-body-grid {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 32px;
  align-items: start;
}

/* Grid de guías */
.cpg-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cpg-guide-card {
  background: var(--cpg-surface);
  border: 1px solid var(--cpg-border);
  border-radius: var(--cpg-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s, border-color .2s;
}
.cpg-guide-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,168,76,.3);
}
.cpg-guide-thumb {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d2137;
  text-decoration: none;
  overflow: hidden;
  flex-shrink: 0;
}
.cpg-guide-thumb .cpg-thumb-icon { font-size: 38px; }
.cpg-guide-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cpg-guide-body .cpg-badge { margin-bottom: 8px; }
.cpg-guide-title {
  font-family: 'Syne', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--cpg-text);
  margin: 0 0 8px;
  flex: 1;
}
.cpg-guide-title a { color: inherit; text-decoration: none; transition: color .2s; }
.cpg-guide-title a:hover { color: var(--cpg-gold); }
.cpg-guide-meta {
  font-size: 10.5px;
  color: var(--cpg-faint);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}

/* Barra afiliados */
.cpg-aff-bar {
  margin-top: 20px;
  background: #1f1a0d;
  border: 1px solid #3a2e0a;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cpg-aff-label {
  font-size: 10px;
  color: var(--cpg-faint);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
.cpg-aff-btn {
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  color: var(--cpg-gold);
  text-decoration: none;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.cpg-aff-btn:hover {
  background: rgba(201,168,76,.25);
  transform: translateY(-1px);
  color: var(--cpg-gold);
}

/* Sidebar Trending */
.cpg-sidebar { position: sticky; top: 90px; }
.cpg-trending-list { list-style: none; padding: 0; margin: 0; }
.cpg-trending-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #252525;
}
.cpg-trending-item:last-child { border-bottom: none; }
.cpg-trending-num {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #2e2e2e;
  line-height: 1;
  min-width: 28px;
  flex-shrink: 0;
}
.cpg-trending-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--cpg-muted);
  line-height: 1.45;
  text-decoration: none;
  display: block;
  transition: color .2s;
}
.cpg-trending-title:hover { color: var(--cpg-gold); }

/* Newsletter widget */
.cpg-nl-box {
  margin-top: 20px;
  background: var(--cpg-surface);
  border: 1px solid var(--cpg-border);
  border-radius: var(--cpg-radius);
  padding: 16px;
}
.cpg-nl-title {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--cpg-text);
  margin: 0 0 4px;
}
.cpg-nl-sub {
  font-size: 11.5px;
  color: var(--cpg-faint);
  line-height: 1.5;
  margin: 0 0 12px;
}
.cpg-nl-form { display: flex; flex-direction: column; gap: 8px; }
.cpg-nl-form input[type="email"] {
  background: #1a1a1a;
  border: 1px solid var(--cpg-border);
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 12px;
  color: var(--cpg-text);
  outline: none;
  font-family: 'DM Sans', sans-serif;
  transition: border-color .2s;
  width: 100%;
}
.cpg-nl-form input[type="email"]:focus { border-color: rgba(201,168,76,.5); }
.cpg-nl-form input[type="email"]::placeholder { color: var(--cpg-faint); }
.cpg-nl-form button {
  background: var(--cpg-gold);
  color: #1a1a1a;
  border: none;
  border-radius: 6px;
  padding: 9px;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  cursor: pointer;
  transition: background .2s;
}
.cpg-nl-form button:hover { background: #dbbe68; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .cpg-hero-grid   { grid-template-columns: 1fr 300px; }
  .cpg-body-grid   { grid-template-columns: 1fr 200px; gap: 20px; }
  .cpg-guides-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .cpg-hero-grid { grid-template-columns: 1fr; }
  .cpg-hero-main { min-height: 320px; }
  .cpg-body-grid { grid-template-columns: 1fr; }
  .cpg-sidebar   { position: static; }
  .cpg-guides-grid { grid-template-columns: repeat(2, 1fr); }
  .cpg-aff-bar   { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .cpg-hero-title  { font-size: 22px; }
  .cpg-guides-grid { grid-template-columns: 1fr; }
  .cpg-container   { padding: 0 16px; }
}
/* ============================================================
   CPG HOME REDESIGN — añadir al FINAL de crypto-style.css
   ============================================================ */
 
/* ── Variables ────────────────────────────────────────────── */
:root {
  --cpg-bg:       #1a1a1a;
  --cpg-surface:  #242424;
  --cpg-border:   #2e2e2e;
  --cpg-gold:     #c9a84c;
  --cpg-text:     #e8e2d9;
  --cpg-muted:    #9d9488;
  --cpg-faint:    #5a5550;
  --cpg-radius:   10px;
}
 
/* ── Contenedor y wrapper ─────────────────────────────────── */
.cpg-home-wrap { background: var(--cpg-bg); }
 
.cpg-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
 
/* ── Badges de categoría ──────────────────────────────────── */
.cpg-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .6px;
  padding: 3px 9px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
}
.badge-crypto  { background: #1e3a5f; color: #60a5fa; }
.badge-passive { background: #14302a; color: #34d399; }
.badge-wallets { background: #2d1b4e; color: #a78bfa; }
.badge-tax     { background: #3b1c1c; color: #f87171; }
.badge-fire    { background: #3b2800; color: #fbbf24; }
 
/* ── Barras de progreso de categoría ─────────────────────── */
.cpg-cat-bar {
  height: 3px;
  background: var(--cpg-border);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
}
.cpg-cat-fill {
  height: 100%;
  border-radius: 2px;
  transition: width .6s ease;
}
.bar-crypto  { background: #3b82f6; }
.bar-passive { background: #10b981; }
.bar-wallets { background: #8b5cf6; }
.bar-tax     { background: #ef4444; }
.bar-fire    { background: #f59e0b; }
 
.cpg-bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--cpg-faint);
  margin-top: 4px;
}
 
/* ── Cabeceras de sección ─────────────────────────────────── */
.cpg-section-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cpg-border);
}
.cpg-section-ttl {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--cpg-text);
  letter-spacing: .4px;
  margin: 0;
}
.cpg-section-ttl span { color: var(--cpg-gold); }
.cpg-see-all {
  font-size: 11px;
  font-weight: 700;
  color: var(--cpg-gold);
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  transition: opacity .2s;
}
.cpg-see-all:hover { opacity: .65; }
.cpg-panel-label {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cpg-gold);
  margin-bottom: 10px;
}
 
/* ══════════════════════════════════════════════════════════
   HERO + RECIENTES
   ══════════════════════════════════════════════════════════ */
.cpg-hero-section { padding: 32px 0 24px; }
 
.cpg-hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  align-items: start;
}
 
/* Hero principal */
.cpg-hero-main {
  position: relative;
  border-radius: var(--cpg-radius);
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #0d2137;
  background-size: cover;
  background-position: center;
}
.cpg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18,18,18,.97) 0%,
    rgba(18,18,18,.55) 50%,
    rgba(18,18,18,.1) 100%
  );
  z-index: 1;
}
.cpg-hero-content {
  position: relative;
  z-index: 2;
  padding: 28px;
}
.cpg-hero-content .cpg-badge { margin-bottom: 12px; }
.cpg-hero-title {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #f5f0e8;
  margin: 0 0 12px;
}
.cpg-hero-title a { color: inherit; text-decoration: none; transition: color .2s; }
.cpg-hero-title a:hover { color: var(--cpg-gold); }
.cpg-hero-excerpt {
  font-size: 14px;
  color: var(--cpg-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}
.cpg-hero-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--cpg-faint);
  margin-bottom: 18px;
}
.cpg-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--cpg-gold);
  display: inline-block;
  flex-shrink: 0;
}
.cpg-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cpg-gold);
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  letter-spacing: .5px;
  transition: background .2s, transform .15s;
}
.cpg-read-btn:hover {
  background: #dbbe68;
  transform: translateY(-1px);
  color: #1a1a1a;
}
 
/* Panel recientes */
.cpg-recent-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpg-recent-card {
  background: var(--cpg-surface);
  border: 1px solid var(--cpg-border);
  border-radius: 8px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 12px;
  align-items: start;
  transition: border-color .2s, transform .2s;
  text-decoration: none;
}
.cpg-recent-card:hover {
  border-color: rgba(201,168,76,.35);
  transform: translateY(-2px);
}
.cpg-recent-thumb {
  width: 68px; height: 68px;
  border-radius: 7px;
  background: #0d2137;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
}
.cpg-thumb-icon { font-size: 24px; color: rgba(201,168,76,.35); }
.cpg-recent-info .cpg-badge { margin-bottom: 6px; }
.cpg-recent-title {
  font-family: 'Syne', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--cpg-text);
  margin: 5px 0 0;
}
.cpg-recent-title a { color: inherit; text-decoration: none; transition: color .2s; }
.cpg-recent-title a:hover { color: var(--cpg-gold); }
 
/* ══════════════════════════════════════════════════════════
   LATEST GUIDES + SIDEBAR
   ══════════════════════════════════════════════════════════ */
.cpg-body-section { padding: 8px 0 52px; }
 
.cpg-body-grid {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 32px;
  align-items: start;
}
 
/* Grid de guías */
.cpg-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cpg-guide-card {
  background: var(--cpg-surface);
  border: 1px solid var(--cpg-border);
  border-radius: var(--cpg-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s, border-color .2s;
}
.cpg-guide-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,168,76,.3);
}
.cpg-guide-thumb {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d2137;
  text-decoration: none;
  overflow: hidden;
  flex-shrink: 0;
}
.cpg-guide-thumb .cpg-thumb-icon { font-size: 38px; }
.cpg-guide-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cpg-guide-body .cpg-badge { margin-bottom: 8px; }
.cpg-guide-title {
  font-family: 'Syne', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--cpg-text);
  margin: 0 0 8px;
  flex: 1;
}
.cpg-guide-title a { color: inherit; text-decoration: none; transition: color .2s; }
.cpg-guide-title a:hover { color: var(--cpg-gold); }
.cpg-guide-meta {
  font-size: 10.5px;
  color: var(--cpg-faint);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}
 
/* Barra afiliados */
.cpg-aff-bar {
  margin-top: 20px;
  background: #1f1a0d;
  border: 1px solid #3a2e0a;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cpg-aff-label {
  font-size: 10px;
  color: var(--cpg-faint);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
.cpg-aff-btn {
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  color: var(--cpg-gold);
  text-decoration: none;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.cpg-aff-btn:hover {
  background: rgba(201,168,76,.25);
  transform: translateY(-1px);
  color: var(--cpg-gold);
}
 
/* Sidebar Trending */
.cpg-sidebar { position: sticky; top: 90px; }
.cpg-trending-list { list-style: none; padding: 0; margin: 0; }
.cpg-trending-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #252525;
}
.cpg-trending-item:last-child { border-bottom: none; }
.cpg-trending-num {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #2e2e2e;
  line-height: 1;
  min-width: 28px;
  flex-shrink: 0;
}
.cpg-trending-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--cpg-muted);
  line-height: 1.45;
  text-decoration: none;
  display: block;
  transition: color .2s;
}
.cpg-trending-title:hover { color: var(--cpg-gold); }
 
/* Newsletter widget */
.cpg-nl-box {
  margin-top: 20px;
  background: var(--cpg-surface);
  border: 1px solid var(--cpg-border);
  border-radius: var(--cpg-radius);
  padding: 16px;
}
.cpg-nl-title {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--cpg-text);
  margin: 0 0 4px;
}
.cpg-nl-sub {
  font-size: 11.5px;
  color: var(--cpg-faint);
  line-height: 1.5;
  margin: 0 0 12px;
}
.cpg-nl-form { display: flex; flex-direction: column; gap: 8px; }
.cpg-nl-form input[type="email"] {
  background: #1a1a1a;
  border: 1px solid var(--cpg-border);
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 12px;
  color: var(--cpg-text);
  outline: none;
  font-family: 'DM Sans', sans-serif;
  transition: border-color .2s;
  width: 100%;
}
.cpg-nl-form input[type="email"]:focus { border-color: rgba(201,168,76,.5); }
.cpg-nl-form input[type="email"]::placeholder { color: var(--cpg-faint); }
.cpg-nl-form button {
  background: var(--cpg-gold);
  color: #1a1a1a;
  border: none;
  border-radius: 6px;
  padding: 9px;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  cursor: pointer;
  transition: background .2s;
}
.cpg-nl-form button:hover { background: #dbbe68; }
 
/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .cpg-hero-grid   { grid-template-columns: 1fr 300px; }
  .cpg-body-grid   { grid-template-columns: 1fr 200px; gap: 20px; }
  .cpg-guides-grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 768px) {
  .cpg-hero-grid { grid-template-columns: 1fr; }
  .cpg-hero-main { min-height: 320px; }
  .cpg-body-grid { grid-template-columns: 1fr; }
  .cpg-sidebar   { position: static; }
  .cpg-guides-grid { grid-template-columns: repeat(2, 1fr); }
  .cpg-aff-bar   { flex-direction: column; align-items: flex-start; }
}
 
@media (max-width: 480px) {
  .cpg-hero-title  { font-size: 22px; }
  .cpg-guides-grid { grid-template-columns: 1fr; }
  .cpg-container   { padding: 0 16px; }
}
 
/* ── CORRECCIONES v2 ──────────────────────────────────────── */
 
/* Título hero en blanco, no dorado */
.cpg-hero-title,
.cpg-hero-title a {
  color: #f5f0e8 !important;
}
.cpg-hero-title a:hover { color: var(--cpg-gold) !important; }
 
/* Hero: fondo oscuro estilo antiguo (sin imagen) */
.cpg-hero-main {
  background: linear-gradient(135deg, #0d1a2e 0%, #111827 40%, #1a0d2e 100%) !important;
  background-image: none !important;
  overflow: hidden;
}
 
/* Monedas flotantes decorativas */
.cpg-hero-coins {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.cpg-coin {
  position: absolute;
  font-size: 90px;
  color: rgba(201,168,76,.06);
  font-weight: 900;
  line-height: 1;
  animation: cpg-float 8s ease-in-out infinite;
  font-family: 'Syne', sans-serif;
}
.cpg-coin:nth-child(1) { top: 8%;  left: 5%;  font-size: 100px; animation-delay: 0s; }
.cpg-coin:nth-child(2) { top: 50%; right: 8%; font-size: 80px;  animation-delay: 2s; }
.cpg-coin:nth-child(3) { bottom: 12%; left: 30%; font-size: 70px; animation-delay: 4s; }
.cpg-coin:nth-child(4) { top: 20%; right: 25%; font-size: 60px; animation-delay: 6s; }
 
@keyframes cpg-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50%       { transform: translateY(-14px) rotate(5deg); }
}
 
/* El overlay sobre el fondo oscuro (más sutil) */
.cpg-hero-main .cpg-hero-overlay {
  background: linear-gradient(
    to top,
    rgba(10,10,20,.85) 0%,
    rgba(10,10,20,.3) 60%,
    rgba(10,10,20,.0) 100%
  );
}
 
/* El contenido del hero sobre las monedas */
.cpg-hero-content { position: relative; z-index: 2; }
/* ============================================================
   CPG PATCH v3 — pegar al FINAL de crypto-style.css
   ============================================================ */

/* ── 1. TODO EL TEXTO EN BLANCO (quita el dorado de labels) ── */
.cpg-section-ttl,
.cpg-section-ttl span,
.cpg-panel-label,
.cpg-trending-title,
.cpg-guide-title,
.cpg-guide-title a,
.cpg-recent-title,
.cpg-recent-title a,
.cpg-hero-excerpt,
.cpg-guide-meta,
.cpg-bar-labels,
.cpg-nl-title,
.cpg-nl-sub,
.cpg-aff-label {
  color: #e8e2d9 !important;
}

/* Muted secundario en gris suave (no dorado) */
.cpg-hero-meta,
.cpg-bar-labels,
.cpg-guide-meta,
.cpg-nl-sub,
.cpg-aff-label {
  color: #6b6460 !important;
}

/* "View All →" y "See All" se quedan en dorado — son CTAs */
.cpg-see-all { color: var(--cpg-gold) !important; }

/* Botón Read Guide — texto visible */
.cpg-read-btn {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .3px !important;
}

/* ── 2. HERO TÍTULO: más pequeño y limpio ─────────────────── */
.cpg-hero-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: -.2px !important;
  color: #f5f0e8 !important;
  margin-bottom: 10px !important;
}
.cpg-hero-title a {
  color: #f5f0e8 !important;
  font-weight: 500 !important;
}
.cpg-hero-title a:hover { color: var(--cpg-gold) !important; }

/* Excerpt del hero también más ligero */
.cpg-hero-excerpt {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #8a8480 !important;
  line-height: 1.7 !important;
}

/* ── 3. PANEL RECIENTES — fondo más oscuro ────────────────── */
.cpg-recent-panel {
  background: #161616 !important;
  border: 1px solid #222 !important;
  border-radius: 10px !important;
  padding: 14px 12px !important;
}

/* Cards dentro del panel aún más oscuras */
.cpg-recent-card {
  background: #1c1c1c !important;
  border-color: #272727 !important;
}

/* Título de cards recientes en blanco suave */
.cpg-recent-title a { color: #d4cfc8 !important; }
.cpg-recent-title a:hover { color: var(--cpg-gold) !important; }

/* ── 4. GUIDE CARDS — títulos blancos ─────────────────────── */
.cpg-guide-title a { color: #d4cfc8 !important; }
.cpg-guide-title a:hover { color: var(--cpg-gold) !important; }

/* ── 5. TRENDING — títulos blancos ───────────────────────── */
.cpg-trending-title { color: #8a8480 !important; }
.cpg-trending-title:hover { color: var(--cpg-gold) !important; }
.cpg-trending-num { color: #2a2a2a !important; }
/* ============================================================
   CPG PATCH v3 — pegar al FINAL de crypto-style.css
   ============================================================ */

/* ── 1. TODO EL TEXTO EN BLANCO (quita el dorado de labels) ── */
.cpg-section-ttl,
.cpg-section-ttl span,
.cpg-panel-label,
.cpg-trending-title,
.cpg-guide-title,
.cpg-guide-title a,
.cpg-recent-title,
.cpg-recent-title a,
.cpg-hero-excerpt,
.cpg-guide-meta,
.cpg-bar-labels,
.cpg-nl-title,
.cpg-nl-sub,
.cpg-aff-label {
  color: #e8e2d9 !important;
}

/* Muted secundario en gris suave (no dorado) */
.cpg-hero-meta,
.cpg-bar-labels,
.cpg-guide-meta,
.cpg-nl-sub,
.cpg-aff-label {
  color: #6b6460 !important;
}

/* "View All →" y "See All" se quedan en dorado — son CTAs */
.cpg-see-all { color: var(--cpg-gold) !important; }

/* Botón Read Guide — texto visible */
.cpg-read-btn {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .3px !important;
}

/* ── 2. HERO TÍTULO: más pequeño y limpio ─────────────────── */
.cpg-hero-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: -.2px !important;
  color: #f5f0e8 !important;
  margin-bottom: 10px !important;
}
.cpg-hero-title a {
  color: #f5f0e8 !important;
  font-weight: 500 !important;
}
.cpg-hero-title a:hover { color: var(--cpg-gold) !important; }

/* Excerpt del hero también más ligero */
.cpg-hero-excerpt {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #8a8480 !important;
  line-height: 1.7 !important;
}

/* ── 3. PANEL RECIENTES — fondo más oscuro ────────────────── */
.cpg-recent-panel {
  background: #161616 !important;
  border: 1px solid #222 !important;
  border-radius: 10px !important;
  padding: 14px 12px !important;
}

/* Cards dentro del panel aún más oscuras */
.cpg-recent-card {
  background: #1c1c1c !important;
  border-color: #272727 !important;
}

/* Título de cards recientes en blanco suave */
.cpg-recent-title a { color: #d4cfc8 !important; }
.cpg-recent-title a:hover { color: var(--cpg-gold) !important; }

/* ── 4. GUIDE CARDS — títulos blancos ─────────────────────── */
.cpg-guide-title a { color: #d4cfc8 !important; }
.cpg-guide-title a:hover { color: var(--cpg-gold) !important; }

/* ── 5. TRENDING — títulos blancos ───────────────────────── */
.cpg-trending-title { color: #8a8480 !important; }
.cpg-trending-title:hover { color: var(--cpg-gold) !important; }
.cpg-trending-num { color: #2a2a2a !important; }

/* ── Stats row dentro del hero ───────────────────────────── */
.cpg-stats-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.cpg-stat {
  flex: 1;
  text-align: center;
}
.cpg-stat-val {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #f5f0e8;
  line-height: 1;
  margin-bottom: 4px;
}
.cpg-stat-val.cpg-gold { color: #c9a84c; }
.cpg-stat-val.cpg-lila { color: #a78bfa; }
.cpg-stat-lbl {
  font-size: 9px;
  color: #5a5550;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.cpg-stat-sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,.08);
  flex-shrink: 0;
}
/* Fix stats row visible */
.cpg-hero-main { overflow: visible !important; }
.cpg-hero-coins { overflow: hidden; position: absolute; inset: 0; border-radius: 10px; }
.cpg-hero-main { min-height: 480px !important; }
/* Stats row — tipografía limpia */
.cpg-stat-val {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
}
.cpg-stat-lbl {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  color: #4a4540 !important;
}
/* Paginación — ocupa toda la fila, fondo oscuro */
.pagination,
.posts-navigation,
nav.navigation {
  grid-column: 1 / -1 !important;
  background: transparent !important;
  width: 100% !important;
  clear: both !important;
}
.nav-links {
  background: transparent !important;
  display: flex !important;
  gap: 6px !important;
  align-items: center !important;
  padding: 16px 0 !important;
}
.page-numbers {
  background: #242424 !important;
  color: #e8e2d9 !important;
  border: 1px solid #2e2e2e !important;
  padding: 6px 12px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  font-size: 13px !important;
}
.page-numbers.current {
  background: #c9a84c !important;
  color: #1a1a1a !important;
  border-color: #c9a84c !important;
}
.page-numbers:hover {
  border-color: #c9a84c !important;
  color: #c9a84c !important;
}
/* Paginación forzada oscura y debajo */
body.home .site-main,
body.home .site-main > nav,
body.home .site-main > .navigation,
body.home nav.navigation.pagination {
  background: #1a1a1a !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
}
.nav-links {
  background: transparent !important;
}
/* Sección de comentarios — fondo oscuro */
#comments,
.comment-respond,
.comment-form,
.comment-list {
  background: #1e1e1e !important;
  color: #e8e2d9 !important;
  border-radius: 8px !important;
  padding: 24px !important;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  background: #141414 !important;
  border: 1px solid #2e2e2e !important;
  color: #e8e2d9 !important;
  border-radius: 6px !important;
}
.comment-form textarea::placeholder,
.comment-form input::placeholder {
  color: #5a5550 !important;
}
.comment-respond h3,
#reply-title,
.comment-form label {
  color: #e8e2d9 !important;
}
p.logged-in-as,
p.logged-in-as a {
  color: #6b6460 !important;
}
p.logged-in-as a:hover { color: var(--cpg-gold) !important; }
.submit,
input[type="submit"] {
  background: #c9a84c !important;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}
.submit:hover { background: #dbbe68 !important; }
/* Comentarios — sin recuadro blanco */
#comments,
.comment-respond,
.comment-form,
.comment-list {
  background: transparent !important;
  border: none !important;
  border-top: 1px solid #2e2e2e !important;
  border-radius: 0 !important;
  padding: 28px 0 !important;
}
/* Fondo blanco del contenedor de artículo */
.entry-content,
.post-content,
.site-main .entry,
.site-main article,
.singular .entry,
#comments-title {
  background: transparent !important;
}
.comments-area {
  background: transparent !important;
  border: none !important;
}
/* Wrapper exterior blanco */
body.single .site-main,
body.single #primary,
body.single #content {
  background: transparent !important;
}
/* ── ARTÍCULO — mejora visual completa ───────────────────── */

/* Tipografía base */
.entry-content {
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #d4cfc8 !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* Párrafos */
.entry-content p {
  margin-bottom: 1.6rem !important;
  max-width: 72ch !important;
}

/* H2 con acento dorado */
.entry-content h2 {
  font-family: 'Syne', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #f5f0e8 !important;
  margin: 2.4rem 0 1rem !important;
  padding-left: 16px !important;
  border-left: 3px solid #c9a84c !important;
  line-height: 1.3 !important;
}

/* H3 con acento lila */
.entry-content h3 {
  font-family: 'Syne', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #f5f0e8 !important;
  margin: 2rem 0 .8rem !important;
  padding-left: 14px !important;
  border-left: 3px solid #6d28d9 !important;
  line-height: 1.3 !important;
}

/* H4 */
.entry-content h4 {
  font-family: 'Syne', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #c9a84c !important;
  margin: 1.6rem 0 .6rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* Listas con bullets dorados */
.entry-content ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 1.6rem !important;
}
.entry-content ul li {
  padding-left: 20px !important;
  position: relative !important;
  margin-bottom: .5rem !important;
}
.entry-content ul li::before {
  content: '▸' !important;
  color: #c9a84c !important;
  position: absolute !important;
  left: 0 !important;
  font-size: 12px !important;
  top: 4px !important;
}

/* Listas numeradas */
.entry-content ol {
  padding-left: 20px !important;
  margin-bottom: 1.6rem !important;
}
.entry-content ol li {
  margin-bottom: .5rem !important;
  padding-left: 6px !important;
}
.entry-content ol li::marker {
  color: #c9a84c !important;
  font-weight: 700 !important;
}

/* Links */
.entry-content a {
  color: #c9a84c !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(201,168,76,.3) !important;
  text-underline-offset: 3px !important;
  transition: color .2s !important;
}
.entry-content a:hover {
  color: #dbbe68 !important;
  text-decoration-color: #c9a84c !important;
}

/* Blockquote */
.entry-content blockquote {
  background: #1e1a2e !important;
  border-left: 4px solid #6d28d9 !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 20px 24px !important;
  margin: 2rem 0 !important;
  color: #b8b0c8 !important;
  font-style: italic !important;
}

/* Strong / bold */
.entry-content strong {
  color: #f5f0e8 !important;
  font-weight: 600 !important;
}

/* Tablas */
.entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 1.6rem 0 !important;
  font-size: 14px !important;
}
.entry-content th {
  background: #1e1a2e !important;
  color: #c9a84c !important;
  padding: 10px 14px !important;
  text-align: left !important;
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #6d28d9 !important;
}
.entry-content td {
  padding: 10px 14px !important;
  border-bottom: 1px solid #2e2e2e !important;
  color: #d4cfc8 !important;
}
.entry-content tr:hover td {
  background: #1e1e1e !important;
}

/* Código inline */
.entry-content code {
  background: #1e1a2e !important;
  color: #a78bfa !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
}
/* Texto del artículo — todo blanco, sin dorado */
.entry-content,
.entry-content p,
.entry-content li {
  color: #e8e2d9 !important;
}
/* Texto dentro de botones de colores en el artículo */
.entry-content a[style],
.entry-content a.button,
.entry-content .wp-block-button__link {
  color: #ffffff !important;
  text-decoration: none !important;
}
/* Formulario Hostinger Reach — estilo oscuro */
.hs-reach-form,
.reach-form-wrapper,
[class*="reach-"] input[type="email"],
.sidebar .wp-block-hostinger-reach-subscription-form input {
  background: #141414 !important;
  border: 1px solid #2e2e2e !important;
  color: #e8e2d9 !important;
  border-radius: 6px !important;
  padding: 9px 12px !important;
  width: 100% !important;
  font-family: 'DM Sans', sans-serif !important;
}
[class*="reach-"] button,
.sidebar .wp-block-hostinger-reach-subscription-form button {
  background: #c9a84c !important;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-family: 'Syne', sans-serif !important;
  width: 100% !important;
  padding: 9px !important;
  margin-top: 8px !important;
  cursor: pointer !important;
}
/* Newsletter sidebar form */
.cpg-nl-input {
  background: #141414 !important;
  border: 1px solid #2e2e2e !important;
  color: #e8e2d9 !important;
  border-radius: 6px !important;
  padding: 9px 12px !important;
  width: 100% !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  display: block !important;
  margin-bottom: 8px !important;
  box-sizing: border-box !important;
}
.cpg-nl-input::placeholder { color: #4a4540 !important; }
.cpg-nl-btn {
  background: #c9a84c !important;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 9px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: 'Syne', sans-serif !important;
  width: 100% !important;
  cursor: pointer !important;
}
.cpg-nl-btn:hover { background: #dbbe68 !important; }
/* Trending — números más visibles y tipografía limpia */
.cpg-trending-num {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #c9a84c !important;
  min-width: 22px !important;
  line-height: 1.4 !important;
}
.cpg-trending-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #9d9488 !important;
}
.cpg-trending-num { color: #e8e2d9 !important; }
/* Quitar barras de progreso */
.cpg-cat-bar, .cpg-cat-fill, .cpg-bar-labels,
.cpg-guide-bar, .bar-row { display: none !important; }
/* Badges rediseñados */
.badge-passive, .badge-crypto {
  background: rgba(201,168,76,.15) !important;
  color: #c9a84c !important;
}
.badge-tax {
  background: rgba(156,163,175,.15) !important;
  color: #9ca3af !important;
}
.badge-fire {
  background: rgba(139,92,246,.15) !important;
  color: #8b5cf6 !important;
}
.badge-wallets {
  background: rgba(139,92,246,.15) !important;
  color: #8b5cf6 !important;
}
/* Fix badges grid home */
[class*="badge-passive"],
.cpg-guide-body .badge-passive,
.cpg-recent-info .badge-passive {
  background: rgba(201,168,76,.15) !important;
  color: #c9a84c !important;
  border: 1px solid rgba(201,168,76,.3) !important;
}
[class*="badge-tax"],
.cpg-guide-body .badge-tax,
.cpg-recent-info .badge-tax {
  background: rgba(156,163,175,.15) !important;
  color: #9ca3af !important;
  border: 1px solid rgba(156,163,175,.3) !important;
}