/* Homepage — abaixo do hero, alinhado ao visual “Informações” (claro, centralizado, azul #4eacff) */

/* Home: layout full-bleed; fundo = .page-box em custom.css (promo_bg.jpg) */
.home-below.page-box {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: clamp(2rem, 4.5vw, 3.75rem) 0 clamp(2.5rem, 5vw, 4.5rem);
	height: auto;
	min-height: 42vh;
	isolation: isolate;
}

.home-below.page-box > * {
	position: relative;
	z-index: 1;
}

.home-below.page-box > .home-hero-wave {
	z-index: 2;
}

.home-below .info-layout-wrap {
	max-width: min(1540px, 100%);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Onda: transição suave do hero para a área com promo_bg */
.home-hero-wave {
	position: relative;
	margin-top: -1px;
	line-height: 0;
	overflow: hidden;
	background: transparent;
}

.home-hero-wave svg {
	display: block;
	width: 100%;
	height: clamp(44px, 7vw, 88px);
}

.home-hero-wave__fill {
	fill: #f2f2f2;
}

.home-hero-wave path[stroke] {
	stroke: rgba(0, 0, 0, 0.06);
}

.home-panel-head--center {
	text-align: center;
}

.home-panel-head--center .info-panel__kicker {
	justify-content: center;
}

.home-panel-head--center .info-panel__title {
	margin-left: auto;
	margin-right: auto;
}

.home-panel-head--center .info-panel__lead {
	margin-left: auto;
	margin-right: auto;
}

/* Título extra acima de “Destaques do servidor” — hierarquia + gradiente */
.home-below .home-bento-head__overtitle {
	font-family: "Roboto Condensed", "Open Sans", sans-serif;
	font-size: clamp(1.08rem, 2.6vw, 1.42rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0 auto 0.85rem;
	max-width: 28rem;
	text-wrap: balance;
	background: linear-gradient(105deg, #1d4ed8 0%, #4eacff 42%, #6366f1 78%, #7c3aed 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

@supports not (background-clip: text) {
	.home-below .home-bento-head__overtitle {
		color: #2b8ae8;
		background: none;
	}
}

.home-below .home-bento-head__overtitle::after {
	content: "";
	display: block;
	width: min(3.5rem, 18vw);
	height: 3px;
	margin: 0.65rem auto 0;
	border-radius: 3px;
	background: linear-gradient(90deg, #4eacff, #a78bfa);
	opacity: 0.85;
}

.home-below .home-promo-cards__overtitle {
	display: block;
	text-align: center;
	margin-bottom: 0.5rem;
	max-width: 34rem;
}

.home-below .home-promo-cards__tagline {
	font-size: clamp(0.92rem, 2vw, 1.05rem);
	line-height: 1.55;
	color: #5a6573;
	text-align: center;
	max-width: 36rem;
	margin: 0 auto clamp(1.2rem, 3vw, 1.65rem);
	text-wrap: balance;
}

/* Home: sem halo azul ao redor dos painéis (fundo promo_bg aparece limpo) */
.home-below .info-layout-wrap::before {
	content: none;
}

.home-below .info-panel {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
}

.home-below .info-panel::before {
	height: 3px;
	background: linear-gradient(90deg, #e2e8f0, #cbd5e1, #e2e8f0);
}

/* Destaques: cartões iguais, lado a lado (como o slider antigo) */
.home-bento__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

@media (min-width: 576px) {
	.home-bento__grid {
		gap: 1rem;
	}
}

@media (min-width: 768px) {
	.home-bento__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.home-bento__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1rem;
	}
}

.home-bento__cell {
	position: relative;
	min-height: 200px;
	aspect-ratio: 3 / 4;
	max-height: 360px;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-bento__cell:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.home-bento__cell a {
	display: block;
	height: 100%;
	min-height: inherit;
	color: inherit;
	text-decoration: none;
}

.home-bento__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform 0.5s ease;
}

.home-bento__cell:hover .home-bento__img {
	transform: scale(1.05);
}

.home-bento__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.08) 35%, rgba(15, 23, 42, 0.82) 100%);
	pointer-events: none;
}

.home-bento__meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem 1.15rem 1.15rem;
	z-index: 2;
}

.home-bento__tag {
	display: inline-block;
	font-size: 0.62rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 700;
	color: #a8d8ff;
	margin-bottom: 0.25rem;
}

.home-bento__title {
	margin: 0;
	font-size: clamp(0.95rem, 2vw, 1.2rem);
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* Miniaturas nos painéis (fidelidade / BG) */
.home-promo-thumb {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.1);
	margin-bottom: 1rem;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.home-promo-thumb img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}

.home-promo-thumb--rank .home-promo-panel__visual--ranking {
	height: 200px;
	margin: 0;
	border: none;
	border-radius: 0;
}

.home-promo-panel__visual--ranking {
	background: url("../images/bg-ranking.gif") center 38% / cover no-repeat;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 0.85rem;
}

.home-podium {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.45rem;
	height: 120px;
}

.home-podium__stand {
	width: 64px;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.35rem;
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: none;
}

.home-podium__stand--2 {
	height: 64px;
	background: linear-gradient(180deg, #64748b, #475569);
}

.home-podium__stand--1 {
	height: 88px;
	width: 72px;
	background: linear-gradient(180deg, #fbbf24, #d97706);
	color: #1e293b;
	text-shadow: none;
}

.home-podium__stand--3 {
	height: 50px;
	background: linear-gradient(180deg, #ea580c, #9a3412);
}

.home-section-block .btn-primary.rounded-pill,
.home-section-block .btn-outline-primary.rounded-pill {
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.45rem 1rem;
}

/* Cartões promo (#history): hover como links do menu (.nav__main-links / .dropbtn → #4EACFF, 0.3s) */
.home-below #history .btn-primary.rounded-pill {
	transition:
		background-color 0.3s ease-in-out,
		border-color 0.3s ease-in-out,
		color 0.3s ease-in-out,
		box-shadow 0.3s ease-in-out;
}

.home-below #history .btn-primary.rounded-pill:hover,
.home-below #history .btn-primary.rounded-pill:focus-visible {
	color: #fff !important;
	background-color: #4eacff !important;
	border-color: #4eacff !important;
	box-shadow: 0 4px 18px rgba(78, 172, 255, 0.4);
}

.home-below #history .btn-primary.rounded-pill:active {
	background-color: #2b8ae8 !important;
	border-color: #2b8ae8 !important;
	box-shadow: 0 2px 10px rgba(43, 138, 232, 0.35);
}

.home-section-block .btn-outline-primary.rounded-pill {
	border-width: 2px;
}

/* Espaçamento entre blocos */
.home-below .info-panel + .info-panel {
	margin-top: 0;
}

.home-section-block {
	margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
	.home-section-block {
		margin-bottom: 2rem;
	}
}

/* —— Destaque endgame: mesmo “vocabulário” dos .info-panel da home (claro + #4eacff) —— */
.home-below .home-spotlight {
	position: relative;
	margin-top: clamp(0.25rem, 2vw, 0.75rem);
	padding: clamp(1.65rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.25rem);
	border-radius: 16px;
	overflow: hidden;
	color: #1e293b;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
}

.home-below .home-spotlight::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 16px 16px 0 0;
	background: linear-gradient(90deg, #e2e8f0, #cbd5e1, #e2e8f0);
}

.home-below .home-spotlight__visual {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	aspect-ratio: 4 / 5;
	max-height: min(420px, 70vh);
	margin-inline: auto;
	max-width: 400px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-below .home-spotlight__visual:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

@media (min-width: 992px) {
	.home-below .home-spotlight__visual {
		max-width: none;
		margin-inline: 0;
		max-height: 440px;
	}
}

.home-below .home-spotlight__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}

.home-below .home-spotlight__visual:hover img {
	transform: scale(1.05);
}

.home-below .home-spotlight__badge {
	display: inline-block;
	margin: 0 0 0.75rem;
	padding: 0.32rem 0.8rem;
	font-family: "Roboto Condensed", "Open Sans", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1d4ed8;
	border-radius: 999px;
	background: rgba(78, 172, 255, 0.12);
	border: 1px solid rgba(78, 172, 255, 0.28);
}

.home-below .home-spotlight__title {
	margin: 0 0 0.6rem;
	font-family: "Open Sans", sans-serif;
	font-size: clamp(1.28rem, 2.6vw, 1.72rem);
	font-weight: 700;
	line-height: 1.22;
	color: #0f172a;
	text-wrap: balance;
}

.home-below .home-spotlight__lead {
	margin: 0 0 1.2rem;
	max-width: 38rem;
	font-size: clamp(0.92rem, 1.75vw, 1.02rem);
	line-height: 1.58;
	color: #5a6573;
}

.home-below .home-spotlight__list {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.home-below .home-spotlight__row {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	padding: 0.85rem 1.05rem;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.07);
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.home-below .home-spotlight__row:hover {
	background: #fff;
	border-color: rgba(78, 172, 255, 0.35);
	box-shadow: 0 6px 22px rgba(78, 172, 255, 0.12);
	transform: translateY(-1px);
}

.home-below .home-spotlight__row:focus-visible {
	outline: 2px solid #4eacff;
	outline-offset: 3px;
}

.home-below .home-spotlight__ico {
	flex-shrink: 0;
	width: 2.55rem;
	height: 2.55rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 1.05rem;
	color: #2b8ae8;
	background: rgba(78, 172, 255, 0.12);
	border: 1px solid rgba(78, 172, 255, 0.22);
}

.home-below .home-spotlight__row-body {
	min-width: 0;
}

.home-below .home-spotlight__row-title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
}

.home-below .home-spotlight__row-desc {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.875rem;
	line-height: 1.48;
	color: #64748b;
}
