/* Dunya Kupasi - bagimsiz master */
body.wc-master-site {
	--color-theme: #0078d4;
	--color-theme-dark: #005a9e;
	--color-theme-light: #2b9aff;
	--color-theme-rgb: 0, 120, 212;
	--color-accent: #2ecc71;
	--wc-header-main-bg: #0078d4;
	--wc-header-child-bg: #2c3e50;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #1a1a2e;
	background: #f4f6f8;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

body.wc-master-site * {
	box-sizing: border-box;
}

body.wc-master-site > header.desktop:not(.wc-site-header),
body.wc-master-site > header.mobil,
body.wc-master-site > #finance-band,
body.wc-master-site > .page-skin,
body.wc-master-site > footer:not(.wc-site-footer) {
	display: none !important;
}

.wc-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

body.wc-master-site .wc-site-header .wc-container {
	padding-left: max(1rem, env(safe-area-inset-left, 0px));
	padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

.wc-master-main {
	padding: 1rem 0 2rem;
	min-height: 55vh;
	overflow-x: hidden;
}

/* Header  memurlar.net desktop nav renkleri */
.wc-site-header {
	background: transparent;
	border-bottom: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* Ana menu: logo + memurlar (mavi bant) */
.wc-header-main {
	background: var(--wc-header-main-bg);
}

.wc-header-top {
	display: flex;
	align-items: stretch;
	gap: 0 1rem;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 44px;
}

.wc-header-logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding-right: .5rem;
}

.wc-header-logo img {
	display: block;
	max-width: 200px;
	width: auto;
	height: 26px;
	filter: brightness(0) invert(1);
}

.wc-header-memurlar {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
	flex: 1;
	min-width: 0;
}

.wc-header-memurlar > a {
	font-size: .8125rem;
	font-weight: 500;
	color: #fff;
	padding: 12px 8px;
	border-radius: 0;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .02em;
	display: inline-flex;
	align-items: center;
	transition: background .15s;
}

.wc-header-memurlar > a:hover {
	color: #fff;
	background: var(--wc-header-child-bg);
}

.wc-header-toggle {
	display: none;
	margin-left: auto;
	align-self: center;
	width: 40px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 4px;
	background: transparent;
	padding: 0;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-shrink: 0;
}

.wc-header-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transition: transform .2s, opacity .2s;
}

/* Child menu: dunya kupasi (koyu bant) */
.wc-header-child {
	background: var(--wc-header-child-bg);
	box-shadow: 0 10px 14px -10px rgba(0, 0, 0, .45);
}

.wc-header-child-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .35rem .75rem;
	padding-top: 8px;
	padding-bottom: 8px;
}

.wc-header-title {
	display: flex;
	align-items: center;
	gap: .4rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-weight: 600;
	font-size: .875rem;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
}

.wc-header-title:hover {
	opacity: .9;
	color: #fff;
}

.wc-header-title-badge {
	background: rgba(255, 255, 255, .15);
	padding: .1rem .35rem;
	border-radius: 3px;
	font-size: .7rem;
	font-weight: 700;
}

.wc-header-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	flex: 1;
	min-width: 0;
}

.wc-header-nav a {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 0;
	font-size: .875rem;
	font-weight: 400;
	color: #fff;
	background: transparent;
	border: none;
	text-decoration: none;
	transition: background .15s, opacity .15s;
	white-space: nowrap;
}

.wc-header-nav a:hover {
	color: #fff;
	opacity: .9;
	background: rgba(255, 255, 255, .08);
}

.wc-header-nav a.active {
	background: rgba(255, 255, 255, .16);
	color: #fff;
	font-weight: 600;
	box-shadow: none;
}

.wc-header-more {
	position: relative;
	display: inline-flex;
	align-items: stretch;
}

.wc-header-more-btn {
	font-size: .8125rem;
	font-weight: 500;
	color: #fff;
	padding: 12px 8px;
	border: none;
	background: transparent;
	cursor: pointer;
	border-radius: 0;
	font-family: inherit;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .02em;
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	transition: background .15s;
}

.wc-header-more-btn::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #fff;
	vertical-align: middle;
}

.wc-header-more-btn:hover,
.wc-header-more.open .wc-header-more-btn {
	color: #fff;
	background: var(--wc-header-child-bg);
}

.wc-header-more-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
	padding: .35rem 0;
	z-index: 20;
}

.wc-header-more.open .wc-header-more-menu {
	display: block;
}

.wc-header-more-menu a {
	display: block;
	padding: .5rem .85rem;
	font-size: .8125rem;
	color: #333;
	text-decoration: none;
	text-transform: none;
}

.wc-header-more-menu a:hover {
	background: #f0f7ff;
	color: var(--color-theme);
}

.wc-header-search {
	margin-left: auto !important;
	color: #fff !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}

/* Footer */
.wc-site-footer {
	border-top: 1px solid #e9ecef;
	background: #fff;
	padding: 1.25rem 0;
}

.wc-site-footer-inner {
	text-align: center;
}

.wc-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem 1rem;
	margin-bottom: .35rem;
}

.wc-footer-links a {
	color: var(--color-theme);
	font-weight: 700;
	font-size: .85rem;
	text-decoration: none;
}

.wc-footer-links a:hover {
	text-decoration: underline;
}

.wc-footer-copy {
	font-size: .72rem;
	color: #adb5bd;
}

/* Mobil */
@media (max-width: 991px) {
	body.wc-master-site .wc-site-header .wc-container {
		padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
		padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
	}

	.wc-header-top {
		padding-top: .35rem;
		padding-bottom: .35rem;
		min-height: 48px;
	}

	.wc-header-toggle {
		display: flex;
	}

	.wc-header-top .wc-header-memurlar {
		display: none;
	}

	.wc-header-child {
		display: none;
	}

	.wc-header-child.open {
		display: block;
	}

	.wc-header-child .wc-header-memurlar-mobile {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: .5rem 0;
		background: var(--wc-header-main-bg);
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.wc-header-child .wc-header-memurlar-mobile > a,
	.wc-header-child .wc-header-memurlar-mobile .wc-header-more-btn {
		padding: .65rem .5rem;
		font-size: .85rem;
		color: #fff;
		text-transform: uppercase;
	}

	.wc-header-child .wc-header-memurlar-mobile > a:hover,
	.wc-header-child .wc-header-memurlar-mobile .wc-header-more-btn:hover {
		background: var(--wc-header-child-bg);
	}

	.wc-header-child .wc-header-memurlar-mobile .wc-header-search {
		margin-left: 0 !important;
		text-align: left;
		color: #fff !important;
	}

	.wc-header-child .wc-header-memurlar-mobile .wc-header-more-menu {
		position: static;
		box-shadow: none;
		border: none;
		background: rgba(0, 0, 0, .12);
		border-radius: 4px;
		margin: .25rem 0;
	}

	.wc-header-child .wc-header-memurlar-mobile .wc-header-more-menu a {
		color: #fff;
	}

	.wc-header-child .wc-header-memurlar-mobile .wc-header-more-menu a:hover {
		background: rgba(255, 255, 255, .1);
		color: #fff;
	}

	.wc-header-child-inner {
		flex-direction: column;
		align-items: stretch;
		padding-top: .65rem;
		padding-bottom: .75rem;
	}

	.wc-header-title {
		justify-content: flex-start;
		padding-top: 0;
		padding-bottom: .35rem;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
		margin-bottom: .25rem;
	}

	.wc-header-nav {
		flex-direction: column;
		align-items: stretch;
	}

	.wc-header-nav a {
		justify-content: flex-start;
		padding: .55rem 0;
	}

	.wc-header-nav a.active {
		background: rgba(255, 255, 255, .12);
	}
}

@media (min-width: 992px) {
	.wc-header-child {
		display: block !important;
	}

	.wc-header-memurlar-mobile {
		display: none !important;
	}
}
