.spp-catalog {
	--spp-catalog-primary: #000f59;
	--spp-catalog-accent: #ff7614;
	--spp-catalog-bg: #f8fafc;
	--spp-catalog-card: #fff;
	--spp-catalog-text: #111827;
	--spp-catalog-muted: #64748b;
	--spp-catalog-border: color-mix(in srgb, var(--spp-catalog-text) 11%, transparent);
	--spp-catalog-shadow: 0 18px 50px rgba(15, 23, 42, .08);
	position: relative;
	overflow: clip;
	color: var(--spp-catalog-text);
	background: var(--spp-catalog-bg);
	font-family: inherit;
	isolation: isolate;
}

.spp-catalog,
.spp-catalog * {
	box-sizing: border-box;
}

.spp-catalog a {
	text-decoration: none;
}

.spp-catalog-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.spp-catalog-hero {
	position: relative;
	min-height: 650px;
	display: grid;
	align-items: center;
	padding: clamp(78px, 9vw, 124px) 0 clamp(72px, 8vw, 110px);
	color: #fff;
	background:
		radial-gradient(circle at 8% 14%, color-mix(in srgb, var(--spp-catalog-accent) 30%, transparent), transparent 31%),
		radial-gradient(circle at 86% 86%, rgba(76, 119, 255, .26), transparent 32%),
		linear-gradient(145deg, color-mix(in srgb, var(--spp-catalog-primary) 94%, #000 6%), var(--spp-catalog-primary));
}

.spp-catalog-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 86px;
	background: linear-gradient(to top, rgba(0, 0, 0, .13), transparent);
	content: "";
	pointer-events: none;
}

.spp-catalog-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
	align-items: center;
	gap: clamp(54px, 7vw, 92px);
}

.spp-catalog-eyebrow,
.spp-catalog-kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 15px;
	color: color-mix(in srgb, var(--spp-catalog-accent) 84%, #fff 16%);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.spp-catalog-eyebrow span {
	width: 28px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.spp-catalog-hero h1 {
	max-width: 690px;
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 4.5vw, 66px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.28;
}

.spp-catalog-hero__intro {
	max-width: 670px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .74);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 2;
}

.spp-catalog-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
	margin-top: 30px;
}

.spp-catalog .spp-catalog-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	color: inherit;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 13px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 780;
	line-height: 1;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.spp-catalog-button svg,
.spp-catalog-card__link svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transform: scaleX(-1);
}

.spp-catalog .spp-catalog-button:hover {
	transform: translateY(-2px);
}

.spp-catalog-button--primary {
	color: var(--spp-catalog-primary) !important;
	background: #fff !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18) !important;
}

.spp-catalog-button--ghost {
	color: #fff !important;
	background: rgba(255, 255, 255, .07) !important;
	border-color: rgba(255, 255, 255, .24) !important;
	backdrop-filter: blur(10px);
}

.spp-catalog-button--ghost:hover {
	background: rgba(255, 255, 255, .13) !important;
}

.spp-catalog-stats {
	display: flex;
	gap: 28px;
	margin-top: 36px;
}

.spp-catalog-stats div {
	display: grid;
	grid-template-columns: auto auto;
	align-items: baseline;
	gap: 7px;
}

.spp-catalog-stats strong {
	color: #fff;
	font-size: 22px;
	font-weight: 850;
}

.spp-catalog-stats span {
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
}

.spp-catalog-hero__visual {
	position: relative;
	min-width: 0;
	perspective: 1200px;
}

.spp-catalog-hero__image,
.spp-catalog-window {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(255, 255, 255, .44);
	border-radius: 23px;
	box-shadow: 0 40px 90px rgba(0, 0, 0, .3);
	transform: rotateY(-5deg) rotateX(1.5deg);
}

.spp-catalog-hero__image::after,
.spp-catalog-window::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, .46);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.spp-catalog-hero__image {
	aspect-ratio: 16 / 10;
}

.spp-catalog-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spp-catalog-window {
	min-height: 410px;
	padding: 14px;
	color: var(--spp-catalog-text);
}

.spp-catalog-window__bar {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 8px;
}

.spp-catalog-window__bar span {
	width: 8px;
	height: 8px;
	background: #dbe1eb;
	border-radius: 50%;
}

.spp-catalog-window__bar span:first-child {
	background: var(--spp-catalog-accent);
}

.spp-catalog-window__bar i {
	width: 42%;
	height: 8px;
	margin-inline-start: auto;
	background: #eef2f7;
	border-radius: 999px;
}

.spp-catalog-window__body {
	display: grid;
	grid-template-columns: 58px 1fr;
	min-height: 338px;
	overflow: hidden;
	background: #f4f7fb;
	border: 1px solid #e7ecf3;
	border-radius: 15px;
}

.spp-catalog-window__rail {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	padding: 22px 12px;
	background: var(--spp-catalog-primary);
}

.spp-catalog-window__rail span {
	width: 25px;
	height: 25px;
	background: rgba(255, 255, 255, .13);
	border-radius: 8px;
}

.spp-catalog-window__rail .is-active {
	background: var(--spp-catalog-accent);
}

.spp-catalog-window__content {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-content: start;
	gap: 12px;
	padding: 24px 18px;
}

.spp-catalog-window__heading {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.spp-catalog-window__heading span {
	width: 36%;
	height: 12px;
	background: #dce3ed;
	border-radius: 999px;
}

.spp-catalog-window__heading i {
	width: 20%;
	height: 28px;
	background: var(--spp-catalog-accent);
	border-radius: 9px;
}

.spp-catalog-window__product {
	display: grid;
	align-content: center;
	min-height: 110px;
	padding: 17px;
	background: #fff;
	border: 1px solid #e4e9f1;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.spp-catalog-window__product--1 {
	grid-column: 1 / -1;
	min-height: 125px;
	background: linear-gradient(135deg, #fff, #f7f8ff);
}

.spp-catalog-window__product b {
	overflow: hidden;
	color: var(--spp-catalog-primary);
	font-size: 13px;
	line-height: 1.65;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.spp-catalog-window__product small {
	margin-top: 5px;
	color: #8290a5;
	font-size: 10px;
}

.spp-catalog-window__empty {
	grid-column: 1 / -1;
	display: grid;
	place-items: center;
	min-height: 250px;
	color: var(--spp-catalog-primary);
	font-size: 34px;
	font-weight: 900;
}

.spp-catalog-list {
	padding: clamp(76px, 9vw, 124px) 0 clamp(74px, 8vw, 112px);
}

.spp-catalog-list__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
}

.spp-catalog-kicker {
	margin-bottom: 9px;
	color: var(--spp-catalog-accent);
}

.spp-catalog-list__head h2 {
	max-width: 780px;
	margin: 0;
	color: var(--spp-catalog-text);
	font-size: clamp(28px, 3.2vw, 45px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.4;
}

.spp-catalog-list__head > div > p:last-child {
	max-width: 680px;
	margin: 13px 0 0;
	color: var(--spp-catalog-muted);
	font-size: 15px;
	line-height: 1.9;
}

.spp-catalog-result {
	display: flex;
	align-items: baseline;
	gap: 6px;
	flex: 0 0 auto;
	padding: 10px 14px;
	color: var(--spp-catalog-muted);
	background: color-mix(in srgb, var(--spp-catalog-card) 84%, transparent);
	border: 1px solid var(--spp-catalog-border);
	border-radius: 12px;
	font-size: 12px;
}

.spp-catalog-result strong {
	color: var(--spp-catalog-primary);
	font-size: 18px;
}

.spp-catalog-tools {
	position: sticky;
	top: 82px;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-top: 38px;
	padding: 12px;
	background: color-mix(in srgb, var(--spp-catalog-bg) 86%, transparent);
	border: 1px solid var(--spp-catalog-border);
	border-radius: 17px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
	backdrop-filter: blur(16px);
}

.spp-catalog-search {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
}

.spp-catalog-search > svg {
	position: absolute;
	right: 14px;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--spp-catalog-muted);
	stroke-linecap: round;
	stroke-width: 1.8;
	pointer-events: none;
}

.spp-catalog .spp-catalog-search input {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0 44px 0 38px;
	color: var(--spp-catalog-text);
	background: var(--spp-catalog-card);
	border: 1px solid var(--spp-catalog-border);
	border-radius: 11px;
	box-shadow: none;
	font: inherit;
	font-size: 13px;
	outline: none;
}

.spp-catalog .spp-catalog-search input:focus {
	border-color: color-mix(in srgb, var(--spp-catalog-primary) 55%, transparent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--spp-catalog-primary) 10%, transparent);
}

.spp-catalog-search button {
	position: absolute;
	left: 9px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	padding: 0;
	color: var(--spp-catalog-muted);
	background: transparent !important;
	border: 0 !important;
	border-radius: 8px;
	box-shadow: none !important;
	font-size: 21px;
	cursor: pointer;
}

.spp-catalog-filters {
	display: flex;
	align-items: center;
	gap: 7px;
	overflow-x: auto;
	padding: 1px;
	scrollbar-width: none;
}

.spp-catalog-filters::-webkit-scrollbar {
	display: none;
}

.spp-catalog .spp-catalog-filters button,
.spp-catalog-empty button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	min-height: 41px;
	margin: 0;
	padding: 0 14px;
	color: var(--spp-catalog-muted) !important;
	background: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 10px;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.spp-catalog-filters button span {
	display: grid;
	place-items: center;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	color: inherit;
	background: color-mix(in srgb, currentColor 8%, transparent);
	border-radius: 7px;
	font-size: 10px;
}

.spp-catalog .spp-catalog-filters button:hover,
.spp-catalog .spp-catalog-filters button.is-active {
	color: var(--spp-catalog-primary) !important;
	background: var(--spp-catalog-card) !important;
	border-color: var(--spp-catalog-border) !important;
}

.spp-catalog-grid {
	display: grid;
	grid-template-columns: repeat(var(--spp-catalog-columns), minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.spp-catalog-card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	background: var(--spp-catalog-card);
	border: 1px solid var(--spp-catalog-border);
	border-radius: 20px;
	box-shadow: 0 7px 22px rgba(15, 23, 42, .045);
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.spp-catalog-card[hidden] {
	display: none;
}

.spp-catalog-card:hover {
	transform: translateY(-5px);
	border-color: color-mix(in srgb, var(--spp-catalog-primary) 23%, transparent);
	box-shadow: var(--spp-catalog-shadow);
}

.spp-catalog-card::before {
	position: absolute;
	top: 0;
	right: 28px;
	left: 28px;
	z-index: 2;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--spp-catalog-accent), transparent);
	content: "";
	opacity: 0;
	transition: opacity .24s ease;
}

.spp-catalog-card:hover::before {
	opacity: 1;
}

.spp-catalog-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	padding: 18px;
	background:
		radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--spp-catalog-accent) 9%, transparent), transparent 30%),
		linear-gradient(145deg, color-mix(in srgb, var(--spp-catalog-primary) 4%, #fff 96%), #f7f9fc);
	border-bottom: 1px solid var(--spp-catalog-border);
}

.spp-catalog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .35s ease;
}

.spp-catalog-card:hover .spp-catalog-card__media img {
	transform: scale(1.025);
}

.spp-catalog-card__placeholder {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	color: color-mix(in srgb, var(--spp-catalog-primary) 72%, #fff 28%);
	background: color-mix(in srgb, var(--spp-catalog-primary) 8%, #fff 92%);
	border-radius: 24px;
}

.spp-catalog-card__placeholder svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.spp-catalog-card__body {
	display: flex;
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.spp-catalog-card__category {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: var(--spp-catalog-accent);
	font-size: 11px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.spp-catalog-card h3 {
	margin: 8px 0 0;
	font-size: clamp(18px, 1.55vw, 23px);
	font-weight: 820;
	letter-spacing: -.025em;
	line-height: 1.6;
}

.spp-catalog-card h3 a {
	color: var(--spp-catalog-text);
}

.spp-catalog-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 11px 0 0;
	color: var(--spp-catalog-muted);
	font-size: 13px;
	line-height: 1.9;
}

.spp-catalog-card ul {
	display: grid;
	gap: 7px;
	width: 100%;
	margin: 17px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid var(--spp-catalog-border);
	list-style: none;
}

.spp-catalog-card li {
	position: relative;
	padding-right: 17px;
	color: color-mix(in srgb, var(--spp-catalog-text) 76%, transparent);
	font-size: 11px;
	line-height: 1.7;
}

.spp-catalog-card li::before {
	position: absolute;
	top: .62em;
	right: 1px;
	width: 6px;
	height: 6px;
	background: var(--spp-catalog-accent);
	border-radius: 50%;
	content: "";
}

.spp-catalog-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 22px;
	color: var(--spp-catalog-primary);
	font-size: 12px;
	font-weight: 800;
}

.spp-catalog-card__link svg {
	width: 17px;
	height: 17px;
	transition: transform .2s ease;
}

.spp-catalog-card:hover .spp-catalog-card__link svg {
	transform: translateX(-3px) scaleX(-1);
}

.spp-catalog-empty {
	display: grid;
	justify-items: center;
	max-width: 580px;
	margin: 34px auto 0;
	padding: 48px 24px;
	text-align: center;
}

.spp-catalog-empty[hidden] {
	display: none;
}

.spp-catalog-empty > span {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	color: var(--spp-catalog-primary);
	background: color-mix(in srgb, var(--spp-catalog-primary) 8%, transparent);
	border-radius: 18px;
	font-size: 28px;
}

.spp-catalog-empty h3 {
	margin: 18px 0 6px;
	font-size: 20px;
}

.spp-catalog-empty p {
	margin: 0;
	color: var(--spp-catalog-muted);
	font-size: 13px;
	line-height: 1.9;
}

.spp-catalog-empty button {
	margin-top: 18px;
	color: var(--spp-catalog-primary) !important;
	background: var(--spp-catalog-card) !important;
	border-color: var(--spp-catalog-border) !important;
}

.spp-catalog-empty--static {
	margin-top: 24px;
	background: var(--spp-catalog-card);
	border: 1px solid var(--spp-catalog-border);
	border-radius: 20px;
}

.spp-catalog-cta {
	padding: 0 0 clamp(76px, 9vw, 120px);
}

.spp-catalog-cta__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .44fr);
	align-items: stretch;
	min-height: 340px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--spp-catalog-accent) 34%, transparent), transparent 31%),
		linear-gradient(135deg, var(--spp-catalog-primary), color-mix(in srgb, var(--spp-catalog-primary) 83%, #315ac5 17%));
	border-radius: 28px;
	box-shadow: 0 28px 74px rgba(0, 15, 89, .2);
}

.spp-catalog-cta__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 6vw, 72px);
}

.spp-catalog-cta__content > p {
	margin: 0 0 10px;
	color: color-mix(in srgb, var(--spp-catalog-accent) 78%, #fff 22%);
	font-size: 12px;
	font-weight: 800;
}

.spp-catalog-cta h2 {
	max-width: 740px;
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 3.4vw, 45px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.42;
}

.spp-catalog-cta__content > div:not(.spp-catalog-actions) {
	max-width: 660px;
	margin-top: 14px;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 1.95;
}

.spp-catalog-button--light {
	color: var(--spp-catalog-primary) !important;
	background: #fff !important;
}

.spp-catalog-button--outline {
	color: #fff !important;
	border-color: rgba(255, 255, 255, .3) !important;
}

.spp-catalog-cta__media {
	position: relative;
	min-height: 300px;
	overflow: hidden;
}

.spp-catalog-cta__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--spp-catalog-primary), transparent 42%);
	content: "";
}

.spp-catalog-cta__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1080px) {
	.spp-catalog-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
		gap: 44px;
	}

	.spp-catalog-window {
		min-height: 350px;
	}

	.spp-catalog-window__body {
		min-height: 278px;
	}

	.spp-catalog-window__product {
		min-height: 88px;
	}

	.spp-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.spp-catalog-container {
		width: min(100% - 32px, 720px);
	}

	.spp-catalog-hero {
		min-height: 0;
		padding-top: 72px;
	}

	.spp-catalog-hero__grid {
		grid-template-columns: 1fr;
	}

	.spp-catalog-hero__content {
		max-width: 680px;
	}

	.spp-catalog-hero__visual {
		width: min(100%, 620px);
		margin-inline: auto;
	}

	.spp-catalog-hero__image,
	.spp-catalog-window {
		transform: none;
	}

	.spp-catalog-tools {
		top: 72px;
		grid-template-columns: 1fr;
	}

	.spp-catalog-list__head {
		align-items: flex-start;
	}

	.spp-catalog-cta__panel {
		grid-template-columns: 1fr;
	}

	.spp-catalog-cta__media {
		max-height: 280px;
	}

	.spp-catalog-cta__media::after {
		background: linear-gradient(to bottom, var(--spp-catalog-primary), transparent 52%);
	}
}

@media (max-width: 560px) {
	.spp-catalog-container {
		width: min(100% - 24px, 520px);
	}

	.spp-catalog-hero {
		padding: 56px 0 70px;
	}

	.spp-catalog-hero h1 {
		font-size: clamp(33px, 10vw, 46px);
		line-height: 1.35;
	}

	.spp-catalog-hero__intro {
		font-size: 15px;
	}

	.spp-catalog-actions,
	.spp-catalog .spp-catalog-button {
		width: 100%;
	}

	.spp-catalog-stats {
		gap: 18px;
	}

	.spp-catalog-stats div {
		grid-template-columns: 1fr;
		gap: 1px;
	}

	.spp-catalog-window {
		min-height: 318px;
		padding: 9px;
		border-radius: 18px;
	}

	.spp-catalog-window__body {
		grid-template-columns: 45px 1fr;
		min-height: 258px;
	}

	.spp-catalog-window__content {
		gap: 8px;
		padding: 17px 10px;
	}

	.spp-catalog-window__product {
		min-height: 78px;
		padding: 11px;
	}

	.spp-catalog-list__head {
		flex-direction: column;
		gap: 16px;
	}

	.spp-catalog-tools {
		position: relative;
		top: auto;
		margin-top: 28px;
	}

	.spp-catalog-grid {
		grid-template-columns: 1fr;
	}

	.spp-catalog-card__body {
		padding: 21px;
	}

	.spp-catalog-cta__panel {
		border-radius: 22px;
	}

	.spp-catalog-cta__content {
		padding: 34px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.spp-catalog *,
	.spp-catalog *::before,
	.spp-catalog *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* ==========================================================================
   v2.1.2 - catalog redesign, site font, theme/Elementor reset
   Appended overrides. Scoped with .spp-catalog for higher specificity so the
   active theme and Elementro defaults cannot leak in.
   ========================================================================== */

.spp-catalog {
	--spp-catalog-font: var(--sptm-font, "yekanbakh", "YekanBakh", "Yekan Bakh", "IRANYekanX", "Vazirmatn", Tahoma, Arial, sans-serif);
	--spp-catalog-navy: #000f59;
	--spp-catalog-ease: cubic-bezier(.22, 1, .36, 1);
	--spp-catalog-radius: 22px;
	background: #f8f8f8;
}

.spp-catalog,
.spp-catalog h1,
.spp-catalog h2,
.spp-catalog h3,
.spp-catalog p,
.spp-catalog li,
.spp-catalog span,
.spp-catalog a,
.spp-catalog b,
.spp-catalog strong,
.spp-catalog small,
.spp-catalog em,
.spp-catalog button,
.spp-catalog input {
	font-family: var(--spp-catalog-font) !important;
}

/* Neutralise theme button chrome (the pink borders and forced colours). */
.spp-catalog button,
.spp-catalog .spp-catalog-button {
	-webkit-appearance: none;
	appearance: none;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none;
	text-decoration: none !important;
	text-shadow: none !important;
	letter-spacing: normal;
	cursor: pointer;
}

.spp-catalog button:focus,
.spp-catalog .spp-catalog-button:focus {
	outline: 0;
}

.spp-catalog button:focus-visible,
.spp-catalog .spp-catalog-button:focus-visible,
.spp-catalog a:focus-visible {
	outline: 2px solid var(--spp-catalog-accent) !important;
	outline-offset: 2px;
}

/* --------------------------------------------------------------- hero ---- */

.spp-catalog .spp-catalog-hero {
	position: relative;
	min-height: 0;
	padding: clamp(52px, 6.5vw, 92px) 0 clamp(58px, 7vw, 100px);
	color: #111827;
	background: linear-gradient(180deg, #fdfdfe 0%, #f8f8f8 100%);
	isolation: isolate;
}

.spp-catalog .spp-catalog-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(0, 15, 89, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 15, 89, .045) 1px, transparent 1px);
	background-size: 74px 74px;
	mask-image: radial-gradient(72% 62% at 50% 26%, #000, transparent 74%);
	-webkit-mask-image: radial-gradient(72% 62% at 50% 26%, #000, transparent 74%);
	opacity: .6;
	pointer-events: none;
}

.spp-catalog .spp-catalog-hero::after {
	content: "";
	position: absolute;
	inset: -25% -8% auto -8%;
	height: 120%;
	z-index: -1;
	background:
		radial-gradient(44% 40% at 84% 20%, rgba(255, 118, 20, .14), transparent 68%),
		radial-gradient(50% 46% at 12% 6%, rgba(0, 15, 89, .12), transparent 66%);
	filter: none;
	opacity: 1;
	pointer-events: none;
}

.spp-catalog .spp-catalog-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	align-items: center;
	gap: clamp(26px, 4vw, 56px);
	min-width: 0;
}

.spp-catalog .spp-catalog-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 7px 15px;
	border-radius: 999px;
	background: rgba(0, 15, 89, .06);
	color: var(--spp-catalog-navy);
	font-size: 12.5px;
	font-weight: 600;
}

.spp-catalog .spp-catalog-eyebrow span {
	width: 6px;
	height: 6px;
	margin: 0;
	border-radius: 50%;
	background: var(--spp-catalog-accent);
	box-shadow: 0 0 0 4px rgba(255, 118, 20, .16);
}

.spp-catalog .spp-catalog-hero h1 {
	margin: 16px 0 0;
	color: var(--spp-catalog-navy);
	font-size: clamp(27px, 3.7vw, 48px);
	font-weight: 800;
	line-height: 1.38;
	letter-spacing: -.01em;
	text-wrap: balance;
	overflow-wrap: anywhere;
}

.spp-catalog .spp-catalog-hero__intro {
	width: min(56ch, 100%);
	margin: 16px 0 0;
	color: #55617a;
	font-size: clamp(14px, 1.2vw, 16.5px);
	font-weight: 500;
	line-height: 2;
}

.spp-catalog .spp-catalog-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(20px, 2.4vw, 30px);
}

.spp-catalog .spp-catalog-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 25px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	transition:
		transform 320ms var(--spp-catalog-ease),
		box-shadow 320ms var(--spp-catalog-ease),
		background-color 320ms var(--spp-catalog-ease),
		color 320ms var(--spp-catalog-ease);
}

.spp-catalog .spp-catalog-button--primary {
	background: var(--spp-catalog-navy);
	color: #fff;
	box-shadow: 0 16px 34px rgba(0, 15, 89, .22);
}

.spp-catalog .spp-catalog-button--primary:hover {
	background: #001573;
	transform: translateY(-2px);
	box-shadow: 0 22px 44px rgba(0, 15, 89, .26);
}

.spp-catalog .spp-catalog-button--ghost {
	background: #fff;
	color: var(--spp-catalog-navy);
	box-shadow: inset 0 0 0 1px rgba(0, 15, 89, .12);
}

.spp-catalog .spp-catalog-button--ghost:hover {
	background: #fff;
	color: var(--spp-catalog-navy);
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 1px rgba(0, 15, 89, .22), 0 14px 30px rgba(15, 23, 42, .1);
}

/* Stats become light cards instead of white-on-dark text. */
.spp-catalog .spp-catalog-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: clamp(24px, 3vw, 36px);
	padding: 0;
	border: 0;
}

.spp-catalog .spp-catalog-stats div {
	flex: 1 1 132px;
	min-width: 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(0, 15, 89, .07);
	box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
	text-align: right;
}

.spp-catalog .spp-catalog-stats strong {
	display: block;
	color: var(--spp-catalog-navy);
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 800;
	line-height: 1.4;
}

.spp-catalog .spp-catalog-stats span {
	display: block;
	margin-top: 2px;
	color: #64748b;
	font-size: 12.5px;
	font-weight: 500;
}

/* Browser mockup: light glass instead of dark navy. */
.spp-catalog .spp-catalog-hero__visual {
	min-width: 0;
}

.spp-catalog .spp-catalog-window {
	overflow: hidden;
	border-radius: clamp(18px, 2vw, 24px);
	background: #fff;
	border: 1px solid rgba(0, 15, 89, .09);
	box-shadow: 0 30px 70px rgba(15, 23, 42, .13);
}

.spp-catalog .spp-catalog-window::after {
	display: none;
}

.spp-catalog .spp-catalog-window__bar {
	background: #f5f6f8;
	border-bottom: 1px solid rgba(0, 15, 89, .07);
}

.spp-catalog .spp-catalog-window__bar i {
	background: rgba(0, 15, 89, .07);
}

.spp-catalog .spp-catalog-window__body,
.spp-catalog .spp-catalog-window__content {
	background: #fff;
}

.spp-catalog .spp-catalog-window__rail span {
	background: rgba(0, 15, 89, .1);
}

.spp-catalog .spp-catalog-window__rail .is-active {
	background: var(--spp-catalog-accent);
}

.spp-catalog .spp-catalog-window__heading span,
.spp-catalog .spp-catalog-window__heading i {
	background: rgba(0, 15, 89, .09);
}

.spp-catalog .spp-catalog-window__product {
	background: #f7f8fa;
	border: 1px solid rgba(0, 15, 89, .06);
	border-radius: 14px;
}

.spp-catalog .spp-catalog-window__product--1 {
	background: rgba(255, 118, 20, .08);
	border-color: rgba(255, 118, 20, .22);
}

.spp-catalog .spp-catalog-window__product b {
	color: var(--spp-catalog-navy);
}

.spp-catalog .spp-catalog-window__product small {
	color: #64748b;
}

.spp-catalog .spp-catalog-window__empty {
	color: rgba(0, 15, 89, .18);
}

/* ------------------------------------------------------ list + filters --- */

.spp-catalog .spp-catalog-list {
	padding: clamp(48px, 6vw, 84px) 0;
	background: #fff;
}

.spp-catalog .spp-catalog-list__head h2 {
	color: var(--spp-catalog-navy);
	font-size: clamp(21px, 2.4vw, 32px);
	font-weight: 800;
	line-height: 1.5;
}

.spp-catalog .spp-catalog-kicker {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 118, 20, .1);
	color: #c2530a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: normal;
}

.spp-catalog .spp-catalog-result {
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(0, 15, 89, .05);
	border: 0;
	color: #475569;
	font-size: 12.5px;
	font-weight: 600;
}

.spp-catalog .spp-catalog-result strong {
	color: var(--spp-catalog-navy);
	font-weight: 800;
}

.spp-catalog .spp-catalog-search input {
	border-radius: 999px;
	background: #f5f6f8;
	border: 1px solid rgba(0, 15, 89, .08) !important;
	color: #111827;
	font-size: 13.5px;
	min-width: 0;
	max-width: 100%;
}

.spp-catalog .spp-catalog-search input:focus {
	background: #fff;
	border-color: rgba(255, 118, 20, .5) !important;
	box-shadow: 0 0 0 4px rgba(255, 118, 20, .12);
}

.spp-catalog .spp-catalog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.spp-catalog .spp-catalog-filters button {
	padding: 10px 16px;
	border-radius: 999px;
	background: #f5f6f8 !important;
	color: #3d4757 !important;
	font-size: 13px;
	font-weight: 600;
	transition:
		background-color 260ms var(--spp-catalog-ease),
		color 260ms var(--spp-catalog-ease),
		box-shadow 260ms var(--spp-catalog-ease);
}

.spp-catalog .spp-catalog-filters button:hover {
	background: rgba(0, 15, 89, .07) !important;
	color: var(--spp-catalog-navy) !important;
}

.spp-catalog .spp-catalog-filters button.is-active {
	background: var(--spp-catalog-navy) !important;
	color: #fff !important;
	box-shadow: 0 12px 26px rgba(0, 15, 89, .18);
}

.spp-catalog .spp-catalog-filters button span {
	background: rgba(0, 15, 89, .07);
	color: inherit;
	border: 0;
	border-radius: 8px;
}

.spp-catalog .spp-catalog-filters button.is-active span {
	background: var(--spp-catalog-accent);
	color: #fff;
}

/* ---------------------------------------------------------------- cards -- */

.spp-catalog .spp-catalog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 292px), 1fr));
	gap: clamp(14px, 1.6vw, 22px);
}

.spp-catalog .spp-catalog-card {
	overflow: hidden;
	min-width: 0;
	border-radius: var(--spp-catalog-radius);
	background: #fff;
	border: 1px solid rgba(0, 15, 89, .08);
	box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
	transition:
		transform 380ms var(--spp-catalog-ease),
		box-shadow 380ms var(--spp-catalog-ease),
		border-color 380ms var(--spp-catalog-ease);
}

.spp-catalog .spp-catalog-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 118, 20, .3);
	box-shadow: 0 26px 56px rgba(15, 23, 42, .1);
}

.spp-catalog .spp-catalog-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, var(--spp-catalog-accent), rgba(255, 118, 20, 0));
	opacity: 0;
	transform: none;
	transition: opacity 380ms var(--spp-catalog-ease);
}

.spp-catalog .spp-catalog-card:hover::before {
	opacity: 1;
	transform: none;
}

.spp-catalog .spp-catalog-card__media {
	background: #f5f6f8;
	border-bottom: 1px solid rgba(0, 15, 89, .06);
}

.spp-catalog .spp-catalog-card__category {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(0, 15, 89, .05);
	border: 0;
	color: #475569;
	font-size: 11.5px;
	font-weight: 600;
}

.spp-catalog .spp-catalog-card h3 {
	color: var(--spp-catalog-navy);
	font-size: clamp(15px, 1.4vw, 17.5px);
	font-weight: 800;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.spp-catalog .spp-catalog-card h3 a {
	color: inherit;
}

.spp-catalog .spp-catalog-card__body > p {
	color: #64748b;
	font-size: 13px;
	line-height: 1.95;
}

.spp-catalog .spp-catalog-card li {
	color: #465366;
	font-size: 12.5px;
	line-height: 1.9;
	overflow-wrap: anywhere;
}

.spp-catalog .spp-catalog-card li::before {
	background: var(--spp-catalog-accent);
	box-shadow: 0 0 0 4px rgba(255, 118, 20, .1);
}

.spp-catalog .spp-catalog-card__link {
	color: var(--spp-catalog-navy);
	font-size: 13px;
	font-weight: 700;
}

.spp-catalog .spp-catalog-empty button {
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--spp-catalog-navy) !important;
	color: #fff !important;
	font-size: 13.5px;
	font-weight: 700;
}

/* ------------------------------------------------------------------ cta -- */

.spp-catalog .spp-catalog-cta {
	padding: clamp(52px, 6.5vw, 92px) 0 clamp(64px, 7.5vw, 104px);
	background: #f8f8f8;
}

.spp-catalog .spp-catalog-cta__panel {
	position: relative;
	overflow: clip;
	min-width: 0;
	padding: clamp(30px, 4vw, 54px);
	border-radius: clamp(22px, 2.6vw, 32px);
	background: linear-gradient(135deg, #000f59 0%, #001a7d 52%, #000b3f 100%);
	border: 0;
	box-shadow: 0 30px 70px rgba(0, 15, 89, .22);
	isolation: isolate;
}

.spp-catalog .spp-catalog-cta__panel::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(42% 60% at 88% 8%, rgba(255, 118, 20, .3), transparent 66%),
		radial-gradient(38% 54% at 6% 96%, rgba(255, 255, 255, .12), transparent 68%);
	pointer-events: none;
}

.spp-catalog .spp-catalog-cta h2 {
	color: #fff;
	font-size: clamp(21px, 2.4vw, 31px);
	font-weight: 800;
	line-height: 1.5;
	text-wrap: balance;
}

.spp-catalog .spp-catalog-cta__content > p {
	color: rgba(255, 255, 255, .74);
	font-size: clamp(13.5px, 1.15vw, 15.5px);
	line-height: 2;
}

.spp-catalog .spp-catalog-button--light {
	background: var(--spp-catalog-accent);
	color: #fff;
	box-shadow: 0 16px 34px rgba(255, 118, 20, .3);
}

.spp-catalog .spp-catalog-button--light:hover {
	background: #ff8730;
	color: #fff;
	transform: translateY(-2px);
}

.spp-catalog .spp-catalog-button--outline {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .26);
}

.spp-catalog .spp-catalog-button--outline:hover {
	background: rgba(255, 255, 255, .17);
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 900px) {
	.spp-catalog .spp-catalog-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 600px) {
	.spp-catalog .spp-catalog-container {
		width: min(1180px, calc(100% - 32px));
	}

	.spp-catalog .spp-catalog-button {
		width: 100%;
		justify-content: center;
	}

	.spp-catalog .spp-catalog-stats div {
		flex: 1 1 100%;
	}

	.spp-catalog .spp-catalog-cta__panel {
		padding: 26px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.spp-catalog .spp-catalog-card,
	.spp-catalog .spp-catalog-button,
	.spp-catalog .spp-catalog-filters button {
		transition: none;
	}

	.spp-catalog .spp-catalog-card:hover,
	.spp-catalog .spp-catalog-button:hover {
		transform: none;
	}
}
