:root {
	--nemt-navy: #123047;
	--nemt-green: #198754;
	--nemt-ink: #172331;
	--nemt-muted: #5d6978;
	--nemt-soft: #f3f8f6;
	--nemt-line: #dfe8e5;
}

#hero-1.nemt-hero {
	background: linear-gradient(135deg, #f5faf8 0%, #ffffff 48%, #eef5ff 100%);
	padding: 160px 0 92px;
	overflow: hidden;
}

.nemt-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 8px 13px;
	border: 1px solid var(--nemt-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--nemt-navy);
	font-size: 0.86rem;
	font-weight: 700;
}

.nemt-kicker span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--nemt-green);
	box-shadow: 0 0 0 5px rgba(25, 135, 84, 0.12);
}

.hero-1-txt h1 {
	color: var(--nemt-ink);
	font-size: clamp(2.35rem, 4.8vw, 4.65rem);
	line-height: 1.04;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nemt-hero-copy {
	color: var(--nemt-muted);
	max-width: 640px;
	margin-bottom: 28px;
}

.nemt-hero-actions,
.nemt-quote-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.nemt-hero-actions {
	max-width: 620px;
	row-gap: 14px;
}

.nemt-hero-actions .btn,
.nemt-quote-actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 15px 24px;
	font-weight: 700;
	line-height: 1.15;
	min-height: 54px;
	white-space: nowrap;
	text-align: center;
}

.nemt-hero-actions .btn {
	flex: 0 1 auto;
}

.btn-nemt-green {
	background: var(--nemt-green);
	color: #fff;
}

.btn-nemt-green:hover {
	background: #126a41;
	color: #fff;
}

.btn-nemt-secondary {
	background: #fff;
	color: var(--nemt-navy);
	border: 1px solid var(--nemt-line);
	box-shadow: 0 10px 24px rgba(18, 48, 71, 0.08);
}

.btn-nemt-secondary:hover {
	background: var(--nemt-soft);
	color: var(--nemt-navy);
	border-color: #c7d8d3;
}

.nemt-phone-link {
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	color: var(--nemt-navy);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
	white-space: nowrap;
}

.nemt-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 28px;
	max-width: 640px;
}

.nemt-trust-item,
.nemt-process-card {
	border: 1px solid var(--nemt-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 48, 71, 0.07);
}

.nemt-trust-item {
	padding: 14px 15px;
}

.nemt-trust-item strong {
	display: block;
	color: var(--nemt-ink);
	font-size: 1.05rem;
	line-height: 1.2;
}

.nemt-trust-item span {
	display: block;
	color: var(--nemt-muted);
	font-size: 0.87rem;
	line-height: 1.35;
	margin-top: 4px;
}

.nemt-hero-img-wrap {
	position: relative;
}

.nemt-hero-img-wrap img {
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(18, 48, 71, 0.18);
}

.nemt-image-badge {
	position: absolute;
	left: -18px;
	bottom: 26px;
	max-width: 260px;
	padding: 16px 18px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(18, 48, 71, 0.18);
}

.nemt-image-badge strong {
	display: block;
	color: var(--nemt-ink);
	font-size: 1rem;
	line-height: 1.25;
}

.nemt-image-badge span {
	display: block;
	color: var(--nemt-muted);
	font-size: 0.88rem;
	line-height: 1.35;
	margin-top: 5px;
}

.nemt-quote-strip {
	margin-top: -40px;
	position: relative;
	z-index: 3;
}

.nemt-quote-panel {
	padding: 28px;
	border-radius: 8px;
	background: var(--nemt-navy);
	color: #fff;
	box-shadow: 0 24px 60px rgba(18, 48, 71, 0.2);
}

.nemt-quote-panel h2 {
	color: #fff;
	font-size: clamp(1.55rem, 2.5vw, 2.25rem);
	margin-bottom: 6px;
}

.nemt-quote-panel p {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 0;
}

.nemt-process-card {
	height: 100%;
	padding: 26px;
}

.nemt-process-card .step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--nemt-soft);
	color: var(--nemt-green);
	font-weight: 800;
}

.nemt-process-card h3 {
	font-size: 1.18rem;
	margin-bottom: 10px;
}

.nemt-process-card p {
	color: var(--nemt-muted);
	margin-bottom: 0;
}

.nemt-seo-copy {
	background: var(--nemt-soft);
}

.nemt-seo-copy p {
	color: var(--nemt-muted);
}

@media (max-width: 991px) {
	#hero-1.nemt-hero {
		padding: 120px 0 78px;
	}

	.nemt-image-badge {
		left: 18px;
	}
}

@media (max-width: 767px) {
	#hero-1.nemt-hero {
		text-align: left;
		padding: 98px 0 70px;
	}

	.nemt-trust-grid {
		grid-template-columns: 1fr;
	}

	.nemt-hero-actions .btn,
	.nemt-quote-actions .btn {
		width: 100%;
		text-align: center;
		white-space: normal;
	}

	.nemt-phone-link {
		width: 100%;
		justify-content: center;
		min-height: 44px;
	}

	.nemt-image-badge {
		position: static;
		margin-top: 14px;
		max-width: 100%;
	}

	.nemt-quote-strip {
		margin-top: 0;
	}
}
