/**
 * Logo Ürünleri landing — page-specific styles only (PERF-BATCH-5R1).
 * Shared btn / popular / product-card base families remain in main.css.
 *
 * @package NoraCorporate
 */

.nora-logo-products-page {
	overflow-x: clip;
	--lp-section-y: clamp(2rem, 1.6rem + 1.1vw, 2.625rem);
	--lp-section-y-lg: clamp(2.375rem, 2rem + 1.25vw, 3.125rem);
	--lp-card-pad: 1.5rem;
	--lp-card-pad-lg: 1.625rem;
	--lp-grid-gap: 1.375rem;
	--lp-border: color-mix(in srgb, var(--wp--preset--color--nora-border, #e5e7eb) 88%, var(--wp--preset--color--nora-slate, #1f2937));
	--lp-shadow-card: 0 2px 10px color-mix(in srgb, var(--wp--preset--color--nora-slate, #1f2937) 7%, transparent);
	--lp-shadow-card-hover: 0 8px 24px color-mix(in srgb, var(--wp--preset--color--nora-slate, #1f2937) 10%, transparent);
	--lp-shadow-elevated: 0 14px 44px color-mix(in srgb, #000 14%, transparent);
	--lp-surface-white: #fff;
	--lp-surface-gray: var(--wp--preset--color--nora-surface-soft, #f5f7fa);
}
.nora-logo-products-page > section:not(.nora-logo-products-hero):not(.nora-logo-products-cta-band):nth-child(6n+2),
.nora-logo-products-page > section:not(.nora-logo-products-hero):not(.nora-logo-products-cta-band):nth-child(6n+4),
.nora-logo-products-page > section:not(.nora-logo-products-hero):not(.nora-logo-products-cta-band):nth-child(6n) {
	background: var(--lp-surface-white);
}
.nora-logo-products-page > section:not(.nora-logo-products-hero):not(.nora-logo-products-cta-band):nth-child(6n+3),
.nora-logo-products-page > section:not(.nora-logo-products-hero):not(.nora-logo-products-cta-band):nth-child(6n+5) {
	background: var(--lp-surface-gray);
}
main.nora-logo-products-page,
.nora-main.nora-logo-products-page {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
	padding-block-start: 0;
}
.nora-logo-products-page > * {
	margin-block-start: 0;
}
.nora-logo-products-page .alignfull {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}
.nora-logo-products-page .nora-logo-products-hero {
	padding: clamp(0.875rem, 0.7rem + 0.7vw, 1.25rem) 0 clamp(2rem, 1.6rem + 1.2vw, 3rem);
	min-height: 0;
	overflow: hidden;
}
.nora-logo-products-page .nora-logo-products-hero::after {
	mask-image: linear-gradient(120deg, transparent 10%, #000 35%, #000 65%, transparent 90%);
	opacity: 0.45;
}
.nora-logo-products-page .nora-logo-products-hero__art {
	display: none;
}
.nora-logo-products-page .nora-logo-products-hero__inner {
	position: relative;
	z-index: 1;
	width: min(100% - calc(var(--nora-home-gutter) * 2), var(--nora-home-max));
	margin-inline: auto;
}
.nora-logo-products-page .nora-logo-products-hero__grid {
	grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
	gap: clamp(1.25rem, 1rem + 1.4vw, 2.25rem);
	align-items: center;
	min-height: 0;
	width: 100%;
	max-width: none;
}
.nora-logo-products-page .nora-logo-products-hero__main {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}
.nora-logo-products-page .nora-logo-products-breadcrumb__list {
	margin: 0 0 0.625rem;
}
.nora-logo-products-page .nora-logo-products-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	width: fit-content;
	max-width: max-content;
	margin: 0 0 0.75rem;
	padding: 0.4375rem 0.875rem;
	border: 1px solid rgba(190, 30, 30, 0.35);
	border-radius: 999px;
	background: rgba(190, 30, 30, 0.14);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.92);
	white-space: nowrap;
}
.nora-logo-products-page .nora-logo-products-hero__title {
	margin: 0 0 0.875rem;
	max-width: 18em;
	font-size: clamp(2.25rem, 1.4rem + 1.8vw, 3.125rem);
	line-height: 1.08;
	letter-spacing: -0.018em;
}
.nora-logo-products-page .nora-logo-products-hero__lead {
	margin: 0 0 1.5rem;
	max-width: 36rem;
	font-size: clamp(1rem, 0.98rem + 0.12vw, 1.125rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
}
.nora-logo-products-page .nora-logo-products-hero__actions {
	gap: 0.75rem 1rem;
	margin-bottom: 0;
}
.nora-logo-products-page .nora-logo-products-hero__actions .nora-logo-products-btn {
	min-height: 48px;
	padding: 0.6875rem 1.375rem;
	border-radius: 6px;
}
.nora-logo-products-page .nora-logo-products-hero__actions .nora-logo-products-btn--primary {
	box-shadow: 0 4px 14px rgba(190, 30, 30, 0.28);
}
.nora-logo-products-page .nora-logo-products-hero__visual {
	--lp-hero-visual-pad: 0;
	--lp-hero-visual-scale: 0.8625;
	position: relative;
	display: grid;
	place-items: center;
	align-self: stretch;
	box-sizing: border-box;
	aspect-ratio: 4 / 3;
	width: 100%;
	min-height: 0;
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.nora-logo-products-page .nora-logo-products-hero__visual::before {
	content: "";
	position: absolute;
	inset: 18% 12%;
	z-index: 0;
	border-radius: 50%;
	background:
		radial-gradient(ellipse 55% 50% at 50% 48%, rgba(74, 130, 200, 0.18) 0%, transparent 68%),
		radial-gradient(ellipse 35% 30% at 52% 58%, rgba(190, 30, 30, 0.1) 0%, transparent 70%);
	pointer-events: none;
}
.nora-logo-products-page .nora-logo-products-hero__visual::after {
	content: none;
}
.nora-logo-products-page .nora-logo-products-hero__visual-image {
	position: relative;
	z-index: 1;
	display: block;
	width: calc(100% * var(--lp-hero-visual-scale));
	height: calc(100% * var(--lp-hero-visual-scale));
	max-width: calc(100% * var(--lp-hero-visual-scale));
	max-height: calc(100% * var(--lp-hero-visual-scale));
	margin: 0;
	object-fit: contain;
	object-position: center center;
	border-radius: 0;
	filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.28));
}
@media (max-width: 1023px) {
.nora-logo-products-page .nora-logo-products-hero__grid {
		grid-template-columns: 1fr;
	}
.nora-logo-products-page .nora-logo-products-hero__visual {
		width: 100%;
		max-width: 36rem;
		margin-inline: auto;
		order: 2;
	}
}

@media (max-width: 781px) {
.nora-logo-products-page .nora-logo-products-hero__title {
		max-width: none;
		font-size: clamp(1.875rem, 1.55rem + 1.1vw, 2.375rem);
	}
.nora-logo-products-page .nora-logo-products-hero__lead {
		max-width: none;
	}
}

@media (max-width: 430px) {
.nora-logo-products-page .nora-logo-products-hero__actions {
		flex-direction: column;
	}
.nora-logo-products-page .nora-logo-products-hero__actions .nora-logo-products-btn {
		width: 100%;
		flex: none;
	}
}

.nora-logo-products-shell {
	width: min(100% - calc(var(--nora-home-gutter) * 2), var(--nora-home-max));
	margin-inline: auto;
}
.nora-logo-products-section {
	padding: var(--lp-section-y) 0;
}
.nora-logo-products-section-head {
	margin-bottom: clamp(1.125rem, 0.9rem + 0.55vw, 1.625rem);
}
.nora-logo-products-section-head--center {
	text-align: center;
}
.nora-logo-products-section-head__title {
	margin: 0 0 0.4375rem;
	font-size: clamp(1.625rem, 1.35rem + 0.75vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-section-head__lead {
	margin: 0 auto;
	max-width: 38rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--wp--preset--color--nora-muted, #6b7280);
}
.nora-logo-products-page .nora-logo-products-groups {
	background: var(--lp-surface-gray);
}
.nora-logo-products-page .nora-logo-products-groups__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.55fr);
	gap: clamp(1.5rem, 1.1rem + 1.5vw, 2.75rem);
	align-items: start;
}
.nora-logo-products-page .nora-logo-products-groups__editorial {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 0.35rem;
}
.nora-logo-products-page .nora-logo-products-groups__eyebrow {
	margin: 0 0 0.625rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-groups__title {
	margin: 0 0 0.75rem;
	font-family: var(--nora-font-display-family);
	font-size: clamp(2rem, 1.55rem + 1.4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-groups__lead {
	margin: 0 0 1.25rem;
	max-width: 22rem;
	font-family: var(--nora-font-body-family);
	font-size: clamp(0.9375rem, 0.9rem + 0.15vw, 1.0625rem);
	line-height: 1.65;
	color: var(--wp--preset--color--nora-muted, #6b7280);
}
.nora-logo-products-page .nora-logo-products-groups__divider {
	position: relative;
	width: min(100%, 14rem);
	height: 1px;
	margin: 0 0 1.35rem;
	background: linear-gradient(90deg, rgba(190, 30, 30, 0.52) 0%, rgba(190, 30, 30, 0.1) 100%);
}
.nora-logo-products-page .nora-logo-products-groups__divider span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: var(--nora-red);
	box-shadow:
		0 0 0 4px rgba(190, 30, 30, 0.09),
		0 0 10px rgba(190, 30, 30, 0.35);
	transform: translate(-50%, -50%);
}
.nora-logo-products-page .nora-logo-products-groups__points {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 22rem;
}
.nora-logo-products-page .nora-logo-products-groups__point {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 0.8rem;
}
.nora-logo-products-page .nora-logo-products-groups__point-icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 2.65rem;
	height: 2.65rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background:
		radial-gradient(circle at 50% 45%, #20304c 0%, #152035 62%, #0e1728 100%);
	color: #f3b4b4;
	box-shadow:
		0 8px 18px rgba(21, 32, 53, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 0 0 3px rgba(190, 30, 30, 0.04);
	flex-shrink: 0;
}
.nora-logo-products-page .nora-logo-products-groups__point-icon::after {
	content: "";
	position: absolute;
	inset: 0.3rem;
	border: 1px solid rgba(190, 30, 30, 0.18);
	border-radius: inherit;
	box-shadow: 0 0 11px rgba(190, 30, 30, 0.16);
	pointer-events: none;
}
.nora-logo-products-page .nora-logo-products-groups__point-title {
	display: block;
	margin: 0 0 0.2rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-groups__point-desc {
	margin: 0;
	font-family: var(--nora-font-body-family);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--wp--preset--color--nora-muted, #6b7280);
}
.nora-logo-products-page .nora-logo-products-groups__callout {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.875rem;
	align-items: center;
	width: 100%;
	max-width: 22rem;
	padding: 0.9375rem 1rem;
	border: 1px solid color-mix(in srgb, var(--nora-red) 42%, #e5e7eb);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(21, 32, 53, 0.05);
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.nora-logo-products-page .nora-logo-products-groups__callout:hover {
	border-color: color-mix(in srgb, var(--nora-red) 62%, #e5e7eb);
	box-shadow: 0 10px 24px rgba(21, 32, 53, 0.08);
	transform: translateY(-1px);
}
.nora-logo-products-page .nora-logo-products-groups__callout-icon {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	color: var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-groups__callout-body {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}
.nora-logo-products-page .nora-logo-products-groups__callout-body strong {
	font-family: var(--nora-font-ui-family);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-groups__callout-body span {
	font-family: var(--nora-font-body-family);
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--wp--preset--color--nora-muted, #6b7280);
}
.nora-logo-products-page .nora-logo-products-groups__callout-arrow {
	font-family: var(--nora-font-ui-family);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	color: var(--nora-red);
	transition: transform 0.18s ease;
}
.nora-logo-products-page .nora-logo-products-groups__callout:hover .nora-logo-products-groups__callout-arrow {
	transform: translateX(3px);
}
.nora-logo-products-page .nora-logo-products-groups__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}
.nora-logo-products-page .nora-logo-products-group-card {
	display: grid;
	grid-template-columns: 2.75rem minmax(0, 1fr);
	grid-template-rows: auto auto auto auto;
	column-gap: 0.75rem;
	min-height: 100%;
	padding: 1.25rem 1.125rem 1rem;
	border: 1px solid rgba(21, 32, 53, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.nora-logo-products-page .nora-logo-products-group-card:hover {
	border-color: rgba(21, 32, 53, 0.14);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
	transform: translateY(-2px);
}
.nora-logo-products-page .nora-logo-products-group-card__icon {
	position: relative;
	display: inline-grid;
	grid-column: 1;
	grid-row: 1;
	place-items: center;
	align-items: center;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(21, 32, 53, 0.1);
	border-radius: 12px;
	background:
		radial-gradient(circle at 78% 82%, rgba(190, 30, 30, 0.17) 0, rgba(190, 30, 30, 0.07) 26%, transparent 50%),
		linear-gradient(145deg, #fff 0%, #f2f5f9 100%);
	color: #152035;
	box-shadow:
		0 7px 16px rgba(21, 32, 53, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.nora-logo-products-page .nora-logo-products-group-card__icon::after {
	content: "";
	position: absolute;
	right: 0.32rem;
	bottom: 0.32rem;
	width: 0.33rem;
	height: 0.33rem;
	border-radius: 50%;
	background: var(--nora-red);
	box-shadow:
		0 0 0 3px rgba(190, 30, 30, 0.1),
		0 0 10px rgba(190, 30, 30, 0.42);
}
.nora-logo-products-page .nora-logo-products-group-card__icon svg {
	width: 1.45rem;
	height: 1.45rem;
	filter: drop-shadow(1px 1px 0 rgba(190, 30, 30, 0.16));
}
.nora-logo-products-page .nora-logo-products-group-card__title {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	margin: 0;
	color: #152035;
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-transform: uppercase;
}
.nora-logo-products-page .nora-logo-products-group-card__desc {
	grid-column: 1 / -1;
	grid-row: 2;
	margin: 0 0 0.625rem;
	padding-top: 0.75rem;
	min-height: calc(1.5em * 2);
	font-family: var(--nora-font-body-family);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--wp--preset--color--nora-muted, #6b7280);
}
.nora-logo-products-page .nora-logo-products-group-card__links {
	grid-column: 1 / -1;
	grid-row: 3;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(21, 32, 53, 0.08);
	min-height: calc(5 * (1rem + 1.35em));
}
.nora-logo-products-page .nora-logo-products-group-card:nth-child(n + 4) .nora-logo-products-group-card__links {
	min-height: calc(3 * (1rem + 1.35em));
}
.nora-logo-products-page .nora-logo-products-group-card__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(21, 32, 53, 0.06);
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: #243044;
	text-decoration: none;
	transition: color 0.15s ease;
}
.nora-logo-products-page .nora-logo-products-group-card__links li:last-child a {
	border-bottom: 0;
}
.nora-logo-products-page .nora-logo-products-group-card__links a span {
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	color: var(--nora-red);
	opacity: 0.55;
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.nora-logo-products-page .nora-logo-products-group-card__links a:hover {
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-group-card__more {
	display: flex;
	grid-column: 1 / -1;
	grid-row: 4;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: auto;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(21, 32, 53, 0.1);
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #152035;
	text-decoration: none;
	transition: color 0.15s ease;
}
.nora-logo-products-page .nora-logo-products-group-card__more span {
	color: var(--nora-red);
	transition: transform 0.15s ease;
}
.nora-logo-products-page .nora-logo-products-group-card__more:hover {
	color: var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-group-card__more:hover span {
	transform: translateX(3px);
}
.nora-logo-products-page .nora-logo-products-groups__extra {
	display: grid;
	grid-template-columns: minmax(10.5rem, 17%) minmax(0, 1fr);
	gap: clamp(0.875rem, 0.75rem + 0.4vw, 1rem);
	align-items: center;
	margin-top: clamp(1.75rem, 1.3rem + 1vw, 2.5rem);
	padding: clamp(0.875rem, 0.75rem + 0.4vw, 1rem);
	border-radius: 20px;
	background:
		radial-gradient(ellipse 55% 80% at 12% 20%, rgba(74, 130, 200, 0.16) 0%, transparent 55%),
		linear-gradient(145deg, #1a2740 0%, #121c2e 52%, #0e1624 100%);
	box-shadow: 0 16px 36px rgba(8, 14, 26, 0.18);
}
.nora-logo-products-page .nora-logo-products-groups__extra-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
	max-width: 22rem;
}
.nora-logo-products-page .nora-logo-products-groups__extra-eyebrow {
	margin: 0;
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #f2a0a0;
}
.nora-logo-products-page .nora-logo-products-groups__extra-title {
	margin: 0;
	font-family: var(--nora-font-display-family);
	font-size: clamp(1.5rem, 1.3rem + 0.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.015em;
	color: #fff;
	white-space: nowrap;
}
.nora-logo-products-page .nora-logo-products-groups__extra-lead {
	margin: 0 0 0.25rem;
	font-family: var(--nora-font-body-family);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(226, 232, 240, 0.78);
}
.nora-logo-products-page .nora-logo-products-groups__extra-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.25rem;
	padding: 0.5625rem 0.875rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.nora-logo-products-page .nora-logo-products-groups__extra-cta span {
	color: #e07070;
	transition: transform 0.18s ease;
}
.nora-logo-products-page .nora-logo-products-groups__extra-cta:hover {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.06);
	transform: translateY(-1px);
}
.nora-logo-products-page .nora-logo-products-groups__extra-cta:hover span {
	transform: translateX(2px);
}
.nora-logo-products-page .nora-logo-products-groups__extra-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.625rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nora-logo-products-page .nora-logo-products-groups__extra-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 0;
	min-height: 8.75rem;
	height: 100%;
	padding: 0.75rem 0.75rem 0.8rem;
	border: 1px solid rgba(21, 32, 53, 0.07);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.nora-logo-products-page .nora-logo-products-groups__extra-card:hover {
	border-color: rgba(21, 32, 53, 0.11);
	transform: translateY(-1px);
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
}
.nora-logo-products-page .nora-logo-products-groups__extra-card-icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 2.4375rem;
	height: 2.4375rem;
	overflow: hidden;
	border: 1px solid rgba(21, 32, 53, 0.08);
	border-radius: 8px;
	background:
		radial-gradient(circle at 78% 82%, rgba(190, 30, 30, 0.17) 0, rgba(190, 30, 30, 0.06) 28%, transparent 52%),
		linear-gradient(145deg, #fff 0%, #eef2f7 100%);
	color: #152035;
	margin-bottom: 0.625rem;
	box-shadow:
		0 3px 9px rgba(21, 32, 53, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.nora-logo-products-page .nora-logo-products-groups__extra-card-icon::after {
	content: "";
	position: absolute;
	right: 0.28rem;
	bottom: 0.28rem;
	width: 0.24rem;
	height: 0.24rem;
	border-radius: 50%;
	background: var(--nora-red);
	box-shadow:
		0 0 0 2px rgba(190, 30, 30, 0.08),
		0 0 6px rgba(190, 30, 30, 0.25);
}
.nora-logo-products-page .nora-logo-products-groups__extra-card-icon svg {
	width: 1.3rem;
	height: 1.3rem;
	filter: drop-shadow(1px 1px 0 rgba(190, 30, 30, 0.1));
}
.nora-logo-products-page .nora-logo-products-groups__extra-card-label {
	display: flex;
	align-items: flex-end;
	min-height: calc(3 * 1.35em);
	padding-right: 1rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-groups__extra-card-arrow {
	position: absolute;
	right: 0.75rem;
	bottom: 0.625rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	color: var(--nora-red);
}
.nora-logo-products-groups__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}
.nora-logo-products-group-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.375rem 1.25rem 1.125rem;
	border: 1px solid #e8eaed;
	border-radius: calc(var(--nora-radius-lg) + 2px);
	background: #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.nora-logo-products-group-card:hover {
	border-color: #d8dce3;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
	transform: none;
}
.nora-logo-products-group-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-group-card__desc {
	margin: 0 0 1rem;
	flex-grow: 1;
	font-size: 0.875rem;
	line-height: 1.58;
	color: var(--wp--preset--color--nora-muted, #6b7280);
}
.nora-logo-products-group-card__links {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #eef0f3;
}
.nora-logo-products-group-card__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.625rem 0;
	border-bottom: 1px solid #eef0f3;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	color: var(--wp--preset--color--nora-slate, #1f2937);
	text-decoration: none;
	transition: color 0.15s ease;
}
.nora-logo-products-group-card__links li:last-child a {
	border-bottom: 0;
}
.nora-logo-products-group-card__links a span {
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	color: #64748b;
	transition: color 0.15s ease, transform 0.15s ease;
}
.nora-logo-products-group-card__links a:hover {
	color: var(--nora-red);
}
.nora-logo-products-group-card__links a:hover span {
	color: var(--nora-red);
	transform: translateX(2px);
}
.nora-logo-products-finder {
	padding-block: var(--lp-section-y-lg);
}
.nora-logo-products-finder__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
	gap: 1.375rem;
	padding: 1.5rem;
	border: 1px solid var(--lp-border);
	border-radius: calc(var(--nora-radius-lg) + 2px);
	background: #fff;
	box-shadow: var(--lp-shadow-card);
}
.nora-logo-products-finder__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.125rem;
}
.nora-logo-products-finder__step {
	margin: 0;
	padding: 1.25rem 1rem 1.125rem;
	border: 1px solid var(--lp-border);
	border-radius: var(--nora-radius-lg);
	background: color-mix(in srgb, var(--wp--preset--color--nora-surface-soft, #f8fafc) 55%, #fff);
	min-width: 0;
}
.nora-logo-products-finder__step-head {
	display: flex;
	flex-direction: column;
	margin: 0 0 0.875rem;
}
.nora-logo-products-finder__num {
	display: block;
	margin: 0 0 0.625rem;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	color: var(--nora-red);
}
.nora-logo-products-finder__step-rule {
	height: 1px;
	margin: 0 0 0.875rem;
	background: var(--lp-border);
}
.nora-logo-products-finder__step-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-finder__step-lead {
	margin: 0 0 0.875rem;
	font-size: 0.875rem;
	line-height: 1.48;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 88%, var(--wp--preset--color--nora-slate, #1f2937));
}
.nora-logo-products-finder__options {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nora-logo-products-finder__options label {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	padding: 0.5625rem 0.625rem;
	margin-bottom: 0.25rem;
	border-radius: var(--nora-radius);
	font-size: 0.875rem;
	line-height: 1.42;
	color: var(--wp--preset--color--nora-slate, #1f2937);
	cursor: pointer;
	transition: background-color 0.15s ease;
}
.nora-logo-products-finder__options label:hover {
	background: color-mix(in srgb, var(--nora-red) 5%, #fff);
}
.nora-logo-products-finder__options input {
	margin-top: 0.2rem;
	width: 1rem;
	height: 1rem;
	accent-color: var(--nora-red);
	flex-shrink: 0;
}
.nora-logo-products-finder__result {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 100%;
	padding: 1.5rem 1.375rem;
	border-radius: calc(var(--nora-radius-lg) + 2px);
	background: linear-gradient(
		155deg,
		#fff 0%,
		color-mix(in srgb, var(--wp--preset--color--nora-blue-tint, #eef3f9) 72%, #fff) 52%,
		color-mix(in srgb, var(--nora-red) 4%, #fff) 100%
	);
	border: 1px solid color-mix(in srgb, var(--nora-red) 16%, var(--lp-border));
	box-shadow:
		0 4px 20px color-mix(in srgb, var(--nora-navy-make) 8%, transparent),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.nora-logo-products-finder__result-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	margin-bottom: 1rem;
	border: 1px solid color-mix(in srgb, var(--nora-red) 18%, transparent);
	border-radius: calc(var(--nora-radius) + 2px);
	background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--nora-red) 12%, #fff) 100%);
	color: var(--nora-red);
	box-shadow: 0 2px 10px color-mix(in srgb, var(--nora-red) 12%, transparent);
}
.nora-logo-products-finder__result-title {
	margin: 0 0 0.625rem;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: -0.01em;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-finder__result-lead {
	margin: 0 0 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 82%, var(--wp--preset--color--nora-slate, #1f2937));
}
.nora-logo-products-finder__result-note {
	margin: 0.875rem 0 0;
	padding-top: 0.875rem;
	border-top: 1px solid color-mix(in srgb, var(--lp-border) 85%, transparent);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 88%, var(--wp--preset--color--nora-slate, #1f2937));
}
.nora-logo-products-page .nora-logo-products-finder__result-error {
	margin: 0.75rem 0 0;
	font-family: var(--nora-font-body-family);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.45;
	color: #b42318;
}
.nora-logo-products-page .nora-logo-products-finder__step.is-finder-incomplete {
	outline: 2px solid color-mix(in srgb, #b42318 50%, #fff);
	outline-offset: 1px;
}
.nora-logo-products-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 1.75rem;
	margin-bottom: 1.625rem;
	padding-top: 0.375rem;
	border-bottom: 1px solid var(--lp-border);
}
.nora-logo-products-tabs__item {
	margin: 0 0 -1px;
	padding: 0.5rem 0 1rem;
	border: 0;
	border-bottom: 3px solid transparent;
	background: none;
	font-family: var(--nora-font-ui-family, inherit);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 78%, var(--wp--preset--color--nora-slate, #1f2937));
	cursor: default;
	transition: color 0.15s ease, border-color 0.15s ease;
}
.nora-logo-products-tabs__item.is-active {
	border-bottom-color: var(--nora-red);
	font-weight: 700;
	color: var(--wp--preset--color--nora-slate, #1f2937);
	background: linear-gradient(to top, color-mix(in srgb, var(--nora-red) 7%, transparent) 0%, transparent 72%);
}
.nora-logo-products-tabs__item:disabled {
	opacity: 0.62;
	cursor: not-allowed;
}
.nora-logo-products-consult {
	position: static;
	height: fit-content;
	padding: 1.5rem 1.375rem;
	border: 1px solid color-mix(in srgb, var(--nora-navy-make) 14%, var(--lp-border));
	border-radius: calc(var(--nora-radius-lg) + 2px);
	background: linear-gradient(165deg, #fff 0%, color-mix(in srgb, var(--wp--preset--color--nora-blue-tint, #eef3f9) 75%, #fff) 100%);
	box-shadow: var(--lp-shadow-card);
}
.nora-logo-products-consult__title {
	margin: 0 0 0.625rem;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.28;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-consult__lead {
	margin: 0 0 1.125rem;
	font-size: 0.9375rem;
	line-height: 1.58;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 88%, var(--wp--preset--color--nora-slate, #1f2937));
}
.nora-logo-products-consult__list {
	margin: 0 0 1.375rem;
	padding: 0;
	list-style: none;
}
.nora-logo-products-consult__list li {
	position: relative;
	padding-left: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.48;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-consult__list li + li {
	margin-top: 0.375rem;
}
.nora-logo-products-consult__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--nora-red);
	font-size: 0.75rem;
	font-weight: 700;
}
.nora-logo-products-consult__phone-label {
	margin: 1.125rem 0 0.375rem;
	padding-top: 1rem;
	border-top: 1px solid var(--lp-border);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 85%, var(--wp--preset--color--nora-slate, #1f2937));
}
.nora-logo-products-consult__phone {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.nora-logo-products-consult__phone a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wp--preset--color--nora-slate, #1f2937);
	text-decoration: none;
}
.nora-logo-products-consult__phone-icon {
	flex-shrink: 0;
	color: var(--nora-red);
}
.nora-logo-products-consult__phone a:hover {
	color: var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-popular__layout--discovery {
	display: block;
}
.nora-logo-products-page .nora-logo-products-popular__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	max-width: none;
	margin: 0 0 1.25rem;
}
.nora-logo-products-page .nora-logo-products-popular__head-copy {
	flex: 1 1 18rem;
	min-width: 0;
	max-width: 40rem;
}
.nora-logo-products-page .nora-logo-products-popular__head .nora-logo-products-popular__more {
	flex: 0 0 auto;
	margin: 0.35rem 0 0;
	text-align: right;
}
.nora-logo-products-page .nora-logo-products-popular__eyebrow {
	margin: 0 0 0.5rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-popular__title {
	margin: 0 0 0.625rem;
	font-family: var(--nora-font-display-family);
	font-size: clamp(1.875rem, 1.5rem + 0.9vw, 2.375rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-popular__lead {
	margin: 0;
	font-family: var(--nora-font-body-family);
	font-size: 1.0625rem;
	line-height: 1.55;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 88%, #152035);
}
.nora-logo-products-page .nora-logo-products-popular__layout--discovery .nora-logo-products-popular__main {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	min-width: 0;
}
.nora-logo-products-page .nora-logo-products-popular__toolbar {
	display: block;
}
.nora-logo-products-page .nora-logo-products-popular__toolbar .nora-logo-products-tabs {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(21, 32, 53, 0.22) transparent;
	overscroll-behavior-x: contain;
}
.nora-logo-products-page .nora-logo-products-popular__toolbar .nora-logo-products-tabs::-webkit-scrollbar {
	height: 4px;
}
.nora-logo-products-page .nora-logo-products-popular__toolbar .nora-logo-products-tabs::-webkit-scrollbar-thumb {
	background: rgba(21, 32, 53, 0.22);
	border-radius: 999px;
}
.nora-logo-products-page .nora-logo-products-popular__more-link {
	padding: 0.5rem 1rem;
	font-size: 0.8125rem;
	white-space: nowrap;
}
.nora-logo-products-page .nora-logo-products-tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.625rem;
	margin: 0;
	padding: 0 0 0.25rem;
	border-bottom: 0;
	max-width: 100%;
}
.nora-logo-products-page .nora-logo-products-tabs__item {
	display: inline-flex;
	align-items: center;
	gap: 0.4375rem;
	margin: 0;
	padding: 0.625rem 1rem;
	border: 1px solid rgba(21, 32, 53, 0.07);
	border-bottom: 0;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 3px 12px rgba(36, 57, 87, 0.035);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 85%, #152035);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
	white-space: nowrap;
	text-align: left;
	max-width: 100%;
}
.nora-logo-products-page .nora-logo-products-tabs__icon {
	display: inline-flex;
	flex: 0 0 auto;
	opacity: 0.85;
}
.nora-logo-products-page .nora-logo-products-tabs__icon svg {
	display: block;
}
.nora-logo-products-page .nora-logo-products-tabs__item.is-active {
	border-color: #152035;
	background: #152035;
	color: #fff;
	font-weight: 700;
	box-shadow:
		0 7px 18px rgba(21, 32, 53, 0.16),
		inset 0 -2px 0 0 var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-tabs__item.is-active .nora-logo-products-tabs__icon {
	opacity: 1;
}
.nora-logo-products-page .nora-logo-products-tabs__item:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}
.nora-logo-products-page .nora-logo-products-tabs__item:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--nora-red) 55%, #152035);
	outline-offset: 2px;
}
.nora-logo-products-page .nora-logo-products-tabs__item:not(:disabled):hover {
	background: color-mix(in srgb, #152035 6%, #fff);
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-product-card.is-lp-filter-hidden {
	display: none !important;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card[data-lp-popular="exclude"] {
	display: none !important;
}
.nora-logo-products-page .nora-logo-products-popular__featured:not(:has(.nora-logo-products-product-card:not(.is-lp-filter-hidden))),
.nora-logo-products-page .nora-logo-products-popular__compact:not(:has(.nora-logo-products-product-card:not(.is-lp-filter-hidden))) {
	display: none;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) {
	--lp-cols: 3;
	--lp-popular-stage-h: 29rem;
	--lp-category-stage-h: calc(var(--lp-popular-stage-h) * 1.28);
	--lp-category-consult-w: minmax(11.875rem, 12.625rem);
	grid-template-columns: repeat(var(--lp-cols), minmax(0, 1fr)) var(--lp-category-consult-w);
	grid-auto-rows: minmax(0, 1fr);
	align-items: stretch;
	align-content: stretch;
	height: var(--lp-category-stage-h);
	min-height: var(--lp-category-stage-h);
	max-height: var(--lp-category-stage-h);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="1"] {
	/* Readable single card; flexible spacer keeps consult pinned to the right edge */
	grid-template-columns: minmax(16rem, 26rem) minmax(0, 1fr) var(--lp-category-consult-w);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="2"] {
	grid-template-columns: repeat(2, minmax(0, 1fr)) var(--lp-category-consult-w);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="6"] {
	--lp-category-stage-h: var(--lp-popular-stage-h);
	grid-template-columns:
		repeat(4, minmax(0, 1fr))
		minmax(0, 1.15fr)
		var(--lp-category-consult-w);
	grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
	grid-auto-rows: unset;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="6"] .nora-logo-products-consult--rail {
	grid-column: 6;
	grid-row: 1 / span 2;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card.is-lp-slot-stack {
	padding: 0.7rem 0.75rem 0.55rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card.is-lp-slot-stack .nora-logo-products-product-card__title {
	font-size: 1rem;
	margin-bottom: 0.25rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card.is-lp-slot-stack .nora-logo-products-product-card__desc {
	font-size: 0.8125rem;
	line-height: 1.35;
	margin-bottom: 0.35rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card.is-lp-slot-stack .nora-logo-products-product-card__bullets li {
	font-size: 0.6875rem;
	line-height: 1.3;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card.is-lp-slot-stack .nora-logo-products-product-card__bullets li + li {
	margin-top: 0.2rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card.is-lp-slot-stack .nora-logo-products-product-card__visual {
	min-height: 2.75rem;
	margin-top: 0.1rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-popular__featured,
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-popular__compact {
	display: contents;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-consult--rail {
	grid-column: -2 / -1;
	grid-row: 1 / span var(--lp-row-span, 2);
	align-self: stretch;
	justify-self: stretch;
	height: 100%;
	min-height: 100%;
	max-height: none;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card,
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--featured,
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--compact {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	grid-template-columns: none;
	grid-template-rows: none;
	column-gap: 0;
	min-height: 0;
	height: 100%;
	padding: 0.8125rem 0.875rem 0.75rem;
	border: 1px solid rgba(61, 84, 119, 0.11);
	border-radius: 14px;
	background: #fff;
	box-shadow:
		0 10px 28px rgba(37, 58, 89, 0.055),
		0 2px 6px rgba(37, 58, 89, 0.035),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	overflow: hidden;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__index {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0;
	border-radius: 50%;
	background: #eef2f7;
	font-family: var(--nora-font-ui-family);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: color-mix(in srgb, #152035 72%, #6b7280);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.4375rem;
	order: 1;
	flex: 0 0 auto;
	margin: 0 0 0.5rem;
	padding: 0 1.5rem 0.4375rem 0;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, #152035 6%, #e8eaed);
	min-height: 0;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__brand {
	flex: 1 1 100%;
	order: 0;
	width: 100%;
	max-width: 100%;
	height: 2rem;
	min-height: 2rem;
	margin: 0;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__brand img {
	height: 1.75rem;
	max-height: 1.75rem;
	max-width: min(100%, 13rem);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__badge {
	display: inline-flex !important;
	position: static !important;
	flex: 0 0 auto;
	order: 2;
	align-self: flex-start;
	width: auto !important;
	height: auto !important;
	margin: -0.125rem 0 0.125rem !important;
	padding: 0.1875rem 0.5rem !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: nowrap !important;
	border: 1px solid color-mix(in srgb, #152035 10%, #e8eaed) !important;
	border-radius: 999px;
	background: #f7f8fa;
	font-family: var(--nora-font-ui-family);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 55%, #152035);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--compact .nora-logo-products-product-card__badge {
	order: 2;
	margin: 0 0 0.45rem !important;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--featured .nora-logo-products-product-card__badge {
	order: 2;
	margin: 0 !important;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__title {
	order: 3;
	flex: 0 0 auto;
	margin: 0 0 0.3125rem;
	padding: 0;
	font-family: var(--nora-font-ui-family);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.014em;
	color: #152035;
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__desc {
	order: 4;
	flex: 0 0 auto;
	margin: 0 0 0.5rem;
	padding: 0;
	font-family: var(--nora-font-body-family);
	font-size: 0.875rem;
	line-height: 1.42;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 86%, #152035);
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__bullets {
	display: block !important;
	position: static !important;
	order: 5;
	flex: 0 0 auto;
	width: auto !important;
	height: auto !important;
	margin: 0 0 0.375rem !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
	list-style: none;
	border: 0 !important;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__bullets li {
	position: relative;
	padding-left: 1.125rem;
	font-family: var(--nora-font-body-family);
	font-size: 0.75rem;
	line-height: 1.35;
	color: color-mix(in srgb, #152035 78%, #6b7280);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__bullets li + li {
	margin-top: 0.28rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.28em;
	width: 0.55rem;
	height: 0.55rem;
	background: center / contain no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.2 6.2 4.8 8.7 9.8 3.4' fill='none' stroke='%23c8102e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__visual {
	display: block !important;
	position: relative;
	order: 6;
	flex: 1 1 auto;
	align-self: stretch !important;
	justify-self: stretch !important;
	grid-column: auto !important;
	grid-row: auto !important;
	width: calc(100% + 0.5rem) !important;
	height: auto !important;
	min-height: 5.5rem;
	margin: 0.25rem -0.25rem 0.1rem !important;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	background-color: #fff;
	background-position: center bottom !important;
	background-repeat: no-repeat;
	/* contain + bottom: shared baseline after normalized art assets */
	background-size: contain !important;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__visual::before {
	content: "";
	position: absolute;
	inset: 22% 6% 0;
	z-index: -1;
	pointer-events: none;
	background: radial-gradient(circle at 50% 82%, rgba(134, 171, 222, 0.08), transparent 62%);
	-webkit-mask-image: linear-gradient(180deg, transparent, #000 45%, #000);
	mask-image: linear-gradient(180deg, transparent, #000 45%, #000);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__visual svg {
	display: none !important;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-j-platform/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/j-platform.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-tiger-wings/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/tiger-wings.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-tiger-wings-enterprise/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/tiger-wings-enterprise.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-edge-t-series/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/edge-t-series.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-tiger-3/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/tiger-3.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-tiger-3-enterprise/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/tiger-3-enterprise.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-go-wings/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/go-wings.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-go-3/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/go-3.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-start-3/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/start-3.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-isbasi/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/isbasi.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-bulut-erp/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/bulut-erp.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-bulut-erp-lite/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/bulut-erp-lite.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-e-fatura/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-fatura.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-e-arsiv/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-arsiv.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-e-defter/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-defter.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-e-irsaliye/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-irsaliye.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-e-mustahsil/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-mustahsil.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-edonusum-destek/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-mutabakat.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-pera/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/pera.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-diva-shop/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/diva-shop.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-diva-retail/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/diva-retail.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-mobile-sales/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/mobile-sales.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-crm/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/crm.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-bordro-plus/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/bordro-plus.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-j-hr/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/j-hr.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-urunleri/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/bulut-ik.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/online-hesap-ozeti/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/online-hesap-ozeti.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-e-tahsilat/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-tahsilat.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-wms/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/wms.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-wms-platform/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/wms-platform.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-mind-insight/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/mind-insight.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:has(a[href="/logo-mind-navigator/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/mind-navigator.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__link,
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--featured .nora-logo-products-product-card__link,
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--compact .nora-logo-products-product-card__link {
	position: relative;
	z-index: 2;
	right: auto;
	bottom: auto;
	order: 7;
	grid-column: auto;
	grid-row: auto;
	justify-self: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	width: auto;
	height: auto;
	margin: auto 0 0;
	padding: 0;
	border: 0;
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--nora-red);
	text-decoration: none;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--compact .nora-logo-products-product-card__link {
	font-size: 0;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--compact .nora-logo-products-product-card__link::before {
	content: "Detaylı Bilgi";
	font-size: 0.8125rem;
	font-weight: 700;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--compact .nora-logo-products-product-card__link .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	font-size: 0 !important;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card--compact .nora-logo-products-product-card__link [aria-hidden="true"] {
	font-size: 0.875rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__link span,
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__link [aria-hidden="true"] {
	font-size: 0.875rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:hover,
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card:focus-within {
	border-color: color-mix(in srgb, var(--nora-red) 16%, #e8eaed);
	box-shadow: 0 3px 12px rgba(15, 23, 42, 0.06);
	transform: translateY(-1px);
}
.nora-logo-products-page .nora-logo-products-product-card__brand--wordmark {
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #152035;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card__brand--wordmark {
	font-size: 0.9375rem;
}
.nora-logo-products-page .nora-logo-products-popular__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr) minmax(11.875rem, 12.625rem);
	gap: 0.75rem;
	align-items: start;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] {
	align-items: stretch;
}
.nora-logo-products-page .nora-logo-products-popular__featured {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.625rem;
	align-items: stretch;
	min-height: 0;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__featured {
	height: 100%;
	min-height: 0;
}
.nora-logo-products-page .nora-logo-products-popular__compact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.625rem;
	align-content: start;
	align-items: stretch;
	justify-items: stretch;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__compact {
	height: 100%;
	min-height: 0;
	grid-template-rows: 1fr 1fr;
	align-content: stretch;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-consult--rail {
	height: 100%;
	min-height: 0;
}
.nora-logo-products-page .nora-logo-products-product-card--featured {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	padding: 0.75rem 0.8125rem 0.6875rem;
	border: 1px solid rgba(61, 84, 119, 0.13);
	border-radius: 14px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 252, 255, 0.98) 76%, rgba(243, 247, 252, 0.98) 100%);
	box-shadow:
		0 14px 34px rgba(37, 58, 89, 0.07),
		0 2px 7px rgba(37, 58, 89, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.nora-logo-products-page .nora-logo-products-product-card--featured:hover,
.nora-logo-products-page .nora-logo-products-product-card--featured:focus-within {
	border-color: color-mix(in srgb, var(--nora-red) 20%, #e8eaed);
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
	transform: translateY(-1px);
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__index {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0;
	border-radius: 50%;
	background: #eef2f7;
	font-family: var(--nora-font-ui-family);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: color-mix(in srgb, #152035 72%, #6b7280);
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(1) .nora-logo-products-product-card__index {
	background: color-mix(in srgb, var(--nora-red) 12%, #fff);
	color: var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(2) .nora-logo-products-product-card__index {
	background: #e8eef8;
	color: #1e4b8f;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__top {
	margin-bottom: 0.5rem;
	padding: 0 1.5rem 0.4375rem 0;
	border-bottom: 1px solid color-mix(in srgb, #152035 6%, #e8eaed);
	align-items: flex-start;
	gap: 0.4375rem;
	flex-wrap: wrap;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__badge {
	flex: 0 0 auto;
	order: 2;
	padding: 0.1875rem 0.5rem;
	border: 1px solid color-mix(in srgb, #152035 10%, #e8eaed);
	border-radius: 999px;
	background: #f7f8fa;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 55%, #152035);
}
.nora-logo-products-page .nora-logo-products-popular__stage .nora-logo-products-product-card__brand {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1 1 100%;
	order: 1;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 2.125rem;
	min-height: 2.125rem;
	overflow: hidden;
}
.nora-logo-products-page .nora-logo-products-popular__stage .nora-logo-products-product-card__brand img {
	display: block;
	width: auto;
	height: 1.75rem;
	max-width: min(100%, 12.5rem);
	max-height: 1.75rem;
	object-fit: contain;
	object-position: left center;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__brand--wordmark {
	font-size: 0.875rem;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__title {
	margin-bottom: 0.3125rem;
	padding-right: 0.25rem;
	font-size: 1.125rem;
	letter-spacing: -0.015em;
	line-height: 1.15;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__desc {
	margin-bottom: 0.5rem;
	font-size: 0.8125rem;
	line-height: 1.4;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__bullets {
	margin: 0 0 0.375rem;
	padding: 0;
	list-style: none;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__bullets li {
	position: relative;
	padding-left: 1.125rem;
	font-size: 0.75rem;
	line-height: 1.35;
	color: color-mix(in srgb, #152035 78%, #6b7280);
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.28em;
	width: 0.55rem;
	height: 0.55rem;
	background: center / contain no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.2 6.2 4.8 8.7 9.8 3.4' fill='none' stroke='%23c8102e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__bullets li + li {
	margin-top: 0.28rem;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__visual {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex: 1 1 auto;
	min-height: 4.5rem;
	margin: 0.25rem 0 0.35rem;
	opacity: 0.95;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__visual svg {
	display: none;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__visual {
	position: relative;
	overflow: hidden;
	width: calc(100% + 0.5rem);
	min-height: 7.125rem;
	margin-inline: -0.25rem;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 108% auto;
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__visual::before {
	content: "";
	position: absolute;
	inset: 12% 3% 0;
	z-index: -1;
	background:
		radial-gradient(circle at 50% 75%, rgba(134, 171, 222, 0.13), transparent 57%),
		linear-gradient(rgba(87, 121, 167, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(87, 121, 167, 0.035) 1px, transparent 1px);
	background-size: auto, 12px 12px, 12px 12px;
	-webkit-mask-image: linear-gradient(180deg, transparent, #000 36%, #000);
	mask-image: linear-gradient(180deg, transparent, #000 36%, #000);
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(1) .nora-logo-products-product-card__visual {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 112'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23f9fbfe'/%3E%3Cstop offset='1' stop-color='%23dfe9f7'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23e7eef8'/%3E%3C/linearGradient%3E%3Cfilter id='s' x='-30%25' y='-30%25' width='160%25' height='180%25'%3E%3CfeDropShadow dx='0' dy='5' stdDeviation='5' flood-color='%235f7fa9' flood-opacity='.16'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M24 89 87 55l88 34-63 21Z' fill='%23f8fafd' stroke='%23c5d3e5' stroke-width='1'/%3E%3Cpath d='m35 86 52-27 74 29-50 17Z' fill='none' stroke='%23d7e1ee' stroke-dasharray='2 3'/%3E%3Cg filter='url(%23s)'%3E%3Cpath d='m57 73 31-17 31 14-31 18Z' fill='url(%23a)' stroke='%238ea8c8'/%3E%3Cpath d='m57 73 31 15v17L57 89Z' fill='%23e7eef8' stroke='%238ea8c8'/%3E%3Cpath d='m88 88 31-18v17l-31 18Z' fill='%23d9e5f4' stroke='%238ea8c8'/%3E%3Cpath d='m68 68 20-11 20 9-20 12Z' fill='url(%23b)' stroke='%23a9bdd6'/%3E%3C/g%3E%3Cpath d='M34 51c1-10 10-17 20-15 4-10 20-13 28-5 11-3 21 5 21 15 0 8-6 14-14 14H48c-8 0-14-3-14-9Z' fill='%23fbfdff' stroke='%23b9c9dc'/%3E%3Cpath d='M76 61v10M49 60v12M104 79l35-18 34 13' fill='none' stroke='%238ca7c8' stroke-width='1.2' stroke-dasharray='3 3'/%3E%3Cpath d='m139 61 4-5M139 61l6 1' stroke='%23c8102e' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='174' cy='74' r='2.5' fill='%23c8102e'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(2) .nora-logo-products-product-card__visual {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 112'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23dce7f5'/%3E%3C/linearGradient%3E%3Cfilter id='s'%3E%3CfeDropShadow dx='0' dy='5' stdDeviation='5' flood-color='%235f7fa9' flood-opacity='.15'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='m23 91 75-38 89 37-72 21Z' fill='%23f8fafd' stroke='%23d0dbea'/%3E%3Cg filter='url(%23s)'%3E%3Cpath d='m51 77 48-25 48 20-48 27Z' fill='url(%23a)' stroke='%2398afcb'/%3E%3Cpath d='m59 70 40-21 40 17-40 22Z' fill='%23f8fbff' stroke='%23afc1d7'/%3E%3Cpath d='m68 62 31-16 31 13-31 18Z' fill='%23e9f0f9' stroke='%23b5c6da'/%3E%3C/g%3E%3Cpath d='M36 84 20 72M147 72l34-19M99 46V25' fill='none' stroke='%238fa9c9' stroke-width='1.2' stroke-dasharray='3 3'/%3E%3Ccircle cx='19' cy='72' r='4' fill='%23fff' stroke='%238fa9c9'/%3E%3Ccircle cx='182' cy='52' r='4' fill='%23fff' stroke='%238fa9c9'/%3E%3Ccircle cx='99' cy='23' r='4' fill='%23fff' stroke='%238fa9c9'/%3E%3Cpath d='m151 37 13-7 13 6-13 7Z' fill='%23fff' stroke='%23b2c3d8'/%3E%3Cpath d='m164 43 13-7v12l-13 7Z' fill='%23e1eaf6' stroke='%23b2c3d8'/%3E%3Cpath d='m151 37 13 6v12l-13-6Z' fill='%23edf3fa' stroke='%23b2c3d8'/%3E%3Cpath d='M99 46 124 33' stroke='%23c8102e' stroke-width='1.3'/%3E%3Ccircle cx='124' cy='33' r='2.6' fill='%23c8102e'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(3) .nora-logo-products-product-card__visual {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 112'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop stop-color='%23fdfefe'/%3E%3Cstop offset='1' stop-color='%23dce7f5'/%3E%3C/linearGradient%3E%3Cfilter id='s'%3E%3CfeDropShadow dx='0' dy='5' stdDeviation='5' flood-color='%235f7fa9' flood-opacity='.16'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='m24 92 73-38 89 35-72 22Z' fill='%23f8fafd' stroke='%23cbd8e8'/%3E%3Cg filter='url(%23s)'%3E%3Cpath d='M58 81V52l20-11v33Z' fill='%23edf3fa' stroke='%239bb1cc'/%3E%3Cpath d='m78 41 19 8v33l-19-8Z' fill='%23dce7f5' stroke='%239bb1cc'/%3E%3Cpath d='M101 78V34l22-12v47Z' fill='url(%23a)' stroke='%238ea8c8'/%3E%3Cpath d='m123 22 20 9v47l-20-9Z' fill='%23d9e5f4' stroke='%238ea8c8'/%3E%3Cpath d='M148 84V48l17-9v39Z' fill='%23eef4fa' stroke='%23a8bbd2'/%3E%3Cpath d='m165 39 14 6v39l-14-6Z' fill='%23dfe9f6' stroke='%23a8bbd2'/%3E%3C/g%3E%3Cpath d='M63 60h8M63 66h8M107 43h9M107 50h9M107 57h9M152 57h7M152 63h7' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='m35 82 27-14M143 54l29-16M97 49 76 31' fill='none' stroke='%238fa9c9' stroke-width='1.1' stroke-dasharray='3 3'/%3E%3Ccircle cx='35' cy='82' r='2.5' fill='%23c8102e'/%3E%3Ccircle cx='173' cy='38' r='2.5' fill='%23c8102e'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-product-card--featured .nora-logo-products-product-card__link {
	margin-top: auto;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--nora-red);
}
.nora-logo-products-page .nora-logo-products-product-card--compact {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto 1fr auto;
	column-gap: 0.5rem;
	align-items: start;
	min-height: 9.5rem;
	height: 100%;
	padding: 0.75rem 0.75rem 0.625rem;
	border: 1px solid rgba(61, 84, 119, 0.11);
	border-radius: 12px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 250, 254, 0.98) 100%);
	box-shadow:
		0 10px 28px rgba(37, 58, 89, 0.055),
		0 2px 6px rgba(37, 58, 89, 0.035),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact {
	min-height: 0;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__top {
	grid-column: 1;
	grid-row: 1;
	margin-bottom: 0.1875rem;
	padding-bottom: 0;
	border-bottom: 0;
	justify-content: flex-start;
	min-height: 0;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__title {
	grid-column: 1;
	grid-row: 2;
	margin: 0 0 0.25rem;
	padding-right: 0;
	font-family: var(--nora-font-ui-family);
	font-size: 0.90625rem;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.012em;
	color: #152035;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__desc {
	grid-column: 1;
	grid-row: 3;
	align-self: start;
	margin: 0;
	padding-right: 0;
	font-size: 0.71875rem;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 90%, #152035);
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__visual {
	grid-column: 2;
	grid-row: 2 / 4;
	align-self: end;
	justify-self: end;
	opacity: 0.9;
	pointer-events: none;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__visual svg {
	display: none;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact .nora-logo-products-product-card__visual {
	width: 5.75rem;
	height: 6.25rem;
	margin: 0 -0.375rem -0.125rem 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/logo-go-wings/"]) .nora-logo-products-product-card__visual {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 88'%3E%3Cdefs%3E%3CradialGradient id='g'%3E%3Cstop stop-color='%23f9fbfe'/%3E%3Cstop offset='1' stop-color='%23e5edf8'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath d='M7 70 40 51l33 18-33 13Z' fill='%23f8fafd' stroke='%23d8e2ee' stroke-dasharray='2 2'/%3E%3Ccircle cx='40' cy='40' r='23' fill='url(%23g)' stroke='%239fb5cf'/%3E%3Cellipse cx='40' cy='40' rx='10' ry='23' fill='none' stroke='%23b6c7da'/%3E%3Cpath d='M17 40h46M21 29h38M21 51h38M40 17c8 8 8 38 0 46M40 17c-8 8-8 38 0 46' fill='none' stroke='%23c0cfdf'/%3E%3Cpath d='m59 22 8-5' stroke='%23c8102e' stroke-width='1.4'/%3E%3Ccircle cx='68' cy='16' r='2.4' fill='%23c8102e'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/logo-e-fatura/"]) .nora-logo-products-product-card__visual {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 88'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23e3ecf7'/%3E%3C/linearGradient%3E%3Cfilter id='s'%3E%3CfeDropShadow dx='0' dy='3' stdDeviation='3' flood-color='%236f8fb5' flood-opacity='.16'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M12 72 38 58l30 14-27 11Z' fill='%23f7f9fc' stroke='%23d8e2ee' stroke-dasharray='2 2'/%3E%3Cg filter='url(%23s)'%3E%3Cpath d='M19 13h34l10 10v43H19Z' fill='url(%23g)' stroke='%239fb5cf'/%3E%3Cpath d='M53 13v11h10' fill='%23e4edf8' stroke='%239fb5cf'/%3E%3Cpath d='M27 31h27M27 39h21M27 47h24' stroke='%23b8c8db' stroke-width='1.4' stroke-linecap='round'/%3E%3C/g%3E%3Ccircle cx='55' cy='60' r='11' fill='%23fff' stroke='%239fb5cf'/%3E%3Cpath d='m50 60 3 3 6-7' fill='none' stroke='%23c8102e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/logo-mobile-sales/"]) .nora-logo-products-product-card__visual {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 88'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23dfe9f6'/%3E%3C/linearGradient%3E%3Cfilter id='s'%3E%3CfeDropShadow dx='0' dy='3' stdDeviation='3' flood-color='%236f8fb5' flood-opacity='.16'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M7 72 39 55l34 17-33 12Z' fill='%23f7f9fc' stroke='%23d8e2ee' stroke-dasharray='2 2'/%3E%3Cg filter='url(%23s)'%3E%3Crect x='21' y='9' width='36' height='65' rx='5' fill='url(%23g)' stroke='%2398afcb'/%3E%3Crect x='26' y='18' width='26' height='43' rx='2' fill='%23fbfdff' stroke='%23c3d1e1'/%3E%3Cpath d='M31 52V40h4v12M38 52V32h4v20M45 52V25h4v27' stroke='%238fa9c9' stroke-width='2'/%3E%3Cpath d='m31 36 9-7 8-9' fill='none' stroke='%23c8102e' stroke-width='1.5'/%3E%3Ccircle cx='39' cy='68' r='2' fill='%23b1c2d6'/%3E%3C/g%3E%3Ccircle cx='60' cy='25' r='7' fill='%23fff' stroke='%23a8bbd2'/%3E%3Cpath d='m57 25 2 2 4-5' fill='none' stroke='%23c8102e' stroke-width='1.4'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/online-hesap-ozeti/"]) .nora-logo-products-product-card__visual {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 88'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23e3ecf7'/%3E%3C/linearGradient%3E%3Cfilter id='s'%3E%3CfeDropShadow dx='0' dy='3' stdDeviation='3' flood-color='%236f8fb5' flood-opacity='.15'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M8 73 39 57l33 16-32 11Z' fill='%23f7f9fc' stroke='%23d8e2ee' stroke-dasharray='2 2'/%3E%3Cg filter='url(%23s)'%3E%3Crect x='12' y='17' width='30' height='49' rx='3' fill='url(%23g)' stroke='%239fb5cf'/%3E%3Cpath d='M19 28h16M19 35h12M19 42h16M19 49h10' stroke='%23bccbdd' stroke-width='1.3' stroke-linecap='round'/%3E%3Ccircle cx='53' cy='46' r='19' fill='%23fff' stroke='%239fb5cf'/%3E%3Cpath d='M53 46V27a19 19 0 0 1 17 11Z' fill='%23dbe7f5' stroke='%239fb5cf'/%3E%3Cpath d='m53 46 17-8a19 19 0 0 1-7 22Z' fill='%23f2d6da' stroke='%23caa0a7'/%3E%3Cpath d='M53 46 63 60a19 19 0 0 1-29-14Z' fill='%23edf3fa' stroke='%239fb5cf'/%3E%3C/g%3E%3Ccircle cx='70' cy='23' r='2.4' fill='%23c8102e'/%3E%3C/svg%3E");
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(1) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/j-platform.png");
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(2) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/tiger-wings.png");
}
.nora-logo-products-page .nora-logo-products-product-card--featured:nth-child(3) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/tiger-wings-enterprise.png");
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact .nora-logo-products-product-card__visual {
	background-size: contain;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/logo-go-wings/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/go-wings.png");
	background-size: 125% auto;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/logo-e-fatura/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/e-fatura.png");
	background-size: 118% auto;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/logo-mobile-sales/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/mobile-sales.png");
	background-size: 132% auto;
}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-product-card--compact:has(a[href="/online-hesap-ozeti/"]) .nora-logo-products-product-card__visual {
	background-image: url("../img/logo-products/discovery/premium-art/online-hesap-ozeti.png");
	background-position: -1px bottom;
	background-size: 115% auto;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__link {
	grid-column: 1 / -1;
	grid-row: 4;
	position: relative;
	right: auto;
	bottom: auto;
	justify-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0.25rem 0 0;
	padding: 0;
	border: 0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	color: var(--nora-red);
	text-decoration: none;
}
.nora-logo-products-page .nora-logo-products-product-card--compact:hover,
.nora-logo-products-page .nora-logo-products-product-card--compact:focus-within {
	border-color: color-mix(in srgb, var(--nora-red) 16%, #e8eaed);
	box-shadow: 0 3px 12px rgba(15, 23, 42, 0.06);
	transform: translateY(-1px);
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__brand {
	flex: 0 1 auto;
	order: 0;
	width: auto;
	max-width: min(100%, 11rem);
	height: 1.75rem;
	min-height: 1.75rem;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__brand img {
	height: 1.4375rem;
	max-height: 1.4375rem;
	max-width: min(100%, 11rem);
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__brand--wordmark {
	font-size: 0.75rem;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__bullets,
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__badge {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.nora-logo-products-page .nora-logo-products-product-card--compact .nora-logo-products-product-card__link:hover {
	gap: 0;
	color: var(--nora-red-hover);
}
.nora-logo-products-page .nora-logo-products-consult--rail {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 0;
	padding: 0.75rem 0.75rem 0.6875rem;
	border: 1px solid rgba(74, 111, 166, 0.12);
	border-radius: 14px;
	background:
		radial-gradient(circle at 100% 0%, rgba(153, 190, 242, 0.2), transparent 46%),
		linear-gradient(155deg, rgba(247, 250, 255, 0.98) 0%, rgba(226, 236, 251, 0.98) 100%);
	box-shadow:
		0 16px 38px rgba(43, 74, 118, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.86);
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.5rem;
	border-radius: 10px;
	border: 1px solid rgba(74, 111, 166, 0.09);
	background: rgba(255, 255, 255, 0.76);
	color: #152035;
	box-shadow: 0 5px 14px rgba(43, 74, 118, 0.07);
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__title {
	margin: 0 0 0.3125rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.96875rem;
	line-height: 1.22;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__lead {
	margin: 0 0 0.5rem;
	font-size: 0.71875rem;
	line-height: 1.35;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__list {
	margin: 0 0 0.5625rem;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__list li {
	font-size: 0.75rem;
	line-height: 1.3;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__list li + li {
	margin-top: 0.25rem;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-btn {
	margin-top: 0.25rem;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__phone-label {
	margin-top: 0.375rem;
	padding-top: 0.375rem;
	font-size: 0.625rem;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__phone {
	margin: 0.125rem 0 0;
}
.nora-logo-products-page .nora-logo-products-consult--rail .nora-logo-products-consult__phone a {
	font-size: 0.8125rem;
}
@media (max-width: 1280px) {
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] {
		grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr) minmax(11.5rem, 12.25rem);
	}
.nora-logo-products-page .nora-logo-products-popular__compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) {
		--lp-category-consult-w: minmax(11.5rem, 12.25rem);
		grid-template-columns: repeat(var(--lp-cols, 3), minmax(0, 1fr)) var(--lp-category-consult-w);
		align-items: stretch;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="6"] {
		grid-template-columns:
			repeat(4, minmax(0, 1fr))
			minmax(0, 1.1fr)
			var(--lp-category-consult-w);
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-consult--rail {
		grid-column: -2 / -1;
		grid-row: 1 / span var(--lp-row-span, 2);
		align-self: stretch;
		height: 100%;
		min-height: 100%;
	}
}

@media (max-width: 1100px) {
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] {
		grid-template-columns: minmax(0, 1fr) minmax(11.5rem, 12.25rem);
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__featured {
		grid-column: 1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__compact {
		grid-column: 1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-consult--rail {
		grid-column: 2;
		grid-row: 1 / span 2;
		height: 100%;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) {
		/* Readable cards: prefer ≤3 product cols + Popular consult width on narrow desktops */
		--lp-category-consult-w: minmax(11.5rem, 12.25rem);
		grid-template-columns: repeat(3, minmax(0, 1fr)) var(--lp-category-consult-w);
		align-items: stretch;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="6"] {
		/* Fall back to equal 3×2 — JS clears slot placement below 1100px */
		grid-template-columns: repeat(3, minmax(0, 1fr)) var(--lp-category-consult-w);
		grid-template-rows: none;
		grid-auto-rows: minmax(0, 1fr);
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="1"],
	.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="2"] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) var(--lp-category-consult-w);
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"])[data-lp-count="1"] {
		grid-template-columns: minmax(14rem, 22rem) minmax(0, 1fr) var(--lp-category-consult-w);
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-consult--rail {
		grid-column: -2 / -1;
		grid-row: 1 / span var(--lp-row-span, 2);
		align-self: stretch;
		height: 100%;
		min-height: 100%;
	}
}

@media (max-width: 900px) {
.nora-logo-products-page .nora-logo-products-popular__head {
		flex-direction: column;
		align-items: stretch;
	}
.nora-logo-products-page .nora-logo-products-popular__head .nora-logo-products-popular__more {
		margin: 0;
		text-align: left;
	}
.nora-logo-products-page .nora-logo-products-popular__toolbar {
		flex-direction: column;
		align-items: stretch;
	}
.nora-logo-products-page .nora-logo-products-popular__toolbar .nora-logo-products-popular__more {
		text-align: left;
	}
.nora-logo-products-page .nora-logo-products-popular__more-link {
		display: inline-flex;
		width: auto;
		max-width: 100%;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] {
		grid-template-columns: 1fr;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__featured,
	.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__compact,
	.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-consult--rail {
		grid-column: 1;
		grid-row: auto;
		height: auto;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__featured {
		grid-template-columns: 1fr;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) {
		--lp-cols: 2;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		align-content: start;
		height: auto;
		min-height: 0;
		max-height: none;
		grid-auto-rows: auto;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-consult--rail {
		grid-column: 1 / -1;
		grid-row: auto;
		align-self: stretch;
		height: auto;
		min-height: 0;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) .nora-logo-products-product-card {
		min-height: 14.5rem;
		height: auto;
	}
}

@media (max-width: 560px) {
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter="popular"] .nora-logo-products-popular__compact {
		grid-template-columns: 1fr;
	}
.nora-logo-products-page .nora-logo-products-popular__more-link {
		width: 100%;
		justify-content: center;
	}
.nora-logo-products-page .nora-logo-products-popular__toolbar .nora-logo-products-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		padding-bottom: 0.25rem;
		max-width: 100%;
	}
.nora-logo-products-page .nora-logo-products-tabs__item {
		flex: 0 0 auto;
		white-space: nowrap;
	}
.nora-logo-products-page .nora-logo-products-popular__stage[data-lp-filter]:not([data-lp-filter="popular"]) {
		--lp-cols: 1;
		grid-template-columns: 1fr;
	}
}

.nora-logo-products-page .nora-logo-products-seo-links {
	padding-block: clamp(1.25rem, 1rem + 0.75vw, 1.75rem);
}
.nora-logo-products-page #lp-popular,
.nora-logo-products-page #lp-categories {
	scroll-margin-top: 6rem;
}
.nora-logo-products-page .nora-logo-products-seo-links__band {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 1.25rem;
	padding: 1rem 1.25rem;
	border: 1px solid #e8eaed;
	border-radius: var(--nora-radius-lg);
	background: #f8fafc;
}
.nora-logo-products-page .nora-logo-products-seo-links__title {
	margin: 0;
	font-family: var(--nora-font-ui-family);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	color: #152035;
}
.nora-logo-products-page .nora-logo-products-seo-links__desc {
	margin: 0;
	flex: 1 1 14rem;
	min-width: 0;
	font-family: var(--nora-font-body-family);
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--wp--preset--color--nora-muted, #6b7280);
}
.nora-logo-products-page .nora-logo-products-seo-links__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nora-logo-products-page .nora-logo-products-seo-links__link {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--nora-red);
	text-decoration: none;
	border-radius: 4px;
	outline-offset: 3px;
	transition: color 0.15s ease;
}
.nora-logo-products-page .nora-logo-products-seo-links__link:hover {
	color: var(--nora-red-hover);
}
.nora-logo-products-page .nora-logo-products-seo-links__link:focus-visible {
	outline: 2px solid var(--nora-red);
	outline-offset: 3px;
}
.nora-logo-products-page .nora-logo-products-seo-links__link span {
	font-weight: 600;
	transition: transform 0.15s ease;
}
.nora-logo-products-page .nora-logo-products-seo-links__link:hover span {
	transform: translateX(2px);
}
.nora-logo-products-page .nora-logo-products-compare {
	padding-block: clamp(1.5rem, 1.2rem + 0.9vw, 2.25rem);
}
.nora-logo-products-page .nora-logo-products-compare__panel {
	padding: clamp(1.25rem, 1rem + 0.8vw, 1.75rem);
	border: 1px solid var(--lp-border, #e8eaed);
	border-radius: calc(var(--nora-radius-lg) + 2px);
	background: color-mix(in srgb, var(--wp--preset--color--nora-surface-soft, #f8fafc) 55%, #fff);
}
.nora-logo-products-page .nora-logo-products-compare__layout {
	display: grid;
	/* LP-P5.3: narrower intro (~19%) so table fits desktop without wrapper scroll */
	grid-template-columns: minmax(12.75rem, 0.58fr) minmax(0, 2.4fr);
	gap: clamp(0.875rem, 0.65rem + 0.5vw, 1.25rem);
	align-items: start;
}
.nora-logo-products-page .nora-logo-products-compare__title {
	margin: 0 0 0.5rem;
	font-family: var(--nora-font-display-family);
	font-size: clamp(1.5rem, 1.25rem + 0.65vw, 1.875rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.012em;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-page .nora-logo-products-compare__lead {
	margin: 0 0 1.125rem;
	font-family: var(--nora-font-body-family);
	font-size: 1rem;
	line-height: 1.58;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 88%, var(--wp--preset--color--nora-slate, #1f2937));
}
.nora-logo-products-page .nora-logo-products-compare__intro .nora-logo-products-btn--primary:focus-visible {
	outline: 2px solid var(--nora-red);
	outline-offset: 3px;
}
.nora-logo-products-page .nora-logo-products-compare__table-wrap {
	overflow-x: auto;
	border: 1px solid var(--lp-border, #e8eaed);
	border-radius: var(--nora-radius-lg);
	background: #fff;
	-webkit-overflow-scrolling: touch;
}
.nora-logo-products-page .nora-logo-products-compare__table-wrap:focus-visible {
	outline: 2px solid var(--nora-red);
	outline-offset: 2px;
}
.nora-logo-products-page .nora-logo-products-compare__table {
	width: 100%;
	min-width: 52rem;
	border-collapse: collapse;
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
}
.nora-logo-products-page .nora-logo-products-compare__table th,
.nora-logo-products-page .nora-logo-products-compare__table td {
	padding: 0.625rem 0.6875rem;
	border-bottom: 1px solid var(--lp-border, #e8eaed);
	text-align: center;
	vertical-align: middle;
}
.nora-logo-products-page .nora-logo-products-compare__table tbody tr:last-child th,
.nora-logo-products-page .nora-logo-products-compare__table tbody tr:last-child td {
	border-bottom: 0;
}
.nora-logo-products-page .nora-logo-products-compare__table tbody th {
	text-align: left;
	font-weight: 600;
	font-size: 0.75rem;
	color: color-mix(in srgb, var(--wp--preset--color--nora-muted, #6b7280) 70%, var(--wp--preset--color--nora-slate, #1f2937));
	white-space: normal;
	max-width: 7.5rem;
	line-height: 1.3;
}
.nora-logo-products-page .nora-logo-products-compare__table thead th {
	background: color-mix(in srgb, var(--wp--preset--color--nora-surface-soft, #f8fafc) 85%, #fff);
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.25;
	color: var(--wp--preset--color--nora-slate, #1f2937);
}
.nora-logo-products-page .nora-logo-products-compare__val {
	display: inline-block;
	max-width: 5.75rem;
	font-family: var(--nora-font-body-family);
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.3;
	color: #152035;
	text-wrap: balance;
}
.nora-logo-products-page .nora-logo-products-compare .nora-logo-products-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 50%;
	background: color-mix(in srgb, var(--nora-red) 14%, #fff);
	color: var(--nora-red);
	font-size: 0.6875rem;
	font-weight: 700;
}
.nora-logo-products-page .nora-logo-products-compare__na {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.375rem;
	color: #94a3b8;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
}
.nora-logo-products-page .nora-logo-products-compare__opt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 50%;
	background: color-mix(in srgb, #1e4b8f 12%, #fff);
	color: #1e4b8f;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}
.nora-logo-products-page .nora-logo-products-compare__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin: 0;
	padding: 0.625rem 0.75rem 0.75rem;
	border-top: 1px solid var(--lp-border, #e8eaed);
	font-family: var(--nora-font-ui-family);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3;
	color: #64748b;
}
.nora-logo-products-page .nora-logo-products-compare__legend > span {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
}
.nora-logo-products-page .nora-logo-products-compare__legend .nora-logo-products-check,
.nora-logo-products-page .nora-logo-products-compare__legend .nora-logo-products-compare__opt,
.nora-logo-products-page .nora-logo-products-compare__legend .nora-logo-products-compare__na {
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	font-size: 0.625rem;
}
@media (max-width: 1180px) {
.nora-logo-products-page .nora-logo-products-compare__layout {
		grid-template-columns: 1fr;
		align-items: stretch;
	}
}

@media (max-width: 430px) {
.nora-logo-products-page .nora-logo-products-compare__table {
		font-size: 0.75rem;
	}
.nora-logo-products-page .nora-logo-products-compare__table th,
	.nora-logo-products-page .nora-logo-products-compare__table td {
		padding: 0.5625rem 0.5rem;
	}
.nora-logo-products-page .nora-logo-products-compare__table thead th:not(:first-child) {
		max-width: 4.5rem;
		white-space: normal;
		hyphens: auto;
	}
}

.nora-logo-products-cta-band {
	padding: clamp(2rem, 1.5rem + 2vw, 3rem) 0;
	background: linear-gradient(135deg, var(--nora-navy-make) 0%, color-mix(in srgb, var(--nora-navy-make) 88%, #000) 100%);
	color: #fff;
}
.nora-logo-products-cta-band__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem 2.5rem;
}
.nora-logo-products-cta-band__title {
	margin: 0 0 0.625rem;
	font-size: clamp(1.3125rem, 1.1rem + 0.5vw, 1.625rem);
	font-weight: 700;
	line-height: 1.22;
	color: #fff;
}
.nora-logo-products-cta-band__lead {
	margin: 0;
	max-width: 38rem;
	font-size: 1.03125rem;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.84);
}
.nora-logo-products-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
@media (max-width: 1180px) {
.nora-logo-products-page .nora-logo-products-groups__layout {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
.nora-logo-products-page .nora-logo-products-groups__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
.nora-logo-products-page .nora-logo-products-groups__extra {
		grid-template-columns: 1fr;
	}
.nora-logo-products-page .nora-logo-products-groups__extra-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
.nora-logo-products-groups__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
.nora-logo-products-finder__panel {
		grid-template-columns: 1fr;
	}
.nora-logo-products-finder__steps {
		grid-template-columns: 1fr;
	}
.nora-logo-products-consult {
		order: 2;
	}
}

@media (max-width: 781px) {
.nora-logo-products-shell {
		width: min(100% - calc(var(--nora-home-gutter-mobile) * 2), var(--nora-home-max));
	}
.nora-logo-products-page .nora-logo-products-groups__extra-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
.nora-logo-products-tabs {
		gap: 1rem;
		overflow-x: auto;
		white-space: nowrap;
	}
.nora-logo-products-cta-band__inner {
		flex-direction: column;
		align-items: flex-start;
	}
.nora-logo-products-cta-band__actions {
		width: 100%;
	}
}

@media (max-width: 430px) {
.nora-logo-products-page {
		--lp-card-pad: 1.25rem;
		--lp-grid-gap: 1.125rem;
	}
}
