/* Contact page template — mirrors faq-template visual system. */
.floorplan-contact-page {
	position: relative;
	min-height: 100vh;
	padding: 0 0 5rem;
	background:
		radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 28%),
		radial-gradient(circle at 85% 12%, rgba(16, 185, 129, 0.1), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 56%, #fdfefe 100%);
	color: #0f172a;
	overflow: hidden;
}

.floorplan-contact-page .bg-glow-1,
.floorplan-contact-page .bg-glow-2 {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	border-radius: 999px;
}

.floorplan-contact-page .bg-glow-1 {
	top: -8%;
	right: -10%;
	width: 60vw;
	height: 60vw;
	background: radial-gradient(circle, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0) 72%);
}

.floorplan-contact-page .bg-glow-2 {
	left: -8%;
	bottom: 6%;
	width: 42vw;
	height: 42vw;
	background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0) 72%);
}

.floorplan-contact-hero,
.floorplan-contact-page__content {
	position: relative;
	z-index: 1;
}

.floorplan-contact-hero {
	padding: 5rem 0 2rem;
	text-align: center;
}

.floorplan-contact-hero__inner {
	max-width: 760px;
	margin: 0 auto;
}

.floorplan-contact-hero__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	color: #2563eb;
	font-size: 1.85rem;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.floorplan-contact-hero__eyebrow {
	margin-bottom: 0.75rem;
	color: #2563eb;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.floorplan-contact-hero__title {
	margin: 0;
	color: #0f172a;
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.floorplan-contact-hero__text {
	max-width: 600px;
	margin: 1rem auto 0;
	color: #64748b;
	font-size: 1.1rem;
	line-height: 1.8;
}

.floorplan-contact-hero__text p {
	margin: 0;
}

.floorplan-contact-page__content .wp-block {
	margin-top: 0;
}

@media (max-width: 767px) {
	.floorplan-contact-page {
		padding-bottom: 3.5rem;
	}

	.floorplan-contact-hero {
		padding: 3.5rem 0 1.5rem;
	}

	.floorplan-contact-hero__text {
		font-size: 1rem;
	}
}
