
.lp-cta {
	padding: 80px 0;
	background: var(--primary);
}

.lp-cta__content {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.lp-cta__content h2 {
	font-family: var(--font1);
	color: white;
	font-size: 2.25rem;
	margin: 0 0 15px;
}

.lp-cta__subheading {
	font-family: var(--font2);
	color: rgba(255, 255, 255, .85);
	font-size: 1.1rem;
	line-height: 1.7;
	margin: 0 0 30px;
}

.lp-cta__phone-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(87deg, #b39a75 0%, #dccb8d 100%);
	color: white;
	padding: 16px 50px;
	border-radius: 9999px;
	font-weight: 600;
	font-family: var(--font2);
	text-decoration: none;
	font-size: 1.1rem;
	transition: all .3s ease;
	margin-bottom: 20px;
}

.lp-cta__phone-btn:hover {
	background: linear-gradient(87deg, #dccb8d 0%, #b39a75 100%);
	color: white;
}

.lp-cta__bottom-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .85);
	padding: 14px 40px;
	border-radius: 9999px;
	font-family: var(--font2);
	font-size: .95rem;
	text-decoration: none;
	transition: all .3s ease;
}

.lp-cta__bottom-link:hover {
	background: rgba(255, 255, 255, .15);
	border-color: rgba(255, 255, 255, .4);
	color: white;
}

@media (max-width: 991px) {
	.lp-cta {
		padding: 60px 0;
	}
	
	.lp-cta__content h2 {
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.lp-cta {
		padding: 45px 0;
	}
	
	.lp-cta__content h2 {
		font-size: 1.65rem;
	}
	
	.lp-cta__subheading {
		font-size: 1rem;
	}
	
	.lp-cta__phone-btn, .lp-cta__bottom-link {
		width: 100%;
	}
}
