/*
 * Wanshun B2B v1.4
 * Industrial charcoal and orange export-focused visual system.
 */
:root {
	--ws-navy: #2c2c2c;
	--ws-navy-deep: #1a1a1a;
	--ws-navy-soft: #383838;
	--ws-orange: #ff6b00;
	--ws-orange-dark: #dc5d00;
	--ws-ink: #242424;
	--ws-muted: #707070;
	--ws-paper: #f5f5f5;
	--ws-line: #dedede;
	--ws-panel: #ffffff;
	--ws-shadow: 0 18px 55px rgba(0, 0, 0, .14);
	--ws-radius: 4px;
}

body {
	background: #fff;
	color: var(--ws-ink);
	font-family: Poppins, Inter, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.ws-container { width: min(calc(100% - 48px), 1200px); }

/* Header */
.ws-header {
	position: sticky;
	top: 0;
	background: #1a1a1a;
	border-color: #383838;
	box-shadow: 0 7px 24px rgba(0, 0, 0, .18);
}
.admin-bar .ws-header { top: 32px; }
.ws-topbar {
	background: var(--ws-navy-deep);
	color: #cbd7e4;
}
.ws-topbar .ws-container { height: 36px; }
.ws-nav-row { height: 84px; gap: 27px; }
.ws-default-logo {
	width: 270px;
	max-width: 27vw;
	height: 58px;
	object-fit: contain;
	object-position: left center;
}
.ws-primary-nav a {
	color: #f5f5f5;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .01em;
}
.ws-primary-nav a:hover,
.ws-primary-nav .current-menu-item > a { color: var(--ws-orange); }
.ws-languages { border-color: #4a4a4a; }
.ws-languages a,
.ws-languages span { color: #c8c8c8; }
.ws-menu-toggle > span:not(.screen-reader-text) { background: #fff; }
.ws-header-quote {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 12px;
	padding: 0 19px;
	border-radius: 2px;
	background: var(--ws-orange);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}
.ws-header-quote:hover { background: var(--ws-orange-dark); }
.ws-header-quote span { font-size: 17px; }

/* Shared typography and actions */
.ws-eyebrow {
	margin-bottom: 16px;
	color: var(--ws-orange);
	font-size: 11px;
	letter-spacing: .18em;
}
.ws-section { padding: 104px 0; background: #fff; }
.ws-section-intro { max-width: 790px; margin-bottom: 48px; }
.ws-section-intro h2,
.ws-about-copy h2,
.ws-market-copy h2,
.ws-inquiry-copy h2 {
	margin: 0;
	color: var(--ws-navy);
	font-size: clamp(36px, 4.25vw, 58px);
	line-height: 1.08;
	letter-spacing: -.035em;
}
.ws-intro-row { align-items: flex-end; }
.ws-intro-row > p,
.ws-intro-action {
	max-width: 430px;
	color: var(--ws-muted);
}
.ws-intro-action p { margin: 0; }
.ws-btn {
	min-height: 54px;
	padding: 0 28px;
	border-radius: 2px;
	box-shadow: none;
}
.ws-btn-primary { background: var(--ws-orange); }
.ws-btn-primary:hover { background: var(--ws-orange-dark); }
.ws-btn-ghost { border-color: rgba(255,255,255,.62); }
.ws-text-link { color: var(--ws-orange); }

/* Hero */
.ws-hero-v14,
.ws-hero-v14 .ws-hero-inner { min-height: 740px; }
.ws-hero-carousel { position: relative; }
.ws-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}
.ws-hero-slide.is-active { opacity: 1; visibility: visible; }
.ws-hero-slide .ws-hero-inner { position: relative; z-index: 2; }
.ws-hero-v14 .ws-hero-media {
	opacity: 1;
	background-position: center 48%;
	transform: scale(1.015);
	transition: transform 6.5s ease;
}
.ws-hero-slide.is-active .ws-hero-media { transform: scale(1.055); }
.ws-hero-v14::after {
	background:
		linear-gradient(90deg, rgba(20, 20, 20, .96) 0%, rgba(35, 35, 35, .86) 38%, rgba(20, 20, 20, .30) 72%, rgba(10, 10, 10, .12) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, .48), transparent 45%);
}
.ws-hero-v14 .ws-hero-copy {
	width: min(760px, 65%);
	padding: 110px 0 150px;
}
.ws-hero-v14 h1 {
	max-width: 780px;
	margin-bottom: 26px;
	font-size: clamp(50px, 5.4vw, 76px);
	font-weight: 850;
	line-height: 1.03;
	letter-spacing: -.045em;
	text-transform: none;
}
.ws-hero-v14 p {
	max-width: 650px;
	color: #e4ebf3;
	font-size: 18px;
}
.ws-hero-trust {
	position: absolute;
	right: max(24px, calc((100% - 1200px) / 2));
	bottom: 0;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	width: min(660px, 58%);
	border-radius: 4px 4px 0 0;
	background: rgba(255,255,255,.96);
	box-shadow: 0 -12px 45px rgba(1, 19, 37, .18);
	color: var(--ws-navy);
	backdrop-filter: blur(12px);
}
.ws-hero-controls {
	position: absolute;
	left: max(24px, calc((100% - 1200px) / 2));
	bottom: 34px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 12px;
}
.ws-hero-arrow {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.55);
	background: rgba(0,0,0,.26);
	color: #fff;
	cursor: pointer;
	transition: .3s;
}
.ws-hero-arrow:hover { border-color: var(--ws-orange); background: var(--ws-orange); }
.ws-hero-dots { display: flex; gap: 7px; }
.ws-hero-dots button {
	width: 26px;
	height: 4px;
	padding: 0;
	border: 0;
	background: rgba(255,255,255,.42);
	cursor: pointer;
	transition: .3s;
}
.ws-hero-dots button.is-active { width: 44px; background: var(--ws-orange); }
.ws-hero-trust span {
	display: flex;
	min-height: 92px;
	align-items: center;
	gap: 12px;
	padding: 18px 24px;
	border-right: 1px solid var(--ws-line);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.ws-hero-trust span:last-child { border: 0; }
.ws-hero-trust b {
	color: var(--ws-orange);
	font-size: 32px;
	line-height: 1;
}

/* Proof */
.ws-home-proof {
	padding: 95px 0 100px;
	background: var(--ws-navy);
	color: #fff;
}
.ws-home-proof .ws-section-intro h2 { color: #fff; }
.ws-home-proof .ws-advantages { border-color: rgba(255,255,255,.24); }
.ws-home-proof .ws-advantages article {
	position: relative;
	min-height: 260px;
	padding: 34px 28px;
	border-color: rgba(255,255,255,.20);
	transition: background .25s, transform .25s;
}
.ws-home-proof .ws-advantages article:hover {
	background: var(--ws-navy-soft);
	transform: translateY(-5px);
}
.ws-home-proof .ws-advantages h3 { margin-top: 54px; font-size: 20px; }
.ws-home-proof .ws-advantages p { color: #becddd; line-height: 1.7; }

/* Product categories and cards */
.ws-range-section { background: var(--ws-paper); }
.ws-category-grid {
	gap: 16px;
	border: 0;
	grid-template-columns: repeat(4, 1fr);
}
.ws-category-card,
.ws-category-card.has-image {
	min-height: 285px;
	overflow: hidden;
	border: 0;
	border-radius: 4px;
	background-color: var(--ws-navy);
	box-shadow: 0 10px 35px rgba(4,35,65,.09);
}
.ws-category-card:not(.has-image) { background: #fff; color: var(--ws-navy); }
.ws-category-card:not(.has-image) p { color: var(--ws-muted); }
.ws-category-card.has-image {
	background-image: linear-gradient(180deg, rgba(3,28,54,.12), rgba(3,28,54,.94)), var(--ws-category-image);
}
.ws-category-card.has-image:hover {
	background-image: linear-gradient(180deg, rgba(3,28,54,.03), rgba(3,28,54,.84)), var(--ws-category-image);
}
.ws-category-card h3 { margin-top: 82px; font-size: 24px; }
.ws-category-card b { color: var(--ws-orange); }
.ws-hot-products { background: #fff; }
.ws-hot-products .ws-card-grid,
.ws-cases .ws-card-grid { gap: 22px; }
.ws-product-card,
.ws-case-card {
	overflow: hidden;
	border: 1px solid var(--ws-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(4,35,65,.07);
	transition: transform .25s, box-shadow .25s;
}
.ws-product-card:hover,
.ws-case-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--ws-shadow);
}
.ws-card-body { padding: 25px; }
.ws-card-body h3 { color: var(--ws-navy); }
.ws-card-body p { color: var(--ws-muted); }
.ws-card-meta { color: var(--ws-orange); }

/* About */
.ws-about-home { background: #fff; }
.ws-about-layout {
	display: grid;
	grid-template-columns: 1.03fr .97fr;
	align-items: center;
	gap: 92px;
}
.ws-about-visual { position: relative; min-height: 590px; }
.ws-about-image {
	position: absolute;
	inset: 0 52px 0 0;
	border-radius: 12px;
	background-position: center;
	background-size: cover;
	box-shadow: var(--ws-shadow);
}
.ws-about-visual::after {
	content: "";
	position: absolute;
	inset: 24px 28px 24px 24px;
	z-index: -1;
	border: 2px solid #d7e1eb;
	border-radius: 12px;
	transform: translate(35px, 35px);
}
.ws-about-badge {
	position: absolute;
	right: 0;
	bottom: 52px;
	width: 185px;
	padding: 28px 24px;
	border-radius: 10px;
	background: var(--ws-orange);
	box-shadow: 0 18px 40px rgba(202,70,13,.24);
	color: #fff;
}
.ws-about-badge strong,
.ws-about-badge span { display: block; }
.ws-about-badge strong { font-size: 38px; line-height: 1; }
.ws-about-badge span {
	margin-top: 10px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.ws-about-copy > p { margin: 25px 0; color: var(--ws-muted); }
.ws-about-copy ul { margin: 0 0 32px; padding: 0; list-style: none; }
.ws-about-copy li {
	position: relative;
	margin: 13px 0;
	padding-left: 30px;
	color: #3d4e61;
}
.ws-about-copy li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--ws-orange);
	font-weight: 900;
}

/* Process and markets */
.ws-process-section { background: var(--ws-paper); }
.ws-process-grid {
	gap: 16px;
	background: transparent;
}
.ws-process-grid article {
	position: relative;
	min-height: 245px;
	padding: 34px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(4,35,65,.07);
}
.ws-process-grid article::after {
	content: "";
	position: absolute;
	right: -24px;
	bottom: -42px;
	width: 120px;
	height: 120px;
	border: 18px solid #edf2f6;
	border-radius: 50%;
}
.ws-process-grid h3 { margin: 45px 0 12px; color: var(--ws-navy); }
.ws-process-grid p { position: relative; z-index: 1; color: var(--ws-muted); }
.ws-process-grid span { color: var(--ws-orange); }
.ws-markets-section {
	position: relative;
	overflow: hidden;
	background: var(--ws-navy);
	color: #fff;
}
.ws-markets-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px);
	background-size: 28px 28px;
	opacity: .25;
}
.ws-markets-layout {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: 100px;
}
.ws-market-copy h2 { color: #fff; }
.ws-market-copy > p { max-width: 650px; color: #c8d5e2; font-size: 18px; }
.ws-market-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 30px 0;
}
.ws-market-list span {
	padding: 9px 14px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 999px;
	color: #dce7f1;
	font-size: 12px;
	font-weight: 800;
}
.ws-market-note {
	max-width: 660px;
	padding: 18px 20px;
	border-left: 3px solid var(--ws-orange);
	background: rgba(255,255,255,.08);
	color: #d7e1eb;
	font-size: 14px;
}
.ws-market-orbit {
	position: relative;
	width: min(460px, 100%);
	aspect-ratio: 1;
	margin-inline: auto;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
}
.ws-market-orbit::before,
.ws-market-orbit::after {
	content: "";
	position: absolute;
	inset: 13%;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
}
.ws-market-orbit::after { inset: 31%; }
.ws-market-orbit b {
	position: absolute;
	inset: 50% auto auto 50%;
	display: grid;
	width: 94px;
	height: 94px;
	place-items: center;
	border-radius: 50%;
	background: var(--ws-orange);
	color: #fff;
	font-size: 27px;
	transform: translate(-50%, -50%);
}
.ws-market-orbit i {
	position: absolute;
	width: 13px;
	height: 13px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--ws-orange);
	box-shadow: 0 0 0 8px rgba(243,106,47,.18);
}
.ws-market-orbit i:nth-child(1) { left: 11%; top: 28%; }
.ws-market-orbit i:nth-child(2) { right: 18%; top: 16%; }
.ws-market-orbit i:nth-child(3) { right: 7%; bottom: 31%; }

/* Cases, resources and FAQ */
.ws-cases { background: #fff; }
.ws-resources { background: var(--ws-paper); }
.ws-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.ws-resource-card {
	position: relative;
	min-height: 270px;
	padding: 32px;
	overflow: hidden;
	border: 1px solid var(--ws-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(4,35,65,.06);
	transition: transform .25s, border-color .25s;
}
.ws-resource-card:hover {
	border-color: var(--ws-orange);
	transform: translateY(-5px);
}
.ws-resource-card > span {
	color: var(--ws-orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
}
.ws-resource-card h3 { margin: 45px 0 12px; color: var(--ws-navy); font-size: 22px; }
.ws-resource-card p { color: var(--ws-muted); }
.ws-resource-card b {
	position: absolute;
	right: 28px;
	bottom: 23px;
	color: var(--ws-orange);
	font-size: 22px;
}
.ws-faq-section { background: #fff; }
.ws-faq-layout {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: start;
	gap: 90px;
}
.ws-faq-layout .ws-section-intro { position: sticky; top: 155px; }
.ws-faq-list { border-top: 1px solid var(--ws-line); }
.ws-faq-list details { border-bottom: 1px solid var(--ws-line); }
.ws-faq-list summary {
	display: flex;
	min-height: 80px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: var(--ws-navy);
	font-size: 17px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}
.ws-faq-list summary::-webkit-details-marker { display: none; }
.ws-faq-list summary span {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--ws-paper);
	color: var(--ws-orange);
	font-size: 20px;
	transition: transform .2s;
}
.ws-faq-list details[open] summary span { transform: rotate(45deg); }
.ws-faq-list details p {
	margin: -5px 55px 25px 0;
	color: var(--ws-muted);
}

/* Inquiry and footer */
.ws-home-inquiry {
	background: var(--ws-navy-deep);
	color: #fff;
}
.ws-inquiry-layout {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	align-items: start;
	gap: 80px;
}
.ws-inquiry-copy h2 { color: #fff; }
.ws-inquiry-copy > p { color: #c3d0dd; font-size: 17px; }
.ws-inquiry-direct {
	display: grid;
	gap: 8px;
	margin-top: 30px;
	color: #fff;
	font-size: 15px;
}
.ws-home-inquiry .ws-inquiry-panel {
	padding: 38px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.ws-home-inquiry .ws-form label { color: #415268; }
.ws-home-inquiry .ws-form input,
.ws-home-inquiry .ws-form select,
.ws-home-inquiry .ws-form textarea {
	border-color: #ced9e3;
	background: #f8fafc;
	color: var(--ws-ink);
}
.ws-home-inquiry .ws-form input:focus,
.ws-home-inquiry .ws-form select:focus,
.ws-home-inquiry .ws-form textarea:focus {
	outline-color: rgba(243,106,47,.2);
	border-color: var(--ws-orange);
}
.ws-footer { background: #011426; color: #adbdcc; }
.ws-footer h3,
.ws-brand-footer { color: #fff; }
.ws-footer-bottom { border-color: rgba(255,255,255,.12); }
.ws-float-quote { border: 0; border-radius: 999px; background: var(--ws-orange); }

/* Interior pages follow the same visual system. */
.ws-page-head { background: linear-gradient(135deg, var(--ws-navy-deep), var(--ws-navy-soft)); }
.ws-archive,
.ws-product-detail,
.ws-content-area { background: #fff; color: var(--ws-ink); }
.ws-product-summary .ws-lead,
.ws-archive-intro p { color: var(--ws-muted); }
.ws-product-badges span { background: var(--ws-paper); color: var(--ws-navy); }
.ws-spec-table th,
.ws-spec-table td { border-color: var(--ws-line); }
.ws-spec-table th { background: var(--ws-paper); color: var(--ws-navy); }

/* v1.6.2 — Product inquiry contrast */
#product-inquiry {
	background: var(--color-dark);
	color: var(--color-text-dark);
}

#product-inquiry h2 {
	color: var(--color-title-dark);
}

#product-inquiry .ws-form label {
	color: var(--color-text-dark);
}

#product-inquiry .ws-form input,
#product-inquiry .ws-form select,
#product-inquiry .ws-form textarea {
	background: var(--color-white);
	color: var(--color-title-light);
	border-color: var(--color-border);
}

@media (max-width: 1320px) {
	.ws-primary-nav {
		top: 120px;
		background: #fff;
		border-color: var(--ws-line);
	}
	.ws-primary-nav a { color: var(--ws-navy); }
	.ws-default-logo { max-width: 245px; }
}

.ws-footer-grid {
	grid-template-columns: 1.35fr .8fr 1fr .9fr;
	gap: 48px;
}
.ws-footer-grid ul { margin: 0; padding: 0; list-style: none; }
.ws-footer-grid li { margin: 8px 0; }
.ws-404 { min-height: 62vh; display: flex; align-items: center; }
.ws-404 p { max-width: 650px; color: #c8c8c8; font-size: 18px; }

@media (max-width: 1080px) {
	.ws-category-grid { grid-template-columns: repeat(2, 1fr); }
	.ws-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
	.ws-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
	.ws-header-quote { display: none; }
	.ws-hero-trust { width: 67%; }
	.ws-about-layout,
	.ws-markets-layout,
	.ws-faq-layout,
	.ws-inquiry-layout { gap: 50px; }
	.ws-about-visual { min-height: 500px; }
}

@media (max-width: 782px) {
	.admin-bar .ws-header { top: 46px; }
}

@media (max-width: 720px) {
	.ws-container { width: min(calc(100% - 32px), 1280px); }
	.ws-topbar .ws-container { justify-content: center; }
	.ws-nav-row { position: relative; height: 70px; gap: 7px; }
	.ws-default-logo { width: 142px; max-width: 38vw; height: 46px; }
	.ws-menu-toggle { margin-left: auto; padding: 5px; }
	.ws-languages { gap: 5px; padding-left: 3px; border-left: 0; }
	.ws-languages li { font-size: 0; white-space: nowrap; }
	.ws-languages a { display: inline-block; min-width: 20px; padding: 6px 2px; text-align: center; }
	.ws-languages a::after { font-size: 10px; font-weight: 900; letter-spacing: .02em; }
	.ws-languages li:nth-child(1) a::after { content: "EN"; }
	.ws-languages li:nth-child(2) a::after { content: "中"; }
	.ws-languages li:nth-child(3) a::after { content: "FR"; }
	.ws-languages li:nth-child(4) a::after { content: "RU"; }
	.ws-languages li:nth-child(5) a::after { content: "AR"; }
	.ws-primary-nav { top: 106px; }
	.ws-section { padding: 72px 0; }
	.ws-section-intro { margin-bottom: 34px; }
	.ws-section-intro h2,
	.ws-about-copy h2,
	.ws-market-copy h2,
	.ws-inquiry-copy h2 { font-size: 36px; }
	.ws-hero-v14,
	.ws-hero-v14 .ws-hero-inner { min-height: 700px; }
	.ws-hero-v14 .ws-hero-media { background-position: 64% center; }
	.ws-hero-v14::after { background: linear-gradient(90deg, rgba(2,25,49,.94), rgba(2,25,49,.56)); }
	.ws-hero-v14 .ws-hero-copy {
		width: 100%;
		padding: 74px 0 190px;
	}
	.ws-hero-v14 h1 { font-size: 42px; }
	.ws-hero-v14 p { font-size: 16px; }
	.ws-hero-controls {
		left: 16px;
		bottom: 118px;
	}
	.ws-hero-arrow { width: 38px; height: 38px; }
	.ws-hero-trust {
		left: 0;
		right: 0;
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
	}
	.ws-hero-trust span {
		min-height: 98px;
		display: grid;
		gap: 5px;
		padding: 14px 10px;
		text-align: center;
	}
	.ws-hero-trust b { font-size: 27px; }
	.ws-home-proof { padding: 72px 0; }
	.ws-home-proof .ws-advantages article { min-height: 220px; }
	.ws-category-grid,
	.ws-resource-grid,
	.ws-about-layout,
	.ws-markets-layout,
	.ws-faq-layout,
	.ws-inquiry-layout { grid-template-columns: 1fr; }
	.ws-category-card,
	.ws-category-card.has-image { min-height: 240px; }
	.ws-about-layout,
	.ws-markets-layout,
	.ws-faq-layout,
	.ws-inquiry-layout { gap: 42px; }
	.ws-about-visual { min-height: 430px; }
	.ws-about-image { right: 25px; }
	.ws-about-badge {
		right: 0;
		bottom: 25px;
		width: 150px;
		padding: 22px 18px;
	}
	.ws-process-grid { grid-template-columns: 1fr; }
	.ws-market-orbit { width: min(360px, 88vw); }
	.ws-faq-layout .ws-section-intro { position: static; }
	.ws-faq-list summary { min-height: 74px; font-size: 15px; }
	.ws-home-inquiry .ws-inquiry-panel { padding: 24px 20px; }
	.ws-actions .ws-btn { width: 100%; }
	.ws-floating-actions { grid-template-columns: 1fr 1fr; }
}

html[dir="rtl"] .ws-default-logo { object-position: right center; }
html[dir="rtl"] .ws-about-copy li { padding-left: 0; padding-right: 30px; }
html[dir="rtl"] .ws-about-copy li::before { left: auto; right: 0; }
html[dir="rtl"] .ws-market-note { border-left: 0; border-right: 3px solid var(--ws-orange); }

/*
 * Wanshun Corporate v1.5
 * Brighter international industrial-group visual system.
 */
:root {
	--ws-navy: #14222e;
	--ws-navy-deep: #0f1a23;
	--ws-navy-soft: #233542;
	--ws-orange: #f36b21;
	--ws-orange-dark: #d95514;
	--ws-ink: #17232c;
	--ws-muted: #68737c;
	--ws-paper: #f3f1ec;
	--ws-line: #d9dee0;
	--ws-panel: #ffffff;
	--ws-shadow: 0 18px 48px rgba(18, 34, 46, .10);
	--ws-radius: 2px;
}

body {
	background: #f7f6f2;
	color: var(--ws-ink);
}

.ws-container { width: min(calc(100% - 56px), 1240px); }

/* A light utility bar and restrained blue-black navigation feel more corporate than solid black. */
.ws-topbar {
	background: #eef0ee;
	color: #45515a;
	border-bottom: 1px solid #dfe3e3;
}
.ws-header {
	background: rgba(15, 26, 35, .98);
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 8px 28px rgba(10, 24, 34, .14);
	backdrop-filter: blur(14px);
}
.ws-nav-row { height: 82px; }
.ws-primary-nav a {
	color: #f3f5f5;
	font-weight: 750;
	letter-spacing: .02em;
}
.ws-languages { border-color: rgba(255, 255, 255, .16); }
.ws-languages a,
.ws-languages span { color: #c6cdd1; }
.ws-header-quote {
	min-height: 46px;
	padding-inline: 21px;
	border: 1px solid var(--ws-orange);
	background: var(--ws-orange);
}

/* Bright hero: readable ivory content plane, visible industrial photography, no black curtain. */
.ws-hero-v14,
.ws-hero-v14 .ws-hero-inner { min-height: 680px; }
.ws-hero-v14 { background: #dfe3e2; }
.ws-hero-v14 .ws-hero-media {
	filter: saturate(.92) contrast(.96) brightness(1.08);
	background-position: center 48%;
}
.ws-hero-v14::after {
	background:
		linear-gradient(90deg, rgba(248, 247, 242, .97) 0%, rgba(248, 247, 242, .92) 35%, rgba(248, 247, 242, .48) 57%, rgba(15, 26, 35, .06) 78%),
		linear-gradient(0deg, rgba(15, 26, 35, .16), transparent 42%);
}
.ws-hero-v14 .ws-hero-copy {
	width: min(700px, 60%);
	padding: 92px 0 150px;
}
.ws-hero-v14 .ws-hero-copy::before {
	content: "";
	display: block;
	width: 54px;
	height: 3px;
	margin-bottom: 23px;
	background: var(--ws-orange);
}
.ws-hero-v14 h1 {
	max-width: 700px;
	margin-bottom: 23px;
	color: var(--ws-navy);
	font-size: clamp(46px, 4.25vw, 58px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.04em;
	text-shadow: none;
	line-break: strict;
	word-break: keep-all;
}
.ws-hero-v14 p {
	max-width: 590px;
	color: #4d5962;
	font-size: 17px;
	line-height: 1.75;
}
.ws-hero-v14 .ws-btn-ghost {
	border-color: rgba(20, 34, 46, .55);
	color: var(--ws-navy);
	background: rgba(255, 255, 255, .42);
}
.ws-hero-v14 .ws-btn-ghost:hover {
	border-color: var(--ws-navy);
	background: #fff;
}
.ws-hero-arrow {
	border-color: rgba(20, 34, 46, .42);
	background: rgba(255, 255, 255, .82);
	color: var(--ws-navy);
}
.ws-hero-dots button { background: rgba(20, 34, 46, .30); }
.ws-hero-trust {
	width: min(680px, 59%);
	border-top: 3px solid var(--ws-orange);
	border-radius: 0;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 -10px 35px rgba(20, 34, 46, .12);
}
.ws-hero-trust span { min-height: 88px; }

/* Airier section rhythm and calmer typography. */
.ws-section { padding: 94px 0; }
.ws-section-intro { margin-bottom: 42px; }
.ws-section-intro h2,
.ws-about-copy h2,
.ws-market-copy h2,
.ws-inquiry-copy h2 {
	font-size: clamp(34px, 3.6vw, 52px);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: -.03em;
}
.ws-eyebrow {
	font-weight: 850;
	letter-spacing: .16em;
}

/* The proof block becomes a light corporate credentials band instead of a second dark screen. */
.ws-home-proof {
	padding: 88px 0 94px;
	background: #edf0ef;
	color: var(--ws-ink);
	border-bottom: 1px solid #dde2e1;
}
.ws-home-proof .ws-section-intro h2 { color: var(--ws-navy); }
.ws-home-proof .ws-advantages {
	gap: 14px;
	border: 0;
}
.ws-home-proof .ws-advantages article {
	min-height: 236px;
	padding: 30px 27px;
	border: 1px solid #d8dedd;
	border-top: 3px solid transparent;
	background: rgba(255, 255, 255, .86);
	transition: border-color .25s, background .25s, transform .25s;
}
.ws-home-proof .ws-advantages article:hover {
	border-top-color: var(--ws-orange);
	background: #fff;
	transform: translateY(-4px);
}
.ws-home-proof .ws-advantages h3 {
	margin-top: 48px;
	color: var(--ws-navy);
}
.ws-home-proof .ws-advantages p { color: var(--ws-muted); }

/* Warm-white alternation creates depth without making the page gloomy. */
.ws-range-section,
.ws-process-section,
.ws-resources { background: var(--ws-paper); }
.ws-hot-products,
.ws-about-home,
.ws-cases,
.ws-faq-section { background: #fff; }
.ws-category-grid { gap: 18px; }
.ws-category-card,
.ws-category-card.has-image {
	min-height: 276px;
	border-radius: 2px;
	box-shadow: 0 10px 28px rgba(20, 34, 46, .08);
}
.ws-category-card.has-image {
	background-image: linear-gradient(180deg, rgba(10, 24, 34, .02), rgba(10, 24, 34, .84)), var(--ws-category-image);
}
.ws-category-card.has-image:hover {
	background-image: linear-gradient(180deg, transparent, rgba(10, 24, 34, .74)), var(--ws-category-image);
	box-shadow: 0 18px 40px rgba(20, 34, 46, .14);
}
.ws-product-card,
.ws-case-card,
.ws-process-grid article,
.ws-resource-card {
	border-radius: 2px;
	box-shadow: 0 8px 26px rgba(20, 34, 46, .06);
}
.ws-product-card:hover,
.ws-case-card:hover {
	border-color: #c9d0d2;
	box-shadow: 0 18px 40px rgba(20, 34, 46, .12);
}
.ws-card-media { background: #e8eae8; }
.ws-card-body { padding: 23px 24px 25px; }

.ws-about-layout { gap: 86px; }
.ws-about-image {
	border-radius: 2px;
	box-shadow: 0 22px 50px rgba(20, 34, 46, .12);
}
.ws-about-visual::after {
	border-color: #d3d8d7;
	border-radius: 2px;
}
.ws-about-badge {
	border-radius: 2px;
	box-shadow: 0 18px 38px rgba(211, 85, 20, .20);
}
.ws-process-grid article {
	min-height: 230px;
	border: 1px solid #e0e4e3;
}

/* One controlled dark chapter preserves authority and makes the global network memorable. */
.ws-markets-section {
	background: linear-gradient(135deg, #14232e 0%, #213744 100%);
}
.ws-markets-section::before {
	background-size: 34px 34px;
	opacity: .18;
}
.ws-market-copy > p { color: #d1dade; }
.ws-market-list span {
	border-radius: 2px;
	background: rgba(255, 255, 255, .04);
}
.ws-market-note { background: rgba(255, 255, 255, .07); }

/* Inquiry is now a bright business desk, not another dark wall. */
.ws-home-inquiry {
	background: #e9edec;
	color: var(--ws-ink);
	border-top: 1px solid #d8dddc;
}
.ws-inquiry-copy {
	padding-top: 18px;
}
.ws-inquiry-copy h2 { color: var(--ws-navy); }
.ws-inquiry-copy > p { color: #5f6c75; }
.ws-inquiry-direct { color: var(--ws-navy); }
.ws-home-inquiry .ws-inquiry-panel {
	padding: 40px;
	border: 1px solid #d9dfdf;
	border-radius: 2px;
	box-shadow: 0 20px 50px rgba(20, 34, 46, .10);
}
.ws-home-inquiry .ws-form input,
.ws-home-inquiry .ws-form select,
.ws-home-inquiry .ws-form textarea {
	border-color: #d5dcdd;
	background: #fbfbfa;
}

.ws-footer {
	background: #0f1a23;
	color: #abb5bb;
}
.ws-page-head {
	background: linear-gradient(135deg, #14232e, #2a404d);
}

/* A compact consent card should not cover the page's primary conversion content. */
.wsc-cookie {
	left: 18px !important;
	right: auto !important;
	bottom: 18px !important;
	justify-content: flex-start !important;
	max-width: 620px !important;
	margin: 0 !important;
	padding: 12px 13px 12px 17px !important;
	border-color: rgba(255, 255, 255, .12) !important;
	border-radius: 2px !important;
	background: rgba(15, 26, 35, .96) !important;
	box-shadow: 0 14px 36px rgba(15, 26, 35, .22) !important;
	backdrop-filter: blur(12px);
}

@media (max-width: 720px) {
	.ws-container { width: min(calc(100% - 32px), 1240px); }
	.ws-topbar { background: #eef0ee; }
	.ws-nav-row { height: 70px; }
	.ws-section { padding: 68px 0; }
	.ws-section-intro h2,
	.ws-about-copy h2,
	.ws-market-copy h2,
	.ws-inquiry-copy h2 { font-size: 34px; }
	.ws-hero-v14,
	.ws-hero-v14 .ws-hero-inner { min-height: 660px; }
	.ws-hero-v14 .ws-hero-media {
		background-position: 67% center;
		filter: saturate(.88) contrast(.94) brightness(1.12);
	}
	.ws-hero-v14::after {
		background:
			linear-gradient(90deg, rgba(248,247,242,.96) 0%, rgba(248,247,242,.88) 72%, rgba(248,247,242,.40) 100%),
			linear-gradient(0deg, rgba(15,26,35,.12), transparent 45%);
	}
	.ws-hero-v14 .ws-hero-copy {
		width: 100%;
		padding: 55px 0 178px;
	}
	.ws-hero-v14 h1 {
		max-width: 100%;
		font-size: clamp(35px, 9.8vw, 40px);
		line-height: 1.06;
		word-break: normal;
	}
	.ws-hero-v14 p {
		max-width: 92%;
		color: #43515a;
	}
	.ws-hero-controls { bottom: 110px; }
	.ws-hero-trust {
		left: 0;
		right: 0;
		width: 100%;
		border-top-width: 2px;
	}
	.ws-hero-trust span { min-height: 94px; }
	.ws-home-proof { padding: 66px 0 70px; }
	.ws-home-proof .ws-advantages { gap: 10px; }
	.ws-home-proof .ws-advantages article {
		min-height: 190px;
		border: 1px solid #d8dedd;
	}
	.ws-about-image { right: 18px; }
	.ws-home-inquiry .ws-inquiry-panel { padding: 24px 20px; }
	.ws-floating-actions {
		left: auto;
		right: 12px;
		bottom: 12px;
		display: flex;
		width: auto;
		flex-direction: column;
		align-items: flex-end;
		gap: 8px;
	}
	.ws-floating-actions a {
		display: grid;
		width: 50px;
		min-width: 50px;
		height: 50px;
		padding: 0 !important;
		place-items: center;
		border-radius: 50%;
	}
	.ws-float-wa span { width: 31px; height: 31px; }
	.ws-float-wa em { display: none; }
	.ws-float-quote { font-size: 0; }
	.ws-float-quote::after {
		content: "↗";
		font-size: 21px;
		font-weight: 800;
	}
	.wsc-cookie {
		left: 10px !important;
		right: 10px !important;
		bottom: 72px !important;
		max-width: none !important;
		justify-content: space-between !important;
	}
}

/*
 * Wanshun Industrial B2B v1.6
 * Final Elementor-compatible color and component specification.
 */
:root {
	--color-dark: #1a1d23;
	--color-gray-100: #f0f2f5;
	--color-white: #ffffff;
	--color-border: #e5e7eb;
	--color-primary: #ff6b00;
	--color-primary-dark: #e65c00;
	--color-primary-light: #fff1e6;
	--color-title-dark: #ffffff;
	--color-text-dark: #d1d5db;
	--color-mute-dark: #9ca3af;
	--color-title-light: #111827;
	--color-text-light: #374151;
	--color-mute-light: #6b7280;
	--color-success: #10b981;
	--color-error: #ef4444;
	--ws-navy: var(--color-dark);
	--ws-navy-deep: var(--color-dark);
	--ws-navy-soft: #272b33;
	--ws-orange: var(--color-primary);
	--ws-orange-dark: var(--color-primary-dark);
	--ws-ink: var(--color-title-light);
	--ws-muted: var(--color-mute-light);
	--ws-paper: var(--color-gray-100);
	--ws-line: var(--color-border);
	--ws-panel: var(--color-white);
	--ws-radius: 4px;
	--ws-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	--e-global-color-primary: var(--color-primary);
	--e-global-color-secondary: var(--color-dark);
	--e-global-color-text: var(--color-text-light);
	--e-global-color-accent: var(--color-primary);
	--ws-metal-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");
}

html {
	color-scheme: only light;
	background: var(--color-white);
}

body {
	background: var(--color-white);
	color: var(--color-text-light);
	font-family: Inter, "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", Arial, sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.ws-section-intro h2,
.ws-about-copy h2,
.ws-market-copy h2,
.ws-inquiry-copy h2 {
	font-weight: 600;
}

:where(a, button, input, select, textarea, summary, .ws-btn, .ws-category-card, .ws-product-card, .ws-case-card, .ws-resource-card, .ws-process-grid article) {
	transition: all .3s ease;
}

/* Global component geometry: matte, compact and never pill-shaped. */
.ws-btn,
.ws-header-quote,
.ws-product-card,
.ws-case-card,
.ws-resource-card,
.ws-process-grid article,
.ws-about-image,
.ws-about-badge,
.ws-home-inquiry .ws-inquiry-panel,
.ws-category-card,
.ws-category-card.has-image,
.ws-market-list span,
.ws-market-note,
.ws-contact-card,
.ws-inquiry-panel,
.ws-form input,
.ws-form select,
.ws-form textarea,
.ws-product-badges span,
.ws-pagination .page-numbers,
.wsc-cookie,
.wsc-cookie button {
	border-radius: 4px !important;
}

/* Header */
.ws-topbar {
	background: var(--color-dark);
	background-image: var(--ws-metal-grain);
	color: var(--color-mute-dark);
	border-color: rgba(255, 255, 255, .08);
}
.ws-header {
	background-color: rgba(26, 29, 35, .90);
	background-image: var(--ws-metal-grain);
	border-color: rgba(255, 255, 255, .10);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
	backdrop-filter: blur(8px);
}
.ws-primary-nav a {
	color: var(--color-text-dark);
	font-weight: 600;
}
.ws-primary-nav a:hover,
.ws-primary-nav .current-menu-item > a,
.ws-languages .current-lang a { color: var(--color-primary); }
.ws-languages {
	border-color: rgba(255, 255, 255, .14);
}
.ws-languages a,
.ws-languages span { color: var(--color-text-dark); }
.ws-header-quote {
	min-width: 118px;
	border-color: var(--color-primary);
	background: var(--color-primary);
	box-shadow: 0 4px 12px rgba(255, 107, 0, .20);
}
.ws-header-quote:hover,
.ws-header-quote:active { background: var(--color-primary-dark); }

/* Hero */
.ws-hero-v14,
.ws-hero-v14 .ws-hero-inner { min-height: 700px; }
.ws-hero-v14 { background: var(--color-dark); }
.ws-hero-v14 .ws-hero-media {
	filter: brightness(.90) saturate(.82) contrast(1.03);
}
.ws-hero-v14::after {
	background:
		linear-gradient(90deg, #1a1d23 0%, rgba(26, 29, 35, .88) 45%, rgba(26, 29, 35, .70) 100%),
		radial-gradient(ellipse at center, transparent 52%, rgba(26, 29, 35, .10) 100%);
}
.ws-hero-v14 .ws-hero-copy {
	width: min(720px, 62%);
	padding: 100px 0 154px;
}
.ws-hero-v14 .ws-hero-copy::before {
	width: 2px;
	height: 24px;
	margin-bottom: 20px;
	background: var(--color-primary);
}
.ws-hero-v14 h1 {
	max-width: 720px;
	color: var(--color-title-dark);
	font-size: clamp(48px, 4.55vw, 64px);
	font-weight: 600;
	line-height: 1.06;
	text-shadow: none;
}
.ws-hero-v14 p {
	color: var(--color-text-dark);
}
.ws-hero-v14 .ws-btn-primary {
	min-width: 140px;
	background: var(--color-primary);
	color: var(--color-white);
	box-shadow: 0 4px 12px rgba(255, 107, 0, .20);
}
.ws-hero-v14 .ws-btn-primary:hover,
.ws-hero-v14 .ws-btn-primary:active { background: var(--color-primary-dark); }
.ws-hero-v14 .ws-btn-ghost {
	min-width: 140px;
	border-color: var(--color-gray-100);
	background: var(--color-gray-100);
	color: var(--color-title-light);
}
.ws-hero-v14 .ws-btn-ghost:hover {
	border-color: var(--color-white);
	background: var(--color-white);
}
.ws-hero-arrow {
	border-color: rgba(209, 213, 219, .52);
	border-radius: 4px;
	background: rgba(26, 29, 35, .72);
	color: var(--color-title-dark);
}
.ws-hero-dots button {
	border-radius: 0;
	background: rgba(209, 213, 219, .42);
}
.ws-hero-dots button.is-active { background: var(--color-primary); }
.ws-hero-trust {
	border-top: 3px solid var(--color-primary);
	border-radius: 4px 4px 0 0;
	background: var(--color-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	color: var(--color-title-light);
}
.ws-hero-trust span { border-color: var(--color-border); }
.ws-hero-trust b { color: var(--color-primary); }

/* Light section hierarchy */
.ws-home-proof {
	background: var(--color-gray-100);
	color: var(--color-text-light);
	border-color: var(--color-border);
}
.ws-home-proof .ws-section-intro h2 { color: var(--color-title-light); }
.ws-home-proof .ws-advantages article {
	border: 1px solid var(--color-border);
	border-radius: 4px;
	background: var(--color-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.ws-home-proof .ws-advantages article:hover {
	border-color: var(--color-border);
	background: var(--color-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	transform: translateY(-4px);
}
.ws-home-proof .ws-advantages h3 { color: var(--color-title-light); }
.ws-home-proof .ws-advantages p { color: var(--color-text-light); }
.ws-home-proof .ws-advantages article > span { color: var(--color-primary); }

.ws-range-section,
.ws-hot-products,
.ws-cases,
.ws-faq-section { background: var(--color-white); }
.ws-about-home,
.ws-process-section,
.ws-resources { background: var(--color-gray-100); }
.ws-section-intro h2,
.ws-about-copy h2,
.ws-inquiry-copy h2 { color: var(--color-title-light); }
.ws-intro-row > p,
.ws-intro-action,
.ws-about-copy > p,
.ws-card-body p,
.ws-resource-card p,
.ws-process-grid p { color: var(--color-text-light); }

/* Category cards become white bordered product-navigation cards. */
.ws-category-grid { gap: 18px; }
.ws-category-card,
.ws-category-card.has-image {
	min-height: 330px;
	padding: 194px 26px 26px;
	overflow: hidden;
	border: 1px solid var(--color-border);
	background: var(--color-white);
	background-image: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	color: var(--color-title-light);
}
.ws-category-card.has-image::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 170px;
	background-image: linear-gradient(rgba(26, 29, 35, .10), rgba(26, 29, 35, .10)), var(--ws-category-image);
	background-position: center;
	background-size: cover;
	filter: brightness(.98) saturate(.88);
	transition: all .3s ease;
}
.ws-category-card:not(.has-image)::before {
	content: "WS";
	position: absolute;
	inset: 0 0 auto;
	display: grid;
	height: 170px;
	place-items: center;
	background-color: var(--color-gray-100);
	background-image: var(--ws-metal-grain);
	background-size: 200px 200px;
	color: var(--color-mute-dark);
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .12em;
}
.ws-category-card.has-image:hover,
.ws-category-card:not(.has-image):hover {
	border-color: var(--color-primary);
	background: var(--color-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	color: var(--color-title-light);
	transform: translateY(-4px);
}
.ws-category-card.has-image:hover::before { filter: brightness(1) saturate(.94); }
.ws-category-card h3 {
	position: relative;
	z-index: 1;
	margin: 18px 0 9px;
	color: var(--color-title-light);
	font-size: 22px;
}
.ws-category-card p,
.ws-category-card.has-image p,
.ws-category-card:not(.has-image) p {
	position: relative;
	z-index: 1;
	color: var(--color-mute-light);
}
.ws-category-card > span {
	position: relative;
	z-index: 1;
	color: var(--color-mute-light);
}
.ws-category-card b { color: var(--color-primary); }

/* Standard content cards: neutral border, no colorful product outline. */
.ws-product-card,
.ws-case-card,
.ws-resource-card,
.ws-process-grid article {
	border: 1px solid var(--color-border);
	background: var(--color-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.ws-product-card:hover,
.ws-case-card:hover,
.ws-resource-card:hover,
.ws-process-grid article:hover {
	border-color: var(--color-border);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	transform: translateY(-4px);
}
.ws-card-body h3,
.ws-resource-card h3,
.ws-process-grid h3 { color: var(--color-title-light); }

/* Procurement guides / Insights */
.ws-insights-archive,
.ws-insight-single { background: var(--color-white); color: var(--color-text-light); }
.ws-insights-hero,
.ws-insight-head {
	padding: 118px 0 82px;
	background: var(--color-dark);
	background-image: var(--ws-metal-grain);
	color: var(--color-white);
}
.ws-insights-hero h1,
.ws-insight-head h1 {
	max-width: 980px;
	margin: 17px 0 22px;
	color: var(--color-white);
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1.08;
}
.ws-insights-hero p,
.ws-insight-head p { max-width: 760px; color: #c8d0d6; font-size: 18px; }
.ws-insights-list { background: var(--color-gray-100); }
.ws-insights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ws-insight-card {
	display: flex;
	min-height: 355px;
	flex-direction: column;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0,0,0,.05);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
}
.ws-insight-card:hover { transform: translateY(-6px); box-shadow: 0 10px 28px rgba(0,0,0,.08); }
.ws-insight-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: #e9edf1; }
.ws-insight-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ws-insight-card:hover .ws-insight-media img { transform: scale(1.02); }
.ws-insight-card-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.ws-insight-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--color-mute-light); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ws-insight-card h2 { margin: 23px 0 14px; font-size: 24px; line-height: 1.28; }
.ws-insight-card h2 a { color: var(--color-title-light); }
.ws-insight-card p { margin: 0 0 26px; color: var(--color-text-light); }
.ws-insight-read { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--color-border); color: var(--color-title-light); font-weight: 750; }
.ws-insight-read span { color: var(--color-primary); }
.ws-insights-empty { padding: 60px; background: var(--color-white); border: 1px solid var(--color-border); text-align: center; }
.ws-pagination ul { display: flex; justify-content: center; gap: 8px; margin: 42px 0 0; padding: 0; list-style: none; }
.ws-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 12px; }
.ws-insight-head-inner { max-width: 1060px; }
.ws-insight-back { display: inline-block; margin-bottom: 34px; color: #d7dde2; font-weight: 700; }
.ws-insight-head .ws-insight-meta { color: #b8c2ca; }
.ws-insight-featured { margin-top: 64px; }
.ws-insight-featured img { width: 100%; max-height: 680px; object-fit: cover; border-radius: 4px; }
.ws-insight-layout { display: grid; grid-template-columns: minmax(0, 790px) 320px; gap: 86px; align-items: start; padding-top: 82px; padding-bottom: 96px; }
.ws-insight-content { min-width: 0; font-size: 17px; line-height: 1.85; }
.ws-insight-content > :first-child { margin-top: 0; }
.ws-insight-content h2 { margin: 52px 0 18px; color: var(--color-title-light); font-size: 32px; line-height: 1.25; }
.ws-insight-content h3 { margin: 36px 0 14px; color: var(--color-title-light); font-size: 23px; }
.ws-insight-content p { margin: 0 0 21px; }
.ws-insight-content ul,
.ws-insight-content ol { margin: 0 0 25px; padding-inline-start: 26px; }
.ws-insight-content li { margin-bottom: 9px; }
.ws-insight-content a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }
.ws-insight-content blockquote { margin: 32px 0; padding: 22px 28px; border-left: 3px solid var(--color-primary); background: var(--color-gray-100); }
.ws-insight-aside { position: sticky; top: 100px; }
.ws-insight-aside-card { padding: 34px; background: var(--color-dark); color: var(--color-white); border-radius: 4px; }
.ws-insight-aside-card > span { color: var(--color-primary); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ws-insight-aside-card h2 { margin: 20px 0 28px; color: var(--color-white); font-size: 25px; line-height: 1.32; }
.ws-related-insights { background: var(--color-gray-100); }

@media (max-width: 1024px) {
	.ws-insights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ws-insight-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
	.ws-insight-aside { position: static; }
}
@media (max-width: 720px) {
	.ws-insights-hero,
	.ws-insight-head { padding: 76px 0 58px; }
	.ws-insights-hero h1,
	.ws-insight-head h1 { font-size: 38px; }
	.ws-insights-grid { grid-template-columns: 1fr; }
	.ws-insight-card { min-height: 0; }
	.ws-insight-card-body { padding: 24px; }
	.ws-insight-layout { padding-top: 56px; padding-bottom: 70px; }
	.ws-insight-content { font-size: 16px; }
	.ws-insight-content h2 { margin-top: 42px; font-size: 28px; }
}
.ws-card-meta {
	color: var(--color-mute-light);
}
.ws-placeholder {
	background: var(--color-gray-100);
	color: var(--color-mute-light);
}

/* Factory and brand treatment */
.ws-about-image {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	filter: brightness(1);
}
.ws-about-badge {
	background: var(--color-dark);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.ws-about-badge strong { color: var(--color-primary); }
.ws-brands {
	background: var(--color-gray-100);
	border-color: var(--color-border);
}
.ws-brands img {
	filter: grayscale(100%);
	transition: all .3s ease;
}
.ws-brands img:hover { filter: grayscale(0%); }

/* A single dark global-delivery chapter; no colorful gradient or glow. */
.ws-markets-section {
	background: var(--color-dark);
	background-image: var(--ws-metal-grain);
	color: var(--color-title-dark);
}
.ws-markets-section::before { opacity: .03; }
.ws-market-copy h2 { color: var(--color-title-dark); }
.ws-market-copy > p { color: var(--color-text-dark); }
.ws-market-list span {
	border-color: rgba(209, 213, 219, .25);
	background: rgba(255, 255, 255, .03);
	color: var(--color-text-dark);
}
.ws-market-note {
	border-color: var(--color-primary);
	background: rgba(255, 255, 255, .03);
	color: var(--color-text-dark);
}
.ws-market-orbit,
.ws-market-orbit::before,
.ws-market-orbit::after {
	border-color: rgba(209, 213, 219, .24);
}
.ws-market-orbit b {
	background: var(--color-primary);
	border-radius: 4px;
}
.ws-market-orbit i {
	border-color: var(--color-white);
	background: var(--color-primary);
	box-shadow: none;
}

/* Forms and tables */
.ws-home-inquiry {
	background-color: var(--color-dark);
	background-image: var(--ws-metal-grain);
	color: var(--color-title-dark);
	border-color: rgba(255, 255, 255, .08);
}
.ws-home-inquiry .ws-inquiry-copy h2 { color: var(--color-title-dark); }
.ws-home-inquiry .ws-inquiry-copy > p { color: var(--color-text-dark); }
.ws-home-inquiry .ws-inquiry-direct { color: var(--color-text-dark); }
.ws-home-inquiry .ws-inquiry-panel {
	border: 1px solid var(--color-border);
	background: var(--color-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.ws-form label,
.ws-home-inquiry .ws-form label { color: var(--color-text-light); }
.ws-form input,
.ws-form select,
.ws-form textarea,
.ws-home-inquiry .ws-form input,
.ws-home-inquiry .ws-form select,
.ws-home-inquiry .ws-form textarea {
	border: 1px solid var(--color-border);
	background: var(--color-white);
	color: var(--color-title-light);
	outline: none;
}
.ws-form input:focus,
.ws-form select:focus,
.ws-form textarea:focus,
.ws-home-inquiry .ws-form input:focus,
.ws-home-inquiry .ws-form select:focus,
.ws-home-inquiry .ws-form textarea:focus {
	border-color: var(--color-primary);
	outline: none;
}
.ws-form input[aria-invalid="true"],
.ws-form select[aria-invalid="true"],
.ws-form textarea[aria-invalid="true"] { border-color: var(--color-error); }
.ws-form-status.is-success {
	background: #ecfdf5;
	color: #047857;
}
.ws-form-status.is-error {
	background: #fef2f2;
	color: #b91c1c;
}
.ws-spec-table th {
	background: var(--color-gray-100);
	color: var(--color-title-light);
}
.ws-spec-table th,
.ws-spec-table td { border-color: var(--color-border); }

/* Interior navigation and states */
.ws-page-head {
	background: var(--color-dark);
	background-image: var(--ws-metal-grain);
	color: var(--color-title-dark);
}
.ws-product-badges span {
	border-radius: 4px;
	background: var(--color-gray-100);
	color: var(--color-text-light);
}
.ws-breadcrumb,
.breadcrumbs { color: var(--color-mute-light); }
.ws-breadcrumb [aria-current="page"],
.breadcrumbs [aria-current="page"] { color: var(--color-title-light); }
.ws-pagination .page-numbers {
	border: 1px solid var(--color-border);
	background: var(--color-white);
	color: var(--color-text-light);
}
.ws-pagination .current {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}

/* CTA and footer */
.ws-footer {
	background-color: var(--color-dark);
	background-image: var(--ws-metal-grain);
	color: var(--color-mute-dark);
}
.ws-footer h3,
.ws-brand-footer { color: var(--color-title-dark); }
.ws-footer a { color: var(--color-mute-dark); }
.ws-footer a:hover { color: var(--color-primary); }
.ws-footer-bottom { border-color: rgba(255, 255, 255, .10); }
.ws-float-wa,
.ws-float-quote {
	border-radius: 4px;
}
.ws-float-quote {
	background: var(--color-primary);
	box-shadow: 0 4px 12px rgba(255, 107, 0, .20);
}
.ws-float-quote:hover,
.ws-float-quote:active { background: var(--color-primary-dark); }
.wsc-cookie {
	border-color: rgba(255, 255, 255, .12) !important;
	background: rgba(26, 29, 35, .96) !important;
	color: var(--color-text-dark) !important;
}
.wsc-cookie button {
	background: var(--color-primary) !important;
	box-shadow: 0 4px 12px rgba(255, 107, 0, .20);
}

@media (max-width: 1320px) {
	.ws-primary-nav {
		background: var(--color-dark);
		border-color: rgba(255, 255, 255, .10);
	}
	.ws-primary-nav a { color: var(--color-text-dark); }
}

@media (max-width: 720px) {
	.ws-topbar {
		background-color: var(--color-dark);
		background-image: var(--ws-metal-grain);
		background-size: 200px 200px;
	}
	.ws-header {
		background-color: rgba(26, 29, 35, .94);
		background-image: var(--ws-metal-grain);
		background-size: 200px 200px;
	}
	.ws-hero-v14,
	.ws-hero-v14 .ws-hero-inner { min-height: 690px; }
	.ws-hero-v14 .ws-hero-media {
		filter: brightness(.90) saturate(.78) contrast(1.02);
	}
	.ws-hero-v14::after {
		background:
			linear-gradient(90deg, #1a1d23 0%, rgba(26, 29, 35, .88) 70%, rgba(26, 29, 35, .70) 100%),
			radial-gradient(ellipse at center, transparent 52%, rgba(26, 29, 35, .10) 100%);
	}
	.ws-hero-v14 .ws-hero-copy { padding: 58px 0 180px; }
	.ws-hero-v14 h1 {
		color: var(--color-title-dark);
		font-size: clamp(35px, 9.8vw, 40px);
	}
	.ws-hero-v14 p { color: var(--color-text-dark); }
	.ws-category-card,
	.ws-category-card.has-image {
		min-height: 315px;
		padding-top: 184px;
	}
	.ws-category-card.has-image::before { height: 160px; }
	.ws-category-card:not(.has-image)::before { height: 160px; }
	.ws-markets-section,
	.ws-home-inquiry,
	.ws-footer {
		background-size: 200px 200px;
	}
	.ws-floating-actions {
		left: auto;
		right: 10px;
		bottom: 10px;
		display: flex;
		width: auto;
		flex-direction: column;
		align-items: flex-end;
		gap: 6px;
	}
	.ws-floating-actions a {
		display: flex;
		width: auto;
		min-width: 48px;
		height: 48px;
		padding: 0 13px !important;
		justify-content: center;
		border-radius: 4px;
	}
	.ws-float-wa span {
		width: 28px;
		height: 28px;
		border-radius: 4px;
	}
	.ws-float-wa em { display: none; }
	.ws-float-quote { font-size: 0; }
	.ws-float-quote::after {
		content: "↗";
		font-size: 20px;
		font-weight: 700;
	}
}

/*
 * v1.7 launch refinements: accessible actions, SANY-inspired compact header,
 * a single high-priority hero, and predictable no-code responsive behavior.
 */
:root {
	--color-primary-action: #c84f00;
	--color-primary-action-hover: #b94700;
}

.ws-btn-primary,
.ws-header-quote,
.ws-float-quote,
.ws-pagination .current,
.wsc-cookie button:not(.is-secondary) {
	border-color: var(--color-primary-action);
	background: var(--color-primary-action);
	color: #fff;
}
.ws-btn-primary:hover,
.ws-btn-primary:active,
.ws-header-quote:hover,
.ws-header-quote:active,
.ws-float-quote:hover,
.ws-float-quote:active,
.wsc-cookie button:not(.is-secondary):hover {
	border-color: var(--color-primary-action-hover);
	background: var(--color-primary-action-hover);
}
.ws-cta {
	background: var(--color-dark);
	color: var(--color-title-dark);
}

.ws-header,
.ws-topbar,
.ws-nav-row,
.ws-primary-nav a,
.ws-languages a,
.ws-menu-toggle > span:not(.screen-reader-text) {
	transition: all .3s ease;
}
body.home .ws-header {
	position: fixed;
	inset: 0 0 auto;
	background-color: rgba(26, 29, 35, .72);
}
.ws-header.is-scrolled {
	background-color: #fff;
	background-image: none;
	border-color: var(--color-border);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	backdrop-filter: none;
}
.ws-header.is-scrolled .ws-topbar {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
}
.ws-header.is-scrolled .ws-nav-row { height: 64px; }
.ws-header.is-scrolled .ws-primary-nav a,
.ws-header.is-scrolled .ws-languages a,
.ws-header.is-scrolled .ws-languages span { color: var(--color-text-light); }
.ws-header.is-scrolled .ws-menu-toggle > span:not(.screen-reader-text) { background: var(--color-title-light); }
.ws-header.is-scrolled .ws-languages { border-color: var(--color-border); }

.ws-hero-v14,
.ws-hero-v14 .ws-hero-inner {
	min-height: 100vh;
	min-height: 100svh;
}
.ws-hero-v14 .ws-hero-media {
	transform: none;
	transition: none;
}
.ws-hero-v14 .ws-actions .ws-btn {
	min-width: 190px;
	min-height: 60px;
}

.ws-footer-grid { grid-template-columns: 1.25fr .75fr 1fr .9fr; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (max-width: 1080px) {
	.ws-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ws-header.is-scrolled .ws-primary-nav {
		background: #fff;
		border-color: var(--color-border);
	}
}

@media (max-width: 720px) {
	body.home .ws-header { position: absolute; }
	.ws-header.is-scrolled .ws-topbar {
		max-height: none;
		opacity: 1;
	}
	.ws-header.is-scrolled .ws-nav-row { height: 68px; }
	.ws-hero-v14,
	.ws-hero-v14 .ws-hero-inner { min-height: 100svh; }
	.ws-hero-v14 .ws-actions .ws-btn {
		width: auto;
		min-width: 180px;
		min-height: 54px;
	}
	.ws-footer-grid { grid-template-columns: 1fr; }
}

/*
 * v1.8 SANY Global alignment
 * White navigation, brand-red actions, photographic carousel and restrained
 * white/light-gray content rhythm. Kept at the end so old launch refinements
 * cannot silently disable the carousel again.
 */
:root {
	--color-primary: #e60012;
	--color-primary-dark: #c90010;
	--color-primary-action: #e60012;
	--color-primary-action-hover: #c90010;
	--ws-orange: #e60012;
	--ws-orange-dark: #c90010;
	--ws-navy: #20242a;
	--ws-paper: #f5f5f5;
}

.ws-topbar { display: none; }
.ws-header,
body.home .ws-header,
.ws-header.is-scrolled {
	position: fixed;
	inset: 0 0 auto;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: none;
	backdrop-filter: none;
}
.admin-bar .ws-header { top: 32px; }
.ws-nav-row,
.ws-header.is-scrolled .ws-nav-row { height: 82px; }
.ws-primary-nav a,
body.home .ws-primary-nav a,
.ws-header.is-scrolled .ws-primary-nav a {
	color: #20242a;
	font-weight: 600;
}
.ws-primary-nav a:hover,
.ws-primary-nav .current-menu-item > a,
.ws-languages .current-lang a { color: #e60012; }
.ws-languages,
.ws-header.is-scrolled .ws-languages { border-color: #e0e0e0; }
.ws-languages a,
.ws-languages span,
body.home .ws-languages a,
.ws-header.is-scrolled .ws-languages a,
.ws-header.is-scrolled .ws-languages span { color: #535861; }
.ws-menu-toggle > span:not(.screen-reader-text),
body.home .ws-menu-toggle > span:not(.screen-reader-text) { background: #20242a; }
.ws-header-quote,
.ws-btn-primary,
.ws-float-quote {
	border-radius: 0;
	background: #e60012;
	border-color: #e60012;
	box-shadow: none;
}
.ws-header-quote:hover,
.ws-btn-primary:hover,
.ws-float-quote:hover {
	background: #c90010;
	border-color: #c90010;
}

body.home { padding-top: 82px; }
.ws-hero-v14,
.ws-hero-v14 .ws-hero-inner {
	min-height: calc(100svh - 82px);
}
.ws-hero-v14 {
	position: relative;
	margin: 0;
	background: #20242a;
	color: #fff;
	overflow: hidden;
}
.ws-hero-v14::after {
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(11, 15, 20, .78) 0%, rgba(11, 15, 20, .38) 46%, rgba(11, 15, 20, .05) 76%),
		linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 42%);
}
.ws-hero-slide {
	z-index: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
.ws-hero-slide .ws-hero-media,
.ws-hero-v14 .ws-hero-media {
	opacity: 1;
	filter: saturate(.96) contrast(1.03);
	background-position: center center;
	transform: scale(1.015);
	transition: transform 7s ease;
}
.ws-hero-slide.is-active .ws-hero-media { transform: scale(1.055); }
.ws-hero-v14 .ws-hero-copy {
	width: min(760px, 67%);
	padding: 180px 0 130px;
}
.ws-hero-v14 .ws-hero-copy::before { display: none; }
.ws-hero-v14 .ws-eyebrow {
	margin: 0 0 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: none;
}
.ws-hero-v14 h1 {
	max-width: 820px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(50px, 5.3vw, 76px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.04em;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}
.ws-hero-v14 p {
	max-width: 640px;
	margin-bottom: 28px;
	color: rgba(255,255,255,.9);
	font-size: 18px;
	line-height: 1.55;
}
.ws-hero-v14 .ws-actions .ws-btn {
	min-width: 150px;
	min-height: 50px;
	padding-inline: 24px;
}
.ws-hero-v14 .ws-actions .ws-btn span {
	margin-left: 20px;
	font-size: 22px;
	line-height: 1;
}

.ws-hero-index {
	position: absolute;
	top: 24px;
	left: max(24px, calc((100% - 1200px) / 2));
	z-index: 5;
	display: flex;
	align-items: stretch;
	gap: 0;
}
.ws-hero-index button,
.ws-hero-dots button,
.ws-hero-dots button.is-active {
	display: grid;
	width: 142px;
	height: auto;
	min-height: 72px;
	padding: 9px 16px 12px;
	border: 0;
	border-top: 2px solid rgba(255,255,255,.4);
	background: transparent;
	color: rgba(255,255,255,.72);
	text-align: left;
	cursor: pointer;
	transition: .25s ease;
}
.ws-hero-index button strong {
	font-size: 19px;
	line-height: 1.2;
}
.ws-hero-index button span {
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ws-hero-index button.is-active {
	border-top-color: #e60012;
	color: #fff;
}
.ws-hero-controls {
	left: auto;
	right: max(24px, calc((100% - 1200px) / 2));
	bottom: 34px;
	gap: 0;
}
.ws-hero-arrow {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.65);
	border-radius: 0;
	background: rgba(0,0,0,.25);
	color: #fff;
}
.ws-hero-arrow:hover { border-color: #e60012; background: #e60012; }
.ws-hero-counter {
	display: flex;
	width: 92px;
	height: 48px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border-block: 1px solid rgba(255,255,255,.65);
	background: rgba(0,0,0,.25);
	color: #fff;
}
.ws-hero-counter strong { font-size: 18px; }
.ws-hero-counter span { color: rgba(255,255,255,.68); font-size: 12px; }

.ws-home-proof {
	padding: 96px 0;
	background: #fff;
	color: #31363d;
}
.ws-home-proof .ws-section-intro h2 { color: #20242a; }
.ws-home-proof .ws-advantages {
	gap: 0;
	border-color: #e3e5e8;
}
.ws-home-proof .ws-advantages article {
	border-color: #e3e5e8;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}
.ws-home-proof .ws-advantages h3 { color: #20242a; }
.ws-home-proof .ws-advantages p { color: #69707a; }
.ws-range-section { background: #f5f5f5; }
.ws-hot-products { background: #fff; }
.ws-about-home,
.ws-markets-section { background: #f5f5f5; }
.ws-markets-section { color: #1f2937; }
.ws-markets-section::before { opacity: .035; }
.ws-market-copy h2 { color: #1f2937; }
.ws-market-copy > p { color: #4b5563; }
.ws-market-list span {
	border-color: #d6dae1;
	background: #fff;
	color: #4b5563;
}
.ws-market-note {
	border-color: #e60012;
	background: #fff;
	color: #4b5563;
}
.ws-market-orbit,
.ws-market-orbit::before,
.ws-market-orbit::after { border-color: #d9dde3; }
.ws-category-card,
.ws-product-card { border-radius: 0; box-shadow: none; }
.ws-category-card:hover,
.ws-product-card:hover { border-color: #e60012; }
.ws-eyebrow,
.ws-text-link,
.ws-category-card b,
.ws-card-meta { color: #e60012; }
.ws-cta { background: #20242a; }

@media (max-width: 1080px) {
	body.home .ws-primary-nav {
		background: #fff;
		border-color: #e7e7e7;
	}
	.ws-hero-v14 .ws-hero-copy { width: min(720px, 75%); }
}

@media (max-width: 782px) {
	.admin-bar .ws-header { top: 46px; }
}

@media (max-width: 720px) {
	body.home { padding-top: 68px; }
	body.home .ws-header,
	.ws-header,
	.ws-header.is-scrolled { position: fixed; }
	.ws-nav-row,
	.ws-header.is-scrolled .ws-nav-row { height: 68px; }
	.ws-hero-v14,
	.ws-hero-v14 .ws-hero-inner {
		min-height: calc(100svh - 68px);
	}
	.ws-hero-index {
		top: 16px;
		left: 16px;
		right: 16px;
	}
	.ws-hero-index button,
	.ws-hero-dots button,
	.ws-hero-dots button.is-active {
		width: 33.333%;
		min-height: 48px;
		padding: 7px 8px;
	}
	.ws-hero-index button strong { font-size: 15px; }
	.ws-hero-index button span { display: none; }
	.ws-hero-v14 .ws-hero-media { background-position: 62% center; }
	.ws-hero-v14::after {
		background: linear-gradient(90deg, rgba(11,15,20,.84), rgba(11,15,20,.32));
	}
	.ws-hero-v14 .ws-hero-copy {
		width: 100%;
		padding: 125px 0 112px;
	}
	.ws-hero-v14 h1 { font-size: clamp(38px, 11vw, 52px); }
	.ws-hero-v14 p { font-size: 15px; }
	.ws-hero-controls {
		right: 16px;
		bottom: 20px;
	}
	.ws-hero-arrow { width: 42px; height: 42px; }
	.ws-hero-counter { width: 78px; height: 42px; }
}

/*
 * v1.8.2 fixed-header offset
 * The global body reset above uses padding: 0 !important. Keep the homepage
 * carousel below the fixed navigation so the 01/02/03 slide labels are fully
 * visible in every language.
 */
body.home { padding-top: 82px !important; }

@media (max-width: 720px) {
	body.home { padding-top: 68px !important; }
}

/* v1.9.2 floating contact actions: icon rail with left-hand labels. */
.ws-floating-actions {
	position: fixed;
	right: 30px;
	/* Keep the sales actions above the site assistant bubble. */
	bottom: 112px;
	z-index: 2147483000;
	display: flex;
	width: auto;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
}

.ws-floating-actions .ws-float-action {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: #20242a;
	text-transform: none;
	letter-spacing: 0;
	transition: transform .2s ease;
}

.ws-floating-actions .ws-float-action:hover,
.ws-floating-actions .ws-float-action:focus-visible {
	transform: translateX(-4px);
}

.ws-floating-actions .ws-float-action:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.ws-floating-actions .ws-float-label {
	display: inline-flex;
	min-width: 142px;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 1px solid rgba(23, 31, 40, .12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .15);
	color: #20242a;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.2;
	white-space: nowrap;
}

.ws-floating-actions .ws-float-icon {
	display: grid;
	width: 68px;
	min-width: 68px;
	height: 68px;
	place-items: center;
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
	color: #fff;
}

.ws-floating-actions .ws-float-icon svg {
	width: 38px;
	height: 38px;
}

.ws-floating-actions .ws-float-wa .ws-float-icon { background: #25d366; }
.ws-floating-actions .ws-float-quote .ws-float-icon { background: #242a31; }

html[dir="rtl"] .ws-floating-actions {
	right: auto;
	left: 30px;
	align-items: flex-start;
}

html[dir="rtl"] .ws-floating-actions .ws-float-action {
	flex-direction: row-reverse;
}

html[dir="rtl"] .ws-floating-actions .ws-float-action:hover,
html[dir="rtl"] .ws-floating-actions .ws-float-action:focus-visible {
	transform: translateX(4px);
}

@media (max-width: 720px) {
	.ws-floating-actions {
		right: 14px;
		bottom: 86px;
		gap: 10px;
	}
	.ws-floating-actions .ws-float-action { gap: 10px; }
	.ws-floating-actions .ws-float-label {
		min-width: 112px;
		min-height: 46px;
		padding: 8px 14px;
		font-size: 13px;
	}
	.ws-floating-actions .ws-float-icon {
		width: 54px;
		min-width: 54px;
		height: 54px;
	}
	.ws-floating-actions .ws-float-icon svg {
		width: 31px;
		height: 31px;
	}
html[dir="rtl"] .ws-floating-actions {
	right: auto;
	left: 14px;
}
}

/* v1.9.3 contact-page inquiry panel: readable against the dark panel at every breakpoint. */
.ws-contact-grid .ws-inquiry-panel {
	border-color: #46515d;
	background: #242a31;
	color: #edf2f7;
}

.ws-contact-grid .ws-inquiry-panel h2 {
	color: #ffffff;
}

.ws-contact-grid .ws-inquiry-panel .ws-form label,
.ws-contact-grid .ws-inquiry-panel .wpcf7-list-item-label,
.ws-contact-grid .ws-inquiry-panel .wpcf7-form-control-wrap + small {
	color: #dbe5ef;
}

.ws-contact-grid .ws-inquiry-panel .ws-form input,
.ws-contact-grid .ws-inquiry-panel .ws-form select,
.ws-contact-grid .ws-inquiry-panel .ws-form textarea {
	border-color: #d5dce4;
	background: #ffffff;
	color: #20242a;
}

.ws-contact-grid .ws-inquiry-panel .ws-form input::placeholder,
.ws-contact-grid .ws-inquiry-panel .ws-form textarea::placeholder {
	color: #697586;
	opacity: 1;
}

.ws-contact-grid .ws-inquiry-panel .ws-form input:focus,
.ws-contact-grid .ws-inquiry-panel .ws-form select:focus,
.ws-contact-grid .ws-inquiry-panel .ws-form textarea:focus {
	border-color: #e60012;
	box-shadow: 0 0 0 3px rgba(230, 0, 18, .18);
}

.ws-contact-grid .ws-inquiry-panel .wpcf7-not-valid-tip {
	color: #fecaca;
}

@media (max-width: 720px) {
	.ws-contact-grid .ws-inquiry-panel {
		padding: 26px 20px;
	}
	.ws-contact-grid .ws-inquiry-panel h2 {
		font-size: 30px;
	}
}
