/**
 * Badge certification hub — flytupelo.com/certification-testing-quick-links/
 */

body.tupelo-cert-hub #main-content {
	background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 42%);
}

body.tupelo-cert-hub #left-area {
	width: 100% !important;
	padding-right: 0 !important;
}

body.tupelo-cert-hub #sidebar,
body.tupelo-cert-hub .et_pb_widget,
body.tupelo-cert-hub #main-content .container:before {
	display: none !important;
}

body.tupelo-cert-hub .container {
	max-width: 920px;
}

body.tupelo-cert-hub .entry-title,
body.tupelo-cert-hub h1.entry-title {
	font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	color: #1a1f2a !important;
	margin-bottom: 0.35rem !important;
}

body.tupelo-cert-hub .post-meta,
body.tupelo-cert-hub .entry-meta {
	display: none !important;
}

.tupelo-cert {
	margin: 0.5rem 0 2.5rem;
}

.tupelo-cert__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c12336;
}

.tupelo-cert__title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.tupelo-cert__lead {
	margin: 0 0 1.15rem;
	max-width: 42rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #4a5160;
}

.tupelo-cert__path {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
	margin: 0 0 1.35rem;
}

.tupelo-cert__path-card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.05rem 1.1rem;
	border-radius: 12px;
	text-decoration: none !important;
	border: 1.5px solid transparent;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tupelo-cert__path-card:hover,
.tupelo-cert__path-card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
}

.tupelo-cert__path-card--new {
	background: #1a1f2a;
	color: #fff !important;
}

.tupelo-cert__path-card--renew {
	background: #fff;
	border-color: rgba(193, 35, 54, 0.35);
	color: #1a1f2a !important;
}

.tupelo-cert__path-label {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.tupelo-cert__path-card--new .tupelo-cert__path-label {
	color: #fff;
}

.tupelo-cert__path-card--renew .tupelo-cert__path-label {
	color: #c12336;
}

.tupelo-cert__path-copy {
	font-size: 0.88rem;
	line-height: 1.45;
	opacity: 0.88;
}

.tupelo-cert__steps {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
}

.tupelo-cert__steps li {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.55rem 0.85rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #2b3340;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tupelo-cert__steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	border-radius: 50%;
	background: #c12336;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
}

.tupelo-cert__tracks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.35rem;
}

.tupelo-cert__track {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.1rem 1.2rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.tupelo-cert__track-top {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
}

.tupelo-cert__track-num {
	flex: 0 0 auto;
	width: 2rem;
	height: 2rem;
	border-radius: 8px;
	background: rgba(193, 35, 54, 0.1);
	color: #c12336;
	font-weight: 800;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tupelo-cert__track-title {
	margin: 0 0 0.25rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1f2a;
	line-height: 1.25;
}

.tupelo-cert__track-blurb {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: #5b6472;
}

.tupelo-cert__track-actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.tupelo-cert__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0.95rem;
	border-radius: 10px;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tupelo-cert__btn:hover,
.tupelo-cert__btn:focus-visible {
	transform: translateY(-1px);
}

.tupelo-cert__btn--ghost {
	border: 1.5px solid rgba(26, 31, 42, 0.18);
	color: #1a1f2a !important;
	background: #fff;
}

.tupelo-cert__btn--ghost:hover,
.tupelo-cert__btn--ghost:focus-visible {
	border-color: #c12336;
	color: #c12336 !important;
}

.tupelo-cert__btn--solid {
	background: #1a1f2a;
	color: #fff !important;
	border: 1.5px solid #1a1f2a;
}

.tupelo-cert__btn--solid:hover,
.tupelo-cert__btn--solid:focus-visible {
	background: #c12336;
	border-color: #c12336;
}

.tupelo-cert__btn--primary {
	background: #c12336;
	border: 1.5px solid #c12336;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(193, 35, 54, 0.28);
}

.tupelo-cert__btn--primary:hover,
.tupelo-cert__btn--primary:focus-visible {
	background: #a01d2c;
	border-color: #a01d2c;
}

.tupelo-cert__cta {
	padding: 1.35rem 1.25rem;
	border-radius: 14px;
	background: linear-gradient(135deg, #1a1f2a 0%, #2c3545 100%);
	color: #fff;
	margin-bottom: 1.25rem;
}

.tupelo-cert__cta-title {
	margin: 0 0 0.35rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
}

.tupelo-cert__cta-copy {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
	max-width: 40rem;
}

.tupelo-cert__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.tupelo-cert__cta .tupelo-cert__btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff !important;
}

.tupelo-cert__cta .tupelo-cert__btn--ghost:hover,
.tupelo-cert__cta .tupelo-cert__btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff !important;
}

.tupelo-cert__help {
	margin: 0;
	font-size: 0.92rem;
	color: #5b6472;
}

.tupelo-cert__help a {
	color: #c12336;
	font-weight: 650;
	text-decoration: none;
}

.tupelo-cert__help a:hover,
.tupelo-cert__help a:focus-visible {
	text-decoration: underline;
}

@media (max-width: 980px) {
	.tupelo-cert__tracks {
		grid-template-columns: 1fr;
	}

	.tupelo-cert__path {
		grid-template-columns: 1fr;
	}

	.tupelo-cert__track-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.tupelo-cert__track-actions .tupelo-cert__btn {
		flex: 1 1 180px;
	}
}

@media (max-width: 767px) {
	.tupelo-cert__steps {
		flex-direction: column;
	}

	.tupelo-cert__steps li {
		width: 100%;
	}

	.tupelo-cert__cta-actions {
		flex-direction: column;
	}

	.tupelo-cert__cta-actions .tupelo-cert__btn {
		width: 100%;
	}
}
