.stability-release__banner {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #e2e4e9;
	border-radius: 8px;
	padding: 10px;
}

.stability-release__banner-content {
	display: flex;
	align-items: center;
	gap: 16px;
}

.stability-release__banner-content .image {
	width: 64px;
	height: 64px;
}

.stability-release__banner-content .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.stability-release__banner-content-title {
	color: #111827;
	font-size: 24px;
	font-weight: 700;
}

.stability-release__banner-content-description {
	color: #111827;
	font-size: 14px;
	font-weight: 300;
	opacity: 0.82;
}

.stability-release__banner-cta {
	background: #ffb600;
	color: #011530;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 38px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	line-height: 24px;
}

.stability-release__banner-cta:hover {
	background: #e69f00;
}

/* stability release v2 */
.stability-release__modal {
	padding: 0;
	border: none;
	border-radius: 12px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
	max-width: 900px;
	width: 90vw;
	height: 90vh;
	max-height: 90vh;
	overflow: hidden;
	margin: auto;
}

.stability-release__modal::backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
}

.stability-release__modal-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.stability-release__modal-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px 24px 16px 24px;
	background: #fff;
	flex-shrink: 0;
}

.stability-release__modal-close {
	background: none;
	border: none;

	cursor: pointer;
	color: #6b7280;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	z-index: 10;
}

.stability-release__modal-close:hover {
	background: #f3f4f6;
	color: #374151;
}

.stability-release__modal-header-stage {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 24px;
	background: #fff;
	flex-shrink: 0;
}

.stability-release__modal-header-stage-item {
	width: 100%;
	height: 5px;
	border-radius: 10px;
	background: #f3f4f6;
}

.stability-release__modal-header-stage-item.active {
	background: #011530;
}

.stability-release__modal-body {
	overflow-y: auto;
	padding: 24px;
	background: #fff;
	flex: 1;
	min-height: 0;
}

.stability-release__modal-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 16px 24px 24px 24px;
	border-top: 1px solid #e2e4e9;
	background: #fff;
	flex-shrink: 0;
}

.stability-release__modal-button {
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: all 0.2s ease;
	line-height: 20px;
	min-width: 100px;
}

.stability-release__modal-button.secondary {
	background: #fff;
	color: #374151;
	border: 1px solid #d1d5db;
}

.stability-release__modal-button.secondary:hover {
	background: #f9fafb;
	border-color: #9ca3af;
}

.stability-release__modal-button.primary {
	background: #ffb600;
	color: #011530;
}

.stability-release__modal-button.primary:hover {
	background: #e69f00;
}

.stability-release__modal-header-content {
	background: #011635;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
	flex: 1;
}

@media (max-width: 768px) {
	.stability-release__modal-header-content img {
		display: none;
	}
}

.stability-release__modal-header-content img {
	width: 150px;
}

.stability-release__modal-header-content .content h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 42px;
	padding-bottom: 2px;
}

.stability-release__modal-header-content .content p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	opacity: 0.82;
	padding-bottom: 2px;
}

.stability-release__features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.stability-release__feature-item {
	gap: 20px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #e5e7eb;

	.content {
		margin-top: 10px;

		h4 {
			font-size: 16px;
			font-weight: 600;
			color: #111827;
			padding-bottom: 8px;
		}

		p {
			font-size: 16px;
			font-weight: 300;
			color: #404040;
		}
	}
}

.stability-release__feature-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.left h4 {
	font-size: 16px;
	font-weight: 500;
	color: #111827;
	padding-bottom: 8px;
}

.improvements {
	font-size: 14px;
	font-weight: 400;
	color: #1c1c1c;
	background: #f6f4f3;
	border: 1px solid #d6dae1;
	border-radius: 38px;
	padding: 2px 12px;
}

@media (max-width: 768px) {
	.stability-release__modal {
		width: 90vw;
		max-width: 400px;
		height: 85vh;
		max-height: 85vh;
		margin: auto;
	}

	.stability-release__modal-header,
	.stability-release__modal-body,
	.stability-release__modal-footer,
	.stability-release__modal-header-stage {
		padding-left: 16px;
		padding-right: 16px;
	}

	.stability-release__modal-header-content {
		flex-direction: column;
		text-align: center;
		gap: 12px;
	}

	.stability-release__modal-header-content img {
		width: 150px;
	}

	.stability-release__modal-header-content .content h3 {
		font-size: 20px;
		line-height: 32px;
	}

	.stability-release__modal-header-content .content p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 300;
	}

	.stability-release__features {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.stability-release__modal-footer {
		/* flex-direction: column; */
		gap: 8px;
	}

	.stability-release__modal-button {
		width: 100%;
		padding: 14px 24px;
	}

	.stability-release__modal-body {
		padding: 16px;
	}

	.stability-release__modal-close {
		top: 8px;
		right: 8px;
		width: 20px;
		height: 20px;
	}

	.stability-release__banner {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.stability-release__banner-content-title {
		font-size: 20px;
		font-weight: 500;
	}

	.stability-release__banner-content-description {
		font-size: 12px;
	}

	.stability-release__banner-cta {
		width: 100%;
		padding: 12px 24px;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
	}

	.improvements {
		display: none;
	}
}