body{
    background-image: url(/images/background-top.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.home-logo-decorator{
    position: relative;
    height: 85vh;   /* ocupa 85% do ecrã */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================= NAVBAR PREMIUM ================= */

body > header > nav{
    height: 75px;
    background-color: #0b0b0f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #d4af37;
}

/* Centralizar conteúdo */
body > header > nav > .container{
    display: flex;
    justify-content: center;
}

/* Lista */
.navbar-nav{
    margin: 0 auto;
    gap: 40px;
}

/* Links */
div > ul > li.nav-item > a.nav-link{
    color: #d4af37 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 10px !important;
    transition: 0.3s ease;
}

/* Hover elegante */
a.nav-link:hover{
    color: #ffffff !important;
}

/* Página ativa */
.nav-link.active{
    color: #ffffff !important;
}


/* Comprar Cash destaque */
.nav-item:last-child .nav-link{
    background: linear-gradient(45deg, #8b0000, #d4af37);
    border-radius: 4px;
    color: #ffffff !important;
    padding: 10px 20px !important;
    margin-top: 18px;
    border-bottom: none !important;
    transition: 0.3s ease;
}

.nav-item:last-child .nav-link:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(212,175,55,0.7);
}

/* Login box upgrade */
.home-login-box{
    max-width: 300px;
    background-color: #141414;
    padding: 60px 30px 30px 30px;
    color: white;
    border: 1px solid rgba(212,175,55,0.2);
}

.btn-home-download-box{
    box-shadow: 0 0 40px rgba(212,175,55,0.2);
    transition: 0.4s;
}

.btn-home-download-box:hover{
    box-shadow: 0 0 50px rgba(212,175,55,0.6);
    transform: scale(1.05);
}

.btn-home-login-box{
    background-color: #271f1f;
    color: white;
    line-height: 50px;
    height: 50px;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
    transition: 0.3s;
}

.btn-home-login-box:hover{
    background-color: #8b0000;
    color: white;
}

.home-logo-decorator{
    position: relative;
    width: 100%;
}

.logo{
    position: relative;
    text-align: center;
}

.logo img{
    max-width: 420px;  /* controla tamanho */
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(212,175,55,0.6));
}
.decorator-render{
    position: absolute;
    top: -70px;
    left: 300px;
}

.box{
    width: 215px;
    height: 215px;
    background-color: red;
    border: 1px solid white;
}

.top-players-home{
    z-index: 2;
    position: relative;
    margin-top: 30px;
    background-image: url(/images/bg-title.webp);
    height: 77px;
    color: white;
    font-family: 'Cinzel', serif;
}

.top-players-home > h1{
    font-size: 1.5rem;
    margin-bottom: 0px !important;
    padding-top: 15px;
}

.top-players-cards{
    background-color: #171717;
    position: relative;
    padding: 20px;
}

.player-card{
    width: 214px;
    height: 214px;
    margin-left: 20px;
}

.player-bg-card{
    background-image: url(/images/class-icon.webp);
    background-size: 1080px 425px;
    background-repeat: no-repeat;
    position: relative;
    height: inherit;
    font-family: 'Josefin Sans', sans-serif;
}

.player-name{
    position: absolute;
    font-size: 1.3rem;
    bottom: 58px;
    display: block;
    width: 210px;
    text-align: center;
    font-weight: 500;
    background: #DD8637;
    background: -webkit-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: -moz-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.player-level{
    position: absolute;
    font-size: 1.0rem;
    bottom: 32px;
    display: block;
    width: 210px;
    text-align: center;
    font-weight: 400;
    background: #DD8637;
    background: -webkit-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: -moz-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

/* Class positions with-wolf */
.warrior-m{
    background-position: 0 0;
    transition: 0.3s ;
}

.warrior-f{
    background-position: 0 -213px;
    transition: 0.3s ;
}

.ninja-m{
    background-position: -216px 0;
    transition: 0.3s ;
}

.ninja-f{
    background-position: -216px -213px;
    transition: 0.3s ;
}

.shura-m{
    background-position: -432px 0;
    transition: 0.3s ;
}

.shura-f{
    background-position: -432px -213px;
    transition: 0.3s ;
}

.shaman-m{
    background-position: -650px 0;
    transition: 0.3s ;
}

.shaman-f{
    background-position: -650px -213px;
    transition: 0.3s ;
}

.lycan-m{
    background-position: -865px 0;
    transition: 0.3s;
}
/* Class positions end */

.home-news-bg{
    background-image: url(/images/bg-news.webp);
    background-repeat: repeat-y;
    background-size: cover;
    background-position-y: -50px;
}

.home-container{
    position: relative;
    padding: 30px 30px 30px 30px;
    color: white;
}

.home-container h2{
    font-family: 'Cinzel', serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h2 > a{
    float:right;
    text-decoration: none;
    color: white;
}

h2 > a:hover{
    color: rgba(255, 255, 255, 0.322);
}

.news-home-list{
    list-style: none;
    padding: 0;
}

.news-home-list > li{
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    font-size: 0.9rem;
}

.news-home-list > li > a{
    text-decoration: none;
    color: white;
    display: block;
}
.news-home-list > li > i{
    /* float: right; */
    font-style: normal;
    font-size: 0.8rem;
}

.carousel-size{
    margin:auto;
}

.carousel-size, .carousel-item{
    max-width: 530px;
    max-height: 260px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.56);
}

.home-footer-bg{
    background-color: #171717;
}

.copyright{
    background-color: #282828;
}

.home-statistics{
    padding-right: 30px;
    font-size: 0.9rem;
}
.home-statistics > li{
    display: flex;
    justify-content: space-between;
}

.home-statistics > li > hr{
    height: 1px;
    color:rgba(255, 255, 255, 0.541);
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-links,
.footer-social-medias{
    list-style: none;
    max-width: 300px;
}

.footer-links > li{
    padding-top: 10px !important;
}

.footer-links > li > a{
    color: #f64242;
}

.footer-social-medias {
    /* float: right; */
    padding-right: 40px;
}

.footer-social-medias > li {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.3rem;
}
.footer-social-medias > li > a{
    color: white;
}

.home-content{
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.content-title{
    color: white;
    background-color:#741b0ff5;
    padding: 15px 40px 15px 40px;
}

.content-title > h1{
    display: inline-block;
    font-weight: normal;
    font-size: 2em;
    margin: 0;
}

article > span{
    margin-bottom: 15px;
    display: block;
    text-align: end;
}

.home-content > .container > .content-bg{
    background-color: #171717;
    color: rgb(199, 196, 196);
    padding: 15px 40px 15px 40px;
}

.user-forms{
    max-width: 500px;
    margin: auto;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.144);
}

.tooltip-inner {
    max-width: 350px;
    text-align: start;
}

.nav-link.active{
    background-color: #8a1e10f5 !important;
}

.nav-link{
    color: #df402bf5;
}

.nav-link:hover{
    color: #fff;
}

.btn-primary{
    background-color: #741b0ff5;
    border: 1px solid #741b0ff5;
}

.btn-primary:hover{
    background-color: #8a1e10f5;
    border: 1px solid #741b0ff5;
}

.btn-primary:focus{
    background-color: #8a1e10f5;
    border: 1px solid #741b0ff5;
}

input{
    background-color: #2b2a2a !important;
    border: 1px solid #2b2a2a !important;
    color: #8d8d8d !important;
}

.user-forms > .input-group > span.input-group-text{
    background-color: #383838 !important;
    border: 1px solid #383838 !important;
    color: #ffffff !important;
}

.content-bg > table{
    width: 100%;
    text-align: center;
}

.content-bg > table td, th{
    padding: 10px;
    border: 1px solid #383838;
    background-color: rgb(19, 18, 18);
}

.content-bg .ranking-class img{
    width: 20%;
}

ul.pagination > li > a{
    background-color: rgb(24, 23, 23) !important;
    color: #fff !important;
    border: 1px solid #383838;
}

ul.pagination > li > a:hover{
    border: 1px solid #585757;
}

.content-bg > ul, .user-menu{
    list-style: none;
    padding: 0;
}

.user-menu > li > a{
    color: #be3928;
}

.user-menu > li > a:hover{
    color: #922213;
}

.user-account-bonus > div {
    border: 1px solid #585757;
    padding: 10px;
}

.user-account-bonus > div:hover{
    background-color: rgb(53, 47, 47);
}

.user-account-bonus > div > img{
    margin-top: 5px;
    max-height: 32px;
    max-width: 32px;
}

table.user-vote4coins td{
    border: 1px solid #585757;
    padding: 10px;
}

.user-account-info > li > span{
    color:#9c1a09;
    font-weight: bold;
    margin-right: 5px;
}

.user-characters td{
    border: 1px solid #383838;
    padding: 15px;
    background-color: rgb(19, 18, 18);
}

.user-characters > thead{
    text-align: center;
}

.user-characters td > b{
    color:#9c1a09;
}

.player-profile {
    background-image: url('/images/profile/background.webp');
    background-repeat: no-repeat;
}

.player-profile > table > tbody > tr > td{
    padding: 10px 80px;
    border: 1px solid #383838;
    background-color: rgb(24, 23, 23);
}

.align-chivalric {
    color: #3399FF;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-noble {
    color: #0066CC;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-good {
    color: #003366;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-friendly {
    color: #336699;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-neutral {
    color: #fff;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-aggressive {
    color: #660000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-fraudulent {
    color: #990000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-malicious {
    color: #CC0000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-cruel {
    color: #FF0000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}
/* Partizan */
.ability-warrior-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 64px 0px;
}
/* Arahan */
.ability-warrior-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 32px 0px;
}
/* Arco */
.ability-assassin-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 96px 0px;
}
/* Adaga */
.ability-assassin-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 128px 0px;
}
/* Black */
.ability-shura-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 160px 0px;
}
/* Miragem */
.ability-shura-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 192px 0px;
}
/* Relâmpago */
.ability-shaman-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 256px 0px;
}
/* Dragão */
.ability-shaman-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 224px 0px;
}
/* Default */
.ability-lycan-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 0px 0px;
}

.word-cloud {
    background-color: rgb(24, 23, 23);
    margin: 15px;
    padding: 15px;
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  width: 450px;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: rgb(14, 199, 255);
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 6; }
ul.cloud a[data-weight="6"] { --size: 8; }
ul.cloud a[data-weight="7"] { --size: 10; }
ul.cloud a[data-weight="8"] { --size: 13; }
ul.cloud a[data-weight="9"] { --size: 16; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}


ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

input::placeholder {
    color: #6e6c6c !important;
}

@media only screen and (max-width: 1300px) {

    .decorator-render{
        left: auto;
    }
}

@media only screen and (max-width: 767px) {

    .ranking-exp, .ranking-guild-points{
        display: none;
    }
}
@media only screen and (max-width: 530px) {

    .ranking-guild, .ranking-guild-loss, .ranking-guild-draw{
        display: none;
    }
}

@media only screen and (max-width: 450px) {

    .ranking-class, .ranking-empire{
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    body > header > nav{
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.219);
        background-color: black;
        color: white;
    }

    .home-logo-decorator{
        display: none;
    }
}
/* ===== REMOVER TOP PLAYERS ===== */
.top-players-home,
.top-players-cards {
    display: none !important;
}
/* ================= NAVBAR PREMIUM ================= */

body > header > nav{
    height: 75px;
    background-color: #0b0b0f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #d4af37;
}

.navbar-nav{
    gap: 40px;
}

.nav-link{
    color: #d4af37 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
}

.nav-link:hover{
    color: #ffffff !important;
}

/* ================================================= */
/* ================= HERO FINAL ==================== */
/* ================================================= */

body{
    margin: 0;
    padding: 0;
    background-color: #0b0b0f;
}

/* NAVBAR */
.navbar{
    height: 75px;
    background-color: #0b0b0f !important;
    border-bottom: 2px solid #d4af37;
}

.navbar-nav{
    gap: 40px;
}

.nav-link{
    color: #d4af37 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.nav-link:hover{
    color: #ffffff !important;
}

/* ================= HERO BUTTONS ================= */

.hero-buttons{
    position: relative;
    margin-top: 15px;   /* controla distância do logo */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.hero-btn{
    padding: 15px 40px;
    border: 2px solid #d4af37;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    background: rgba(0,0,0,0.6);
    transition: 0.3s ease;
}

.hero-btn:hover{
    background-color: #d4af37;
    color: #000;
}

/* Círculo ONLINE */

.hero-online{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #0f1f14 0%, #0a0f0b 70%);
    border: 2px solid #00ff66;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(0,255,102,0.5);
    transition: 0.3s ease;
}

.hero-online span{
    color: #00ff66;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}
main{
    margin-top: 75px;
}
/* ===== CHAMA DOURADA SUAVE ===== */

.hero-logo{
    position: relative;
    display: inline-block;
}

.hero-logo::after{
    content: "";
    position: absolute;
    inset: -30px;
    background: radial-gradient(circle at center,
        rgba(255,215,0,0.6) 0%,
        rgba(255,200,0,0.4) 30%,
        rgba(255,180,0,0.2) 50%,
        transparent 70%);
    opacity: 0;
    filter: blur(25px);
    z-index: -1;
    transition: opacity 0.3s ease;
}

.hero-logo:hover::after{
    opacity: 1;
    animation: flamePulse 1.5s ease-in-out infinite;
}

@keyframes flamePulse{
    0%{
        transform: scale(1);
        filter: blur(25px);
    }
    50%{
        transform: scale(1.08);
        filter: blur(30px);
    }
    100%{
        transform: scale(1);
        filter: blur(25px);
    }
}
.hero-section{
    margin-bottom: -10px;
}
/* ===== ALINHAR BOTÃO DONATE ===== */

.navbar-nav{
    align-items: center;
}

.navbar-nav .nav-item{
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item:last-child .nav-link{
    margin-top: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    display: flex;
    align-items: center;
}
.hero-section{
    transform: translateY(30px);
}
.home-news-bg .col-md-6 {
    border-right: none !important;
    border-left: none !important;
}

.home-news-bg .row > div {
    border: none !important;
}
.home-news-bg .row {
    border: none !important;
}
.home-news-bg {
    background: none !important;
}
.home-news-bg {
    display: none !important;
}
.hero-section {
    position: relative;
}

.hero-stats {
    margin: 35px auto 0 auto;
    max-width: 980px;
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(218, 165, 32, 0.35);
    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.65);
}

.hero-stat-card {
    min-width: 150px;
    padding: 15px 18px;
    text-align: center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.01)
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.3s ease;
}

.hero-stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(218, 165, 32, 0.65);
    box-shadow: 0 0 18px rgba(218, 165, 32, 0.25);
}

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #d8a12a;
    letter-spacing: 1px;
}

.stat-label {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.85;
}
@media (max-width: 768px) {
    .hero-stats {
        width: 90%;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .hero-stat-card {
        min-width: 130px;
        flex: 1 1 40%;
    }
}
.site-footer {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    padding: 18px 0;
    border-top: 1px solid rgba(218, 165, 32, 0.3);
}

.footer-inner {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links a {
    color: #d8a12a;
    text-decoration: none;
    margin-right: 15px;
    font-size: 13px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-social a {
    color: #d8a12a;
    margin: 0 6px;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #ffffff;
    transform: scale(1.2);
}

.footer-copy {
    font-size: 12px;
    color: #aaa;
}
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
    }
}
/* ===============================
   HERO SECTION FULLSCREEN
================================ */

/* Garantir que conteúdo fica por cima */
.hero-logo,
.hero-buttons,
.hero-stats {
    position: relative;
    z-index: 2;
}

/* ===============================
   LOGO
================================ */

.hero-logo {
    margin-bottom: 30px;
}

/* ===============================
   BOTÕES
================================ */

.hero-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.hero-buttons a {
    padding: 14px 40px;
    border: 1px solid #d8a12a;
    background: rgba(0,0,0,0.6);
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.hero-buttons a:hover {
    background: #d8a12a;
    color: black;
    transform: scale(1.05);
}

/* ===============================
   HERO STATS PREMIUM
================================ */

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid rgba(218,165,32,0.3);
    background: rgba(10,10,10,0.55);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 35px rgba(0,0,0,0.65);
}

.hero-stat-card {
    min-width: 140px;
    padding: 15px 18px;
    text-align: center;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.01)
    );
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.3s ease;
}

.hero-stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(218,165,32,0.6);
    box-shadow: 0 0 18px rgba(218,165,32,0.25);
}

.stat-number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #d8a12a;
}

.stat-label {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* ===============================
   FOOTER MINIMAL
================================ */

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.site-footer {
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.9);
    border-top: 1px solid rgba(218,165,32,0.4);
}

.footer-inner {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links a {
    color: #d8a12a;
    text-decoration: none;
    margin-right: 15px;
    font-size: 13px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-social a {
    color: #d8a12a;
    margin: 0 6px;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: white;
    transform: scale(1.2);
}

.footer-copy {
    font-size: 12px;
    color: #aaa;
}

/* ===============================
   RESPONSIVO
================================ */

@media (max-width: 768px) {
    .hero-stats {
        flex-wrap: wrap;
        width: 90%;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
/* ===== CENTRALIZAÇÃO REAL DO HERO ===== */

.hero-section {
    min-height: 100vh;
    padding-top: 80px; /* compensa header */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}
/* Ajuste fino de espaçamentos */
.hero-logo {
    margin-bottom: 20px;
}

.hero-buttons {
    margin-bottom: 30px;
}

/* Centralizar o quadro das stats */
.hero-stats {
    margin-top: 10px;
}
.hero-logo img {
    max-width: 380px;   /* ajusta aqui o tamanho ideal */
    width: 100%;
    height: auto;
}
/* ===============================
   RESPONSIVO MOBILE HERO
================================ */

@media (max-width: 992px) {

    /* Ajuste geral da hero */
    .hero-section {
        padding-top: 100px;
        transform: none;
    }

    /* LOGO */
    .hero-logo img {
        max-width: 260px;
    }

    /* BOTÕES */
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .hero-buttons a {
        width: 80%;
        max-width: 280px;
    }

    /* STATS */
    .hero-stats {
        flex-wrap: wrap;
        width: 90%;
        padding: 12px;
    }

    .hero-stat-card {
        flex: 1 1 45%;
        min-width: 140px;
        margin-bottom: 10px;
    }
}


/* MOBILE PEQUENO */
@media (max-width: 576px) {

    .hero-logo img {
        max-width: 220px;
    }

    .hero-buttons a {
        width: 90%;
    }

    .hero-stat-card {
        flex: 1 1 100%;
    }

    .stat-number {
        font-size: 18px;
    }

    .stat-label {
        font-size: 10px;
    }
}
/* ===============================
   MENU MOBILE FIX
================================ */

@media (max-width: 992px) {

    /* Fundo do menu quando abre */
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(8px);
        padding: 20px;
        border-top: 1px solid rgba(218,165,32,0.4);
        z-index: 9999;
    }

    /* Links do menu */
    .navbar-collapse a {
        display: block;
        padding: 12px 0;
        color: #d8a12a !important;
        text-align: center;
        font-size: 16px;
    }

    .navbar-collapse a:hover {
        color: white !important;
    }

    /* Botão donate destacado */
    .navbar-collapse .btn,
    .navbar-collapse .donate {
        margin-top: 10px;
    }

    /* Garantir que fica acima do conteúdo */
    .navbar {
        z-index: 10000;
        position: relative;
    }
}
/* ===== CORREÇÃO LOGO MOBILE ===== */

@media (max-width: 992px) {

    .hero-section {
        min-height: auto;
        height: auto;
        padding-top: 120px; /* espaço abaixo do header */
        padding-bottom: 60px;
        justify-content: flex-start; /* não centra verticalmente */
    }

    .hero-logo {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .hero-logo img {
        max-width: 240px;
        height: auto;
    }
}