/* STS Contact page: scoped layout and visual polish. */
body.page-id-1071 .entry-content .sts-contact-section {
	padding: clamp(64px, 8vw, 104px) clamp(24px, 5vw, 72px);
}

body.page-id-1071 .entry-content .sts-contact-inner {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

body.page-id-1071 .entry-content .sts-contact-narrow {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

body.page-id-1071 .entry-content .sts-contact-eyebrow {
	color: #2ECC40;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.page-id-1071 .entry-content .sts-contact-hero {
	box-sizing: border-box;
	min-height: 680px;
	padding: 96px clamp(24px, 6vw, 80px);
}

body.page-id-1071 .entry-content .sts-contact-hero .wp-block-cover__inner-container {
	max-width: 760px;
	margin-right: auto;
	margin-left: 0;
}

body.page-id-1071 .entry-content .sts-contact-hero h1 {
	max-width: 780px;
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 800;
	line-height: 1.02;
}

body.page-id-1071 .entry-content .sts-contact-hero p {
	max-width: 720px;
}

body.page-id-1071 .entry-content .sts-contact-hero .sts-contact-eyebrow {
	display: block;
	width: auto;
	max-width: max-content;
	margin-bottom: 26px;
	padding: 0;
	color: #2ECC40 !important;
	font-size: 16px;
	line-height: 1.2;
}

body.page-id-1071 .entry-content .sts-contact-proof-row {
	display: flex;
	flex-wrap: wrap !important;
	gap: 0 14px;
	margin-top: 38px;
}

body.page-id-1071 .entry-content .sts-contact-proof-row > .wp-block-column {
	flex: 0 1 244px !important;
	width: 244px;
}

body.page-id-1071 .entry-content .sts-contact-proof {
	display: flex;
	align-items: center;
	min-height: 0;
	margin: 0;
	padding: 0 0 0 14px;
	border-left: 3px solid #2ECC40;
	color: #FFFFFF !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
}

body.page-id-1071 .entry-content .sts-contact-card-grid,
body.page-id-1071 .entry-content .sts-contact-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

body.page-id-1071 .entry-content .sts-contact-card,
body.page-id-1071 .entry-content .sts-contact-step {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 26px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #FFFFFF;
	box-sizing: border-box;
}

body.page-id-1071 .entry-content .sts-contact-step {
	min-height: 212px;
}

body.page-id-1071 .entry-content .sts-contact-card-grid > *,
body.page-id-1071 .entry-content .sts-contact-step-grid > * {
	margin-block-start: 0 !important;
}

body.page-id-1071 .entry-content .sts-contact-card h3,
body.page-id-1071 .entry-content .sts-contact-step h3 {
	margin-top: 0;
	font-size: 22px;
}

body.page-id-1071 .entry-content .sts-contact-card a {
	color: #1A1A1A;
	font-weight: 800;
	text-decoration-color: #2ECC40;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

body.page-id-1071 .entry-content .sts-contact-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	padding-left: 0;
	list-style: none;
}

body.page-id-1071 .entry-content .sts-contact-check-list li {
	padding: 14px 16px;
	border-left: 3px solid #2ECC40;
	background: #FFFFFF;
}

body.page-id-1071 .entry-content .sts-contact-split {
	align-items: center;
	gap: clamp(32px, 6vw, 72px);
}

body.page-id-1071 .entry-content .sts-contact-map-frame {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #FFFFFF;
}

body.page-id-1071 .entry-content .sts-contact-map-frame iframe {
	display: block;
	width: 100%;
	height: clamp(360px, 42vw, 480px);
	border: 0;
}

body.page-id-1071 .entry-content .sts-contact-form-card {
	max-width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #FFFFFF;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm,
body.page-id-1071 .entry-content .sts-contact-form-card form {
	margin: 0;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-block-single {
	margin-bottom: 22px;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-input-common {
	width: 100%;
	min-height: 52px;
	padding: 13px 16px;
	border: 1px solid #dce5df !important;
	border-radius: 6px;
	background: #FFFFFF !important;
	color: #1A1A1A !important;
	box-shadow: 0 1px 2px rgba(26, 26, 26, 0.04);
	font-size: 16px;
	line-height: 1.5;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-input-textarea {
	min-height: 148px;
	resize: vertical;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-input-common::placeholder {
	color: #66736b !important;
	opacity: 1;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-input-common:focus {
	border-color: #2ECC40 !important;
	outline: 2px solid rgba(46, 204, 64, 0.2);
	outline-offset: 2px;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-submit-container {
	margin-top: 8px;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-submit-button {
	padding: 14px 22px !important;
	border: 1px solid #2ECC40 !important;
	border-radius: 6px !important;
	background: #2ECC40 !important;
	color: #1A1A1A !important;
	box-shadow: none;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-id-1071 .entry-content .sts-contact-form-card .srfm-submit-button:hover,
body.page-id-1071 .entry-content .sts-contact-form-card .srfm-submit-button:focus-visible {
	border-color: #168a27 !important;
	background: #168a27 !important;
	color: #FFFFFF !important;
	box-shadow: 0 10px 22px rgba(26, 26, 26, 0.18);
	transform: translateY(-1px);
}

body.page-id-1071 .entry-content .sts-contact-dark {
	background: #1A1A1A;
	color: #FFFFFF;
}

body.page-id-1071 .entry-content .sts-contact-dark h2,
body.page-id-1071 .entry-content .sts-contact-dark h3,
body.page-id-1071 .entry-content .sts-contact-dark p,
body.page-id-1071 .entry-content .sts-contact-dark li {
	color: #FFFFFF;
}

body.page-id-1071 .entry-content .sts-contact-dark .sts-contact-step {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.04);
}

body.page-id-1071 .entry-content .sts-contact-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

body.page-id-1071 .entry-content .sts-contact-image-frame img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

body.page-id-1071 .entry-content .wp-block-button__link {
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-id-1071 .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background-color: #2ECC40 !important;
	color: #1A1A1A !important;
	border-color: #2ECC40 !important;
}

body.page-id-1071 .entry-content .sts-contact-hero .wp-block-button.is-style-outline .wp-block-button__link,
body.page-id-1071 .entry-content .sts-contact-dark .wp-block-button.is-style-outline .wp-block-button__link {
	color: #FFFFFF !important;
	border-color: #2ECC40 !important;
}

body.page-id-1071 .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
body.page-id-1071 .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible,
body.page-id-1071 .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
body.page-id-1071 .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
	background-color: #168a27 !important;
	color: #FFFFFF !important;
	border-color: #168a27 !important;
	box-shadow: 0 10px 22px rgba(26, 26, 26, 0.18);
	transform: translateY(-1px);
}

body.page-id-1071 .entry-content .sts-contact-reveal-image {
	opacity: 1;
	transform: none;
}

body.page-id-1071.sts-contact-motion .entry-content .sts-contact-reveal-image {
	opacity: 0;
	transform: translateY(20px);
	will-change: opacity, transform;
}

@media (max-width: 921px) {
	body.page-id-1071 .entry-content .sts-contact-card-grid,
	body.page-id-1071 .entry-content .sts-contact-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 544px) {
	body.page-id-1071 .entry-content .sts-contact-section {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	body.page-id-1071 .entry-content .sts-contact-hero {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	body.page-id-1071 .entry-content .sts-contact-proof-row {
		gap: 16px;
	}

	body.page-id-1071 .entry-content .sts-contact-proof-row > .wp-block-column {
		flex-basis: 100% !important;
		width: 100%;
	}

	body.page-id-1071 .entry-content .sts-contact-card-grid,
	body.page-id-1071 .entry-content .sts-contact-step-grid,
	body.page-id-1071 .entry-content .sts-contact-check-list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-1071 .entry-content .sts-contact-reveal-image,
	body.page-id-1071.sts-contact-motion .entry-content .sts-contact-reveal-image {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body.page-id-1071 .entry-content .wp-block-button__link {
		transition: none !important;
	}

	body.page-id-1071 .entry-content .sts-contact-form-card .srfm-submit-button {
		transition: none !important;
	}
}
