.sier-smart-cta {
	--sier-smart-ink: #172033;
	--sier-smart-muted: #526173;
	--sier-smart-line: #d7dfe9;
	--sier-smart-paper: #f6f8fb;
	--sier-smart-navy: #19448e;
	--sier-smart-navy-dark: #12366f;
	background: #ffffff;
	border: 1px solid var(--sier-smart-line);
	border-left: 4px solid var(--sier-smart-navy);
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(23, 32, 51, 0.07);
	box-sizing: border-box;
	color: var(--sier-smart-ink);
	font-family: inherit;
	margin: 28px 0 34px;
	overflow: hidden;
	padding: 20px 22px 17px;
}

.sier-smart-cta *,
.sier-smart-cta *::before,
.sier-smart-cta *::after {
	box-sizing: border-box;
}

.sier-smart-cta__topline {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 11px;
}

.sier-smart-cta__label {
	color: var(--sier-smart-navy);
	font-family: inherit;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.sier-smart-cta__pr {
	border: 1px solid #ccd4df;
	border-radius: 3px;
	color: #5b687a;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 4px 6px;
}

.sier-smart-cta__eyebrow {
	color: var(--sier-smart-navy-dark);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 0 4px;
}

.sier-smart-cta__title {
	color: var(--sier-smart-ink);
	font-size: clamp(1.08rem, 2.2vw, 1.32rem);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.48;
	margin: 0;
}

.sier-smart-cta__lead {
	color: var(--sier-smart-muted);
	font-size: 0.89rem;
	line-height: 1.72;
	margin: 8px 0 0;
}

.sier-smart-cta__choices {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 16px;
}

.sier-smart-cta__choice {
	background: #ffffff;
	border: 1px solid var(--sier-smart-line);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 14px;
	position: relative;
}

.sier-smart-cta__choice--primary {
	background: var(--sier-smart-paper);
	border-top: 3px solid var(--sier-smart-navy);
	padding-top: 12px;
}

.sier-smart-cta__number {
	color: #aab5c4;
	font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	font-size: 0.7rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	position: absolute;
	right: 13px;
	top: 14px;
}

.sier-smart-cta__choice-copy {
	min-width: 0;
}

.sier-smart-cta__badge {
	color: var(--sier-smart-navy-dark);
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.35;
	max-width: calc(100% - 32px);
	padding: 0 0 3px;
	position: relative;
}

.sier-smart-cta__badge::after {
	background: #c9d6e9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.sier-smart-cta__service {
	color: var(--sier-smart-ink);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 7px 0 0;
	overflow-wrap: anywhere;
}

.sier-smart-cta__fit {
	color: var(--sier-smart-muted);
	font-size: 0.78rem;
	line-height: 1.58;
	margin: 4px 0 12px;
}

.sier-smart-cta__button {
	align-items: center;
	background: var(--sier-smart-navy);
	border: 1px solid var(--sier-smart-navy);
	border-radius: 4px;
	color: #ffffff !important;
	display: flex;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 8px;
	justify-content: space-between;
	line-height: 1.4;
	margin-top: auto;
	min-height: 44px;
	padding: 9px 12px;
	text-align: left;
	text-decoration: none !important;
	transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
	width: 100%;
}

.sier-smart-cta__choice--secondary .sier-smart-cta__button {
	background: #ffffff;
	color: var(--sier-smart-navy-dark) !important;
}

.sier-smart-cta__arrow {
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 1;
}

@media (hover: hover) {
	.sier-smart-cta__button:hover {
		background: var(--sier-smart-navy-dark);
		border-color: var(--sier-smart-navy-dark);
		color: #ffffff !important;
	}
}

.sier-smart-cta__button:focus-visible {
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #f0a327;
	outline: 0;
}

.sier-smart-cta__note {
	border-top: 1px solid #e3e8ef;
	color: #697688;
	font-size: 0.69rem;
	line-height: 1.6;
	margin: 14px 0 0;
	padding-top: 9px;
}

.sier-smart-cta__screen-reader {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 680px) {
	.sier-smart-cta {
		border-left-width: 3px;
		margin: 24px 0 30px;
		padding: 17px 14px 14px;
	}

	.sier-smart-cta__choices {
		grid-template-columns: 1fr;
	}

	.sier-smart-cta__choice {
		padding: 13px;
	}

	.sier-smart-cta__choice--primary {
		padding-top: 11px;
	}

	.sier-smart-cta__lead {
		font-size: 0.85rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sier-smart-cta__button {
		transition: none;
	}
}

@media print {
	.sier-smart-cta {
		box-shadow: none;
	}
}
