:root {
	--cert-green: #103326;
	--cert-green-deep: #0b2119;
	--cert-ink: #183127;
	--cert-orange: #db762d;
	--cert-orange-deep: #bd5c1d;
	--cert-cream: #f7f5ef;
	--cert-paper: #fff;
	--cert-line: #d7d6cf;
	--cert-muted: #636b66;
}

.desiole-certifications-page {
	background: var(--cert-cream);
}

.desiole-certifications-page .desiole-site-header.is-sticky .desiole-header-main {
	position: relative !important;
	top: auto !important;
	box-shadow: none;
	animation: none;
}

.desiole-certifications-page .desiole-floating-actions,
.desiole-certifications-page .ast-scroll-top-icon,
.desiole-certifications-page #ast-scroll-top {
	display: none !important;
}

.desiole-certifications-page .desiole-site-main {
	overflow: clip;
}

.cert-page {
	color: var(--cert-ink);
	background: var(--cert-cream);
	font-size: 15px;
	line-height: 1.5;
}

.cert-page h1,
.cert-page h2,
.cert-page h3,
.cert-footer-cta h2,
.cert-site-footer h2 {
	margin: 0;
	color: inherit;
	font-weight: 800;
	letter-spacing: -.045em;
}

.cert-page p,
.cert-page ul,
.cert-page ol {
	margin-top: 0;
}

.cert-shell {
	width: min(calc(100% - 72px), 1320px);
	margin-inline: auto;
}

.cert-eyebrow {
	display: flex;
	align-items: center;
	gap: .85rem;
	margin-bottom: 1rem;
	color: var(--cert-orange);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1;
	text-transform: uppercase;
}

.cert-eyebrow::after {
	width: 44px;
	height: 1px;
	background: var(--cert-orange);
	content: "";
}

.cert-hero {
	min-height: 394px;
	background-color: var(--cert-green);
	background-image: url("../images/certifications/verification-hero-v2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.cert-hero .cert-shell {
	display: flex;
	min-height: 394px;
	align-items: center;
}

.cert-hero__copy {
	width: min(100%, 640px);
	margin-left: 40px;
	padding-block: 2.2rem;
}

.cert-hero h1 {
	max-width: 640px;
	margin-bottom: 1rem;
	color: #fff;
	font-size: clamp(3rem, 4vw, 3.4rem);
	line-height: .98;
}

.cert-hero__copy > p:not(.cert-eyebrow):not(.cert-hero__note) {
	max-width: 520px;
	margin-bottom: 1.7rem;
	color: #e8efeb;
	font-size: 1rem;
}

.cert-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.cert-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	padding: .75rem 1.35rem;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: .83rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.cert-button:hover {
	transform: translateY(-2px);
}

.cert-button .desiole-home-icon {
	width: 17px;
	height: 17px;
}

.cert-button--accent {
	border-color: var(--cert-orange);
	background: var(--cert-orange);
	color: #fff;
}

.cert-button--accent:hover {
	border-color: var(--cert-orange-deep);
	background: var(--cert-orange-deep);
	color: #fff;
}

.cert-button--outline {
	border-color: rgba(255, 255, 255, .74);
	background: transparent;
	color: #fff;
}

.cert-button--outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.cert-button--light {
	border-color: #fff;
	background: #fff;
	color: #171d19;
}

.cert-button--light:hover {
	border-color: #f4eee7;
	background: #f4eee7;
	color: #171d19;
}

.cert-hero__note {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin: 1.2rem 0 0;
	color: #e8efe9;
	font-size: .76rem;
}

.cert-hero__note .desiole-home-icon {
	width: 18px;
	height: 18px;
	filter: invert(56%) sepia(71%) saturate(1648%) hue-rotate(342deg) brightness(95%);
}

.cert-scopes {
	padding-block: 2.5rem 2.6rem;
	background: var(--cert-paper);
}

.cert-scopes__layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 3rem;
	padding-inline: 40px;
}

.cert-section-intro {
	position: relative;
	padding-right: 2rem;
}

.cert-section-intro::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: var(--cert-orange);
	content: "";
	opacity: .72;
}

.cert-section-intro h2 {
	max-width: 260px;
	margin-bottom: 1rem;
	font-size: 1.95rem;
	line-height: .99;
}

.cert-section-intro > p:last-child {
	margin: 0;
	color: var(--cert-muted);
	font-size: .85rem;
}

.cert-scope-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.5rem;
}

.cert-scope {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	color: var(--cert-ink);
	text-align: center;
	text-decoration: none;
}

.cert-icon-ring {
	display: grid;
	width: 68px;
	height: 68px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid #2f463c;
	border-radius: 50%;
}

.cert-icon-ring .desiole-home-icon {
	width: 34px;
	height: 34px;
}

.cert-scope strong {
	margin-top: .85rem;
	font-size: 1rem;
}

.cert-scope small {
	min-height: 62px;
	margin-top: .45rem;
	color: var(--cert-muted);
	font-size: .72rem;
	line-height: 1.4;
}

.cert-scope__link {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	margin-top: auto;
	padding-top: .8rem;
	font-size: .73rem;
	font-weight: 800;
}

.cert-scope__link .desiole-home-icon {
	width: 15px;
	height: 15px;
	transition: transform .2s ease;
}

.cert-scope:hover .cert-scope__link .desiole-home-icon {
	transform: translateX(3px);
}

.cert-library {
	padding-bottom: 0;
	background: var(--cert-paper);
	color: #fff;
}

.cert-library > .cert-shell {
	padding: 1.9rem 2.9rem 1rem;
	border-radius: 8px 8px 0 0;
	background: var(--cert-green);
}

.cert-library__heading {
	margin-bottom: 1rem;
}

.cert-library__heading h2 {
	color: #fff;
	font-size: clamp(2rem, 3vw, 3rem);
}

.cert-record-table {
	border-top: 1px solid rgba(255, 255, 255, .36);
}

.cert-record-table__head,
.cert-record {
	display: grid;
	grid-template-columns: 1.05fr .82fr 1.2fr .72fr;
	gap: 1.5rem;
}

.cert-record-table__head {
	padding: .65rem 0;
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
}

.cert-record {
	align-items: center;
	min-height: 90px;
	padding-block: .75rem;
	border-top: 1px solid rgba(255, 255, 255, .28);
	scroll-margin-top: 1rem;
}

.cert-record__type {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
}

.cert-record .cert-icon-ring {
	width: 58px;
	height: 58px;
	border-color: rgba(255, 255, 255, .55);
}

.cert-record .cert-icon-ring .desiole-home-icon {
	width: 30px;
	height: 30px;
	filter: invert(1);
}

.cert-record__type strong {
	display: block;
	margin-bottom: .28rem;
	color: #fff;
	font-size: 1.03rem;
}

.cert-record__type small,
.cert-record > p,
.cert-record__availability span {
	display: block;
	margin: 0;
	color: #d7e1dc;
	font-size: .72rem;
	line-height: 1.45;
}

.cert-record ul {
	display: grid;
	gap: .3rem;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.cert-record li {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: #eef3f0;
	font-size: .72rem;
}

.cert-record li .desiole-home-icon {
	width: 15px;
	height: 15px;
	filter: invert(56%) sepia(70%) saturate(1519%) hue-rotate(341deg) brightness(96%);
}

.cert-record__availability a {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	margin-top: .45rem;
	color: var(--cert-orange);
	font-size: .75rem;
	font-weight: 800;
	text-decoration: none;
}

.cert-record__availability a .desiole-home-icon {
	width: 14px;
	height: 14px;
	filter: invert(56%) sepia(70%) saturate(1519%) hue-rotate(341deg) brightness(96%);
}

.cert-library__note {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin: .65rem 0 0;
	padding-top: .75rem;
	border-top: 1px solid rgba(255, 255, 255, .28);
	color: #cbd7d1;
	font-size: .7rem;
}

.cert-library__note .desiole-home-icon {
	width: 17px;
	height: 17px;
	filter: invert(56%) sepia(70%) saturate(1519%) hue-rotate(341deg) brightness(96%);
}

.cert-complete {
	background: var(--cert-paper);
}

.cert-complete__layout {
	display: grid;
	min-height: 235px;
	grid-template-columns: 1fr 1.08fr;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	background: #f8f6f1;
}

.cert-complete__image {
	min-height: 235px;
	margin: 0;
}

.cert-complete__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cert-complete__copy {
	align-self: center;
	padding: 1.5rem 3.2rem;
}

.cert-complete__copy h2 {
	margin-bottom: .65rem;
	font-size: clamp(1.8rem, 2.8vw, 2.55rem);
}

.cert-complete__copy > p:not(.cert-eyebrow) {
	margin-bottom: 1.3rem;
	color: var(--cert-muted);
}

.cert-complete__copy ul,
.cert-checklist ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .65rem 1.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cert-complete__copy li,
.cert-checklist li {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	color: #48544e;
	font-size: .75rem;
}

.cert-complete__copy li .desiole-home-icon,
.cert-checklist li .desiole-home-icon {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	filter: invert(56%) sepia(70%) saturate(1519%) hue-rotate(341deg) brightness(96%);
}

.cert-process {
	padding-block: 1.2rem;
	background: var(--cert-paper);
}

.cert-process > .cert-shell {
	padding: 1.15rem 3rem 1.35rem;
	border: 1px solid #e5e2db;
	border-radius: 6px;
	background: #fbfaf7;
}

.cert-process header {
	margin-bottom: .85rem;
}

.cert-process header h2 {
	font-size: 2rem;
}

.cert-process ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cert-process li {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: start;
	gap: 1rem;
}

.cert-process li:not(:last-child)::after {
	position: absolute;
	top: 21px;
	right: -3rem;
	width: 2rem;
	height: 1px;
	background: var(--cert-orange);
	content: "";
}

.cert-process li > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--cert-green);
	color: #fff;
	font-weight: 800;
}

.cert-process h3 {
	margin-bottom: .45rem;
	font-size: 1rem;
}

.cert-process li p {
	margin: 0;
	color: var(--cert-muted);
	font-size: .74rem;
	line-height: 1.45;
}

.cert-diligence {
	padding-bottom: 1.2rem;
	background: var(--cert-paper);
}

.cert-diligence__layout {
	display: grid;
	grid-template-columns: .92fr 1.2fr;
	border: 1px solid #e6e2da;
	border-radius: 6px;
	overflow: hidden;
}

.cert-checklist {
	padding: .95rem 3rem;
	background: #fbfaf7;
}

.cert-checklist h2 {
	margin-bottom: 1.1rem;
	font-size: 2rem;
}

.cert-checklist ul {
	grid-template-columns: 1fr;
	gap: .55rem;
}

.cert-document-request {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	align-items: center;
	gap: 1.6rem;
	padding: .95rem 3rem;
	background: var(--cert-green);
	color: #fff;
}

.cert-document-request__icon {
	display: grid;
	width: 82px;
	height: 82px;
	place-items: center;
	border: 1px solid var(--cert-orange);
	border-radius: 50%;
}

.cert-document-request__icon .desiole-home-icon {
	width: 42px;
	height: 42px;
	filter: invert(56%) sepia(70%) saturate(1519%) hue-rotate(341deg) brightness(96%);
}

.cert-document-request h2 {
	max-width: 490px;
	margin-bottom: .6rem;
	color: #fff;
	font-size: 1.7rem;
}

.cert-document-request > div > p {
	max-width: 530px;
	margin-bottom: 1.15rem;
	color: #d6e0db;
	font-size: .83rem;
}

.cert-document-request .cert-actions {
	gap: .8rem;
}

.cert-document-request .cert-button {
	min-height: 44px;
	padding-inline: 1.1rem;
	font-size: .76rem;
}

.cert-document-request__note {
	display: flex;
	align-items: center;
	gap: .45rem;
	margin: .8rem 0 0 !important;
	font-size: .7rem !important;
}

.cert-document-request__note .desiole-home-icon {
	width: 15px;
	height: 15px;
	filter: invert(56%) sepia(70%) saturate(1519%) hue-rotate(341deg) brightness(96%);
}

.cert-faq {
	padding-block: .4rem .85rem;
	background: var(--cert-paper);
}

.cert-faq__layout {
	display: grid;
	grid-template-columns: 285px minmax(0, 1fr);
	gap: 3rem;
	padding: 1rem 3rem;
	border: 1px solid #e6e2da;
	border-radius: 6px;
	background: #fbfaf7;
}

.cert-faq header h2 {
	font-size: 2rem;
}

.cert-faq details {
	border-bottom: 1px solid #c8cbc7;
}

.cert-faq summary {
	position: relative;
	padding: .48rem 2rem .48rem 0;
	color: #303b35;
	font-size: .85rem;
	cursor: pointer;
	list-style: none;
}

.cert-faq summary::-webkit-details-marker {
	display: none;
}

.cert-faq summary::after {
	position: absolute;
	top: .4rem;
	right: .2rem;
	color: var(--cert-ink);
	content: "+";
	font-size: 1.15rem;
}

.cert-faq details[open] summary::after {
	content: "−";
}

.cert-faq details p {
	max-width: 780px;
	margin: 0;
	padding: 0 2rem .8rem 0;
	color: var(--cert-muted);
	font-size: .78rem;
}

.cert-footer-cta {
	background: var(--cert-orange);
	color: #fff;
}

.cert-footer-cta__inner {
	display: grid;
	min-height: 112px;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.6rem;
}

.cert-footer-cta__icon {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
}

.cert-footer-cta__icon .desiole-home-icon {
	width: 32px;
	height: 32px;
	filter: invert(1);
}

.cert-footer-cta h2 {
	margin-bottom: .35rem;
	color: #fff;
	font-size: clamp(1.8rem, 2.7vw, 2.7rem);
}

.cert-footer-cta p {
	margin: 0;
	color: #fff3e9;
	font-size: .78rem;
}

.cert-footer-cta__actions {
	display: flex;
	align-items: center;
	gap: .8rem;
}

.cert-footer-cta .cert-button {
	min-height: 45px;
	padding-inline: 1.05rem;
	font-size: .75rem;
}

.cert-site-footer {
	padding: 1.25rem 0 .6rem;
	background: #151917;
	color: #bdc4c0;
	font-size: .68rem;
}

.cert-site-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr repeat(4, 1fr);
	gap: 2rem;
}

.cert-site-footer__brand > p {
	max-width: 270px;
	margin: .7rem 0;
	color: #c5ccc8;
	line-height: 1.55;
}

.cert-site-footer h2 {
	margin-bottom: .65rem;
	color: #fff;
	font-size: .9rem;
	letter-spacing: -.01em;
}

.cert-site-footer ul {
	display: grid;
	gap: .28rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cert-site-footer a {
	color: #bdc4c0;
	text-decoration: none;
}

.cert-site-footer a:hover {
	color: #fff;
}

.cert-site-footer__brand li {
	display: flex;
	align-items: flex-start;
	gap: .5rem;
}

.cert-site-footer__brand li .desiole-home-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	filter: invert(56%) sepia(70%) saturate(1519%) hue-rotate(341deg) brightness(96%);
}

.cert-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: .9rem;
	padding-top: .7rem;
	border-top: 1px solid #373d3a;
	color: #8f9893;
	font-size: .68rem;
}

.cert-site-footer__bottom p {
	margin: 0;
}

.cert-site-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}

@media (max-width: 1100px) {
	.cert-shell {
		width: min(calc(100% - 48px), 960px);
	}

	.cert-scope-grid {
		gap: .9rem;
	}

	.cert-scopes__layout {
		padding-inline: 20px;
	}

	.cert-record-table__head,
	.cert-record {
		grid-template-columns: 1.05fr .7fr 1.15fr .72fr;
		gap: 1rem;
	}

	.cert-library > .cert-shell {
		padding-inline: 2rem;
	}

	.cert-complete__copy {
		padding-inline: 2.2rem;
	}

	.cert-process ol {
		gap: 2.5rem;
	}

	.cert-process li:not(:last-child)::after {
		right: -2rem;
		width: 1.4rem;
	}

	.cert-document-request {
		grid-template-columns: 72px minmax(0, 1fr);
		padding-inline: 2rem;
	}

	.cert-document-request__icon {
		width: 68px;
		height: 68px;
	}

	.cert-footer-cta__inner {
		grid-template-columns: 64px minmax(0, 1fr);
		padding-block: 1.5rem;
	}

	.cert-footer-cta__actions {
		grid-column: 2;
	}

	.cert-site-footer__grid {
		grid-template-columns: 1.4fr repeat(2, 1fr);
	}
}

@media (max-width: 820px) {
	.cert-hero,
	.cert-hero .cert-shell {
		min-height: 500px;
	}

	.cert-hero {
		background-position: 58% center;
	}

	.cert-hero__copy {
		max-width: 500px;
		margin-left: 0;
	}

	.cert-scopes__layout {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding-inline: 0;
	}

	.cert-section-intro {
		padding-right: 0;
	}

	.cert-section-intro::after {
		display: none;
	}

	.cert-section-intro h2 {
		max-width: 430px;
	}

	.cert-scope-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem 1.2rem;
	}

	.cert-record-table__head {
		display: none;
	}

	.cert-record {
		grid-template-columns: 1fr 1fr;
		padding-block: 1.5rem;
	}

	.cert-record__type {
		grid-column: 1 / -1;
	}

	.cert-complete__layout {
		grid-template-columns: 1fr;
	}

	.cert-complete__image {
		min-height: 310px;
	}

	.cert-complete__copy {
		padding-block: 2.6rem;
	}

	.cert-process ol {
		grid-template-columns: 1fr;
		gap: 1.7rem;
	}

	.cert-process li:not(:last-child)::after {
		display: none;
	}

	.cert-diligence__layout {
		grid-template-columns: 1fr;
	}

	.cert-faq__layout {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

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

	.cert-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.cert-shell {
		width: min(calc(100% - 32px), 520px);
	}

	.cert-page {
		font-size: 14px;
	}

	.cert-hero,
	.cert-hero .cert-shell {
		min-height: 520px;
	}

	.cert-hero {
		background-position: 64% center;
	}

	.cert-hero::before {
		position: absolute;
		inset: 0;
		background: rgba(7, 29, 21, .32);
		content: "";
	}

	.cert-hero {
		position: relative;
	}

	.cert-hero .cert-shell {
		position: relative;
		z-index: 1;
	}

	.cert-hero h1 {
		font-size: clamp(2.75rem, 14vw, 4rem);
	}

	.cert-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.cert-button {
		width: 100%;
	}

	.cert-scope-grid {
		grid-template-columns: 1fr 1fr;
	}

	.cert-scope small {
		min-height: 0;
	}

	.cert-library > .cert-shell {
		width: 100%;
		padding-inline: 1rem;
		border-radius: 0;
	}

	.cert-record {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.cert-record__type {
		grid-column: auto;
	}

	.cert-complete__layout {
		width: 100%;
		border-radius: 0;
	}

	.cert-complete__image {
		min-height: 245px;
	}

	.cert-complete__copy {
		padding: 2.2rem 1rem;
	}

	.cert-complete__copy ul {
		grid-template-columns: 1fr;
	}

	.cert-process > .cert-shell,
	.cert-checklist,
	.cert-document-request,
	.cert-faq__layout {
		padding: 2rem 1rem;
	}

	.cert-diligence__layout {
		width: 100%;
		border-radius: 0;
	}

	.cert-document-request {
		grid-template-columns: 1fr;
	}

	.cert-document-request__icon {
		width: 64px;
		height: 64px;
	}

	.cert-footer-cta__inner {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding-block: 2rem;
		text-align: center;
	}

	.cert-footer-cta__icon {
		margin-inline: auto;
	}

	.cert-footer-cta__actions {
		grid-column: auto;
		flex-direction: column;
	}

	.cert-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.cert-site-footer__brand {
		grid-column: auto;
	}

	.cert-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cert-button,
	.cert-scope__link .desiole-home-icon {
		transition: none;
	}
}
