.mw-research {
	width: 100%;
	padding: 0;
	background: transparent;
}

.mw-research__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 44px;
	width: 100%;
}

.mw-research__card {
	position: relative;
	min-height: 431px;
	padding: 28px 28px 30px;
	border-radius: 18px;
	border: 1px solid #cfd9e4;
	box-shadow: 0 10px 20px rgba(48, 77, 122, 0.12);
	box-sizing: border-box;
	overflow: hidden;
}

.mw-research__card--theme-blue {
	background: #2A6EF5;
	border-color: rgba(42, 110, 245, 0.2);
	color: #ffffff;
}

.mw-research__card--theme-green {
	background: #0EC9A4;
	border-color: rgba(14, 201, 164, 0.2);
	color: #ffffff;
}

.mw-research__card--theme-light {
	background: #fbfbfc;
	color: #171d2d;
}

.mw-research__icon-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.mw-research__icon {
	width: 72px;
	height: 72px;
	object-fit: contain;
	display: block;
}

.mw-research__label {
	margin: 0 0 8px;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 500;
}

.mw-research__card--theme-blue .mw-research__label,
.mw-research__card--theme-green .mw-research__label {
	color: rgba(255, 255, 255, 0.72);
}

.mw-research__card--theme-light .mw-research__label {
	color: #8f98af;
}

.mw-research__title {
	margin: 0 0 12px;
	font-family: "Syne", sans-serif;
	font-size: 21px;
	line-height: 1.18;
	font-weight: 600;
}

.mw-research__card--theme-blue .mw-research__title,
.mw-research__card--theme-green .mw-research__title {
	color: #ffffff;
}

.mw-research__card--theme-light .mw-research__title {
	color: #171d2d;
}

.mw-research__description {
	margin: 0 0 22px;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 400;
	max-width: 460px;
}

.mw-research__card--theme-blue .mw-research__description,
.mw-research__card--theme-green .mw-research__description {
	color: rgba(255, 255, 255, 0.78);
}

.mw-research__card--theme-light .mw-research__description {
	color: #5f6984;
}

.mw-research__progress-list {
	display: grid;
	gap: 16px;
	margin-top: 8px;
}

.mw-research__progress-item {
	display: grid;
	gap: 8px;
}

.mw-research__progress-label {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
}

.mw-research__card--theme-blue .mw-research__progress-label,
.mw-research__card--theme-green .mw-research__progress-label {
	color: #ffffff;
}

.mw-research__card--theme-light .mw-research__progress-label {
	color: #171d2d;
}

.mw-research__progress-track {
	width: 100%;
	height: 6px;
	border-radius: 999px;
	overflow: hidden;
}

.mw-research__card--theme-blue .mw-research__progress-track,
.mw-research__card--theme-green .mw-research__progress-track {
	background: rgba(255, 255, 255, 0.14);
}

.mw-research__card--theme-light .mw-research__progress-track {
	background: #eef3f9;
}

.mw-research__progress-fill {
	width: 0;
	height: 100%;
	border-radius: inherit;
	transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.mw-research__card--theme-blue .mw-research__progress-fill,
.mw-research__card--theme-green .mw-research__progress-fill {
	background: rgba(255, 255, 255, 0.92);
}

.mw-research__card--theme-light .mw-research__progress-fill {
	background: #2A6EF5;
}

.mw-research__detail-list {
	margin-top: 6px;
}

.mw-research__detail-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #dbe4ee;
}

.mw-research__detail-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.mw-research__detail-label {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	color: #56617c;
}

.mw-research__detail-value {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 500;
	white-space: nowrap;
}

.mw-research__detail-value--blue {
	color: #2A6EF5;
}

.mw-research__detail-value--green {
	color: #0EC9A4;
}

.mw-research__detail-value--red {
	color: #ef4444;
}

.mw-research__detail-value--default {
	color: #56617c;
}

.mw-research__detail-arrow {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	transform: translateY(-1px);
}

.mw-research__stat-block {
	margin-top: 28px;
}

.mw-research__stat-number {
	margin: 0 0 10px;
	font-family: "Syne", sans-serif;
	font-size: 54px;
	line-height: 0.95;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #2A6EF5;
}

.mw-research__stat-caption {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 400;
	color: #9aa4bb;
	max-width: 340px;
}

.mw-research__notice {
	padding: 14px 16px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #d9dfe7;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #5f6882;
}

@media (max-width: 1024px) {
	.mw-research__grid {
		gap: 24px;
	}

	.mw-research__card {
		min-height: auto;
		padding: 24px;
	}

	.mw-research__icon {
		width: 64px;
		height: 64px;
	}

	.mw-research__title {
		font-size: 19px;
	}

	.mw-research__description {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.mw-research__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mw-research__card {
		min-height: auto;
		padding: 22px 18px 24px;
		border-radius: 16px;
	}

	.mw-research__icon {
		width: 58px;
		height: 58px;
	}

	.mw-research__label {
		font-size: 14px;
	}

	.mw-research__title {
		font-size: 18px;
	}

	.mw-research__description {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 18px;
	}

	.mw-research__progress-label {
		font-size: 13px;
	}

	.mw-research__detail-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mw-research__detail-value {
		justify-self: start;
	}

	.mw-research__stat-number {
		font-size: 48px;
	}

	.mw-research__stat-caption {
		font-size: 13px;
	}
}