/* =====================================================
	   EPS HEADER - MODERN MICROSOFT FLUENT INSPIRED
	   ===================================================== */

	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;

		background: rgba(255, 255, 255, 0.98);
		border-top: 0;
		border-bottom: 1px solid rgba(15, 23, 42, 0.09);
		box-shadow: 0 1px 10px rgba(15, 23, 42, 0.045);

		transition: all 0.28s ease;
	}

	.header * {
		box-sizing: border-box;
	}

	/* accent line dibuat menyatu di bawah header agar tidak terasa ada celah di atas */
	.header::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(
			90deg,
			#00a86b 0%,
			#0d6efd 42%,
			#43b5ff 70%,
			#f25022 100%
		);
	}

	.header.scrolled {
		background: rgba(255, 255, 255, 0.92);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
	}

	.header-inner {
		position: relative;
		max-width: 1320px;
		min-height: 74px;
		margin: 0 auto;
		padding: 0 42px;

		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 34px;

		transition: min-height 0.28s ease;
	}

	.header.scrolled .header-inner {
		min-height: 64px;
	}

	/* =====================================================
	   LOGO AREA
	   ===================================================== */

	.header .site-logo {
		position: relative;
		display: flex;
		align-items: center;
		flex-shrink: 0;
		text-decoration: none;
		padding-right: 28px;
	}

	.header .site-logo::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		width: 1px;
		height: 30px;
		transform: translateY(-50%);
		background: rgba(15, 23, 42, 0.10);
	}

	.header .site-logo img {
		width: 78px;
		height: auto;
		display: block;
		transition: transform 0.25s ease, filter 0.25s ease;
	}

	.header.scrolled .site-logo img {
		width: 70px;
	}

	.header .site-logo:hover img {
		transform: translateY(-1px);
		filter: drop-shadow(0 6px 10px rgba(13, 110, 253, 0.16));
	}

	/* =====================================================
	   NAVIGATION
	   ===================================================== */

	.header .nav-wrapper {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: 1;
	}

	.header .navbar-nav {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 6px;

		margin: 0;
		padding: 0;
		list-style: none;

		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.header .navbar-nav > li {
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	/* reset style bawaan template / bootstrap */
	.header .navbar-nav > li::before,
	.header .navbar-nav > li::after,
	.header .navbar-nav > li > a::before,
	.header .navbar-nav > li > a::after {
		display: none !important;
		content: none !important;
	}

	.header .navbar-nav > li > a,
	.header .navbar-nav > li.active > a,
	.header .navbar-nav > li.active > a:hover,
	.header .navbar-nav > li.active > a:focus {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;

		min-height: 46px;
		padding: 0 15px;

		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0;
		white-space: nowrap;

		color: #26384d !important;
		text-decoration: none !important;

		background: transparent !important;
		background-color: transparent !important;
		border: 0 !important;
		border-radius: 8px !important;
		box-shadow: none !important;
		outline: none !important;

		transition:
			color 0.22s ease,
			background 0.22s ease,
			transform 0.22s ease;
	}

	.header .navbar-nav > li > a:hover {
		color: #0d6efd !important;
		background: rgba(13, 110, 253, 0.065) !important;
		transform: translateY(-1px);
	}

	/* active menu modern */
	.header .navbar-nav > li.active > a {
		color: #0d6efd !important;
		font-weight: 650;
		background: rgba(13, 110, 253, 0.075) !important;
	}

	.header .navbar-nav > li.active > a::after {
		content: "";
		position: absolute;
		left: 14px;
		right: 14px;
		bottom: 5px;
		height: 2px;
		border-radius: 999px;
		background: linear-gradient(90deg, #0d6efd, #43b5ff);
		display: block !important;
	}

	.header .navbar-nav > li.active > a::before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 1px;
		width: 5px;
		height: 5px;
		transform: translateX(-50%);
		border-radius: 50%;
		background: #0d6efd;
		display: block !important;
		box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
	}

	/* slider lama dimatikan */
	.header .nav-slider {
		display: none !important;
	}

	/* =====================================================
	   CTA BUTTON
	   ===================================================== */

	.header .navbar-nav > li.cta > a {
		position: relative;
		overflow: hidden;

		margin-left: 14px;
		min-height: 44px;
		padding: 0 24px;

		font-weight: 700;
		color: #ffffff !important;

		background: linear-gradient(135deg, #0d6efd 0%, #0062e6 100%) !important;
		border-radius: 8px !important;
		box-shadow: 0 8px 18px rgba(13, 110, 253, 0.24) !important;

		transition:
			background 0.22s ease,
			transform 0.22s ease,
			box-shadow 0.22s ease;
	}

	.header .navbar-nav > li.cta > a::before {
		content: "";
		position: absolute;
		top: 0;
		left: -80%;
		width: 60%;
		height: 100%;
		display: block !important;

		background: linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.28),
			transparent
		);

		transform: skewX(-20deg);
		transition: left 0.55s ease;
	}

	.header .navbar-nav > li.cta > a:hover::before {
		left: 130%;
	}

	.header .navbar-nav > li.cta > a:hover {
		color: #ffffff !important;
		background: linear-gradient(135deg, #006be8 0%, #004fbf 100%) !important;
		transform: translateY(-2px);
		box-shadow: 0 12px 26px rgba(13, 110, 253, 0.32) !important;
	}

	.header .navbar-nav > li.cta.active > a::after,
	.header .navbar-nav > li.cta.active > a::before {
		display: none !important;
	}

	/* =====================================================
	   LANGUAGE BUTTON
	   ===================================================== */

	.header .navbar-nav > li.lang > a {
		min-height: 44px;
		padding: 0 15px;

		font-weight: 600;
		color: #26384d !important;

		background: #ffffff !important;
		border: 1px solid rgba(15, 23, 42, 0.15) !important;
		border-radius: 8px !important;
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
	}

	.header .navbar-nav > li.lang > a:hover {
		color: #0d6efd !important;
		border-color: rgba(13, 110, 253, 0.35) !important;
		background: rgba(13, 110, 253, 0.045) !important;
	}

	.header .navbar-nav > li.lang.active > a::after,
	.header .navbar-nav > li.lang.active > a::before {
		display: none !important;
	}

	#google_translate_element,
	.goog-te-banner-frame,
	.goog-te-banner-frame.skiptranslate,
	iframe.goog-te-banner-frame,
	.goog-te-balloon-frame,
	.skiptranslate,
	.goog-logo-link,
	.goog-te-gadget span {
		display: none !important;
	}

	.goog-te-gadget {
		height: 0 !important;
		overflow: hidden !important;
	}

	body {
		top: 0 !important;
	}

	html,
	body {
		margin-top: 0 !important;
	}

	/* =====================================================
	   MOBILE BUTTON
	   ===================================================== */

	.header .mobile-menu-btn {
		display: none;
		align-items: center;
		justify-content: center;

		width: 44px;
		height: 44px;

		border: 1px solid rgba(15, 23, 42, 0.12);
		border-radius: 8px;
		background: #ffffff;
		color: #26384d;

		font-size: 22px;
		line-height: 1;
		cursor: pointer;

		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
		transition: all 0.22s ease;
	}

	.header .mobile-menu-btn:hover {
		color: #0d6efd;
		background: rgba(13, 110, 253, 0.055);
		border-color: rgba(13, 110, 253, 0.24);
	}

	/* =====================================================
	   HERO OFFSET
	   ===================================================== */

	.is-home {
		padding-top: 74px !important;
	}

	/* =====================================================
	   RESPONSIVE
	   ===================================================== */

	@media (max-width: 1200px) {
		.header-inner {
			padding: 0 28px;
			gap: 22px;
		}

		.header .site-logo {
			padding-right: 20px;
		}

		.header .navbar-nav {
			gap: 3px;
		}

		.header .navbar-nav > li > a,
		.header .navbar-nav > li.active > a {
			padding: 0 11px;
			font-size: 13px;
		}

		.header .navbar-nav > li.active > a::after {
			left: 11px;
			right: 11px;
		}

		.header .navbar-nav > li.cta > a {
			margin-left: 8px;
			padding: 0 18px;
		}
	}

	@media (max-width: 991px) {
		.header-inner,
		.header.scrolled .header-inner {
			min-height: 68px;
			padding: 0 18px;
		}

		.header .site-logo {
			padding-right: 0;
		}

		.header .site-logo::after {
			display: none;
		}

		.header .site-logo img,
		.header.scrolled .site-logo img {
			width: 72px;
		}

		.header .mobile-menu-btn {
			display: flex;
		}

		.header .nav-wrapper {
			position: absolute;
			top: 68px;
			left: 0;
			right: 0;

			display: none;
			width: 100%;

			background: rgba(255, 255, 255, 0.98);
			backdrop-filter: blur(16px);
			-webkit-backdrop-filter: blur(16px);

			border-top: 1px solid rgba(15, 23, 42, 0.08);
			border-bottom: 1px solid rgba(15, 23, 42, 0.08);
			box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
		}

		.header .nav-wrapper.open {
			display: block;
		}

		.header .navbar-nav {
			width: 100%;
			max-width: 1320px;
			margin: 0 auto;
			padding: 12px 18px;

			display: flex;
			flex-direction: column;
			align-items: stretch;
			gap: 4px;
		}

		.header .navbar-nav > li > a,
		.header .navbar-nav > li.active > a,
		.header.scrolled .navbar-nav > li > a {
			width: 100%;
			justify-content: flex-start;
			min-height: 46px;
			padding: 0 14px;

			color: #26384d !important;
			background: transparent !important;
			border-radius: 8px !important;
		}

		.header .navbar-nav > li > a:hover {
			color: #0d6efd !important;
			background: rgba(13, 110, 253, 0.065) !important;
		}

		.header .navbar-nav > li.active > a {
			color: #0d6efd !important;
			font-weight: 700;
			background: rgba(13, 110, 253, 0.08) !important;
		}

		.header .navbar-nav > li.active > a::after {
			left: 0;
			right: auto;
			top: 10px;
			bottom: 10px;
			width: 3px;
			height: auto;
			border-radius: 999px;
		}

		.header .navbar-nav > li.active > a::before {
			display: none !important;
		}

		.header .navbar-nav > li.cta > a {
			margin-left: 0;
			margin-top: 8px;
			justify-content: center;

			color: #ffffff !important;
			background: linear-gradient(135deg, #0d6efd, #0062e6) !important;
		}

		.header .navbar-nav > li.cta > a:hover {
			color: #ffffff !important;
			background: linear-gradient(135deg, #006be8, #004fbf) !important;
		}

		.header .navbar-nav > li.lang > a {
			justify-content: center;
			background: #ffffff !important;
			border: 1px solid rgba(15, 23, 42, 0.14) !important;
		}

		.is-home {
			padding-top: 68px !important;
		}
	}

	@media (max-width: 576px) {
		.header-inner {
			padding: 0 14px;
		}

		.header .navbar-nav {
			padding: 12px 14px;
		}
	}
/* =====================================================
   EPS HEADER POLISH - ENTERPRISE COMPACT
   ===================================================== */

.header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(15, 23, 42, 0.075);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.035);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.header.scrolled {
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 34px rgba(15, 23, 42, 0.08);
}

.header-inner {
	min-height: 72px;
	padding-left: 44px;
	padding-right: 44px;
	gap: 32px;
}

.header.scrolled .header-inner {
	min-height: 62px;
}

.header .site-logo img {
	width: 76px;
}

.header.scrolled .site-logo img {
	width: 68px;
}

.header .navbar-nav {
	gap: 4px;
}

.header .navbar-nav > li > a,
.header .navbar-nav > li.active > a,
.header .navbar-nav > li.active > a:hover,
.header .navbar-nav > li.active > a:focus {
	min-height: 42px;
	padding: 0 14px;
	color: #243044 !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px !important;
}

.header .navbar-nav > li > a:hover {
	color: #0f62fe !important;
	background: rgba(15, 98, 254, 0.065) !important;
}

.header .navbar-nav > li.active > a {
	color: #0f62fe !important;
	font-weight: 750;
	background: rgba(15, 98, 254, 0.08) !important;
}

.header .navbar-nav > li.active > a::after {
	background: linear-gradient(90deg, #0f62fe, #2bb7f6);
}

.header .navbar-nav > li.active > a::before {
	background: #0f62fe;
	box-shadow: 0 0 0 4px rgba(15, 98, 254, 0.12);
}

.header .navbar-nav > li.cta > a {
	min-height: 44px;
	background: linear-gradient(135deg, #0f62fe 0%, #0043ce 100%) !important;
	border-radius: 10px !important;
	box-shadow: 0 10px 24px rgba(15, 98, 254, 0.24) !important;
}

.header .navbar-nav > li.cta > a:hover {
	background: linear-gradient(135deg, #0b5eea 0%, #0036ad 100%) !important;
	box-shadow: 0 16px 32px rgba(15, 98, 254, 0.30) !important;
}
