body.wangao-about {
	font-family: "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
	background-color: #ffffff;
	color: #111827;
}

body.wangao-about h1,
body.wangao-about h2,
body.wangao-about h3,
body.wangao-about h4,
body.wangao-about .font-oswald {
	font-family: "Oswald", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}

.wangao-about-hero {
	background: #111827;
	height: 600px;
	min-height: 600px;
	padding-top: 7rem;
	padding-bottom: 4rem;
}
.wangao-about-hero__placeholder {
	background:
		radial-gradient(circle at 18% 25%, rgba(14, 165, 233, 0.3), transparent 44%),
		radial-gradient(circle at 76% 78%, rgba(34, 197, 94, 0.26), transparent 48%),
		linear-gradient(135deg, #0f172a 0%, #1f2937 100%);
}
.wangao-about-media-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 200px;
	background:
		radial-gradient(circle at 22% 24%, rgba(14, 165, 233, 0.2), transparent 45%),
		radial-gradient(circle at 74% 78%, rgba(34, 197, 94, 0.2), transparent 46%),
		linear-gradient(135deg, #0f172a 0%, #1f2937 100%);
	color: rgba(226, 232, 240, 0.95);
}
.wangao-about-media-placeholder i {
	font-size: 30px;
	color: #22c55e;
}
.wangao-about-media-placeholder span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.timeline-line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #e5e7eb;
	transform: translateX(-50%);
}

.timeline-dot {
	width: 20px;
	height: 20px;
	background: var(--wangao-green);
	border: 4px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 24px;
	transform: translateX(-50%);
	z-index: 10;
	box-shadow: 0 0 0 4px rgba(0, 155, 77, 0.2);
}

.team-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
	transform: translateY(-10px);
}

.partner-logo {
	filter: grayscale(100%);
	opacity: 0.6;
	transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

.partner-logo:hover {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.08);
}

@media (max-width: 1024px) {
	.wangao-about-hero {
		height: 560px;
		min-height: 560px;
	}
}

@media (max-width: 768px) {
	.wangao-about-hero {
		height: 520px;
		min-height: 520px;
		padding-top: 6rem;
	}
}
