.har-contact {
	width: 100%;
	color: #111111;
}

.har-contact,
.har-contact * {
	border-radius: 0 !important;
}

.har-contact__inner {
	width: 100%;
	max-width: none;
	margin: 0;
}

.har-contact__header {
	margin-bottom: 48px;
}

.har-contact__title {
	margin: 0 0 12px;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.1;
	letter-spacing: -0.03em;
	font-weight: 500;
	color: #111111;
}

.har-contact__subtitle {
	margin: 0;
	max-width: 640px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.72);
}

.har-contact__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.har-contact__col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	padding: 40px 36px;
	min-width: 0;
}

.har-contact__col + .har-contact__col {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.har-contact__col-title {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.55);
}

.har-contact__value {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: -0.02em;
	color: #111111;
	text-decoration: none;
}

.har-contact__value--link {
	transition: opacity 0.2s ease;
}

.har-contact__value--link:hover,
.har-contact__value--link:focus {
	opacity: 0.65;
	color: #111111;
}

.har-contact__phone {
	margin-top: 4px;
}

.har-contact__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.har-contact__btn--whatsapp,
.har-contact__btn--whatsapp:hover,
.har-contact__btn--whatsapp:focus,
.har-contact__btn--whatsapp:visited {
	background: #111111;
	color: #ffffff !important;
	border: 1px solid #111111;
}

.har-contact__btn--whatsapp:hover,
.har-contact__btn--whatsapp:focus {
	background: #ffffff;
	color: #111111 !important;
}

.har-contact__btn--whatsapp:hover i,
.har-contact__btn--whatsapp:focus i {
	color: #111111;
}

.har-contact__btn--whatsapp i {
	font-size: 18px;
	color: #ffffff;
	transition: color 0.2s ease;
}

@media (max-width: 1024px) {
	.har-contact__grid {
		grid-template-columns: 1fr;
	}

	.har-contact__col + .har-contact__col {
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.har-contact__col {
		padding: 32px 24px;
	}
}

@media (max-width: 767px) {
	.har-contact__header {
		margin-bottom: 28px;
	}

	.har-contact__btn {
		width: 100%;
	}

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