.rehber-hero {
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: center;
}

.rehber-hero h1 {
	font-weight: 700;
	margin-bottom: 12px;
}

.rehber-hero p {
	color: #555;
}

.rehber-info {
	background: #f7f9fc;
	border: 1px solid #e6ebf1;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 40px;
}

.rehber-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rehber-info li {
	padding: 6px 0;
}

.rehber-section {
	margin-bottom: 50px;
}

.rehber-section h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	border-left: 4px solid #0d6efd;
	padding-left: 12px;
}

.rehber-steps {
	counter-reset: step;
	list-style: none;
	padding: 0;
}

.rehber-steps li {
	position: relative;
	padding-left: 42px;
	margin-bottom: 14px;
	line-height: 1.6;
}

.rehber-steps li::before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: #1d4279;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rehber-note {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.rehber-note i {
	font-size: 20px;
	flex-shrink: 0;
}
.rehber-note {
	background: linear-gradient(
		135deg,
		#f4f8ff,
		#eef3fb
	);
	border: 1px solid #dce6f5;
	color: #334155;
}

.rehber-note i {
	color: #0d6efd;
}

.rehber-next {
	margin-bottom: 120px;
	padding: 40px 32px;
	text-align: center;
	border-radius: 20px;

	/* glass effect */
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);

	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.rehber-next h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}

.rehber-next p {
	max-width: 600px;
	margin: 0 auto 25px;
	color: #475569;
	line-height: 1.6;
}

@media (max-width: 576px) {
	.rehber-next {
		padding: 28px 20px;
		border-radius: 16px;
	}

	.rehber-next h3 {
		font-size: 18px;
	}
}

.rehber-next::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	right: 20%;
	height: 1px;
	background: linear-gradient(
		to right,
		transparent,
		rgba(13,110,253,0.4),
		transparent
	);
}

.kimlik-hero {
	background: #f7f9fc;
	padding: 50px 30px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid #e6ebf1;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04);
	margin-bottom: 50px;
}

.kimlik-hero h2 {
	font-weight: 700;
	margin-bottom: 10px;
}

.kimlik-hero p {
	max-width: 650px;
	margin: 0 auto 20px;
	opacity: 0.9;
}
