.catalog-module-page {
	background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 28%);
	min-height: 60vh;
}

.catalog-module-breadcrumb .breadcrumb {
	background: transparent;
}

.catalog-module-breadcrumb .breadcrumb-item,
.catalog-module-breadcrumb .breadcrumb-item a {
	color: #607086;
	font-size: 14px;
}

.catalog-module-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #a2adbb;
}

.catalog-module-hero {
	margin-top: 24px;
	margin-bottom: 32px;
	padding: 36px;
	border: 1px solid rgba(9, 37, 64, 0.08);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 138, 61, 0.18), transparent 30%),
		linear-gradient(135deg, #082c50 0%, #114b82 100%);
	box-shadow: 0 24px 50px rgba(8, 44, 80, 0.12);
	color: #fff;
}

.catalog-module-kicker,
.catalog-group-kicker,
.catalog-detail-kicker {
	margin-bottom: 10px;
	color: #ffb27c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.catalog-module-title {
	margin-bottom: 14px;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.15;
}

.catalog-module-copy {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	line-height: 1.8;
}

.catalog-module-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.catalog-module-stat {
	padding: 22px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	text-align: center;
}

.catalog-module-stat-value {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.catalog-module-stat-label {
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.catalog-type-jump-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
}

.catalog-type-jump-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border: 1px solid #dce5ef;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(8, 44, 80, 0.05);
	color: #16385b;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.catalog-type-jump-link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: #eef4fb;
	color: #082c50;
	font-size: 12px;
}

.catalog-type-jump-link:hover,
.catalog-type-jump-link:focus {
	color: #082c50;
	text-decoration: none;
	transform: translateY(-1px);
}

.catalog-group-section,
.catalog-related-section {
	margin-bottom: 34px;
	padding: 28px;
	border: 1px solid #e4ebf3;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(8, 44, 80, 0.05);
}

.catalog-group-header,
.catalog-related-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.catalog-group-title {
	margin-bottom: 8px;
	color: #082c50;
	font-size: 32px;
	font-weight: 700;
}

.catalog-group-copy {
	color: #6e7d90;
	font-size: 15px;
	line-height: 1.7;
}

.catalog-group-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	height: 72px;
	border-radius: 22px;
	background: linear-gradient(135deg, #ff7a30 0%, #ff9d4f 100%);
	box-shadow: 0 14px 28px rgba(255, 122, 48, 0.22);
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.catalog-entry-card,
.catalog-related-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e6edf4;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(7, 31, 58, 0.06);
	overflow: hidden;
}

.catalog-entry-cover,
.catalog-related-card-cover {
	position: relative;
	padding: 0;
	background: linear-gradient(180deg, #f8fbff 0%, #eff5fb 100%);
	overflow: hidden;
}

.catalog-entry-cover {
	height: 260px;
}

.catalog-related-card-cover {
	height: 180px;
}

.catalog-entry-image,
.catalog-related-card-image,
.catalog-detail-cover-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0;
	object-position: center;
	background: #fff;
}

.catalog-entry-image {
	
	transform-origin: center;
}

.catalog-entry-image-default {
	transform: none;
	background: transparent;
}

.catalog-related-card-image {
	
	transform-origin: center;
}

.catalog-entry-placeholder,
.catalog-detail-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px dashed #c9d6e4;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
	color: #40607f;
	text-align: center;
}

.catalog-entry-placeholder {
	height: 260px;
}

.catalog-entry-placeholder-small {
	height: 180px;
}

.catalog-detail-placeholder {
	height: 100%;
	min-height: 420px;
	padding: 30px;
}

.catalog-entry-placeholder span,
.catalog-detail-placeholder span {
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(8, 44, 80, 0.08);
	color: #082c50;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.catalog-entry-placeholder strong,
.catalog-detail-placeholder strong {
	max-width: 280px;
	color: #082c50;
	font-size: 24px;
	line-height: 1.35;
}

.catalog-entry-body,
.catalog-related-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.catalog-entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.catalog-entry-meta span,
.catalog-entry-tags span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef4fb;
	color: #35506f;
	font-size: 12px;
	font-weight: 600;
}

.catalog-entry-title,
.catalog-related-card-body h3 {
	margin-bottom: 12px;
	color: #082c50;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.catalog-entry-copy,
.catalog-related-card-body p {
	color: #63758a;
	font-size: 15px;
	line-height: 1.7;
}

.catalog-entry-copy {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.catalog-entry-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
}

.catalog-entry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.catalog-entry-button,
.catalog-related-card-link,
.catalog-related-link,
.catalog-detail-primary-action,
.catalog-detail-secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 14px;
	font-weight: 700;
	text-decoration: none;
}

.catalog-entry-button,
.catalog-related-card-link,
.catalog-detail-primary-action {
	background: linear-gradient(135deg, #ff7a30 0%, #ff9d4f 100%);
	box-shadow: 0 14px 28px rgba(255, 122, 48, 0.22);
	color: #fff;
}

.catalog-entry-button:hover,
.catalog-entry-button:focus,
.catalog-related-card-link:hover,
.catalog-related-card-link:focus,
.catalog-detail-primary-action:hover,
.catalog-detail-primary-action:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.catalog-related-link,
.catalog-detail-secondary-action {
	border: 1px solid #d7e3ef;
	background: #fff;
	color: #082c50;
}

.catalog-related-link:hover,
.catalog-related-link:focus,
.catalog-detail-secondary-action:hover,
.catalog-detail-secondary-action:focus {
	color: #082c50;
	text-decoration: none;
}

.catalog-detail-shell {
	padding: 30px;
	border: 1px solid #e4ebf3;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 20px 46px rgba(8, 44, 80, 0.06);
}

.catalog-detail-cover {
	position: relative;
	height: 400px;
	/* height: 100%;
	min-height: 420px; */
	border-radius: 26px;
	background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
	overflow: hidden;
}

.catalog-detail-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	padding: 8px 14px;
	border-radius: 999px;
	background: #082c50;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.catalog-detail-cover-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	display: block;
	border-radius: 0;
	transform-origin: center;
	transform: scale(1);
}

.catalog-detail-panel {
	height: 100%;
	padding: 10px 0 10px 14px;
}

.catalog-detail-heading {
	margin-bottom: 18px;
	color: #082c50;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
}

.catalog-detail-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.catalog-detail-highlight,
.catalog-detail-meta-card {
	padding: 18px;
	border: 1px solid #e5edf5;
	border-radius: 20px;
	background: #f8fbfe;
}

.catalog-detail-highlight span,
.catalog-detail-meta-card span {
	display: block;
	margin-bottom: 8px;
	color: #6f8093;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.catalog-detail-highlight strong,
.catalog-detail-meta-card strong,
.catalog-detail-meta-card strong a {
	color: #082c50;
	font-size: 18px;
	line-height: 1.5;
	word-break: break-word;
}

.catalog-detail-description {
	color: #5f7186;
	font-size: 16px;
	line-height: 1.9;
}

.catalog-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 26px 0;
}

.catalog-detail-inline-note {
	padding: 14px 16px;
	border-radius: 16px;
	background: #fff4ec;
	color: #94542a;
	font-weight: 600;
}

.catalog-detail-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.catalog-related-card-link {
	margin-top: auto;
}

.catalog-empty-state {
	padding: 40px 28px;
	border: 1px solid #e4ebf3;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(8, 44, 80, 0.05);
	text-align: center;
}

.catalog-empty-state h2 {
	margin-bottom: 12px;
	color: #082c50;
	font-size: 32px;
	font-weight: 700;
}

.catalog-empty-state p {
	max-width: 720px;
	margin: 0 auto 18px;
	color: #64778c;
	font-size: 16px;
	line-height: 1.8;
}

@media (max-width: 1199px) {
	.catalog-module-title,
	.catalog-detail-heading {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.catalog-module-hero,
	.catalog-group-section,
	.catalog-related-section,
	.catalog-detail-shell {
		padding: 24px;
	}

	.catalog-module-stats,
	.catalog-detail-highlights,
	.catalog-detail-meta-grid {
		grid-template-columns: 1fr;
	}

	.catalog-detail-panel {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.catalog-module-title,
	.catalog-detail-heading,
	.catalog-group-title {
		font-size: 30px;
	}

	.catalog-group-header,
	.catalog-related-header,
	.catalog-entry-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.catalog-module-stat {
		padding: 18px 14px;
	}

	.catalog-entry-button,
	.catalog-related-card-link,
	.catalog-related-link,
	.catalog-detail-primary-action,
	.catalog-detail-secondary-action {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.catalog-module-hero,
	.catalog-group-section,
	.catalog-related-section,
	.catalog-detail-shell,
	.catalog-empty-state {
		padding: 20px;
		border-radius: 22px;
	}

	.catalog-entry-cover,
	.catalog-entry-placeholder,
	.catalog-detail-cover,
	.catalog-detail-placeholder {
		min-height: 280px;
		height: 280px;
	}

	.catalog-type-jump-link {
		width: 100%;
		justify-content: space-between;
	}
}
