.site-main--contact {
	position: relative;
	padding-top: 0;
	background: #fff;
	color: #111827;
}

.contact-page__breadcrumb {
	background: #f3f4f9;
}

.contact-page__breadcrumb a { color: inherit; text-decoration: none; }
.contact-page__breadcrumb span { margin-left: 0; }

.contact-page__hero {
	padding: 61px 24px 50px;
	margin-top: -15px;
	background: radial-gradient(circle at 25% 20%, rgba(128, 199, 0, .2), transparent 35%), radial-gradient(circle at 75% 70%, rgba(0, 153, 170, .16), transparent 38%), #eef1ff;
	text-align: center;
}

.contact-page__hero > p { margin: 0 0 8px; color: #39b54a; font-family: Afacad, sans-serif; font-size: 20px; font-weight: 700; }
.contact-page__hero h1 { margin: 0; font-size: 48px; letter-spacing: .08em; }
.contact-page__hero > div { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.contact-page__hero > div span { padding: 10px 22px; border-radius: 999px; background: #fff; box-shadow: 0 4px 18px rgba(15, 23, 42, .06); font-size: 14px; font-weight: 700; }

.contact-page__body {
	display: grid;
	max-width: 1200px;
	padding: 62px 0 88px;
	margin: 0 auto;
	grid-template-columns: 300px minmax(0, 820px);
	gap: 48px;
}

.contact-page__intro { position: sticky; top: 100px; align-self: start; }
.contact-page__intro .section-kicker { margin: 0 0 10px; color: #39b54a; font-family: Afacad, sans-serif; font-size: 18px; font-weight: 700; }
.contact-page__intro h2 { margin: 0 0 22px; font-size: 32px; line-height: 1.45; white-space: nowrap; }
.contact-page__intro > p:not(.section-kicker) { font-size: 15px; line-height: 1.9; }
.contact-page__intro ul { display: grid; gap: 14px; padding: 0; margin: 28px 0 0; list-style: none; }
.contact-page__intro li { display: grid; padding: 0; margin: 0; grid-template-columns: 20px minmax(0, 1fr); align-items: start; column-gap: 10px; font-size: 14px; line-height: 1.8; }
.contact-page__intro li::before { display: grid; position: static; width: 20px; height: 20px; margin-top: 3px; place-items: center; border-radius: 50%; background: #eaf8df; color: #4eaf00; content: '✓'; font-weight: 900; line-height: 1; }

.contact-page__form { min-width: 0; padding: 28px 36px; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; box-shadow: 0 8px 30px rgba(15, 23, 42, .08); }
.contact-page__form .c-table-res-form { display: block; width: 100%; border: 0; }
.contact-page__form .c-table-res-form tbody { display: block; }
.contact-page__form .c-table-res-form tr { display: grid; min-height: 0; padding: 13px 0; grid-template-columns: 170px minmax(0, 1fr); align-items: center; gap: 20px; border-bottom: 1px solid #e5e7eb; }
.contact-page__form .c-table-res-form th,
.contact-page__form .c-table-res-form td { display: block; padding: 0; border: 0; background: transparent; text-align: left; vertical-align: top; }
.contact-page__form .c-table-res-form th { display:flex; position:relative; width:auto!important; max-width:none!important; padding:0!important; align-items:center; justify-content:space-between; gap:10px; font-size:14px; line-height:1.5; white-space:nowrap; word-break:keep-all; overflow-wrap:normal; }
.contact-page__form .c-table-res-form th > p { display:grid; width:100%; margin:0; grid-template-columns:minmax(0,1fr) 34px; align-items:center; column-gap:10px; text-align:left; }
.contact-page__form .c-table-res-form td { min-width: 0; }
.contact-page__form .c-table-res-form td > p { margin: 0; }
.contact-page__form .c-table-res-form tr:nth-last-child(2) { align-items: center; }
.contact-page__form .required { display:inline-flex; position:static; width:34px; min-width:34px; padding:2px 5px; margin:0; align-items:center; justify-content:center; align-self:center; border-radius:99px; background:#eaf8df; color:#489d00; font-size:11px; line-height:1.5; transform:none; }
.contact-page__form input[type=text],
.contact-page__form input[type=email],
.contact-page__form input[type=tel],
.contact-page__form textarea { width: 100%; padding: 14px 16px; border: 1px solid #d9dee7; border-radius: 8px; background: #f8fafc; font: inherit; }
.contact-page__form textarea { min-height: 140px; resize: vertical; }
.contact-page__form input:focus,
.contact-page__form textarea:focus { border-color: #39b54a; outline: 3px solid rgba(57, 181, 74, .12); }
.contact-page__form input[type=submit] { display: block; min-width: 220px; padding: 17px 34px; border: 0; border-radius: 10px; margin: 0 auto 8px; background: linear-gradient(110deg, #80c700, #09a); color: #fff; cursor: pointer; font-size: 16px; font-weight: 700; }
.contact-page__form .wpcf7-spinner { vertical-align: middle; }
.contact-page__form .wpcf7-response-output { padding: 14px 18px; margin: 24px 0 0; border-radius: 8px; }
.contact-page__form .c-table-res-form tr:last-child td { text-align: center; }
.contact-page__form .c-table-res-form tr:last-child td > p { margin: 0; font-size: 13px; line-height: 1.8; text-align: center; }
.contact-page__form .cf-turnstile { display: flex; width: 100%; margin: 0 auto 20px; align-items: center; justify-content: center; }
.ds-turnstile-notice { padding: 12px; border-radius: 6px; background: #fff7d6; color: #725700; font-size: 13px; }

@media (max-width: 900px) {
	.contact-page__hero { padding: 69px 20px 54px; }
	.contact-page__hero h1 { font-size: 36px; }
	.contact-page__hero > div { flex-wrap: wrap; }
	.contact-page__body { display: block; width: calc(100% - 32px); padding: 56px 0 80px; }
	.contact-page__intro { position: static; margin-bottom: 36px; }
	.contact-page__intro h2 { white-space: normal; }
	.contact-page__form { padding: 28px 20px; }
	.contact-page__form .c-table-res-form tr { display: block; }
	.contact-page__form .c-table-res-form th { margin-bottom: 10px; }
}
