/* NACCIMA Global tab */
#global-content {
	background: #ffffff;
	padding: 0 !important;
	border-radius: 0;
	overflow: hidden;
}

#global-content[style*="display: none"],
#global-content[style*="display:none"] {
	display: none !important;
}

.ng-page {
	background: #ffffff;
	color: #121212;
	padding: 40px 24px 0;
}

.ng-page h1,
.ng-page h2,
.ng-page h3,
.ng-page h4 {
	color: #121212;
	margin: 0 0 12px;
}

.ng-page p {
	color: #444444;
	line-height: 1.7;
	margin: 0 0 16px;
}

.ng-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 32px;
	align-items: center;
	margin-bottom: 40px;
}

.ng-hero-text h1 {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 16px;
}

.ng-hero-text h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 28px;
	margin-bottom: 10px;
}

.ng-hero-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}

.ng-about {
	margin-bottom: 40px;
}

.ng-vm-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.ng-vm-card {
	background: #e8f7ee;
	border-radius: 16px;
	padding: 24px;
	color: #121212;
}

.ng-vm-card:nth-child(2) {
	background: #e8f3fb;
}

.ng-vm-card h3,
.ng-vm-card p {
	color: #121212;
}

.ng-vm-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00a758;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.ng-values,
.ng-services,
.ng-connect,
.ng-leadership {
	margin-bottom: 48px;
}

.ng-values h2,
.ng-services h2,
.ng-connect h2,
.ng-leadership h2,
.ng-history h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.ng-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.ng-value-card,
.ng-service-card {
	background: #ffffff;
	border-radius: 14px;
	padding: 20px;
	color: #121212;
	border: 1px solid #ececec;
	border-top: 4px solid transparent;
}

.ng-value-card h4,
.ng-service-card h4 {
	color: #121212;
	font-size: 16px;
	font-weight: 700;
	margin: 12px 0 8px;
}

.ng-value-card p,
.ng-service-card p {
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.ng-bg-blue { border-top-color: #4aa3de; }
.ng-bg-purple { border-top-color: #8b7cf6; }
.ng-bg-pink { border-top-color: #e36b8a; }
.ng-bg-green { border-top-color: #00a758; }
.ng-bg-blue2 { border-top-color: #3b5bdb; }
.ng-bg-dark { border-top-color: #6b7280; }

.ng-icon-badge {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ng-badge-blue { background: #4aa3de; }
.ng-badge-purple { background: #8b7cf6; }
.ng-badge-pink { background: #e36b8a; }
.ng-badge-green { background: #00a758; }
.ng-badge-blue2 { background: #3b5bdb; }
.ng-badge-dark { background: #6b7280; }

.ng-history {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 28px;
	align-items: center;
	margin-bottom: 48px;
}

.ng-history-logo {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 3px solid #00a758;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	color: #00a758;
	background: radial-gradient(circle at center, rgba(0, 167, 88, 0.12), transparent 70%);
}

.ng-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.ng-join {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 20px;
	align-items: stretch;
	margin-bottom: 48px;
}

.ng-join-image img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}

.ng-join-card {
	background: #e8f7ee;
	border-radius: 16px;
	padding: 28px;
	color: #121212;
}

.ng-join-card h3 {
	color: #121212;
	font-size: 24px;
	margin-bottom: 18px;
}

.ng-join-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ng-join-card li {
	position: relative;
	padding-left: 28px;
	color: #222;
	font-size: 15px;
	line-height: 1.45;
}

.ng-join-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #00a758 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.2 3.3 8l1.1-1.1 2.1 2.1 4.9-4.9L12.5 5z'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.ng-connect {
	background: #ffffff;
	border: none;
	border-radius: 0;
	padding: 36px 0 28px;
	color: #121212;
	box-shadow: none;
}

.ng-connect h2,
.ng-connect p {
	color: #121212;
	text-align: center;
}

.ng-connect > p {
	max-width: 760px;
	margin: 0 auto 28px;
	color: #555;
}

.ng-map-wrap {
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto 28px;
	background: transparent;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
}

.ng-map-image {
	background: transparent;
}

.ng-map-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	image-rendering: auto;
}

.ng-hotspot {
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
}

/* Markers are in the map image — keep hit area only */
.ng-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: transparent;
	transform: translate(-50%, -50%);
	box-shadow: none;
	pointer-events: none;
}

.ng-hotspot:hover .ng-dot,
.ng-hotspot:focus-visible .ng-dot,
.ng-hotspot.is-open .ng-dot {
	transform: translate(-50%, -50%);
	box-shadow: none;
}

.ng-callout {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	width: 220px;
	background: #ffffff;
	border-radius: 12px;
	padding: 14px 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 5;
	color: #121212;
	text-align: left;
}

.ng-hotspot:hover .ng-callout,
.ng-hotspot:focus-visible .ng-callout,
.ng-hotspot.is-open .ng-callout {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

/* Keep cards on-screen near edges */
.ng-hotspot[data-region="namerica"] .ng-callout {
	left: 0;
	transform: translateX(0) translateY(6px);
}

.ng-hotspot[data-region="namerica"]:hover .ng-callout,
.ng-hotspot[data-region="namerica"]:focus-visible .ng-callout,
.ng-hotspot[data-region="namerica"].is-open .ng-callout {
	transform: translateX(0) translateY(0);
}

.ng-hotspot[data-region="asia"] .ng-callout {
	left: auto;
	right: 0;
	transform: translateX(0) translateY(6px);
}

.ng-hotspot[data-region="asia"]:hover .ng-callout,
.ng-hotspot[data-region="asia"]:focus-visible .ng-callout,
.ng-hotspot[data-region="asia"].is-open .ng-callout {
	transform: translateX(0) translateY(0);
}

.ng-callout-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #121212;
	margin-bottom: 8px;
	font-size: 14px;
}

.ng-callout-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #00a758;
	font-size: 11px;
	line-height: 1;
}

.ng-callout ul {
	margin: 0;
	padding-left: 16px;
	color: #555;
	font-size: 13px;
	line-height: 1.5;
}

.ng-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.ng-stat-card {
	text-align: center;
	padding: 8px;
}

.ng-stat-card strong {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #121212;
	line-height: 1.2;
}

.ng-stat-card span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #666;
}

.ng-leader-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.ng-leader-bios p {
	margin-bottom: 18px;
}

.ng-leader-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ng-leader-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	margin-bottom: 10px;
}

.ng-leader-name {
	font-size: 14px;
	font-weight: 600;
	color: #121212 !important;
	margin: 0 0 4px !important;
}

.ng-leader-role {
	font-size: 13px;
	color: #666666 !important;
	margin: 0 !important;
}

.ng-partner-cta {
	background: #e8f7ee;
	border-radius: 16px 16px 0 0;
	padding: 48px 28px;
	text-align: center;
	margin: 0 -24px;
}

.ng-partner-cta h3 {
	color: #121212;
	font-size: 28px;
	margin-bottom: 12px;
}

.ng-partner-cta p {
	color: #444;
	max-width: 720px;
	margin: 0 auto 24px;
}

.ng-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #00a758;
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 8px;
	transition: background 0.2s ease;
}

.ng-cta-btn:hover {
	background: #008f4a;
	color: #fff !important;
}

@media (max-width: 992px) {
	.ng-hero,
	.ng-vm-grid,
	.ng-join,
	.ng-leader-row,
	.ng-history {
		grid-template-columns: 1fr;
	}

	.ng-values-grid,
	.ng-services-grid,
	.ng-stats {
		grid-template-columns: 1fr 1fr;
	}

	.ng-history-logo {
		margin: 0 auto;
	}

	.ng-hotspot[data-region="namerica"] .ng-callout,
	.ng-hotspot[data-region="asia"] .ng-callout {
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(6px);
	}

	.ng-hotspot[data-region="namerica"]:hover .ng-callout,
	.ng-hotspot[data-region="namerica"]:focus-visible .ng-callout,
	.ng-hotspot[data-region="namerica"].is-open .ng-callout,
	.ng-hotspot[data-region="asia"]:hover .ng-callout,
	.ng-hotspot[data-region="asia"]:focus-visible .ng-callout,
	.ng-hotspot[data-region="asia"].is-open .ng-callout {
		transform: translateX(-50%) translateY(0);
	}
}

@media (max-width: 576px) {
	.ng-page {
		padding: 24px 16px 0;
	}

	.ng-values-grid,
	.ng-services-grid,
	.ng-stats,
	.ng-leader-photos {
		grid-template-columns: 1fr;
	}

	.ng-partner-cta {
		margin: 0 -16px;
		padding: 36px 20px;
	}

	.ng-callout {
		width: min(200px, 80%);
		font-size: 12px;
	}
}
