.webok-solution-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 12px;
}

.webok-solution-archive {
	background: #fff;
	color: #11263c;
}

.webok-solution-archive__hero {
	padding: 42px 0 24px;
}

.webok-solution-archive__hero h1 {
	margin: 10px 0 10px;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.15;
	color: #0b2440;
	letter-spacing: -0.02em;
}

.webok-solution-archive__hero p {
	margin: 0;
	max-width: 920px;
	font-size: 16px;
	line-height: 1.75;
	color: #32475d;
}

.webok-solution-archive__cards {
	padding: 24px 0 56px;
}

.webok-solution-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.webok-solution-card {
	background: #fff;
	border: 1px solid #d8e2ec;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(11, 36, 64, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	display: flex;
	flex-direction: column;
}

.webok-solution-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(11, 36, 64, 0.12);
}

.webok-solution-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eef3f8;
	overflow: hidden;
}

.webok-solution-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.webok-solution-card:hover .webok-solution-card__image {
	transform: scale(1.03);
}

.webok-solution-card__placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #315277;
	background: linear-gradient(140deg, #eef4fa 0%, #dde8f4 100%);
}

.webok-solution-card__body {
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1 1 auto;
}

.webok-solution-card__title {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
}

.webok-solution-card__title a {
	color: #0b2440;
	text-decoration: none;
}

.webok-solution-card__title a:hover {
	color: #0056a6;
}

.webok-solution-card__desc,
.webok-solution-card__tags {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #3f546a;
}

.webok-solution-card__tags {
	color: #0a4f99;
	font-weight: 600;
}

.webok-solution-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	appearance: none;
	-webkit-appearance: none;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid #0b4f94;
	background: #0b4f94;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.webok-solution-card__body .webok-solution-btn {
	margin-top: auto;
}

.webok-solution-btn:hover {
	background: #073d73;
	border-color: #073d73;
	color: #fff;
	transform: translateY(-1px);
}

.webok-solution-btn--ghost {
	background: transparent;
	color: #0b4f94;
}

.webok-solution-btn--ghost:hover {
	background: #0b4f94;
	color: #fff;
}

.webok-solution-archive__cta {
	padding: 0 0 72px;
}

.webok-solution-cta {
	background: linear-gradient(180deg, #f4f8fd 0%, #eef4fb 100%);
	border: 1px solid #d6e2ef;
	border-radius: 18px;
	padding: clamp(24px, 5vw, 36px);
}

.webok-solution-cta h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.25;
	color: #0b2440;
}

.webok-solution-cta p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #35506b;
	max-width: 900px;
}

.webok-solution-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.webok-solution-single {
	background: #fff;
	color: #11263c;
}

.webok-solution-single__hero {
	padding: 32px 0 50px;
	background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
	border-bottom: 1px solid #e0eaf3;
}

.webok-solution-hero-grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	gap: 28px;
	align-items: start;
}

.webok-solution-hero-copy h1 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.13;
	color: #0b2440;
	letter-spacing: -0.02em;
}

.webok-solution-hero-copy p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.85;
	color: #354c64;
}

.webok-solution-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 0;
}

.webok-solution-hero-tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 999px;
	background: #f2f7fd;
	border: 1px solid #d7e5f3;
	color: #0b4f94;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
}

.webok-solution-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.webok-solution-hero-image {
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	overflow: hidden;
	background: #e8f0f8;
	border: 1px solid #d5e1ed;
}

.webok-solution-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.webok-solution-hero-image__placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #2f4f74;
	background: linear-gradient(145deg, #eef4fa 0%, #dfeaf6 100%);
}

.webok-solution-section {
	padding: 56px 0;
}

.webok-solution-section--alt {
	background: #f7fafd;
	border-top: 1px solid #e4edf5;
	border-bottom: 1px solid #e4edf5;
}

.webok-solution-section h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	color: #0b2440;
}

.webok-solution-section__intro,
.webok-solution-section__closing {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.85;
	color: #364f67;
}

.webok-solution-block-grid {
	display: grid;
	gap: 14px;
}

.webok-solution-block-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.webok-solution-block-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webok-solution-info-card {
	background: #fff;
	border: 1px solid #d8e2ec;
	border-radius: 14px;
	padding: 18px 16px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.webok-solution-info-card:hover {
	box-shadow: 0 12px 28px rgba(11, 36, 64, 0.1);
	transform: translateY(-2px);
}

.webok-solution-info-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.35;
	color: #0e2d4d;
}

.webok-solution-info-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #3b536c;
}

.webok-solution-routes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.webok-solution-route-card {
	background: #fff;
	border: 1px solid #d6e1eb;
	border-radius: 15px;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
}

.webok-solution-route-card__media {
	background: #edf3f9;
	min-height: 100%;
}

.webok-solution-route-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.webok-solution-route-card__placeholder {
	height: 100%;
	min-height: 170px;
	display: grid;
	place-items: center;
	padding: 14px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #2d4b6f;
}

.webok-solution-route-card__body {
	padding: 16px;
}

.webok-solution-route-card__body h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.3;
	color: #0d2a48;
}

.webok-solution-route-card__body p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.75;
	color: #3b536b;
}

.webok-solution-route-card__body ul {
	margin: 0 0 12px 18px;
	padding: 0;
}

.webok-solution-route-card__body li {
	font-size: 14px;
	line-height: 1.7;
	color: #2f4a65;
}

.webok-solution-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.webok-solution-checklist li {
	background: #fff;
	border: 1px solid #d8e2ec;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.7;
	color: #2f4a63;
}

.webok-solution-faq {
	display: grid;
	gap: 10px;
}

.webok-solution-faq__item {
	background: #fff;
	border: 1px solid #d7e2ec;
	border-radius: 10px;
	padding: 12px 14px;
}

.webok-solution-faq__item summary {
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #0f3050;
	list-style: none;
}

.webok-solution-faq__item summary::-webkit-details-marker {
	display: none;
}

.webok-solution-faq__answer {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #36506a;
}

.webok-solution-section--cta {
	padding-top: 46px;
	padding-bottom: 76px;
}

.webok-solution-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 14px;
}

.webok-solution-trust span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid #d2deeb;
	background: #fff;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
	color: #29496b;
}

@media (max-width: 1080px) {
	.webok-solution-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webok-solution-hero-grid {
		grid-template-columns: 1fr;
	}

	.webok-solution-block-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webok-solution-block-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webok-solution-routes {
		grid-template-columns: 1fr;
	}

	.webok-solution-route-card {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 720px) {
	.webok-solution-wrap {
		width: min(1200px, calc(100% - 30px));
	}

	.webok-solution-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.webok-solution-block-grid--4,
	.webok-solution-block-grid--3 {
		grid-template-columns: 1fr;
	}

	.webok-solution-section {
		padding: 40px 0;
	}

	.webok-solution-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* 第二轮视觉优化：增强模块层级与工业 B2B 完成度 */
.webok-solution-single .webok-solution-section {
	padding: 72px 0;
}

.webok-solution-single .webok-solution-section h2 {
	margin: 0 0 16px;
}

.webok-solution-single .webok-solution-section__intro {
	margin: 0 0 26px;
	max-width: 860px;
}

.webok-solution-single .webok-solution-section:nth-of-type(even) {
	background: #f5f8fc;
}

.webok-solution-single .webok-solution-section:nth-of-type(odd) {
	background: #fff;
}

.webok-solution-section--advantage {
	background: linear-gradient(180deg, #f4f8fc 0%, #edf4fb 100%);
	border-top: 1px solid #deebf6;
	border-bottom: 1px solid #deebf6;
}

.webok-solution-advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.webok-solution-advantage-card {
	background: transparent;
	border: 1px solid #ccdded;
	border-radius: 14px;
	padding: 16px 14px;
}

.webok-solution-advantage-card__icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #0a569f;
}

.webok-solution-advantage-card h3 {
	margin: 0 0 7px;
	font-size: 18px;
	color: #0d3155;
}

.webok-solution-advantage-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #39516b;
}

.webok-solution-routes {
	gap: 20px;
}

.webok-solution-route-card {
	border: 1px solid #cfddec;
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(12, 39, 67, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.webok-solution-route-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgba(12, 39, 67, 0.12);
}

.webok-solution-route-card__media {
	background: linear-gradient(145deg, #edf4fb 0%, #dce8f5 100%);
}

.webok-solution-route-card__kicker {
	display: inline-block;
	margin-bottom: 9px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0d4d8a;
	background: #e3edf8;
}

.webok-solution-route-card__body h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.webok-solution-route-card__body ul {
	margin-bottom: 16px;
}

.webok-solution-route-card__body li {
	padding-left: 2px;
}

.webok-solution-route-card__btn {
	min-width: 160px;
}

.webok-solution-factor-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.webok-solution-factor-card {
	background: #fff;
	border: 1px solid #d4e1ee;
	border-radius: 12px;
	padding: 14px 14px;
}

.webok-solution-factor-card h3 {
	margin: 0 0 7px;
	font-size: 17px;
	line-height: 1.35;
	color: #0f3153;
}

.webok-solution-factor-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: #3b546e;
}

.webok-solution-buyer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
	gap: 18px;
	align-items: start;
}

.webok-solution-checklist li {
	position: relative;
	padding: 12px 14px 12px 42px;
	border: 1px solid #ccdded;
	background: #fff;
}

.webok-solution-checklist li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 12px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #0a569f;
}

.webok-solution-checklist li::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 17px;
	width: 7px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.webok-solution-buyer-note {
	border: 1px solid #c8d9eb;
	border-radius: 12px;
	background: linear-gradient(180deg, #f4f8fd 0%, #edf4fb 100%);
	padding: 16px;
}

.webok-solution-buyer-note h3 {
	margin: 0 0 8px;
	font-size: 18px;
	color: #103455;
}

.webok-solution-buyer-note p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #37506a;
}

.webok-solution-faq {
	gap: 12px;
}

.webok-solution-faq__item {
	border: 1px solid #cddceb;
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.webok-solution-faq__item summary {
	position: relative;
	padding: 15px 44px 15px 16px;
	transition: background-color 0.2s ease;
}

.webok-solution-faq__item summary:hover {
	background: #f5f9fd;
}

.webok-solution-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 1;
	color: #0a569f;
}

.webok-solution-faq__item[open] summary::after {
	content: "-";
}

.webok-solution-faq__answer {
	margin-top: 0;
	padding: 0 16px 16px;
	border-top: 1px solid #e1ebf5;
}

.webok-solution-section--cta {
	background: linear-gradient(180deg, #f5f9fe 0%, #edf4fb 100%);
	padding-top: 54px;
	padding-bottom: 84px;
}

.webok-solution-trust {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 22px;
}

.webok-solution-trust__item {
	border: 1px solid #c9d9ea;
	border-radius: 12px;
	background: #fff;
	padding: 14px 12px;
}

.webok-solution-trust__icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	background: #0a569f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}

.webok-solution-trust__item h3 {
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 1.3;
	color: #12385b;
}

.webok-solution-trust__item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #45607b;
}

.webok-solution-cta--final {
	border: 1px solid #b9cee5;
	border-radius: 16px;
	background: linear-gradient(160deg, #ffffff 0%, #f1f7fe 100%);
	box-shadow: 0 12px 34px rgba(10, 44, 78, 0.1);
}

.webok-solution-cta--final h2 {
	font-size: clamp(28px, 3.2vw, 40px);
	max-width: 920px;
}

.webok-solution-cta--final p {
	max-width: 760px;
}

.webok-solution-cta--final .webok-solution-btn {
	min-width: 170px;
	font-size: 15px;
	padding: 12px 20px;
}

@media (max-width: 1080px) {
	.webok-solution-single .webok-solution-section {
		padding: 56px 0;
	}

	.webok-solution-advantage-grid,
	.webok-solution-factor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webok-solution-buyer-layout {
		grid-template-columns: 1fr;
	}

	.webok-solution-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.webok-solution-advantage-grid,
	.webok-solution-factor-grid,
	.webok-solution-trust {
		grid-template-columns: 1fr;
	}

	.webok-solution-faq__item summary {
		padding-right: 40px;
	}
}

/* 第三轮：仅 EDM 页面精修（成品感/层级/图标区分） */
.webok-solution-single__page--edm-and-precision-tooling {
	--edm-ink: #102a45;
	--edm-ink-soft: #3d5670;
	--edm-primary: #0b5da9;
	--edm-line: #d3e2f1;
	--edm-card: #ffffff;
	--edm-alt: #f5f9fd;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-single__hero {
	padding: 56px 0 72px;
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(118deg, #061a36 0%, #0a2d57 52%, #123f72 100%),
		radial-gradient(980px 360px at 100% -10%, rgba(57, 133, 230, 0.24), transparent 58%),
		radial-gradient(860px 320px at 0% 120%, rgba(37, 89, 162, 0.28), transparent 60%);
	background-size: cover, auto, auto;
	background-position: center, 100% -10%, 0% 120%;
	background-repeat: no-repeat;
	border-bottom: 0;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-single__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 26, 54, 0.98) 0%, rgba(6, 26, 54, 0.94) 24%, rgba(6, 26, 54, 0.82) 42%, rgba(6, 26, 54, 0.6) 58%, rgba(6, 26, 54, 0.4) 74%, rgba(6, 26, 54, 0.3) 100%),
		linear-gradient(90deg, rgba(8, 33, 63, 0.9) 0%, rgba(8, 33, 63, 0.68) 18%, rgba(8, 33, 63, 0.34) 36%, rgba(8, 33, 63, 0.12) 52%, rgba(8, 33, 63, 0) 72%),
		radial-gradient(70% 120% at 100% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 60%),
		var(--webok-solution-hero-image, url('/wp-content/img-yongtu/EDM-and-Precision-Tooling.jpg'));
	background-size: 100% 100%, min(48vw, 720px) 100%, 100% 100%, min(48vw, 720px) auto;
	background-position: center, right 2% center, center, right 2% center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	opacity: 0.64;
	filter: saturate(0.88) contrast(1.02);
	pointer-events: none;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-single__hero .webok-solution-wrap {
	position: relative;
	z-index: 1;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-grid {
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: center;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-product-breadcrumb {
	color: rgba(223, 236, 255, 0.78);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-product-breadcrumb a {
	color: #f2f7ff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-copy {
	max-width: 980px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-copy h1 {
	font-size: clamp(36px, 4.9vw, 52px);
	line-height: 1.06;
	letter-spacing: -0.028em;
	margin-bottom: 14px;
	color: #f7fbff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-copy p {
	font-size: 16px;
	line-height: 1.82;
	color: rgba(226, 238, 255, 0.92);
	margin-bottom: 12px;
	max-width: 100%;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-copy p + p {
	margin-top: 4px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-tags {
	margin-top: 14px;
	gap: 8px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-tag {
	padding: 6px 12px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(205, 226, 252, 0.32);
	color: #f1f7ff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-actions {
	margin-top: 16px;
	gap: 10px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-btn {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-actions .webok-solution-btn {
	border-color: #2f95ff;
	background: linear-gradient(180deg, #2f9cff 0%, #0f69c2 100%);
	padding: 10px 18px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-actions .webok-solution-btn:hover {
	background: #0d5ba8;
	border-color: #0d5ba8;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-actions .webok-solution-btn--ghost {
	display: none;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-actions .webok-solution-btn--ghost:hover {
	display: none;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-image {
	display: none;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-image img {
	display: none;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section {
	padding: 30px 0 64px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section h2 {
	font-size: clamp(24px, 2.8vw, 32px);
	line-height: 1.16;
	letter-spacing: -0.018em;
	color: var(--edm-ink);
	margin-bottom: 14px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section__intro {
	font-size: 15px;
	line-height: 1.78;
	max-width: 920px;
	color: var(--edm-ink-soft);
	margin-bottom: 30px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-block-grid {
	gap: 14px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-usecase-card {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border-top: 3px solid #d7e8f8;
	padding: 18px 16px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-usecase-card:hover {
	border-top-color: #2e79bf;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-info-card,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-card {
	border-radius: 18px;
	border: 1px solid var(--edm-line);
	background: var(--edm-card);
	box-shadow: 0 12px 30px rgba(12, 44, 76, 0.07);
	padding: 16px 14px;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-info-card:hover,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card:hover,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(12, 44, 76, 0.12);
	border-color: #bdd3e8;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-info-card h3,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card h3,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.32;
	color: var(--edm-ink);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-usecase-card h3 {
	font-size: 19px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-info-card p,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card p,
.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.72;
	color: var(--edm-ink-soft);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-usecase-card p {
	font-size: 14px;
	line-height: 1.74;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	color: #0b5da9;
	background: #eaf4ff;
	border: 1px solid #bed9f0;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon svg {
	width: 22px;
	height: 22px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-grid {
	gap: 14px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section--advantage {
	background:
		radial-gradient(960px 220px at 0% 0%, rgba(18, 90, 160, 0.09), transparent 65%),
		linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
	border-top: 1px solid #deebf7;
	border-bottom: 1px solid #dbe8f5;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-card {
	background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
	border-color: #c8def2;
	border-top: 4px solid #2a75bc;
	padding-top: 18px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-card h3 {
	font-size: 21px;
	color: #123d65;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-advantage-card p {
	font-size: 15px;
	line-height: 1.8;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon--advantage {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: linear-gradient(145deg, #0e6ac0 0%, #0a5296 100%);
	border: 1px solid #0a4a86;
	color: #fff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon--advantage svg {
	width: 24px;
	height: 24px;
	stroke: #fff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon--usecase {
	background: linear-gradient(180deg, #edf6ff 0%, #dceeff 100%);
	color: #0a5aa3;
	border-color: #b7d6f2;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon--factor {
	background: linear-gradient(180deg, #eff4ff 0%, #e1ebfb 100%);
	color: #2d5d95;
	border-color: #c9d8ef;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon--special {
	background: linear-gradient(180deg, #edf7f3 0%, #dceee7 100%);
	color: #226b58;
	border-color: #b7ddd1;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-routes {
	gap: 16px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card {
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	border: 1px solid #c7d9eb;
	box-shadow: 0 14px 36px rgba(10, 40, 70, 0.11);
	overflow: hidden;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__media {
	min-height: 210px;
	aspect-ratio: 16 / 9;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__body {
	padding: 16px 14px 14px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__kicker {
	font-size: 10px;
	letter-spacing: 0.08em;
	padding: 4px 10px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__body h3 {
	font-size: 22px;
	margin-bottom: 8px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__body p {
	font-size: 14px;
	line-height: 1.68;
	margin-bottom: 8px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__body ul {
	margin-left: 16px;
	margin-bottom: 18px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__body li {
	line-height: 1.66;
	font-size: 13px;
	margin-bottom: 4px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__btn {
	background: #0b5da9;
	border-color: #0b5da9;
	min-width: 180px;
	margin-top: auto;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-route-card__btn:hover {
	background: #084a86;
	border-color: #084a86;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-grid {
	gap: 14px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section--alt {
	background: linear-gradient(180deg, #f6f9fd 0%, #edf4fc 100%);
	border-top: 1px solid #dbe7f4;
	border-bottom: 1px solid #d8e5f2;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-grid {
	counter-reset: factorIndex;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card {
	position: relative;
	padding: 22px 18px 20px 24px;
	border-left: 4px solid #d1e3f4;
	background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
	box-shadow: 0 8px 20px rgba(13, 43, 74, 0.05);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card::before {
	display: none;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card:hover {
	border-left-color: #2a78be;
	background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card h3 {
	font-size: 19px;
	color: #163f66;
	padding-right: 0;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card p {
	font-size: 14px;
	line-height: 1.78;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-factor-card .webok-solution-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-special-card {
	background: linear-gradient(180deg, #ffffff 0%, #f4f9f7 100%);
	border-color: #cbdfd8;
	box-shadow: 0 10px 24px rgba(10, 45, 39, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-special-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 30px rgba(10, 45, 39, 0.14);
	border-color: #9fc8b9;
	background: linear-gradient(180deg, #ffffff 0%, #eef8f3 100%);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-special-card:hover h3 {
	color: #1e5e4c;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-special-card:hover .webok-solution-icon--special {
	background: linear-gradient(180deg, #ddf2e9 0%, #c9e7db 100%);
	border-color: #99cbb9;
	color: #175a48;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-buyer-layout {
	grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
	gap: 20px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-checklist {
	gap: 10px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-checklist li {
	padding: 13px 14px 13px 44px;
	border-radius: 14px;
	border-color: #c6daec;
	font-size: 14px;
	line-height: 1.65;
	box-shadow: 0 8px 18px rgba(14, 47, 78, 0.05);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-checklist li::before {
	top: 12px;
	width: 18px;
	height: 18px;
	background: linear-gradient(145deg, #0f6ec6 0%, #0a589f 100%);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-checklist li::after {
	top: 17px;
	left: 19px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-buyer-note {
	border-radius: 16px;
	padding: 16px 14px;
	box-shadow: 0 14px 32px rgba(8, 38, 67, 0.11);
	border-top: 4px solid #2f7dc2;
	background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-buyer-note h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-buyer-note p {
	font-size: 14px;
	line-height: 1.7;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq {
	gap: 12px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__item {
	border-radius: 16px;
	border: 1px solid #c9dced;
	box-shadow: 0 10px 24px rgba(10, 39, 67, 0.07);
	transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__item:hover {
	border-color: #b7d2e8;
	box-shadow: 0 14px 28px rgba(10, 39, 67, 0.1);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__item summary {
	padding: 14px 44px 14px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #12385d;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__item summary:hover {
	background: #f7fbff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__item summary::after {
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #0b61b2;
	border-bottom: 2px solid #0b61b2;
	transform: translateY(-60%) rotate(45deg);
	right: 22px;
	background: transparent;
	border-radius: 2px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__item[open] summary::after {
	transform: translateY(-40%) rotate(-135deg);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__item[open] summary {
	background: #edf5ff;
	color: #0a467d;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-faq__answer {
	padding: 2px 16px 14px;
	font-size: 14px;
	line-height: 1.72;
	color: #3c5672;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section--cta {
	padding-top: 46px;
	padding-bottom: 0;
	background:
		radial-gradient(1300px 260px at 0% 100%, rgba(11, 93, 169, 0.08), transparent 60%),
		linear-gradient(180deg, #f5f9fe 0%, #edf4fb 100%);
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-trust {
	gap: 14px;
	margin-bottom: 20px;
	background:
		radial-gradient(760px 180px at 6% 0%, rgba(30, 103, 179, 0.14), transparent 66%),
		linear-gradient(180deg, #eff5fd 0%, #e7f0fb 100%);
	border: 1px solid #c8dced;
	border-radius: 18px;
	padding: 14px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-trust__item {
	padding: 14px 12px;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(10, 44, 78, 0.1);
	border: 1px solid #d3e2f0;
	background: #fff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon--trust {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: linear-gradient(145deg, #0e6ac0 0%, #0a5296 100%);
	color: #fff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-icon--trust svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-trust__item h3 {
	font-size: 16px;
	margin-bottom: 6px;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-trust__item p {
	font-size: 13px;
	line-height: 1.62;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final {
	border: 1px solid #2b4364;
	border-radius: 0;
	padding: clamp(20px, 3.4vw, 30px);
	box-shadow: 0 22px 44px rgba(6, 20, 42, 0.34);
	background:
		radial-gradient(720px 220px at 50% -20%, rgba(59, 145, 255, 0.28), transparent 60%),
		linear-gradient(102deg, #061734 0%, #0d2b55 54%, #1b3d68 100%);
	color: #f3f8ff;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	border-left: 0;
	border-right: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final h2 {
	font-size: clamp(26px, 3.2vw, 38px);
	line-height: 1.12;
	max-width: 960px;
	color: #f8fbff;
	margin-left: auto;
	margin-right: auto;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final p {
	max-width: 760px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(235, 244, 255, 0.9);
	margin-left: auto;
	margin-right: auto;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final .webok-solution-cta__actions {
	margin-top: 14px;
	justify-content: center;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final .webok-solution-btn {
	min-width: 170px;
	padding: 10px 18px;
	border-color: #2c8dff;
	background: linear-gradient(180deg, #2b93ff 0%, #0f66bc 100%);
	color: #fff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final .webok-solution-btn:hover {
	background: #0d589f;
	border-color: #0d589f;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final .webok-solution-btn--ghost {
	background: transparent;
	border-color: rgba(232, 242, 255, 0.5);
	color: #eaf3ff;
}

.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final .webok-solution-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.75);
	color: #fff;
}

@media (max-width: 1080px) {
	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section {
		padding: 28px 0 54px;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-grid {
		grid-template-columns: 1fr;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-single__hero::after {
		inset: 0;
		background-size: 100% 100%, 100% 100%, min(52vw, 520px) auto;
		background-position: center, center, right center;
		opacity: 0.32;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-image {
		display: none;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-buyer-layout {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 720px) {
	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-single__hero {
		padding: 40px 0 46px;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-copy h1 {
		font-size: clamp(30px, 9vw, 40px);
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-copy p,
	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section__intro {
		font-size: 15px;
		line-height: 1.74;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-section {
		padding: 24px 0 42px;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-hero-tag {
		padding: 6px 12px;
	}

	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-cta--final h2 {
		font-size: clamp(28px, 8vw, 36px);
	}

}
	.webok-solution-single__page--edm-and-precision-tooling .webok-solution-single__hero::after {
		background-size: 100% 100%, 100% 100%, 68vw auto;
		background-position: center, center, right -12px center;
	}
