.registration-hero {
	background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
	padding: 60px 0 40px 0;
	text-align: center;
}
.registration-hero h1 {
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.steps-container {
	max-width: 800px;
	margin: 0 auto;
}
.step {
	background: white;
	border-radius: 28px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	border-left: 5px solid #2c5f8a;
}
.step-number {
	background: #2c5f8a;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.comparison-table {
	overflow-x: auto;
	margin: 40px 0;
}
.comparison-table table {
	width: 100%;
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.comparison-table th {
	background: #1a405e;
	color: white;
	padding: 15px;
}
.comparison-table td {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #e2e8f0;
}
.badge {
	background: #28a745;
	color: white;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: bold;
}
.checkin-btn {
	background: #28a745;
	font-size: 1.2rem;
	padding: 15px 35px;
	margin: 20px 0;
	border: none;
	cursor: pointer;
}
.info-note {
	background: #fff3cd;
	border-left: 4px solid #ffc107;
	padding: 20px;
	border-radius: 16px;
	margin: 30px 0;
}
