.faq-final-cta-section-1552 {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.faq-final-cta-overlay-1552 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.faq-final-cta-container-1552 {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.faq-final-cta-content-1552 {
	max-width: 800px;
	margin: 0 auto;
}

.faq-final-cta-eyebrow-1552 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: 500;
}

.faq-final-cta-heading-1552 {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 24px;
	font-weight: 600;
}

.faq-final-cta-body-1552 {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.faq-final-cta-reassurance-1552 {
	font-size: 14px;
	margin-top: 30px;
	opacity: 0.8;
}

/* Buttons */
.faq-final-cta-buttons-1552 {
	display: flex;
	flex-wrap: wrap;
}

.faq-final-cta-btn-1552 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	min-width: 200px;
	cursor: pointer;
}

.faq-final-cta-btn-primary-1552:hover,
.faq-final-cta-btn-secondary-1552:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.faq-final-cta-heading-1552 {
		font-size: 36px;
	}
	
	.faq-final-cta-body-1552 {
		font-size: 16px;
	}
	
	.faq-final-cta-buttons-1552 {
		flex-direction: column;
		width: 100%;
	}
	
	.faq-final-cta-btn-1552 {
		width: 100%;
		text-align: center;
	}
}