.contact-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 1.5rem 2rem;
}

.contact-card {
	background: #e8e8e8;
	border-radius: 8px;
	padding: 3rem;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 3rem;
	align-items: start;
}

.contact-intro h1 {
	color: #00bcd4;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 3px solid #00bcd4;
}

.contact-intro p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 1rem;
}

.contact-intro .email-prompt {
	font-weight: 600;
	color: #333;
	margin-top: 1.5rem;
}

.contact-form-wrapper {
	background: white;
	padding: 2rem;
	border-radius: 8px;
}

#mf_placeholder iframe {
	border: none !important;
}

@media (max-width: 768px) {
	.contact-card {
		grid-template-columns: 1fr;
		padding: 2rem;
	}
}
