/* MCGS interactive tools + comparators. Frosted glass, gold on black. */

.mcgs-tool {
	--t-glass: #F1F1F5;
	--t-border: rgba(21, 20, 26, .12);
	--t-gold: #146B6B;
	--t-gold-light: #146B6B;
	--t-glow: #5FE8E3;
	--t-text: #15141A;
	--t-dim: #5C6B6B;
	--t-blur: 0px;
	margin-top: 1.8rem;
	padding: 1.4rem 1.5rem 1.5rem;
	border-radius: 4px;
	background: var(--t-glass);
	-webkit-backdrop-filter: blur(var(--t-blur));
	backdrop-filter: blur(var(--t-blur));
	border: 1px solid var(--t-border);
	border-top: 1px solid rgba(20, 107, 107, .4);
}
.mcgs-tool__title {
	margin: 0 0 .3rem;
	font-family: var(--mcgs-font-head, "Fraunces", Georgia, serif);
	font-weight: 600;
	font-size: 1.02rem;
	color: var(--t-gold-light);
}
.mcgs-tool__intro { margin: 0 0 1.1rem; font-size: .9rem; line-height: 1.5; color: var(--t-dim); }
/* attrition: extra breathing room between the intro and the fields */
.mcgs-tool--attrition .mcgs-tool__intro { margin-bottom: 2.4rem; }
.mcgs-tool__note {
	margin: 1rem 0 0;
	font-size: .76rem;
	line-height: 1.5;
	color: var(--t-dim);
	opacity: .8;
}

/* ---- questions / rows ---- */
.mcgs-tool__q { margin: 0 0 1.1rem; }
.mcgs-tool__q-label {
	display: block;
	font-family: var(--mcgs-font-head, "Fraunces", Georgia, serif);
	font-size: .9rem;
	font-weight: 500;
	color: var(--t-text);
	margin-bottom: .5rem;
}
.mcgs-tool__opts { display: flex; flex-wrap: wrap; gap: .5rem; }
.mcgs-tool__opt {
	font-size: .84rem;
	color: var(--t-dim);
	background: rgba(21, 20, 26, .04);
	border: 1px solid var(--t-border);
	border-radius: 999px;
	padding: .4rem .85rem;
	cursor: pointer;
	transition: border-color .12s ease, color .12s ease, background .12s ease;
}
.mcgs-tool__opt input { position: absolute; opacity: 0; pointer-events: none; }
.mcgs-tool__opt:hover { border-color: rgba(20, 107, 107, .4); }
.mcgs-tool__opt.is-on {
	color: #FCFCFD;
	background: #146B6B;
	border-color: var(--t-gold);
}

.mcgs-tool__check {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	padding: .35rem 0;
	font-size: .9rem;
	line-height: 1.45;
	color: var(--t-text);
	cursor: pointer;
}
.mcgs-tool__check input { margin-top: .2rem; accent-color: var(--t-gold); flex: none; }

.mcgs-tool__select, .mcgs-tool__num {
	width: 100%;
	box-sizing: border-box;
	font-family: var(--mcgs-font-body, "Manrope", system-ui, sans-serif);
	font-size: .95rem;
	color: var(--t-text);
	background: var(--t-glass);
	border: 1px solid var(--t-border);
	border-radius: 4px;
	padding: .6rem .8rem;
}
.mcgs-tool__select { appearance: none; -webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%235C6B6B' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right .8rem center; padding-right: 2rem; }
.mcgs-tool__select option { background: #FFFFFF; color: var(--t-text); }
.mcgs-tool__field { margin: 0 0 .9rem; }
.mcgs-tool__field label { display: block; font-size: .82rem; color: var(--t-dim); margin-bottom: .35rem; }
.mcgs-tool__hint { display: block; font-size: .72rem; color: var(--t-dim); margin-top: .3rem; opacity: .85; }

.mcgs-tool__row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
@media (max-width: 520px) { .mcgs-tool__row { grid-template-columns: 1fr; } }

/* ---- buttons ---- */
.mcgs-tool__btn {
	font-family: var(--mcgs-font-head, "Fraunces", Georgia, serif);
	font-weight: 600;
	font-size: .88rem;
	color: var(--t-gold-light);
	background: rgba(20, 107, 107, .16);
	border: 1px solid rgba(20, 107, 107, .42);
	border-radius: 4px;
	padding: .6rem 1.2rem;
	cursor: pointer;
	transition: background .14s ease;
}
.mcgs-tool__btn:hover { background: rgba(20, 107, 107, .28); }
.mcgs-tool__btn--ghost { background: none; color: var(--t-dim); border-color: var(--t-border); }
.mcgs-tool__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .5rem; }

/* ---- progress ---- */
.mcgs-tool__bar { height: 6px; border-radius: 999px; background: rgba(21, 20, 26, .08); overflow: hidden; margin: .3rem 0 1rem; }
.mcgs-tool__bar span { display: block; height: 100%; background: #146B6B; transition: width .3s ease; }
@media (prefers-reduced-motion: reduce) { .mcgs-tool__bar span { transition: none; } }
.mcgs-tool__step { font-size: .78rem; color: var(--t-dim); margin-bottom: .5rem; }

/* ---- result ---- */
.mcgs-tool__result { animation: mcgs-tool-in .25s ease both; }
@keyframes mcgs-tool-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .mcgs-tool__result { animation: none; } }
.mcgs-tool__verdict {
	font-family: var(--mcgs-font-head, "Fraunces", Georgia, serif);
	font-weight: 600;
	font-size: 1.15rem;
	color: var(--t-text);
	margin: 0 0 .5rem;
}
.mcgs-tool__result p { margin: 0 0 .8rem; font-size: .92rem; line-height: 1.6; color: var(--t-dim); }
.mcgs-tool__result strong { color: var(--t-gold-light); }

/* ---- comparator ---- */
.mcgs-tool__headline {
	font-family: var(--mcgs-font-head, "Fraunces", Georgia, serif);
	font-weight: 700;
	font-size: clamp(1.35rem, 3.4vw, 1.9rem);
	line-height: 1.2;
	color: var(--t-gold-light);
	margin: .4rem 0 .3rem;
}
.mcgs-tool__headsub { font-size: .9rem; color: var(--t-dim); margin: 0 0 1.2rem; }
.mcgs-tool__cards { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-bottom: 1rem; }
@media (max-width: 520px) { .mcgs-tool__cards { grid-template-columns: 1fr; } }
.mcgs-tool__card {
	padding: .9rem 1rem;
	border-radius: 4px;
	background: rgba(21, 20, 26, .035);
	border: 1px solid var(--t-border);
}
.mcgs-tool__card h6 {
	margin: 0 0 .5rem;
	font-family: var(--mcgs-font-head, "Fraunces", Georgia, serif);
	font-size: .82rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--t-gold);
}
.mcgs-tool__fig { display: flex; justify-content: space-between; gap: .8rem; font-size: .88rem; padding: .2rem 0; }
.mcgs-tool__fig span:first-child { color: var(--t-dim); }
.mcgs-tool__fig span:last-child { color: var(--t-text); font-weight: 600; font-variant-numeric: tabular-nums; }
.mcgs-tool__oncost { margin: .5rem 0 0; font-size: .72rem; color: var(--t-dim); opacity: .8; line-height: 1.4; }

.mcgs-tool__outofscope {
	padding: 1rem 1.1rem;
	border-radius: 4px;
	background: rgba(21, 20, 26, .04);
	border: 1px solid var(--t-border);
	font-size: .9rem;
	line-height: 1.6;
	color: var(--t-text);
}
.mcgs-tool a.mcgs-tool__link { color: var(--t-gold-light); }

/* ---- diagnostic: dimension groups + radar chart ---- */
.mcgs-tool__dim-head {
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 600;
	font-size: .7rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--t-gold);
	margin: 1.4rem 0 .6rem;
}
.mcgs-tool__result .mcgs-tool__dim-head:first-child { margin-top: .4rem; }
.mcgs-tool__radar {
	display: block;
	width: min(320px, 82%);
	margin: .4rem auto 1.1rem;
	overflow: visible;
}
.mcgs-tool__radar-grid { fill: none; stroke: rgba(21, 20, 26, .10); stroke-width: 1; }
.mcgs-tool__radar-axis { stroke: rgba(21, 20, 26, .12); stroke-width: 1; }
.mcgs-tool__radar-data {
	fill: rgba(20, 107, 107, .18);
	stroke: var(--t-gold-light);
	stroke-width: 1.5;
	stroke-linejoin: round;
}
.mcgs-tool__radar-label {
	fill: var(--t-dim);
	font-family: var(--t-body, "Manrope", system-ui, sans-serif);
	font-size: 9px;
}

/* ---- diagnostic wizard: one question at a time ---- */
.mcgs-tool__wiz-top { margin-bottom: 1rem; }
.mcgs-tool__wiz-top .mcgs-tool__step { margin-bottom: .35rem; display: block; }
.mcgs-tool__q--wiz { margin: 0 0 1.2rem; }
.mcgs-tool__q--wiz .mcgs-tool__q-label {
	font-size: 1.02rem;
	line-height: 1.5;
	margin-bottom: .9rem;
}
.mcgs-tool__opts--wiz { display: flex; flex-direction: column; gap: .5rem; }
.mcgs-tool__opts--wiz .mcgs-tool__opt {
	width: 100%;
	text-align: left;
	border-radius: 4px;
	padding: .8rem 1rem;
	font-size: .92rem;
}
.mcgs-tool__analysing {
	text-align: center;
	padding: 2.4rem 0;
	font-size: .9rem;
	color: var(--t-gold-light);
	animation: mcgs-tool-in .3s ease both;
}

/* ---- diagnostic result: radar detail + per-dimension table ---- */
.mcgs-tool__radar-dot { fill: var(--t-gold-light); }
.mcgs-tool__radar-val {
	fill: var(--t-gold-light);
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 600;
	font-size: 9px;
}
.mcgs-tool__radar-cap {
	text-align: center;
	font-size: .74rem !important;
	color: var(--t-dim) !important;
	margin: -.4rem 0 1.2rem !important;
}
.mcgs-tool__dimtable { display: grid; gap: .6rem; margin: .2rem 0 .6rem; }
.mcgs-tool__dimrow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(56px, 78px) 104px;
	align-items: center;
	gap: .7rem;
	font-size: .84rem;
}
.mcgs-tool__dimrow-name { color: var(--t-dim); }
.mcgs-tool__dimrow-bar {
	height: 6px;
	border-radius: 999px;
	background: rgba(21, 20, 26, .08);
	overflow: hidden;
}
.mcgs-tool__dimrow-bar span { display: block; height: 100%; border-radius: 999px; transition: width .35s ease; }
.mcgs-tool__dimrow-bar span.is-bad  { background: #d98a5b; }
.mcgs-tool__dimrow-bar span.is-warn { background: #C2610C; }
.mcgs-tool__dimrow-bar span.is-ok   { background: #a9c47e; }
.mcgs-tool__dimrow-bar span.is-good { background: #6f9f6a; }
.mcgs-tool__dimrow-lvl {
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
	font-size: .76rem;
}
.mcgs-tool__dimrow-lvl.is-bad  { color: #B23B3B; }
.mcgs-tool__dimrow-lvl.is-warn { color: var(--t-gold-light); }
.mcgs-tool__dimrow-lvl.is-ok   { color: #bcd69a; }
.mcgs-tool__dimrow-lvl.is-good { color: #2E7D46; }
@media (prefers-reduced-motion: reduce) { .mcgs-tool__dimrow-bar span { transition: none; } }
.mcgs-tool__legend { font-size: .74rem !important; color: var(--t-dim) !important; margin: 0 0 1.1rem !important; }
.mcgs-tool__sim {
	font-size: .74rem !important;
	color: var(--t-dim) !important;
	border-left: 2px solid var(--t-border);
	padding-left: .7rem;
	margin: 1rem 0 !important;
	line-height: 1.5;
}
@media (max-width: 440px) {
	.mcgs-tool__dimrow { grid-template-columns: minmax(0, 1fr) auto; }
	.mcgs-tool__dimrow-bar { display: none; }
}

/* ---- attrition calculator: comparison bars ---- */
.mcgs-tool__calcform { display: grid; gap: .9rem; margin-bottom: 1.2rem; }
@media (min-width: 480px) { .mcgs-tool__calcform { grid-template-columns: 1fr 1fr; } }
.mcgs-tool__compare { display: grid; gap: .7rem; margin: .3rem 0 1.1rem; }
.mcgs-tool__cmp-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 96px;
	align-items: center;
	column-gap: .8rem;
	row-gap: .3rem;
	font-size: .82rem;
}
.mcgs-tool__cmp-lbl { color: var(--t-dim); }
.mcgs-tool__cmp-amt {
	text-align: right;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--t-text);
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
}
.mcgs-tool__cmp-bar {
	grid-column: 1 / -1;
	height: 10px;
	border-radius: 999px;
	background: rgba(21, 20, 26, .07);
	overflow: hidden;
}
.mcgs-tool__cmp-bar span { display: block; height: 100%; border-radius: 999px; transition: width .4s ease; }
.mcgs-tool__cmp-bar span.is-bad  { background: linear-gradient(90deg, #d98a5b, #e0a54a); }
.mcgs-tool__cmp-bar span.is-good { background: linear-gradient(90deg, #6f9f6a, #a9c47e); }
@media (prefers-reduced-motion: reduce) { .mcgs-tool__cmp-bar span { transition: none; } }

/* ---- attrition: inputs (left) -> result (right) -> how-it-works (full width) ---- */
.mcgs-tool__split { display: block; }
.mcgs-tool__splitout { margin-top: 1.1rem; }
@media (min-width: 820px) {
	.mcgs-tool__split {
		display: grid;
		grid-template-columns: minmax(0, 350px) minmax(0, 1fr);
		gap: 1.8rem;
		align-items: start;
		position: relative;
	}
	.mcgs-tool__split .mcgs-tool__levels { margin-bottom: 0; }
	.mcgs-tool__splitout { margin-top: 0; }
}

/* left: one bordered box per role level */
.mcgs-tool__lvlbox {
	border: 1px solid var(--t-border);
	border-radius: 4px;
	padding: .3rem .9rem .9rem;
	margin: 0 0 .8rem;
}
.mcgs-tool__lvlbox:last-child { margin-bottom: 0; }
.mcgs-tool__lvlleg {
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 600;
	font-size: .84rem;
	color: var(--t-gold-light);
	padding: 0 .4rem;
}
.mcgs-tool__lvlmult { color: var(--t-dim); font-weight: 500; font-size: .74rem; }
.mcgs-tool__lvlrow { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.mcgs-tool__lvlrow .mcgs-tool__field { margin: 0; }
.mcgs-tool__lvlrow .mcgs-tool__field label { font-size: .76rem; }
.mcgs-tool__lvlrow .mcgs-tool__num { padding: .45rem .6rem; font-size: .9rem; }
.mcgs-tool__perperson {
	font-size: .74rem;
	color: var(--t-dim);
	text-align: right;
	margin: .55rem 0 0;
	min-height: 1em;
}
.mcgs-tool__perperson:empty { display: none; }
.mcgs-tool__perperson strong { color: var(--t-gold-light); }
@media (max-width: 380px) {
	.mcgs-tool__lvlrow { grid-template-columns: 1fr; gap: .5rem; }
}

/* right: the result panel — visually set apart so it reads as the output
   of the form on the left */
.mcgs-tool__splitout {
	background: rgba(20, 107, 107, .05);
	border: 1px solid var(--t-border);
	border-radius: 4px;
	padding: 1.1rem 1.2rem 1.3rem;
}
.mcgs-tool__splitout .mcgs-tool__result { animation: none; }
.mcgs-tool__splitout .mcgs-tool__headline {
	margin: .1rem 0 .3rem;
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}
.mcgs-tool__reslabel {
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 600;
	font-size: .64rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--t-gold);
	margin: 0 0 .5rem;
}
@media (min-width: 820px) {
	/* short connector in the gap: right = result of left */
	.mcgs-tool__splitout::before {
		content: "";
		position: absolute;
		left: 350px;
		top: 2rem;
		width: 1.8rem;
		height: 2px;
		background: linear-gradient(90deg, transparent, var(--t-gold));
	}
}

/* full width, below the split */
.mcgs-tool__fullout { margin-top: 1.6rem; }
.mcgs-tool__fullout .mcgs-tool__how { margin: 0 0 1rem; }
.mcgs-tool__fullout .mcgs-tool__sim { margin: .2rem 0 1.1rem !important; }

.mcgs-tool__barchart {
	display: block;
	width: min(240px, 100%);
	margin: .5rem auto 1rem;
	overflow: visible;
}
.mcgs-tool__bc-base { stroke: rgba(21, 20, 26, .16); stroke-width: 1; }
.mcgs-tool__bc-bar.is-now   { fill: #cf7a53; }
.mcgs-tool__bc-bar.is-after { fill: #6f9f6a; }
.mcgs-tool__bc-amt {
	fill: var(--t-text);
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 700;
	font-size: 10px;
}
.mcgs-tool__bc-amt.is-good { fill: #2E7D46; }
.mcgs-tool__bc-lbl { fill: var(--t-dim); font-size: 9px; }

.mcgs-tool__ltable {
	width: 100%;
	border-collapse: collapse;
	font-size: .8rem;
	margin: .2rem 0 .8rem;
}
.mcgs-tool__ltable th {
	text-align: right;
	font-weight: 600;
	color: var(--t-dim);
	font-size: .72rem;
	padding: .3rem .4rem;
	border-bottom: 1px solid var(--t-border);
}
.mcgs-tool__ltable th:first-child { text-align: left; }
.mcgs-tool__ltable td {
	text-align: right;
	padding: .35rem .4rem;
	color: var(--t-text);
	font-variant-numeric: tabular-nums;
	border-bottom: 1px solid #F1F1F5;
}
.mcgs-tool__ltable td:first-child { text-align: left; color: var(--t-dim); }

/* ---- retention (BENEX): 3-up inputs + emphasised final row ---- */
@media (min-width: 560px) {
	.mcgs-tool--retention .mcgs-tool__levels { grid-template-columns: repeat(3, 1fr); gap: .8rem; }
}
.mcgs-tool--retention .mcgs-tool__ltable tr:last-child td {
	border-bottom: 0;
	border-top: 1px solid var(--t-border);
	padding-top: .5rem;
	color: var(--t-gold-light);
	font-weight: 600;
}
.mcgs-tool--retention .mcgs-tool__ltable tr:last-child td:first-child { color: var(--t-gold-light); }

.mcgs-tool__fig--hl {
	border-top: 1px solid var(--t-border);
	margin-top: .3rem;
	padding-top: .5rem;
}
.mcgs-tool__fig--hl span:last-child { color: var(--t-gold-light); }

.mcgs-tool__how {
	margin: 1rem 0;
	border: 1px solid var(--t-border);
	border-radius: 4px;
	padding: 0 .9rem;
}
.mcgs-tool__how summary {
	cursor: pointer;
	padding: .7rem 0;
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 600;
	font-size: .8rem;
	color: var(--t-gold-light);
}
.mcgs-tool__how[open] summary { border-bottom: 1px solid var(--t-border); margin-bottom: .5rem; }
.mcgs-tool__how p {
	font-size: .8rem !important;
	line-height: 1.55 !important;
	color: var(--t-dim) !important;
	margin: 0 0 .7rem !important;
}
.mcgs-tool__how p:last-child { margin-bottom: .8rem !important; }

/* ---- selector: time + money saved vs. searching on your own ---- */
.mcgs-tool--selector .mcgs-tool__headline { font-size: clamp(1.15rem, 2.6vw, 1.5rem); margin: .1rem 0 .3rem; }
.mcgs-tool__vs { margin: .2rem 0 .6rem; }
.mcgs-tool__vs-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	padding: .5rem .7rem;
	border: 1px solid var(--t-border);
	border-radius: 4px;
	margin-bottom: .4rem;
}
.mcgs-tool__vs-row span { font-size: .82rem; color: var(--t-dim); }
.mcgs-tool__vs-row strong {
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 700;
	font-size: .95rem;
	color: var(--t-text);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.mcgs-tool__vs-row.is-good { border-color: rgba(111, 159, 106, .5); background: rgba(111, 159, 106, .08); }
.mcgs-tool__vs-row.is-good strong { color: #2E7D46; }
.mcgs-tool__savform {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .7rem;
	margin: .3rem 0 .6rem;
}
.mcgs-tool__savform .mcgs-tool__field { margin: 0; }
.mcgs-tool__savform .mcgs-tool__field label { font-size: .76rem; }
@media (max-width: 380px) { .mcgs-tool__savform { grid-template-columns: 1fr; } }
.mcgs-tool__savout {
	background: rgba(20, 107, 107, .05);
	border: 1px solid var(--t-border);
	border-radius: 4px;
	padding: .8rem 1rem;
	margin-bottom: 1rem;
}
.mcgs-tool__savline { font-family: var(--t-head, "Manrope", system-ui, sans-serif); font-weight: 600; font-size: .92rem; color: var(--t-dim); margin: 0 0 .3rem; }
.mcgs-tool__savline strong { color: var(--t-gold-light); font-size: 1.15rem; }
.mcgs-tool__savout .mcgs-tool__headsub { margin: 0; font-size: .84rem; }
.mcgs-tool__savout .mcgs-tool__headsub strong { color: var(--t-gold-light); }
.mcgs-tool__plan-list {
	margin: .3rem 0 1rem;
	padding-left: 1.1rem;
	color: var(--t-dim);
	font-size: .86rem;
	line-height: 1.6;
}
.mcgs-tool__plan-list li { margin: 0 0 .35rem; }

/* ---- costcompare: segmented bars + green savings block ---- */
.mcgs-tool--costcompare .mcgs-tool__splitout { padding: 1.3rem 1.4rem 1.5rem; }
.mcgs-tool__segbars { display: block; width: min(300px, 100%); margin: .3rem auto .7rem; overflow: visible; }
.mcgs-tool__sb-base { fill: var(--t-gold); }
.mcgs-tool__sb-on { fill: rgba(20, 107, 107, .32); }
.mcgs-tool__sb-tot { fill: var(--t-text); font-family: var(--t-head, "Manrope", system-ui, sans-serif); font-weight: 700; font-size: 11px; }
.mcgs-tool__sb-lbl { fill: var(--t-dim); font-size: 10px; }
.mcgs-tool__seglegend { display: flex; flex-wrap: wrap; gap: .3rem 1.1rem; font-size: .7rem; color: var(--t-dim); margin: 0 0 .3rem; }
.mcgs-tool__seglegend i { width: .7rem; height: .7rem; border-radius: 3px; display: inline-block; margin-right: .4rem; vertical-align: -1px; }
.mcgs-tool__leg-a { background: var(--t-gold); }
.mcgs-tool__leg-b { background: rgba(20, 107, 107, .32); }
.mcgs-tool__savebig {
	background: rgba(111, 159, 106, .13);
	border: 1px solid rgba(111, 159, 106, .45);
	border-radius: 4px;
	padding: 1rem 1.2rem;
	margin: 1rem 0 .5rem;
}
.mcgs-tool__savebig-lbl {
	margin: 0 0 .25rem;
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 600;
	font-size: .68rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #2E7D46;
}
.mcgs-tool__savebig-row { display: flex; align-items: baseline; gap: .7rem; flex-wrap: wrap; }
.mcgs-tool__savebig-num {
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 700;
	font-size: clamp(1.7rem, 4.5vw, 2.3rem);
	line-height: 1;
	color: #2E7D46;
	font-variant-numeric: tabular-nums;
}
.mcgs-tool__savebig-pill {
	font-family: var(--t-head, "Manrope", system-ui, sans-serif);
	font-weight: 600;
	font-size: .78rem;
	color: #123314;
	background: #2E7D46;
	border-radius: 999px;
	padding: .22rem .7rem;
}
.mcgs-tool__savebig-sub { margin: .5rem 0 0 !important; font-size: .8rem !important; color: var(--t-dim) !important; line-height: 1.5 !important; }
