.tmic-hhh-page .tmic-hhh-intake-form-shell {
	width: min(100%, 980px);
	margin: 28px auto 0;
	color: var(--tmic-hhh-charcoal, #1f2933);
}

.tmic-hhh-page .tmic-hhh-intake-form-shell__lead,
.tmic-hhh-page .tmic-hhh-intake-form-shell__notice {
	color: #fff;
}

.tmic-hhh-page .tmic-hhh-intake-form-shell__notice {
	margin-bottom: 24px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
}

.tmic-hhh-page .tmic-hhh-intake-form {
	padding: clamp(20px, 4vw, 38px);
	border: 1px solid var(--tmic-hhh-line, #dce4e8);
	border-radius: var(--tmic-hhh-radius, 12px);
	background: #fff;
	box-shadow: var(--tmic-hhh-shadow, 0 10px 32px rgba(23, 50, 77, 0.09));
}

.tmic-hhh-page .tmic-hhh-intake-form,
.tmic-hhh-page .tmic-hhh-intake-form * {
	box-sizing: border-box;
}

.tmic-hhh-page .tmic-hhh-intake-form fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.tmic-hhh-page .tmic-hhh-intake-form fieldset + fieldset {
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid var(--tmic-hhh-line, #dce4e8);
}

.tmic-hhh-page .tmic-hhh-intake-form legend {
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
	color: var(--tmic-hhh-navy, #17324d);
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.4;
}

.tmic-hhh-page .tmic-hhh-intake-grid {
	display: grid;
	gap: 18px;
}

.tmic-hhh-page .tmic-hhh-intake-grid + .tmic-hhh-intake-grid,
.tmic-hhh-page .tmic-hhh-intake-grid + .tmic-hhh-field,
.tmic-hhh-page .tmic-hhh-field + .tmic-hhh-intake-grid,
.tmic-hhh-page .tmic-hhh-field + .tmic-hhh-field {
	margin-top: 20px;
}

.tmic-hhh-page .tmic-hhh-intake-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tmic-hhh-page .tmic-hhh-intake-form input[type="text"],
.tmic-hhh-page .tmic-hhh-intake-form input[type="email"],
.tmic-hhh-page .tmic-hhh-intake-form select,
.tmic-hhh-page .tmic-hhh-intake-form textarea {
	display: block;
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #a8b5be;
	border-radius: 8px;
	background: #fff;
	color: #17212b;
	font: inherit;
	line-height: 1.5;
}

.tmic-hhh-page .tmic-hhh-intake-form textarea {
	min-height: 112px;
	resize: vertical;
}

.tmic-hhh-page .tmic-hhh-intake-form input:focus-visible,
.tmic-hhh-page .tmic-hhh-intake-form select:focus-visible,
.tmic-hhh-page .tmic-hhh-intake-form textarea:focus-visible {
	border-color: var(--tmic-hhh-teal, #2b7a78);
	outline: 3px solid rgba(43, 122, 120, 0.25);
	outline-offset: 1px;
}

.tmic-hhh-page .tmic-hhh-choice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.tmic-hhh-page .tmic-hhh-choice,
.tmic-hhh-page .tmic-hhh-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 12px 13px;
	border: 1px solid var(--tmic-hhh-line, #dce4e8);
	border-radius: 9px;
	background: #f8fafb;
	color: #24313b;
	cursor: pointer;
}

.tmic-hhh-page .tmic-hhh-choice:hover,
.tmic-hhh-page .tmic-hhh-consent:hover {
	border-color: var(--tmic-hhh-teal, #2b7a78);
}

.tmic-hhh-page .tmic-hhh-choice input,
.tmic-hhh-page .tmic-hhh-consent input {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	accent-color: var(--tmic-hhh-teal, #2b7a78);
}

.tmic-hhh-page .tmic-hhh-consent-list {
	display: grid;
	gap: 11px;
}

/* Required / optional field badges. */
.tmic-hhh-page .tmic-hhh-badge {
	display: inline-block;
	margin-inline-start: 6px;
	padding: 1px 6px;
	border-radius: 4px;
	font-size: 0.68em;
	font-weight: 700;
	line-height: 1.7;
	vertical-align: middle;
	white-space: nowrap;
}

.tmic-hhh-page .tmic-hhh-badge--required {
	background: #d32f2f;
	color: #fff;
}

.tmic-hhh-page .tmic-hhh-badge--optional {
	background: #e2e8ed;
	color: #52636f;
}

.tmic-hhh-page .tmic-hhh-badge__hint {
	margin-inline-start: 6px;
	color: #6b7a86;
	font-size: 0.82em;
	font-weight: 400;
}

/* Client-side validation state (Pristine.js — progressive enhancement). */
.tmic-hhh-page .tmic-hhh-validate--invalid input,
.tmic-hhh-page .tmic-hhh-validate--invalid select,
.tmic-hhh-page .tmic-hhh-validate--invalid textarea {
	border-color: #c62828;
}

.tmic-hhh-page .tmic-hhh-validate--invalid.tmic-hhh-choice,
.tmic-hhh-page .tmic-hhh-validate--invalid.tmic-hhh-consent {
	border-color: #c62828;
}

.tmic-hhh-page .tmic-hhh-field__error {
	display: block;
	margin-top: 6px;
	color: #c62828;
	font-size: 0.85rem;
	font-weight: 600;
}

.tmic-hhh-page .tmic-hhh-consent .tmic-hhh-field__error {
	flex-basis: 100%;
	margin-top: 2px;
}

.tmic-hhh-page .tmic-hhh-intake-submit {
	margin-top: 30px;
	text-align: center;
}

.tmic-hhh-page .tmic-hhh-intake-submit .tmic-hhh-button {
	min-height: 50px;
}

.tmic-hhh-page .tmic-hhh-intake-submit .tmic-hhh-button:disabled {
	cursor: wait;
	opacity: 0.68;
}

.tmic-hhh-page .tmic-hhh-intake-submit p {
	max-width: 720px;
	margin: 12px auto 0;
	color: #52636f;
	font-size: 0.9rem;
}

.tmic-hhh-page .tmic-hhh-intake-result {
	margin: 22px auto;
	padding: 20px;
	border: 2px solid transparent;
	border-radius: 11px;
	background: #fff;
	color: #1f2933;
}

.tmic-hhh-page .tmic-hhh-intake-result h3 {
	margin-bottom: 8px;
}

.tmic-hhh-page .tmic-hhh-intake-result p:last-child {
	margin-bottom: 0;
}

.tmic-hhh-page .tmic-hhh-intake-result--success {
	border-color: #4c8c70;
	background: #edf8f2;
}

.tmic-hhh-page .tmic-hhh-intake-result--error {
	border-color: #a83a3a;
	background: #fff2f2;
}

.tmic-hhh-page .tmic-hhh-intake-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 720px) {

	.tmic-hhh-page .tmic-hhh-choice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tmic-hhh-page .tmic-hhh-intake-submit .tmic-hhh-button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.tmic-hhh-page .tmic-hhh-choice-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tmic-hhh-page .tmic-hhh-intake-form *,
	.tmic-hhh-page .tmic-hhh-intake-result {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

