.nmu-nova-glance {
	display: grid;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.nmu-nova-glance h3 {
	margin: 0;
}

.nmu-nova-table-wrap {
	overflow-x: auto;
	border: 1px solid #e4ded2;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(20, 40, 76, 0.06);
}

.nmu-nova-table {
	width: 100%;
	min-width: 880px;
	border-collapse: collapse;
}

.nmu-nova-table th,
.nmu-nova-table td {
	padding: 1rem;
	text-align: left;
	vertical-align: top;
}

.nmu-nova-table thead th {
	background: #14284c !important;
	color: #ffffff !important;
	border-color: #14284c;
	font-size: 0.88rem;
	line-height: 1.3;
}

.nmu-nova-table td {
	border-top: 1px solid #e4ded2;
	color: #14284c;
}

.nmu-nova-table ul {
	display: grid;
	gap: 0.25rem;
	margin: 0;
	padding-left: 1.1rem;
}

.nmu-nova-table p {
	margin: 0.45rem 0 0;
}

.nmu-group-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 999px;
	color: #ffffff !important;
	font-weight: 900;
	line-height: 1;
}

.nmu-group-number--green {
	background: #2d6a4f !important;
}

.nmu-group-number--amber {
	background: #e67e22 !important;
}

.nmu-group-number--red {
	background: #c0392b !important;
}

.nmu-nova-lower-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.75fr);
	gap: 1rem;
}

.nmu-nova-continuum {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.nmu-nova-step {
	position: relative;
	display: grid;
	align-content: start;
	gap: 0.5rem;
}

.nmu-nova-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0.45rem;
	right: -0.68rem;
	color: #14284c;
	font-weight: 900;
}

.nmu-nova-step h4,
.nmu-fit-item h4 {
	margin: 0;
	color: #14284c;
	font-size: 1rem;
	line-height: 1.2;
}

.nmu-nova-step p,
.nmu-fit-item p {
	margin: 0;
	color: #5f6673;
	font-size: 0.94rem;
	line-height: 1.45;
}

.nmu-nova-gradient {
	height: 0.75rem;
	margin-top: 1.5rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #2d6a4f, #e67e22, #c0392b);
}

.nmu-nova-gradient-labels {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.45rem;
	font-size: 0.88rem;
	font-weight: 900;
	line-height: 1.3;
}

.nmu-nova-gradient-labels span:first-child {
	color: #2d6a4f;
}

.nmu-nova-gradient-labels span:last-child {
	color: #c0392b;
	text-align: right;
}

.nmu-fit-list {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
}

.nmu-fit-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.75rem;
	align-items: start;
}

.nmu-fit-item span {
	display: inline-flex;
	align-items: center;
	min-height: 1.8rem;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	background: rgba(20, 40, 76, 0.08);
	color: #14284c;
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.nmu-nova-lower-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.nmu-nova-continuum {
		grid-template-columns: 1fr;
	}

	.nmu-nova-step:not(:last-child)::after {
		content: none;
	}
}