.mw-works {
	padding: 10px 0 20px!important;
}

.mw-works__inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.mw-works__header {
	max-width: 760px;
	margin: 0 auto 58px;
	text-align: center;
	padding: 0 16px;
}

.mw-works__title {
	margin: 0;
	font-family: "Syne", sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	letter-spacing: 0;
	color: #0f172a;
}

.mw-works__title-accent {
	color: #0ec9a4;
}

.mw-works__description {
	max-width: 640px;
	margin: 20px auto 0;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
	color: #4b5675;
}

.mw-works__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px;
	width: 100%;
}

.mw-works__grid--count-1 .mw-works__card {
	flex: 0 0 100%;
	max-width: 100%;
}

.mw-works__grid--count-2 .mw-works__card {
	flex: 0 0 calc(50% - 11px);
	max-width: calc(50% - 11px);
}

.mw-works__grid--count-3plus .mw-works__card {
	flex: 0 0 calc(33.3333% - 14.67px);
	max-width: calc(33.3333% - 14.67px);
}

.mw-works__card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	min-height: 308px;
	padding: 28px 28px 24px;
	border: 1px solid #d2d7e2;
	border-radius: 10px;
	background: #fbfbfc;
	box-sizing: border-box;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mw-works__card:hover {
	transform: translateY(-6px);
}

.mw-works__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background: var(--mw-card-accent, #2a6ef5);
}

.mw-works__card-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mw-works__bg-text {
	position: absolute;
	top: 10px;
	right: 18px;
	left: 18px;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	pointer-events: none;
	user-select: none;
	font-family: "Syne", sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	letter-spacing: -0.04em;
	text-align: right;
	color: var(--mw-card-bg-text, #2a6ef5);
	opacity: 0.4;
	white-space: nowrap;
	text-rendering: geometricPrecision;
	transition: opacity 0.3s ease;
}

.mw-works__card:hover .mw-works__bg-text {
	opacity: 1;
}

.mw-works__bg-text sup {
	font-size: 0.5em;
	line-height: 0;
	position: relative;
	top: -0.45em;
	left: 0.03em;
}

.mw-works__card-badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 6px 10px;
	border: 1px solid var(--mw-card-accent, #2a6ef5);
	border-radius: 999px;
	background: var(--mw-card-badge-bg, rgba(42, 110, 245, 0.08));
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--mw-card-accent, #2a6ef5);
	margin-bottom: 18px;
}

.mw-works__card-title {
	position: relative;
	z-index: 2;
	margin: 0 0 12px;
	padding-right: 0;
	font-family: "Syne", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	color: #111827;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mw-works__card-subtitle {
	margin: 0 0 14px;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #98a4bf;
}

.mw-works__card-description {
	margin: 0 0 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0;
	color: #4b5675;
}

.mw-works__points {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.mw-works__point {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0;
	color: #4b5675;
}

.mw-works__point::before {
	content: "";
	flex: 0 0 10px;
	width: 10px;
	height: 19px;
	background-image: var(--mw-point-icon);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px auto;
	margin-top: 0;
}

.mw-works__card--blue {
	--mw-card-accent: #2a6ef5;
	--mw-card-bg-text: #2a6ef5;
	--mw-card-badge-bg: rgba(42, 110, 245, 0.08);
	--mw-point-icon: url("https://khaki-frog-329810.hostingersite.com/wp-content/uploads/2026/03/%E2%86%92.png");
	box-shadow: 0 2px 8px 0 #4632b74d;
}

.mw-works__card--blue:hover {
	box-shadow: 0 10px 24px 0 rgba(70, 50, 183, 0.18);
	border-color: rgba(42, 110, 245, 0.28);
}

.mw-works__card--green {
	--mw-card-accent: #0ec9a4;
	--mw-card-bg-text: #0ec9a4;
	--mw-card-badge-bg: rgba(14, 201, 164, 0.08);
	--mw-point-icon: url("https://khaki-frog-329810.hostingersite.com/wp-content/uploads/2026/03/%E2%86%92-1.png");
	box-shadow: 0 2px 8px 0 #32b78d4d;
}

.mw-works__card--green:hover {
	box-shadow: 0 10px 24px 0 rgba(50, 183, 141, 0.18);
	border-color: rgba(14, 201, 164, 0.28);
}

.mw-works__card--yellow {
	--mw-card-accent: #e2b800;
	--mw-card-bg-text: #ffd11a;
	--mw-card-badge-bg: rgba(255, 209, 26, 0.12);
	--mw-point-icon: url("https://khaki-frog-329810.hostingersite.com/wp-content/uploads/2026/03/%E2%86%92-3.png");
	box-shadow: 0 2px 8px 0 #b2b7324d;
}

.mw-works__card--yellow:hover {
	box-shadow: 0 10px 24px 0 rgba(178, 183, 50, 0.18);
	border-color: rgba(255, 209, 26, 0.38);
}

.myw-widget-notice {
	padding: 14px 16px;
	border: 1px solid #d0d7e2;
	border-radius: 8px;
	background: #fff;
	color: #4b5675;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.mw-works__title {
		font-size: 46px;
	}

	.mw-works__description {
		font-size: 15px;
		line-height: 1.7;
	}

	.mw-works__grid--count-3plus .mw-works__card {
		flex: 0 0 calc(50% - 11px);
		max-width: calc(50% - 11px);
	}

	.mw-works__bg-text {
		font-size: 64px;
		left: 18px;
		right: 18px;
	}

	.mw-works__card-title {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.mw-works {
		padding: 26px 0 10px;
	}

	.mw-works__inner {
		padding: 0;
	}

	.mw-works__header {
		margin-bottom: 28px;
		padding: 0 12px;
	}

	.mw-works__title {
		font-size: 34px;
		line-height: 1.05;
	}

	.mw-works__description {
		max-width: 100%;
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.65;
	}

	.mw-works__grid {
		gap: 18px;
	}

	.mw-works__grid .mw-works__card,
	.mw-works__grid--count-1 .mw-works__card,
	.mw-works__grid--count-2 .mw-works__card,
	.mw-works__grid--count-3plus .mw-works__card {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.mw-works__card {
		min-height: auto;
		padding: 20px 18px 18px;
	}

	.mw-works__card-badge {
		margin-bottom: 14px;
	}

	.mw-works__card-title {
		font-size: 18px;
		line-height: 1.15;
		margin-bottom: 10px;
		padding-right: 0;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.mw-works__card-subtitle {
		margin-bottom: 12px;
	}

	.mw-works__card-description {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 10px;
	}

	.mw-works__bg-text {
		top: 12px;
		left: 18px;
		right: 18px;
		font-size: 64px;
		letter-spacing: -0.04em;
	}

	.mw-works__points {
		gap: 7px;
	}
}