
.assessment img, .assessment svg {
	display: block;
	max-width: 100%;
}

.assessment button {
	cursor: pointer;
}

.assessment button.btn {
	display: block;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	line-height: normal;
	height: auto;
	background: #30466d;
	color: #fff;
	border: 1px solid #30466d;
}

.assessment button.btn:before {
	content: none;
}

.assessment button.btn:hover {
	background: #fff;
	color: #30466d;
}

.assessment button.btn--accent {
	background: #30466d;
	color: #fff;
}

.assessment button.btn--accent:hover {
	background: #f4f1ea;
	color: #0f0f0e;
}

.assessment button.btn--full {
	width: 100%;
}

.assessment button.btn:disabled, .assessment button.btn[aria-disabled=true] {
	background: #ece7db;
	color: #a09c93;
	cursor: not-allowed;
}

.assessment button.back-link {
	display: block;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	line-height: normal;
	height: auto;
	background: #fff;
	color: #30466d;
	border: 1px solid #30466d;
}

.assessment button.back-link:before {
	content: none;
}

.assessment button.back-link:hover {
	background: #30466d;
	color: #fff;
}

.assessment input, .assessment select, .assessment textarea {
	font-family: inherit;
	font-size: inherit;
	border: none;
	outline: none;
	background: transparent;
	color: inherit;
}

.assessment ::-moz-selection {
	background: #30466d;
	color: #f4f1ea;
}

.assessment ::selection {
	background: #30466d;
	color: #f4f1ea;
}

.assessment *:focus-visible {
	outline: 2px solid #30466d;
	outline-offset: 2px;
}

.assessment h1, .assessment h2 {
	font-size: 40px;
	line-height: 47px;
	font-weight: 300;
	color: #313131;
	margin: 0;
}

.assessment h1 span, .assessment h2 span {
	color: #30466d;
	font-weight: 700;
}

@media screen and (max-width: 992px) {
	.assessment h1 br, .assessment h2 br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.assessment h1, .assessment h2 {
		font-size: 32px;
		line-height: 120%;
	}
}

.assessment h2 {
	margin-bottom: 24px;
}

.assessment h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #30466d;
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.assessment h3 {
		font-size: 20px;
	}
}

.assessment h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #30466d;
}

.assessment p {
	margin: 0;
	color: #5e5e5e;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
}

.assessment ul li {
	margin: 0;
	color: #5e5e5e;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
}

.assessment .eyebrow {
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 500;
	color: #6b6966;
	margin-bottom: 8px;
}

.assessment .eyebrow-light {
	color: #a09c93;
}

.assessment .eyebrow-accent {
	color: #30466d;
}

.assessment .tabular {
	font-feature-settings: "tnum" 1, "lnum" 1;
}

.assessment .hairline {
	background: #2b2a28;
	height: 1px;
}

.section-container {
	max-width: 1366px;
	padding-inline: 25px;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.section-container {
		padding-inline: 16px;
	}
}

.intro {
	margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
	.intro {
		margin-bottom: 80px;
	}
}

.intro__wrapper {
	display: flex;
	gap: 24px;
	position: relative;
	margin-block: 80px;
	padding-block: 24px 0;
}

@media screen and (max-width: 768px) {
	.intro__wrapper {
		margin-block: 40px 60px;
		padding: 0 0 24px 0;
	}
}

@media screen and (max-width: 768px) {
	.intro__image {
		display: none;
	}
}

.intro__image img {
	display: block;
	width: 1097px;
	height: 820px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: -100px;
	top: -162px;
	z-index: -1;
}

.intro h1 {
	margin-bottom: 32px;
}

.intro__lede {
	margin-top: 32px;
	color: #2b2a28;
	font-size: 18px;
	line-height: 1.6;
	max-width: 520px;
}

.intro__section {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #e3e8ee;
}

.intro__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.intro__list li {
	display: flex;
	gap: 12px;
	color: #0f0f0e;
}

.intro__list-marker {
	color: #30466d;
	font-size: 10px;
	margin-top: 6px;
	flex-shrink: 0;
}

.intro__explainer {
	background: #fff;
	position: relative;
	margin-block: 80px;
	padding: 24px;
	border: 1px solid #e3e8ee;
}

@media screen and (max-width: 768px) {
	.intro__explainer {
		margin-block: 40px;
	}
}

.intro__explainer-text {
	font-size: 14px;
	color: #2b2a28;
	line-height: 1.6;
}

.intro__explainer-text strong {
	color: #0f0f0e;
}

.intro__three {
	margin-block: 80px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media screen and (max-width: 768px) {
	.intro__three {
		margin-block: 40px;
	}
}

@media (min-width: 640px) {
	.intro__three {
		grid-template-columns: repeat(3, 1fr);
	}
}

.intro__three .three__item {
	padding: 24px;
	border: 1px solid #e3e8ee;
}

.intro__three h3 {
	margin-bottom: 8px;
}

.intro__three ul {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	color: #2b2a28;
}

.intro__three p {
	font-size: 14px;
	color: #2b2a28;
	line-height: 1.6;
}

.intro .btn--start {
	margin-inline: auto;
}

.intro p.intro__cta-disclaimer {
	margin-top: 24px;
	margin-inline: auto;
	font-size: 12px;
	color: #6b6966;
	max-width: 480px;
	line-height: 1.6;
	text-align: center;
}

.progress-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background: #e3e8ee;
	border-bottom: 1px solid #30466d;
}

.progress-header__inner {
	max-width: 768px;
	margin: 0 auto;
	padding: 16px 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

.progress-header__label-mobile {
	display: block;
}

.progress-header__label-desktop {
	display: none;
}

@media (min-width: 640px) {
	.progress-header__label-desktop {
		display: block;
	}
}

.progress-bar {
	flex: 1;
	height: 3px;
	background: #fff;
	position: relative;
}

.progress-bar__fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #30466d;
	transition: width 380ms cubic-bezier(.22, 1, .36, 1);
}

.question-screen {
	max-width: 768px;
	margin: 0 auto;
	padding: 48px 0;
}

@media (min-width: 640px) {
	.question-screen {
		padding: 64px 0;
	}
}

.question-screen__title {
	font-size: 34px;
	line-height: 1.05;
	letter-spacing: -.035em;
	max-width: 640px;
	margin-top: 16px;
}

@media (min-width: 640px) {
	.question-screen__title {
		font-size: 52px;
		line-height: 1.02;
	}
}

.question-screen__desc {
	margin-top: 16px;
	color: #6b6966;
	max-width: 520px;
}

.question-list {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.question {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 24px;
}

@media (min-width: 640px) {
	.question {
		padding: 28px;
	}
}

.question__num {
	font-size: 12px;
	color: #6b6966;
	margin-bottom: 4px;
}

.question__prompt {
	font-size: 20px;
	line-height: 1.35;
	color: #0f0f0e;
}

@media (min-width: 640px) {
	.question__prompt {
		font-size: 22px;
	}
}

.question__helper {
	font-size: 12px;
	color: #6b6966;
	line-height: 1.6;
	margin-top: 8px;
}

.question__options {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.question__options .option-row {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	text-align: left;
	padding: 12px 16px;
	background: #fff;
	color: #0f0f0e;
	border: 1px solid #e3e8ee;
	font-size: 14px;
	transition: background-color 120ms ease, border-color 120ms ease;
}

.question__options .option-row:hover {
	border-color: #30466d;
	background: #30466d;
	color: #fff;
}

.question__options .option-row:hover .option-radio {
	background: #fff;
}

.question__options .option-row:hover .option-radio::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #30466d;
}

.question__options .option-row--selected {
	background: #30466d;
	color: #f4f1ea;
	border-color: #30466d;
}

.question__options .option-row--selected:hover {
	background: #30466d;
	color: #fff;
}

.question__options .option-row--selected .option-radio {
	border-color: #30466d;
	background: #fff;
}

.question__options .option-row--selected .option-radio::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #30466d;
}

.question__options .option-row .option-radio {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #30466d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.question__options .option-row .option-label {
	flex: 1;
	font-weight: 500;
}

.question-nav {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #2b2a28;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.back-link {
	font-size: 14px;
	color: #6b6966;
	padding: 4px 8px;
	background: none;
}

.back-link:hover {
	color: #0f0f0e;
}

.gate {
	padding: 48px 0;
}

@media (min-width: 640px) {
	.gate {
		padding: 64px 32px;
	}
}

.gate__back {
	margin-bottom: 24px;
}

.gate__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

@media screen and (max-width: 1024px) {
	.gate__grid {
		grid-template-columns: 1fr;
	}
}

.gate__preview {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 36px;
	height: -moz-fit-content;
	height: fit-content;
}

@media screen and (max-width: 639px) {
	.gate__preview {
		padding: 24px 16px;
	}
}

.gate__preview-h {
	font-size: 44px;
	line-height: 1.05;
	margin-top: 8px;
	max-width: 480px;
}

@media screen and (max-width: 639px) {
	.gate__preview-h {
		font-size: 34px;
	}
}

.gate__preview-desc {
	font-size: 14px;
	color: #6b6966;
	margin-top: 12px;
	max-width: 440px;
}

.gate__cat-grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

@media screen and (max-width: 767px) {
	.gate__cat-grid {
		grid-template-columns: 1fr;
	}
}

.gate__cat {
	border: 1px solid #e3e8ee;
	background: #f4f5f7;
	padding: 16px;
}

.gate__cat .eyebrow {
	color: #1e1e1e;
}

.gate__cat-label {
	font-size: 10px;
	color: #1e1e1e;
	margin-top: 4px;
}

.gate__cat-score {
	margin-top: 16px;
	font-size: 20px;
	color: #0f0f0e;
	filter: blur(10px) saturate(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .55;
}

.gate__radar-wrap {
	margin-top: 28px;
	height: 144px;
	border: 1px solid #e3e8ee;
	background: #f4f5f7;
	position: relative;
	overflow: hidden;
}

.gate__radar-wrap .eyebrow {
	position: absolute;
	bottom: 16px;
	left: 16px;
	color: #1e1e1e;
}

.gate__radar {
	width: 100%;
	height: 100%;
	filter: blur(10px) saturate(0);
	opacity: .55;
}

.gate__radar-label {
	position: absolute;
	left: 16px;
	bottom: 12px;
}

.gate__bullets {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gate h3 {
	margin-top: 8px;
}

.gate__form {
	background: #30466d;
	color: #f4f1ea;
	border: 1px solid #30466d;
	padding: 36px;
	position: sticky;
	top: 16px;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	.gate__form {
		padding: 24px 16px;
	}
}

.gate__form .eyebrow {
	color: #fff;
}

.gate__form h3 {
	margin-top: 8px;
	color: #fff;
}

.gate__form p {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
	line-height: 1.6;
}

.gate__form-fields {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gate__form-fields .field {
	display: block;
}

.gate__form-fields .wpcf7 {
	width: 100%;
}

.gate__form-fields .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gate__form-fields .wpcf7-form.submitting input[type=submit], .gate__form-fields .wpcf7-form.submitting button[type=submit] {
	color: transparent;
}

.gate__form-fields p {
	margin: 0;
}

.gate__form-fields .wpcf7-form-control-wrap {
	display: block;
}

.gate__form-fields .wpcf7-spinner {
	position: absolute;
	bottom: 12px;
	opacity: 1;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.gate__form-fields .wpcf7-spinner:before {
	background-color: #30466d;
}

.gate__form-fields input:not([type=submit],[type=radio]), .gate__form-fields select, .gate__form-fields textarea {
	display: block;
	width: 100%;
	padding: 0 12px;
	border: 1px solid #30466d;
	background: #fff;
	color: #0f0f0e;
	font-size: 14px;
	font-weight: 400;
}

.gate__form-fields input:not([type=submit],[type=radio]), .gate__form-fields select {
	height: 44px;
	font-weight: 400;
}

.gate__form-fields .pill-group {
	margin-bottom: 12px;
}

.gate__form-fields .pill-group__label {
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	font-weight: 500;
}

.gate__form-fields .pills span.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gate__form-fields .pills span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

.gate__form-fields .pills label {
	display: block;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 400;
	border: 1px solid rgba(236, 231, 219, .3);
	background: transparent;
	color: #ece7db;
	transition: border-color 120ms, background-color 120ms;
	cursor: pointer;
}

.gate__form-fields .pills label:hover {
	border-color: rgba(236, 231, 219, .7);
}

.gate__form-fields .pills label:has(input[type=radio]:checked) {
	background: #fff;
	color: #30466d;
	border-color: #fff;
}

.gate__form-fields .pills label input[type=radio] {
	display: none;
}

.gate__form-fields textarea {
	min-height: 120px;
	padding-block: 12px;
	resize: vertical;
}

.gate__form-fields input[type=submit], .gate__form-fields button[type=submit] {
	display: block;
	width: 100%;
	height: 48px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .02em;
	margin-top: 8px;
	transition: background-color 150ms, color 150ms;
	cursor: pointer;
	text-transform: initial;
	text-align: center;
}

.gate__form-fields input[type=submit]:hover, .gate__form-fields button[type=submit]:hover {
	background: #fff;
	color: #30466d;
}

.gate__form-fields .wpcf7-spinner {
	margin: 8px 0 0;
}

.gate__form-fields .wpcf7-response-output {
	margin: 12px 0 0 !important;
	padding: 12px !important;
	border: 1px solid rgba(236, 231, 219, .3) !important;
	color: #f4f1ea;
	font-size: 12px;
	line-height: 1.5;
}

.gate__optional {
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .4);
}

.gate__optional-eyebrow {
	margin-bottom: 12px;
	color: #a09c93;
}

@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	
	100% {
		background-position: 200% 0;
	}
}

.shimmer-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
	background-size: 200% 100%;
	animation: shimmer 2.2s linear infinite;
	pointer-events: none;
}

.field-error {
	font-size: 12px;
	color: #8e2a1e;
	margin-top: 4px;
}

.pill-group {
	margin-bottom: 12px;
}

.pill-group__label {
	font-size: 11px;
	color: rgba(236, 231, 219, .7);
	margin-bottom: 10px;
	font-weight: 500;
}

.pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.pill {
	padding: 4px 10px;
	font-size: 11px;
	border: 1px solid rgba(236, 231, 219, .3);
	background: transparent;
	color: #ece7db;
	transition: border-color 120ms ease, background-color 120ms ease, color 120ms ease;
}

.pill:hover {
	border-color: rgba(236, 231, 219, .7);
}

.pill--selected {
	background: #fff;
	color: #30466d;
	border-color: #fff;
}

@keyframes softIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.soft-in {
	animation: softIn 520ms ease-out both;
}

.stagger-1 {
	animation-delay: 60ms;
}

.stagger-2 {
	animation-delay: 140ms;
}

.stagger-3 {
	animation-delay: 240ms;
}

.results {
	padding: 48px 0;
}

.results__email-line {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	color: #6b6966;
	margin-bottom: 32px;
}

.results__email-line .mono {
	color: #0f0f0e;
}

.results__email-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1f4d37;
	display: inline-block;
}

.hero-card {
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	color: #fff;
	padding: 48px;
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
}

@media screen and (max-width: 639px) {
	.hero-card {
		padding: 32px;
	}
}

.hero-card .hero-card__band {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #30466d;
}

.hero-card .hero-card__band--forest {
	background: #1f4d37;
}

.hero-card .hero-card__band--gold {
	background: #a07e3f;
}

.hero-card .hero-card__band--amber {
	background: #c06b3c;
}

.hero-card .hero-card__band--accent {
	background: #8e2a1e;
}

.hero-card .hero-card__inner {
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 640px) {
	.hero-card .hero-card__inner {
		flex-direction: row;
		align-items: flex-end;
		gap: 48px;
	}
}

.hero-card .eyebrow {
	color: #fff;
}

.hero-card .hero-card__h {
	margin-top: 16px;
	max-width: 768px;
	color: #fff;
}

.hero-card .hero-card__score {
	font-size: 96px;
	line-height: 1;
	font-feature-settings: "tnum" 1;
}

@media (min-width: 640px) {
	.hero-card .hero-card__score {
		font-size: 128px;
	}
}

.hero-card .hero-card__score-denom {
	color: rgba(236, 231, 219, .4);
	font-size: 56px;
}

@media (min-width: 640px) {
	.hero-card .hero-card__score-denom {
		font-size: 72px;
	}
}

.hero-card .hero-card__band-label {
	margin-top: 8px;
}

.hero-card .hero-card__band-label--forest {
	color: #1f4d37;
}

.hero-card .hero-card__band-label--gold {
	color: #a07e3f;
}

.hero-card .hero-card__band-label--amber {
	color: #c06b3c;
}

.hero-card .hero-card__band-label--accent {
	color: #8e2a1e;
}

.hero-card__h {
	font-size: 26px;
	line-height: 1.2;
}

@media (min-width: 640px) {
	.hero-card__h {
		font-size: 34px;
	}
}

.hero-card .hero-card__body {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
	line-height: 1.6;
	max-width: 640px;
}

.hero-card .hero-card__name {
	margin-top: 32px;
	color: rgba(236, 231, 219, .7);
	font-size: 14px;
}

.radar-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 32px;
}

@media (min-width: 1024px) {
	.radar-grid {
		grid-template-columns: 7fr 5fr;
	}
}

.radar-card {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 28px;
}

@media (min-width: 640px) {
	.radar-card {
		padding: 40px;
	}
}

.radar-card__h {
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 24px;
}

.radar-card__caption {
	margin-top: 16px;
	font-size: 12px;
	color: #6b6966;
	max-width: 440px;
	line-height: 1.6;
}

.radar-layout {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

@media (min-width: 640px) {
	.radar-layout {
		flex-direction: row;
	}
}

.radar-svg {
	width: 100%;
	max-width: 360px;
	height: auto;
}

.chart-label-strong {
	font-size: 12px;
	fill: #0f0f0e;
	font-weight: 500;
}

.radar-legend {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.radar-legend__item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 500;
}

.radar-legend__swatch {
	width: 16px;
	height: 16px;
	border-width: 2px;
	border-style: solid;
}

.radar-legend__swatch--user {
	color: #0f0f0e;
}

.radar-legend__swatch--threshold {
	border-style: dashed;
	border-width: 1.5px;
	border-color: #1f4d37;
	color: #6b6966;
}

.radar-legend__note {
	color: #6b6966;
}

.cat-cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cat-card {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 20px;
}

.cat-card__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.cat-card__denom {
	font-size: 12px;
	color: #6b6966;
}

.cat-card__row {
	margin-top: 12px;
	display: flex;
	align-items: baseline;
	gap: 16px;
}

.cat-card__score {
	font-size: 40px;
	line-height: 1;
	color: #0f0f0e;
}

.cat-card__level {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.cat-card__level--low {
	color: #1f4d37;
}

.cat-card__level--moderate {
	color: #a07e3f;
}

.cat-card__level--elevated {
	color: #c06b3c;
}

.cat-card__level--critical {
	color: #8e2a1e;
}

.cat-card__bar {
	margin-top: 12px;
	height: 6px;
	background: #e3e8ee;
	position: relative;
}

.cat-card__bar-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	transition: width 700ms ease;
}

.cat-card__bar-fill--low {
	background: #1f4d37;
}

.cat-card__bar-fill--moderate {
	background: #a07e3f;
}

.cat-card__bar-fill--elevated {
	background: #c06b3c;
}

.cat-card__bar-fill--critical {
	background: #8e2a1e;
}

.moves-card {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 28px;
	margin-bottom: 32px;
}

@media (min-width: 640px) {
	.moves-card {
		padding: 40px;
	}
}

.moves-card__h {
	font-size: 24px;
	margin-top: 8px;
	max-width: 640px;
}

@media (min-width: 640px) {
	.moves-card__h {
		font-size: 30px;
	}
}

.moves-card__desc {
	font-size: 14px;
	color: #6b6966;
	margin-top: 12px;
	max-width: 640px;
	line-height: 1.6;
}

.moves-list {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0;
}

.move {
	display: flex;
	gap: 16px;
	border: 1px solid #e3e8ee;
	padding: 24px;
}

.move__num {
	font-size: 12px;
	color: #6b6966;
	flex-shrink: 0;
	padding-top: 2px;
}

.move__title {
	color: #0f0f0e;
	font-weight: 500;
	line-height: 1.4;
}

.move__why {
	font-size: 14px;
	color: #2b2a28;
	margin-top: 6px;
	line-height: 1.6;
}

.move__elogic {
	font-size: 12px;
	color: #6b6966;
	margin-top: 8px;
	line-height: 1.6;
	font-style: italic;
}

.move__elogic-arrow {
	color: #30466d;
	font-weight: 500;
	font-style: normal;
}

.cta-section {
	padding: 28px;
}

.cta-section--warm {
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	color: #fff;
}

@media (min-width: 640px) {
	.cta-section {
		padding: 36px;
	}
}

.cta-section--hot {
	background: #0f0f0e;
	color: #f4f1ea;
}

.cta-section__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.cta-section__inner {
		flex-direction: row;
		align-items: center;
	}
}

.cta-section .eyebrow {
	color: #fff;
	margin-bottom: 8px;
}

.cta-section .cta-section__h {
	color: #fff;
	margin-bottom: 8px;
}

.cta-section .cta-section__desc {
	color: #fff;
}

.cta-section__desc {
	font-size: 14px;
	margin-top: 8px;
	max-width: 520px;
	line-height: 1.6;
}

.cta-section__buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-shrink: 0;
	width: 100%;
	max-width: 420px;
}

@media screen and (min-width: 993px) {
	.cta-section__buttons {
		width: auto;
	}
}

.cta-section__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .02em;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms, color 150ms, border-color 150ms;
	white-space: nowrap;
}

@media screen and (max-width: 576px) {
	.cta-section__primary {
		white-space: normal;
	}
}

.cta-section__secondary {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	text-underline-offset: 4px;
	transition: color 150ms;
}

.cta-section--hot .cta-section__primary {
	background: #fff;
	color: #30466d;
	border: 1px solid #fff;
}

.cta-section--hot .cta-section__primary:hover {
	background: transparent;
	color: #fff;
}

.cta-section--warm .cta-section__primary {
	background: #fff;
	color: #30466d;
	border: 1px solid #fff;
}

.cta-section--warm .cta-section__primary:hover {
	background: transparent;
	color: #fff;
}

.cta-section--hot .cta-section__secondary {
	color: rgba(244, 241, 234, .7);
	text-decoration: underline;
	width: -moz-fit-content;
	width: fit-content;
}

.cta-section--hot .cta-section__secondary:hover {
	color: #f4f1ea;
	text-decoration: none;
}

.cta-section--warm .cta-section__secondary {
	color: rgba(244, 241, 234, .7);
	text-decoration: underline;
	width: -moz-fit-content;
	width: fit-content;
}

.cta-section--warm .cta-section__secondary:hover {
	color: #f4f1ea;
	text-decoration: none;
}

.creds-card {
	margin-block: 120px;
	padding-block: 40px;
}

@media screen and (max-width: 768px) {
	.creds-card {
		margin-block: 80px;
		padding-block: 28px;
	}
}

.creds-card__h {
	font-size: 32px;
	line-height: 1.15;
	color: #0f0f0e;
	max-width: 760px;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.creds-card__h {
		font-size: 26px;
	}
}

.creds-grid {
	margin: 24px 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

@media screen and (min-width: 992px) {
	.creds-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 639px) {
	.creds-grid {
		grid-template-columns: 1fr;
	}
}

.creds-cell {
	background: #fff;
	padding: 32px 24px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .03);
	transition: box-shadow .3s ease-in-out;
}

.creds-cell:hover {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
}

.creds-cell__h {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #0f0f0e;
}

.creds-cell__sub {
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.5;
	color: #6b6966;
}

.faq-section {
	background: none;
	margin-block: 120px;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.faq-section {
		margin-block: 80px;
	}
}

.faq-section .faq-section__head {
	max-width: 50%;
}

@media screen and (max-width: 992px) {
	.faq-section .faq-section__head {
		max-width: 100%;
	}
}

.methodology {
	margin-block: 120px;
	font-size: 12px;
	color: #6b6966;
	line-height: 1.6;
	max-width: 640px;
}

@media screen and (max-width: 768px) {
	.methodology {
		margin-block: 80px;
	}
}

.methodology .eyebrow {
	display: block;
	margin-bottom: 8px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media print {
	@page {
		margin: 20mm 0;
	}
	
	body * {
		visibility: hidden;
	}
	
	#capacityGapAssessment .results, #capacityGapAssessment .results * {
		visibility: visible;
	}
	
	#capacityGapAssessment .results {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		padding: 20mm 0;
		margin: 0;
	}
	
	#capacityGapAssessment .cta-section, #capacityGapAssessment .creds-card, #capacityGapAssessment .faq-section, #capacityGapAssessment .methodology {
		display: none !important;
	}
}
