.ghk-contact-form {
	position: relative;
}

body.ghk-site .ghk-contact-form {
	border-color: rgba(20, 23, 26, 0.1);
	background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
	box-shadow: 0 1px 2px rgba(20, 23, 26, 0.05);
}

body.ghk-site .ghk-contact-form .ghk-form__head {
	padding-bottom: 1.35rem;
}

body.ghk-site .ghk-contact-form .ghk-form__person,
body:not(.ghk-site) .ghk-contact-form .ghk-form__person {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
	border: 1px solid rgba(20, 23, 26, 0.1);
	border-radius: 999px;
	background: #fff;
	padding: 0.35rem 0.85rem 0.35rem 0.35rem;
}

body.ghk-site .ghk-contact-form .ghk-form__person img,
body:not(.ghk-site) .ghk-contact-form .ghk-form__person img {
	width: 3rem;
	height: 3rem;
	flex: 0 0 auto;
	border-radius: 999px;
	object-fit: cover;
}

body.ghk-site .ghk-contact-form .ghk-form__person strong,
body:not(.ghk-site) .ghk-contact-form .ghk-form__person strong {
	display: block;
	color: var(--ghk-text, #14171a);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.15;
}

body.ghk-site .ghk-contact-form .ghk-form__person span,
body:not(.ghk-site) .ghk-contact-form .ghk-form__person span {
	display: block;
	margin-top: 0.14rem;
	color: rgba(20, 23, 26, 0.64);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.25;
}

body.ghk-site .ghk-contact-form .ghk-form__grid {
	gap: 1rem 1.15rem;
}

body.ghk-site .ghk-contact-form label > span:first-child {
	color: rgba(20, 23, 26, 0.76);
	font-size: 0.82rem;
	font-weight: 750;
}

body.ghk-site .ghk-contact-form input:not([type="checkbox"]),
body.ghk-site .ghk-contact-form select,
body.ghk-site .ghk-contact-form textarea {
	min-height: 3.15rem;
	border-color: rgba(20, 23, 26, 0.14);
	border-radius: 0.5rem;
	background-color: #fff;
	box-shadow: inset 0 1px 0 rgba(20, 23, 26, 0.02);
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

body.ghk-site .ghk-contact-form input:not([type="checkbox"]):hover,
body.ghk-site .ghk-contact-form select:hover,
body.ghk-site .ghk-contact-form textarea:hover {
	border-color: rgba(20, 23, 26, 0.22);
}

body.ghk-site .ghk-contact-form input:not([type="checkbox"]):focus,
body.ghk-site .ghk-contact-form select:focus,
body.ghk-site .ghk-contact-form textarea:focus {
	border-color: var(--ghk-signal, #c92020);
	box-shadow: 0 0 0 3px rgba(201, 32, 32, 0.11);
}

body.ghk-site form.ghk-contact-form select,
body:not(.ghk-site) form.ghk-contact-form select {
	padding-right: 2.75rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2365707b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 0.85rem center;
	background-repeat: no-repeat;
	background-size: 1rem;
	appearance: none;
}

body.ghk-site .ghk-contact-form.is-enhanced select.ghk-select__native,
body:not(.ghk-site) .ghk-contact-form.is-enhanced select.ghk-select__native {
	position: absolute !important;
	inset: auto auto 0 0;
	width: 0 !important;
	max-width: 0 !important;
	min-width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.ghk-select {
	position: relative;
}

.ghk-select__button {
	display: flex;
	width: 100%;
	min-height: 3.15rem;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	border: 1px solid rgba(20, 23, 26, 0.14);
	border-radius: 0.5rem;
	background: #fff;
	color: var(--ghk-text, #14171a);
	padding: 0.76rem 0.9rem;
	font: inherit;
	font-weight: 550;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ghk-select__button:hover {
	border-color: rgba(20, 23, 26, 0.22);
}

.ghk-select__button:focus-visible,
.ghk-select.is-open .ghk-select__button {
	border-color: var(--ghk-signal, #c92020);
	box-shadow: 0 0 0 3px rgba(201, 32, 32, 0.11);
	outline: 2px solid transparent;
}

.ghk-select.is-empty .ghk-select__value {
	color: rgba(20, 23, 26, 0.58);
}

.ghk-select__icon {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	background: currentColor;
	opacity: 0.72;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: transform 160ms ease;
}

.ghk-select.is-open .ghk-select__icon {
	transform: rotate(180deg);
}

.ghk-select__list {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 20;
	top: calc(100% + 0.4rem);
	display: grid;
	gap: 0.18rem;
	max-height: 16rem;
	overflow: auto;
	border: 1px solid rgba(20, 23, 26, 0.12);
	border-radius: 0.5rem;
	background: #fff;
	padding: 0.35rem;
	box-shadow: 0 12px 30px rgba(20, 23, 26, 0.1);
}

.ghk-select__list[hidden] {
	display: none;
}

.ghk-select__option {
	width: 100%;
	border: 0;
	border-radius: 0.375rem;
	background: transparent;
	color: rgba(20, 23, 26, 0.78);
	padding: 0.68rem 0.72rem;
	font: inherit;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

.ghk-select__option:hover,
.ghk-select__option:focus-visible {
	background: rgba(201, 32, 32, 0.07);
	color: var(--ghk-text, #14171a);
	outline: 0;
}

.ghk-select__option.is-selected {
	background: rgba(201, 32, 32, 0.1);
	color: var(--ghk-signal, #c92020);
}

.ghk-contact-form__upload {
	position: relative;
}

.ghk-contact-form__file-input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.ghk-contact-form__file-box {
	display: flex;
	min-height: 3.15rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border: 1px dashed rgba(17, 22, 26, 0.18);
	border-radius: 0.5rem;
	background: #fff;
	padding: 0.78rem 0.9rem;
	color: #11161a;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.ghk-contact-form__file-box > span {
	font-weight: 680;
	line-height: 1.2;
}

.ghk-contact-form__file-box small {
	color: rgba(20, 23, 26, 0.58);
	font-size: 0.78rem;
	font-weight: 560;
	line-height: 1.25;
	text-align: right;
}

.ghk-contact-form__upload:hover .ghk-contact-form__file-box,
.ghk-contact-form__file-input:focus-visible + .ghk-contact-form__file-box {
	border-color: rgba(17, 22, 26, 0.38);
	background: #fbfcfd;
	box-shadow: 0 0 0 3px rgba(17, 22, 26, 0.06);
}

.ghk-contact-form__file-list {
	display: block;
	margin-top: 0.45rem;
	color: rgba(20, 23, 26, 0.62);
	font-size: 0.78rem;
	font-weight: 560;
	line-height: 1.35;
}

.ghk-contact-form__file-list.is-error {
	color: var(--ghk-signal, #c92020);
}

@media (max-width: 560px) {
	.ghk-contact-form__file-box {
		display: grid;
		gap: 0.32rem;
	}

	.ghk-contact-form__file-box small {
		text-align: left;
	}
}

body.ghk-site .ghk-contact-form .ghk-form__consent {
	align-items: start;
	border-color: rgba(20, 23, 26, 0.1);
	border-radius: 0.5rem;
	background: #fff;
}

body.ghk-site .ghk-contact-form .ghk-form__consent a,
body:not(.ghk-site) .ghk-form__consent a {
	display: inline-flex;
	align-items: center;
	min-height: 1.5rem;
}

body.ghk-site .ghk-contact-form input[type="checkbox"],
body:not(.ghk-site) .ghk-contact-form input[type="checkbox"] {
	width: 1.08rem;
	height: 1.08rem;
	min-height: 0;
	min-width: 1.08rem;
	margin: 0.18rem 0 0;
	border: 1px solid rgba(20, 23, 26, 0.24);
	border-radius: 0.28rem;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.ghk-site .ghk-contact-form input[type="checkbox"]:checked,
body:not(.ghk-site) .ghk-contact-form input[type="checkbox"]:checked {
	border-color: var(--ghk-signal, #c92020);
	background-color: var(--ghk-signal, #c92020);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.76rem;
}

body.ghk-site .ghk-contact-form input[type="checkbox"]:checked::before,
body:not(.ghk-site) .ghk-contact-form input[type="checkbox"]:checked::before {
	content: none;
}

body.ghk-site .ghk-contact-form input[type="checkbox"]:focus-visible,
body:not(.ghk-site) .ghk-contact-form input[type="checkbox"]:focus-visible {
	border-color: var(--ghk-signal, #c92020);
	box-shadow: 0 0 0 3px rgba(201, 32, 32, 0.12);
	outline: 2px solid transparent;
}

.ghk-contact-form__trap {
	position: absolute !important;
	width: 0 !important;
	max-width: 0 !important;
	min-width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	opacity: 0 !important;
	pointer-events: none !important;
	white-space: nowrap !important;
}

.ghk-contact-form__trap * {
	width: 0 !important;
	max-width: 0 !important;
	min-width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.ghk-contact-form__required {
	color: var(--ghk-signal, #c92020);
}

.ghk-contact-form__notice--success {
	background: rgba(29, 132, 76, 0.1) !important;
	color: #14532d !important;
}

.ghk-contact-form__notice--error {
	background: rgba(201, 32, 32, 0.08) !important;
	color: var(--ghk-text, #14171a) !important;
}

.ghk-contact-form__submit {
	cursor: pointer;
}

.ghk-contact-form__submit .ghk-link-icon--end {
	margin-left: 0.15rem;
}

body:not(.ghk-site) .ghk-contact-form {
	display: grid;
	gap: 1rem;
	border: 1px solid #dde1e7;
	border-radius: 0.5rem;
	background: #fff;
	padding: 1.25rem;
	color: #14171a;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:not(.ghk-site) .ghk-form__head h2 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
}

body:not(.ghk-site) .ghk-form__head p,
body:not(.ghk-site) .ghk-form__notice {
	margin: 0.5rem 0 0;
	line-height: 1.6;
}

body:not(.ghk-site) .ghk-form__grid {
	display: grid;
	gap: 1rem;
}

body:not(.ghk-site) .ghk-form label {
	display: grid;
	gap: 0.45rem;
	font-weight: 650;
}

body:not(.ghk-site) .ghk-form input,
body:not(.ghk-site) .ghk-form select,
body:not(.ghk-site) .ghk-form textarea {
	width: 100%;
	min-height: 3rem;
	border: 1px solid #dde1e7;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 0.75rem 0.9rem;
	font: inherit;
}

body:not(.ghk-site) .ghk-form input:focus,
body:not(.ghk-site) .ghk-form select:focus,
body:not(.ghk-site) .ghk-form textarea:focus {
	border-color: #c92020;
	box-shadow: 0 0 0 3px rgba(201, 32, 32, 0.1);
	outline: 2px solid transparent;
}

body:not(.ghk-site) form.ghk-contact-form select {
	padding-right: 2.75rem;
}

body:not(.ghk-site) .ghk-form__wide {
	grid-column: 1 / -1;
}

body:not(.ghk-site) .ghk-form__consent {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.75rem;
}

body:not(.ghk-site) .ghk-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border: 1px solid #c92020;
	border-radius: 0.375rem;
	background: #c92020;
	color: #fff;
	padding: 0.75rem 1rem;
	font-weight: 750;
}

@media (min-width: 640px) {
	body:not(.ghk-site) .ghk-form__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Premium frontend refinement, kept local to the form plugin. */
body.ghk-site .ghk-contact-form,
body:not(.ghk-site) .ghk-contact-form {
	border-color: rgba(17, 22, 26, 0.085) !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.ghk-site .ghk-contact-form .ghk-form__person,
body:not(.ghk-site) .ghk-contact-form .ghk-form__person {
	border-color: rgba(17, 22, 26, 0.095);
}

body.ghk-site .ghk-contact-form .ghk-form__person strong,
body:not(.ghk-site) .ghk-contact-form .ghk-form__person strong,
body.ghk-site .ghk-contact-form label > span:first-child,
body:not(.ghk-site) .ghk-form label {
	font-weight: 680;
}

body.ghk-site .ghk-contact-form input:not([type="checkbox"]),
body.ghk-site .ghk-contact-form select,
body.ghk-site .ghk-contact-form textarea,
body:not(.ghk-site) .ghk-form input,
body:not(.ghk-site) .ghk-form select,
body:not(.ghk-site) .ghk-form textarea,
.ghk-select__button {
	border-color: rgba(17, 22, 26, 0.12) !important;
	border-radius: 0.45rem;
	background-color: #fff;
	box-shadow: none !important;
}

body.ghk-site .ghk-contact-form input:not([type="checkbox"]):hover,
body.ghk-site .ghk-contact-form select:hover,
body.ghk-site .ghk-contact-form textarea:hover,
body:not(.ghk-site) .ghk-form input:hover,
body:not(.ghk-site) .ghk-form select:hover,
body:not(.ghk-site) .ghk-form textarea:hover,
.ghk-select__button:hover {
	border-color: rgba(17, 22, 26, 0.22) !important;
}

body.ghk-site .ghk-contact-form input:not([type="checkbox"]):focus,
body.ghk-site .ghk-contact-form select:focus,
body.ghk-site .ghk-contact-form textarea:focus,
body:not(.ghk-site) .ghk-form input:focus,
body:not(.ghk-site) .ghk-form select:focus,
body:not(.ghk-site) .ghk-form textarea:focus,
.ghk-select__button:focus-visible,
.ghk-select.is-open .ghk-select__button {
	border-color: rgba(17, 22, 26, 0.38) !important;
	box-shadow: 0 0 0 3px rgba(17, 22, 26, 0.07) !important;
}

.ghk-select__list {
	border-color: rgba(17, 22, 26, 0.1);
	box-shadow: 0 12px 28px rgba(17, 22, 26, 0.08);
}

.ghk-select__option {
	font-weight: 560;
}

.ghk-select__option:hover,
.ghk-select__option:focus-visible {
	background: rgba(17, 22, 26, 0.055);
	color: #11161a;
}

.ghk-select__option.is-selected {
	background: rgba(17, 22, 26, 0.075);
	color: #11161a;
}

body.ghk-site .ghk-contact-form .ghk-form__consent {
	border-color: rgba(17, 22, 26, 0.085);
}

body.ghk-site .ghk-contact-form input[type="checkbox"]:checked,
body:not(.ghk-site) .ghk-contact-form input[type="checkbox"]:checked {
	border-color: #11161a;
	background-color: #11161a;
}

body.ghk-site .ghk-contact-form input[type="checkbox"]:focus-visible,
body:not(.ghk-site) .ghk-contact-form input[type="checkbox"]:focus-visible {
	border-color: #11161a;
	box-shadow: 0 0 0 3px rgba(17, 22, 26, 0.08);
}

body.ghk-site .ghk-contact-form__submit,
body:not(.ghk-site) .ghk-button {
	border-color: var(--ghk-signal, #c92020) !important;
	background: var(--ghk-signal, #c92020) !important;
	color: #fff !important;
	font-weight: 680;
}

body.ghk-site .ghk-contact-form__submit:hover,
body.ghk-site .ghk-contact-form__submit:focus,
body:not(.ghk-site) .ghk-button:hover,
body:not(.ghk-site) .ghk-button:focus {
	border-color: var(--ghk-signal-dark, #b91c1c) !important;
	background: var(--ghk-signal-dark, #b91c1c) !important;
}
