/* North East Credit Union homepage — scoped to .necu-home only */

.necu-home-page {
	--purple-900: #3b1e5f;
	--purple-700: #5b2d8e;
	--purple-500: #7b4bb7;
	--purple-200: #c9b3e8;
	--purple-050: #f3edfb;
	--coral-300: #ec5855;
	--coral-500: #f2635f;
	--coral-600: #d94f4b;
	--blue-500: #2ba9e0;
	--orange-500: #f7941e;
	--ink-900: #1e1b2e;
	--ink-600: #4a4759;
	--ink-300: #d8d5e0;
	--white: #ffffff;
	--shadow: 0 4px 20px rgba(59, 30, 95, 0.08);
	--radius-btn: 6px;
	--radius-card: 8px;
	--radius-panel: 12px;
	--container: 1512px;
	--gutter: 24px;
	--section-y: 96px;
	--font: "Poppins", "Montserrat", "IBM Plex Sans", sans-serif;
}

body.necu-home-page {
	background: var(--white);
}

body.necu-home-page .necu-home,
body.necu-home-page .necu-home * {
	box-sizing: border-box;
}

.necu-home {
	font-family: var(--font);
	color: var(--ink-600);
	font-size: 16px;
	line-height: 1.7;
	overflow: clip;
}

body.necu-home-page #content {
	padding: 0;
}

.necu-home h1,
.necu-home h2,
.necu-home h3,
.necu-home h4,
.necu-home p,
.necu-home ul,
.necu-home dl {
	margin-top: 0;
	font-family: var(--font);
}

.necu-home h1,
.necu-home h2,
.necu-home h3,
.necu-home h4 {
	clear: none;
}

.necu-services__grid .necu-service:nth-child(1) { animation-delay: 0ms; }
.necu-services__grid .necu-service:nth-child(2) { animation-delay: 60ms; }
.necu-services__grid .necu-service:nth-child(3) { animation-delay: 120ms; }
.necu-services__grid .necu-service:nth-child(4) { animation-delay: 180ms; }
.necu-services__grid .necu-service:nth-child(5) { animation-delay: 240ms; }
.necu-services__grid .necu-service:nth-child(6) { animation-delay: 300ms; }

.necu-home img {
	max-width: 100%;
	height: auto;
	display: block;
}

.necu-home a:focus-visible,
.necu-home button:focus-visible,
.necu-home input:focus-visible,
.necu-home select:focus-visible {
	outline: 3px solid var(--blue-500);
	outline-offset: 2px;
}

.necu-container {
	width: min(100% - (var(--gutter) * 2), var(--container));
	margin-inline: auto;
}

.necu-section {
	padding: var(--section-y) 0;
}

.necu-heading {
	font-family: var(--font);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--ink-900);
	margin: 0 0 24px;
	text-transform: none;
}

.necu-heading span {
	color: var(--coral-500);
}

.necu-heading--center {
	text-align: center;
}

.necu-section__header {
	text-align: center;
	margin-bottom: 40px;
}

.necu-section__intro {
	max-width: 68ch;
	margin: 0 auto 16px;
	color: var(--ink-600);
}

.necu-section__action {
	margin: 0;
}

.necu-eyebrow {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 8px;
}

.necu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 14px 32px;
	border-radius: var(--radius-btn);
	border: 2px solid transparent;
	font-family: var(--font);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.necu-btn--primary {
	background: var(--coral-500);
	color: var(--white);
	border-color: var(--coral-500);
}

.necu-btn--primary:hover,
.necu-btn--primary:focus {
	background: var(--coral-600);
	border-color: var(--coral-600);
	color: var(--white);
	transform: translateY(-1px);
	text-decoration: none;
}

.necu-btn--wide {
	min-width: 220px;
}

.necu-btn--caps {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.necu-text-link {
	color: var(--coral-500);
	font-weight: 600;
	text-decoration: none;
}

.necu-text-link:hover,
.necu-text-link:focus {
	color: var(--coral-600);
	text-decoration: underline;
}

.necu-text-link--lg {
	display: inline-block;
	margin-top: 16px;
}

.necu-text-link--lg::after {
	content: " ›";
}

/* Hero — visible banner 482px (Figma 600px frame minus leftover ::after); blob hangs to the bottom edge */
.necu-hero {
	position: relative;
	height: 482px;
	min-height: 482px;
	max-height: 482px;
	overflow: hidden;
	background: var(--purple-900);
	color: var(--white);
}

.necu-hero__viewport,
.necu-hero__track,
.necu-hero__slide {
	height: 100%;
	overflow: hidden;
}

.necu-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
}

.necu-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.necu-hero__photo {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.necu-home img.necu-hero__photo,
.necu-home img.necu-hero__blob,
.necu-home img.necu-hero__arrow-icon {
	max-width: none;
}

.necu-home img.necu-hero__photo {
	width: 100%;
	height: 100%;
}

.necu-home img.necu-hero__blob {
	width: 100%;
	height: 100%;
}

.necu-hero__overlay {
	position: absolute;
	top: auto;
	left: -50px;
	bottom: -72px;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	width: 500px;
	height: 445px;
	padding: 0;
	overflow: visible;
	pointer-events: none;
}

.necu-hero__blob {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}

.necu-blob {
	display: block;
	width: 100%;
	height: auto;
}

.necu-blob--offset {
	position: absolute;
	inset: 24px 0 0 24px;
	fill: var(--purple-200);
	opacity: 0.9;
	z-index: 0;
}

.necu-blob--front {
	position: relative;
	z-index: 1;
	fill: rgba(91, 45, 142, 0.78);
}

.necu-hero__copy {
	position: absolute;
	left: 50%;
	top: 44%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	width: 230px;
	max-width: 230px;
	margin: 0;
	padding: 8px 8px 8px 12px;
	transform: translate(-50%, -50%);
	color: var(--white);
	pointer-events: auto;
}

.necu-hero__title {
	width: 100%;
	margin: 0;
	padding: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.5px;
	color: var(--white);
	text-align: left;
	text-transform: none;
	overflow-wrap: break-word;
}

.necu-hero__sub {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--white);
	text-align: left;
}

.necu-hero__copy--compact .necu-hero__title {
	padding-bottom: 6px;
	font-size: 22px;
	line-height: 1.15;
	letter-spacing: -0.4px;
}

.necu-hero__copy--compact .necu-hero__sub {
	padding-bottom: 8px;
	font-size: 13px;
	line-height: 1.25;
}

.necu-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: auto;
	min-width: 130px;
	height: 38px;
	min-height: 38px;
	padding: 0 16px;
	border: 0;
	border-radius: 4px;
	background: var(--coral-300);
	color: #000;
	font-family: var(--font);
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.necu-hero__cta:hover,
.necu-hero__cta:focus {
	background: var(--coral-600);
	color: #000;
	text-decoration: none;
}

.necu-hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #4a4a4a;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.necu-hero__arrow-icon {
	display: block;
	width: 48px;
	height: 48px;
}

.necu-home img.necu-hero__arrow-icon {
	width: 48px;
	height: 48px;
}

.necu-hero__arrow--prev {
	left: 15px;
}

.necu-hero__arrow--next {
	right: 15px;
}

.necu-hero__arrow:hover,
.necu-hero__arrow:focus {
	background: transparent;
	box-shadow: none;
	opacity: 0.72;
}

.necu-hero__dots {
	display: none;
}

/* Stats — Figma 18583:4595 inside what_makes_section (stats y=0 h=75, services y=135) */
.necu-stats {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 60px 0;
	background: var(--white);
}

.necu-stats__inner {
	box-sizing: border-box;
	width: min(100% - (var(--gutter) * 2), 1118px);
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.necu-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 75px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.necu-stats__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
	min-width: 0;
	text-align: left;
}

.necu-stats__icon {
	display: block;
	width: 70px;
	height: 48px;
	max-width: 70px;
	flex-shrink: 0;
	object-fit: contain;
	object-position: left center;
	margin: 0;
}

.necu-stats__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.necu-stats__label {
	display: block;
	font-family: var(--font);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
	color: #2a2a2a;
	padding-bottom: 3px;
	margin: 0;
	white-space: nowrap;
}

.necu-stats__value {
	display: block;
	font-family: var(--font);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #2a2a2a;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

/* Service cards — Figma 18583:4625, six in one row */
.necu-section.necu-services {
	padding-top: 0;
	padding-bottom: 85px;
}

.necu-services__inner {
	width: min(100%, 1512px);
	margin-inline: auto;
	padding: 0 24px;
}

.necu-services__grid {
	display: flex;
	align-items: stretch;
	margin: 0;
}

.necu-service {
	flex: 1 0 0;
	min-width: 0;
	padding: 0 15px;
}

.necu-service__link {
	position: relative;
	display: block;
	height: 311px;
	overflow: hidden;
	color: var(--white);
	text-decoration: none;
}

.necu-home .necu-service__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform 1s ease;
}

.necu-service__link:hover .necu-service__photo,
.necu-service__link:focus .necu-service__photo {
	transform: scale(1.5);
}

.necu-service__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 14px;
	background: linear-gradient(to bottom, rgba(111, 91, 154, 0) 0%, #5c4984 85.53%);
}

.necu-service:nth-child(even) .necu-service__overlay {
	background: linear-gradient(180deg, rgba(236, 88, 85, 0) 0%, rgb(207, 58, 55) 86.45%);
}

.necu-home .necu-service__icon {
	display: block;
	flex-shrink: 0;
	width: 56px;
	height: 50px;
	max-width: none;
	margin: 0 0 13px;
	object-fit: contain;
	object-position: left top;
}

.necu-service:nth-child(1) .necu-service__icon { width: 56px; height: 50px; }
.necu-service:nth-child(2) .necu-service__icon { width: 50px; height: 62px; margin-bottom: 1px; }
.necu-service:nth-child(3) .necu-service__icon { width: 56px; height: 56px; margin-bottom: 7px; }
.necu-service:nth-child(4) .necu-service__icon { width: 41px; height: 53px; margin-bottom: 10px; }
.necu-service:nth-child(5) .necu-service__icon { width: 64px; height: 52px; margin-bottom: 11px; }
.necu-service:nth-child(6) .necu-service__icon { width: 45px; height: 44px; margin-bottom: 13px; }

.necu-service__copy {
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
}

.necu-service__title {
	position: relative;
	margin: 0 0 10px;
	padding-bottom: 15px;
	font-family: var(--font);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--white);
	text-transform: none;
}

.necu-service__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 92px;
	height: 1px;
	background: rgba(255, 255, 255, 0.7);
}

.necu-service__desc {
	margin: 0;
	min-height: 73px;
	font-family: var(--font);
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: var(--white);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.necu-service__cta {
	display: inline-block;
	margin-top: auto;
	max-width: 100%;
	padding: 10px 20px;
	background: #3f325c;
	border-radius: 3px;
	color: var(--white);
	font-family: var(--font);
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.necu-service__cta--sentence {
	padding: 10px 16px;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}

/* Calculator — Figma 18583:4726 / 4824 / 4827 */
.necu-section.necu-calc-section {
	padding: 0;
	width: min(100%, 1512px);
	margin-inline: auto;
}

.necu-calc-wrap {
	width: min(100% - 48px, 1366px);
	margin-inline: auto;
}

.necu-calc {
	position: relative;
	width: 100%;
	color: #000;
	background-color: #c9b8dc;
	background-image: var(--necu-calc-bg, url("../images/necu/loan-calculator-bg.jpg"));
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}

.necu-calc__inner,
.necu-calc__legal {
	width: min(100%, 1210px);
	margin-inline: auto;
	padding: 0 15px;
}

.necu-calc__intro {
	margin: 0 0 65px;
}

.necu-calc__title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1px;
	text-transform: none;
	color: #000;
}

.necu-home .necu-calc p.necu-calc__lead {
	margin: 10px 0 0;
	max-width: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
}

.necu-calc__label {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #000;
}

.necu-calc__type {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	margin-bottom: 65px;
}

.necu-calc__type-select {
	padding-right: 25px;
}

.necu-calc__type-desc {
	text-align: center;
	padding-top: 32px;
}

.necu-calc__desc {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}

.necu-calc__select-wrap {
	position: relative;
}

.necu-calc__select-wrap::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 26px;
	width: 14px;
	height: 14px;
	border-right: 2px solid #42474c;
	border-bottom: 2px solid #42474c;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
	z-index: 2;
	transition: transform 0.15s ease;
}

.necu-calc__select-wrap.is-open::after {
	top: 22px;
	transform: translateY(-30%) rotate(-135deg);
}

.necu-calc .necu-select {
	width: 100%;
	height: 52px;
	min-height: 52px;
	padding: 0 50px 0 22px;
	border: 1px solid #767676;
	border-radius: 3px;
	background: var(--white);
	color: #2a2a2a;
	font-family: var(--font);
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -1px;
	appearance: none;
	-webkit-appearance: none;
}

.necu-calc .necu-select--enhanced {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.necu-calc__combo {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 52px;
	padding: 0 50px 0 22px;
	border: 1px solid #767676;
	border-radius: 3px;
	background: var(--white);
	color: #2a2a2a;
	font-family: var(--font);
	font-size: 24px;
	font-weight: 500;
	line-height: 52px;
	letter-spacing: -1px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.necu-home ul.necu-calc__combo-list {
	position: absolute;
	z-index: 8;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 4px 0;
	list-style: none;
	background: var(--white);
	border: 1px solid #767676;
	border-radius: 0 0 3px 3px;
	max-height: 280px;
	overflow-x: hidden;
	overflow-y: auto;
}

.necu-calc__combo-option {
	padding: 8px 22px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
	color: #2a2a2a;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	cursor: pointer;
}

.necu-calc__combo-option:hover,
.necu-calc__combo-option.is-active {
	background: #f3edfb;
}

.necu-calc__combo-option[aria-selected="true"] {
	background: #3f325c;
	color: var(--white);
}

.necu-calc .necu-number {
	width: 100%;
}

.necu-calc__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.necu-calc__controls {
	padding-right: 30px;
}

.necu-calc__results {
	padding: 0 60px 0 30px;
}

.necu-slider-block {
	position: relative;
}

.necu-slider-block + .necu-slider-block {
	margin-top: 28px;
}

.necu-calc__readout {
	margin: 0 0 10px;
	text-align: center;
	color: #000;
	letter-spacing: -1px;
	font-variant-numeric: tabular-nums;
}

.necu-calc__currency,
.necu-calc__readout .necu-calc__figure {
	font-size: 32px;
	line-height: 48px;
}

.necu-calc__currency {
	font-weight: 300;
}

.necu-calc__readout .necu-calc__figure {
	font-weight: 700;
}

.necu-calc__readout .necu-calc__unit {
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
}

.necu-calc__readout[data-necu-term-display] .necu-calc__figure {
	font-weight: 300;
}

.necu-slider-block__track {
	position: relative;
	padding: 11px 0 28px;
}

.necu-range {
	display: block;
	width: 100%;
	height: 13px;
	margin: 0;
	padding: 0;
	background: var(--white);
	border-radius: 7px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.necu-range::-webkit-slider-runnable-track {
	height: 13px;
	background: var(--white);
	border-radius: 7px;
}

.necu-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	margin-top: -8.5px;
	background: #da4946;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.necu-range::-moz-range-track {
	height: 13px;
	background: var(--white);
	border: 0;
	border-radius: 7px;
}

.necu-range::-moz-range-thumb {
	width: 30px;
	height: 30px;
	background: #da4946;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.necu-slider-block__min,
.necu-slider-block__max {
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #000;
}

.necu-slider-block__min {
	left: 0;
}

.necu-slider-block__max {
	right: 0;
}

.necu-calc__rate {
	margin: 0 0 14px;
	text-align: center;
	color: #000;
	letter-spacing: -1px;
}

.necu-calc__rate strong,
.necu-calc__rate span {
	font-size: 32px;
	line-height: 48px;
}

.necu-calc__rate strong {
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.necu-calc__rate span {
	font-weight: 300;
	padding: 0 0.15em;
}

.necu-calc__grid-results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px 12px;
	margin: 0;
	padding: 0 0 18px;
	border-bottom: 0.8px solid #efefef;
}

.necu-calc__grid-results > div {
	min-width: 0;
	padding: 18px 0 0;
	border-top: 0.8px solid #efefef;
	background: transparent;
}

.necu-calc__grid-results dt {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: none;
	color: #000;
	opacity: 1;
}

.necu-calc__grid-results dd {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -1px;
	color: #000;
	font-variant-numeric: tabular-nums;
}

.necu-calc__footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 0;
	margin-top: 70px;
}

.necu-calc__apply-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-right: 30px;
}

.necu-calc a.necu-calc__apply {
	display: flex;
	width: 100%;
	min-width: 0;
	height: 52px;
	min-height: 52px;
	padding: 16px 24px;
	border: 0;
	border-radius: 4px;
	background: #ec5855;
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}

.necu-calc a.necu-calc__apply:hover,
.necu-calc a.necu-calc__apply:focus {
	background: #da4946;
	border-color: transparent;
	color: var(--white);
	transform: none;
}

.necu-home .necu-calc p.necu-calc__terms {
	margin: 0;
	padding-top: 12px;
}

.necu-calc__terms a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.necu-calc__chip {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0 60px 0 30px;
	background: transparent;
	color: #000;
	border-radius: 0;
}

.necu-calc__chip span {
	flex: 1 1 auto;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1px;
}

.necu-calc__chip strong {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 167px;
	margin: 0;
	padding: 0 12px;
	background: #3f325c;
	color: var(--white);
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1px;
	font-variant-numeric: tabular-nums;
}

.necu-calc__legal {
	padding: 30px 0;
}

.necu-warning {
	background: var(--white);
	border: 2px solid #000;
	border-radius: 0;
	padding: 22px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.necu-warning p {
	margin: 0;
}

.necu-home p.necu-disclaimer {
	margin: 30px 0 0;
	max-width: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #2a2a2a;
}

/* Story + benefits — Figma 18583:4831 what_makes_wrap_inner */
.necu-section.necu-story {
	padding: 0;
}

.necu-story__wrap {
	width: min(100%, 1118px);
	margin-inline: auto;
	padding: 20px 15px 0;
}

.necu-story__media {
	display: flex;
	justify-content: center;
	min-height: 300px;
}

.necu-home .necu-story__photo {
	display: block;
	width: 300px;
	height: 300px;
	max-width: none;
	object-fit: contain;
}

.necu-story__copy {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 42px;
}

.necu-story__crumb a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 12px 12px 12px 22px;
	color: #0069b7;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.necu-home .necu-story__crumb-icon {
	position: absolute;
	left: 0;
	top: 50%;
	width: 14px;
	height: 12px;
	max-width: none;
	transform: translateY(-50%);
}

.necu-story__title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1px;
	color: #000;
	text-transform: none;
}

.necu-story__title span {
	color: #ec5855;
}

.necu-story__prose,
.necu-story__prose p {
	max-width: none;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #2a2a2a;
}

.necu-story__prose p + p {
	margin-top: 16px;
}

.necu-home a.necu-story__more {
	color: #6f5b9a;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.necu-story__benefits {
	margin-top: 40px;
}

.necu-story__benefits-title {
	margin: 0 0 35px;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1px;
	color: #2a2a2a;
	text-transform: none;
}

.necu-story__benefits-title span {
	color: #6f5b9a;
}

.necu-home ul.necu-story__benefit-list {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 380px;
	margin: 0 0 0 45px;
	padding: 46px 0 0;
	list-style: none;
}

.necu-story__benefit-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 16%;
	right: 16%;
	height: 0;
	border-bottom: 2.8px dashed #9c9e9f;
}

.necu-story__benefit-list::after {
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	width: 0;
	height: 35px;
	border-left: 2.8px dashed #9c9e9f;
	transform: translateX(-50%);
}

.necu-story__benefit {
	position: relative;
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	padding: 0 15px;
	text-align: center;
}

.necu-story__benefit::before {
	content: "";
	position: absolute;
	top: -43px;
	left: 50%;
	width: 0;
	height: 35px;
	border-left: 2.8px dashed #9c9e9f;
	transform: translateX(-50%);
}

.necu-home .necu-story__benefit-icon {
	display: block;
	width: 82px;
	height: 82px;
	max-width: none;
}

.necu-story__benefit-name {
	width: 97px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #2a2a2a;
	text-transform: none;
}

.necu-story__join {
	display: flex;
	justify-content: center;
	padding: 60px 0;
}

.necu-home a.necu-story__join-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	padding: 16px 48px;
	border: 0;
	border-radius: 4px;
	background: #ec5855;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
}

.necu-home a.necu-story__join-btn:hover,
.necu-home a.necu-story__join-btn:focus {
	background: #da4946;
	color: #000;
	transform: none;
}

/* News — Figma 18583:4874 */
.necu-section.necu-news {
	padding: 45px 0 0;
}

.necu-news__inner {
	width: min(100%, 1382px);
	margin-inline: auto;
}

.necu-news__header {
	padding: 0 15px;
	text-align: center;
}

.necu-news__title {
	margin: 0;
	padding-bottom: 25px;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1px;
	color: #000;
	text-transform: none;
}

.necu-news__lede {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0 8px;
}

.necu-home p.necu-news__intro {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	text-align: center;
	white-space: nowrap;
}

.necu-home a.necu-news__all {
	color: #6f5b9a;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.necu-news__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-top: 90px;
}

.necu-news-card {
	padding: 0 15px 68px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.necu-news-card:nth-child(1) {
	grid-column: span 7;
}

.necu-news-card:nth-child(2) {
	grid-column: span 5;
}

.necu-news-card:nth-child(3),
.necu-news-card:nth-child(4) {
	grid-column: span 4;
	padding-bottom: 48px;
}

.necu-news-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--purple-050);
	line-height: 0;
}

.necu-news-card:nth-child(1) .necu-news-card__media {
	aspect-ratio: 776.4 / 440.89;
}

.necu-news-card:nth-child(2) .necu-news-card__media {
	aspect-ratio: 546 / 438.08;
}

.necu-news-card:nth-child(n + 3) .necu-news-card__media {
	aspect-ratio: 430.79 / 340.95;
}

.necu-home .necu-news-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.necu-news-card__meta {
	display: flex;
	align-items: flex-start;
	padding: 17px 0 17px 22px;
}

.necu-news-card__date {
	display: block;
	width: 131px;
	border-left: 2px solid #b198e6;
	border-right: 2px solid #b198e6;
	padding: 9.6px 26px 8.4px;
	color: #6f5b9a;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.necu-home p.necu-news-card__read {
	margin: 0;
	padding: 8px 0 8px 24px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	white-space: nowrap;
}

.necu-news-card__title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -1px;
	color: #000;
}

.necu-news-card__title a {
	color: #000;
	text-decoration: none;
}

.necu-news-card__title a:hover,
.necu-news-card__title a:focus {
	color: #6f5b9a;
}

/* Partners — Figma 18583:4921 */
.necu-section.necu-partners {
	padding: 0;
}

.necu-partners__inner {
	width: min(100%, 1210px);
	margin-inline: auto;
	padding: 0 15px;
}

.necu-partners__title {
	margin: 0;
	padding: 48px 0 0;
	position: relative;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1px;
	color: #2a3d58;
	text-align: center;
	text-transform: none;
}

.necu-partners__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 377px;
	max-width: 80%;
	height: 2px;
	background: #b198e6;
	transform: translateX(-50%);
}

.necu-home ul.necu-partners__grid {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 48px 0 8px;
	list-style: none;
}

.necu-partners__item {
	flex: 1 0 0;
	min-width: 0;
	padding: 0 15px;
}

.necu-partners__item a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.necu-partners__logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 120px;
}

.necu-home .necu-partners__logo img {
	width: auto;
	height: 120px;
	max-width: 303px;
	max-height: 120px;
	object-fit: contain;
}

.necu-partners__name {
	margin: 0;
	padding: 8px 0 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #15253c;
	text-align: center;
}

.necu-partners__featured {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
}

.necu-partners__featured a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
}

.necu-home .necu-partners__featured img {
	width: 80px;
	height: 80px;
	max-width: 80px;
	object-fit: contain;
}

.necu-partners__featured-name {
	margin: 0;
	padding: 8px 0 0 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #15253c;
	text-align: center;
	white-space: nowrap;
}

/* Testimonials — Figma 18583:4948 */
.necu-section.necu-quotes {
	padding: 48px 0 35px;
}

.necu-quotes__inner {
	width: min(100%, 1382px);
	margin-inline: auto;
	padding: 0;
}

.necu-quotes__title {
	margin: 0;
	padding: 48px 15px 0;
	position: relative;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1px;
	color: #000;
	text-align: center;
	text-transform: none;
}

.necu-quotes__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 377px;
	max-width: 80%;
	height: 2px;
	background: #b198e6;
	transform: translateX(-50%);
}

.necu-home p.necu-quotes__intro {
	margin: 0;
	padding: 30px 15px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	text-align: center;
}

.necu-quotes__wrap {
	display: grid;
	grid-template-columns: 45px minmax(0, 1fr) 45px;
	column-gap: 32px;
	align-items: center;
}

.necu-quotes__viewport {
	min-width: 0;
	overflow: hidden;
	padding: 24px 0 25px;
}

.necu-quotes__track {
	display: flex;
	align-items: stretch;
	width: 100%;
	transition: transform 0.4s ease;
}

.necu-quote {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	flex: 0 0 calc(100% / 3);
	width: calc(100% / 3);
	max-width: calc(100% / 3);
	height: auto;
	margin: 0;
	padding: 0 15px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.necu-quote__card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 14px 15px 24px;
	background: #fff;
	box-shadow: 0 0 9.5px rgba(0, 0, 0, 0.06);
}

.necu-quote__card::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 20px;
	width: 77px;
	height: 72px;
	background: url("../images/quote.png") no-repeat 0 0;
	pointer-events: none;
}

.necu-home img.necu-quote__avatar {
	display: block;
	width: 108px;
	height: 111px;
	max-width: 108px;
	margin: 0 auto;
	object-fit: contain;
	position: relative;
	z-index: 1;
}

.necu-home p.necu-quote__text {
	flex: 1 1 auto;
	margin: 28px 0 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #2a2a2a;
	text-align: center;
}

.necu-quote__name {
	margin-top: auto;
	padding-top: 22px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #2a2a2a;
	text-align: center;
	font-style: normal;
}

.necu-quote__name::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 92px;
	height: 1px;
	background: #efefef;
	transform: translateX(-50%);
}

.necu-quotes__arrow {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	z-index: 2;
	width: 45px;
	height: 43px;
	padding: 0;
	border: 0;
	background: url("../images/all-img.png") no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transform: none;
	justify-self: center;
}

.necu-quotes__arrow--prev {
	background-position: -67px -93px;
}

.necu-quotes__arrow--next {
	background-position: -51px -3px;
}

.necu-quotes__arrow--prev:hover,
.necu-quotes__arrow--prev:focus {
	background-position: -115px -93px;
}

.necu-quotes__arrow--next:hover,
.necu-quotes__arrow--next:focus {
	background-position: -98px -4px;
}

.necu-reveal {
	animation: necu-fade-up 0.4s ease-out both;
}

@keyframes necu-fade-up {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.necu-reveal,
	.necu-hero__slide,
	.necu-quotes__track,
	.necu-btn {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
}

@media (max-width: 1199px) {
	.necu-home-page {
		--gutter: 24px;
	}

	.necu-calc__body > *,
	.necu-calc__results {
		min-width: 0;
	}

	.necu-calc__results {
		padding: 0 8px 0 16px;
	}

	.necu-calc__rate {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
		column-gap: 0.4em;
		row-gap: 0;
	}

	.necu-calc__rate strong,
	.necu-calc__rate span {
		font-size: 22px;
		line-height: 30px;
	}

	.necu-calc__grid-results {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 10px;
	}

	.necu-calc__grid-results > div {
		min-width: 0;
		padding-right: 4px;
	}

	.necu-calc__grid-results dt {
		max-width: 100%;
		overflow-wrap: break-word;
		hyphens: auto;
	}

	.necu-calc__grid-results dd {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0;
		overflow-wrap: anywhere;
	}

	.necu-services__grid {
		flex-wrap: wrap;
	}

	.necu-service {
		flex: 0 0 33.333%;
		margin-bottom: 20px;
	}

	.necu-partners__grid {
		flex-wrap: wrap;
		max-width: none;
	}

	.necu-partners__item {
		flex: 0 0 50%;
	}

	.necu-news__grid {
		grid-template-columns: 1fr 1fr;
	}

	.necu-news-card:nth-child(1),
	.necu-news-card:nth-child(2),
	.necu-news-card:nth-child(3),
	.necu-news-card:nth-child(4) {
		grid-column: auto;
	}

	.necu-news-card:nth-child(1) .necu-news-card__media,
	.necu-news-card:nth-child(2) .necu-news-card__media,
	.necu-news-card:nth-child(n + 3) .necu-news-card__media {
		aspect-ratio: 511 / 410;
	}
}

@media (max-width: 991px) {
	.necu-calc__type,
	.necu-calc__body,
	.necu-calc__footer {
		grid-template-columns: 1fr;
	}

	.necu-calc__type,
	.necu-calc__type-select,
	.necu-calc__select-wrap,
	.necu-calc__combo {
		min-width: 0;
		max-width: 100%;
	}

	.necu-calc__type-select,
	.necu-calc__controls,
	.necu-calc__apply-wrap {
		padding-right: 0;
	}

	.necu-calc__type-desc {
		margin-top: 24px;
		padding-top: 0;
		text-align: left;
	}

	.necu-calc__results,
	.necu-calc__chip {
		padding: 28px 0 0;
	}

	.necu-calc__footer {
		margin-top: 36px;
	}

	.necu-calc__chip {
		flex-wrap: wrap;
	}

	.necu-hero {
		height: 480px;
		min-height: 480px;
		max-height: 480px;
	}

	.necu-hero__overlay {
		top: auto;
		left: -40px;
		bottom: -58px;
		width: 400px;
		height: 356px;
		padding: 0;
	}

	.necu-hero__copy {
		width: 190px;
		max-width: 190px;
	}

	.necu-hero__title {
		font-size: 24px;
		line-height: 1.15;
	}

	.necu-hero__arrow {
		top: 50%;
	}

	.necu-quotes__track .necu-quote {
		flex-basis: calc(100% / 2);
		width: calc(100% / 2);
		max-width: calc(100% / 2);
	}

	.necu-stats__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		min-height: 0;
		padding: 16px 0;
		gap: 16px 8px;
	}

	.necu-stats__label {
		white-space: normal;
	}
}

@media (max-width: 768px) {
	.necu-news__lede {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 4px 0;
	}

	.necu-home p.necu-news__intro {
		white-space: normal;
		text-align: center;
	}

	.necu-home a.necu-news__all {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 768px) {
	.necu-partners__inner {
		padding-left: 8px;
		padding-right: 8px;
	}

	.necu-home ul.necu-partners__grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 48px 0 28px;
		gap: 24px;
	}

	.necu-partners__item {
		flex: 1 1 0;
		width: auto;
		max-width: none;
		min-width: 0;
		padding: 0;
	}

	.necu-partners__logo {
		height: 96px;
	}

	.necu-home .necu-partners__logo img {
		height: 96px;
		max-height: 96px;
	}

	.necu-partners__name {
		font-size: 13px;
		line-height: 18px;
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (max-width: 767px) {
	.necu-home-page {
		--section-y: 56px;
		--gutter: 16px;
	}

	.necu-hero {
		height: 360px;
		min-height: 360px;
		max-height: 360px;
	}

	.necu-hero__overlay {
		top: auto;
		left: -28px;
		bottom: -44px;
		width: min(340px, 88vw);
		height: 280px;
		padding: 0;
	}

	.necu-hero__copy {
		width: 160px;
		max-width: 160px;
		padding: 6px 8px;
	}

	.necu-hero__title,
	.necu-hero__copy--compact .necu-hero__title {
		font-size: 18px;
		line-height: 1.15;
		letter-spacing: -0.3px;
		padding-bottom: 6px;
	}

	.necu-hero__sub,
	.necu-hero__copy--compact .necu-hero__sub {
		font-size: 12px;
		line-height: 1.25;
		padding-bottom: 8px;
	}

	.necu-hero__arrow {
		top: 50%;
	}

	.necu-hero__arrow--prev {
		left: 8px;
	}

	.necu-hero__arrow--next {
		right: 8px;
	}

	.necu-heading {
		font-size: 28px;
	}

	.necu-stats__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		min-height: 0;
		padding: 16px 0;
		gap: 16px 8px;
	}

	.necu-stats__label {
		white-space: normal;
	}

	.necu-news__grid {
		grid-template-columns: 1fr;
	}

	.necu-news-card:nth-child(1) .necu-news-card__media,
	.necu-news-card:nth-child(2) .necu-news-card__media,
	.necu-news-card:nth-child(n + 3) .necu-news-card__media {
		aspect-ratio: 398 / 315;
	}

	.necu-news__lede {
		flex-wrap: wrap;
	}

	.necu-home p.necu-news__intro {
		white-space: normal;
	}

	.necu-home ul.necu-partners__grid {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 24px;
		padding: 40px 0 28px;
		overflow: visible;
	}

	.necu-partners__item {
		flex: 0 0 auto;
		width: 100%;
		max-width: 320px;
		padding: 0;
	}

	.necu-partners__logo {
		height: 120px;
	}

	.necu-home .necu-partners__logo img {
		height: 120px;
		max-height: 120px;
	}

	.necu-partners__featured,
	.necu-partners__featured a {
		flex-wrap: wrap;
	}

	.necu-partners__featured-name {
		white-space: normal;
	}

	.necu-calc__grid-results {
		grid-template-columns: 1fr;
	}

	.necu-home ul.necu-story__benefit-list {
		margin-left: 0;
		max-width: 100%;
	}

	.necu-home a.necu-story__join-btn {
		font-size: 24px;
		line-height: 32px;
		min-height: 64px;
		padding: 12px 28px;
	}

	.necu-home .necu-story__photo {
		width: 240px;
		height: 240px;
	}

	.necu-calc {
		padding: 40px 0;
		overflow: hidden;
	}

	.necu-calc-wrap {
		width: min(100% - 32px, 1366px);
		max-width: 100%;
	}

	.necu-calc__inner,
	.necu-calc__legal {
		max-width: 100%;
		padding: 0 16px;
	}

	.necu-calc__type,
	.necu-calc__type-select,
	.necu-calc__select-wrap {
		min-width: 0;
		max-width: 100%;
	}

	.necu-calc__title {
		font-size: 28px;
		line-height: 40px;
	}

	.necu-calc .necu-select,
	.necu-calc__combo {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		letter-spacing: 0;
		padding-left: 14px;
		padding-right: 40px;
	}

	.necu-home ul.necu-calc__combo-list {
		max-width: 100%;
		box-sizing: border-box;
	}

	.necu-calc__chip span,
	.necu-calc__chip strong,
	.necu-calc__rate strong,
	.necu-calc__rate span {
		font-size: 24px;
		line-height: 36px;
	}

	.necu-services__grid {
		flex-wrap: wrap;
	}

	.necu-service {
		flex: 0 0 50%;
		margin-bottom: 16px;
	}

	.necu-quotes__wrap {
		grid-template-columns: 45px minmax(0, 1fr) 45px;
		column-gap: 12px;
	}

	.necu-quotes__track .necu-quote {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 479px) {
	.necu-service {
		flex: 0 0 100%;
		padding: 0;
	}
}
