.codes-guarantee-page {
	background: #f1f4f7;
	color: #1a1f36;
}

.codes-guarantee__container {
	max-width: 1320px;
}

.codes-guarantee__hero {
	overflow: hidden;
	padding: 46px 0 0;
	background: #fff;
	border-bottom: 1px solid #dce2ea;
}

.codes-guarantee__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 42px;
	color: #667085;
	font-size: 14px;
}

.codes-guarantee__breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.codes-guarantee__breadcrumb i {
	font-size: 10px;
}

.codes-guarantee__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: #147a4e;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.codes-guarantee__eyebrow i {
	font-size: 18px;
}

.codes-guarantee__hero h1 {
	max-width: 700px;
	margin: 0 0 20px;
	font-size: clamp(2.35rem, 5vw, 4rem);
	font-weight: 780;
	line-height: 1.05;
	letter-spacing: -.045em;
}

.codes-guarantee__lead {
	max-width: 700px;
	margin-bottom: 28px;
	color: #5c6578;
	font-size: 18px;
	line-height: 1.65;
}

.codes-guarantee__promise {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: #1a1f36;
	font-size: 17px;
	font-weight: 750;
}

.codes-guarantee__promise i {
	color: #20bb73;
	font-size: 22px;
}

.codes-guarantee__hero-image {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-left: auto;
	margin-top: -12px;
	object-fit: contain;
}

.codes-guarantee__tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 38px;
	border-top: 1px solid #e5e8ed;
}

.codes-guarantee__tabs a {
	position: relative;
	padding: 17px 10px 16px;
	color: #4e576a;
	font-size: 13px;
	font-weight: 650;
	text-align: center;
	text-decoration: none;
}

.codes-guarantee__tabs a:hover,
.codes-guarantee__tabs a.active {
	color: #126b45;
}

.codes-guarantee__tabs a.active::after {
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: #20bb73;
	content: "";
}

.codes-guarantee__cta,
.codes-guarantee__report-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 6px;
	background: #20bb73;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.codes-guarantee__cta:hover,
.codes-guarantee__report-btn:hover {
	background: #17a965;
	color: #fff;
}

.codes-guarantee__seal {
	display: flex;
	align-items: center;
	justify-content: center;
}

.codes-guarantee__seal-ring {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 280px;
	border: 14px solid #d8f5e8;
	border-radius: 50%;
	background: #eafaf2;
	box-shadow: inset 0 0 0 2px #20bb73, 0 24px 60px rgba(32, 187, 115, .17);
	color: #126b45;
	text-align: center;
}

.codes-guarantee__seal-ring > i {
	margin-bottom: 10px;
	font-size: 48px;
}

.codes-guarantee__seal-ring strong {
	font-size: 30px;
	line-height: 1.05;
}

.codes-guarantee__seal-ring span {
	margin-top: 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.codes-guarantee__intro {
	padding-top: 38px;
}

.codes-guarantee__intro-card {
	padding: 30px 34px;
	border: 1px solid #d8dee8;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(26, 31, 54, .08);
}

.codes-guarantee__intro-card h2 {
	margin: 0 0 12px;
	font-size: 1.5rem;
	font-weight: 750;
}

.codes-guarantee__intro-card p {
	margin: 0;
	color: #5c6578;
	font-size: 16px;
	line-height: 1.75;
}

.codes-guarantee__steps,
.codes-guarantee__standards,
.codes-guarantee__report,
.codes-guarantee__faq {
	padding: 72px 0;
}

.codes-guarantee__section-head {
	margin-bottom: 34px;
	text-align: center;
}

.codes-guarantee__section-head > span,
.codes-guarantee__report-card > div > span {
	color: #147a4e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.codes-guarantee__section-head h2 {
	margin: 7px 0 0;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 750;
	letter-spacing: -.025em;
}

.codes-guarantee__step {
	position: relative;
	height: 100%;
	padding: 30px;
	border: 1px solid #d8dee8;
	border-radius: 10px;
	background: #fff;
}

.codes-guarantee__step-number {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #d8f5e8;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
}

.codes-guarantee__step > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: #e8f8f0;
	color: #147a4e;
	font-size: 23px;
}

.codes-guarantee__step h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 750;
}

.codes-guarantee__step p {
	margin: 0;
	color: #667085;
	line-height: 1.65;
}

.codes-guarantee__standards {
	background: #fff;
}

.codes-guarantee__checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.codes-guarantee__checklist li {
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
	color: #5c6578;
	line-height: 1.6;
}

.codes-guarantee__checklist i {
	flex-shrink: 0;
	margin-top: 2px;
	color: #20bb73;
	font-size: 18px;
}

.codes-guarantee__checklist strong {
	color: #1a1f36;
}

.codes-guarantee__limits {
	padding: 30px;
	border-radius: 10px;
	background: #f1f8f5;
}

.codes-guarantee__limits > i {
	color: #147a4e;
	font-size: 28px;
}

.codes-guarantee__limits h2 {
	margin: 12px 0;
	font-size: 1.35rem;
	font-weight: 750;
}

.codes-guarantee__limits p,
.codes-guarantee__limits li {
	color: #5c6578;
	line-height: 1.65;
}

.codes-guarantee__report {
	padding-bottom: 0;
}

.codes-guarantee__report-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 34px 38px;
	border-radius: 10px;
	background: #1a1f36;
	color: #fff;
}

.codes-guarantee__report-card h2 {
	margin: 6px 0 8px;
	font-size: 1.55rem;
	font-weight: 750;
}

.codes-guarantee__report-card p {
	max-width: 720px;
	margin: 0;
	color: #c9cfdb;
}

.codes-guarantee__report-btn {
	flex-shrink: 0;
}

.codes-guarantee__accordion {
	max-width: 860px;
	margin: 0 auto;
}

.codes-guarantee__accordion .accordion-item {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
}

.codes-guarantee__accordion .accordion-button {
	padding: 18px 20px;
	font-weight: 700;
}

.codes-guarantee__accordion .accordion-button:not(.collapsed) {
	background: #e8f8f0;
	color: #126b45;
	box-shadow: none;
}

.codes-guarantee__accordion .accordion-body {
	color: #5c6578;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.codes-guarantee__container {
		padding-right: 12px;
		padding-left: 12px;
	}

	.codes-guarantee__hero {
		padding: 18px 0 0;
	}

	.codes-guarantee__breadcrumb {
		margin-bottom: 26px;
	}

	.codes-guarantee__hero h1 {
		font-size: 2.25rem;
	}

	.codes-guarantee__lead {
		font-size: 16px;
	}

	.codes-guarantee__hero-image {
		max-width: 420px;
		margin: 0 auto;
	}

	.codes-guarantee__tabs {
		display: flex;
		overflow-x: auto;
		margin-top: 24px;
		scrollbar-width: none;
	}

	.codes-guarantee__tabs::-webkit-scrollbar {
		display: none;
	}

	.codes-guarantee__tabs a {
		flex: 0 0 auto;
		min-width: 150px;
		white-space: nowrap;
	}

	.codes-guarantee__intro {
		padding-top: 18px;
	}

	.codes-guarantee__intro-card,
	.codes-guarantee__step,
	.codes-guarantee__limits {
		padding: 24px 20px;
	}

	.codes-guarantee__steps,
	.codes-guarantee__standards,
	.codes-guarantee__report,
	.codes-guarantee__faq {
		padding: 48px 0;
	}

	.codes-guarantee__report {
		padding-bottom: 0;
	}

	.codes-guarantee__report-card {
		display: block;
		padding: 28px 22px;
	}

	.codes-guarantee__report-btn {
		margin-top: 22px;
	}
}
