.register-page {
	padding: 120px 0 80px;
	background: #f1f1f5;
	min-height: 100vh;
}

.register-header {
	text-align: center;
	margin-bottom: 32px;
}

.register-tabs {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.register-tab {
	padding: 12px 28px;
	border-radius: 24px;
	border: 2px solid #fcb200;
	background: #fff;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.register-tab.active {
	background: #fcb200;
	color: #000;
}

.register-tab-panel {
	display: none;
}

.register-tab-panel.active {
	display: block;
}

.onboard-steps {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.onboard-step {
	padding: 8px 16px;
	border-radius: 20px;
	background: #e9ecef;
	color: #6c757d;
	font-size: 14px;
	font-weight: 600;
}

.onboard-step.active {
	background: #fcb200;
	color: #000;
}

.onboard-step.done {
	background: #198754;
	color: #fff;
}

.onboard-panel {
	display: none;
}

.onboard-panel.active {
	display: block;
}

.onboard-section-title {
	font-size: 15px;
	font-weight: 700;
	margin: 24px 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dee2e6;
}

#onboardBacklogFields,
#onboardBankFields,
#landlordBankFields,
#landlordPayWeekDayField {
	display: none;
}

.terms-link {
	color: #fcb200;
	font-weight: 600;
	text-decoration: underline;
}

.terms-link.disabled {
	color: #6c757d;
	pointer-events: none;
	text-decoration: none;
}

.form-hint {
	font-size: 13px;
	color: #6c757d;
	margin-top: 4px;
}
