/**
 * 我的区块 - 统一样式
 * 每个区块的样式用注释分隔
 */

/* ========== 领导团队 Leadership Team ========== */
.leadership-team-columns {
	margin-top: 50px !important;
	gap: 40px;
}

.leadership-team-columns .wp-block-column {
	text-align: center;
}

.leadership-team-columns .wp-block-image {
	margin-bottom: 20px !important;
	background: #eaeaea;
	overflow: hidden;
}

.leadership-team-columns .wp-block-image img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.leadership-team-columns .wp-block-heading {
	margin: 0 0 8px 0 !important;
	color: #000;
}

.leadership-team-columns .wp-block-paragraph {
	margin: 0 !important;
	color: #000;
	font-size: 14px;
}

@media (max-width: 781px) {
	.leadership-team-columns {
		flex-direction: column;
	}
}

/* ========== 导航栏 + 大菜单 Header Nav ========== */
.site-header-wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* 顶部横幅 */
.header-top-banner {
	background: #2d2d2d;
	color: #fff;
	padding: 10px 20px;
}
.header-top-banner-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.header-banner-text {
	margin: 0;
	font-size: 14px;
}
.header-banner-text a {
	color: #fff;
	text-decoration: underline;
}
.header-banner-close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 0 8px;
	opacity: 0.8;
}
.header-banner-close:hover {
	opacity: 1;
}

/* 主导航 */
.header-main-nav {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.header-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	padding: 16px 24px;
	gap: 32px;
}
.header-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #0066a1;
	flex-shrink: 0;
}
.header-logo-icon svg {
	display: block;
}
.header-logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.header-logo-text strong {
	font-size: 18px;
	letter-spacing: 0.02em;
}
.header-logo-text small {
	font-size: 11px;
	font-weight: 400;
	color: #666;
}

/* 导航链接 */
.header-nav-links {
	flex: 1;
	display: flex;
	justify-content: center;
}
.header-nav-links ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 28px;
}
.header-nav-links ul li {
	position: relative;
}
.header-nav-links ul li a {
	color: #6b7280;
	text-decoration: none;
	font-size: 15px;
	transition: color 0.2s;
}
.header-nav-links ul li a:hover {
	color: #0066a1;
}

/* 右侧区域 */
.header-nav-right {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}
.header-icon-link {
	color: #6b7280;
	display: flex;
	align-items: center;
}
.header-icon-link:hover {
	color: #0066a1;
}
.header-lang-selector {}
.header-lang-trigger {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #6b7280;
	text-decoration: none;
}
.header-lang-trigger:hover {
	color: #0066a1;
}
.header-lang-trigger img {
	border-radius: 2px;
}
.header-signin {
	color: #0066a1 !important;
	text-decoration: none !important;
	font-size: 15px;
}
.header-signin:hover {
	text-decoration: underline !important;
}
.header-cta-btn {
	display: inline-block;
	background: #0073e6;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	transition: background 0.2s;
}
.header-cta-btn:hover {
	background: #005bb5;
	color: #fff !important;
}

/* 大菜单 */
.header-nav-links li.has-megamenu {
	position: relative;
}
.header-nav-links li.has-megamenu .header-megamenu {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	margin-top: 0;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0,0,0,0.12);
	width: 100vw;
	max-width: 1200px;
	box-sizing: border-box;
}
.header-nav-links li.has-megamenu:hover .header-megamenu {
	display: block;
}
.megamenu-inner {
	padding: 32px 24px;
}
.megamenu-columns {
	display: flex;
	gap: 40px;
}
.megamenu-col {
	min-width: 180px;
}
.megamenu-col h4 {
	color: #0066a1;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 16px 0;
}
.megamenu-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.megamenu-col ul li {
	margin-bottom: 10px;
}
.megamenu-col ul li a {
	color: #4b5563;
	font-size: 14px;
	text-decoration: none;
}
.megamenu-col ul li a:hover {
	color: #0066a1;
}

/* 大菜单右侧促销块 */
.megamenu-promo {
	flex: 0 0 320px;
	margin-left: auto;
	padding-left: 32px;
	border-left: 1px solid #e5e7eb;
}
.megamenu-promo-image {
	margin-bottom: 16px;
	border-radius: 4px;
	overflow: hidden;
}
.megamenu-promo-image img {
	width: 100%;
	height: auto;
	display: block;
}
.megamenu-promo h4 {
	color: #374151;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 12px 0;
}
.megamenu-promo p {
	color: #6b7280;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 16px 0;
}
.megamenu-promo-btn {
	display: inline-block;
	background: #00A3E0;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.2s;
}
.megamenu-promo-btn:hover {
	background: #0088bd;
	color: #fff !important;
}


@media (max-width: 1024px) {
	.header-nav-links { display: none; }
	.header-nav-inner { flex-wrap: wrap; }
}
