.cg-fcta {
	--cg-fcta-accent: #b4202a;
	--cg-fcta-bg: #f7f7f8;
	--cg-fcta-card-border: #e7e7ea;
	--cg-fcta-text: #111111;
	--cg-fcta-muted: #6b6f76;
	--cg-fcta-font-heading: "DM Sans", sans-serif;
	--cg-fcta-font-body: "Inter", sans-serif;
	background: var(--cg-fcta-bg);
	padding: 48px 20px;
	text-align: center;
}

.cg-fcta,
.cg-fcta *,
.cg-fcta *::before,
.cg-fcta *::after {
	box-sizing: border-box;
}

.cg-fcta__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.cg-fcta__title {
	margin: 0 0 32px;
	font-family: var(--cg-fcta-font-heading);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--cg-fcta-text);
}

.cg-fcta__title::after,
.cg-fcta__card-title::after {
	content: "";
	display: block;
	height: 3px;
	border-radius: 2px;
	background: var(--cg-fcta-accent);
}

.cg-fcta__title::after {
	width: 60px;
	margin: 12px auto 0;
}

.cg-fcta__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.cg-fcta__card {
	background: #ffffff;
	border: 1px solid var(--cg-fcta-card-border);
	border-radius: 14px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
	padding: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cg-fcta__card,
.cg-fcta__card p,
.cg-fcta__card label,
.cg-fcta__card input,
.cg-fcta__card button,
.cg-fcta__card a,
.cg-fcta__card span,
.cg-fcta__card div {
	font-family: var(--cg-fcta-font-body);
}

.cg-fcta__card-title {
	margin: 0 0 14px;
	font-family: var(--cg-fcta-font-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--cg-fcta-text);
}

.cg-fcta__card-title::after {
	width: 42px;
	margin: 8px auto 0;
}

.cg-fcta__news-badge,
.cg-fcta__rev-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font: 700 14px/1.2 var(--cg-fcta-font-body);
	padding: 6px 14px;
	margin: 0 0 14px;
}

.cg-fcta__news-badge {
	color: #8a1f28;
	background: #faeef0;
	border: 1px solid #f1c8ce;
	border-radius: 999px;
}

.cg-fcta__news-badge-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--cg-fcta-accent);
}

.cg-fcta__rev-badge {
	color: var(--cg-fcta-accent);
	background: #fcecec;
	border: 1px solid #f5c4c8;
	border-radius: 6px;
}

.cg-fcta__bullets {
	width: 100%;
	max-width: 420px;
	margin: 8px 0 16px;
	text-align: left;
	font: 400 14px/1.55 var(--cg-fcta-font-body);
	color: var(--cg-fcta-muted);
}

.cg-fcta__bullets p {
	margin: 6px 0;
}

.cg-fcta__bullets p::before {
	content: "\2713";
	margin-right: 8px;
	color: var(--cg-fcta-accent);
	font-weight: 700;
}

.cg-fcta__form {
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cg-fcta__field input {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	min-height: 46px;
	border: 1px solid #d7d8db;
	border-radius: 8px;
	padding: 10px 12px 10px 40px;
	font: 400 14px/1.2 var(--cg-fcta-font-body);
	color: var(--cg-fcta-text);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 18px;
}

.cg-fcta__field input:focus {
	outline: none;
	border-color: var(--cg-fcta-accent);
	box-shadow: 0 0 0 1px rgba(180, 32, 42, 0.2);
}

.cg-fcta__field:first-of-type input {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4202A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21v-2a4 4 0 0 0-3-3.87'/><path d='M4 21v-2a4 4 0 0 1 3-3.87'/><circle cx='12' cy='7' r='4'/></svg>");
}

.cg-fcta__field:nth-of-type(2) input {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4202A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2' ry='2'/><polyline points='22,6 12,13 2,6'/></svg>");
}

.cg-fcta__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-align: left;
	font: 400 13px/1.5 var(--cg-fcta-font-body);
	color: var(--cg-fcta-muted);
}

.cg-fcta__consent input {
	margin-top: 2px;
}

.cg-fcta a.cg-fcta__button,
.cg-fcta button.cg-fcta__button {
	appearance: none;
	-webkit-appearance: none;
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 10px;
	background: var(--cg-fcta-accent);
	color: #ffffff;
	font: 700 14px/1 var(--cg-fcta-font-body);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
	transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
	text-align: center;
	white-space: nowrap;
	width: auto;
	max-width: 260px;
	margin: 14px auto 0;
	outline: none;
	box-shadow: none;
}

.cg-fcta a.cg-fcta__button:link,
.cg-fcta a.cg-fcta__button:visited,
.cg-fcta a.cg-fcta__button:hover,
.cg-fcta a.cg-fcta__button:active,
.cg-fcta a.cg-fcta__button:focus,
.cg-fcta button.cg-fcta__button,
.cg-fcta button.cg-fcta__button:hover,
.cg-fcta button.cg-fcta__button:active,
.cg-fcta button.cg-fcta__button:focus {
	color: #ffffff;
	text-decoration: none;
	background: var(--cg-fcta-accent);
	border: 0;
}

.cg-fcta a.cg-fcta__button:hover,
.cg-fcta button.cg-fcta__button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(180, 32, 42, 0.2);
}

.cg-fcta button.cg-fcta__button:disabled {
	opacity: 0.75;
	cursor: wait;
}

.cg-fcta__message {
	min-height: 20px;
	font: 600 13px/1.4 var(--cg-fcta-font-body);
}

.cg-fcta__message.is-success {
	color: #1e7d39;
}

.cg-fcta__message.is-error {
	color: var(--cg-fcta-accent);
}

.cg-fcta__cover img {
	width: 240px;
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	border: 1px solid #ecedef;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s, box-shadow 0.2s;
}

.cg-fcta__cover a,
.cg-fcta__cover a:link,
.cg-fcta__cover a:visited,
.cg-fcta__cover a:hover,
.cg-fcta__cover a:active,
.cg-fcta__cover a:focus {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.cg-fcta__cover a:hover img {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(180, 32, 42, 0.22);
}

.cg-fcta__meta {
	margin: 12px 0 0;
	font: 500 14px/1.4 var(--cg-fcta-font-body);
	color: #444444;
}

.cg-fcta__button--magazine {
	margin-top: 14px;
}

.cg-fcta .cg-fcta__button--magazine,
.cg-fcta .cg-fcta__button--magazine:link,
.cg-fcta .cg-fcta__button--magazine:visited,
.cg-fcta .cg-fcta__button--magazine:hover,
.cg-fcta .cg-fcta__button--magazine:active,
.cg-fcta .cg-fcta__button--magazine:focus {
	color: #ffffff !important;
	background: var(--cg-fcta-accent) !important;
	text-decoration: none !important;
	border: 0 !important;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 980px) {
	.cg-fcta__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.cg-fcta {
		padding: 32px 16px;
	}

	.cg-fcta__title {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.cg-fcta__card {
		padding: 18px;
	}

	.cg-fcta__cover img {
		width: 180px;
	}

	.cg-fcta__button {
		min-height: 42px;
		font-size: 13px;
	}

	.cg-fcta__field input {
		font-size: 13px;
		padding: 8px 10px 8px 38px;
	}
}
