.lscu-contact-page {
	--lscu-ink: #143e46;
	--lscu-muted: #607c82;
	--lscu-teal: #07989b;
	--lscu-green: #0b5f4a;
	--lscu-line: rgba(31, 151, 151, 0.2);
	background: #f2fbfb;
	color: var(--lscu-ink);
}

.lscu-contact-page .hero-section {
	display: none;
}

.lscu-contact-page #main-container,
.lscu-contact-page #main-container > main {
	background: linear-gradient(132deg, #f7fcfc 0%, #dcf7f7 47%, #dcf8eb 100%);
}

.lscu-contact-page #main-container {
	min-height: calc(100vh - 190px);
	position: relative;
}

.lscu-contact-page #main-container::before {
	background: linear-gradient(90deg, rgba(19, 158, 165, 0.08), rgba(46, 187, 132, 0.08));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lscu-contact-page .ct-container-full[data-content="normal"] {
	max-width: none;
	padding-inline: 0;
	padding-bottom: 0;
	padding-top: 22px;
	width: 100%;
}

.lscu-contact-page .entry-content {
	max-width: none !important;
	width: 100% !important;
}

.lscu-contact-page .entry-content > .lscu-page {
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.lscu-page {
	background: transparent;
	box-sizing: border-box;
	color: var(--lscu-ink);
	padding: 0;
	width: 100%;
}

.lscu-shell {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1380px;
	width: calc(100% - 80px);
}

.lscu-heading {
	margin: 0 0 18px;
}

.lscu-heading h1 {
	color: var(--lscu-ink);
	font-size: 34px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
}

.lscu-heading p {
	color: var(--lscu-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.lscu-form {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(240, 253, 251, 0.72));
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(20, 103, 108, 0.13);
	box-sizing: border-box;
	overflow: hidden;
	padding: 32px;
	position: relative;
	width: 100%;
}

.lscu-form::before {
	background: linear-gradient(90deg, var(--lscu-teal), #28b983);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lscu-grid {
	display: grid;
	gap: 22px 24px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.lscu-span-2 {
	grid-column: 1 / -1;
}

.lscu-field label {
	color: var(--lscu-ink);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 8px;
}

.lscu-field,
.lscu-phone-row,
.lscu-phone-row > * {
	min-width: 0;
}

.lscu-field label span {
	color: #9b3434;
}

.lscu-field input[type="text"],
.lscu-field input[type="email"],
.lscu-field input[type="tel"],
.lscu-field select,
.lscu-field textarea {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(11, 95, 74, 0.34);
	border-radius: 7px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--lscu-ink);
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	outline: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.lscu-field input[type="text"],
.lscu-field input[type="email"],
.lscu-field input[type="tel"],
.lscu-field select {
	height: 48px;
	padding: 0 14px;
}

.lscu-field textarea {
	min-height: 168px;
	padding: 13px 14px;
	resize: vertical;
}

.lscu-field input:hover,
.lscu-field select:hover,
.lscu-field textarea:hover {
	border-color: rgba(11, 95, 74, 0.52);
}

.lscu-field input:focus,
.lscu-field select:focus,
.lscu-field textarea:focus {
	background: #fff;
	border-color: var(--lscu-green);
	box-shadow: 0 0 0 3px rgba(11, 95, 74, 0.08);
}

.lscu-field input::placeholder,
.lscu-field textarea::placeholder {
	color: #789096;
	opacity: 1;
}

.lscu-phone-row {
	display: grid;
	grid-template-columns: minmax(190px, 42%) minmax(0, 1fr);
}

.lscu-phone-row select {
	border-radius: 7px 0 0 7px;
	border-right: 0;
	padding-right: 34px;
}

.lscu-phone-row input[type="tel"] {
	border-radius: 0 7px 7px 0;
}

.lscu-phone-row:focus-within select {
	border-color: var(--lscu-green);
}

.lscu-submit {
	align-items: center;
	background: var(--lscu-green) !important;
	border: 1px solid var(--lscu-green) !important;
	border-radius: 7px !important;
	box-shadow: 0 12px 24px rgba(11, 95, 74, 0.18) !important;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 750;
	height: 54px;
	justify-content: center;
	padding: 0 22px;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

.lscu-submit:hover,
.lscu-submit:focus-visible {
	background: #084638 !important;
	border-color: #084638 !important;
	box-shadow: 0 15px 28px rgba(11, 95, 74, 0.24) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.lscu-submit:focus-visible {
	outline: 2px solid var(--lscu-teal);
	outline-offset: 3px;
}

.lscu-submit:disabled {
	background: #87a69e !important;
	border-color: #87a69e !important;
	box-shadow: none !important;
	cursor: wait;
	opacity: 0.8;
	transform: none;
}

.lscu-status {
	border: 1px solid;
	border-radius: 7px;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	padding: 13px 15px;
}

.lscu-status.is-success {
	background: rgba(229, 248, 242, 0.9);
	border-color: rgba(17, 119, 79, 0.25);
	color: var(--lscu-green);
}

.lscu-status.is-error {
	background: #fff3f2;
	border-color: #d89994;
	color: #8b211b;
}

.lscu-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.lscu-thank-you-page .ct-container-full[data-content="normal"] {
	padding-bottom: 34px;
	padding-top: 34px;
}

.lscu-thank-shell {
	display: grid;
	place-items: center;
}

.lscu-thank-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(240, 253, 251, 0.82));
	border: 1px solid rgba(255, 255, 255, 0.96);
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(20, 103, 108, 0.14);
	box-sizing: border-box;
	max-width: 680px;
	overflow: hidden;
	padding: 52px 56px 48px;
	position: relative;
	text-align: center;
	width: 100%;
}

.lscu-thank-card::before {
	background: linear-gradient(90deg, var(--lscu-teal), #28b983);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lscu-thank-icon {
	background: rgba(220, 247, 239, 0.86);
	border: 1px solid rgba(11, 95, 74, 0.14);
	border-radius: 50%;
	display: block;
	height: 72px;
	margin: 0 auto 22px;
	position: relative;
	width: 72px;
}

.lscu-thank-icon::before {
	border-bottom: 4px solid var(--lscu-green);
	border-right: 4px solid var(--lscu-green);
	content: "";
	height: 25px;
	left: 28px;
	position: absolute;
	top: 18px;
	transform: rotate(45deg);
	width: 13px;
}

.lscu-thank-eyebrow {
	color: var(--lscu-teal);
	font-size: 13px;
	font-weight: 760;
	line-height: 1.4;
	margin: 0 0 6px;
}

.lscu-thank-card h1 {
	color: var(--lscu-ink);
	font-size: 34px;
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
}

.lscu-thank-copy {
	color: var(--lscu-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 auto 30px;
	max-width: 510px;
}

.lscu-thank-actions {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lscu-thank-button {
	align-items: center;
	border: 1px solid;
	border-radius: 7px;
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	font-weight: 740;
	height: 50px;
	justify-content: center;
	padding: 0 18px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.lscu-thank-button-primary {
	background: var(--lscu-green);
	border-color: var(--lscu-green);
	box-shadow: 0 12px 24px rgba(11, 95, 74, 0.18);
	color: #fff !important;
}

.lscu-thank-button-primary:hover,
.lscu-thank-button-primary:focus-visible {
	background: #084638;
	border-color: #084638;
	box-shadow: 0 15px 28px rgba(11, 95, 74, 0.24);
	color: #fff !important;
	transform: translateY(-1px);
}

.lscu-thank-button-secondary {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(11, 95, 74, 0.28);
	color: var(--lscu-green) !important;
}

.lscu-thank-button-secondary:hover,
.lscu-thank-button-secondary:focus-visible {
	background: rgba(226, 247, 239, 0.9);
	border-color: var(--lscu-green);
	color: #084638 !important;
	transform: translateY(-1px);
}

.lscu-thank-button:focus-visible {
	outline: 2px solid var(--lscu-teal);
	outline-offset: 3px;
}

@media (min-width: 701px) {
	.lscu-thank-shell {
		min-height: calc(100vh - 310px);
	}
}

@media (max-width: 900px) {
	.lscu-shell {
		width: calc(100% - 40px);
	}

	.lscu-form {
		padding: 28px;
	}
}

@media (max-width: 700px) {
	.lscu-contact-page .ct-container-full[data-content="normal"] {
		padding-bottom: 20px;
		padding-top: 18px;
	}

	.lscu-shell {
		width: calc(100% - 28px);
	}

	.lscu-heading h1 {
		font-size: 30px;
	}

	.lscu-form {
		padding: 24px 18px 20px;
	}

	.lscu-grid {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
	}

	.lscu-span-2 {
		grid-column: auto;
	}

	.lscu-phone-row {
		grid-template-columns: minmax(118px, 42%) minmax(0, 1fr);
	}

	.lscu-phone-row select {
		padding-left: 10px;
		padding-right: 26px;
	}

	.lscu-thank-you-page .ct-container-full[data-content="normal"] {
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.lscu-thank-card {
		padding: 38px 20px 24px;
	}

	.lscu-thank-icon {
		height: 64px;
		margin-bottom: 18px;
		width: 64px;
	}

	.lscu-thank-icon::before {
		left: 24px;
		top: 15px;
	}

	.lscu-thank-card h1 {
		font-size: 30px;
	}

	.lscu-thank-copy {
		font-size: 15px;
		margin-bottom: 24px;
	}

	.lscu-thank-actions {
		grid-template-columns: 1fr;
	}
}
