/* ========================= */
/* FOOTER / RODAPÉ           */
/* ========================= */

.footer {
	background: url(../img/ui/bg-footer.png);
	background-position: top;
	background-size: cover;
}

/* bloco externo do footer (holder) */
.holder.footer {
	padding-top: 20px;   /* menor altura */
	padding-bottom: 10px;
}

/* MENU DO FOOTER (links INÍCIO / REGISTRAR / BAIXAR...) */

.footer .footer-menu {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0 10px 0; /* estava bem maior */
}

.footer .footer-menu a {
	display: block;
	font-size: 15px;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.4);
	color: #d3c9b7;
	font-weight: bold;
	padding: 12px 30px;
	line-height: 1;
	position: relative;
}

.footer .footer-menu a:hover {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.footer .footer-menu a:not(:last-child):after {
		background-image: url(../img/ui/footer-menu-separate.png);
		width: 11px;
		height: 18px;
		position: absolute;
		content: '';
		right: 0;
		top: 50%;
		transform: translate(50%, -40%);
	}
}

@media (max-width: 768px) {
	.footer .footer-menu {
		flex-direction: column;
		align-items: center;
		padding: 15px 0;
	}

	.footer .footer-menu a {
		padding: 8px 0;
		font-size: 16px;
	}
}

/* LINHA DECORATIVA ENTRE MENU E CONTEÚDO */

.footer .footer-separate {
	display: flex;
	justify-content: space-between;
	position: relative;
	opacity: 0.3;
	margin: 10px 0;
}

.footer .footer-separate:after {
	width: calc(100% - 40px);
	height: 1px;
	background-color: #9e8d78;
	content: '';
	position: absolute;
	display: block;
	left: 20px;
	top: 50%;
	transform: translateY(-1px);
}

/* CONTEÚDO DO FOOTER (PEGI, LOGO, TEXTOS, LANG) */

.footer .footer-content {
	padding: 15px 0;  /* menor que os 30px originais */
}

.footer .footer-content .f-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.footer .footer-content .f-detail .pegi {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	margin-right: 10px;
	opacity: 0.5;
	transition: 0.5s;
}

.footer .footer-content .f-detail .abra {
	max-width: 100%;
	height: 60px;
	object-fit: cover;
	display: block;
	margin-right: 10px;
	opacity: 0.5;
	transition: 0.5s;
}

.footer .footer-content .f-detail .pegi:hover,
.footer .footer-content .f-detail .abra:hover {
	opacity: 1;
}

.footer .footer-content .f-detail .desc p,
.footer .footer-content .f-detail .desc p a {
	margin: 3px 0;
	display: block;
	font-size: 14px;
	color: #636363;
	font-weight: 500;
	text-shadow: 0px 1px 3.28px rgba(9, 8, 12, 0.74);
}

.footer .footer-content .f-detail .desc p .gold {
	color: #c99657;
}

.footer .footer-content .f-detail .desc p .white {
	color: #dadada;
}

/* LANG SELECTOR NO FOOTER */

@media (min-width: 992px) {
	.footer .lang-selector,
	.footer .f-detail {
		padding: 10px 0;
	}
}

.footer .lang-selector {
	position: relative;
	max-width: 230px;
	width: 100%;
}

@media (min-width: 992px) {
	.footer .lang-selector {
		margin-left: auto;
	}
}

.footer .lang-selector .foot-lang-button {
	width: 100%;
	background-color: rgba(16, 16, 16, 0.5);
	border: 1px solid #101010;
	height: 44px;
	padding: 20px;
	position: relative;
	display: flex;
	align-items: center;
	transition: 0.2s;
	cursor: pointer;
}

.footer .lang-selector .foot-lang-button:hover {
	background-color: rgba(16, 16, 16, 0.2);
}

.footer .lang-selector .foot-lang-button img {
	margin-right: 10px;
}

.footer .lang-selector>.foot-lang-button:after {
	content: '';
	height: 6px;
	width: 10px;
	position: absolute;
	display: block;
	background-image: url(../img/ui/lang-arrow.png);
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.footer .lang-selector .lang-dropdown {
	transition: .2s;
	opacity: 0;
	transform: translateY(5px);
	pointer-events: none;
	width: inherit;
	background-color: rgba(16, 16, 16, 0.2);
	position: absolute;
	bottom: 100%;
	left: 0;
}

.footer .lang-selector.open .lang-dropdown {
	opacity: 1;
	transform: translateY(0px);
	pointer-events: unset;
}

/* PARTE DE BAIXO (SOCIAL + LINKS LEGAIS) */

.footer .footer-bottom {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 8px 0 10px; /* bem mais compacto */
	margin-top: 5px;
}

.footer .footer-bottom .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.footer .footer-bottom .social,
.footer .footer-bottom .link,
.footer .footer-bottom .h-sep {
	margin: 5px 10px;
}

.footer .footer-bottom .social {
	opacity: 0.5;
	transition: 0.3s;
}

.footer .footer-bottom .social:hover {
	opacity: 1;
}

.footer .footer-bottom .link {
	display: block;
	font-size: 14px;
	color: #636363;
	font-weight: 500;
	text-shadow: 0px 1px 3.28px rgba(9, 8, 12, 0.74);
}

.footer .footer-bottom .link:hover {
	color: #979797;
}

.footer .footer-bottom .h-sep {
	background-color: #151616;
	border-right: 1px solid #393939;
	height: 20px;
	width: 1px;
}

.footer .footer-bottom .author-logo {
	margin-left: auto;
	max-width: 152px;
	height: auto;
	width: fit-content;
	opacity: 0.5;
	transition: 0.2s;
}

.footer .footer-bottom .author-logo:hover {
	opacity: 1;
}

.footer .footer-bottom .author-logo img {
	display: block;
	height: auto;
	max-width: 152px;
}

/* se tiver algum espaço gigante por causa de col-full, zera isso */
.col-full {
	height: 0;
	margin: 0;
	padding: 0;
}


/* ===========================
   CONTADOR JOGADORES ONLINE – HOME
   =========================== */

.online-counter {
	position: static;
	top: 44%;          /* começa logo abaixo da logo */
	right: 350px;           /* encostado na direita da logo */
	margin-top: 30px;    /* "respiro" entre logo e contador */

	display: flex;
	gap: 20px;          /* antes era 36px, agora mais compacto */
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	z-index: 10;

	/* exibir da direita para a esquerda */
	flex-direction: row-reverse;
}

.stat-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s, box-shadow 0.3s;
}

.stat-box:hover {
	transform: scale(1.05);
}

.stat-value {
	font-size: 24px;   /* antes 36px – diminuído */
	font-weight: bold;
	color: #ffd700; /* dourado */
	text-shadow: 0 0 6px rgba(255, 215, 0, 0.7);
}

.stat-label {
	font-size: 12px;   /* antes 14px – um pouco menor */
	color: #ddd;
	letter-spacing: 1px;
	margin-top: 4px;
}

/* esconder no mobile */
@media (max-width: 768px) {
	.online-counter {
		display: none;
	}
}