.staffs-unified-checkout-card {
	--staffs-cta-accent: #00ca64;
	--staffs-cta-deep: #027f48;
	--staffs-cta-soft: #f0fff5;
	box-sizing: border-box;
	display: flow-root;
	width: 100%;
	padding: clamp(32px, 5vw, 64px);
	border: 2px solid #2b2b2b;
	border-radius: 24px;
	background: var(--staffs-cta-soft);
	text-align: center;
}

.staffs-unified-checkout-card[data-exam="ACT"] {
	--staffs-cta-accent: #00d2b2;
	--staffs-cta-soft: #eafffb;
}

.staffs-unified-checkout-eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--staffs-cta-deep);
	font-family: "adapt-variable", sans-serif;
	font-size: 16px;
	font-variation-settings: "wdth" 75, "wght" 800;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
}

.staffs-unified-checkout-card h3 {
	float: none;
	margin: 0 0 16px;
	color: #2b2b2b;
	font-family: "adapt-variable", sans-serif;
	font-size: clamp(42px, 5vw, 72px);
	font-variation-settings: "wdth" 55, "wght" 800;
	line-height: .92;
	text-transform: uppercase;
}

.staffs-unified-checkout-card > p {
	float: none;
	position: static;
	width: auto;
	max-width: 720px;
	margin: 0 auto 32px;
	color: #2b2b2b;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.45;
}

.staffs-unified-checkout-actions {
	clear: both;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.staffs-unified-checkout-actions.is-single {
	grid-template-columns: minmax(0, 440px);
	justify-content: center;
}

.staffs-unified-checkout-actions.is-single a.is-direct {
	min-height: 0;
	flex-direction: row;
	gap: 14px;
	padding: 18px 26px 17px;
	border-radius: 999px;
}

.staffs-unified-checkout-actions.is-single a.is-direct > strong {
	font-size: clamp(20px, 2vw, 25px);
	line-height: 1;
}

.staffs-unified-checkout-actions.is-single a.is-direct > b {
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	line-height: 1;
}

.staffs-unified-checkout-actions a {
	box-sizing: border-box;
	display: flex;
	float: none;
	position: static;
	width: auto;
	min-height: 132px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	padding: 24px 18px 20px;
	border: 2px solid var(--staffs-cta-deep);
	border-radius: 18px;
	background: #fff;
	color: var(--staffs-cta-deep);
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
	will-change: transform;
}

.staffs-unified-checkout-actions a > strong {
	color: inherit;
	font-size: clamp(24px, 2.2vw, 31px);
	font-variation-settings: "wdth" 65, "wght" 800;
	line-height: .95;
	text-transform: uppercase;
}

.staffs-unified-checkout-actions a > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px 7px;
	border-radius: 999px;
	background: var(--staffs-cta-soft);
	color: var(--staffs-cta-deep);
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.staffs-unified-checkout-actions a:hover,
.staffs-unified-checkout-actions a:focus-visible {
	background: var(--staffs-cta-deep);
	box-shadow: 0 10px 24px rgba(2, 127, 72, .16);
	color: #fff;
	transform: translateY(-3px);
}

.staffs-unified-checkout-actions a.is-primary {
	border-color: var(--staffs-cta-deep);
	background: var(--staffs-cta-accent);
	color: #2b2b2b;
}

.staffs-unified-checkout-actions a.is-primary > span {
	background: #2b2b2b;
	color: #fff;
}

.staffs-unified-checkout-actions a.is-primary:hover,
.staffs-unified-checkout-actions a.is-primary:focus-visible {
	background: var(--staffs-cta-deep);
	color: #fff;
}

.staffs-unified-checkout-note {
	clear: both;
	display: block;
	float: none;
	position: static;
	width: 100%;
	margin-top: 20px;
	color: #52645a;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 760px) {
	.staffs-unified-checkout-actions { grid-template-columns: 1fr; }
	.staffs-unified-checkout-actions a { min-height: 104px; }
	.staffs-unified-checkout-actions.is-single a.is-direct { min-height: 0; }
}
