.hoogig-wwd {
	--wwd-bg: #07080d;
	--wwd-card: rgba(16, 18, 28, 0.82);
	--wwd-border: rgba(255, 255, 255, 0.1);
	--wwd-text: #f4f4f5;
	--wwd-muted: #a1a1aa;
	--wwd-orange: #f97316;
	--wwd-purple: #a855f7;
	--wwd-green: #34d399;
	--wwd-yellow: #f4c430;
	--wwd-blue: #5b8def;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 88px 24px 148px;
	background: var(--wwd-bg);
	color: var(--wwd-text);
	text-align: center;
}

.hoogig-wwd *,
.hoogig-wwd *::before,
.hoogig-wwd *::after {
	box-sizing: border-box;
}

.hoogig-wwd__glow {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 42% 38% at 50% 58%, rgba(91, 141, 239, 0.16), transparent 70%),
		radial-gradient(ellipse 28% 26% at 50% 22%, rgba(168, 85, 247, 0.1), transparent 68%),
		radial-gradient(ellipse 24% 22% at 18% 62%, rgba(52, 211, 153, 0.08), transparent 70%),
		radial-gradient(ellipse 24% 22% at 82% 62%, rgba(249, 115, 22, 0.1), transparent 70%);
}

.hoogig-wwd__inner {
	max-width: 1120px;
	margin: 0 auto;
}

.hoogig-wwd__header {
	max-width: 720px;
	margin: 0 auto 56px;
}

.hoogig-wwd__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 6px 14px 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: #e4e4e7;
}

.hoogig-wwd__badge svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
	color: var(--wwd-blue);
}

.hoogig-wwd__title {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(1.55rem, 3.4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.7;
	color: #fff !important;
}

.hoogig-wwd__lead {
	max-width: 38em;
	margin: 16px auto 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(0.92rem, 1.2vw, 1.05rem);
	font-weight: 400;
	line-height: 2;
	color: var(--wwd-muted);
}

.hoogig-wwd__diagram {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hoogig-wwd__lines {
	display: none;
}

.hoogig-wwd__hub {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: min(100%, 220px);
	margin: 0 auto 8px;
	aspect-ratio: 1;
}

.hoogig-wwd__hub-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 45%, rgba(255, 180, 90, 0.28), transparent 46%),
		radial-gradient(circle at 50% 50%, rgba(91, 141, 239, 0.18), transparent 62%);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.12),
		0 0 42px rgba(249, 115, 22, 0.22),
		0 0 80px rgba(91, 141, 239, 0.16);
	animation: hoogig-wwd-pulse 4.5s ease-in-out infinite;
}

.hoogig-wwd__hub-core {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	padding: 18px 16px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 30%, rgba(40, 44, 62, 0.95), #10131c 72%);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.hoogig-wwd__hub-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 8px;
	border-radius: 10px;
	background: linear-gradient(180deg, #ffb25a, #f97316);
	color: #fff;
	box-shadow: 0 8px 18px rgba(249, 115, 22, 0.35);
}

.hoogig-wwd__hub-icon svg {
	width: 18px;
	height: 18px;
}

.hoogig-wwd__hub-name {
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}

.hoogig-wwd__hub-label {
	margin-top: 2px;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.5;
	color: #e4e4e7;
}

.hoogig-wwd__hub-note {
	max-width: 16em;
	margin-top: 6px;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.68rem;
	font-weight: 400;
	line-height: 1.7;
	color: var(--wwd-muted);
}

.hoogig-wwd-card {
	--card-accent: var(--wwd-blue);
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: 22px 20px 18px;
	border: 1px solid var(--wwd-border);
	border-radius: 22px;
	background: var(--wwd-card);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.03) inset,
		0 18px 40px rgba(0, 0, 0, 0.28);
	text-align: right;
	backdrop-filter: blur(12px);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hoogig-wwd-card[data-accent="orange"] { --card-accent: var(--wwd-orange); }
.hoogig-wwd-card[data-accent="purple"] { --card-accent: var(--wwd-purple); }
.hoogig-wwd-card[data-accent="green"] { --card-accent: var(--wwd-green); }
.hoogig-wwd-card[data-accent="yellow"] { --card-accent: var(--wwd-yellow); }

.hoogig-wwd-card::before {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: -1;
	border-radius: inherit;
	opacity: 0.7;
	pointer-events: none;
	background: radial-gradient(120px 80px at 88% 0%, rgba(255, 255, 255, 0.08), transparent 70%);
}

.hoogig-wwd-card[data-accent="orange"]::before {
	background: radial-gradient(140px 90px at 88% 0%, rgba(249, 115, 22, 0.28), transparent 70%);
}

.hoogig-wwd-card[data-accent="purple"]::before {
	background: radial-gradient(140px 90px at 88% 0%, rgba(168, 85, 247, 0.28), transparent 70%);
}

.hoogig-wwd-card[data-accent="green"]::before {
	background: radial-gradient(140px 90px at 88% 0%, rgba(52, 211, 153, 0.24), transparent 70%);
}

.hoogig-wwd-card[data-accent="yellow"]::before {
	background: radial-gradient(140px 90px at 88% 0%, rgba(244, 196, 48, 0.24), transparent 70%);
}

.hoogig-wwd-card:hover {
	transform: translateY(-2px);
}

.hoogig-wwd-card[data-accent="orange"]:hover {
	border-color: rgba(249, 115, 22, 0.45);
	box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.18), 0 0 28px rgba(249, 115, 22, 0.16), 0 18px 40px rgba(0, 0, 0, 0.28);
}

.hoogig-wwd-card[data-accent="purple"]:hover {
	border-color: rgba(168, 85, 247, 0.45);
	box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.18), 0 0 28px rgba(168, 85, 247, 0.16), 0 18px 40px rgba(0, 0, 0, 0.28);
}

.hoogig-wwd-card[data-accent="green"]:hover {
	border-color: rgba(52, 211, 153, 0.45);
	box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.18), 0 0 28px rgba(52, 211, 153, 0.16), 0 18px 40px rgba(0, 0, 0, 0.28);
}

.hoogig-wwd-card[data-accent="yellow"]:hover {
	border-color: rgba(244, 196, 48, 0.45);
	box-shadow: 0 0 0 1px rgba(244, 196, 48, 0.18), 0 0 28px rgba(244, 196, 48, 0.16), 0 18px 40px rgba(0, 0, 0, 0.28);
}

.hoogig-wwd-card__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--card-accent);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hoogig-wwd-card[data-accent="orange"] .hoogig-wwd-card__icon {
	background: rgba(249, 115, 22, 0.16);
	box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.28);
}

.hoogig-wwd-card[data-accent="purple"] .hoogig-wwd-card__icon {
	background: rgba(168, 85, 247, 0.16);
	box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.28);
}

.hoogig-wwd-card[data-accent="green"] .hoogig-wwd-card__icon {
	background: rgba(52, 211, 153, 0.16);
	box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.28);
}

.hoogig-wwd-card[data-accent="yellow"] .hoogig-wwd-card__icon {
	background: rgba(244, 196, 48, 0.16);
	box-shadow: 0 0 0 1px rgba(244, 196, 48, 0.28);
}

.hoogig-wwd-card__icon svg {
	width: 22px;
	height: 22px;
}

.hoogig-wwd-card__title {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.6;
	color: #fff !important;
}

.hoogig-wwd-card__text {
	margin: 8px 0 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.84rem;
	font-weight: 400;
	line-height: 1.9;
	color: var(--wwd-muted);
}

.hoogig-wwd-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: auto 0 0;
	padding: 16px 0 0;
	list-style: none;
}

.hoogig-wwd-card__tags li {
	padding: 4px 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.5;
	color: #d4d4d8;
}

.hoogig-wwd__lines path {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.hoogig-wwd__lines .hoogig-wwd-diamond-glow {
	stroke-width: 8;
	opacity: 0.34;
}

.hoogig-wwd__lines .hoogig-wwd-diamond-core {
	stroke-width: 1.85;
	opacity: 1;
}

body.hoogig-has-wwd.home .site {
	flex: 0 0 auto;
}

@media (min-width: 960px) {
	.hoogig-wwd {
		padding: 96px 32px 168px;
	}

	.hoogig-wwd__header {
		margin-bottom: 28px;
	}

	.hoogig-wwd__diagram {
		display: block;
		width: 100%;
		max-width: 1040px;
		height: 820px;
		margin: 0 auto;
	}

	.hoogig-wwd__lines {
		display: block;
		position: absolute;
		inset: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		overflow: visible;
		pointer-events: none;
	}

	.hoogig-wwd__hub {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 214px;
		margin: 0;
		transform: translate(-50%, -50%);
	}

	.hoogig-wwd-card {
		position: absolute;
		width: min(300px, 29%);
		min-height: 248px;
	}

	.hoogig-wwd-card--top {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.hoogig-wwd-card--bottom {
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.hoogig-wwd-card--left {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.hoogig-wwd-card--right {
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.hoogig-wwd-card--top:hover,
	.hoogig-wwd-card--bottom:hover {
		transform: translateX(-50%) translateY(-2px);
	}

	.hoogig-wwd-card--left:hover {
		transform: translateY(calc(-50% - 2px));
	}

	.hoogig-wwd-card--right:hover {
		transform: translateY(calc(-50% - 2px));
	}
}

@media (max-width: 959px) {
	.hoogig-wwd__diagram {
		max-width: 420px;
		margin: 0 auto;
	}

	.hoogig-wwd__hub {
		order: -1;
	}

	.hoogig-wwd-card--top { order: 1; }
	.hoogig-wwd-card--right { order: 2; }
	.hoogig-wwd-card--bottom { order: 3; }
	.hoogig-wwd-card--left { order: 4; }
}

@media (max-width: 767px) {
	.hoogig-wwd {
		padding: 64px 16px 120px;
	}

	.hoogig-wwd__header {
		margin-bottom: 36px;
	}

	.hoogig-wwd__hub {
		width: min(100%, 200px);
		margin-bottom: 4px;
	}

	.hoogig-wwd-card {
		padding: 20px 18px 16px;
		border-radius: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hoogig-wwd__hub-ring,
	.hoogig-wwd-card,
	.hoogig-wwd__lines path {
		animation: none !important;
		transition: none !important;
	}
}

@media (min-width: 960px) and (prefers-reduced-motion: reduce) {
	.hoogig-wwd-card--top,
	.hoogig-wwd-card--bottom {
		transform: translateX(-50%) !important;
	}

	.hoogig-wwd-card--left,
	.hoogig-wwd-card--right {
		transform: translateY(-50%) !important;
	}
}

@keyframes hoogig-wwd-pulse {
	0%,
	100% {
		opacity: 0.85;
		filter: blur(0);
	}
	50% {
		opacity: 1;
		filter: blur(0.2px);
	}
}
