.rm-5dc5c9da-wrapper {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
}

.rm-5dc5c9da-header {
	max-width: 800px;
	margin: 0 auto 40px auto;
}

.rm-5dc5c9da-top-label {
	display: inline-block;
	background-color: #fcece3;
	color: #e56b46;
	padding: 4px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.rm-5dc5c9da-title {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
	line-height: 1.3;
}

.rm-5dc5c9da-subtitle {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.rm-5dc5c9da-cards-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}

.rm-5dc5c9da-card {
	padding: 32px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
}

.rm-5dc5c9da-card:hover {
	transform: translateY(-5px);
}

.rm-5dc5c9da-card-label {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 24px;
	align-self: flex-start;
}

.rm-label-green {
	background-color: #e6f6eb;
	color: #0b8a36;
}

.rm-label-orange {
	background-color: #fdf2e8;
	color: #c75a00;
}

.rm-label-red {
	background-color: #fbecec;
	color: #c82e2e;
}

.rm-5dc5c9da-card h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.rm-5dc5c9da-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 24px;
	flex-grow: 1;
}

.rm-5dc5c9da-steps {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}

.rm-5dc5c9da-steps li {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #444;
	margin-bottom: 12px;
}

.rm-5dc5c9da-steps li:last-child {
	margin-bottom: 0;
}

.rm-5dc5c9da-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eef3fb;
	color: #0060df;
	font-size: 11px;
	font-weight: 700;
	margin-right: 12px;
	flex-shrink: 0;
}

.rm-5dc5c9da-link {
	display: inline-block;
	color: #0060df;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	margin-top: auto;
}

.rm-5dc5c9da-link:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.rm-5dc5c9da-cards-container {
		grid-template-columns: 1fr;
	}
}
