/* 营销中心 — 产品/视频列表页顶部 Banner（全宽） */

.cx-page-banner {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 200px;
	max-height: 360px;
	overflow: hidden;
	background: #1a2332;
}

.cx-page-banner__img {
	display: block;
	width: 100%;
	height: clamp(200px, 32vw, 360px);
	object-fit: cover;
}

.cx-page-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 20, 40, 0.15) 0%, rgba(10, 20, 40, 0.65) 100%);
	pointer-events: none;
}

.cx-video-page--has-page-banner {
	padding-top: 0;
}

/* 视频列表：Banner + 标题叠层（与产品列表结构一致时可复用） */
.cx-video-hero-banner {
	position: relative;
	display: grid;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 32px;
	overflow: hidden;
	background: #1a2332;
}

.cx-video-hero-banner > .cx-page-banner,
.cx-video-hero-banner > .cx-video-hero {
	grid-area: 1 / 1;
}

.cx-video-hero-banner .cx-page-banner {
	position: static;
	width: 100%;
	max-width: none;
	margin: 0;
}

.cx-video-hero-banner .cx-video-hero--on-page-banner {
	position: relative;
	align-self: center;
	justify-self: stretch;
	margin: 0;
	padding: 24px 20px;
	background: transparent !important;
	border-bottom: none;
	z-index: 2;
}

.cx-video-hero-banner .cx-video-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.cx-video-hero--on-page-banner .cx-video-hero__title {
	color: #fff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.cx-video-hero--on-page-banner .cx-video-hero__desc {
	color: rgba(255, 255, 255, 0.92);
	max-width: 720px;
}
