/* Floors Mart Pro Program landing-page polish. */
.fm-pro-program-page .wp-block-post-title { display: none !important; }
.fm-pro-program-page main,
.fm-pro-program-page .wp-site-blocks { overflow-x: clip; }
.fm-pro-program-page main > .wp-block-group,
.fm-pro-program-page .entry-content {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.fm-pro-landing {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	background: #fff;
	color: #0b1d31;
}
.fm-pro-hero {
	border-radius: 0 !important;
	padding-left: max(clamp(28px, 8vw, 120px), calc((100vw - 1440px) / 2 + 48px)) !important;
	padding-right: max(clamp(28px, 8vw, 120px), calc((100vw - 1440px) / 2 + 48px)) !important;
}
.fm-pro-hero h1,
.fm-pro-hero strong {
	color: #fff !important;
	text-shadow: 0 2px 24px rgba(0, 0, 0, .18);
}
.fm-pro-hero > div > p:not(.fm-pro-eyebrow),
.fm-pro-metric span { color: #e2edf3 !important; }
.fm-pro-metric {
	color: #fff !important;
	background: rgba(7, 35, 56, .92) !important;
}
.fm-pro-value,
.fm-pro-request {
	max-width: 1440px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.fm-pro-value h2,
.fm-pro-economics h2,
.fm-pro-request h2 { color: #0b1d31 !important; }
.fm-pro-value p,
.fm-pro-request > div > p,
.fm-pro-economics p { color: #3f586a !important; }
.fm-pro-form-grid label,
.fm-pro-brand label { color: #18384e !important; }
.fm-pro-form-grid input::placeholder,
.fm-pro-form-grid textarea::placeholder {
	color: #657b89;
	opacity: 1;
}
.fm-pro-actions .secondary {
	color: #fff !important;
	border-color: #8ba4b4 !important;
	background: rgba(255, 255, 255, .04) !important;
}
.fm-pro-actions .secondary:hover {
	background: #fff !important;
	color: #061b31 !important;
}
@media (max-width: 580px) {
	.fm-pro-landing {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.fm-pro-hero {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

.fm-pro-customer-workspace { margin-top: 22px; }
.fm-pro-customer-workspace > p { max-width: 900px; color: #3f586a; }
.fm-pro-workspace-forms {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 22px 0;
}
.fm-pro-workspace-forms form {
	padding: 22px;
	border: 1px solid var(--fm-pro-line);
	border-radius: 16px;
	background: #f8faf9;
}
.fm-pro-workspace-forms h3 { margin: 0 0 18px; color: #0b1d31; }
.fm-pro-workspace-forms .fm-pro-form-grid { grid-template-columns: 1fr; }
.fm-pro-workspace-forms .fm-pro-form-grid .wide { grid-column: 1; }
.fm-pro-workspace-forms button {
	margin-top: 16px;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--pro-accent, #5b992b);
	color: #fff;
	font-weight: 800;
}
.fm-pro-workspace-forms button:disabled { opacity: .45; cursor: not-allowed; }
@media (max-width: 1000px) { .fm-pro-workspace-forms { grid-template-columns: 1fr; } }
