.ngs-service-hero {
	--ngs-sh-bg: var(--ngs-color-primary, #0B3C5D);
	--ngs-sh-aqua: var(--ngs-color-aqua, #26C6DA);
	--ngs-sh-accent: var(--ngs-color-accent, #F97316);
	position: relative;
	background: transparent;
	padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.ngs-service-hero__shell {
	width: min(100% - 2rem, 75rem);
	margin-inline: auto;
	background: var(--ngs-sh-bg);
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: 0 1.5rem 3.5rem rgba(11, 60, 93, 0.22);
}

/* Main: left column = copy+CTAs, right column = form */
.ngs-service-hero .ngs-service-hero__main {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(1.5rem, 3.5vw, 2.75rem);
	align-items: end;
	padding: clamp(2rem, 4vw, 3.25rem);
	box-sizing: border-box;
}

.ngs-service-hero .ngs-service-hero__content {
	min-width: 0;
	max-width: 38rem;
}

.ngs-service-hero .ngs-service-hero__form-panel {
	align-self: end;
	justify-self: stretch;
	width: 100%;
	max-width: 26rem;
	box-sizing: border-box;
}

.ngs-service-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 1rem;
	padding: 0.4rem 0.95rem;
	border-radius: 999px;
	background: rgba(38, 198, 218, 0.16);
	color: var(--ngs-sh-aqua);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ngs-service-hero__title {
	margin: 0;
	color: #FFFFFF;
	font-size: clamp(2rem, 4.4vw, 3.35rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	font-weight: 900;
}

.ngs-service-hero__description {
	margin: 1.25rem 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.6vw, 1.12rem);
	line-height: 1.7;
	max-width: 38rem;
}

.ngs-service-hero__description p {
	margin: 0 0 0.9rem;
}

.ngs-service-hero__description p:last-child {
	margin-bottom: 0;
}

.ngs-service-hero__description br {
	display: block;
	content: "";
	margin-top: 0.35rem;
}

/* CTA group: primary alone, secondary actions on next row */
.ngs-service-hero .ngs-service-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	margin-top: 1.85rem;
}

.ngs-service-hero__actions-secondary {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.ngs-service-hero .ngs-button {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	overflow: hidden;
	min-height: 3.1rem;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.3rem;
	border: 2px solid var(--ngs-sh-accent);
	border-radius: 0.85rem;
	color: #FFFFFF;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}
.ngs-service-hero .ngs-button::after { content: "→"; font-size: 1.1em; }
.ngs-service-hero .ngs-button--primary {
	background: var(--ngs-sh-accent);
	box-shadow: 0 0.9rem 2rem rgba(249, 115, 22, 0.32);
}
.ngs-service-hero .ngs-button--secondary {
	border-color: #FFFFFF;
	background: #FFFFFF;
	color: var(--ngs-sh-bg);
}
.ngs-service-hero .ngs-button--tertiary {
	border-color: rgba(38, 198, 218, 0.55);
	background: transparent;
	color: #FFFFFF;
}
.ngs-service-hero .ngs-button:hover,
.ngs-service-hero .ngs-button:focus-visible {
	transform: translateY(-0.2rem);
	border-color: var(--ngs-sh-aqua);
	color: #FFFFFF;
}
.ngs-service-hero .ngs-button--secondary:hover,
.ngs-service-hero .ngs-button--secondary:focus-visible {
	background: var(--ngs-sh-bg);
	color: #FFFFFF;
}

.ngs-service-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 1.75rem;
	background: #FFFFFF;
	border-radius: 0.9rem;
	overflow: hidden;
	max-width: 34rem;
}
.ngs-service-hero__stat {
	padding: 1rem 1.1rem;
	text-align: center;
	border-right: 1px solid rgba(11, 60, 93, 0.1);
}
.ngs-service-hero__stat:last-child { border-right: 0; }
.ngs-service-hero__stat-value {
	display: block;
	color: var(--ngs-sh-bg);
	font-size: clamp(1.35rem, 2.5vw, 1.7rem);
	font-weight: 900;
	line-height: 1.15;
}
.ngs-service-hero__stat-label {
	display: block;
	margin-top: 0.25rem;
	color: rgba(11, 60, 93, 0.7);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
}

/* Form panel */
.ngs-service-hero__form-panel {
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.15rem;
	padding: clamp(1.35rem, 2.5vw, 1.85rem);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
}
.ngs-service-hero__form-title {
	margin: 0;
	color: #FFFFFF;
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	line-height: 1.2;
	font-weight: 900;
}
.ngs-service-hero__form-text {
	margin: 0.75rem 0 1.15rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
	line-height: 1.55;
}
.ngs-service-hero__form {
	display: grid;
	gap: 0.7rem;
}





.ngs-service-hero__hp {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.ngs-service-hero__submit {
	min-height: 3rem;
	border: 0;
	border-radius: 0.75rem;
	background: var(--ngs-sh-accent);
	color: #FFFFFF;
	font-weight: 800;
	font-size: 1rem;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}
.ngs-service-hero__submit:hover,
.ngs-service-hero__submit:focus-visible {
	background: #ea6a0c;
	transform: translateY(-1px);
}
.ngs-service-hero__form-status {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	color: var(--ngs-sh-aqua);
}
.ngs-service-hero__form-status.is-error { color: #fecaca; }
.ngs-service-hero__form-status.is-success { color: #bbf7d0; }

/* Bottom trust strip */
.ngs-service-hero__trust {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.18);
	padding: 0.85rem 1.25rem;
}
.ngs-service-hero__trust-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem 1.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ngs-service-hero__trust-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.82rem;
	font-weight: 600;
}
.ngs-service-hero__trust-dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--ngs-sh-accent);
	flex-shrink: 0;
}

/* Tablet + mobile — specificity matches desktop so stack actually applies */
@media (max-width: 960px) {
	.ngs-service-hero .ngs-service-hero__main {
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 1.5rem;
		padding: 1.5rem;
	}

	.ngs-service-hero .ngs-service-hero__content {
		max-width: none;
	}

	.ngs-service-hero .ngs-service-hero__form-panel {
		align-self: stretch;
		justify-self: stretch;
		max-width: none;
		width: 100%;
	}

	.ngs-service-hero__stats {
		max-width: none;
	}

	.ngs-service-hero__trust-list {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.ngs-service-hero {
		padding: 1rem 0;
	}

	.ngs-service-hero__shell {
		width: min(100% - 1rem, 75rem);
		border-radius: 1.1rem;
	}

	.ngs-service-hero .ngs-service-hero__main {
		padding: 1.25rem;
		gap: 1.25rem;
	}

	.ngs-service-hero__title {
		font-size: clamp(1.65rem, 7vw, 2.35rem);
	}

	.ngs-service-hero .ngs-service-hero__actions {
		align-items: stretch;
		width: 100%;
	}

	.ngs-service-hero__actions-secondary {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.ngs-service-hero .ngs-button {
		width: 100%;
		white-space: normal;
		justify-content: center;
	}

	.ngs-service-hero__stats {
		grid-template-columns: 1fr;
	}

	.ngs-service-hero__stat {
		border-right: 0;
		border-bottom: 1px solid rgba(11, 60, 93, 0.1);
	}

	.ngs-service-hero__stat:last-child {
		border-bottom: 0;
	}

	.ngs-service-hero__trust-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.55rem;
	}
}


/* Form fields — light surface, readable placeholders (specificity only, no important flags) */
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="url"],
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="email"],
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="tel"],
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	min-height: 2.9rem;
	padding: 0.7rem 1rem;
	border: 1px solid #c5d4e0;
	border-radius: 0.7rem;
	background-color: #f3f8fa;
	color: #0b3c5d;
	font-size: 0.95rem;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="url"]::placeholder,
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="email"]::placeholder,
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="tel"]::placeholder,
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="text"]::placeholder {
	color: #4a667a;
	opacity: 1;
}

.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="url"]:focus,
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="email"]:focus,
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="tel"]:focus,
.ngs-service-hero .ngs-service-hero__form .ngs-service-hero__field input[type="text"]:focus {
	outline: 2px solid #26c6da;
	outline-offset: 1px;
	background-color: #ffffff;
	border-color: #26c6da;
	color: #0b3c5d;
}


/* Form field box system */
.ngs-service-hero__form .ngs-service-hero__field {
	display: block;
	margin: 0;
}

.ngs-service-hero__form-reassure {
	margin: 0.65rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	line-height: 1.45;
	text-align: center;
}
