.ft-request-quote-cta {
	padding: 64px 24px;
	background: linear-gradient(
		180deg,
		var(--wp--preset--color--white-alpha-700) 0%,
		var(--wp--preset--color--primary-100) 100%
	);
	text-align: center;
}

.ft-request-quote-cta__inner {
	margin: 0 auto;
}

.ft-request-quote-cta__eyebrow {
	font-size: 18px;
    font-weight: 700;
    color: var(--wp--preset--color--black);
    line-height: 28px;
    letter-spacing: 0.036px;
    margin-bottom: 8px;
}

.ft-request-quote-cta__title {
	font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: var(--wp--preset--color--black);
    margin-bottom: 16px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    background: transparent;
}

.ft-request-quote-cta__text {
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--wp--preset--color--black);
    max-width: 680px;
    margin: 0 auto 40px;
}

.ft-request-quote-cta__button .wp-block-button__link {
	background: var(--wp--preset--color--primary-500);
    color: var(--wp--preset--color--white);
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 28px;
    letter-spacing: 0.03px;
}

.ft-request-quote-cta__button .wp-block-button__link:hover {
	background: #155d91;
}

@media (max-width: 1024px) {
	.ft-request-quote-cta {
		padding: 64px 40px;
	}
}

@media (max-width: 768px) {
	.ft-request-quote-cta {
		padding: 32px 20px;
	}

	.ft-request-quote-cta__eyebrow {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.032px;
	}
	
	.ft-request-quote-cta__title {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.48px;
	}

	.ft-request-quote-cta__text {
		font-size: 16px;
		line-height: 24px;
		margin: 0 auto 24px;
	}
	
	.ft-request-quote-cta__button .wp-block-button__link {
		padding: 12px 24px;
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
	}
}

/* =========================
 * Editor Styles
 ======================== */
.editor-styles-wrapper .ft-request-quote-cta {
	padding: 64px 24px;
	background: linear-gradient(
		180deg,
		var(--wp--preset--color--white-alpha-700) 0%,
		var(--wp--preset--color--primary-100) 100%
	);
	text-align: center;
}

.editor-styles-wrapper .ft-request-quote-cta__inner {
	margin: 0 auto;
	max-width: 900px;
}

.editor-styles-wrapper .ft-request-quote-cta__eyebrow {
	font-size: 18px;
	font-weight: 700;
	color: var(--wp--preset--color--black);
	line-height: 28px;
	letter-spacing: 0.036px;
	margin: 0 0 8px;
}

.editor-styles-wrapper .ft-request-quote-cta__title {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	color: var(--wp--preset--color--black);
	margin: 0 0 16px;
	letter-spacing: -0.8px;
	text-transform: capitalize;
	background: transparent !important;
}

.editor-styles-wrapper .ft-request-quote-cta__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: var(--wp--preset--color--black);
	max-width: 680px;
	margin: 0 auto 40px;
}

.editor-styles-wrapper .ft-request-quote-cta__buttons {
	justify-content: center;
}

.editor-styles-wrapper .ft-request-quote-cta__button .wp-block-button__link {
	background: var(--wp--preset--color--primary-500);
	color: var(--wp--preset--color--white);
	padding: 16px 24px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	text-decoration: none;
	line-height: 28px;
	letter-spacing: 0.03px;
	box-shadow: none;
}

.editor-styles-wrapper .ft-request-quote-cta__button .wp-block-button__link:hover {
	background: #155d91;
}

@media (max-width: 1024px) {
	.editor-styles-wrapper .ft-request-quote-cta {
		padding: 64px 40px;
	}
}

@media (max-width: 768px) {
	.editor-styles-wrapper .ft-request-quote-cta {
		padding: 32px 20px;
	}

	.editor-styles-wrapper .ft-request-quote-cta__eyebrow {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.032px;
	}

	.editor-styles-wrapper .ft-request-quote-cta__title {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.48px;
	}

	.editor-styles-wrapper .ft-request-quote-cta__text {
		font-size: 16px;
		line-height: 24px;
		margin: 0 auto 24px;
	}

	.editor-styles-wrapper .ft-request-quote-cta__button .wp-block-button__link {
		padding: 12px 24px;
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
	}
} 