body.admin-bar .site-header {
	top: 32px !important;
}

.hero-text-wrap h2 {
	margin-bottom: 1.5rem;
	color: #fff;
	font-size: clamp(1.875rem, 5vw, 3.75rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.hero-text-wrap h2.yunzi-former-h1 {
	max-width: 760px;
	margin-bottom: 1.15rem;
	line-height: 1.12;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.hero-text-wrap h2.yunzi-former-h1 .gradient-text {
	background: linear-gradient(to right, #fff, #9ca3af);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.global-compliance-wrap h2.yunzi-former-h1 {
	max-width: 880px;
	font-size: clamp(2.15rem, 4.4vw, 3.8rem);
}

.cred-doc h2.yunzi-former-h1 {
	margin: 0 0 1rem;
	padding-top: 0;
	border-top: 0;
	color: #0a192f;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.18;
}

.site-footer {
	position: relative;
	overflow: hidden;
	background: var(--brand-900, #0a192f);
	color: #9ca3af;
}

.footer-grid,
.footer-grid.is-layout-flow,
.footer-grid.wp-block-group-is-layout-flow {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
	gap: 3rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid #1e293b;
}

.footer-col h4 {
	margin-bottom: 1.5rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
}

.footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-col li {
	margin-bottom: 0.75rem;
}

.footer-col a {
	color: #9ca3af;
	font-size: 0.875rem;
	text-decoration: none;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	color: #6b7280;
	font-size: 0.75rem;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.footer-grid,
	.footer-grid.is-layout-flow {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px !important;
	}

	.hero-text-wrap h2.yunzi-former-h1 {
		font-size: clamp(1.65rem, 7.4vw, 2.1rem);
		overflow-wrap: anywhere;
	}

	.global-compliance-wrap h2.yunzi-former-h1 {
		margin-bottom: 0.55rem;
		font-size: 1.55rem;
		line-height: 1.08;
	}

	.footer-grid,
	.footer-grid.is-layout-flow {
		grid-template-columns: 1fr;
	}
}
