/**
 * Surface Finishing hub + detail pages — jccncmachining.com typography & style.
 * Routes: /surface-finishing-services.html and /surface-finishing-services/*
 * Loads after jccnc-redesign (priority 113).
 */

body.jcproto-layout-resource[class*="surface-finishing"] {
	--jcproto-sf-text: #0f172a;
	--jcproto-sf-muted: #475569;
	--jcproto-text-body: #475569;
	--jcproto-sf-border: #e2e8f0;
	--jcproto-sf-section-y: clamp(3rem, 5vw, 4.5rem);
}

/* ── Centered page shell ───────────────────────────────────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
	overflow-x: clip;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) > .container,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) > .container-opened {
	width: 100% !important;
	max-width: var(--jcproto-container, 1380px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: clamp(1rem, 2vw, 2.5rem) !important;
	padding-right: clamp(1rem, 2vw, 2.5rem) !important;
	box-sizing: border-box !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) > .container > .row,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) > .container-opened > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) > .container > .row::before,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) > .container > .row::after {
	display: none !important;
	content: none !important;
}

/* ── Hero split banner — white product panel, top-aligned ─────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-inner-split-banner__container {
	align-items: center !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-inner-split-banner__media {
	background: #fff !important;
	border: 1px solid var(--jcproto-sf-border, #e2e8f0) !important;
	box-shadow: var(--jcproto-shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.06));
	align-self: center !important;
	justify-self: stretch !important;
	aspect-ratio: 6 / 4;
	overflow: hidden;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-inner-split-banner__media img {
	object-fit: cover !important;
	object-position: center center !important;
	padding: 0 !important;
	background: transparent !important;
	width: 100% !important;
	height: 100% !important;
}

/* ── Global typography — Montserrat + JCCNC scale ─────────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-graphicNew"] .sitewidget-bd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-graphicNew"] .sitewidget-bd *,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-text .sitewidget-bd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-text .sitewidget-bd * {
	font-family: var(--jcproto-font-body, "Montserrat", system-ui, sans-serif) !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-text .sitewidget-bd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-text .sitewidget-bd p,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-text .sitewidget-bd span,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-graphicNew"] .sitewidget-bd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-graphicNew"] .sitewidget-bd p,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-graphicNew"] .sitewidget-bd span {
	font-size: 1rem !important;
	line-height: 1.75 !important;
	color: var(--jcproto-sf-muted, #475569) !important;
}

/* ── Section headings — centered, jccnc typography ───────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-graphicNew"] .graphicNewTitle,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-title"] .sitewidget-hd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-title"] .sitewidget-hd > h2 {
	display: block !important;
	text-align: center !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-graphicNew"] .graphicNewTitle,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap [class*="sitewidget-title"] .sitewidget-hd > h2 {
	font-family: var(--jcproto-font-display, "Montserrat", system-ui, sans-serif) !important;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	color: var(--jcproto-sf-text, #0f172a) !important;
	margin-bottom: clamp(1rem, 2vw, 1.5rem) !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752053305537 .sitewidget-text .sitewidget-bd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752053305537 .sitewidget-text .sitewidget-bd p,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752053305537 .sitewidget-text .sitewidget-bd span {
	max-width: 72ch;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: clamp(1.0625rem, 1.15vw, 1.125rem) !important;
	line-height: 1.75 !important;
	color: var(--jcproto-sf-muted, #475569) !important;
}

/* ── Gray content bands ────────────────────────────────────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1768530837718,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1765262860740,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752052251091,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1685181482543 {
	background-color: var(--jcproto-section-gray, #f7f7f5) !important;
}

/* Intro block — hub label + “Why Surface Finishing Matters?” share one white band */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1701765448638,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752053305537,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752053079624,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1759997133946 {
	background-color: #fff !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1701765448638 {
	padding-top: clamp(1.5rem, 2.5vw, 2.5rem) !important;
	padding-bottom: 0 !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1701765448638 .sitewidget-placeHolder-20260306101703 {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1701765448638 .sitewidget-text-20260306101704 .sitewidget-bd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1701765448638 .sitewidget-text-20260306101704 .sitewidget-bd span,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1701765448638 .sitewidget-text-20260306101704 .sitewidget-bd strong,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1701765448638 .sitewidget-text-20260306101704 .sitewidget-bd strong span {
	font-family: var(--jcproto-font-display, "Montserrat", system-ui, sans-serif) !important;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.2 !important;
	color: var(--jcproto-sf-text, #0f172a) !important;
	-webkit-text-fill-color: var(--jcproto-sf-text, #0f172a) !important;
	text-align: center !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752053305537 {
	padding-top: clamp(0.75rem, 1.5vw, 1.25rem) !important;
}

/* ── Capabilities grid (8 service cards) ─────────────────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI.jcproto-material-box--enhanced,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI:not(.jcproto-material-box--enhanced) {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-grid,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI:not(.jcproto-material-box--enhanced) {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	width: 100% !important;
	align-items: stretch !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	min-height: 100% !important;
	padding: 1.125rem 1rem 1rem !important;
	background: #fff !important;
	border: 1px solid var(--jcproto-border, #e0e0e0) !important;
	border-radius: var(--jcproto-radius-lg, 12px) !important;
	box-shadow: var(--jcproto-shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.06));
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card:hover {
	transform: translateY(-3px);
	border-color: var(--jcproto-primary, #0a0a0a) !important;
	box-shadow: var(--jcproto-shadow-md, 0 4px 16px rgba(0, 0, 0, 0.1));
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card > .backstage-stwidgets-settingwrap:has(.sitewidget-placeholder),
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .jcproto-material-card__spacer,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-placeholder {
	display: none !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card > .backstage-stwidgets-settingwrap:has(.sitewidget-text):not(:has(.sitewidget-button)) {
	flex: 1 1 auto;
	min-height: 0;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card > .backstage-stwidgets-settingwrap:has(.sitewidget-button) {
	margin-top: auto !important;
	flex-shrink: 0;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-text:has(strong) {
	margin-bottom: 0.625rem !important;
	min-height: 2.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-text:has(strong) .sitewidget-bd,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-text:has(strong) strong {
	font-size: 1.125rem !important;
	line-height: 1.35 !important;
	color: var(--jcproto-sf-text, #0f172a) !important;
	font-weight: 700 !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-pictureNew {
	margin: 0 0 0.875rem !important;
	flex: 0 0 auto;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .picture-resize-wrap,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .picture-wrap,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .imgBox,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI:not(.jcproto-material-box--enhanced) .picture-resize-wrap {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 180px !important;
	overflow: hidden;
	border-radius: var(--jcproto-radius, 8px);
	background: #fff !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .picture-resize-wrap img,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .img-default-bgc,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI:not(.jcproto-material-box--enhanced) .picture-resize-wrap img {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center;
	border-radius: var(--jcproto-radius, 8px);
	box-shadow: none !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-button {
	margin-top: 0 !important;
	padding-top: 0.375rem;
	flex-shrink: 0;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-button .sitewidget-bd > div {
	text-align: center !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-button a.backstage-component-btn,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-button a.backstage-component-btncolor {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	max-width: 100%;
	min-width: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 0.4375rem 0.875rem !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.04em;
	white-space: nowrap;
	box-sizing: border-box !important;
	background: #fff !important;
	color: var(--jcproto-primary, #0a0a0a) !important;
	border: 1px solid var(--jcproto-primary, #0a0a0a) !important;
	border-radius: 6px !important;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-button a.backstage-component-btn:hover,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card .sitewidget-button a.backstage-component-btncolor:hover {
	background: var(--jcproto-primary, #0a0a0a) !important;
	color: #fff !important;
	border-color: var(--jcproto-primary, #0a0a0a) !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI:not(.jcproto-material-box--enhanced) > .container-column {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	display: flex !important;
	flex-direction: column !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1768530837718 {
	padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

/* ── Info sections — panel chrome (jccnc black industrial) ───── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1765262860740,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap #outerContainer_1752053079624 {
	padding-top: clamp(2rem, 4vw, 3rem) !important;
	padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
	padding: clamp(1.5rem, 3vw, 2rem);
	background: #fff !important;
	border: 1px solid var(--jcproto-border, #e0e0e0) !important;
	border-radius: var(--jcproto-radius-lg, 12px) !important;
	box-shadow: var(--jcproto-shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.06));
	box-sizing: border-box;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 {
	margin-bottom: 0;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .graphicNewTitle,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .graphicNewTitle,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .graphicNewTitle,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 .graphicNewTitle {
	font-family: var(--jcproto-font-display, "Montserrat", system-ui, sans-serif) !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.01em;
	color: var(--jcproto-sf-text, #0f172a) !important;
	margin: 0 0 0.75rem !important;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid var(--jcproto-primary, #0f172a);
	text-align: left !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd > span,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .sitewidget-bd > span,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .sitewidget-bd > span,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 .sitewidget-bd > span {
	display: block;
	margin: 0 0 1.5rem;
	font-size: 1rem !important;
	line-height: 1.75 !important;
	color: var(--jcproto-sf-muted, #475569) !important;
	max-width: 72ch;
}

/* ── Material compatibility table ───────────────────────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table {
	width: 100% !important;
	max-width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--jcproto-border, #e0e0e0);
	border-radius: var(--jcproto-radius, 8px);
	overflow: hidden;
	margin: 0;
	background: #fff;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table td {
	padding: 0.875rem 1rem !important;
	vertical-align: top;
	border: 0 !important;
	border-bottom: 1px solid var(--jcproto-sf-border, #e2e8f0) !important;
	font-size: 1rem !important;
	line-height: 1.6 !important;
	color: var(--jcproto-sf-muted, #475569) !important;
	width: auto !important;
	word-break: break-word;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:first-child td {
	background: var(--jcproto-primary, #0a0a0a);
	color: #fff !important;
	font-weight: 600;
	border-bottom: 0 !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:first-child td span,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:first-child td strong {
	color: #fff !important;
	font-size: 0.875rem !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:not(:first-child) td:first-child {
	width: 28% !important;
	background: var(--jcproto-section-gray, #f8fafc);
	font-weight: 600;
	color: var(--jcproto-sf-text, #0f172a) !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:last-child td {
	border-bottom: 0 !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .hasOverflowX {
	overflow-x: auto !important;
	-webkit-overflow-scrolling: touch;
}

/* ── Feature cards (QA + Advantages) ─────────────────────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .sitewidget-bd ul,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .sitewidget-bd ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .sitewidget-bd ul li,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .sitewidget-bd ul li {
	margin: 0;
	padding: 1.125rem;
	background: var(--jcproto-section-gray, #f7f7f5);
	border: 1px solid var(--jcproto-border, #e0e0e0);
	border-radius: var(--jcproto-radius, 8px);
	border-left: 3px solid var(--jcproto-primary, #0a0a0a);
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .sitewidget-bd ul li:hover,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .sitewidget-bd ul li:hover {
	border-color: var(--jcproto-primary, #0a0a0a);
	box-shadow: var(--jcproto-shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.06));
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .sitewidget-bd ul li strong,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .sitewidget-bd ul li strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--jcproto-sf-text, #0f172a) !important;
	line-height: 1.4 !important;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .sitewidget-bd ul li span,
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .sitewidget-bd ul li span {
	font-size: 1rem !important;
	line-height: 1.75 !important;
	font-weight: 400 !important;
	color: var(--jcproto-sf-muted, #475569) !important;
}

/* ── Industries grid ─────────────────────────────────────────── */
body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 .sitewidget-bd ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 .sitewidget-bd ul li {
	margin: 0;
	padding: 1.125rem;
	background: var(--jcproto-section-gray, #f7f7f5);
	border: 1px solid var(--jcproto-border, #e0e0e0);
	border-radius: var(--jcproto-radius, 8px);
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 .sitewidget-bd ul li:hover {
	border-color: var(--jcproto-primary, #0a0a0a);
	box-shadow: var(--jcproto-shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.06));
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 .sitewidget-bd ul li strong {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	color: var(--jcproto-sf-text, #0f172a) !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101711 .sitewidget-bd ul li span {
	font-size: 1rem !important;
	line-height: 1.75 !important;
	color: var(--jcproto-sf-muted, #475569) !important;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1199px) {
	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-grid,
	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI:not(.jcproto-material-box--enhanced) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101708 .sitewidget-bd ul,
	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101710 .sitewidget-bd ul {
		grid-template-columns: 1fr;
	}

	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:not(:first-child) td:first-child {
		width: 36% !important;
	}
}

@media (max-width: 767px) {
	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-inner-split-banner__container {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-inner-split-banner__media {
		order: -1;
		max-width: 100%;
	}

	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-inner-split-banner__actions {
		flex-direction: column;
		align-items: stretch;
	}

	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-inner-split-banner__btn {
		width: 100%;
		justify-content: center;
	}

	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-grid,
	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI:not(.jcproto-material-box--enhanced) {
		grid-template-columns: 1fr;
	}

	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:not(:first-child) td {
		display: block;
		width: 100% !important;
	}

	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .sitewidget-graphicNew-20260306101707 .sitewidget-bd table tr:not(:first-child) td:first-child {
		border-bottom: 0 !important;
		padding-bottom: 0.25rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.jcproto-layout-resource[class*="surface-finishing"] .jcproto-legacy-body-wrap .box-container#DgApkWdcJeOI .jcproto-material-card:hover {
		transform: none;
	}
}
