.nl-home-intro-demo {
	--nl-primary: #9c2422;
	--nl-secondary: #292323;
	--nl-btn-light: #f1eeee;
	--nl-btn-light-hover: #72727245;
	max-width: 1220px;
	margin: 16px auto 28px;
	padding: 0;
	font-family: 'Mulish', sans-serif;
}

body.admin-bar #wpadminbar {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 999999 !important;
}

.nl-home-intro-demo * {
	box-sizing: border-box;
}

.nl-home-intro-demo .nl-variants {
	display: grid;
	gap: 16px;
}

.nl-home-intro-demo .nl-variant {
	border-radius: 12px;
	border: 0;
	background-color: #f7f4f4;
	padding: 20px 22px;
	min-height: 430px;
	overflow: hidden;
}

.nl-home-intro-demo .nl-heading {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--nl-secondary);
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.nl-home-intro-demo .nl-heading .nl-accent {
	background: linear-gradient(120deg, #9c2422 0%, #c34a48 55%, #9c2422 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.nl-home-intro-demo .nl-text {
	margin: 0;
	color: rgba(41, 35, 35, 0.92);
	font-weight: 600;
	line-height: 1.3;
}

.nl-home-intro-demo .nl-standard {
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--nl-primary);
}

.nl-home-intro-demo .nl-number {
	margin: 4px 0 0;
	font-size: clamp(36px, 3vw, 54px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.03em;
	color: var(--nl-secondary);
}

.nl-home-intro-demo .nl-title {
	margin: 10px 0 8px;
	font-size: clamp(21px, 1.85vw, 31px);
	font-weight: 900;
	line-height: 1.06;
	text-transform: uppercase;
	color: var(--nl-secondary);
}

.nl-home-intro-demo .nl-jump {
	border: 1px solid rgba(41, 35, 35, 0.2);
	background: #fff;
	color: var(--nl-secondary);
	cursor: pointer;
}

.nl-home-intro-demo .nl-jump.is-active {
	background: var(--nl-primary);
	border-color: var(--nl-primary);
	color: #fff;
}

.nl-home-intro-demo .nl-v1-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 14px;
	min-height: 318px;
}

.nl-home-intro-demo .nl-v1-copy {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 16px 8px 16px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nl-home-intro-demo .nl-v1-copy .nl-heading {
	font-size: clamp(22px, 2vw, 31px);
	margin-bottom: 10px;
}

.nl-home-intro-demo .nl-v1-lead {
	margin: 0;
	font-size: clamp(16px, 1.2vw, 20px);
	line-height: 1.25;
	font-weight: 700;
	color: rgba(41, 35, 35, 0.9);
}

.nl-home-intro-demo .nl-v1-card .nl-text {
	font-size: clamp(15px, 1.1vw, 18px);
	max-width: 92%;
}

.nl-home-intro-demo .nl-v1-card {
	position: relative;
	background: var(--nl-btn-light);
	border: 1px solid rgba(156, 36, 34, 0.2);
	border-radius: 16px;
	padding: 16px;
	overflow: hidden;
}

.nl-home-intro-demo .nl-v1-card::after {
	content: attr(data-number);
	position: absolute;
	right: -10px;
	bottom: -20px;
	font-size: clamp(90px, 8vw, 140px);
	font-weight: 900;
	color: var(--nl-secondary);
	opacity: 0.12;
	letter-spacing: -0.04em;
	line-height: 0.9;
}

.nl-home-intro-demo .nl-v1-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.nl-home-intro-demo .nl-v1-nav {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nl-home-intro-demo .nl-v1-dots {
	display: flex;
	gap: 6px;
}

.nl-home-intro-demo .nl-v1-dot {
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 0;
	line-height: 1;
	font-size: 11px;
	font-weight: 800;
}

@media (max-width: 1024px) {
	.nl-home-intro-demo .nl-variant {
		min-height: 390px;
		padding: 16px;
	}
}

@media (max-width: 767px) {
	.nl-home-intro-demo .nl-variant {
		min-height: 330px;
		padding: 12px;
	}

	.nl-home-intro-demo .nl-v1-grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.nl-home-intro-demo .nl-v1-dot {
		width: 32px;
		height: 32px;
		min-width: 32px;
		min-height: 32px;
		font-size: 10px;
	}
}
