.oma-access-gate-wrap {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1.5rem, 4vw, 3rem);
	background: #f1f3f7;
	color: #172b52;
}

.oma-access-gate-panel {
	width: 100%;
	max-width: 28rem;
	background: #fff;
	border-radius: 12px;
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: 0 12px 40px rgba(15, 29, 56, 0.12);
}

.oma-access-gate-greeting {
	margin: 0 0 0.75rem;
	font-size: clamp(0.9375rem, 1.5vw + 0.375rem, 1.0625rem);
	font-weight: 600;
	line-height: 1.45;
	color: #172b52;
}

.oma-access-gate-kicker {
	margin: 0 0 0.35rem;
	font-size: clamp(0.75rem, 1vw + 0.4rem, 0.875rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #657891;
}

.oma-access-gate-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 3vw + 0.5rem, 2rem);
	line-height: 1.2;
	color: #172b52;
}

.oma-access-gate-intro,
.oma-access-gate-request-copy {
	margin: 0 0 1rem;
	font-size: clamp(0.9375rem, 1.5vw + 0.375rem, 1.0625rem);
	color: #3a4f73;
}

.oma-access-gate-section-title {
	margin: 0 0 0.75rem;
	font-size: clamp(1rem, 2vw + 0.25rem, 1.25rem);
	color: #172b52;
}

.oma-access-gate-login-section {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e4e8f0;
}

.oma-access-gate-label {
	display: block;
	margin: 0 0 0.35rem;
	font-size: clamp(0.75rem, 1vw + 0.4rem, 0.875rem);
	font-weight: 600;
}

.oma-access-gate-input {
	display: block;
	width: 100%;
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #c5cedb;
	border-radius: 6px;
	font-size: clamp(0.9375rem, 1.5vw + 0.375rem, 1.0625rem);
}

.oma-access-gate-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.7rem 1rem;
	border: 0;
	border-radius: 6px;
	background: #172b52;
	color: #fff;
	font-size: clamp(0.875rem, 1.5vw + 0.375rem, 1rem);
	font-weight: 700;
	cursor: pointer;
}

.oma-access-gate-submit-secondary {
	background: #fff;
	color: #172b52;
	border: 2px solid #172b52;
}

.oma-access-gate-message {
	margin: 0 0 1rem;
	padding: 0.65rem 0.75rem;
	border-radius: 6px;
	font-size: clamp(0.875rem, 1.25vw + 0.375rem, 1rem);
}

.oma-access-gate-message-error {
	background: #fcebec;
	color: #8a1f1f;
}

.oma-access-gate-message-success {
	background: #edf7ed;
	color: #1e6b2f;
}
