.pfcta-1687-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: inherit;
}

.pfcta-1687-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pfcta-1687-container {
	position: relative;
	z-index: 2;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.pfcta-1687-eyebrow {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.pfcta-1687-heading {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 24px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.pfcta-1687-heading {
		font-size: 48px;
	}
}

.pfcta-1687-text {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 40px;
}

.pfcta-1687-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px; /* controlled by Elementor */
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.pfcta-1687-actions {
		flex-direction: row;
		gap: 20px;
	}
}

.pfcta-1687-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
	border: 1px solid transparent;
}

@media (min-width: 576px) {
	.pfcta-1687-btn {
		width: auto;
	}
}

.pfcta-1687-btn-primary {
	border-color: transparent;
}

.pfcta-1687-btn-primary:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.pfcta-1687-btn-secondary {
	background-color: transparent;
}

.pfcta-1687-btn-secondary:hover {
	transform: translateY(-2px);
}

.pfcta-1687-reassurance {
	font-size: 14px;
	font-style: italic;
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}