.hoogig-contact {
	--contact-text: #191919;
	--contact-muted: #6b6a66;
	--contact-border: #ecece8;
	--contact-pill: #f3f3f0;
	--contact-blue: #0e42b6;
	--contact-blue-soft: rgba(14, 66, 182, 0.1);
	--contact-orange: #f97316;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	background: #f7f7f4;
	color: var(--contact-text);
	font-family: "Yekan Bakh", inherit, sans-serif;
}

.hoogig-contact *,
.hoogig-contact *::before,
.hoogig-contact *::after {
	box-sizing: border-box;
}

.hoogig-contact__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px 24px;
}

.hoogig-contact__hero {
	width: 100%;
	margin: 0 0 40px;
	padding: 56px 0 8px;
	text-align: center;
	background:
		radial-gradient(ellipse 70% 90% at 50% 0%, rgba(14, 66, 182, 0.08) 0%, transparent 70%);
}

.hoogig-contact__title {
	margin: 0 auto;
	max-width: 18em;
	font-family: "Yekan Bakh", inherit, sans-serif;
	font-size: clamp(1.7rem, 3.6vw, 2.45rem);
	font-weight: 700;
	line-height: 1.55;
	color: #191919 !important;
}

.hoogig-contact__lead {
	margin: 14px auto 0;
	max-width: 38em;
	font-family: "Yekan Bakh", inherit, sans-serif;
	font-size: clamp(0.95rem, 1.3vw, 1.08rem);
	font-weight: 400;
	line-height: 2;
	color: var(--contact-muted);
}

.hoogig-contact__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
	gap: 20px;
	align-items: stretch;
}

.hoogig-contact-channels,
.hoogig-contact-order {
	min-width: 0;
}

.hoogig-contact-channels {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hoogig-contact-channels__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hoogig-contact a.hoogig-contact-card,
.hoogig-contact .hoogig-contact-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	min-height: 148px;
	padding: 20px 18px 18px;
	border: 1px solid var(--contact-border);
	border-radius: 20px;
	background: #fff;
	color: var(--contact-text) !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition:
		border-color 0.2s ease,
		transform 0.2s ease,
		background 0.2s ease;
}

.hoogig-contact a.hoogig-contact-card:hover,
.hoogig-contact a.hoogig-contact-card:focus {
	border-color: rgba(14, 66, 182, 0.28);
	background: #fbfbfd;
	color: var(--contact-text) !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.hoogig-contact-card__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(14, 66, 182, 0.18);
	border-radius: 12px;
	background: var(--contact-blue-soft);
	color: var(--contact-blue);
}

.hoogig-contact-card__icon svg {
	width: 18px;
	height: 18px;
}

.hoogig-contact-card__label {
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--contact-muted);
}

.hoogig-contact-card__value {
	margin-top: auto;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.7;
	color: var(--contact-text);
	overflow-wrap: anywhere;
}

.hoogig-contact-hours {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: var(--contact-pill);
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.8;
	color: var(--contact-muted);
}

.hoogig-contact-hours__icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-top: 1px;
	border-radius: 8px;
	background: #fff;
	color: var(--contact-blue);
}

.hoogig-contact-hours__icon svg {
	width: 15px;
	height: 15px;
}

.hoogig-contact-order {
	display: flex;
	flex-direction: column;
	padding: 28px 26px 24px;
	border: 1px solid var(--contact-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(25, 25, 25, 0.04);
}

.hoogig-contact-order__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.hoogig-contact-order__copy {
	min-width: 0;
	text-align: right;
}

.hoogig-contact-order__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 6px 12px;
	border: 1.5px solid var(--contact-orange);
	border-radius: 999px;
	background: transparent;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--contact-orange);
}

.hoogig-contact-order__title {
	margin: 0;
	font-family: "Yekan Bakh", inherit, sans-serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 800;
	line-height: 1.55;
	color: #191919 !important;
}

.hoogig-contact-order__lead {
	margin: 10px 0 0;
	max-width: 36em;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.9;
	color: var(--contact-muted);
}

.hoogig-contact-order__mark {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--contact-blue);
	color: #fff;
}

.hoogig-contact-order__mark svg {
	width: 22px;
	height: 22px;
}

.hoogig-contact-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.hoogig-contact-step {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 108px;
	padding: 16px 16px 14px;
	border-radius: 16px;
	background: var(--contact-pill);
}

.hoogig-contact-step__n {
	margin-bottom: 6px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--contact-blue);
}

.hoogig-contact-step__title {
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.5;
	color: var(--contact-text);
}

.hoogig-contact-step__text {
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.75;
	color: var(--contact-muted);
}

.hoogig-contact .hoogig-hero-cta__btn.hoogig-contact__order-btn,
.hoogig-contact a.hoogig-contact__order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 48px;
	margin-top: auto;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #f97316;
	color: #fff !important;
	font-family: "Yekan Bakh", inherit, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none !important;
	white-space: nowrap;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hoogig-contact a.hoogig-contact__order-btn:hover,
.hoogig-contact a.hoogig-contact__order-btn:focus {
	background: #ea580c;
	color: #fff !important;
	text-decoration: none;
}

.hoogig-contact a.hoogig-contact__order-btn:focus-visible {
	outline: 2px solid #0e42b6;
	outline-offset: 3px;
}

.hoogig-contact .hoogig-contact__order-btn svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.hoogig-contact .hoogig-cta {
	padding-top: 56px;
	padding-bottom: 72px;
}

.hoogig-contact .hoogig-cta__title {
	white-space: normal;
}

body.hoogig-contact-page-body .site-content,
body.hoogig-contact-page-body #content {
	padding-top: 0;
}

body.hoogig-contact-page-body .site-content .grid-container,
body.hoogig-contact-page-body #content .grid-container {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

body.hoogig-contact-page-body .page-header,
body.hoogig-contact-page-body .entry-header,
body.hoogig-contact-page-body .inside-article {
	display: none;
}

@media (max-width: 980px) {
	.hoogig-contact__inner {
		padding: 0 18px 16px;
	}

	.hoogig-contact__hero {
		margin-bottom: 28px;
		padding: 40px 0 4px;
	}

	.hoogig-contact__layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hoogig-contact-order {
		order: -1;
		padding: 24px 20px 20px;
		border-radius: 24px;
	}

	.hoogig-contact .hoogig-cta {
		padding-top: 40px;
		padding-bottom: 56px;
	}
}

@media (max-width: 640px) {
	.hoogig-contact__inner {
		padding: 0 16px 8px;
	}

	.hoogig-contact__hero {
		padding-top: 32px;
	}

	.hoogig-contact-channels__grid,
	.hoogig-contact-steps {
		grid-template-columns: 1fr;
	}

	.hoogig-contact a.hoogig-contact-card,
	.hoogig-contact .hoogig-contact-card {
		min-height: 0;
		padding: 16px;
	}

	.hoogig-contact-step {
		min-height: 0;
	}

	.hoogig-contact-order__mark {
		width: 42px;
		height: 42px;
	}

	.hoogig-contact .hoogig-cta {
		padding-top: 32px;
		padding-bottom: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hoogig-contact a.hoogig-contact-card,
	.hoogig-contact .hoogig-contact__order-btn {
		transition: none !important;
		transform: none !important;
	}
}
