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

.wangao-solutions-archive {
	padding-top: 0;
	padding-bottom: 80px;
}

body.admin-bar .wangao-solutions-archive {
	padding-top: 0;
}

.wangao-solutions-hero {
	background: #0f172a;
	background-image: var(--wangao-solutions-hero-bg, linear-gradient(135deg, #0f172a 0%, #1e293b 100%));
	background-size: cover;
	background-position: center;
	background-blend-mode: overlay;
	color: #ffffff;
	border-radius: 0;
	padding: 64px 24px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.28);
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.wangao-solutions-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, rgba(3, 10, 24, 0.9), rgba(3, 10, 24, 0.35) 58%, rgba(3, 10, 24, 0.85));
	pointer-events: none;
}

.wangao-solutions-hero::after {
	content: "";
	position: absolute;
	inset: auto auto -30% -20%;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(0, 102, 204, 0.35), transparent 70%);
	opacity: 0.6;
	pointer-events: none;
}

.wangao-solutions-hero__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 82% 18%, rgba(0, 155, 77, 0.28), transparent 45%);
	pointer-events: none;
}

.wangao-solutions-hero__content {
	position: relative;
	z-index: 2;
	max-width: 860px;
	width: 100%;
}

.wangao-solutions-hero__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(0, 155, 77, 0.18);
	border: 1px solid rgba(0, 155, 77, 0.6);
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.wangao-solutions-hero h1 {
	font-family: "Oswald", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
	font-size: clamp(34px, 4vw, 56px);
	text-transform: uppercase;
	margin: 16px 0 12px 0;
	color: #ffffff;
}

.wangao-solutions-hero p {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
}

.wangao-solutions-hero__stats {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.wangao-solutions-hero__stats strong {
	display: block;
	font-family: "Oswald", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
	font-size: clamp(26px, 3.2vw, 38px);
	line-height: 1;
	color: #ffffff;
}

.wangao-solutions-hero__stats span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: rgba(255, 255, 255, 0.75);
}

.wangao-solution-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 36px;
}

.wangao-solution-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 18px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
	transform: translateY(6px);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.wangao-solution-card.is-visible {
	transform: translateY(0);
	opacity: 1;
}

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

.wangao-solution-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(220px 120px at 100% 100%, rgba(0, 102, 204, 0.12), transparent 60%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.wangao-solution-card:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 155, 77, 0.5);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
}

.wangao-solution-card:hover::before,
.wangao-solution-card:hover::after {
	opacity: 1;
}

.wangao-solution-thumb {
	border-radius: 18px;
	overflow: hidden;
	height: 200px;
	background: #e2e8f0;
	position: relative;
}

.wangao-solution-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.6s ease;
}

.wangao-solution-card:hover .wangao-solution-thumb img {
	transform: scale(1.08);
}

.wangao-app-card-thumb {
	position: relative;
}

.wangao-solution-thumb-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #0f172a, #1e293b);
	color: #e2e8f0;
}

.wangao-solution-thumb-placeholder i {
	font-size: 28px;
	color: rgba(0, 155, 77, 0.95);
}

.wangao-solution-thumb-placeholder span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.wangao-solution-body {
	margin-top: 14px;
	display: grid;
	gap: 10px;
}

.wangao-solution-body h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}

.wangao-solution-body p {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.5;
}

.wangao-solution-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #0f172a;
}

.wangao-solution-link i {
	color: var(--wangao-green, #009b4d);
}

@media (max-width: 1024px) {
	.wangao-solution-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wangao-solutions-hero {
		padding: 44px 20px;
		min-height: 420px;
	}

	.wangao-solutions-hero__stats {
		grid-template-columns: 1fr;
	}

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