.contact-section {
	max-width: 800px;
	margin: 2rem auto;
	padding: 2rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-section h1, .contact-section h2 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.contact-section p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.field-group {
	margin-bottom: 1.2rem;
}

.field-group label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.field-group input,
.field-group textarea {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.button.primary {
	background-color: var(--brand-primary);
	color: white;
	padding: 0.6rem 1.2rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.button.primary:hover {
	background-color: var(--brand-secondary);
	color:  var(--brand-primary);
}
