.guarantee-page {
	--guarantee-ink: #2b2b2b;
	--guarantee-paper: #f1f5f5;
	--guarantee-card: #ffffff;
	--guarantee-mint: #0dcfaf;
	--guarantee-mint-soft: #dffaf4;
	--guarantee-purple: #7856dd;
	--guarantee-border: #cdd8d9;
	background: var(--guarantee-paper);
	color: var(--guarantee-ink);
	overflow: hidden;
}

.guarantee-shell {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 42px;
	padding-right: 42px;
	width: 100%;
}

.guarantee-hero {
	background: var(--guarantee-ink);
	color: #fff;
	padding: 110px 0 64px;
}

.guarantee-hero-grid,
.guarantee-section-heading {
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.guarantee-hero-grid > *,
.guarantee-section-heading > *,
.guarantee-claim-grid > * {
	min-width: 0;
}

.guarantee-eyebrow {
	color: var(--guarantee-mint);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.guarantee-hero h1,
.guarantee-section h2 {
	color: inherit;
	font-size: clamp(44px, 5.6vw, 82px);
	font-weight: 900;
	line-height: .94;
	margin: 0;
	max-width: 820px;
}

.guarantee-hero-copy {
	align-self: end;
}

.guarantee-hero-copy p {
	font-size: 21px;
	line-height: 1.5;
	margin: 0 0 30px;
}

.guarantee-jump-link {
	align-items: center;
	color: var(--guarantee-mint);
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.guarantee-jump-link:hover {
	color: #fff;
}

.guarantee-section {
	padding: 112px 0;
}

.guarantee-section + .guarantee-section {
	border-top: 1px solid var(--guarantee-border);
}

.guarantee-section-heading {
	align-items: end;
	margin-bottom: 55px;
}

.guarantee-section h2 {
	font-size: clamp(38px, 4.5vw, 66px);
}

.guarantee-section-heading > p {
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
}

.guarantee-table-card {
	background: var(--guarantee-card);
	border: 1px solid var(--guarantee-border);
	border-radius: 28px;
	box-shadow: 0 18px 50px rgba(24, 43, 44, .06);
	margin-top: 24px;
	overflow: hidden;
}

.guarantee-table-title {
	align-items: center;
	display: flex;
	gap: 18px;
	padding: 28px 30px 22px;
}

.guarantee-test-mark {
	align-items: center;
	border-radius: 13px;
	display: flex;
	font-size: 15px;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	letter-spacing: .05em;
	width: 60px;
}

.guarantee-test-mark-sat {
	background: var(--guarantee-mint);
}

.guarantee-test-mark-act {
	background: var(--guarantee-purple);
	color: #fff;
}

.guarantee-table-title h3 {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -.025em;
	margin: 0 0 3px;
}

.guarantee-table-title p {
	color: #687274;
	font-size: 14px;
	margin: 0;
}

.guarantee-table-scroll {
	overflow-x: auto;
}

.guarantee-table-card table {
	border-collapse: collapse;
	min-width: 760px;
	width: 100%;
}

.guarantee-table-card th,
.guarantee-table-card td {
	border-top: 1px solid #dae2e3;
	padding: 20px 28px;
	text-align: left;
}

.guarantee-table-card thead th {
	background: #e8eeee;
	color: #5e696a;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .07em;
	line-height: 1.45;
	text-transform: uppercase;
}

.guarantee-table-card tbody th span,
.guarantee-table-card tbody th small {
	display: block;
}

.guarantee-table-card tbody th span {
	font-size: 17px;
	font-weight: 900;
}

.guarantee-table-card tbody th small {
	color: #748082;
	font-size: 12px;
	font-weight: 600;
	margin-top: 3px;
}

.guarantee-table-card td {
	font-size: 16px;
}

.guarantee-table-card td strong {
	font-size: 25px;
	font-weight: 900;
}

.guarantee-table-featured th,
.guarantee-table-featured td {
	background: var(--guarantee-mint-soft);
}

.guarantee-ceiling-explainer {
	background: var(--guarantee-ink);
	border-radius: 28px;
	color: #fff;
	display: grid;
	gap: 60px;
	grid-template-columns: .7fr 1.3fr;
	margin-top: 24px;
	padding: 40px;
}

.guarantee-number {
	color: var(--guarantee-mint);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	margin-bottom: 10px;
}

.guarantee-ceiling-explainer h3 {
	color: inherit;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -.035em;
	margin: 0;
}

.guarantee-ceiling-explainer p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

.guarantee-ceiling-explainer strong {
	color: #fff;
}

.guarantee-ceiling-explainer .guarantee-example {
	color: #bfc6c6;
	font-size: 14px;
	margin-top: 12px;
}

.guarantee-remedy-section {
	background: #fff;
}

.guarantee-remedy-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guarantee-remedy-grid article {
	background: #f1f5f5;
	border: 1px solid var(--guarantee-border);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	min-height: 245px;
	padding: 25px;
}

.guarantee-remedy-grid article.guarantee-remedy-featured {
	background: var(--guarantee-ink);
	border-color: var(--guarantee-ink);
	color: #fff;
}

.guarantee-remedy-top {
	align-items: center;
	display: flex;
	font-size: 11px;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.guarantee-remedy-top strong {
	background: var(--guarantee-mint-soft);
	border-radius: 99px;
	color: #08725e;
	font-size: 10px;
	padding: 7px 10px;
}

.guarantee-remedy-grid h3 {
	color: inherit;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.12;
	margin: 54px 0 15px;
}

.guarantee-remedy-grid h3 em {
	color: var(--guarantee-mint);
	font-size: .72em;
	font-style: normal;
}

.guarantee-remedy-grid p {
	color: #606a6b;
	font-size: 14px;
	line-height: 1.55;
	margin: auto 0 0;
}

.guarantee-remedy-featured p {
	color: #cbd1d1;
}

.guarantee-remedy-note {
	align-items: flex-start;
	background: var(--guarantee-mint-soft);
	border-radius: 14px;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	line-height: 1.5;
	margin-top: 20px;
	padding: 18px 20px;
}

.guarantee-remedy-note i {
	color: #08725e;
	font-size: 18px;
	margin-top: 1px;
}

.guarantee-requirements {
	counter-reset: guarantee-req;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.guarantee-requirements li {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--guarantee-border);
	border-radius: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr;
	padding: 26px;
}

.guarantee-requirements li > span {
	align-items: center;
	background: var(--guarantee-mint);
	border-radius: 10px;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.guarantee-requirements h3 {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.001em;
	margin: 0 0 7px;
}

.guarantee-requirements p {
	color: #596465;
	font-size: 14px;
	line-height: 1.58;
	margin: 0;
}

.guarantee-claim-section {
	background: var(--guarantee-ink);
	color: #fff;
}

.guarantee-claim-grid {
	display: grid;
	gap: 90px;
	grid-template-columns: 1fr 1fr;
}

.guarantee-claim-grid h2 {
	color: inherit;
	margin-bottom: 25px;
}

.guarantee-claim-grid > div > p {
	color: #cdd2d2;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 530px;
}

.guarantee-claim-grid a {
	color: var(--guarantee-mint);
	font-weight: 800;
}

.guarantee-claim-grid ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.guarantee-claim-grid li {
	align-items: flex-start;
	border-top: 1px solid #4c4c4c;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr;
	padding: 22px 0;
}

.guarantee-claim-grid li:first-child {
	border-top: 0;
	padding-top: 0;
}

.guarantee-claim-grid li > span {
	align-items: center;
	border: 1px solid #686868;
	border-radius: 50%;
	display: flex;
	font-size: 12px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.guarantee-claim-grid strong,
.guarantee-claim-grid small {
	display: block;
}

.guarantee-claim-grid strong {
	color: #fff;
	font-size: 18px;
	margin: 3px 0 5px;
}

.guarantee-claim-grid small {
	color: #aeb6b6;
	font-size: 13px;
	line-height: 1.5;
}

.guarantee-claim-fineprint {
	border-top: 1px solid #4c4c4c;
	color: #aeb6b6;
	font-size: 12px;
	line-height: 1.6;
	margin: 38px 0 0;
	padding-top: 24px;
}

@media (max-width: 980px) {
	.guarantee-hero-grid,
	.guarantee-section-heading {
		gap: 35px;
		grid-template-columns: 1fr;
	}

	.guarantee-hero-copy {
		max-width: 720px;
	}

	.guarantee-remedy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.guarantee-claim-grid {
		gap: 55px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.guarantee-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.guarantee-hero {
		padding: 82px 0 42px;
	}

	.guarantee-hero h1 {
		font-size: 44px;
		overflow-wrap: anywhere;
	}

	.guarantee-hero-copy p {
		font-size: 17px;
	}

	.guarantee-section {
		padding: 76px 0;
	}

	.guarantee-section h2 {
		font-size: 40px;
	}

	.guarantee-section-heading {
		margin-bottom: 35px;
	}

	.guarantee-table-title {
		padding: 22px 20px 18px;
	}

	.guarantee-table-title h3 {
		font-size: 21px;
	}

	.guarantee-table-card th,
	.guarantee-table-card td {
		padding: 17px 20px;
	}

	.guarantee-ceiling-explainer {
		gap: 25px;
		grid-template-columns: 1fr;
		padding: 28px 24px;
	}

	.guarantee-remedy-grid,
	.guarantee-requirements {
		grid-template-columns: 1fr;
	}

	.guarantee-remedy-grid article {
		min-height: 220px;
	}
}
