.scorecard-cta-widget {
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	max-width: 360px;
	position: sticky;
	top: 100px;
}

.scorecard-cta-icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.scorecard-cta-title {
	font-size: 22px;
	font-weight: 700;
	color: #1A1A1A;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.scorecard-cta-body {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	margin: 0 0 20px 0;
}

.scorecard-cta-btn {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 18px;
	border-radius: 10px;
	text-decoration: none;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.scorecard-cta-btn:hover {
	opacity: 0.9;
	color: #FFFFFF;
}

.scorecard-cta-trust {
	font-size: 13px;
	color: #888888;
	text-align: center;
	margin-top: 12px;
}

@media (max-width: 1024px) {
	.scorecard-cta-widget {
		position: static;
		margin-top: 24px;
		margin-bottom: 24px;
		max-width: 100%;
	}
}
