.sf-cta {
	--sf-ink: #14171a;
	--sf-body: #4d5358;
	--sf-muted: #6b7177;
	--sf-border: #d4d8db;
	--sf-red: #ef4723;
	--sf-red-hover: #cb3c1e;
	--sf-bg: #fff;
	--sf-warm-bg: #fff8f5;
	--sf-warm-border: #f0c5b6;
	--sf-radius: 4px;
	--sf-font-head: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--sf-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background: var(--sf-bg);
	border: 1px solid var(--sf-border);
	border-radius: var(--sf-radius);
	box-sizing: border-box;
	color: var(--sf-body);
}

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

.sf-cta__accent {
	background: var(--sf-red);
}

.sf-cta__label {
	color: var(--sf-muted);
	display: block;
	font-family: var(--sf-font-head);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.sf-cta__headline {
	color: var(--sf-ink);
	font-family: var(--sf-font-head);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 7px;
}

.sf-cta__body {
	color: var(--sf-body);
	font-family: var(--sf-font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	max-width: 560px;
}

.sf-cta__trust {
	color: var(--sf-muted);
	font-family: var(--sf-font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	margin: 9px 0 0;
	max-width: 560px;
}

.sf-cta a.sf-cta__btn,
.sf-cta__btn {
	align-items: center;
	background: var(--sf-red);
	border: 1.5px solid var(--sf-red);
	border-radius: var(--sf-radius);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--sf-font-head);
	font-size: 15px;
	font-weight: 600;
	gap: 9px;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 12px 22px;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.05s ease;
	white-space: nowrap;
}

.sf-cta a.sf-cta__btn:hover,
.sf-cta a.sf-cta__btn:focus,
.sf-cta__btn:hover,
.sf-cta__btn:focus {
	background: var(--sf-red-hover);
	border-color: var(--sf-red-hover);
	color: #fff !important;
}

.sf-cta__btn:active {
	transform: scale(0.99);
}

.sf-cta__btn:focus-visible {
	outline: 2px solid var(--sf-red);
	outline-offset: 2px;
}

.sf-cta a.sf-cta__btn .sf-cta__arrow,
.sf-cta a.sf-cta__btn .sf-cta__btn-text,
.sf-cta__btn-text,
.sf-cta__arrow {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff !important;
}

.sf-cta__arrow {
	font-size: 17px;
	line-height: 1;
	transform: translateY(0.5px);
}

.sf-cta--rail {
	align-items: center;
	background: linear-gradient(90deg, #fff2ed 0%, #fff 58%, #fff 100%);
	border-color: var(--sf-warm-border);
	box-shadow: 0 14px 32px rgba(20, 23, 26, 0.08);
	display: flex;
	margin: 34px 0;
	overflow: hidden;
	text-align: left;
}

.sf-cta--rail .sf-cta__accent {
	align-self: stretch;
	flex: 0 0 7px;
}

.sf-cta--rail .sf-cta__main {
	flex: 1 1 auto;
	padding: 23px 30px;
}

.sf-cta--rail .sf-cta__cta {
	flex: 0 0 auto;
	padding: 23px 30px 23px 10px;
}

.sf-cta--rail .sf-cta__label {
	color: #8b2f1d;
	font-weight: 700;
}

.sf-cta--rail .sf-cta__headline {
	font-size: 22px;
}

.sf-cta--rail .sf-cta__body {
	font-size: 16px;
}

.sf-cta--rail-card {
	margin: 0 0 28px;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

.sf-cta--rail-card .sf-cta__accent {
	display: block;
	height: 4px;
	width: 100%;
}

.sf-cta--rail-card .sf-cta__main {
	padding: 24px 24px 0;
}

.sf-cta--rail-card .sf-cta__cta {
	padding: 18px 24px 24px;
}

.sf-cta--rail-card .sf-cta__headline {
	font-size: 19px;
}

.sf-cta--rail-card .sf-cta__btn {
	justify-content: center;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

@media (max-width: 640px) {
	.sf-cta--rail {
		align-items: stretch;
		flex-direction: column;
	}

	.sf-cta--rail .sf-cta__accent {
		flex-basis: 4px;
		height: 4px;
		width: 100%;
	}

	.sf-cta--rail .sf-cta__main {
		padding: 18px 20px 0;
	}

	.sf-cta--rail .sf-cta__cta {
		padding: 14px 20px 18px;
	}

	.sf-cta--rail .sf-cta__btn {
		justify-content: center;
		width: 100%;
	}
}
