body.wangao-solutions {
	background: #ffffff;
}

.wangao-solution-hero {
	background-image: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.5)), var(--wangao-solution-hero-bg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	height: var(--wangao-solution-hero-h, 70vh);
}

.wangao-step-connector::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 40px;
	height: 2px;
	background: #e5e7eb;
	z-index: 0;
}

@media (max-width: 768px) {
	.wangao-step-connector::after {
		display: none;
	}
}

.wangao-process-model {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.wangao-model-viewer {
	position: relative;
	width: 100%;
	min-height: clamp(320px, 55vw, 680px);
	background: #f8fafc;
}

.wangao-model-viewer model-viewer,
.wangao-model-viewer img {
	width: 100%;
	height: 100%;
	display: block;
}

.wangao-model-viewer model-viewer {
	background: #f8fafc;
	min-height: clamp(320px, 55vw, 680px);
	display: block;
}

.wangao-model-loading {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: rgba(248, 250, 252, 0.92);
	color: #0f172a;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	z-index: 2;
}

.wangao-model-spinner {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid rgba(15, 23, 42, 0.15);
	border-top-color: var(--wangao-green);
	animation: wangaoSpin 1s linear infinite;
}

.wangao-model-viewer.is-ready .wangao-model-loading {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

@keyframes wangaoSpin {
	to {
		transform: rotate(360deg);
	}
}

.wangao-model-guide {
	position: absolute;
	left: 16px;
	top: 16px;
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.4);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	backdrop-filter: blur(6px);
	pointer-events: none;
	user-select: none;
}

.wangao-model-guide::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(0, 155, 77, 0.14), rgba(0, 102, 204, 0.12));
	opacity: 0.9;
	pointer-events: none;
}

.wangao-model-guide-title {
	position: relative;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 6px;
}

.wangao-model-guide-list {
	position: relative;
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wangao-model-guide-key {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	padding: 2px 6px;
	margin-right: 6px;
	font-size: 11px;
	font-weight: 700;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.5);
}

.wangao-model-fallback {
	height: clamp(320px, 55vw, 680px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0f172a;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: #e2e8f0;
}

.wangao-process-section {
	background: #ffffff;
}

.wangao-solution-video {
	background: #f8fafc;
	position: relative;
	overflow: hidden;
}

.wangao-solution-video::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(360px 220px at 15% 0%, rgba(0, 155, 77, 0.12), transparent 60%),
		radial-gradient(360px 220px at 85% 100%, rgba(0, 102, 204, 0.12), transparent 60%);
	opacity: 0.9;
	pointer-events: none;
}

.wangao-video-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 24px;
	align-items: stretch;
}

.wangao-video-stage {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #0f172a;
	border: 1px solid rgba(148, 163, 184, 0.35);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
	min-height: 320px;
}

.wangao-video-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.7));
	pointer-events: none;
}

.wangao-video-embed,
.wangao-video-embed iframe,
.wangao-video-embed video,
.wangao-video-embed img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.wangao-video-play {
	position: absolute;
	inset: auto 24px 24px 24px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: rgba(15, 23, 42, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #ffffff;
	padding: 14px 16px;
	border-radius: 16px;
	backdrop-filter: blur(6px);
}

.wangao-video-play strong {
	font-size: 16px;
}

.wangao-video-play button {
	border: 0;
	background: #ffffff;
	color: #0f172a;
	padding: 10px 18px;
	border-radius: 999px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.08em;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wangao-video-play button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.25);
}

.wangao-video-list {
	display: grid;
	gap: 16px;
}

.wangao-video-card {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 14px;
	background: #ffffff;
	border-radius: 16px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	position: relative;
	overflow: hidden;
}

.wangao-video-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120px 80px at 0% 0%, rgba(0, 155, 77, 0.12), transparent 60%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.wangao-video-card:hover {
	transform: translateY(-2px);
	border-color: var(--wangao-green);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.wangao-video-card:hover::before {
	opacity: 1;
}

.wangao-video-thumb {
	width: 96px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
	background: #e2e8f0;
}

.wangao-video-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wangao-video-meta span {
	font-size: 12px;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
}

.wangao-video-meta h4 {
	font-size: 16px;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
}

.wangao-video-meta p {
	margin: 0;
	font-size: 13px;
	color: #64748b;
}

@media (max-width: 1024px) {
	.wangao-video-grid {
		grid-template-columns: 1fr;
	}
}

.wangao-process-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
	margin-top: 18px;
}

.wangao-process-grid {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
	gap: 24px;
	margin-top: 32px;
	align-items: stretch;
}

.wangao-process-step-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.wangao-process-step {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 16px 18px;
	border-radius: 18px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	text-align: left;
	cursor: pointer;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	appearance: none;
	font: inherit;
}

.wangao-process-step::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 12px;
	bottom: 12px;
	width: 4px;
	border-radius: 999px;
	background: var(--wangao-step-accent, var(--wangao-green));
	transform: scaleY(0.3);
	opacity: 0;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.wangao-process-step::after {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: 20px;
	background: radial-gradient(160px 80px at 0% 0%, rgba(0, 155, 77, 0.12), transparent 60%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.wangao-process-step:hover,
.wangao-process-step:focus-visible,
.wangao-process-step.is-active {
	transform: translateY(-2px);
	border-color: var(--wangao-step-accent, var(--wangao-green));
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.wangao-process-step:hover::before,
.wangao-process-step:focus-visible::before,
.wangao-process-step.is-active::before {
	transform: scaleY(1);
	opacity: 1;
}

.wangao-process-step:hover::after,
.wangao-process-step:focus-visible::after,
.wangao-process-step.is-active::after {
	opacity: 1;
}

.wangao-process-step-num {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	color: #94a3b8;
}

.wangao-process-step-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wangao-process-step-title {
	font-size: 16px;
	font-weight: 800;
	color: #0f172a;
}

.wangao-process-step-desc {
	font-size: 13px;
	color: #64748b;
}

.wangao-process-step-icon {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.3);
}

.wangao-process-detail {
	position: relative;
	height: 100%;
}

.wangao-process-detail-card {
	position: relative;
	border-radius: 22px;
	padding: 24px 28px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.wangao-process-detail-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
	gap: 20px;
	align-items: stretch;
	height: 100%;
	z-index: 1;
}

.wangao-process-detail-copy {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.wangao-process-detail-media {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	min-height: 100%;
}

.wangao-process-detail-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--wangao-detail-accent, var(--wangao-green));
}

.wangao-process-detail-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(240px 160px at 100% 0%, rgba(0, 102, 204, 0.12), transparent 60%);
	opacity: 0.8;
	pointer-events: none;
}

.wangao-process-detail-top {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 1;
}

.wangao-process-detail-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #94a3b8;
	font-weight: 700;
}

.wangao-process-detail-num {
	font-size: 20px;
	font-weight: 800;
	color: #0f172a;
}

.wangao-process-detail-icon {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
	color: var(--wangao-detail-accent, var(--wangao-green));
}

.wangao-process-detail-title {
	position: relative;
	margin-top: 16px;
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	z-index: 1;
}

.wangao-process-detail-body {
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	color: #475569;
	z-index: 1;
}

.wangao-process-detail-hint {
	position: relative;
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #64748b;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.3);
	z-index: 1;
}

.wangao-process-gallery {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1 1 auto;
}

.wangao-process-gallery-main {
	border-radius: 16px;
	overflow: hidden;
	height: 220px;
	background: #e2e8f0;
}

.wangao-process-gallery-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
}
.wangao-process-gallery-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #64748b;
        background:
                radial-gradient(circle at 24% 24%, rgba(14, 165, 233, 0.18), transparent 44%),
                radial-gradient(circle at 76% 78%, rgba(34, 197, 94, 0.18), transparent 46%),
                #e2e8f0;
}
.wangao-process-gallery-placeholder i {
        font-size: 24px;
        color: #0ea5e9;
}
.wangao-process-gallery-placeholder span {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
}

.wangao-process-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.wangao-process-gallery-thumb {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid transparent;
	padding: 0;
	background: #ffffff;
	cursor: pointer;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.wangao-process-gallery-thumb img {
	width: 100%;
	height: 56px;
	object-fit: cover;
	display: block;
}

.wangao-process-gallery-thumb.is-active,
.wangao-process-gallery-thumb:hover {
	border-color: var(--wangao-green);
	transform: translateY(-1px);
}

.wangao-process-product-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	align-self: flex-start;
	padding: 10px 16px;
	border-radius: 999px;
	background: var(--wangao-blue);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wangao-process-product-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.wangao-process-product-btn.is-hidden {
	display: none;
}

.wangao-process-detail.is-swapping .wangao-process-detail-title {
	animation: wangao-process-pop 0.35s ease;
}

.wangao-process-detail.is-swapping .wangao-process-detail-body,
.wangao-process-detail.is-swapping .wangao-process-detail-top {
	animation: wangao-process-fade 0.35s ease;
}

@keyframes wangao-process-pop {
	0% {
		transform: translateY(6px);
		opacity: 0.6;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes wangao-process-fade {
	0% {
		opacity: 0.4;
		transform: translateY(4px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.wangao-process-grid {
		grid-template-columns: 1fr;
	}

	.wangao-process-detail-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.wangao-process-step-list {
		grid-template-columns: 1fr;
	}
}

.product-card img {
	transform: scale(1);
}
.product-card:hover img {
	transform: scale(1.1);
}

/* Solutions archive: full-width subnav style directory tabs */
.wangao-solution-directory {
	margin: 1.5rem 0 2rem;
	padding: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.wangao-solution-directory__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.9rem;
}

.wangao-solution-directory__kicker {
	display: inline-block;
	color: var(--wangao-green, #009b4d);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wangao-solution-directory__title {
	margin: 0.3rem 0 0;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 800;
	color: #0f172a;
	text-transform: uppercase;
}

.wangao-solution-directory__lead {
	margin: 0.45rem 0 0;
	color: #64748b;
	font-size: 14px;
	max-width: 72ch;
}

.wangao-solution-directory__all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	color: #0f172a;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: #fff;
}

.wangao-solution-directory__tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px;
	padding: 10px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff, #f8fafc);
}

.wangao-solution-directory__tab {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #0f172a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wangao-solution-directory__tab:hover {
	border-color: rgba(0, 155, 77, 0.45);
	color: var(--wangao-green, #009b4d);
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

@media (max-width: 768px) {
	.wangao-solution-directory {
		padding: 0.85rem;
	}

	.wangao-solution-directory__head {
		flex-direction: column;
		align-items: stretch;
	}

	.wangao-solution-directory__tabs {
		grid-template-columns: 1fr;
	}
}
