:root {
	--cnp-bg: #f5f7fb;
	--cnp-surface: #ffffff;
	--cnp-text: #172033;
	--cnp-muted: #687386;
	--cnp-border: rgba(23, 32, 51, 0.09);
	--cnp-accent: #4c6fff;
	--cnp-accent-hover: #3855d9;
	--cnp-radius-sm: 12px;
	--cnp-radius-md: 18px;
	--cnp-radius-lg: 28px;
	--cnp-shadow: 0 18px 50px rgba(23, 32, 51, 0.08);
	--cnp-container: 1280px;
}

.cnp-press {
	background: var(--cnp-bg);
	color: var(--cnp-text);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	overflow-x: hidden;
	overflow: clip;
	padding: 0;
	width: 100vw;
}

.cnp-press * {
	box-sizing: border-box;
}

.cnp-is-press-page .ct-breadcrumbs,
.cnp-is-press-page .entry-header .ct-breadcrumbs,
.cnp-is-press-page [class*="breadcrumb"],
.cnp-is-press-page nav[aria-label="Breadcrumb"],
.cnp-is-press-page .entry-header,
.cnp-is-press-page .page-title,
.cnp-is-press-page .hero-section[data-type="type-1"] {
	display: none !important;
}

.cnp-is-press-page .site-main,
.cnp-is-press-page .content-area,
.cnp-is-press-page .ct-container,
.cnp-is-press-page .ct-container-full,
.cnp-is-press-page [data-vertical-spacing],
.cnp-is-press-page article,
.cnp-is-press-page .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.cnp-press .cnp-content-shell {
	margin: 0 auto;
	padding: 80px 0 120px;
	width: min(var(--cnp-container), calc(100% - 48px));
}

.cnp-press .cnp-container {
	margin: 0 auto;
	max-width: var(--cnp-container);
	padding: 0 24px;
}

.cnp-press .cnp-breadcrumbs {
	color: var(--cnp-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 8px;
	margin-bottom: 22px;
}

.cnp-press .cnp-breadcrumbs a,
.cnp-press .cnp-card a,
.cnp-press .cnp-featured a,
.cnp-press .cnp-sidebar a {
	color: inherit;
	text-decoration: none;
}

.cnp-press .cnp-breadcrumbs a:hover,
.cnp-press .cnp-card-title a:hover,
.cnp-press .cnp-featured-title a:hover,
.cnp-press .cnp-sidebar a:hover {
	color: var(--cnp-accent);
}

.cnp-press .cnp-hero-full {
	align-items: center;
	background:
		radial-gradient(circle at 80% 20%, rgba(113, 145, 255, 0.38), transparent 38%),
		radial-gradient(circle at 10% 85%, rgba(123, 92, 255, 0.28), transparent 38%),
		linear-gradient(135deg, #0e1630 0%, #172a55 45%, #273f78 100%);
	background-position: center;
	background-size: cover;
	color: #fff;
	display: flex;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	min-height: var(--cnp-hero-height, 72vh);
	overflow: hidden;
	padding: 120px 24px 92px;
	position: relative;
	width: 100vw;
}

.cnp-press .cnp-hero-full.has-hero-image {
	background-image: var(--cnp-hero-image);
}

.cnp-press .cnp-hero-full::before {
	background:
		radial-gradient(circle at 80% 20%, rgba(113, 145, 255, 0.28), transparent 38%),
		linear-gradient(135deg, var(--cnp-hero-overlay-color, #0e1630), rgba(23, 42, 85, 0.78));
	content: "";
	inset: 0;
	opacity: var(--cnp-hero-overlay-opacity, 0.68);
	position: absolute;
}

.cnp-press .cnp-hero-full-inner {
	display: grid;
	gap: 18px;
	margin: 0 auto;
	max-width: var(--cnp-container);
	position: relative;
	width: 100%;
	z-index: 1;
}

.cnp-press .cnp-hero-full--center .cnp-hero-full-inner {
	justify-items: center;
	text-align: center;
}

.cnp-press .cnp-hero-full--center .cnp-hero-subtitle {
	margin-left: auto;
	margin-right: auto;
}

.cnp-press .cnp-hero-eyebrow {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.cnp-press .cnp-hero-title {
	color: #fff;
	font-size: clamp(60px, 9vw, 124px);
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0;
}

.cnp-press .cnp-hero-subtitle {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(20px, 2.2vw, 28px);
	line-height: 1.5;
	margin: 10px 0 0;
	max-width: 820px;
}

.cnp-press .cnp-tabs {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	display: flex;
	gap: 6px;
	margin-top: 22px;
	padding: 6px;
	width: max-content;
}

.cnp-press .cnp-tab {
	align-items: center;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 118px;
	padding: 10px 20px;
	text-decoration: none;
}

.cnp-press .cnp-tab.is-active {
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
	color: #172033;
}

.cnp-press .cnp-tabs--inline {
	background: var(--cnp-surface);
	border-color: var(--cnp-border);
	margin: 0 0 28px;
}

.cnp-press .cnp-tabs--inline .cnp-tab {
	color: var(--cnp-muted);
}

.cnp-press .cnp-tabs--inline .cnp-tab.is-active {
	background: var(--cnp-accent);
	color: #fff;
}

.cnp-press .cnp-tab:focus-visible,
.cnp-press .cnp-button:focus-visible,
.cnp-press .cnp-link-button:focus-visible,
.cnp-press a:focus-visible {
	outline: 3px solid rgba(76, 111, 255, 0.35);
	outline-offset: 3px;
}

.cnp-press .cnp-magazine-layout {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr);
}

.cnp-press .cnp-magazine-layout.has-sidebar {
	grid-template-columns: minmax(0, 1fr) 320px;
}

.cnp-press .cnp-featured {
	background: var(--cnp-surface);
	border: 1px solid var(--cnp-border);
	border-radius: var(--cnp-radius-lg);
	box-shadow: var(--cnp-shadow);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	margin-bottom: 34px;
	overflow: hidden;
}

.cnp-press .cnp-featured-media {
	background: linear-gradient(135deg, rgba(76, 111, 255, 0.16), rgba(23, 32, 51, 0.06));
	display: block;
	min-height: 100%;
}

.cnp-press .cnp-card-media {
	background: linear-gradient(135deg, rgba(76, 111, 255, 0.16), rgba(23, 32, 51, 0.06));
	display: block;
	flex: 0 0 auto;
	min-height: 0;
}

.cnp-press .cnp-featured-media img,
.cnp-press .cnp-card-media img {
	aspect-ratio: 16 / 10;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cnp-press .cnp-featured-content {
	align-self: center;
	padding: 34px;
}

.cnp-press .cnp-kicker {
	color: var(--cnp-accent);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.cnp-press .cnp-featured-title,
.cnp-press .cnp-card-title,
.cnp-press .cnp-section-heading h2,
.cnp-press .cnp-sidebar h2,
.cnp-press .cnp-video-header h2 {
	color: var(--cnp-text);
	letter-spacing: 0;
	margin: 0;
}

.cnp-press .cnp-featured-title {
	font-size: clamp(24px, 2.25vw, 38px);
	line-height: 1.14;
	margin-bottom: 16px;
	overflow-wrap: break-word;
}

.cnp-press .cnp-featured-excerpt,
.cnp-press .cnp-card-excerpt,
.cnp-press .cnp-section-heading p,
.cnp-press .cnp-video-header p,
.cnp-press .cnp-video-intro,
.cnp-press .cnp-sidebar p {
	color: var(--cnp-muted);
	line-height: 1.62;
}

.cnp-press .cnp-meta {
	align-items: center;
	color: var(--cnp-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 8px;
	margin: 18px 0;
}

.cnp-press .cnp-button,
.cnp-press .cnp-link-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	min-height: 44px;
	padding: 11px 18px;
	text-decoration: none;
}

.cnp-press .cnp-button {
	background: var(--cnp-accent);
	color: #fff;
}

.cnp-press .cnp-button:hover {
	background: var(--cnp-accent-hover);
	color: #fff;
}

.cnp-press .cnp-link-button {
	border: 1px solid var(--cnp-border);
	color: var(--cnp-text);
}

.cnp-press .cnp-section,
.cnp-press .cnp-category-section,
.cnp-press .cnp-video-wall {
	margin-top: 32px;
}

.cnp-press .cnp-section-heading {
	align-items: end;
	border-bottom: 1px solid var(--cnp-border);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 14px;
}

.cnp-press .cnp-section-heading h2,
.cnp-press .cnp-video-header h2 {
	font-size: 1.65rem;
}

.cnp-press .cnp-news-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cnp-press .cnp-magazine-layout.no-sidebar .cnp-news-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cnp-press .cnp-card {
	background: var(--cnp-surface);
	border: 1px solid var(--cnp-border);
	border-radius: 20px;
	box-shadow: 0 16px 44px rgba(20, 31, 54, 0.08);
	display: flex;
	flex-direction: column;
	height: auto;
	min-width: 0;
	overflow: hidden;
}

.cnp-press .cnp-card-media {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.cnp-press .cnp-card-image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cnp-press .cnp-card-placeholder {
	align-items: center;
	background: #eef1f6;
	color: var(--cnp-text);
	display: flex;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.cnp-press .cnp-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	opacity: 1;
	padding: 24px;
	visibility: visible;
}

.cnp-press .cnp-card-category {
	display: block;
}

.cnp-press .cnp-card-category a {
	color: var(--cnp-accent);
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.cnp-press .cnp-card-title {
	color: var(--cnp-text);
	display: block;
	font-size: 24px;
	line-height: 1.2;
	margin: 10px 0 0;
	overflow-wrap: break-word;
}

.cnp-press .cnp-card-title a {
	color: inherit;
	text-decoration: none;
}

.cnp-press .cnp-card-excerpt {
	color: var(--cnp-muted);
	display: block;
	font-size: 16px;
	line-height: 1.65;
	margin: 14px 0 0;
}

.cnp-press .cnp-card-meta {
	color: var(--cnp-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px 14px;
	margin-top: 18px;
}

.cnp-press .cnp-card-actions {
	display: block;
	margin-top: auto;
	padding-top: 22px;
}

.cnp-press .cnp-button-primary {
	justify-content: center;
}

.cnp-press .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.cnp-press .cnp-sidebar {
	align-self: start;
	display: grid;
	gap: 18px;
	position: sticky;
	top: 96px;
}

.admin-bar .cnp-press .cnp-sidebar {
	top: 128px;
}

.cnp-press .cnp-sidebar-box {
	background: var(--cnp-surface);
	border: 1px solid var(--cnp-border);
	border-radius: var(--cnp-radius-md);
	box-shadow: var(--cnp-shadow);
	padding: 22px;
}

.cnp-press .cnp-sidebar h2 {
	font-size: 1.05rem;
	margin-bottom: 14px;
}

.cnp-press .cnp-sidebar-list,
.cnp-press .cnp-latest-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cnp-press .cnp-sidebar-list a {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.cnp-press .cnp-sidebar-list .is-active a {
	color: var(--cnp-accent);
	font-weight: 800;
}

.cnp-press .cnp-image-placeholder {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(76, 111, 255, 0.18), rgba(23, 32, 51, 0.08));
	color: var(--cnp-text);
	display: flex;
	font-weight: 900;
	justify-content: center;
	min-height: 220px;
	width: 100%;
}

.cnp-press .cnp-pagination {
	margin-top: 28px;
}

.cnp-press .cnp-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cnp-press .cnp-pagination a,
.cnp-press .cnp-pagination span {
	align-items: center;
	background: var(--cnp-surface);
	border: 1px solid var(--cnp-border);
	border-radius: 999px;
	color: var(--cnp-text);
	display: inline-flex;
	min-height: 42px;
	min-width: 42px;
	justify-content: center;
	padding: 8px 13px;
	text-decoration: none;
}

.cnp-press .cnp-pagination .current {
	background: var(--cnp-accent);
	color: #fff;
}

.cnp-press .cnp-video-wall {
	background: var(--cnp-surface);
	border: 1px solid var(--cnp-border);
	border-radius: var(--cnp-radius-lg);
	box-shadow: var(--cnp-shadow);
	margin-left: auto;
	margin-right: auto;
	padding: 32px;
	width: 100%;
}

.cnp-press .cnp-video-wall--boxed {
	max-width: 920px;
}

.cnp-press .cnp-video-wall--wide {
	max-width: var(--cnp-container);
}

.cnp-press .cnp-video-wall--full {
	left: 50%;
	margin-left: -48vw;
	margin-right: -48vw;
	max-width: 96vw;
	position: relative;
	width: 96vw;
}

.cnp-press .cnp-video-content {
	margin-top: 22px;
	width: 100%;
}

.cnp-press .cnp-video-content iframe,
.cnp-press .cnp-video-content embed,
.cnp-press .cnp-video-content object {
	max-width: 100%;
}

.cnp-press .cnp-empty-state {
	background: var(--cnp-surface);
	border: 1px dashed var(--cnp-border);
	border-radius: var(--cnp-radius-md);
	color: var(--cnp-muted);
	padding: 34px;
	text-align: center;
}

@media (max-width: 991px) {
	.cnp-press .cnp-hero-full {
		min-height: 65vh;
		padding: 96px 22px 76px;
	}
}

@media (max-width: 1100px) {
	.cnp-press .cnp-magazine-layout.has-sidebar {
		grid-template-columns: 1fr;
	}

	.cnp-press .cnp-sidebar {
		position: static;
	}

	.cnp-press .cnp-magazine-layout.no-sidebar .cnp-news-grid,
	.cnp-press .cnp-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.cnp-press .cnp-content-shell {
		padding: 50px 0 80px;
		width: min(calc(100% - 32px), var(--cnp-container));
	}

	.cnp-press .cnp-hero-full {
		min-height: 58vh;
		padding: 82px 18px 64px;
	}

	.cnp-press .cnp-tabs {
		border-radius: var(--cnp-radius-md);
		width: 100%;
	}

	.cnp-press .cnp-tab {
		flex: 1;
		min-width: 0;
	}

	.cnp-press .cnp-featured {
		grid-template-columns: 1fr;
	}

	.cnp-press .cnp-featured-title {
		font-size: clamp(23px, 6.5vw, 32px);
		line-height: 1.16;
	}

	.cnp-press .cnp-featured-content {
		padding: 24px;
	}

	.cnp-press .cnp-magazine-layout.no-sidebar .cnp-news-grid,
	.cnp-press .cnp-news-grid {
		grid-template-columns: 1fr;
	}

	.cnp-press .cnp-section-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.cnp-press .cnp-video-wall {
		padding: 22px;
	}

	.cnp-press.cnp-press--compact-mobile .cnp-card-body,
	.cnp-press.cnp-press--compact-mobile .cnp-featured-content {
		padding: 18px;
	}
}

@media (max-width: 480px) {
	.cnp-press .cnp-button-primary {
		width: 100%;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.cnp-press .cnp-card,
	.cnp-press .cnp-button,
	.cnp-press .cnp-tab {
		transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
	}

	.cnp-press .cnp-card:hover {
		transform: translateY(-2px);
	}
}
