.mhf-get-started {
	max-width: 1060px;
	margin: 0 auto;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #0f172a;
}

.mhf-get-started .mhf-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.mhf-get-started .mhf-title {
	margin: 0;
	font-size: 22px;
	line-height: 1.06;
	font-weight: 700;
	color: #0b1020;
}

.mhf-get-started .mhf-subtitle {
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 1.3;
	color: #6b7280;
	font-weight: 600;
}

.mhf-get-started .mhf-head-icon {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: #f3f4f6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0b1020;
	flex-shrink: 0;
}

.mhf-get-started .mhf-head-icon svg {
	width: 26px;
	height: 26px;
}

.mhf-get-started .mhf-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 16px;
}

.mhf-get-started .mhf-field {
	margin: 0;
}

.mhf-get-started .mhf-field--full {
	grid-column: 1 / -1;
}

.mhf-get-started .mhf-phone-help {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.4;
	color: #6b7280;
}

.mhf-get-started .mhf-field-help {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.4;
	color: #6b7280;
}

.mhf-get-started .mhf-other-registry-field {
	display: none;
}

.mhf-get-started label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
	color: #0b1020;
}

.mhf-get-started .mhf-required {
	color: #e11d48;
	margin-left: 4px;
}

.mhf-get-started input[type="text"],
.mhf-get-started input[type="email"],
.mhf-get-started input[type="tel"],
.mhf-get-started select {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #f1f5f9;
	border-radius: 10px;
	background: #f8fafc;
	padding: 10px 14px;
	font-size: 16px;
	color: #1f2937;
	outline: none;
}

.mhf-get-started input[type="text"]:focus,
.mhf-get-started input[type="email"]:focus,
.mhf-get-started input[type="tel"]:focus,
.mhf-get-started select:focus {
	border-color: #2563eb;
	background: #fff;
}

.mhf-get-started .mhf-terms {
	margin: 6px 0 14px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 14px 16px;
	background: #fff;
}

.mhf-get-started .mhf-terms label {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size:14px;
	line-height: 1.35;
}

.mhf-get-started .mhf-terms input[type="checkbox"] {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	border: 1px solid #d1d5db;
}

.mhf-get-started #mhf-registration-message {
	margin: 12px 0;
}

.mhf-get-started #mhf-registration-message .login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	padding: 6px 10px;
	border-radius: 8px;
	background: #111827;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
}

.mhf-get-started #mhf-registration-message .login:hover {
	background: #1f2937;
	color: #fff;
}

.mhf-get-started #mhf-payment-section {
	display: none;
	margin: 20px 0;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 14px;
	background: #fff;
}

.mhf-get-started .mhf-payment-element {
	padding: 12px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
}

.mhf-get-started #mhf-payment-message {
	margin-top: 12px;
}

.mhf-get-started #mhf-submit-button {
	width: 100%;
	height: 52px;
	border: 0;
	border-radius: 12px;
	background: #49c84b;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}

.mhf-get-started #mhf-submit-button:hover:not(:disabled) {
	background: #2e9064;
}

.mhf-get-started #mhf-submit-button:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.mhf-get-started .mhf-honeypot {
	display: none;
}

.mhf-status-page {
	max-width: 1210px;
	margin: 0 auto;
	padding: 8px 0;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.mhf-notice {
	margin: 0 0 14px;
	padding: 11px 13px;
	border: 1px solid #fcd34d;
	border-radius: 10px;
	background: #fffbeb;
	color: #92400e;
	font-size: 14px;
	font-weight: 600;
}

.mhf-card {
	border: 1px solid #ecf1f6;
	border-radius: 14px;
	background: #fff;
	padding: 18px 20px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	margin-bottom: 18px;
}

.mhf-account-inline-notice {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
}

.mhf-account-inline-notice--success {
	border: 1px solid #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.mhf-account-inline-notice--error {
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #b91c1c;
}

.mhf-account-registry-form {
	margin: 0;
}

.mhf-account-registry-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mhf-account-registry-field {
	margin: 0;
}

.mhf-account-registry-field label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #111827;
}

.mhf-account-registry-field select,
.mhf-account-registry-field input[type="text"] {
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	padding: 10px 12px;
	font-size: 15px;
	color: #1f2937;
	outline: none;
}

.mhf-account-registry-field select:focus,
.mhf-account-registry-field input[type="text"]:focus {
	border-color: #2563eb;
}

.mhf-account-registry-field--other {
	display: none;
}

.mhf-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.mhf-card-heading {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.mhf-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	flex-shrink: 0;
}

.mhf-card-icon svg {
	width: 18px;
	height: 18px;
}

.mhf-card-icon--payment {
	background: #eff6ff;
	color: #2563eb;
}

.mhf-card-icon--eligibility {
	background: #ecfdf3;
	color: #16a34a;
}

.mhf-card-icon--history {
	background: #faf5ff;
	color: #9333ea;
}

.mhf-card-title {
	margin: 0;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	color: #111827;
}

.mhf-card-subtitle {
	margin: 2px 0 0;
	font-size: 16px;
	line-height: 1.3;
	color: #6b7280;
}

.mhf-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .01em;
	white-space: nowrap;
}

.mhf-badge svg {
	width: 12px;
	height: 12px;
}

.mhf-badge--success {
	background: #dcfce7;
	color: #15803d;
}

.mhf-badge--processing {
	background: #dbeafe;
	color: #1d4ed8;
}

.mhf-badge--danger {
	background: #fee2e2;
	color: #b91c1c;
}

.mhf-badge--muted {
	background: #f3f4f6;
	color: #4b5563;
}

.mhf-window-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.mhf-window-box {
	border-radius: 10px;
	background: #f8fafc;
	padding: 14px;
}

.mhf-window-label {
	margin: 0;
	font-size: 13px;
	color: #4b5563;
}

.mhf-window-value {
	margin: 4px 0 0;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
}

.mhf-payment-progress {
	padding: 14px 14px 12px;
	border: 1px solid #bfdbfe;
	border-radius: 10px;
	background: #eff6ff;
	margin-bottom: 14px;
}

.mhf-payment-progress__title {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #1d4ed8;
}

.mhf-payment-progress__bar {
	position: relative;
	width: 100%;
	height: 8px;
	overflow: hidden;
	background: #cbd5e1;
	border-radius: 999px;
	margin-bottom: 10px;
}

.mhf-payment-progress__fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	background: #0f172a;
	border-radius: 999px;
	animation: mhf-progress-slide 1.8s ease-in-out infinite;
}

.mhf-payment-progress__help {
	margin: 0 0 8px;
	font-size: 14px;
	color: #1d4ed8;
}

.mhf-payment-progress__disclaimer {
	margin: 0;
	font-size: 13px;
	color: #1d4ed8;
	font-style: italic;
}

.mhf-alert {
	border-radius: 10px;
	padding: 12px 14px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.mhf-alert--error {
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #b91c1c;
}

.mhf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.mhf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 14px;
	border: 1px solid #FF9B34;
	border-radius: 8px;
	background: #FF9B34;
	color: #fff!important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.mhf-btn svg {
	width: 14px;
	height: 14px;
}

.mhf-btn:hover {
	background: #ff6400;
	border-color: #ff6400;
	color: #fff;
}

.mhf-eligibility-status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1.15;
}

.mhf-eligibility-status svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
}

.mhf-eligibility-status--success {
	color: #15803d;
}

.mhf-eligibility-status--warning {
	color: #c2410c;
}

.mhf-card-copy {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	color: #4b5563;
}

.mhf-valid-box {
	margin: 10px 0 12px;
	border: 1px solid #bbf7d0;
	border-radius: 10px;
	background: #f0fdf4;
	padding: 12px 14px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.mhf-valid-box__label {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	color: #166534;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.mhf-valid-box__statement {
	margin: 4px 0 0;
	font-weight: 700;
	line-height: 1.2;
	color: #166534;
}

.mhf-valid-box__expiry {
	margin: 0;
	text-align: right;
	align-self: center;
	font-weight: 700;
	color: #166534;
	line-height: 1.2;
}

.mhf-history-empty {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	text-align: center;
}

.mhf-history-empty__icon {
	color: #9ca3af;
	margin-bottom: 8px;
}

.mhf-history-empty__icon svg {
	width: 34px;
	height: 34px;
}

.mhf-history-empty__title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #4b5563;
}

.mhf-history-empty__copy {
	margin: 4px 0 0;
	font-size: 16px;
	color: #6b7280;
}

.mhf-history-table-wrap {
	overflow-x: auto;
}

.mhf-history-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 760px;
	margin-top: 4px;
}

.mhf-history-table th,
.mhf-history-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #f1f5f9;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	color: #1f2937;
}

.mhf-history-table th {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	background: transparent;
	border-bottom: 1px solid #e5e7eb;
}

.mhf-history-table .mhf-cell-right {
	text-align: right;
}

.mhf-pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	background: #e5e7eb;
	color: #374151;
}

.mhf-pill--passed {
	background: #dcfce7;
	color: #166534;
}

.mhf-pill--failed {
	background: #fee2e2;
	color: #b91c1c;
}

.mhf-pill--expired {
	background: #f3f4f6;
	color: #4b5563;
}

.mhf-muted-dash {
	color: #9ca3af;
}

.mhf-verify-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 16px;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.mhf-verify-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 18px;
}

.mhf-verify-title {
	margin: 0 0 14px;
	font-size: 30px;
	line-height: 1.15;
}

.mhf-verify-kv {
	margin: 0 0 8px;
	font-size: 16px;
	color: #1f2937;
}

.mhf-verify-kv strong {
	color: #111827;
}

.mhf-verify-status-valid {
	color: #166534;
}

.mhf-verify-status-invalid {
	color: #b91c1c;
}

.mhf-verify-expired-alert {
	margin: 0 0 12px;
	padding: 12px 14px;
	border: 2px solid #b91c1c;
	border-radius: 10px;
	background: #fee2e2;
	color: #7f1d1d;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.mhf-verify-form {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.mhf-verify-input {
	flex: 1;
	height: 42px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 0 12px;
	font-size: 15px;
	outline: none;
}

.mhf-verify-input:focus {
	border-color: #2563eb;
}

.mhf-verify-btn {
	height: 42px;
	border: 0;
	border-radius: 8px;
	background: #111827;
	color: #fff;
	padding: 0 16px;
	font-weight: 600;
	cursor: pointer;
}

.mhf-verify-btn:hover {
	background: #1f2937;
}

.mhf-turnstile-wrap {
	margin: 16px 0 12px;
}

@keyframes mhf-progress-slide {
	0% { transform: translateX(-120%); }
	100% { transform: translateX(320%); }
}

@media (max-width: 900px) {
	.mhf-card {
		padding: 14px;
	}

	.mhf-card-title {
		font-size: 28px;
	}

	.mhf-card-subtitle {
		font-size: 14px;
	}

	.mhf-window-grid {
		grid-template-columns: 1fr;
	}

	.mhf-account-registry-grid {
		grid-template-columns: 1fr;
	}

	.mhf-window-value,
	.mhf-valid-box__statement,
	.mhf-valid-box__expiry,
	.mhf-eligibility-status,
	

	.mhf-valid-box {
		flex-direction: column;
	}

	.mhf-valid-box__expiry {
		text-align: left;
	}
}

@media (max-width: 700px) {

	.mhf-verify-form {
		flex-direction: column;
	}

	.mhf-verify-btn {
		width: 100%;
	}


	.mhf-get-started .mhf-head {
		align-items: center;
	}

	.mhf-get-started .mhf-form-grid {
		grid-template-columns: 1fr;
	}

	.mhf-get-started .mhf-field--full {
		grid-column: auto;
	}

	.mhf-get-started .mhf-terms label {
		display: block;
		line-height: 1.35;
		font-size: 13px;
	}

	.mhf-get-started .mhf-terms input[type="checkbox"] {
		float: left;
		margin: 4px 12px 0 0;
		width: 24px;
		height: 24px;
	}

	.mhf-get-started .mhf-terms label::after {
		content: "";
		display: block;
		clear: both;
	}

	.mhf-get-started .mhf-terms a {
		display: inline !important;
		white-space: normal;
	}
}
