.onno-contact {
	margin: 0;
}

.onno-contact__lead {
	margin: 0 0 22px;
	max-width: 36em;
	font-size: 16px;
	line-height: 1.65;
	color: #2c3338;
}

.onno-contact__grid {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.onno-contact__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 18px;
	background: #f4f2ee;
	border: 1px solid rgba(28, 40, 50, 0.08);
	color: #1a2430;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

a.onno-contact__card:hover {
	color: #1a2430;
	border-color: rgba(28, 40, 50, 0.22);
	box-shadow: 0 8px 18px rgba(26, 36, 48, 0.08);
	transform: translateY(-1px);
}

.onno-contact__label {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7780;
}

.onno-contact__value {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.onno-contact__action {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #2c4250;
}

.page-id-5288 .wd-el-title {
	margin-bottom: 18px;
}

.page-id-5288 .wpcf7 {
	max-width: none;
}

.page-id-5288 .wpcf7 .hidden-fields-container,
.page-id-5288 .wpcf7 fieldset.hidden-fields-container {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.page-id-5288 .wpcf7 label {
	display: block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 600;
}

.page-id-5288 .wpcf7 input[type="text"],
.page-id-5288 .wpcf7 input[type="email"],
.page-id-5288 .wpcf7 input[type="tel"],
.page-id-5288 .wpcf7 textarea {
	width: 100%;
}

@media (max-width: 767px) {
	.onno-contact {
		margin-bottom: 8px;
	}

	.onno-contact__value {
		font-size: 16px;
	}
}
