.pfc-1473-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #F8F5EF; /* Anza Sand default fallback */
}

.pfc-1473-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.pfc-1473-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pfc-1473-eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.pfc-1473-heading {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
}

.pfc-1473-body {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.pfc-1473-body p {
	margin: 0 0 16px;
}
.pfc-1473-body p:last-child {
	margin-bottom: 0;
}

.pfc-1473-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 16px;
	margin-bottom: 24px;
}

.pfc-1473-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	border-radius: 4px; /* default radius */
	cursor: pointer;
}

.pfc-1473-btn-secondary {
	border-style: solid;
}

.pfc-1473-btn:hover {
	opacity: 0.9;
	text-decoration: none;
}

.pfc-1473-reassurance {
	font-size: 14px;
	opacity: 0.8;
	margin-top: 16px;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.pfc-1473-heading {
		font-size: 32px;
	}
	
	.pfc-1473-body {
		font-size: 16px;
	}
	
	.pfc-1473-buttons {
		flex-direction: column;
		width: 100%;
	}
	
	.pfc-1473-btn {
		width: 100%;
	}
}
