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

.team-cost button {
	font-family: inherit;
	font-size: inherit;
	border: none;
	cursor: pointer;
}

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

.team-cost input[type=number] {
	-moz-appearance: textfield;
}

.team-cost input[type=number]::-webkit-outer-spin-button, .team-cost input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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

.team-cost ::selection {
	background: #30466d;
	color: #f4f1ea;
}

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

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

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

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

.team-cost h2 {
	margin-bottom: 24px;
}

.team-cost h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #30466d;
}

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

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

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

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

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

.eyebrow-light {
	color: #a09c93;
}

.eyebrow-accent {
	color: #8e2a1e;
}

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

.hairline {
	background: #30466d;
	height: 1px;
}

.hidden-sm {
	display: block;
}

@media screen and (max-width: 639px) {
	.hidden-sm {
		display: none;
	}
}

section {
	margin-block: 120px;
}

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

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

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

.hero {
	margin-block: 80px;
	position: relative;
	padding: 24px 0 64px 0;
}

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

.hero__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.hero__wrapper {
	display: flex;
	gap: 24px;
	position: relative;
}

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

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

.hero__inner {
	flex-basis: 50%;
	padding-block: 40px 0;
}

@media screen and (max-width: 768px) {
	.hero__inner {
		flex-basis: 100%;
	}
}

.hero h1 {
	margin-bottom: 24px;
}

.hero__lede {
	color: #30466d;
	font-size: 20px;
	font-weight: 500;
	line-height: 135%;
	margin-bottom: 24px;
	letter-spacing: -.16px;
}

@media screen and (max-width: 768px) {
	.hero__lede {
		font-size: 18px;
	}
}

.hero__sources {
	margin-top: 64px;
	display: flex;
	flex-direction: column;
	gap: 8px 24px;
	font-size: 12px;
	color: #6b6966;
}

@media screen and (max-width: 768px) {
	.hero__sources {
		margin-top: 32px;
	}
}

.hero .hero__btn {
	height: 44px;
	font-size: 14px;
	font-weight: 500;
	background: #30466d;
	color: #fff;
	border: 1px solid #30466d;
	padding-inline: 32px;
	transition: background-color .3s ease-in-out, .3s ease-in-out;
	margin-top: 24px;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero .hero__btn:hover {
	background: #fff;
	color: #30466d;
}

.whois__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

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

.whois__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #2b2a28;
}

.whois__list li {
	display: flex;
	gap: 12px;
	align-items: center;
}

.whois__list strong {
	color: #0f0f0e;
}

.whois__list-marker {
	color: #30466d;
	font-size: 14px;
	flex-shrink: 0;
}

.explainer {
	background: #30466d;
	color: #fff;
}

.explainer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: start;
	padding-block: 80px;
}

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

.explainer__title .eyebrow {
	color: #fff;
}

.explainer__title h2 {
	color: #fff;
}

.explainer__content p {
	color: inherit;
	line-height: 1.6;
}

.explainer__content p strong {
	color: inherit;
}

.explainer__content p em {
	font-style: italic;
}

.inputs {
	margin-bottom: 40px;
}

.inputs__intro {
	margin-bottom: 48px;
	max-width: 50%;
}

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

.inputs__intro p {
	color: #30466d;
	font-size: 20px;
	font-weight: 500;
	line-height: 135%;
	margin-bottom: 24px;
	letter-spacing: -.16px;
}

@media screen and (max-width: 768px) {
	.inputs__intro p {
		font-size: 18px;
	}
}

.inputs__panel {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

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

.input-label {
	font-size: 14px;
	font-weight: 500;
	color: #0f0f0e;
	display: block;
	margin-bottom: 8px;
}

.field-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.field-grid--4 {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 639px) {
	.field-grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.field-grid--2 {
	grid-template-columns: repeat(2, 1fr);
}

.pt-seg {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: #e3e8ee;
	border: 1px solid #e3e8ee;
}

@media screen and (max-width: 639px) {
	.pt-seg {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pt-seg__btn {
	height: 44px;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	color: #30466d;
	padding: 0 8px;
	transition: background-color 150ms, color 150ms;
}

.pt-seg__btn:hover {
	background: #c6d4ec;
}

.pt-seg__btn--selected, .pt-seg__btn--selected:hover {
	background: #30466d;
	color: #f4f1ea;
}

.pt-seg__blurb {
	margin-top: 8px;
	font-size: 12px;
	color: #30466d;
}

.duration-seg {
	display: flex;
	border: 1px solid #e3e8ee;
	background: #fff;
	width: 100%;
}

.duration-seg__btn {
	flex: 1;
	height: 44px;
	font-size: 14px;
	font-weight: 500;
	color: #30466d;
	background-color: #fff;
	transition: background-color 150ms, color 150ms;
}

.duration-seg__btn + .duration-seg__btn {
	border-left: 1px solid #e3e8ee;
}

.duration-seg__btn:hover {
	background-color: #c6d4ec;
}

.duration-seg__btn--selected, .duration-seg__btn--selected:hover {
	background: #30466d;
	color: #f4f1ea;
}

.stepper-wrap > label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #30466d;
	margin-bottom: 8px;
	line-height: 1.3;
	min-height: 2.5rem;
}

.stepper {
	display: flex;
	align-items: stretch;
	border: 1px solid #e3e8ee;
	background: #fff;
}

.stepper__btn {
	width: 44px;
	height: 44px;
	color: #30466d;
	transition: background-color 120ms;
	background-color: #fff;
}

.stepper__btn:hover {
	background: #c6d4ec;
}

.stepper__btn:first-child {
	border-right: 1px solid #e3e8ee;
}

.stepper__btn:last-child {
	border-left: 1px solid #e3e8ee;
}

.stepper__input {
	flex: 1;
	text-align: center;
	font-feature-settings: "tnum" 1, "lnum" 1;
	font-size: 16px;
	background: #fff;
	height: 44px;
	width: 100%;
	min-width: 0;
}

.select-wrap > label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #30466d;
	margin-bottom: 8px;
}

.select-rel {
	position: relative;
}

.select-rel select {
	width: 100%;
	height: 44px;
	padding: 0 36px 0 12px;
	border: 1px solid #e3e8ee;
	background: #fff;
	color: #30466d;
	font-size: 14px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

.select-rel__chev {
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #30466d;
	font-size: 12px;
}

.money-input > label, .pct-input > label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #30466d;
	margin-bottom: 6px;
}

.money-input__rel {
	position: relative;
}

.money-input__sym {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #6b6966;
	font-size: 14px;
}

.money-input input {
	width: 100%;
	height: 40px;
	padding: 0 12px 0 32px;
	border: 1px solid #e3e8ee;
	background: #fff;
	font-feature-settings: "tnum" 1, "lnum" 1;
	font-size: 14px;
}

.pct-input__rel {
	position: relative;
}

.pct-input__sym {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #6b6966;
	font-size: 14px;
}

.pct-input input {
	width: 100%;
	height: 40px;
	padding: 0 32px 0 12px;
	border: 1px solid #e3e8ee;
	background: #fff;
	font-feature-settings: "tnum" 1, "lnum" 1;
	font-size: 14px;
}

.summary-line {
	padding-top: 8px;
	font-size: 12px;
	color: #6b6966;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 12px;
}

.summary-line__dot {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #30466d;
	margin-right: 16px;
}

.summary-line .tabular {
	margin-right: 16px;
}

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

.advanced .advanced__wrap {
	border: 1px solid #e3e8ee;
	background: #fff;
}

.advanced .advanced__head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 32px;
	background-color: #fff;
}

@media screen and (max-width: 639px) {
	.advanced .advanced__head {
		padding: 20px 24px;
	}
}

.advanced .advanced__head-left {
	display: flex;
	align-items: center;
	gap: 16px;
}

.advanced .advanced__head-h {
	margin: 0;
	text-align: left;
}

.advanced .advanced__head-sub {
	font-size: 14px;
	color: #6b6966;
	display: inline;
}

@media screen and (max-width: 639px) {
	.advanced .advanced__head-sub {
		display: none;
	}
}

.advanced .advanced__body {
	padding: 28px 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

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

@media screen and (max-width: 639px) {
	.advanced .advanced__body {
		padding: 28px 24px;
	}
}

.advanced .advanced__col-right {
	padding-left: 32px;
	border-left: 1px solid #e3e8ee;
}

@media screen and (max-width: 1023px) {
	.advanced .advanced__col-right {
		padding-left: 0;
		border-left: none;
	}
}

.advanced .advanced__col-h {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 16px;
}

.advanced .advanced__col-h h3 {
	font-size: 20px;
}

.accordion-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 280ms cubic-bezier(.22, 1, .36, 1);
	transition: grid-template-rows 280ms cubic-bezier(.22, 1, .36, 1), -ms-grid-rows 280ms cubic-bezier(.22, 1, .36, 1);
}

.accordion-content--open {
	grid-template-rows: 1fr;
}

.accordion-content > div {
	overflow: hidden;
}

.plus-icon {
	color: #30466d;
	transition: transform 300ms ease;
	display: inline-block;
	font-size: 20px;
}

.plus-icon--open {
	transform: rotate(45deg);
}

.results__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 24px;
}

.results__head-left {
	display: flex;
	align-items: center;
	gap: 16px;
}

.results__head-h {
	font-size: 30px;
}

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

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

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

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

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

.locked-grid[hidden] {
	display: none;
}

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

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

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

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

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

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

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

.locked-preview__metric {
	border: 1px solid #e3e8ee;
	background: #f4f5f7;
	padding: 16px;
}

.locked-preview__metric .eyebrow {
	color: #1e1e1e;
}

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

.locked-preview__metric-value {
	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;
}

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

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

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

@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;
}

.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 .gate-form__inner {
	position: relative;
}

.gate-form .gate-form__inner .eyebrow {
	color: #fff;
}

.gate-form .gate-form__h {
	margin-top: 8px;
	color: #fff;
}

.gate-form .gate-form__desc {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
	line-height: 1.6;
}

.gate-form .gate-form__fields {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gate-form .gate-form__fields .wpcf7 {
	width: 100%;
}

.gate-form .gate-form__fields .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

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

.gate-form .gate-form__fields p {
	margin: 0;
}

.gate-form .gate-form__fields .wpcf7-form-control-wrap {
	display: block;
}

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

.gate-form .gate-form__fields .wpcf7-spinner:before {
	background-color: #30466d;
}

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

.gate-form .gate-form__fields input:not([type=submit],[type=radio]), .gate-form .gate-form__fields select {
	height: 44px;
}

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

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

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

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

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

.gate-form .gate-form__fields .pills label:hover {
	border-color: rgba(236, 231, 219, .7);
}

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

.gate-form .gate-form__fields .pills label input[type=radio] {
	display: none;
}

.gate-form .gate-form__fields textarea {
	min-height: 120px;
	padding-block: 12px;
	resize: vertical;
}

.gate-form .gate-form__fields input[type=submit], .gate-form .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;
}

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

.gate-form .gate-form__fields .wpcf7-spinner {
	margin: 8px 0 0;
}

.gate-form .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-form .gate-form__optional {
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .4);
}

.gate-form .gate-form__bullets {
	margin-top: 20px;
	font-size: 11px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gate-form .gate-form__bullets div {
	display: flex;
	gap: 8px;
}

.gate-form .gate-form__bullets-marker {
	color: #fff;
}

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

.btn-submit {
	display: block;
	width: 100%;
	height: 48px;
	background: #8e2a1e;
	color: #f4f1ea;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .02em;
	margin-top: 8px;
	transition: background-color 150ms, color 150ms;
}

.btn-submit:hover {
	background: #f4f1ea;
	color: #0f0f0e;
}

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

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

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

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

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

.stagger-4 {
	animation-delay: 380ms;
}

.results-stack {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.results-stack[hidden] {
	display: none;
}

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

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

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

.verdict-card .verdict-card__inner {
	position: relative;
}

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

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

.verdict-card .verdict-card__name {
	margin-top: 24px;
	font-size: 14px;
	color: #fff;
}

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

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

.comparison-card__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 24px;
}

.comparison-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
	align-items: center;
}

@media screen and (max-width: 639px) {
	.comparison-grid {
		gap: 16px;
	}
}

.comp-col-ih {
	grid-column: span 5;
}

@media screen and (max-width: 639px) {
	.comp-col-ih {
		grid-column: span 12;
	}
}

.comp-col-delta {
	grid-column: span 2;
	text-align: center;
	padding: 8px 0;
}

@media screen and (max-width: 639px) {
	.comp-col-delta {
		grid-column: span 12;
	}
}

.comp-col-sa {
	grid-column: span 5;
	text-align: right;
}

@media screen and (max-width: 639px) {
	.comp-col-sa {
		grid-column: span 12;
		text-align: left;
	}
}

.comp-col-sa .bar-track {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 639px) {
	.comp-col-sa .bar-track {
		justify-content: flex-start;
	}
}

.comp-amount {
	font-size: 48px;
	line-height: 1;
	font-feature-settings: "tnum" 1, "lnum" 1;
}

@media screen and (max-width: 639px) {
	.comp-amount {
		font-size: 36px;
	}
}

.comp-sub {
	margin-top: 8px;
	font-size: 12px;
	color: #6b6966;
	font-feature-settings: "tnum" 1, "lnum" 1;
}

.bar-track {
	margin-top: 16px;
	height: 8px;
	background: #ece7db;
}

.bar-fill {
	height: 8px;
	transition: width 700ms;
}

.bar-fill--ink {
	background: #0f0f0e;
}

.bar-fill--accent {
	background: #8e2a1e;
}

.delta-pct {
	font-size: 34px;
	line-height: 1;
}

@media screen and (max-width: 639px) {
	.delta-pct {
		font-size: 28px;
	}
}

.delta-pct--saving {
	color: #8e2a1e;
}

.delta-pct--cost {
	color: #1f4d37;
}

.delta-abs {
	font-size: 11px;
	font-feature-settings: "tnum" 1, "lnum" 1;
	color: #6b6966;
	margin-top: 4px;
}

.delta-arrow {
	font-size: 10px;
	color: #a09c93;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.comp-stats-grid {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #e3e8ee;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.comp-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.comp-stat__label {
	color: #a09c93;
}

.comp-stat__value {
	font-feature-settings: "tnum" 1, "lnum" 1;
	color: #0f0f0e;
	margin-top: 4px;
}

.comp-stat__sub {
	color: #a09c93;
	margin-top: 2px;
}

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

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

.chart-card__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 8px;
}

.chart-card__h {
	font-size: 24px;
	margin-bottom: 20px;
}

.chart-card__caption {
	margin-top: 20px;
	font-size: 12px;
	color: #6b6966;
	max-width: 720px;
	line-height: 1.6;
}

.chart-scroll {
	width: 100%;
	overflow-x: auto;
}

.chart-scroll svg {
	min-width: 600px;
	width: 100%;
	height: auto;
}

.chart-label {
	font-size: 10px;
	fill: #30466d;
}

.chart-axis {
	stroke: #2b2a28;
	stroke-width: 1;
}

.chart-grid {
	stroke: rgba(43, 42, 40, .08);
	stroke-width: 1;
}

.interp {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 40px;
}

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

.interp__body {
	max-width: 768px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 16px;
}

.interp__opening {
	font-size: 26px;
	line-height: 1.3;
}

@media screen and (max-width: 639px) {
	.interp__opening {
		font-size: 22px;
	}
}

.interp__p {
	color: #2b2a28;
	line-height: 1.6;
}

.interp__close-wrap {
	padding-top: 12px;
	border-left: 2px solid #8e2a1e;
	padding-left: 16px;
}

.interp__close {
	color: #0f0f0e;
	line-height: 1.6;
	font-style: italic;
	font-weight: 500;
}

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

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

.compose-card__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 24px;
}

.compose-bar__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 10px;
}

.compose-bar__label {
	font-size: 14px;
	font-weight: 500;
}

.compose-bar__total {
	font-feature-settings: "tnum" 1, "lnum" 1;
	font-size: 14px;
}

.compose-bar__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 20px;
	margin-top: 12px;
	font-size: 12px;
}

.compose-bar__legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.compose-track {
	height: 32px;
	display: flex;
	background: #ece7db;
	border: 1px solid #e3e8ee;
	overflow: hidden;
}

.compose-track__fill {
	display: flex;
	transition: width 700ms;
}

.legend-swatch {
	width: 10px;
	height: 10px;
	display: inline-block;
	flex-shrink: 0;
}

.compose-sep {
	height: 32px;
}

.cta {
	border: 1px solid #e3e8ee;
	padding: 28px 32px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	.cta {
		padding: 28px;
	}
}

.cta .eyebrow {
	color: #fff;
}

.cta .cta__h {
	color: #fff;
}

.cta .cta__desc {
	color: #fff;
}

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

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

.cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 40px;
}

@media screen and (max-width: 992px) {
	.cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

.cta__h {
	font-size: 28px;
	line-height: 1.15;
	color: inherit;
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	.cta__h {
		font-size: 24px;
	}
}

.cta__desc {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 10px;
	max-width: 640px;
	color: inherit;
	opacity: .82;
}

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

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

.cta__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__primary {
		white-space: normal;
	}
}

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

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

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

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

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

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

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

.cta--warm .cta__secondary {
	color: #6b6966;
}

.cta--warm .cta__secondary:hover {
	color: #0f0f0e;
}

.why {
	background: linear-gradient(180deg, #f0f7ff 0%, #f8f8f8 100%);
	border: 1px solid #e3e8ee;
	padding-block: 40px;
}

@media screen and (max-width: 639px) {
	.why {
		padding-block: 28px;
	}
}

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

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

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

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

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

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

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

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

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

.why__footer {
	margin-top: 20px;
	max-width: 760px;
	font-size: 12px;
	line-height: 1.65;
	color: #6b6966;
}

.context-section {
	margin-top: 48px;
}

.ctx-rows__item {
	background: #fff;
	border: 1px solid #e3e8ee;
}

.ctx-rows__item:not(:last-child) {
	margin-bottom: 32px;
}

.ctx-rows .ctx-row__head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 32px;
	text-align: left;
	background-color: transparent;
}

@media screen and (max-width: 639px) {
	.ctx-rows .ctx-row__head {
		padding: 24px 16px;
		gap: 16px;
	}
}

.ctx-rows .ctx-row__label {
	font-size: 32px;
	line-height: 1.08;
	color: #0f0f0e;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.ctx-rows .ctx-row__label {
		font-size: 24px;
	}
}

@media screen and (max-width: 639px) {
	.ctx-rows .ctx-row__label {
		font-size: 16px;
		line-height: 1.18;
	}
}

.ctx-rows .ctx-row__body {
	padding: 32px 28px;
}

@media screen and (max-width: 639px) {
	.ctx-rows .ctx-row__body {
		padding: 0 24px 24px;
	}
}

.ctx-rows .ctx-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 768px) {
	.ctx-rows .ctx-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

.ctx-rows .ctx-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #2b2a28;
}

.ctx-rows .ctx-list-marker {
	color: #30466d;
	font-size: 14px;
	line-height: 1.4;
	flex-shrink: 0;
	transform: translateY(3px);
}

.faq-section {
	background: none;
}

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

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

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

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

@media print {
	*, *::before, *::after {
		box-sizing: border-box;
	}
	
	html, body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	.team-cost {
		background: #fff;
		color: #000;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	
	.results-stack {
		display: flex !important;
		flex-direction: column;
		gap: 20px;
		width: 100%;
		max-width: 100%;
		padding: 32px;
		margin: 0;
	}
	
	.results-stack > * {
		min-width: 0;
	}
	
	.results-stack[hidden] {
		display: none !important;
	}
	
	.results-stack .soft-in {
		animation: none !important;
	}
	
	.results-stack .verdict-card {
		color: #30466d;
	}
	
	.results-stack .verdict-card__h {
		color: #142c56;
	}
	
	.results-stack .verdict-card, .results-stack .comparison-card, .results-stack .chart-card, .results-stack .interp, .results-stack .compose-card, .results-stack .creds-card, .results-stack .cta {
		width: 100%;
		max-width: 100%;
		padding: 24px !important;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		page-break-inside: avoid;
	}
	
	.results-stack .comparison-grid, .results-stack .comp-stats-grid, .results-stack .creds-grid, .results-stack .cta__inner {
		gap: 16px;
	}
	
	.results-stack .comparison-grid, .results-stack .comp-stats-grid, .results-stack .creds-grid, .results-stack .cta__inner, .results-stack .compose-bar__legend {
		grid-template-columns: 1fr !important;
	}
	
	.results-stack .comp-col-ih, .results-stack .comp-col-delta, .results-stack .comp-col-sa {
		grid-column: span 1 !important;
		text-align: left;
	}
	
	.results-stack .chart-scroll {
		overflow: visible;
		width: 100%;
		max-width: 100%;
	}
	
	.results-stack .chart-scroll svg {
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.results-stack .soft-in.cta {
		display: none;
	}
}
