.custom-banner-31b5ee84 {
	position: relative;
	display: block;
	text-decoration: none !important;
	overflow: hidden;
	transition: all 0.3s ease;
	background: #0b0608; /* Default fallback */
}
.custom-banner-img-wrap-31b5ee84 {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.custom-banner-bg-31b5ee84 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.custom-banner-31b5ee84:hover .custom-banner-bg-31b5ee84 {
	transform: scale(1.05);
}
.custom-banner-overlay-31b5ee84 {
	position: absolute;
	inset: 0;
	transition: background 0.3s;
	background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,0.75) 100%); /* Default */
}
.custom-banner-badge-31b5ee84 {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	background: #d7263d;
	color: #fff;
	padding: 4px 12px;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.custom-banner-content-31b5ee84 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	z-index: 2;
}
.custom-banner-text-wrap-31b5ee84 {
	flex: 1;
}
.custom-banner-subtitle-31b5ee84 {
	font-size: 16px;
	color: rgba(255,255,255,0.75);
}
.custom-banner-title-31b5ee84 {
	font-size: 42px;
	color: #fff;
	line-height: 1;
	margin-top: 4px;
	text-shadow: 0px 2px 20px rgba(0,0,0,0.7);
}
.custom-banner-desc-31b5ee84 {
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	margin-top: 6px;
}
.custom-banner-icon-wrap-31b5ee84 {
	width: 52px;
	height: 52px;
	background: #d7263d;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	transition: transform 0.3s ease, background 0.3s ease;
}
.custom-banner-icon-31b5ee84 {
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.custom-banner-icon-31b5ee84 svg {
	fill: #fff;
}
.custom-banner-footer-31b5ee84 {
	padding: 14px 22px;
	background: #0b0608;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(215,38,61,0.2);
}
.custom-banner-footer-left-31b5ee84 {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.55);
}
.custom-banner-footer-right-31b5ee84 {
	font-size: 12px;
	color: rgba(255,255,255,0.4);
}
