/* Academy › 04 Biblioteca de recursos (cards-imagem centrados). */
.page-academy .acad-res {
	position: relative;
	aspect-ratio: 384 / 258;
	border-radius: 8px;
	overflow: hidden;
	background: var(--leto-charcoal) var(--res-img) center/cover no-repeat;
}
.page-academy .acad-res__scrim {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(20,20,20,.45) 0%, rgba(20,20,20,.45) 100%);
}
.page-academy .acad-res__inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: clamp(1rem, 1.6vw, 24px);
	gap: .8rem;
}
.page-academy .acad-res__title { font-size: 23.4px; line-height: 1.04; font-weight: 500; color: #e9e9e9; }
.page-academy .acad-res__desc { font-size: 10px; line-height: 1.4; font-weight: 500; color: #e9e9e9; max-width: 30ch; }
