.fcta-1530-wrapper {
	position: relative;
	padding: 100px 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

.fcta-1530-content {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fcta-1530-eyebrow {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fcta-1530-eyebrow::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 10px;
}

.fcta-1530-heading {
	font-size: 2.5rem;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.fcta-1530-heading {
		font-size: 3rem;
	}
}

.fcta-1530-body {
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
	max-width: 90%;
}

.fcta-1530-buttons {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 300px;
	margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
	.fcta-1530-buttons {
		flex-direction: row;
		max-width: none;
		justify-content: center;
	}
}

.fcta-1530-btn {
	display: inline-block;
	padding: 15px 30px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: center;
}

.fcta-1530-btn-primary {
	border: 1px solid transparent;
}

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

.fcta-1530-btn-secondary {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
}

.fcta-1530-btn-secondary:hover {
	background-color: rgba(255,255,255,0.1);
	transform: translateY(-2px);
}

.fcta-1530-reassurance {
	font-size: 0.875rem;
	font-style: italic;
	opacity: 0.8;
}

/* Specific styling when an image overlay is used */
.has-bg .fcta-1530-heading,
.has-bg .fcta-1530-eyebrow,
.has-bg .fcta-1530-body,
.has-bg .fcta-1530-reassurance {
	color: #ffffff !important;
}

.has-bg .fcta-1530-btn-secondary {
	border-color: #ffffff !important;
	color: #ffffff !important;
}