:root {
    --main-color: rgb(17, 17, 17);
    --secondary-color: #b71f1f;
    --gold-color:#d43737; 
    --text-white: #fff;
    --main-color-transparent: #00000021;
    --color-content-background: rgba(62,40,40,0.23921568627450981);
    --color-charcoal: #141416;
    --color-charcoal-dark: #0c0c0c;
    --primary-color: #3182ce;
    --warning-color: #b7791f;
}

/* =====================================
   BASE / CORES / TIPOGRAFIA
   ===================================== */

.text-primary {
    color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
}

.text-warning {
    color: var(--warning-color) !important;
}

.btn-warning,
.bg-warning {
    background-color: var(--warning-color) !important;
    color: var(--text-white) !important;
}

html {
    overflow-x: hidden !important;
}

* {
    font-family: 'CronosPro', sans-serif;
    font-family: 'Cronos Pro', sans-serif;
}

body {
    height: 100%;
    background-color: var(--main-color);
    color: var(--text-white);
}

ul {
    list-style: none;
}

ul.dot-style {
    list-style: square;
}

a {
    text-decoration: none;
    color: var(--text-white);
}

/* =====================================
   BG / NAV
   ===================================== */

#vanta-fog {
    height: 800px;
    position: absolute;
    z-index: -1;
}

.bg-transition {
    z-index: 20;
    min-height: 100vh;
}

.bg-fog-gradient{
    background: linear-gradient(0deg, rgb(17, 17, 17) 20%, rgba(0,0,0,0) 100%) !important;
}

.navbar {
    background-color: var(--main-color) !important;
    border-bottom: 1px solid var(--secondary-color);
}

.navbar-toggler {
    color: var(--text-white);
    box-shadow: unset !important;
}

.logo-img {
    max-height: 400px;
    width: auto;
    display: block;
}

.container-alinhado {
    padding-left: 0.5rem;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 0.5rem;
}

#logo {
    max-width: 400px;
    filter: drop-shadow(0 0 15px #0f0d0d);
}

.header-menu {
    font-size: 22px;
}

.header-menu > ul > li > a {
    transition: all .2s;
    text-shadow: 0 0 15px #0f0d0d;
}

.header-menu > ul > li > a:hover {
    color: var(--gold-color);
}

/* Dropdown antigo (mantido caso use em outro lugar) */
.nav-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    margin-top: 11px;
    transform: translate(-100%, -2%);
    transition: height .3s,opacity .3s,visibility .3s,transform .3s,display .3s;
}

.nav-dropdown-menu > ul {
    background: linear-gradient(0deg,transparent 0,rgba(0,0,0,.6) 40px,#000);
    padding: 20px;
    white-space: nowrap;
}

.nav-dropdown-menu:hover,
.nav-dropdown:hover + .dropdown-nav .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-dropdown-menu > ul li {
    margin-bottom: 10px;
}

.nav-dropdown-menu > ul li a {
    transition: all .3s;
}

.nav-dropdown-menu > ul li a:hover {
    color: var(--gold-color);
}

/* =====================================
   TÍTULOS / DECORADORES
   ===================================== */

header h1 {
    font-size: 2.6rem;
}

.text-glow {
    text-shadow: 0 0 10px var(--gold-color);
}

.text-shadow {
    text-shadow: var(--color-charcoal) 0 -2px 15px;
}

.main-title {
    width: 66.6%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.decorator {
    height: 1px;
    box-shadow: 0 3px 8px #000;
    background: radial-gradient(circle,var(--secondary-color) 0,transparent 98%);
}

/* =====================================
   BOTÃO "BAIXE AGORA!"
   ===================================== */

.play-now-button {
    --play-now-button-border-width: 4px;
    --play-now-button-border-radius: 5px;
    --play-now-button-text-transform: none;
    --play-now-button-font-variant: small-caps;
    --play-now-button-base-shadow: 0 2px 2px rgba(0,0,0,0.5),0 4px 10px rgba(0,0,0,0.3);
    --play-now-button-hover-shadow: 0 2px 1px rgba(0,0,0,0.4),0 4px 8px rgba(0,0,0,0.2);
    --play-now-button-down-shadow: 0 2px 3px rgba(0,0,0,0.5),0 4px 12px rgba(0,0,0,0.3);
    --play-now-button-text-shadow: 0 2px 1px hsla(0,0%,100%,0.4),0 -3px 1px rgba(0,0,0,0.4);
    --play-now-button-transition: .1s ease-out;
    font-size: 20pt;
    padding: 0.8em 1.8em;
    background: radial-gradient(at bottom,rgb(129, 9, 9) 0,rgb(161, 16, 5) 34%,rgb(233, 38, 38) 89%), 
    radial-gradient(at bottom,rgba(220, 15, 0, 0.1) 0,rgba(200, 30, 0, 0.1) 34%,rgba(180, 36, 0, 0.3) 89%);
    background-blend-mode: multiply;
    box-shadow: var(--play-now-button-base-shadow);
    color: #fff;
    border: var(--play-now-button-border-width) solid transparent;
    border-radius: var(--play-now-button-border-radius);
    text-decoration: none!important;
    display: inline-block;
    text-align: center;
    text-transform: var(--play-now-button-text-transform);
    font-variant: var(--play-now-button-font-variant);
    position: relative;
    transition: var(--play-now-button-transition);
    text-shadow: var(--play-now-button-text-shadow);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}

.play-now-button:after,.play-now-button:before {
    content: " ";
    position: absolute;
    top: calc(var(--play-now-button-border-width)*-1);
    left: calc(var(--play-now-button-border-width)*-1);
    bottom: calc(var(--play-now-button-border-width)*-1);
    right: calc(var(--play-now-button-border-width)*-1)
}

.play-now-button:before {
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    border-radius: calc(var(--play-now-button-border-radius) + 4px)
}

.play-now-button:after {
    border-radius: inherit;
    mix-blend-mode: overlay;
    transition: inherit;
    box-shadow: inset 0 0 100px transparent
}

.play-now-button:hover {
    box-shadow: var(--play-now-button-hover-shadow)
}

.play-now-button:hover:after {
    box-shadow: inset 0 0 100px hsla(0,0%,100%,.8)
}

.play-now-button.down,.play-now-button:active {
    box-shadow: var(--play-now-button-down-shadow);
    transform: translateY(2px)
}

.play-now-button.down:after,.play-now-button:active:after {
    box-shadow: inset 0 0 100px rgba(0,0,0,.5)
}

/* Partículas (se usar JS pra isso) */
.play-now-button-particle {
    position: absolute;
    height: 100%;
    width: var(--size);
    mix-blend-mode: overlay;
    animation: animate-play-now-particle var(--speed) ease-out infinite;
    animation-fill-mode: both;
    animation-delay: var(--delay)
}

.play-now-button-particle:after {
    content: " ";
    height: var(--size);
    width: var(--size);
    display: block;
    background: #fff;
    border-radius: 50%;
    filter: blur(var(--blur))
}

@keyframes animate-play-now-particle {
    0% { transform: translateY(0); }
    80% { opacity: .8; }
    100% {
        transform: translateY(-160%);
        opacity: .5;
    }
}

/* =====================================
   FOOTER / UTILITÁRIOS
   ===================================== */

.bg-opacity {
    background: linear-gradient(180deg,var(--color-content-background) 350px,transparent 800px);
}

footer {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 100%) !important;
}

footer span {
    font-size: 11px;
}

.shura-deco {
    width: 50%;
    right: -180px;
    top: -100px;
}

.dark-offcanvas {
    background-color: var(--main-color) !important;
}

.fs-xl {
    font-size: 1.25rem;
}

.icon-offcanvas {
    font-size: 65px;
}

.custom-border {
    border-color: var(--gold-color) !important;
}

.to-black { --gradient-to-color: #000 }
.to-charcoal { --gradient-to-color: var(--color-charcoal); }
.to-charcoal-dark { --gradient-to-color: var(--color-charcoal-dark); }

.from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,transparent);
}
.bg-gradient-to-b {
    background-image: linear-gradient(180deg,var(--gradient-color-stops));
}

.h-24 { height: 6rem; }

/* =====================================
   CARTÕES / ITENS / GENÉRICOS
   ===================================== */

.item-card {
    width: 32%;
}

.item-card-body {
    width: 100%;
}

.bg-dark,
.btn-dark {
    background-color: var(--main-color) !important;
}

.bg-danger,
.btn-danger {
    background-color: var(--secondary-color) !important;
}

.icon-shadow {
    filter: drop-shadow(0 0 4px rgba(0,0,0,.6));
}

.table>:not(caption)>*>* {
    background-color: unset;
}

.bg-darker {
    background-color: #000;
}

.hover {
    transition: all .3s;
    outline: solid black 1px
} 

.hover:hover {
    background-color: rgb(15, 15, 15) !important;
    outline: 1px solid var(--warning-color);
}

.item-icon {
    max-width: 32px;
    transition: all 0.3s;
}

.item-card:hover > div > .item-icon {
    max-width: 90px;
}

/* =====================================
   RIBBONS PROMOÇÃO DA LOJA (mantidos)
   ===================================== */

.item-card {
    position: relative;
    overflow: visible !important;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-top: 40px;
}

.item-card::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: none;
    z-index: 1;
}

.swiper,
.swiper-wrapper,
.swiper-slide,
.swiper-container {
    overflow: visible !important;
}

.ribbon-item-card-body {
    color: #fff !important;
}

.ribbon-new,
.ribbon-new-big,
.ribbon-promo {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 10;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.ribbon-new span,
.ribbon-new-big span,
.ribbon-promo span {
    position: absolute;
    display: block;
    width: 140px;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    top: 20px;
    left: -35px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.ribbon-new span {
    background-color: #ffc107;
    color: #000;
}

.ribbon-new-big span {
    background-color: #28a745;
    color: #fff;
}

.ribbon-promo span {
    background-color: red;
    color: #fff;
}

/* =====================================
   RANKINGS ANTIGOS (Mantidos p/ outros usos)
   ===================================== */

.ranking-container {
    max-width: 550px;
    padding: 20px;
}

.page-title {
    font-size: 24px;
    color: #fb4601;
    position: relative;
    background-image: url('/img/decorator-3.webp');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 2px;
}

.ranking-info {
    border-bottom: 1px solid #b8b8b8;
    padding: 5px 0;
    margin-bottom: 10px;
}

.ranking-info > span {
    font-size: 12px;
    color: #fff;
}

.text-muted {
    color: rgb(255 255 255 / 75%) !important;
}

.ranking-info > i {
    color: #fb4601;
    font-size: 16px;
    cursor: pointer;
}

.ranking-content-header {
    padding: 15px 25px;
    font-size: 12px;
    font-weight: bold;
    color: #b7b7b7;
    max-width: 400px;
}

.ranking-content > ul {
    list-style: none;
    padding: 10px 0;
    width: 400px;
    box-shadow: 0 20px 50px 9px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: rgba(255,255,255,0.02);
}

.ranking-content > ul > li {
    font-size: 13px;
    color: #d2d2d2;
    padding: 18px 35px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex;
    justify-content: space-between;
}

.ranking-content > ul > li:last-child {
    border-bottom: none;
}

.tooltip-inner {
    max-width: 400px;
    text-align: start;
    background-color: #222;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
}

/* Botões verticais Metin/Boss/PvP (caso use em outra página) */
.page-title-ranking {
    font-size: 24px;
    color: #fb4601;
    position: relative;
    background-image: url('/img/decorator-3.webp');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 2px;
}

.ranking-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: transparent;
    margin-left: 20px;
    margin-top: 20px;
}

.ranking-nav .nav-item {
    width: 54px;
    height: 54px;
}

.ranking-nav .nav-item button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background-color: #1c1c1c;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%) brightness(0.8);
}

/* Botões padrão */
#pills-metin-tab { background-image: url('/img/icon/rank-metin.webp'); }
#pills-boss-tab  { background-image: url('/img/icon/rank-boss.webp');  }
#pills-pvp-tab   { background-image: url('/img/icon/rank-pvp.webp');   }

/* Ativo */
#pills-metin-tab.active { background-image: url('/img/icon/rank-metin-selected.webp'); }
#pills-boss-tab.active  { background-image: url('/img/icon/rank-boss-selected.webp');  }
#pills-pvp-tab.active   { background-image: url('/img/icon/rank-pvp-selected.webp');   }

.ranking-nav .nav-item button.active {
    filter: grayscale(0%) brightness(1.2);
    box-shadow: 0 0 10px var(--warning-color);
    background-color: #2a2a2a;
}

.ranking-nav .nav-item button:hover {
    transform: scale(1.05);
}

/* Aba lateral Jogadores/Guildas */
.ranking-container nav .nav-pills button {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: #1c1c1c;
    color: #fff;
    border: 1px solid #d43737;
    transition: all 0.3s ease;
}

.ranking-container nav .nav-pills button.active,
.ranking-container nav .nav-pills button:hover {
    background-color: #d43737;
    color: #fff;
    box-shadow: 0 0 10px #ffffff;
}

.ranking-btn-primary {
    background-color: #c20303 !important;
}

@media (max-width: 991px) {
    .ranking-content > ul {
        width: 100%;
    }
    .ranking-content-header {
        max-width: 100%;
    }
    .ranking-nav {
        flex-direction: row;
        height: auto;
        width: auto;
        margin: 20px auto;
    }
    .ranking-nav .nav-item {
        width: auto;
    }
}

/* =====================================
   HOME NOVA – CARD VERMELHO + RANKINGS
   ===================================== */

/* Card gigante central (fundo vermelho translúcido OU imagem) */
.home-wrapper {
    /* --- CONFIGURAÇÃO DE FUNDO --- */
    
    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (Descomente as 3 linhas abaixo e coloque o link da imagem) */

    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;


    /* OPÇÃO 3: Fundo com IMAGEM + TOM VERMELHO por cima (Recomendado para leitura) */

    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)), url('/img/ui/bg-dark-repeat.png') no-repeat center center; */
    /* background-size: cover; */


    border-radius: 18px;
    border: 1px solid rgba(212,55,55,0.6);
    box-shadow: 0 0 25px rgba(0,0,0,0.8);
    padding: 40px 40px 30px;
    margin-top: 40px;
    margin-bottom: 60px;
    color: #fff;
}

/* Centralizar todos os textos principais */
.home-wrapper header .main-title,
.home-wrapper header h1,
.home-wrapper header p {
    text-align: center;
}

.home-wrapper h1,
.home-wrapper h2,
.home-wrapper h6 {
    color: #ffffff; /* títulos em branco como no print */
}

/* Seção do Ranking da Bravura */
.home-ranking-section {
    width: 100%;
    text-align: center;
}

.home-ranking-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* Grid dos 3 cards de ranking */
.ranking-bravura-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

/* Cada card de ranking */

/* .ranking-bravura-card { */
    /* background: rgba(0, 0, 0, 0.80); */
    /* border-radius: 14px; */
    /* border: 1px solid rgba(212,55,55,0.7); */
    /* padding: 18px 18px 12px; */
    /* min-width: 260px; */
    /* max-width: 320px; */
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.45); */
/* } */
/* Cada card de ranking */
/* Cada card de ranking */
.ranking-bravura-card {
    /* Opção 1: Cinza Escuro Sólido */
    background: #212121; 

    /* Opção 2: Cinza Escuro com leve transparência (Recomendado para jogos) */
    /* background: rgba(33, 33, 33, 0.95); */

    border-radius: 14px;
    border: 1px solid rgba(212,55,55,0.7);
    padding: 18px 18px 12px;
    min-width: 260px;
    max-width: 320px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}


/* Título do card */
.ranking-bravura-card .ranking-card-title {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff !important; /* garante branco */
    margin-bottom: 0;
}

/* Deixa o ícone de presente alinhado bonitinho */
.ranking-card-title .bi {
    font-size: 1rem;
    margin-left: 6px;
}

/* Tabelas dentro dos cards */
.table-ranking thead th,
.table-ranking tbody td {
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 0.8rem;
}

/* Zebra/hover respeitando o fundo escuro */
.table-ranking tbody tr:hover {
    background-color: rgba(255,255,255,0.03);
}

/* =====================================
   ÚLTIMAS NOTÍCIAS
   ===================================== */

.home-news-section {
    text-align: center;      /* já existia */
    margin-top: 3rem;        /* NOVO – afasta das tabelas de ranking */
}

.home-news-inner {
    text-align: center;
}

/* Cada linha de notícia centralizada */
.home-news-item {
    justify-content: center;
}

/* Data da notícia */
.home-news-item .border-end {
    text-align: center;
}

/* Título e categoria */
.home-news-title {
    color: #ffffff;
    transition: color .2s ease;
}

.home-news-title:hover {
    color: var(--gold-color);
}

.home-news-category {
    color: #ffdd99;
    font-size: 0.9rem;
}

.home-news-category:hover {
    text-decoration: underline;
}

.home-news-link {
    color: #ffffff;
    font-weight: 100;
    text-decoration: underline;
    font-size: 0.85rem;   /* tamanho menor – pode usar 0.9rem se quiser um pouco maior */
}


.home-news-link:hover {
    color: #ffffff;
}

/* =====================================
   RESPONSIVO HOME
   ===================================== */

@media (max-width: 991px) {
    .home-wrapper {
        padding: 25px 18px 25px;
        margin-top: 25px;
    }

    .ranking-bravura-card {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .main-title {
        width: 100%;
    }

    .home-wrapper header h1 {
        font-size: 2.2rem;
    }
}

/* =========================================================
   HOME – ÚLTIMAS NOTÍCIAS (AJUSTADO)
   ========================================================= */

.home-news-section {
    text-align: center; /* título e link final centralizados */
}

.home-news-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;   /* conteúdo (lista) alinhado à esquerda */
}

/* deixa só o título/decorador centralizados */
.home-news-inner > h2,
.home-news-inner > .decorator {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* cada linha de notícia */
.home-news-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.35rem 0;
}

/* primeira coluna: data (dia/mês) */
.home-news-item > div:first-child {
    min-width: 70px;
    max-width: 70px;
    text-align: center;
    border-right: 1px solid var(--warning-color);
    padding-right: 0.75rem;
}

/* garante que o dia fique mais “grudado” ao mês, sem ficar estranho */
.home-news-item > div:first-child span:first-child {
    line-height: 1;
}

/* segunda coluna: título + categoria */
.home-news-item > div:last-child {
    flex: 1;
    text-align: left;
    padding-left: 0.25rem;
}

/* título da notícia (link grande) */
.home-news-title,
a.fs-4 {
    text-decoration: none;
    transition: color 0.2s ease, text-shadow 0.2s ease;
    color: #ffffff;
    display: inline-block;
}

/* hover do título */
.home-news-title:hover,
a.fs-4:hover {
    color: var(--gold-color);
    text-shadow: 0 0 8px rgba(251, 70, 1, 0.8);
}

/* categoria */
.home-news-category {
    text-decoration: none;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.2s ease;
}

.home-news-category:hover {
    color: var(--gold-color);
}

.home-news-link:hover,
section.text-light.pt-5.col-12.text-center > div.pt-5 a:hover {
    color: var(--gold-color);
    text-shadow: 0 0 8px rgba(251, 70, 1, 0.8);
}

/* responsivo – deixa tudo mais juntinho em telas pequenas */
@media (max-width: 576px) {
    .home-news-item {
        gap: 0.6rem;
    }

    .home-news-item > div:first-child {
        min-width: 60px;
        max-width: 60px;
        padding-right: 0.5rem;
    }

    .home-news-title,
    a.fs-4 {
        font-size: 1rem;
    }
}

/* PAGINA DE DOWNLOADS */

/* =========================================================
   PÁGINA DE DOWNLOAD – MESMO ESTILO DA HOME
   ========================================================= */

.download-page {
    display: flex;
    justify-content: center;
}

/* Card central, mesmo “bloco vermelho” da home */
.download-card {
    max-width: 900px;
    width: 100%;
    margin: 2.5rem auto 3rem;
    padding: 3rem 3rem 3.5rem;

    /* --- CONFIGURAÇÃO DE FUNDO (IGUAL À .home-wrapper) --- */

    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (descomente se quiser só a textura) */
    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;

    /* OPÇÃO 3: IMAGEM + TOM VERMELHO POR CIMA (recomendado) */
    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)),
                  url('/img/ui/bg-dark-repeat.png') no-repeat center center;
       background-size: cover; */

    border-radius: 18px;
    border: 1px solid rgba(212, 55, 55, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Título principal – segue o glow da home */
.download-title {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px var(--gold-color);
    text-align: center;
}

/* Usa o mesmo estilo de “linha dourada” da home */
.download-decorator {
    width: 300px;
    height: 1px;
    margin: 1.8rem auto 0;
    box-shadow: 0 3px 8px #000;
    background: radial-gradient(circle, var(--secondary-color) 0, transparent 98%);
}

/* (resto do teu CSS de download continua igual) */


/* Texto padrão dentro do card */
.download-card p,
.download-card span {
    color: #fdfdfd;
    font-size: 0.98rem;
}

/* Blocos/etapas (1. Conta, 2. Download, etc.) */
.download-step {
    margin-top: 1.75rem;
    text-align: left;
}

/* Título de cada etapa – cor dourada como na home */
.download-step-title {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

/* Link “clicando aqui!” – usa o dourado da paleta */
.download-link-highlight {
    color: #ffcf6b;
    font-weight: 600;
    text-decoration: none;
}

.download-link-highlight:hover {
    text-decoration: underline;
    color: #ffe6aa;
}

/* Container dos 3 hosts (Drive, Mega, MediaFire) */
.download-providers {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.download-provider {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.download-provider img {
    max-height: 56px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
}

/* Botão de download – combina com .btn-warning, mas com “cara” de home */
.download-btn {
    display: inline-block;
    min-width: 110px;
    padding: 4px 16px;
    font-size: 0.8rem;
    border-radius: 3px;
    border: 1px solid #c48829;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    background-color: var(--warning-color);
    color: #000;
}

.download-btn:hover {
    filter: brightness(1.08);
    text-decoration: none;
}

/* Lista de componentes (quando o jogo não abre) */
.download-components-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0.75rem;
    text-align: left;
    max-width: 360px;
    margin-inline: auto;
}

.download-components-list li {
    margin-bottom: 0.3rem;
}

.download-components-list a {
    color: #ffcf6b;
    font-size: 0.96rem;
    text-decoration: none;
}

.download-components-list a:hover {
    text-decoration: underline;
}

/* RESPONSIVO – deixa o card confortável em telas menores */
@media (max-width: 991px) {
    .download-card {
        margin-top: 2rem;
        padding: 2.2rem 1.8rem 2.8rem;
    }

    .download-providers {
        gap: 22px;
    }
}

@media (max-width: 576px) {
    .download-card {
        padding: 2rem 1.4rem 2.4rem;
    }

    .download-title {
        font-size: 2.2rem;
    }

    .download-providers {
        flex-direction: column;
        gap: 18px;
    }
}

/* =========================================================
   PÁGINA DE REGISTRO – NEW ORIGINS (BASEADO NO DOWNLOAD)
   ========================================================= */

.register-new-origins-page {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

/* Card central – Cópia exata do estilo .download-card renomeada */
.register-new-origins-card {
    max-width: 720px; /* Mesma largura do download */
    width: 100%;
    margin: 0 auto;
    padding: 3rem 3rem 3.5rem;
    position: relative; /* Para posicionar a Shura */

    /* --- CONFIGURAÇÃO DE FUNDO (MANTIDA ORIGINAL) --- */
    
    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (igual ao download) */
    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;

    /* OPÇÃO 3: Híbrido */
    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)),
                  url('/img/ui/bg-dark-repeat.png') no-repeat center center;
       background-size: cover; */

    border-radius: 18px;
    border: 1px solid rgba(212, 55, 55, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Título principal */
.register-new-origins-title {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px var(--gold-color);
    text-align: center;
}

/* Linha decorativa */
.register-new-origins-decorator {
    width: 300px;
    height: 1px;
    margin: 1.5rem auto 2.5rem; /* Margem ajustada para o form */
    box-shadow: 0 3px 8px #000;
    background: radial-gradient(circle, var(--secondary-color) 0, transparent 98%);
}

/* --- ESTILOS DO FORMULÁRIO INTERNO --- */

/* Wrapper para limitar a largura do form dentro do card */
.register-new-origins-form-wrap {
    max-width: 450px;
    margin: 0 auto;
}

/* Labels */
.register-new-origins-label {
    color: #fdfdfd;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

/* Inputs (Caixas de texto - Estilo claro para contraste) */
.register-new-origins-input {
    background-color: #f0f4f8; 
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    height: 42px;
    color: #111;
    font-size: 0.95rem;
    padding: 0 15px;
    width: 100%;
    transition: all 0.2s;
}

.register-new-origins-input:focus {
    background-color: #ffffff;
    border-color: var(--warning-color);
    box-shadow: 0 0 10px rgba(183, 121, 31, 0.4); /* Glow dourado */
    outline: none;
}

/* Checkbox e Termos */
.register-new-origins-check-label {
    font-size: 0.9rem;
    color: #eee;
    margin-left: 8px;
}

.register-new-origins-check-label a {
    color: #ffcf6b; /* Dourado */
    text-decoration: none;
    font-weight: 700;
}

.register-new-origins-check-label a:hover {
    text-decoration: underline;
    color: #ffe6aa;
}

/* Botão de Registro (Estilo Warning/Gold) */
.register-new-origins-btn {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #c48829;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    background-color: var(--warning-color);
    color: #000;
    cursor: pointer;
    margin-top: 15px;
    transition: filter 0.2s;
}

.register-new-origins-btn:hover {
    filter: brightness(1.1);
}

/* Imagem da Shura Flutuante */
.register-new-origins-deco-img {
    position: absolute;
    top: -60px;
    right: -90px;
    width: 280px;
    pointer-events: none;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
    z-index: 10;
}

/* Responsivo */
@media (max-width: 991px) {
    .register-new-origins-deco-img {
        width: 180px;
        top: -40px;
        right: -20px;
    }
}

@media (max-width: 576px) {
    .register-new-origins-card {
        padding: 2rem 1.5rem 2.5rem;
    }
    .register-new-origins-deco-img {
        display: none; /* Esconde no mobile */
    }
}

/* =========================================================
   PÁGINA DE RANKING – NEW ORIGINS
   ========================================================= */

.ranking-new-origins-page {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

/* Card central – Fundo e Estilo idênticos ao Registro/Download */
.ranking-new-origins-card {
    max-width: 1400px; /* Mais largo que o registro para caber a tabela */
    width: 100%;
    margin: 0 auto;
    padding: 3rem 2rem 3.5rem;
    position: relative;

    /* --- CONFIGURAÇÃO DE FUNDO (IGUAL AO REGISTRO/DOWNLOAD) --- */
    
    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (descomente para usar) */
    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;

    /* OPÇÃO 3: Híbrido (Gradiente + Imagem) */
    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)),
                  url('/img/ui/bg-dark-repeat.png') no-repeat center center;
       background-size: cover; */

    border-radius: 18px;
    border: 1px solid rgba(212, 55, 55, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Título */
.ranking-new-origins-title {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px var(--gold-color);
    text-align: center;
}

/* Decorador */
.ranking-new-origins-decorator {
    width: 300px;
    height: 1px;
    margin: 1.5rem auto 2.5rem;
    box-shadow: 0 3px 8px #000;
    background: radial-gradient(circle, var(--secondary-color) 0, transparent 98%);
}

/* Imagem da Shura */
.ranking-new-origins-deco-img {
    position: absolute;
    top: -65px;
    right: -80px;
    width: 240px;
    pointer-events: none;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
    z-index: 10;
}

/* --- ESTILIZAÇÃO DA TABELA (Mantida para funcionar no fundo escuro) --- */

.ranking-table-wrapper {
    background-color: rgba(0, 0, 0, 0.2); /* Fundo leve atrás da tabela */
    border-radius: 8px;
    padding: 10px;
    overflow-x: auto;
}

.table-dark-custom {
    color: #f0f0f0;
    margin-bottom: 0;
    vertical-align: middle;
}

.table-dark-custom thead th {
    border-bottom: 1px solid var(--warning-color);
    color: var(--warning-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 15px;
}

.table-dark-custom tbody td, 
.table-dark-custom tbody th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px;
    font-size: 0.95rem;
}

.table-dark-custom tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.class-icon-img {
    width: 32px;
    height: auto;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.8));
}

/* Responsivo */
@media (max-width: 991px) {
    .ranking-new-origins-deco-img {
        width: 160px;
        top: -40px;
        right: -10px;
        opacity: 0.8;
    }
}

@media (max-width: 768px) {
    .ranking-new-origins-card {
        padding: 2rem 1rem 2.5rem;
    }
    .ranking-new-origins-deco-img {
        display: none;
    }
    .ranking-new-origins-title {
        font-size: 2rem;
    }
}
/* Main container for the entire registration section */
.registration-container {
    width: 80%; /* Adjust as needed */
    margin: 50px auto;
    background: rgba(20, 20, 20, 0.9) url('path/to/your/background-image.jpg') no-repeat center;
    background-size: cover;
    border-radius: 20px;
    border: 2px solid #a03030; /* Reddish border */
    padding: 30px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    text-align: center; /* Centers title */
}

/* Title Styling */
h1 {
    font-size: 2.5em;
    color: white;
    text-shadow: 0 0 10px #ff3333, 0 0 20px #ff3333; /* Red glow effect */
    margin-bottom: 30px;
    font-family: 'Arial Black', sans-serif; /* Or a similar bold font */
}

/* Inner form box */
.form-box {
    background-color: #111; /* Darker inner box */
    border-radius: 15px;
    padding: 30px 40px 30px 30px; /* Extra padding on right for character */
    display: inline-block; /* Allows centering */
    text-align: left; /* Aligns labels and inputs to the left */
    position: relative;
    width: 60%; /* Adjust width as needed */
}

/* Character Image Positioning */
.character-image {
    position: absolute;
    top: -50px; /* Adjust to overlap the top */
    right: -80px; /* Adjust to overlap the right */
    width: 200px; /* Adjust size */
    z-index: 10; /* Ensure it's above the form box */
}

/* Form Labels */
label {
    display: block;
    color: white;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Input fields */
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: none;
    background-color: #eee;
}

/* Checkbox container */
.checkbox-container {
    color: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.checkbox-container input {
    margin-right: 10px;
}

.checkbox-container a {
    color: #007bff; /* Or your preferred link color */
    text-decoration: none;
}

/* "Criar Conta" Button */
.create-account-btn {
    background-color: #c07010; /* Orange color */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: block; /* Makes it a block element */
    width: auto;
    /* Remove any margin: 0 auto; or text-align: center from parent to align left */
}
/* =========================================================
   RANKING – PRIMEIROS LV 99 POR CLASSE (LINHA HORIZONTAL)
   ========================================================= */

.ranking-top99-wrapper {
    margin-bottom: 1.5rem;
}

/* Linha com os 4 blocos */
.ranking-top99-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap; /* em tela pequena ele quebra bonitinho */
}

/* Cada “cardzinho” de classe */
.ranking-top99-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 180px;   /* tenta manter 4 por linha, mas permite quebrar */
}

/* Deixa o ícone bonitinho e consistente */
.ranking-top99-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.7));
}

/* Texto dentro do bloco */
.ranking-top99-item ul li {
    line-height: 1.1;
}

/* Responsivo – em telas bem pequenas, 2 por linha fica melhor */
@media (max-width: 768px) {
    .ranking-top99-row {
        justify-content: center;
    }

    .ranking-top99-item {
        flex: 1 1 45%;
    }
}

@media (max-width: 480px) {
    .ranking-top99-item {
        flex: 1 1 100%;
    }
}

/* Bandeira do reino – maior e mais nítida */
.empire-flag-img {
    width: 38px;      /* aumenta largura */
    height: 28px;     /* altura fixa pra ficar uniforme */
    object-fit: contain;
}

/* Wrapper do reino (bandeira + texto) com um espacinho extra interno */
.empire-cell {
    gap: 3.5rem;          /* reforça o espaço entre bandeira e texto */
}

/* Mais espaçamento vertical entre as linhas da tabela */
.ranking-table-wrapper .ranking-row > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Opcional: uma linha bem suave entre os players */
.ranking-table-wrapper tbody tr + tr {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}


/* =========================================================
   PÁGINA MINHA CONTA – MESMO ESTILO DA DOWNLOAD / HOME
   ========================================================= */
/* =========================================================
   PÁGINA MINHA CONTA – MESMO ESTILO DA DOWNLOAD / HOME
   ========================================================= */
/* =========================================================
   PÁGINA MINHA CONTA – ESTILO BASEADO NA DOWNLOAD / HOME
   ========================================================= */

.account-page {
    display: flex;
    justify-content: center;
}

/* Card central – Fundo Vermelho Mantido */
.account-card {
    max-width: 900px;
    width: 93%;
    margin: 10px auto;
    padding: 3rem 2rem 3.5rem;
    position: relative;

    /* --- CONFIGURAÇÃO DE FUNDO (INTACTA) --- */
    
    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (descomente para usar) */
    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;

    /* OPÇÃO 3: Híbrido */
    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)),
                  url('/img/ui/bg-dark-repeat.png') no-repeat center center;
       background-size: cover; */

    border-radius: 18px;
    border: 1px solid rgba(212, 55, 55, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Título principal */
.account-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px var(--gold-color);
    text-align: center;
}

/* Linha dourada decorativa */
.account-decorator {
    width: 260px;
    height: 1px;
    margin: 1.5rem auto 0;
    box-shadow: 0 3px 8px #000;
    background: radial-gradient(circle, var(--secondary-color) 0, transparent 98%);
}

/* Cabeçalho (Saudação e Botão Sair) */
.account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 1rem;
}

.account-welcome {
    color: #fdfdfd;
    font-size: 1.1rem;
}

/* ===== CARD DE BÔNUS DE MOEDAS ===== */

.account-bonus-wrapper {
    margin-bottom: 3rem;
}

.my-acc-buy-coins-header {
    width: 90%;
    border-radius: 12px;
    padding: 2rem;
    /* Fundo escuro levemente avermelhado para destaque */
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.account-bonus-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.account-bonus-text {
    color: #ccc;
    font-size: 0.95rem;
}

/* Botão Loja (Vermelho Pequeno) */
.btn-shop-red {
    background-color: #b71f1f;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #d43737;
    white-space: nowrap;
}

.btn-shop-red:hover {
    background-color: #d43737;
    box-shadow: 0 0 10px #d43737;
    color: #fff;
}

/* ===== MENU DE BOTÕES (GRID OVAL) ===== */

.my-account-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Espaço entre os botões */
    margin-top: 1rem;
}

.my-account-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px; /* Largura fixa para ficarem uniformes */
    padding: 12px 10px;
    
    border-radius: 50px; /* Borda Oval */
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.5);
    
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.my-account-btn:hover {
    border-color: #fff;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

/* Responsividade */
@media (max-width: 991px) {
    .account-card {
        max-width: 95%;
        padding: 2rem;
    }
    
    .my-acc-buy-coins-header {
        flex-direction: column;
        text-align: center;
    }
    
    .my-account-btn {
        width: 100%; /* No celular ocupa a largura toda */
    }
}


/* =========================================================
   PÁGINA LOJA DE MOEDAS – NEW ORIGINS
   ========================================================= */

.shop-new-origins-page {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

/* Card Principal (Container Vermelho, igual download/account) */
.shop-new-origins-card {
    max-width: 800px;
    width: 90%;
    margin: 10px auto;
    padding: 3rem 2rem 3.5rem;
    position: relative;

    /* --- CONFIGURAÇÃO DE FUNDO (INTACTA) --- */
    
    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (descomente para usar) */
    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;

    /* OPÇÃO 3: Híbrido */
    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)),
                  url('/img/ui/bg-dark-repeat.png') no-repeat center center;
       background-size: cover; */

    border-radius: 18px;
    border: 1px solid rgba(212, 55, 55, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Título */
.shop-new-origins-title {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px var(--gold-color);
    text-align: center;
}

/* Decorador */
.shop-new-origins-decorator {
    width: 300px;
    height: 1px;
    margin: 1.5rem auto 2.2rem;
    box-shadow: 0 3px 8px #000;
    background: radial-gradient(circle, var(--secondary-color) 0, transparent 98%);
}

/* Imagem da Shura */
.shop-new-origins-deco-img {
    position: absolute;
    top: -65px;
    right: -80px;
    width: 260px;
    pointer-events: none;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
    z-index: 10;
}

/* Divider interno */
.shop-divider {
    border-color: rgba(255, 255, 255, 0.12);
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
}

/* Texto / infos acima dos pacotes */
.shop-coins-info p,
.shop-coins-info span {
    font-size: 0.98rem;
}

/* Alerta quando não há pacotes */
.shop-empty-alert {
    max-width: 640px;
    margin-inline: auto;
}

/* GRID dos cards de moedas */
.shop-coins-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.8rem;
    margin-top: 2rem;
}

/* --- ESTILO DOS CARDS DE PRODUTO (MOEDAS) --- */

.coin-item-card {
    width: 260px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.coin-item-card:hover {
    background: rgba(0, 0, 0, 0.6);
    border-color: var(--warning-color);
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

/* Ícone de Presente (Tooltip) */
.coin-gift-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--warning-color);
    cursor: help;
    transition: transform 0.2s;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
}

.coin-gift-icon:hover {
    transform: scale(1.2);
    color: #fff;
}

/* Imagem da Moeda */
.coin-img-display {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.4));
}

/* Texto de Quantidade */
.coin-amount-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
}

.coin-amount-label {
    font-size: 0.9rem;
    color: #ccc;
    font-weight: 400;
    text-transform: uppercase;
}

/* Preço */
.coin-price-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--warning-color);
    margin: 10px 0 15px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Botão Comprar */
.shop-buy-btn {
    width: 100%;
    padding: 10px 0;
    background-color: var(--warning-color);
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #c48829;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    transition: filter 0.2s;
}

.shop-buy-btn:hover {
    filter: brightness(1.1);
    color: #000;
}

/* Responsivo */
@media (max-width: 991px) {
    .shop-new-origins-deco-img {
        width: 180px;
        top: -40px;
        right: -20px;
        opacity: 0.8;
    }
}

@media (max-width: 576px) {
    .shop-new-origins-card {
        padding: 2rem 1.5rem 2.5rem;
    }
    .shop-new-origins-deco-img {
        display: none;
    }
    .shop-new-origins-title {
        font-size: 2rem;
    }
    .coin-item-card {
        width: 100%;
    }
}

.shop-new-origins-page {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

/* Card Principal (Container Vermelho, igual download/account) */
.shop-new-origins-card {
    max-width: 900px;
    width: 100%;
    margin: 10px auto;
    padding: 3rem 2rem 3.5rem;
    position: relative;

    /* --- CONFIGURAÇÃO DE FUNDO (INTACTA) --- */
    
    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (descomente para usar) */
    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;

    /* OPÇÃO 3: Híbrido */
    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)),
                  url('/img/ui/bg-dark-repeat.png') no-repeat center center;
       background-size: cover; */

    border-radius: 18px;
    border: 1px solid rgba(212, 55, 55, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}


/* ISSO CORRIGE O ESPAÇAMENTO E O CENTRO */
.payment-actions-container {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;
    flex-wrap: wrap; /* Permite quebrar linha no celular */
    gap: 30px; /* Espaço entre os botões */
    
    margin-top: 4rem; /* <--- AQUI: Empurra os botões bem para baixo */
    padding-top: 1rem;
    width: 100%;
}

/* Correção para o formulário não ocupar espaço extra */
.payment-form {
    margin: 0;
    padding: 0;
    display: flex; /* Garante que o botão dentro se comporte bem */
}

/* Estilo do Botão (Mantido o seu, apenas reforçando) */
.payment-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 12px 30px;
    min-width: 220px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 15px;
    border-radius: 8px;
}

.payment-btn:hover {
    background-color: #222;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

.payment-btn .texts {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.1;
}

.payment-btn .text-1 {
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.8;
}

.payment-btn .text-2 {
    font-size: 1.3rem;
    font-weight: bold;
}

/* Responsivo */
@media (max-width: 576px) {
    .payment-btn {
        width: 100%;
        min-width: 100%;
    }
    .payment-actions-container {
        flex-direction: column;
        gap: 15px;
    }
    .payment-form {
        width: 100%;
    }
}

/* =========================================================
   ESTILIZAÇÃO DO SWEETALERT (MODAL PIX)
   ========================================================= */

/* 1. O Modal em si */
div:where(.swal2-container) .swal2-popup {
    background-color: #080808 !important; /* Preto quase sólido */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
}

/* 2. Título */
div:where(.swal2-container) .swal2-title {
    color: #ffffff !important;
    font-size: 1.8rem;
    font-weight: 700;
}

/* 3. Inputs (IGUAL AO REGISTRO) */
div:where(.swal2-container) .swal2-input {
    background-color: #eef2f7 !important; /* Fundo claro */
    border: none !important;               /* Sem borda */
    border-radius: 4px !important;
    color: #000 !important;                /* Texto preto */
    height: 45px !important;               /* Altura confortável */
    font-size: 1rem !important;
    margin: 10px auto !important;          /* Espaçamento */
    box-shadow: none !important;
    width: 90% !important;                 /* Largura dos inputs */
}

/* Foco no input (Glow dourado) */
div:where(.swal2-container) .swal2-input:focus {
    box-shadow: 0 0 0 3px rgba(183, 121, 31, 0.4) !important;
    background-color: #ffffff !important;
}

/* 4. Botão Continuar (IGUAL AOS OUTROS BOTÕES) */
div:where(.swal2-container) .swal2-confirm {
    background-color: #b7791f !important; /* Dourado/Laranja */
    color: #000 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    padding: 12px 40px !important;
    box-shadow: none !important;
    border: 1px solid #c48829 !important;
    transition: all 0.2s;
}

div:where(.swal2-container) .swal2-confirm:hover {
    background-color: #d48d27 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(183, 121, 31, 0.4) !important;
}


/* =========================================================
   PÁGINA PEDIDO – TEMA NEW ORIGINS
   ========================================================= */

.order-new-origins-page {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

/* CARD PRINCIPAL (CSS SOLICITADO) */
.order-new-origins-card {
    max-width: 900px;
    width: 100%;
    margin: 10px auto;
    padding: 3rem 2rem 3.5rem;
    position: relative;

    /* --- CONFIGURAÇÃO DE FUNDO (INTACTA) --- */
    
    /* OPÇÃO 1 (Padrão): Fundo Gradiente Vermelho */
    background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96));

    /* OPÇÃO 2: Fundo com IMAGEM (descomente para usar) */
    background: url('/img/ui/bg-dark-repeat.png') no-repeat center center;
    background-size: cover;

    /* OPÇÃO 3: Híbrido */
    /* background: radial-gradient(circle at top, rgba(212,55,55,0.32), rgba(0,0,0,0.96)),
                  url('/img/ui/bg-dark-repeat.png') no-repeat center center;
       background-size: cover; */

    border-radius: 18px;
    border: 1px solid rgba(212, 55, 55, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Título */
.order-new-origins-title {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px var(--gold-color);
    text-align: center;
}

/* Decorador */
.order-new-origins-decorator {
    width: 250px;
    height: 1px;
    margin: 1.5rem auto 2.2rem;
    box-shadow: 0 3px 8px #000;
    background: radial-gradient(circle, var(--secondary-color) 0, transparent 98%);
}

/* Imagem Shura */
.order-new-origins-shura {
    position: absolute;
    top: -65px;
    right: -80px;
    width: 220px;
    pointer-events: none;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
    z-index: 10;
}

/* Caixa interna de Detalhes (Translúcida) */
.order-details-box {
    background-color: rgba(0, 0, 0, 0.5); /* Fundo escuro transparente */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

/* Caixa do Código Pix */
.pix-code-box {
    background-color: #000;
    border: 1px solid var(--warning-color);
    padding: 15px;
    border-radius: 6px;
    font-family: monospace;
    color: #fff;
    word-break: break-all;
    margin-top: 10px;
    font-size: 0.9rem;
}

/* Listas de detalhes */
.order-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.1rem;
}
.order-list li {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 5px;
}

/* Responsivo */
@media (max-width: 576px) {
    .order-new-origins-shura { display: none; }
    .order-new-origins-card { padding: 2rem 1.5rem; }
}

