.contact-page {
	position: relative;
	isolation: isolate;
	max-width: 1240px;
	margin: 0 auto;
	padding: 54px 28px 74px;
	overflow: hidden;
}

.contact-page::before {
	display: none;
}

.contact-hero {
	max-width: 700px;
	width: 100%;
	margin: 0 0 34px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.contact-page > .contact-body {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.contact-hero__kicker {
	display: inline-block;
	position: relative;
	margin: 0 0 27px;
	padding: 0 0 12px;
	background: transparent;
	border-radius: 0;
	color: var(--wp--preset--color--kartal-red);
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.contact-hero__kicker::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 2px;
	background: var(--wp--preset--color--kartal-red);
	content: "";
}

.contact-hero__title {
	margin: 0 0 17px;
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(48px, 5.45vw, 76px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.contact-hero__lede {
	margin: 0;
	color: var(--wp--preset--color--charcoal);
	font-size: 16px;
	line-height: 1.55;
}

.contact-body {
	gap: clamp(42px, 6vw, 80px);
	align-items: flex-start;
	margin-top: 0;
}

.contact-body__form-col .wp-block-jetpack-contact-form-container {
	border: none;
}

.contact-body__form-col form.contact-form {
	display: block;
	gap: 0;
	margin: 0;
	padding: 30px 32px 28px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(15, 16, 17, 0.1);
}

.contact-body__form-col form.contact-form > .contact-form {
	display: block;
	gap: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.contact-form__title {
	margin: 0 0 22px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.contact-form__identity {
	gap: 24px;
	margin: 0 0 12px;
}

.contact-form .grunion-field-wrap {
	margin: 0;
}

.contact-form .grunion-field-label,
.contact-form label {
	display: block;
	margin: 0 0 7px;
	color: var(--wp--preset--color--ink);
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px;
	font-weight: 800;
}

.contact-form .grunion-field-label span {
	display: none;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 43px;
	padding: 10px 13px;
	background: #fff;
	border: 1px solid #d8d8d5;
	border-radius: 7px;
	color: var(--wp--preset--color--ink);
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--wp--preset--color--kartal-red);
	box-shadow: 0 0 0 3px rgba(237, 27, 47, 0.09);
	outline: none;
}

.contact-form textarea {
	height: 106px;
	max-height: 320px;
	resize: vertical;
}

.contact-topic-chips {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 13px;
}

.contact-topic-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 40px;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid #dededb;
	border-radius: 7px;
	color: var(--wp--preset--color--ink);
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.contact-topic-chip:hover,
.contact-topic-chip:focus-visible {
	border-color: var(--wp--preset--color--kartal-red);
	outline: none;
}

.contact-topic-chip[aria-pressed="true"] {
	background: var(--wp--preset--color--ink);
	border-color: var(--wp--preset--color--ink);
	color: #fff;
}

.contact-topic-chip--other {
	grid-column: 1 / -1;
}

.contact-topic-chip svg {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.contact-form .contact-subject-field-wrap {
	margin-bottom: 13px;
}

.contact-form .ui-selectmenu-button.ui-button {
	width: 100%;
	box-sizing: border-box;
	min-height: 43px;
	margin: 0;
	padding: 11px 13px;
	background: #fff;
	border: 1px solid #d8d8d5;
	border-radius: 7px;
	color: #555;
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
}

.contact-form .ui-selectmenu-button.ui-button:focus {
	border-color: var(--wp--preset--color--kartal-red);
	box-shadow: 0 0 0 3px rgba(237, 27, 47, 0.09);
	outline: none;
}

.contact-message-field {
	position: relative;
	margin-bottom: 12px;
}

.contact-message-count {
	position: absolute;
	right: 11px;
	bottom: 8px;
	color: #6f706e;
	font-size: 11px;
	line-height: 1;
	pointer-events: none;
}

.contact-form .contact-privacy-consent-wrap input[type="checkbox"] {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin: 0;
	accent-color: var(--wp--preset--color--kartal-red);
	cursor: pointer;
}

.contact-form .contact-privacy-consent-wrap {
	margin: 0 0 14px;
}

.contact-form .contact-privacy-consent-wrap .grunion-field-label {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: #535451;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
	cursor: pointer;
}

.contact-form .contact-privacy-consent-wrap input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.contact-form__submit {
	margin: 0;
}

.contact-form__submit .wp-element-button {
	min-height: 44px;
	padding: 12px 22px;
	background: var(--wp--preset--color--kartal-red);
	border: none;
	border-radius: 7px;
	color: #fff;
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	transition: background 160ms ease, transform 160ms ease;
}

.contact-form__submit .wp-element-button:hover {
	background: var(--wp--preset--color--charcoal);
	cursor: pointer;
	transform: translateY(-1px);
}

.contact-body__trust-col {
	display: flex;
	align-items: center;
	align-self: stretch;
	min-height: 100%;
	padding-top: 0;
}

.contact-brand-watermark {
	width: 100%;
	height: 430px;
	margin: 0;
	background-image: url("/wp-content/uploads/2026/07/kartalistan-logo-fixed-1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 390px;
	filter: invert(1);
	opacity: 0.065;
	pointer-events: none;
}

.contact-trust {
	max-width: 315px;
}

.contact-trust__item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	min-height: 112px;
	padding: 23px 0;
	border-bottom: 1px solid rgba(17, 19, 21, 0.12);
}

.contact-trust__item:first-child {
	padding-top: 0;
}

.contact-trust__item:last-child {
	border-bottom: 0;
}

.contact-trust__icon {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
}

.contact-trust__icon svg {
	width: 49px;
	height: 49px;
	fill: none;
	stroke: var(--wp--preset--color--ink);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.contact-trust__icon .contact-trust__accent {
	stroke: var(--wp--preset--color--kartal-red);
	stroke-width: 2.2;
}

.contact-trust h2 {
	margin: 0 0 7px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.25;
}

.contact-trust p {
	margin: 0;
	color: #595a57;
	font-size: 12px;
	line-height: 1.55;
}

@media (max-width: 960px) {
	.contact-page::before {
		right: -175px;
		opacity: 0.045;
	}

	.contact-body {
		flex-direction: column;
	}

	.contact-body .wp-block-column {
		flex-basis: 100% !important;
	}

	.contact-body__form-col,
	.contact-body__trust-col {
		width: 100%;
	}

	.contact-body__trust-col {
		display: none;
	}

	.contact-trust {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: none;
	}

	.contact-trust__item {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 12px;
		padding: 20px 16px;
		border-right: 1px solid rgba(17, 19, 21, 0.12);
		border-bottom: 0;
	}

	.contact-trust__item:first-child {
		padding-top: 20px;
		padding-left: 0;
	}

	.contact-trust__item:last-child {
		padding-right: 0;
		border-right: 0;
	}

	.contact-trust__icon,
	.contact-trust__icon svg {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 640px) {
	.contact-page {
		padding: 38px 16px 54px;
	}

	.contact-page::before {
		display: none;
	}

	.contact-hero {
		margin-bottom: 28px;
	}

	.contact-hero__kicker {
		margin-bottom: 22px;
	}

	.contact-hero__title {
		font-size: clamp(44px, 15vw, 62px);
	}

	.contact-hero__lede {
		font-size: 15px;
	}

	.contact-body__form-col form.contact-form {
		padding: 24px 18px 22px;
	}

	.contact-form__identity {
		gap: 12px;
	}

	.contact-topic-chips {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.contact-topic-chip {
		justify-content: flex-start;
		padding-inline: 14px;
	}

	.contact-trust {
		grid-template-columns: 1fr;
	}

	.contact-trust__item,
	.contact-trust__item:first-child,
	.contact-trust__item:last-child {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(17, 19, 21, 0.12);
	}

	.contact-trust__item:last-child {
		border-bottom: 0;
	}
}
