/* kw_ranking_landings - hub-1.css (v1.11.0)
 * Página índice /rankings/{categoría}. Fichero numerado: el nombre cambia con
 * cada versión para que ningún caché sirva uno viejo. Prefijo .kw-hub. */

.kw-hub { max-width: 1200px; margin: 0 auto; padding: 16px 16px 48px; color: #1d1d1b; }

.kw-hub__hero { text-align: center; padding: 24px 0 28px; border-bottom: 1px solid #ece7da; margin-bottom: 28px; }
.kw-hub__kicker { margin: 0 0 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #9a8651; font-weight: 600; }
.kw-hub__title { margin: 0 0 12px; font-size: 28px; line-height: 1.2; font-weight: 700; }
.kw-hub__lead { margin: 0 auto 20px; max-width: 640px; font-size: 15px; line-height: 1.5; color: #5a5a55; }
.kw-hub__ctas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.kw-hub__cta { display: inline-block; padding: 11px 18px; border-radius: 999px; border: 1px solid #c4b27b; color: #1d1d1b; text-decoration: none; font-size: 14px; font-weight: 600; }
.kw-hub__cta:hover { background: #f7f3e8; text-decoration: none; color: #1d1d1b; }
.kw-hub__cta--main { background: #1d1d1b; border-color: #1d1d1b; color: #fff; }
.kw-hub__cta--main:hover { background: #333; color: #fff; }

.kw-hub__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 640px) { .kw-hub__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .kw-hub__grid { grid-template-columns: repeat(3, 1fr); } .kw-hub__title { font-size: 34px; } }

.kw-hub__card { border: 1px solid #ece7da; border-radius: 12px; background: #fff; display: flex; flex-direction: column; overflow: hidden; }
.kw-hub__card-main { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 16px; color: inherit; text-decoration: none; flex: 1; }
.kw-hub__card-main:hover { background: #fcfaf5; text-decoration: none; color: inherit; }

.kw-hub__pos { position: absolute; top: 12px; right: 14px; font-size: 13px; font-weight: 700; color: #8a8a84; }
.kw-hub__pos--top { color: #9a8651; }

.kw-hub__brand { display: flex; align-items: center; gap: 12px; padding-right: 28px; }
.kw-hub__logo { width: 48px; height: 48px; object-fit: contain; border-radius: 8px; background: #f7f5ef; flex: 0 0 48px; }
.kw-hub__logo--txt { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: #9a8651; }
.kw-hub__name { font-size: 17px; font-weight: 700; line-height: 1.25; }

.kw-hub__top { display: flex; align-items: center; gap: 10px; background: #f7f5ef; border-radius: 8px; padding: 8px; }
.kw-hub__top img { width: 48px; height: 48px; object-fit: contain; background: #fff; border-radius: 6px; flex: 0 0 48px; }
.kw-hub__top-txt { display: flex; flex-direction: column; min-width: 0; }
.kw-hub__top-label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #9a8651; font-weight: 600; }
.kw-hub__top-name { font-size: 13px; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.kw-hub__more { font-size: 14px; font-weight: 600; color: #1d1d1b; }
.kw-hub__alt { display: block; padding: 10px 16px; border-top: 1px solid #ece7da; font-size: 13px; color: #5a5a55; text-decoration: none; }
.kw-hub__alt:hover { background: #fcfaf5; color: #1d1d1b; text-decoration: none; }

/* Barra de la página de categoría (hook displayHeaderCategory) */
.kw-hub-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 0 0 16px; padding: 10px 14px; border: 1px solid #ece7da; border-radius: 10px; background: #fcfaf5; font-size: 14px; }
.kw-hub-bar__txt { font-weight: 600; color: #1d1d1b; }
.kw-hub-bar a { color: #1d1d1b; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.kw-hub-bar a:hover { color: #9a8651; }
