/**
 * Contact Page — TREEPLAST Request a Quote.
 * Scoped to .tk-contact-page so it cannot collide with CONTACT Home.
 */

.tk-contact-page.tk-ch {
	--tk-ch-dark: #104433;
	--tk-ch-green: #3b6e52;
	--tk-ch-lime: #acd36f;
	--tk-ch-white: #ffffff;
	--tk-ch-ink: #104433;
	--tk-ch-mute: #5a7264;
	--tk-ch-line: #e4ebe6;
	--tk-ch-font: "Almarai", sans-serif;
	--tk-ch-ease: cubic-bezier(0.12, 0.23, 0.5, 1);
	--tk-ch-dur: 0.4s;
	--tk-logo-vb: 2000;
	--tk-logo-art-x: 340;
	--tk-logo-art-y: 790;
	--tk-logo-art-w: 1320;
	--tk-logo-art-h: 490;

	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 140px 0 72px;
	overflow: hidden;
	background: var(--tk-ch-dark);
	color: var(--tk-ch-white);
	font-family: var(--tk-ch-font);
	-webkit-font-smoothing: antialiased;
}

.tk-contact-page.tk-ch *,
.tk-contact-page.tk-ch *::before,
.tk-contact-page.tk-ch *::after {
	box-sizing: border-box;
}

.tk-contact-page .tk-ch__deco {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 45% at 100% 0%, rgba(172, 211, 111, 0.09), transparent 58%),
		radial-gradient(ellipse 55% 40% at 0% 100%, rgba(59, 110, 82, 0.4), transparent 60%);
}

.tk-contact-page .tk-ch__deco::after {
	content: "";
	position: absolute;
	inset: -20% -10%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600' fill='none'%3E%3Cpath d='M-40 420C180 280 420 500 640 340C860 180 1040 300 1240 220' stroke='%23ACD36F' stroke-opacity='0.08' stroke-width='1.2'/%3E%3Cpath d='M-20 180C220 80 480 240 720 120C960 0 1120 160 1280 80' stroke='%23FFFFFF' stroke-opacity='0.04' stroke-width='1.2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tk-contact-page .tk-ch__container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	min-width: 0;
}

.tk-contact-page .tk-ch__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	width: 100%;
	max-width: 760px;
}

.tk-contact-page .tk-ch__badge {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--tk-ch-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--tk-ch-lime);
}

.tk-contact-page .tk-ch__badge::before,
.tk-contact-page .tk-ch__badge::after {
	content: "";
	width: 18px;
	height: 1px;
	background: var(--tk-ch-lime);
	opacity: 0.7;
}

.tk-contact-page .tk-ch__title {
	margin: 0;
	font-family: var(--tk-ch-font);
	font-size: clamp(32px, 4.4vw, 52px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--tk-ch-white);
	text-wrap: balance;
}

.tk-contact-page .tk-ch__mark {
	color: var(--tk-ch-lime);
	font-weight: 800;
}

.tk-contact-page .tk-ch__desc {
	margin: 0;
	max-width: 620px;
	font-family: var(--tk-ch-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.tk-contact-page .tk-ch__card {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	width: 100%;
	max-width: 100%;
	min-width: 0;
	background: var(--tk-ch-white);
	border: 1px solid rgba(16, 68, 51, 0.08);
	border-radius: 8px;
	overflow: hidden;
}

.tk-contact-page .tk-ch__info,
.tk-contact-page .tk-ch__quote {
	min-width: 0;
	padding: 40px;
}

.tk-contact-page .tk-ch__info {
	display: flex;
	flex-direction: column;
	gap: 28px;
	background: #f7faf7;
	border-inline-end: 1px solid var(--tk-ch-line);
}

.tk-contact-page .tk-ch__logo-frame {
	display: block;
	position: relative;
	height: 40px;
	width: auto;
	aspect-ratio: 1320 / 490;
	max-width: 220px;
	overflow: hidden;
}

.tk-contact-page .tk-ch__logo-img {
	position: absolute;
	display: block;
	left: calc(var(--tk-logo-art-x) / var(--tk-logo-art-w) * -100%);
	top: calc(var(--tk-logo-art-y) / var(--tk-logo-art-h) * -100%);
	width: calc(var(--tk-logo-vb) / var(--tk-logo-art-w) * 100%);
	height: auto;
	max-width: none;
	object-fit: contain;
	filter: none;
}

.tk-contact-page .tk-ch__partner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tk-contact-page .tk-ch__partner-title {
	margin: 0;
	font-family: var(--tk-ch-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tk-ch-ink);
}

.tk-contact-page .tk-ch__accent {
	display: block;
	width: 40px;
	height: 2px;
	background: var(--tk-ch-lime);
}

.tk-contact-page .tk-ch__partner-text {
	margin: 0;
	font-family: var(--tk-ch-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--tk-ch-mute);
}

.tk-contact-page .tk-ch__rows {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.tk-contact-page .tk-ch__row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--tk-ch-line);
	text-decoration: none;
	color: inherit;
}

.tk-contact-page .tk-ch__row:last-of-type {
	border-bottom: 0;
}

.tk-contact-page a.tk-ch__row:hover .tk-ch__row-value {
	color: var(--tk-ch-green);
}

.tk-contact-page .tk-ch__icon {
	flex: 0 0 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	background: var(--tk-ch-white);
	border: 1px solid var(--tk-ch-line);
	color: var(--tk-ch-green);
}

.tk-contact-page .tk-ch__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.tk-contact-page .tk-ch__row-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.tk-contact-page .tk-ch__row-label {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tk-ch-green);
}

.tk-contact-page .tk-ch__row-value {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--tk-ch-ink);
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.tk-contact-page .tk-ch__hours {
	margin-top: 8px;
	padding: 16px;
	border-radius: 6px;
	background: rgba(172, 211, 111, 0.14);
	border: 1px solid rgba(172, 211, 111, 0.28);
}

.tk-contact-page .tk-ch__hours .tk-ch__icon {
	background: rgba(255, 255, 255, 0.7);
	border-color: transparent;
	color: var(--tk-ch-dark);
}

.tk-contact-page .tk-ch__quote {
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: var(--tk-ch-white);
}

.tk-contact-page .tk-ch__quote-head {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tk-contact-page .tk-ch__quote-title {
	margin: 0;
	font-family: var(--tk-ch-font);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--tk-ch-ink);
}

.tk-contact-page .tk-ch__quote-sub {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--tk-ch-mute);
}

.tk-contact-page .tk-ch__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 18px;
	width: 100%;
}

.tk-contact-page .tk-ch__field {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
	margin: 0;
	min-width: 0;
}

.tk-contact-page .tk-ch__field--full {
	grid-column: 1 / -1;
}

.tk-contact-page .tk-ch__label {
	font-size: 13px;
	font-weight: 700;
	color: var(--tk-ch-ink);
}

.tk-contact-page .tk-ch__req {
	color: var(--tk-ch-green);
}

.tk-contact-page.tk-ch input.tk-ch__input,
.tk-contact-page.tk-ch select.tk-ch__select,
.tk-contact-page.tk-ch textarea.tk-ch__textarea {
	width: 100%;
	margin: 0;
	padding: 0 14px;
	height: 46px;
	border: 1px solid #d5ddd8;
	border-radius: 4px;
	background: var(--tk-ch-white);
	font-family: var(--tk-ch-font);
	font-size: 14px;
	font-weight: 400;
	color: var(--tk-ch-ink);
	appearance: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tk-contact-page.tk-ch textarea.tk-ch__textarea {
	height: 110px;
	padding: 12px 14px;
	resize: vertical;
	min-height: 110px;
}

.tk-contact-page.tk-ch select.tk-ch__select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23104433' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-inline-end: 36px;
}

.tk-contact-page.tk-ch .tk-ch__input::placeholder,
.tk-contact-page.tk-ch .tk-ch__textarea::placeholder {
	color: #8aa090;
	opacity: 1;
}

.tk-contact-page.tk-ch .tk-ch__input:hover,
.tk-contact-page.tk-ch .tk-ch__select:hover,
.tk-contact-page.tk-ch .tk-ch__textarea:hover {
	border-color: #b7c7bb;
}

.tk-contact-page.tk-ch input.tk-ch__input:focus,
.tk-contact-page.tk-ch select.tk-ch__select:focus,
.tk-contact-page.tk-ch textarea.tk-ch__textarea:focus {
	outline: none;
	border-color: var(--tk-ch-dark) !important;
	box-shadow: 0 0 0 3px rgba(16, 68, 51, 0.12) !important;
}

.tk-contact-page.tk-ch .tk-ch__input:focus-visible,
.tk-contact-page.tk-ch .tk-ch__select:focus-visible,
.tk-contact-page.tk-ch .tk-ch__textarea:focus-visible,
.tk-contact-page.tk-ch .tk-ch__submit:focus-visible {
	outline: 2px solid var(--tk-ch-green);
	outline-offset: 2px;
}

.tk-contact-page .tk-ch__actions {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.tk-contact-page .tk-ch__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid var(--tk-ch-lime);
	border-radius: 4px;
	background: var(--tk-ch-lime);
	color: var(--tk-ch-dark);
	font-family: var(--tk-ch-font);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.tk-contact-page .tk-ch__submit-icon {
	display: flex;
	width: 16px;
	height: 16px;
}

.tk-contact-page .tk-ch__submit-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.tk-contact-page .tk-ch__submit:hover {
	background: #3b6e52;
	border-color: #3b6e52;
	color: var(--tk-ch-white);
	box-shadow: 0 8px 18px rgba(16, 68, 51, 0.18);
}

.tk-contact-page .tk-ch__submit:active {
	background: var(--tk-ch-dark);
	border-color: var(--tk-ch-dark);
	color: var(--tk-ch-white);
	box-shadow: none;
}

.tk-contact-page .tk-ch__submit.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.tk-contact-page .tk-ch__privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	color: var(--tk-ch-mute);
	text-align: center;
}

.tk-contact-page .tk-ch__privacy svg {
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	color: var(--tk-ch-green);
}

.tk-contact-page .tk-ch__status {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--tk-ch-green);
	display: none;
	text-align: center;
}

.tk-contact-page .tk-ch__status.is-visible {
	display: block;
}

.tk-contact-page .tk-ch__status.is-error {
	color: #9b2c2c;
}

.tk-contact-page .tk-ch__hp {
	position: absolute;
	transform: scale(0);
	pointer-events: none;
	opacity: 0;
}

.tk-contact-page .tk-ch__values {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px 20px;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tk-contact-page .tk-ch__value {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	padding: 4px 0;
}

.tk-contact-page .tk-ch__value-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: var(--tk-ch-lime);
}

.tk-contact-page .tk-ch__value-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.tk-contact-page .tk-ch__value-title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--tk-ch-white);
}

.tk-contact-page .tk-ch__value-text {
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.72);
}

.tk-contact-page [data-tk-ch-reveal] {
	opacity: 0;
	transform: translateY(16px);
	transition:
		opacity var(--tk-ch-dur) var(--tk-ch-ease),
		transform var(--tk-ch-dur) var(--tk-ch-ease);
}

.tk-contact-page [data-tk-ch-reveal].is-in {
	opacity: 1;
	transform: none;
}

@media (max-width: 1199.98px) {
	.tk-contact-page.tk-ch {
		padding: 120px 0 56px;
	}

	.tk-contact-page .tk-ch__info,
	.tk-contact-page .tk-ch__quote {
		padding: 32px;
	}

	.tk-contact-page .tk-ch__title {
		font-size: 40px;
	}
}

@media (max-width: 991.98px) {
	.tk-contact-page .tk-ch__card {
		grid-template-columns: 1fr;
	}

	.tk-contact-page .tk-ch__info {
		border-inline-end: 0;
		border-bottom: 1px solid var(--tk-ch-line);
	}

	.tk-contact-page .tk-ch__values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.tk-contact-page.tk-ch {
		padding: 108px 0 48px;
	}

	.tk-contact-page .tk-ch__container {
		padding: 0 16px;
		gap: 28px;
	}

	.tk-contact-page .tk-ch__info,
	.tk-contact-page .tk-ch__quote {
		padding: 24px;
	}

	.tk-contact-page .tk-ch__form {
		grid-template-columns: 1fr;
	}

	.tk-contact-page .tk-ch__title {
		font-size: 30px;
	}

	.tk-contact-page .tk-ch__quote-title {
		font-size: 22px;
	}

	.tk-contact-page .tk-ch__submit {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.tk-contact-page .tk-ch__values {
		grid-template-columns: 1fr 1fr;
		gap: 20px 12px;
	}

	.tk-contact-page .tk-ch__desc {
		font-size: 15px;
	}
}

@media (max-width: 374.98px) {
	.tk-contact-page .tk-ch__values {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tk-contact-page [data-tk-ch-reveal],
	.tk-contact-page .tk-ch__submit,
	.tk-contact-page.tk-ch input.tk-ch__input,
	.tk-contact-page.tk-ch select.tk-ch__select,
	.tk-contact-page.tk-ch textarea.tk-ch__textarea {
		transition: none;
	}

	.tk-contact-page [data-tk-ch-reveal] {
		opacity: 1;
		transform: none;
	}
}

[dir="rtl"] .tk-contact-page.tk-ch select.tk-ch__select {
	background-position: left 14px center;
}
