.manivo-provider-terms-gate {
	max-width: 760px;
	margin: 48px auto 72px;
	padding: 0 20px;
	color: #0a3158;
}
.manivo-provider-terms-card {
	background: #fff;
	border: 1px solid #d9e5ec;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(10,49,88,.08);
	padding: 36px;
}
.manivo-provider-terms-kicker {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	color: #008c78;
	margin-bottom: 8px;
}
.manivo-provider-terms-card h1 {
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.12;
	margin: 0 0 12px;
	color: #082f57;
}
.manivo-provider-terms-intro {
	font-size: 16px;
	line-height: 1.6;
	color: #53677a;
	margin: 0 0 24px;
}
.manivo-provider-terms-view {
	display: inline-block;
	font-weight: 800;
	color: #007d6d;
	margin-bottom: 20px;
}
.manivo-provider-terms-form {
	border-top: 1px solid #e1e9ee;
	padding-top: 22px;
}
.manivo-provider-terms-check {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #f3fbf8;
	border: 1px solid #bfe8dc;
	border-radius: 12px;
	padding: 16px;
	line-height: 1.5;
	color: #20384d;
}
.manivo-provider-terms-check input {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}
.manivo-provider-terms-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 20px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	background: #0b3158;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
}
.manivo-provider-terms-success,
.manivo-provider-terms-error {
	border-radius: 10px;
	padding: 13px 15px;
	margin: 0 0 18px;
	font-weight: 700;
}
.manivo-provider-terms-success { background: #eaf8f1; color: #146a49; border: 1px solid #bfe5d1; }
.manivo-provider-terms-error { background: #fff2f0; color: #9a2f25; border: 1px solid #f0c8c2; }
@media (max-width: 600px) {
	.manivo-provider-terms-gate { margin-top: 24px; padding: 0 14px; }
	.manivo-provider-terms-card { padding: 24px 20px; border-radius: 14px; }
	.manivo-provider-terms-button { width: 100%; }
}
