@font-face {
    font-family: NeoDunggeunmo;
    src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.3/NeoDunggeunmo.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.custom-carousel img {
    height: 420px;
    object-fit: cover;
}

.sidebar-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.sidebar-box:hover {
    transform: translateY(-5px);
}

.sidebar-content {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
}

.sidebar-link {
    color: #3a86ff;
    text-decoration: none;
    font-weight: bold;
}

/* ================= NEWS CARDS ================= */

.news-card {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
    transition: 0.3s ease;
    cursor: pointer;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.news-image {
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

/* CATEGORIA */

.news-category {
    z-index: 11;
    position: absolute;
    top: 215px;
    left: 15px;
    background: #3a86ff;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
    letter-spacing: 1px;
}

/* CORPO */

.news-body {
    min-height: 150px;
    padding: 20px;
}
.news-body h5 {
    color: #1b263b;
}
.news-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-date {
    font-size: 14px;
    color: #9aa5b1;
}

.section-title h2 {
    font-family: NeoDunggeunmo;
    font-size: 2.1rem;
    font-weight: 500;
}

.ver-mais {
    color: #3a86ff;
    text-decoration: none;
}
/* ================= TOPBAR ================= */
.topbar {
    background: #f4f6f9;
    height: 45px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.topbar a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.topbar a:hover {
    color: #3a86ff;
}

.top-logo {
    font-weight: bold;
    color: #e63946;
}

.login-btn {
    border: 1px solid #e63946;
    padding: 4px 14px;
    border-radius: 20px;
    color: #e63946;
    font-weight: 500;
}

.login-btn:hover {
    background: #e63946;
    color: #fff;
}

.register-link {
    font-weight: 500;
}

/* ================= MENU PRINCIPAL ================= */

.main-navbar {
    background: #1b263b;
    padding: 15px 0;
}

.main-navbar .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    font-weight: 500;
    transition: 0.3s;
}

.main-navbar .nav-link:hover {
    color: #3a86ff !important;
}

/* DROPDOWN MEGA MENU */

.custom-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    background: #0d1b2a;
    padding: 40px 0;
    border-radius: 0;
    animation: fadeDown 0.3s ease forwards;
}

.custom-dropdown h6 {
    color: #3a86ff;
    margin-bottom: 15px;
}

.custom-dropdown a {
    display: block;
    color: #ccc;
    margin-bottom: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.custom-dropdown a:hover {
    color: #fff;
    transform: translateX(5px);
}

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.main-navbar .nav-link {
    position: relative;
}

.main-navbar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #3a86ff;
    transition: 0.3s;
}

.main-navbar .nav-link:hover::after {
    width: 100%;
}
.navbar-scrolled {
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: 0.3s;
}
@media (max-width: 991px) {

    .topbar {
        display: none;
    }

    .custom-dropdown {
        position: static !important;
        width: 100%;
        padding: 20px;
    }

    .custom-dropdown .row {
        flex-direction: column;
    }

}
@media (max-width: 991px) {

    .right-sidebar {
        position: static;
        margin-top: 30px;
    }

}
/* MENU FIXO */
.main-navbar {
    background: #1b263b;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* SIDEBAR FIXA REAL */
.fixed-sidebar {
    width: 560px;
    position: fixed;
    right:0;
    top: 145px; /* altura da topbar + navbar */
}

.fixed-sidebar-posi {
    top: 100px!important; /* altura da topbar + navbar */
}

.side-banner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

.side-banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.side-banner.large img {
    height: 320px;
}

.side-banner:hover {
    transform: translateY(-5px);
}

.side-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
/* ===== LAYOUT CENTRAL ===== */

.main-wrapper {
    max-width: 1320px;
    margin: auto;
}

.content-area {
    width: 960px;
}

/* RESPONSIVO */

@media (max-width: 1200px) {
    .fixed-sidebar {
        display: none;
    }

    .content-area {
        width: 100%;
    }
}
/* ===== SLIDER PROFISSIONAL ===== */

.custom-carousel img {
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.4s;
}
.custom-carousel {
    margin-bottom: 60px;
}

.custom-carousel .carousel-item:hover img {
    transform: scale(1.02);
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3a86ff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 50%;
}
/* ================= SIDEBAR HTML BANNERS ================= */

.side-banner-html {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: 0.4s ease;
}

.fixed-sidebar .banner-title-side {
    font-family: NeoDunggeunmo;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    line-height: 32px;
}
.banner-title {
    font-family: NeoDunggeunmo;
    font-size: 2.8rem;
    font-weight: 500;
    color: #000;
    line-height: 45px;
}

.banner-description {
    color: #000;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.side-banner-html.large {
    height: 320px;
}

/* OVERLAY ESCURO */

.banner-overlay {
    position: absolute;
    inset: 0;
    transition: 0.4s;
}

/* CONTEÚDO */

.banner-content {
    width: 320px;
    text-align: left;
    position: absolute;
    bottom: 85px;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
}

.banner-content-side: {
    width: 280px;
    text-align: left;
    position: absolute;
    bottom: 45px;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
}

.banner-content-side:nth-child(2) {
    width: 280px;
    text-align: left;
    position: absolute;
    bottom: 35px;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
}

.banner-content-side:nth-child(3) {
    width: 280px;
    text-align: left;
    position: absolute;
    bottom: 35px;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
}


.banner-description {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
}

.banner-btn {
    display: inline-block;
    background: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}

/* HOVER PREMIUM */

.side-banner-html:hover {
    transform: translateY(-6px);
}

.side-banner-html:hover .banner-overlay {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.4)
    );
}

.side-banner-html:hover .banner-btn {
    background: #3a86ff;
}
/* ===== TEMP PAGE AJUSTES ===== */
html {
    color: #fff;
}

.temp-wrapper {
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.logo-menu {
    height: 60px;
}

.temp-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(58,134,255,0.4);
}

.temp-subtitle {
    color: #000;
    font-size: 16px;
}

.temp-banner {
    height: 300px;
}
/* ===== HEADER TEMP ===== */

.temp-header {
    padding: 40px 0 10px 0;
}

.temp-logo {
    height: 151px;
}

.temp-footer {
    padding: 30px 0;
    color: #9aa5b1;
    font-size: 14px;
}
/* ===== DOWNLOAD PAGE (FUNDO CLARO) ===== */

.download-page {
    min-height: 100vh;
    padding: 20px 0;
    color: #1b263b;
}

/* TÍTULO */

.download-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1b263b;
}

/* BOTÃO PRINCIPAL */

.download-main-btn {
    display: inline-block;
    background: linear-gradient(45deg, #3a86ff, #2667cc);
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.download-main-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* REQUISITOS */

.requirements h3 {
    color: #1b263b;
}

.requirements table {
    background: #ffffff;
    color: #1b263b;
}

.requirements thead {
    background: #1b263b;
    color: #fff;
}

/* CARDS EXTRAS */

.download-card {
    background: #1b263b;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s;
}

.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.small-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    background: #3a86ff;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
body {
    background-image: url(../img/main_bg.webp);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0px 0 120px;
}
.nav-item {
    margin-bottom: 10px 0px;
}
.temp-banner {
    height: 260px;
}
.temp-banner-infor {
    color: #fff!important;
}
.banner-content-discord .banner-title, .banner-content-discord .banner-description,.temp-banner-infor .banner-title, .temp-banner-infor .banner-description {
    color: #fff!important;
}
/* ===== INFO PAGE (ESTILO DOWNLOAD) ===== */

.info-page {
    background: #f4f6f9;
    min-height: 100vh;
    padding: 80px 0;
}

/* HERO */

.info-title {
    font-size: 42px;
    font-weight: 700;
    color: #1b263b;
}

.info-subtitle {
    color: #6c757d;
    margin-top: 10px;
}

/* SECTION */

.section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1b263b;
}

/* ===== TABELA DARK ===== */

.info-table {
    background: #0d1b2a;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.info-table td {
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.05);
}

.info-table tr {
    background: #12233a;
}

.info-table td {
    font-weight: 600;
    width: 40%;
    background: #081421;
    color: #fff;
}

/* BOXES */

.info-box {
    background: #1b263b;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}

.info-box:hover {
    transform: translateY(-5px);
    background: #243a5e;
}

