/**
 * Nerd Legacy - Override da paleta Pubzi
 * Vermelho e branco como identidade visual (substitui verde #CBFE1C)
 */

/* ========== Desabilitar cursor customizado (círculo vermelho que segue o mouse) ========== */
.mouseCursor, .cursor-outer, .cursor-inner, .custom-cursor {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

/* ========== CRÍTICO: Override h1 global 140px do Pubzi ========== */
.nl-hero-5 .hero-content h1,
.nl-hero-5 .hero-content h1 a,
.hero-section.hero-5 .hero-content h1,
.hero-section.hero-5 .hero-content h1 a {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
}
@media (min-width: 768px) {
    .nl-hero-5 .hero-content h1,
    .nl-hero-5 .hero-content h1 a,
    .hero-section.hero-5 .hero-content h1,
    .hero-section.hero-5 .hero-content h1 a {
        font-size: 2rem !important;
    }
}
@media (min-width: 992px) {
    .nl-hero-5 .hero-content h1,
    .nl-hero-5 .hero-content h1 a,
    .hero-section.hero-5 .hero-content h1,
    .hero-section.hero-5 .hero-content h1 a {
        font-size: 2.25rem !important;
    }
}

/* Hero slider: remover margin-right -60% que quebra layout */
.nl-hero-5 .slider-container,
.hero-5 .slider-container {
    margin-right: 0 !important;
    max-width: 100%;
}
/* ========== Hero 5 PUBZI-style: texto à esquerda, preview cards à direita ========== */
.nl-hero-5 .nl-hero-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.nl-hero-5 .nl-hero-left-content {
    max-width: 650px;
    flex: 0 1 auto;
}
@media (min-width: 992px) {
    .nl-hero-5 .nl-hero-left-content {
        padding-right: min(420px, 35vw);
    }
}
.nl-hero-5 .nl-hero-right-preview {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    max-width: 400px;
}
.nl-hero-5 .nl-hero-right-preview .slider-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}
.nl-hero-5 .slider-container .slide.active,
.hero-5 .slider-container .slide.active {
    width: 100% !important;
    max-width: 400px;
    height: 220px !important;
}
.nl-hero-5 .slider-container .slide.small,
.hero-5 .slider-container .slide.small {
    width: 100% !important;
    max-width: 100%;
    height: 80px !important;
}
@media (min-width: 768px) {
    .nl-hero-5 .slider-container .slide.active,
    .hero-5 .slider-container .slide.active {
        height: 280px !important;
    }
    .nl-hero-5 .slider-container .slide.small,
    .hero-5 .slider-container .slide.small {
        height: 100px !important;
    }
}
.nl-hero-5 .slider-container .slide img,
.hero-5 .slider-container .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hero 5: mobile – preview cards abaixo do conteúdo */
@media (max-width: 991px) {
    .nl-hero-5 .nl-hero-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .nl-hero-5 .nl-hero-left-content {
        max-width: 100%;
    }
    .nl-hero-5 .nl-hero-right-preview {
        position: static;
        transform: none;
        right: auto;
        top: auto;
        max-width: 100%;
        margin-top: 1.5rem;
    }
    .nl-hero-5 .nl-hero-right-preview .slider-container {
        align-items: stretch;
    }
}

/* Section titles: evitar h2 gigante */
.section-title h2 { font-size: 1.75rem !important; }
@media (min-width: 768px) { .section-title h2 { font-size: 2rem !important; } }
@media (min-width: 992px) { .section-title h2 { font-size: 2.25rem !important; } }

:root {
    --theme: #E11D2E;
    --theme-dark: #B11220;
    --body: #0B0F19;
    --header: #0B0F19;
    --bg: #0B0F19;
    --bg-2: #111827;
    --white: #FFFFFF;
    --text: #E5E7EB;
    --border: rgba(255, 255, 255, 0.15);
}

/* ========== Botões ========== */
.theme-btn,
.gt-theme-btn,
a.theme-btn,
a.gt-theme-btn {
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
    color: var(--white) !important;
}
.theme-btn:hover,
.gt-theme-btn:hover,
a.theme-btn:hover,
a.gt-theme-btn:hover {
    background-color: var(--theme-dark) !important;
    border-color: var(--theme-dark) !important;
    color: var(--white) !important;
}

/* Botão style-2 (gradiente) */
.theme-btn.style-2,
.header-2 .header-main .header-right .header-right-icon .header-button .theme-btn.style-2::before,
.header-2 .header-main .header-right .header-right-icon .header-button .theme-btn.style-2::after {
    background: linear-gradient(90deg, var(--theme) 0%, var(--theme-dark) 100%) !important;
}

/* Botão outline */
.theme-btn.style-border,
.gt-theme-btn.style-border,
.gt-theme-btn.gt-style-border {
    background-color: transparent !important;
    border-color: var(--theme) !important;
    color: var(--theme) !important;
}
.theme-btn.style-border:hover,
.gt-theme-btn.style-border:hover,
.gt-theme-btn.gt-style-border:hover {
    background-color: var(--theme) !important;
    color: var(--white) !important;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-theme-btn.gt-style-border:hover .gt-text-btn,
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-theme-btn.gt-style-border:hover .gt-text-btn::before {
    border-color: var(--theme) !important;
}

/* ========== Links e hovers ========== */
a:hover,
.nav-link:hover,
.nav-link.active {
    color: var(--theme) !important;
}

/* ========== Badges, pills, labels ========== */
.gt-breadcrumb-items .color,
.tagcloud a,
.news-content span[class*="badge"],
.pill {
    color: var(--theme) !important;
    border-color: var(--theme) !important;
}
.testimonial-wrapper .tetsimonial-box-items .testi-content .client-info span {
    color: var(--theme) !important;
}

/* ========== Títulos de seção e destaques ========== */
.section-title span,
.widget-head h3 span,
.widget-head h5 span,
h2 span,
h3 span {
    color: var(--theme) !important;
}

/* ========== Autor discreto (menos ênfase visual) ========== */
.nl-meta-author,
.nl-hero-author {
    font-size: 0.875em;
    opacity: 0.85;
    font-weight: 400;
}
.nl-hero-author {
    color: rgba(255, 255, 255, 0.75);
}
.gt-news-details-content .nl-meta-author {
    color: rgba(255, 255, 255, 0.7);
}

/* ========== Gradientes e linhas decorativas (verde → vermelho) ========== */
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list::before,
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list::after {
    background: linear-gradient(90deg, var(--theme) 30%, rgba(11, 14, 19, 0) 100%) !important;
}
.footer-widget-wrapper-5 .footer-single-item-5 .widget-head h5::before {
    background: linear-gradient(90deg, var(--theme) 0%, var(--theme-dark) 50%, var(--body) 100%) !important;
}
.footer-bottom-5::before {
    background: linear-gradient(270deg, var(--theme) 0%, var(--theme-dark) 50%, var(--body) 100%) !important;
}
.footer-bottom-5::after {
    background: linear-gradient(90deg, var(--theme) 0%, var(--theme-dark) 50%, var(--body) 100%) !important;
}
.hero-1 .hero-bb span {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, var(--theme) 50.96%, rgba(255, 255, 255, 0.1) 100%) !important;
}
.hero-1 .hero-content .counter-wrap .counter-item::before {
    background: linear-gradient(90deg, var(--body) 0%, var(--theme) 51.44%, var(--body) 100%) !important;
}
/* News/Hero section underlines e títulos */
.news-box-items-5 .news-content h3 a:hover,
.news-left-items-5 .news-content h3 a:hover {
    color: var(--theme) !important;
}
/* Section title divider (pubzi _section.scss) */
.gt-section-title-wrapper .gt-section-title::before,
.gt-section-title-wrapper .gt-section-title::after {
    background: linear-gradient(90deg, var(--theme) 0%, var(--body) 100%) !important;
}
/* Border accent em elementos que usavam verde */
.gt-team-details-wrapper .gt-details-card-item-4 .gt-details-image .gt-content .gt-social-item li:hover {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: linear-gradient(90deg, var(--theme) 0%, var(--body) 100%) !important;
}
.our-club-payer-item .player-image .number.style-2 {
    border-color: var(--theme) !important;
}
.gt-match-details-wrapper .gt-details-content .gt-watch-now-items .gt-watch-now-list li a:hover {
    background: linear-gradient(90deg, var(--theme) 0%, var(--bg-2) 100%) !important;
}
/* Gradientes em elementos decorativos (linhas, ::before, ::after) */
.gt-news-section-5 .news-box-items-5 .news-content h3::before,
.gt-news-section-5 .news-left-items-5 .news-content h3::before,
.gt-blog-details-wrapper .gt-blog-details-content .gt-details-content .gt-details-meta span::before,
.gt-feature-wrapper .gt-feature-content .gt-feature-item::before,
.gt-about-wrapper-6 .gt-about-content .gt-about-count .gt-count-item.gt-style-2::before,
.gt-about-wrapper-6 .gt-about-content .gt-about-count .gt-count-item.gt-style-2::after {
    background: linear-gradient(90deg, var(--theme) 30%, rgba(11, 14, 19, 0) 100%) !important;
}
.gt-news-section-5 .news-box-items-5 .news-content h3::after,
.gt-news-section-5 .news-left-items-5 .news-content h3::after {
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%) !important;
}

/* ========== Página de post (news-details style, compacto) ========== */
.nl-post-detail .container { max-width: 1140px; }
.nl-post-detail .gt-details-image.nl-post-cover,
.nl-post-detail .gt-news-details-wrapper .gt-details-image.nl-post-cover { max-height: 420px; overflow: hidden; border-radius: 8px; }
.nl-post-detail .gt-details-image.nl-post-cover img,
.nl-post-detail .gt-news-details-wrapper .gt-details-image.nl-post-cover img { width: 100%; height: 100%; object-fit: cover; }
.nl-post-detail .nl-post-title { font-size: 1.75rem; line-height: 1.3; margin-bottom: 0.5rem; }
.nl-post-detail .nl-post-subtitle { font-size: 1rem; opacity: 0.9; margin-bottom: 1rem; }
.nl-post-detail .nl-post-body,
.nl-post-detail .gt-news-details-body { font-size: 1rem; line-height: 1.7; max-width: 100%; }
.nl-post-detail .nl-post-body p,
.nl-post-detail .gt-news-details-body p { margin-bottom: 1rem; margin-top: 0; }
.nl-post-detail .nl-post-body p:first-child,
.nl-post-detail .gt-news-details-body p:first-child { margin-top: 0; }
.nl-post-detail .nl-post-body h2,
.nl-post-detail .gt-news-details-body h2 { margin-top: 1.75rem; margin-bottom: 0.75rem; font-size: 1.35rem; }
.nl-post-detail .nl-post-body h3,
.nl-post-detail .gt-news-details-body h3 { margin-top: 1.35rem; margin-bottom: 0.5rem; font-size: 1.15rem; }
.nl-post-detail .nl-post-body h2:first-child,
.nl-post-detail .gt-news-details-body h2:first-child,
.nl-post-detail .nl-post-body h3:first-child,
.nl-post-detail .gt-news-details-body h3:first-child { margin-top: 0; }
.nl-post-detail .nl-post-body ul,
.nl-post-detail .gt-news-details-body ul,
.nl-post-detail .nl-post-body ol,
.nl-post-detail .gt-news-details-body ol { margin: 1rem 0; padding-left: 1.5rem; }
.nl-post-detail .nl-post-body li,
.nl-post-detail .gt-news-details-body li { margin-bottom: 0.35rem; }
.nl-post-detail .nl-post-body blockquote,
.nl-post-detail .gt-news-details-body blockquote { margin: 1.25rem 0; padding-left: 1.25rem; border-left: 3px solid rgba(255,255,255,0.2); }
.nl-post-detail .nl-post-body img,
.nl-post-detail .gt-news-details-body img { max-width: 100%; height: auto; border-radius: 6px; }
.nl-post-detail .nl-post-body iframe,
.nl-post-detail .gt-news-details-body iframe { max-width: 100%; }
.nl-post-detail .gt-sidebar-widget h4 { font-size: 1rem; }
.nl-post-breadcrumb .gt-breadcrumb-items { margin: 0; padding: 0; list-style: none; }
.nl-post-breadcrumb .gt-breadcrumb-items li { display: inline; }
.nl-post-breadcrumb .gt-breadcrumb-items li + li::before { content: " / "; opacity: 0.7; }

/* ========== Página de categoria (títulos proporcionais) ========== */
.nl-category-page .nl-category-header { margin-bottom: 1.5rem; }
.nl-category-page .nl-category-title,
.nl-category-page h1.nl-category-title {
    font-size: 1.5rem !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--white);
}
.nl-category-page .nl-category-desc { font-size: 0.95rem; color: rgba(255,255,255,0.7); margin: 0; }
.nl-category-page .gt-gaming-card-item-5 .gt-gaming-content h3 { font-size: 1.1rem; }
.nl-category-page .container { max-width: 1200px; margin-left: auto; margin-right: auto; }
.nl-category-banner {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(11, 15, 25, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.nl-category-banner {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(11, 15, 25, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.nl-category-banner .nl-category-header { margin-bottom: 0; }
.nl-category-banner {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(11, 15, 25, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem 0;
    margin: -1rem -15px 2rem -15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) {
    .nl-category-banner { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); padding-left: calc(50vw - 50%); padding-right: calc(50vw - 50%); }
}
.nl-category-banner .container { max-width: 1200px; margin-left: auto; margin-right: auto; }
.nl-category-banner {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(11, 15, 25, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem 0;
    margin: -1rem -15px 2rem -15px;
}
@media (min-width: 576px) { .nl-category-banner { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); margin-left: 0; margin-right: 0; padding-left: 15px; padding-right: 15px; } }
.nl-category-banner {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(11, 15, 25, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem 0 1.5rem;
    margin-bottom: 2rem;
}
.nl-category-banner .nl-category-title { font-size: 1.75rem !important; }
.nl-category-banner .nl-category-desc { font-size: 0.95rem; }

/* ========== Logo hover (animação sutil) ========== */
.nl-logo-hover {
    display: inline-block;
    transition: transform 0.25s ease;
}
.nl-logo-hover:hover {
    transform: scale(1.03);
}
.nl-logo-hover img {
    transition: transform 0.25s ease;
}
.nl-logo-hover:hover img {
    transform: scale(1.03);
}

/* ========== Back to top ========== */
.gt-back-to-top {
    background-color: var(--theme) !important;
}
.gt-back-to-top:hover {
    background-color: var(--theme-dark) !important;
}

/* ========== Autor discreto (menos ênfase visual) ========== */
.nl-meta-author,
.nl-hero-author,
#hero-author {
    font-size: 0.875rem;
    opacity: 0.85;
    font-weight: 400;
}
.nl-hero-author,
.hero-content .social .nl-hero-author {
    color: rgba(255, 255, 255, 0.75);
}
.gt-news-details-content .nl-meta-author {
    color: rgba(229, 231, 235, 0.8);
}
.nl-meta-author i,
.nl-hero-author i {
    opacity: 0.8;
}

/* ========== Legibilidade em fundo escuro ========== */
body {
    color: var(--text);
    background-color: var(--body);
}
.section-title h2,
.section-title h6,
.widget-head h3,
.widget-head h5 {
    color: var(--white);
}
.section-title h2 span,
.section-title h6 span,
.widget-head h3 span {
    color: var(--theme) !important;
}

/* ========== Header index-5: menu esquerda | logo centro | menu direita ========== */
/* Grid 1fr auto 1fr: logo matematicamente centralizado (colunas iguais) */
.header-2.header-4.style-5 .header-main,
.nl-header-split {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}
.nl-header-split .nl-menu-left {
    justify-self: start;
    display: flex;
    min-width: 0;
}
.nl-header-split .logo {
    justify-self: center;
    grid-column: 2;
}
.nl-header-split .nl-menu-right-wrapper {
    justify-self: end;
    display: flex !important;
    align-items: center;
    gap: 1.5rem;
    min-width: 0;
}
.nl-header-split .main-menu ul {
    display: flex !important;
    align-items: center;
    gap: 0.75rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nl-header-split .main-menu ul li a {
    color: var(--white) !important;
    text-decoration: none;
    font-weight: 500;
}
.nl-header-split .main-menu ul li a:hover {
    color: var(--theme) !important;
}
@media (min-width: 1200px) {
    .nl-header-split .nl-menu-left,
    .nl-header-split .nl-menu-right {
        display: block !important;
    }
}
@media (max-width: 1199px) {
    .nl-header-split .nl-menu-left,
    .nl-header-split .nl-menu-right {
        display: none !important;
    }
}

/* ========== Hero 5: video background + overlay ========== */
.nl-hero-5 .hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.nl-hero-5 .hero-video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.nl-hero-5 .hero-video-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,15,25,0.7) 0%, rgba(11,15,25,0.9) 100%);
    z-index: 1;
}

/* ========== Hero 5: overlay escuro, proporções Pubzi ========== */
.hero-section.hero-5 {
    min-height: 580px;
    padding: 200px 0 100px;
}
.hero-section.hero-5::before {
    background: linear-gradient(135deg, rgba(11, 15, 25, 0.85) 0%, rgba(11, 15, 25, 0.5) 100%);
}
.hero-section.hero-5 .hero-content span:first-of-type {
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--theme);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* ========== Top social bar (links clicáveis, acima do hero) ========== */
.nl-top-social-bar {
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1000;
    pointer-events: auto;
}
.nl-top-social-bar .social-icon,
.nl-top-social-bar .social-icon a,
.nl-top-social-bar .nl-top-social-link {
    pointer-events: auto;
    cursor: pointer;
}
.nl-top-social-bar .social-icon a,
.nl-top-social-bar .nl-top-social-link {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 4px;
    pointer-events: auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
}
.nl-top-social-bar .social-icon a:hover,
.nl-top-social-bar .nl-top-social-link:hover {
    color: var(--theme) !important;
    transform: translateY(-1px);
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ========== News section 5: cards harmonizados (clip-path only on image blocks) ========== */
.news-section-5 .news-left-items-5,
.news-section-5 .news-right-items-5 .news-box-items-5 {
    background-color: #0F151C;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-section-5 .news-left-items-5:hover,
.news-section-5 .news-right-items-5 .news-box-items-5:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(225, 29, 46, 0.15);
}
.news-section-5 .news-left-items-5 .news-image {
    height: 320px;
    clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 100%, 5% 100%, 0 85%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 100%, 5% 100%, 0 85%);
}
.news-section-5 .news-left-items-5 .news-image img,
.news-section-5 .news-right-items-5 .news-box-items-5 .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-section-5 .news-right-items-5 .news-box-items-5 .news-image {
    height: 220px;
    clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 5% 100%, 0 88%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 5% 100%, 0 88%);
}
.news-section-5 .news-right-items-5 .news-box-items-5 {
    margin-top: 24px;
}
.news-section-5 .news-left-items-5 .news-content,
.news-section-5 .news-right-items-5 .news-box-items-5 .news-content {
    padding: 24px;
}

/* ========== Mais Destaques: proporções de imagem consistentes ========== */
.nl-highlights-section .news-box-items-5 .news-image {
    height: 200px !important;
    min-height: 200px;
    overflow: hidden;
}
.nl-highlights-section .news-box-items-5 .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.nl-highlights-section .news-box-items-5 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nl-highlights-section .news-box-items-5 .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .nl-highlights-section .news-box-items-5 .news-image {
        height: 220px !important;
        min-height: 220px;
    }
}

/* ========== Categorias: cards premium com imagem ========== */
.nl-categories-section {
    position: relative;
    z-index: 2;
    padding-bottom: 4rem;
    background: var(--body);
}
.nl-category-cards .nl-cat-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(15, 21, 28, 0.9) 0%, rgba(11, 15, 25, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s ease;
}
.nl-category-cards .nl-cat-card .nl-cat-card-image {
    display: block;
    width: 100%;
    padding-top: 56%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
}
.nl-category-cards .nl-cat-card .nl-cat-card-name {
    display: block;
    padding: 1rem 1rem 0.25rem;
    font-weight: 600;
    font-size: 1rem;
}
.nl-category-cards .nl-cat-card .nl-cat-card-count {
    display: block;
    padding: 0 1rem 1rem;
    font-size: 0.85rem;
    opacity: 0.8;
}
.nl-category-cards .nl-cat-card:hover {
    border-color: var(--theme);
    color: var(--theme);
    transform: translateY(-2px);
}
.nl-category-cards .nl-cat-card:hover .nl-cat-card-name,
.nl-category-cards .nl-cat-card:hover .nl-cat-card-count {
    color: inherit;
}

/* ========== Footer section 5: espaçamento premium ========== */
.footer-section-5 .footer-widget-wrapper-5 {
    padding: 60px 0 40px;
}
.footer-section-5 .footer-single-item-5 .widget-head h5 {
    margin-bottom: 1.25rem;
}
.footer-section-5 .footer-bottom-5 {
    padding: 24px 0;
}

/* ========== News cards: clip-path only on image wrappers (not text/content) ========== */
.news-left-items-5 .news-image,
.news-box-items-5 .news-image {
    clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 100%, 5% 100%, 0 85%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 100%, 5% 100%, 0 85%);
}
.news-left-items-5 .news-image img,
.news-box-items-5 .news-image img {
    clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 5% 100%, 0 88%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 5% 100%, 0 88%);
}

/* ========== Newsletter footer ========== */
.nl-footer-newsletter .nl-newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--white);
}
.nl-footer-newsletter .nl-newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.nl-footer-newsletter .nl-newsletter-form .form-control:focus {
    border-color: var(--theme);
    box-shadow: 0 0 0 2px rgba(225, 29, 46, 0.2);
}

/* ========== Faixa horizontal de notícias (auto-scroll) ========== */
.nl-news-strip-section {
    padding: 1.5rem 0;
    overflow: hidden;
    background: rgba(11, 15, 25, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nl-news-strip-wrap {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0%, #fff 8%, #fff 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #fff 8%, #fff 92%, transparent 100%);
}
.nl-news-strip-track {
    display: flex;
    gap: 1.25rem;
    width: max-content;
    padding: 0 2rem;
    animation: nl-strip-scroll 45s linear infinite;
}
.nl-news-strip-section:hover .nl-news-strip-track {
    animation-play-state: paused;
}
.nl-news-strip-card {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(15, 21, 28, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
.nl-news-strip-card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    filter: brightness(1.05);
}
.nl-news-strip-section .nl-news-strip-track:hover .nl-news-strip-card {
    filter: brightness(0.7);
}
.nl-news-strip-section .nl-news-strip-track .nl-news-strip-card:hover {
    filter: brightness(1.05);
}
.nl-news-strip-img {
    display: block;
    aspect-ratio: 16/10;
    min-height: 200px;
    overflow: hidden;
}
.nl-news-strip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.nl-news-strip-card:hover .nl-news-strip-img img {
    transform: scale(1.05);
}
.nl-news-strip-title {
    padding: 1rem 1.15rem 0.35rem;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.35;
    color: var(--white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nl-news-strip-card:hover .nl-news-strip-title {
    color: var(--theme);
}
.nl-news-strip-meta {
    padding: 0 1.15rem 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}
@keyframes nl-strip-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media (max-width: 768px) {
    .nl-news-strip-card { flex: 0 0 280px; }
    .nl-news-strip-track { animation-duration: 35s; }
}

/* ========== Linhas animadas do footer (dots verdes) ========== */
.nl-footer-line {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(34, 197, 94, 0.25) 20%, rgba(34, 197, 94, 0.25) 80%, transparent 100%);
    position: relative;
    overflow: hidden;
}
.nl-footer-line .nl-footer-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
    top: 50%;
    transform: translate(-50%, -50%);
}
.nl-footer-line .nl-footer-dot:nth-child(1) { left: 10%; animation: nl-footer-dot-left 4s linear infinite; animation-delay: 0s; }
.nl-footer-line .nl-footer-dot:nth-child(2) { left: 30%; animation: nl-footer-dot-left 4s linear infinite; animation-delay: 0.8s; }
.nl-footer-line .nl-footer-dot:nth-child(3) { left: 50%; animation: nl-footer-dot-left 4s linear infinite; animation-delay: 1.6s; }
.nl-footer-line .nl-footer-dot:nth-child(4) { left: 70%; animation: nl-footer-dot-left 4s linear infinite; animation-delay: 2.4s; }
.nl-footer-line .nl-footer-dot:nth-child(5) { left: 90%; animation: nl-footer-dot-left 4s linear infinite; animation-delay: 3.2s; }
.nl-footer-line-bottom .nl-footer-dot {
    animation: nl-footer-dot-right 4s linear infinite;
}
.nl-footer-line-bottom .nl-footer-dot:nth-child(1) { animation-delay: 0s; }
.nl-footer-line-bottom .nl-footer-dot:nth-child(2) { animation-delay: 0.8s; }
.nl-footer-line-bottom .nl-footer-dot:nth-child(3) { animation-delay: 1.6s; }
.nl-footer-line-bottom .nl-footer-dot:nth-child(4) { animation-delay: 2.4s; }
.nl-footer-line-bottom .nl-footer-dot:nth-child(5) { animation-delay: 3.2s; }
@keyframes nl-footer-dot-left {
    0% { transform: translate(-50%, -50%) translateX(0); opacity: 1; }
    100% { transform: translate(-50%, -50%) translateX(-80px); opacity: 0.3; }
}
@keyframes nl-footer-dot-right {
    0% { transform: translate(-50%, -50%) translateX(0); opacity: 1; }
    100% { transform: translate(-50%, -50%) translateX(80px); opacity: 0.3; }
}

/* ========== Label flutuante decorativo ========== */
.nl-section-with-float-label { position: relative; }
.nl-floating-label {
    position: absolute;
    right: 2rem;
    top: 50%;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.06);
    pointer-events: none;
    white-space: nowrap;
    animation: nl-float-label 5s ease-in-out infinite;
}
@keyframes nl-float-label {
    0%, 100% { transform: translateY(-50%) translateY(0); }
    50% { transform: translateY(-50%) translateY(-8px); }
}
@media (max-width: 991px) {
    .nl-floating-label { display: none; }
}

/* ========== Review Box – card profissional (estilo portal de games) ========== */
.nl-review-box {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    animation: nl-review-box-fade-in 0.4s ease-out;
}
@keyframes nl-review-box-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.nl-review-box-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: rgba(20, 20, 30, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.3s ease;
}
.nl-review-box-inner:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
    .nl-review-box-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
        padding: 2rem;
    }
}
@media (min-width: 1200px) {
    .nl-review-box-inner {
        padding: 2.25rem 2.5rem;
        gap: 2.5rem;
    }
}

/* Score panel – esquerda no desktop */
.nl-review-score-panel {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
@media (min-width: 768px) {
    .nl-review-score-panel {
        align-items: center;
    }
}
.nl-review-score-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 220, 80, 0.25) 0%, rgba(255, 180, 40, 0.15) 50%, rgba(200, 140, 20, 0.2) 100%);
    border: 1px solid rgba(255, 220, 100, 0.35);
    box-shadow: 0 0 24px rgba(255, 200, 60, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.nl-review-score-badge:hover {
    box-shadow: 0 0 32px rgba(255, 200, 60, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.nl-review-score-value {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #fff4c4;
    text-shadow: 0 0 20px rgba(255, 220, 100, 0.4);
    letter-spacing: -0.02em;
}
@media (min-width: 992px) {
    .nl-review-score-badge {
        width: 120px;
        height: 120px;
        border-radius: 20px;
    }
    .nl-review-score-value {
        font-size: 3.5rem;
    }
}
@media (max-width: 767px) {
    .nl-review-score-badge {
        width: 88px;
        height: 88px;
        border-radius: 14px;
    }
    .nl-review-score-value {
        font-size: 2.5rem;
    }
}
.nl-review-score-source {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Conteúdo – direita no desktop */
.nl-review-content {
    flex: 1;
    min-width: 0;
}
.nl-review-type {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--theme);
    margin-bottom: 0.75rem;
}
.nl-review-summary {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 1rem;
}
.nl-review-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.25rem;
}
.nl-review-meta-item {
    white-space: nowrap;
}
.nl-review-meta-item strong {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 0.25rem;
}

/* Prós e contras – duas colunas */
.nl-review-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
    .nl-review-pros-cons {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}
.nl-review-list-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.5rem;
}
.nl-review-pros .nl-review-list-title {
    color: #2ecc71;
}
.nl-review-cons .nl-review-list-title {
    color: #ff4d4d;
}
.nl-review-pros ul,
.nl-review-cons ul {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}
.nl-review-pros li::marker {
    color: #2ecc71;
}
.nl-review-cons li::marker {
    color: #ff4d4d;
}
