/* ==========================================================================
   resenhas.css — Página de Resenhas | Darkestante
   CSS isolado: não interfere em nenhuma outra página do projeto
   ========================================================================== */

/* ── Reset ── */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ── Variáveis (paleta do site) ── */
:root {
    --accent-red:       #cc2222;
    --accent-red-dark:  #a81b1b;
    --accent-gold:      #c09a35;
    --accent-orange:    #e67e22;

    --bg-page:          #f5f5f5;
    --bg-card:          #ffffff;
    --bg-video-sec:     #fafaf8;
    --bg-reviews-sec:   #f5f5f3;

    --text-dark:        #1a1a1a;
    --text-body:        #333333;
    --text-muted:       #777777;
    --text-faint:       #aaaaaa;

    --border-soft:      #e5e0d8;
    --border-mid:       #d8d2c8;

    --shadow-card:      0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-hover:     0 8px 28px rgba(0, 0, 0, 0.13);

    --radius-card:      8px;
    --radius-btn:       4px;
    --radius-badge:     4px;
    --radius-pill:      20px;
    --radius-input:     5px;
}

/* ── Base ── */
body {
    background-color: var(--bg-page);
    color: var(--text-body);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   HEADER — padrão global do projeto
   ========================================================================== */
.header {
    background: linear-gradient(135deg, rgba(204,34,34,0.08) 0%, rgba(230,126,34,0.08) 100%);
    border-bottom: 2px solid var(--accent-red);
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200"><defs><pattern id="sk" patternUnits="userSpaceOnUse" width="100" height="100"><text x="10" y="60" font-size="80" fill="rgba(204,34,34,0.04)">☠</text></pattern></defs><rect width="1200" height="200" fill="url(%23sk)"/></svg>');
    pointer-events: none;
}

.header-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.header-logo {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--text-dark);
}

.header-logo::before {
    content: '☠';
    font-size: 1.8rem;
    color: var(--accent-red);
}

.header-tagline {
    color: var(--text-muted);
    font-size: 0.9rem;
    max-width: 500px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.nav a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.25s, border-color 0.25s;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.25rem;
}

.nav a:hover,
.nav a.active {
    color: var(--accent-red);
    border-bottom-color: var(--accent-red);
}

/* ==========================================================================
   HERO EDITORIAL — escuro, atmosférico, literário
   ========================================================================== */
.resenhas-hero {
    background: linear-gradient(160deg, #0d0404 0%, #1e0a0a 25%, #1a1010 55%, #111111 100%);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.resenhas-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 320"><defs><pattern id="hp" patternUnits="userSpaceOnUse" width="140" height="140"><text x="15" y="95" font-size="110" fill="rgba(204,34,34,0.035)">☠</text></pattern></defs><rect width="1200" height="320" fill="url(%23hp)"/></svg>');
    pointer-events: none;
}

.resenhas-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    padding: 0.6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/* Lado esquerdo: eyebrow + título */
.hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    text-align: left;
}

/* Eyebrow inline antes do título */
.hero-eyebrow-inline {
    font-size: 0.3em;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--accent-red);
    vertical-align: middle;
    opacity: 0.75;
    margin-right: 0.8em;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--accent-red);
    margin-bottom: 0;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
    content: '—';
    margin: 0 0.5em;
    opacity: 0.5;
}

.hero-title {
    font-size: clamp(1.3rem, 2.8vw, 1.8rem);
    font-weight: 700;
    color: #f2ede6;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 0;
}

.hero-subtitle {
    font-size: 1rem;
    color: rgba(242, 237, 230, 0.55);
    max-width: 460px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    font-style: italic;
}

.hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(204,34,34,0.2);
    border-radius: 12px;
    padding: 0.5rem 1.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-stat {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.65rem;
    color: rgba(242, 237, 230, 0.45);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    gap: 0.2rem;
}

.hero-stat strong {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
}

.hero-divider {
    display: none;
}

/* ==========================================================================
   FILTROS — sticky, compacto, clean
   ========================================================================== */
.filters-wrap {
    background: var(--bg-card);
    border-bottom: 1px solid var(--border-soft);
    padding: 0.85rem 1rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.filters-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
}

.filter-search {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.filter-search::before {
    content: '🔍';
    position: absolute;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    pointer-events: none;
    opacity: 0.5;
}

.filter-search input {
    width: 100%;
    background: var(--bg-page);
    border: 1px solid var(--border-soft);
    color: var(--text-dark);
    padding: 0.5rem 0.85rem 0.5rem 2.1rem;
    border-radius: var(--radius-input);
    font-size: 0.83rem;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.filter-search input:focus {
    outline: none;
    border-color: var(--accent-red);
    box-shadow: 0 0 0 3px rgba(204,34,34,0.08);
}

.filter-search input::placeholder { color: var(--text-faint); }

.filter-select {
    background: var(--bg-page);
    border: 1px solid var(--border-soft);
    color: var(--text-dark);
    padding: 0.5rem 0.7rem;
    border-radius: var(--radius-input);
    font-size: 0.8rem;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-width: 115px;
}

.filter-select:hover,
.filter-select:focus {
    outline: none;
    border-color: var(--accent-red);
    box-shadow: 0 0 0 3px rgba(204,34,34,0.08);
}

.btn-clear-filters {
    background: transparent;
    border: 1px solid var(--border-soft);
    color: var(--text-muted);
    padding: 0.5rem 0.9rem;
    border-radius: var(--radius-input);
    font-size: 0.75rem;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.btn-clear-filters:hover {
    border-color: var(--accent-red);
    color: var(--accent-red);
}

.filter-results-count {
    font-size: 0.73rem;
    color: var(--text-muted);
    margin-left: auto;
    white-space: nowrap;
}

/* ==========================================================================
   LAYOUT DE SEÇÃO COMPARTILHADO
   ========================================================================== */
.section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--border-soft);
}

.section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-icon {
    color: var(--accent-red);
}

.section-link {
    font-size: 0.78rem;
    color: var(--accent-red);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.section-link:hover { opacity: 0.65; }

/* ==========================================================================
   SEÇÃO DE VÍDEOS
   ========================================================================== */
.video-section {
    background: var(--bg-video-sec);
    padding: 2.75rem 0 3rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.video-card {
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: var(--shadow-card);
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(204,34,34,0.3);
}

.video-thumb {
    aspect-ratio: 16 / 9;
    background: linear-gradient(145deg, #0d0606 0%, #1e0808 50%, #141414 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* ── Thumbnail real do YouTube (injetada via data-vid) ── */
.video-thumb-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; /* exibida via JS após onload */
    transition: transform 0.3s ease;
}

.video-card:hover .video-thumb-img {
    transform: scale(1.04);
}

.video-thumb-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(204,34,34,0.09);
    user-select: none;
}

.video-play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.18);
    transition: background 0.2s;
}

.video-card:hover .video-play-btn {
    background: rgba(204,34,34,0.28);
}

.video-play-icon {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,0.93);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--accent-red);
    padding-left: 4px;
    transition: transform 0.2s;
    box-shadow: 0 3px 14px rgba(0,0,0,0.28);
}

.video-card:hover .video-play-icon {
    transform: scale(1.1);
}

.video-info {
    padding: 0.9rem 1rem 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.video-genre-tag {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-red);
}

.video-title {
    font-size: 0.87rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.video-meta {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.btn-watch {
    display: block;
    padding: 0.52rem 0.75rem;
    background: var(--accent-red);
    color: #fff;
    border: none;
    border-radius: var(--radius-btn);
    font-size: 0.71rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s;
    margin-top: 0.65rem;
}

.btn-watch:hover { background: var(--accent-red-dark); }

/* ── Estados do video-grid (loading / error) ── */
.vg-loading,
.vg-error {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    color: var(--text-muted);
    font-size: 0.95rem;
    text-align: center;
}

.vg-loading-skull {
    font-size: 2.5rem;
    opacity: 0.18;
    animation: vgPulse 1.4s ease-in-out infinite;
}

@keyframes vgPulse {
    0%, 100% { opacity: 0.18; }
    50%       { opacity: 0.45; }
}

.vg-error-skull {
    font-size: 2.5rem;
    opacity: 0.18;
}

.vg-error p {
    margin: 0;
    color: var(--text-muted);
}

.vg-error-link {
    display: inline-block;
    margin-top: 0.25rem;
    padding: 0.45rem 1.1rem;
    background: var(--accent-red);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s;
}

.vg-error-link:hover { background: var(--accent-red-dark); }

/* ==========================================================================
   SEÇÃO DE RESENHAS
   ========================================================================== */
.reviews-section {
    background: var(--bg-reviews-sec);
    padding: 2.75rem 0 5rem;
}

.resenhas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* Card de resenha */
.resenha-card {
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: var(--shadow-card);
}

.resenha-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(204,34,34,0.28);
}

/* Capa do livro — proporção 2:3 (padrão livro) */
.resenha-cover {
    aspect-ratio: 2 / 3;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.resenha-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.resenha-card:hover .resenha-cover img {
    transform: scale(1.05);
}

/* Placeholder de capa */
.resenha-cover-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease;
}

.resenha-card:hover .resenha-cover-placeholder {
    transform: scale(1.04);
}

.resenha-cover-placeholder::after {
    content: '☠';
    font-size: 3rem;
    color: rgba(255,255,255,0.07);
    position: absolute;
    bottom: 0.85rem;
    right: 0.85rem;
    line-height: 1;
}

/* Sombra de spine (lombo do livro) */
.resenha-cover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: linear-gradient(to right, rgba(0,0,0,0.32), transparent);
    z-index: 2;
    pointer-events: none;
}

/* Gradiente inferior na capa */
.resenha-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.28) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.resenha-card:hover .resenha-cover::after {
    opacity: 1;
}

/* Paleta de gradientes por card */
.cover-1 { background: linear-gradient(155deg, #0d0303 0%, #2a0808 65%, #140404 100%); }
.cover-2 { background: linear-gradient(155deg, #020710 0%, #0a1830 65%, #050e20 100%); }
.cover-3 { background: linear-gradient(155deg, #020c06 0%, #0a2012 65%, #051008 100%); }
.cover-4 { background: linear-gradient(155deg, #100805 0%, #2d1808 65%, #180e04 100%); }
.cover-5 { background: linear-gradient(155deg, #0a0510 0%, #1a0c2a 65%, #0d0618 100%); }
.cover-6 { background: linear-gradient(155deg, #020b0b 0%, #082424 65%, #041414 100%); }
.cover-7 { background: linear-gradient(155deg, #0a0a0a 0%, #1e1e1e 65%, #111111 100%); }
.cover-8 { background: linear-gradient(155deg, #080d03 0%, #1a2208 65%, #0f1504 100%); }
.cover-9 { background: linear-gradient(155deg, #06040d 0%, #14092a 65%, #0a0518 100%); }

/* Badge de tipo */
.resenha-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.22rem 0.55rem;
    border-radius: var(--radius-badge);
    backdrop-filter: blur(6px);
    z-index: 3;
}

.badge-texto {
    background: rgba(204, 34, 34, 0.88);
    color: #fff;
}

.badge-video {
    background: rgba(10, 10, 10, 0.82);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
}

.badge-ambos {
    background: rgba(192, 154, 53, 0.9);
    color: #fff;
}

/* Info do card */
.resenha-info {
    padding: 1rem 1rem 1.1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.resenha-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.resenha-editora {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-faint);
}

.resenha-stars {
    color: var(--accent-gold);
    font-size: 0.7rem;
    letter-spacing: 0.03em;
}

.resenha-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 0.15rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resenha-author {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.resenha-genero {
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--accent-red);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.45rem;
}

/* Status pill */
.resenha-status {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.22rem 0.6rem;
    border-radius: var(--radius-pill);
    margin-bottom: 0.85rem;
    width: fit-content;
}

.status-publicada {
    background: rgba(204, 34, 34, 0.07);
    color: var(--accent-red);
    border: 1px solid rgba(204, 34, 34, 0.18);
}

.status-video-texto {
    background: rgba(192, 154, 53, 0.08);
    color: #9a7c28;
    border: 1px solid rgba(192, 154, 53, 0.22);
}

.status-texto {
    background: rgba(90, 130, 200, 0.07);
    color: #4a70b0;
    border: 1px solid rgba(90, 130, 200, 0.2);
}

.status-andamento {
    background: rgba(230, 126, 34, 0.07);
    color: var(--accent-orange);
    border: 1px solid rgba(230, 126, 34, 0.2);
}

/* Botões de ação */
.resenha-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
}

.btn-ver-resenha,
.btn-amazon {
    flex: 1;
    padding: 0.55rem 0.4rem;
    border-radius: var(--radius-btn);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btn-ver-resenha {
    background: var(--accent-red);
    color: #fff;
    flex: 2;
}

.btn-ver-resenha:hover { background: var(--accent-red-dark); }

.btn-amazon {
    background: var(--bg-card);
    color: var(--text-dark);
    border: 1px solid var(--border-soft);
}

.btn-amazon:hover {
    background: #ff9900;
    border-color: #ff9900;
    color: #111;
}

/* ==========================================================================
   LOADING STATE — enquanto busca a planilha
   ========================================================================== */
.rs-loading-state {
    grid-column: 1 / -1;   /* ocupa toda a largura do grid */
    text-align: center;
    padding: 5rem 1rem;
    color: var(--text-muted);
}

.rs-loading-skull {
    font-size: 2.8rem;
    opacity: 0.18;
    margin-bottom: 1.25rem;
    animation: rs-pulse 1.8s ease-in-out infinite;
}

@keyframes rs-pulse {
    0%, 100% { opacity: 0.18; transform: scale(1); }
    50%       { opacity: 0.32; transform: scale(1.08); }
}

.rs-loading-text {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 0.4rem;
}

.rs-loading-sub {
    font-size: 0.78rem;
    color: var(--text-faint);
    line-height: 1.55;
    margin-top: 0.35rem;
}

/* Estado de erro */
.rs-error-state .rs-loading-skull {
    animation: none;
}

.rs-retry-btn {
    display: inline-block;
    margin-top: 1.25rem;
    padding: 0.6rem 1.5rem;
    background: transparent;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-btn);
    color: var(--text-muted);
    font-size: 0.82rem;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.rs-retry-btn:hover {
    border-color: var(--accent-red);
    color: var(--accent-red);
}

/* ==========================================================================
   LOAD MORE
   ========================================================================== */
.load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.btn-load-more {
    padding: 0.72rem 2.25rem;
    background: transparent;
    border: 1.5px solid var(--border-mid);
    border-radius: 30px;
    color: var(--text-dark);
    font-size: 0.82rem;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.15s;
}

.btn-load-more:hover {
    border-color: var(--accent-red);
    color: var(--accent-red);
    background: rgba(204,34,34,0.04);
    transform: translateY(-1px);
}

.btn-load-more:active { transform: translateY(0); }

/* ==========================================================================
   CAPA — botão Amazon desabilitado (sem link na planilha)
   ========================================================================== */
.btn-amazon--disabled {
    opacity: 0.35;
    pointer-events: none;
    cursor: default;
    border: 1px solid var(--border-soft);
    color: var(--text-faint);
}

/* ==========================================================================
   EMPTY STATE
   ========================================================================== */
.empty-state {
    text-align: center;
    padding: 5rem 1rem;
    color: var(--text-muted);
}

.empty-state-icon {
    font-size: 3.2rem;
    opacity: 0.22;
    margin-bottom: 1.25rem;
}

.empty-state-text {
    font-size: 0.95rem;
    max-width: 380px;
    margin: 0 auto;
    line-height: 1.55;
}

/* ==========================================================================
   FOOTER — estilos injetados pelo footer.js, aqui apenas fallback/override
   ========================================================================== */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-top: 1px solid var(--accent-red);
    padding: 1.5rem 1rem;
    color: #999;
    font-size: 0.9rem;
}

.footer-content { max-width: 1200px; margin: 0 auto; }
.footer-separator { height: 1px; background: var(--accent-red); margin: 0.75rem 0; opacity: 0.3; }
.footer-pages h3, .footer-social h3 { display: none; }

.pages-links {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem;
}
.pages-links a {
    color: #ccc; text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.3s;
}
.pages-links a:hover { color: var(--accent-red); }

.footer-social { margin-bottom: 0.5rem; }
.social-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin-bottom: 0.25rem; }
.social-icon { color: #ccc; text-decoration: none; font-size: 0.85rem; padding: 0.5rem 1rem; transition: color 0.2s; cursor: pointer; }
.social-icon:hover { color: var(--accent-red); }

.footer-about { text-align: center; }
.footer-description { color: #999; font-size: 0.75rem; line-height: 1.5; margin-bottom: 0.75rem; max-width: 900px; margin-left: auto; margin-right: auto; }
.footer-copyright { color: #666; font-size: 0.8rem; }

/* ==========================================================================
   RESPONSIVIDADE
   ========================================================================== */

/* Tablet grande — resenhas 2 colunas, vídeos 3 */
@media (max-width: 1024px) {
    .resenhas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet / Notebook */
@media (max-width: 768px) {
    .nav { gap: 1rem; font-size: 0.78rem; }

    .resenhas-hero { min-height: 0; }
    .hero-content { padding: 0.5rem 1.5rem; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
    .hero-left { align-items: flex-start; }
    .hero-title { font-size: 1.5rem; }
    .hero-subtitle { font-size: 0.92rem; }

    .filters-inner { gap: 0.45rem; }
    .filter-search { min-width: 100%; order: -1; }
    .filter-select { flex: 1; min-width: calc(50% - 0.25rem); }
    .btn-clear-filters { width: 100%; text-align: center; }
    .filter-results-count { width: 100%; text-align: right; margin-left: 0; }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .resenhas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .video-section  { padding: 2rem 0 2.5rem; }
    .reviews-section { padding: 2rem 0 3.5rem; }
}

/* Mobile */
@media (max-width: 480px) {
    .header { padding: 1.5rem 1rem; }
    .header-logo { font-size: 1.7rem; }
    .header-tagline { font-size: 0.8rem; }

    .resenhas-hero { min-height: 0; }
    .hero-content { padding: 0.45rem 1.25rem; }
    .hero-title { font-size: 1.25rem; }
    .hero-eyebrow { font-size: 0.6rem; }
    .hero-stats { flex-direction: column; gap: 0.3rem; padding: 0.5rem 1.2rem; }
    .hero-divider { display: none; }

    .video-grid { grid-template-columns: 1fr; }

    .resenhas-grid { grid-template-columns: 1fr; }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .filter-select { min-width: 100%; }
}
