/*
 * TURKIYE TEMPLATE skin — scoped entirely under `.mg-turkiye`.
 *
 * This is a deliberate, self-contained brand skin for the Global Markets landing
 * template (deep green + gold, editorial serif headings) that matches the Monks
 * Global reference design. It is NOT a site-wide palette change — the theme's
 * header/footer and the rest of the site are untouched. Serif headings use a
 * system serif stack only (no external webfont is loaded).
 *
 * Override any token from a child theme, e.g.
 *   .mg-turkiye { --tk-gold: var(--your-brand-gold); }
 */

.mg-turkiye {
	--tk-green: #103b2b;
	--tk-green-2: #0c3123;
	--tk-gold: #c69a3e;
	--tk-gold-d: #b0842d;
	--tk-cream: #faf8f2;
	--tk-ink: #33352f;
	--tk-muted: #6b6f68;
	--tk-line: rgba(16, 59, 43, 0.14);
	--tk-wrap: 1180px;
	--tk-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;

	color: var(--tk-ink);
	overflow-x: clip;
}

.mg-turkiye .mg-tk-wrap {
	width: 100%;
	max-width: var(--tk-wrap);
	margin-inline: auto;
	padding-inline: clamp(1.1rem, 5vw, 2.5rem);
	box-sizing: border-box;
}
.mg-turkiye .mg-tk-wrap--narrow {
	max-width: 760px;
}
.mg-turkiye .mg-tk-h2 {
	font-family: var(--tk-serif);
	font-weight: 500;
	color: var(--tk-green);
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	line-height: 1.15;
	margin: 0 0 1rem;
}
.mg-turkiye .mg-tk-eyebrow {
	display: block;
	color: var(--tk-green);
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.76rem;
	font-weight: 700;
	margin-bottom: 0.85rem;
}

/* ---- Buttons ----------------------------------------------------------- */
.mg-turkiye .mg-tk-btn {
	display: inline-block;
	padding: 0.85em 1.7em;
	margin: 0.3rem 0.6rem 0.3rem 0;
	font-size: 0.95rem;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mg-turkiye .mg-tk-btn--gold {
	background: var(--tk-gold);
	color: #fff;
	border-color: var(--tk-gold);
}
.mg-turkiye .mg-tk-btn--gold:hover {
	background: var(--tk-gold-d);
	border-color: var(--tk-gold-d);
	color: #fff;
}
.mg-turkiye .mg-tk-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.6);
}
.mg-turkiye .mg-tk-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

/* ---- Hero -------------------------------------------------------------- */
.mg-turkiye .mg-tk-hero {
	position: relative;
	background-color: var(--tk-green);
	background-size: cover;
	background-position: center;
	color: #fff;
	isolation: isolate;
}
.mg-turkiye .mg-tk-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(12, 49, 35, 0.95) 0%,
		rgba(12, 49, 35, 0.6) 45%,
		rgba(12, 49, 35, 0.12) 100%
	);
	z-index: -1;
}
.mg-turkiye .mg-tk-hero__inner {
	max-width: 640px;
	padding-block: clamp(3.5rem, 9vw, 7rem);
}
.mg-turkiye .mg-tk-hero__title {
	font-family: var(--tk-serif);
	font-weight: 500;
	font-size: clamp(2.2rem, 5.2vw, 3.7rem);
	line-height: 1.08;
	margin: 0 0 1rem;
	color: #fff;
}
.mg-turkiye .mg-tk-hero__sub {
	font-size: clamp(1rem, 1.6vw, 1.2rem);
	opacity: 0.92;
	margin: 0 0 1.8rem;
}

/* ---- Stats ------------------------------------------------------------- */
.mg-turkiye .mg-tk-stats {
	background: #fff;
}
.mg-turkiye .mg-tk-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	padding-block: clamp(2rem, 4vw, 3.25rem);
}
.mg-turkiye .mg-tk-stat {
	padding-inline: 1rem;
}
.mg-turkiye .mg-tk-stat + .mg-tk-stat {
	border-left: 1px solid var(--tk-line);
}
.mg-turkiye .mg-tk-stat__value {
	display: block;
	font-family: var(--tk-serif);
	color: var(--tk-green);
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	line-height: 1.1;
}
.mg-turkiye .mg-tk-stat__label {
	display: block;
	margin-top: 0.4rem;
	color: var(--tk-muted);
	font-size: 0.9rem;
}

/* ---- Why invest -------------------------------------------------------- */
.mg-turkiye .mg-tk-why {
	background: var(--tk-cream);
}
.mg-turkiye .mg-tk-why__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.35fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
	padding-block: clamp(3rem, 7vw, 5.5rem);
}
.mg-turkiye .mg-tk-richtext {
	color: var(--tk-ink);
	line-height: 1.7;
	max-width: 38ch;
}
.mg-turkiye .mg-tk-richtext p {
	margin: 0 0 1rem;
}
.mg-turkiye .mg-tk-why__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1rem, 2vw, 1.6rem);
}
.mg-turkiye .mg-tk-card {
	background: #fff;
	border: 1px solid var(--tk-line);
	padding: clamp(1.4rem, 2.5vw, 2rem);
}
.mg-turkiye .mg-tk-card__icon {
	display: inline-flex;
	color: var(--tk-green);
}
.mg-turkiye .mg-tk-card__icon svg {
	width: 42px;
	height: 42px;
}
.mg-turkiye .mg-tk-card__title {
	font-family: var(--tk-serif);
	font-weight: 500;
	color: var(--tk-green);
	font-size: 1.3rem;
	margin: 0.9rem 0 0.5rem;
}
.mg-turkiye .mg-tk-card__desc {
	margin: 0;
	color: var(--tk-muted);
	line-height: 1.6;
	font-size: 0.95rem;
}

/* ---- Partnership ------------------------------------------------------- */
.mg-turkiye .mg-tk-partner {
	background: #fff;
	padding-block: clamp(2rem, 5vw, 4rem);
}
.mg-turkiye .mg-tk-partner__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid var(--tk-line);
	overflow: hidden;
}
.mg-turkiye .mg-tk-partner__media {
	background: var(--tk-cream);
}
.mg-turkiye .mg-tk-partner__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}
.mg-turkiye .mg-tk-partner__content {
	padding: clamp(1.6rem, 4vw, 3rem);
}
.mg-turkiye .mg-tk-checklist {
	list-style: none;
	margin: 1.3rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}
.mg-turkiye .mg-tk-checklist li {
	position: relative;
	padding-left: 1.9rem;
	color: var(--tk-ink);
	line-height: 1.4;
}
.mg-turkiye .mg-tk-checklist li::before {
	content: "+";
	position: absolute;
	left: 0;
	top: -0.05em;
	color: var(--tk-gold);
	font-weight: 700;
	font-size: 1.15rem;
}
.mg-turkiye .mg-tk-partner__logo {
	margin-top: 1.6rem;
	padding-top: 1.3rem;
	border-top: 1px solid var(--tk-line);
}
.mg-turkiye .mg-tk-partner__logo img {
	max-height: 48px;
	width: auto;
}

/* ---- CTA band ---------------------------------------------------------- */
.mg-turkiye .mg-tk-cta {
	background: var(--tk-green);
	border-top: 4px solid var(--tk-gold);
	color: #fff;
}
.mg-turkiye .mg-tk-cta__inner {
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-block: clamp(2.5rem, 5vw, 3.75rem);
}
.mg-turkiye .mg-tk-cta__icon {
	flex: 0 0 auto;
	color: var(--tk-gold);
	line-height: 0;
}
.mg-turkiye .mg-tk-cta__icon svg {
	width: 72px;
	height: 72px;
}
.mg-turkiye .mg-tk-cta__title {
	font-family: var(--tk-serif);
	font-weight: 500;
	font-size: clamp(1.6rem, 3.6vw, 2.5rem);
	margin: 0 0 0.6rem;
	color: #fff;
}
.mg-turkiye .mg-tk-cta__text {
	opacity: 0.9;
	max-width: 62ch;
	margin: 0 0 1.4rem;
	line-height: 1.6;
}

/* ---- Optional enquiry -------------------------------------------------- */
.mg-turkiye .mg-tk-enquiry {
	background: var(--tk-cream);
	padding-block: clamp(2.5rem, 5vw, 4rem);
}

/* ---- Responsive -------------------------------------------------------- */
@media (max-width: 900px) {
	.mg-turkiye .mg-tk-why__grid,
	.mg-turkiye .mg-tk-partner__grid {
		grid-template-columns: 1fr;
	}
	.mg-turkiye .mg-tk-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.75rem 0;
	}
	.mg-turkiye .mg-tk-stat {
		border-left: 0 !important;
	}
	.mg-turkiye .mg-tk-cta__inner {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}
@media (max-width: 560px) {
	.mg-turkiye .mg-tk-why__cards {
		grid-template-columns: 1fr;
	}
}

/* =======================================================================
 * Shared sub-page primitives (Investment Process + FAQ)
 * ===================================================================== */
.mg-turkiye .mg-tk-section {
	padding-block: clamp(2.25rem, 5vw, 4rem);
}
.mg-turkiye .mg-tk-h1 {
	font-family: var(--tk-serif);
	font-weight: 500;
	color: var(--tk-green);
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	line-height: 1.08;
	margin: 0 0 1rem;
}
.mg-turkiye .mg-tk-h3 {
	font-family: var(--tk-serif);
	font-weight: 500;
	color: var(--tk-green);
	font-size: 1.3rem;
	margin: 0 0 0.5rem;
}
.mg-turkiye .mg-tk-btn--green {
	background: var(--tk-green);
	color: #fff;
	border-color: var(--tk-green);
}
.mg-turkiye .mg-tk-btn--green:hover {
	background: var(--tk-green-2);
	color: #fff;
}

/* =======================================================================
 * Investment Process template
 * ===================================================================== */
.mg-turkiye.mg-ip {
	background: var(--tk-cream);
}
.mg-turkiye .mg-ip-lead {
	color: var(--tk-muted);
	line-height: 1.6;
	margin: 0 0 1rem;
}
.mg-turkiye .mg-ip-bullets {
	margin: 0;
	padding-left: 1.15rem;
	display: grid;
	gap: 0.5rem;
	line-height: 1.5;
}

/* Hero */
.mg-turkiye .mg-ip-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}
.mg-turkiye .mg-ip-hero__intro {
	color: var(--tk-muted);
	line-height: 1.7;
	max-width: 42ch;
}
.mg-turkiye .mg-ip-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 320px;
	object-fit: cover;
	border-radius: 2px;
}

/* How it works */
.mg-turkiye .mg-ip-how__head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: end;
	margin-bottom: 1.75rem;
}
.mg-turkiye .mg-ip-how__intro {
	color: var(--tk-muted);
	line-height: 1.6;
	margin: 0;
}
.mg-turkiye .mg-ip-how__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: clamp(0.75rem, 1.5vw, 1.1rem);
}
.mg-turkiye .mg-ip-step {
	position: relative;
	background: #fff;
	border: 1px solid var(--tk-line);
	padding: 1.25rem 1.1rem 2.2rem;
}
.mg-turkiye .mg-ip-step__icon {
	color: var(--tk-green);
	display: inline-flex;
}
.mg-turkiye .mg-ip-step__icon svg {
	width: 34px;
	height: 34px;
}
.mg-turkiye .mg-ip-step__title {
	font-family: var(--tk-serif);
	font-size: 1.05rem;
	color: var(--tk-green);
	margin: 0.8rem 0 0.4rem;
}
.mg-turkiye .mg-ip-step__desc {
	font-size: 0.85rem;
	color: var(--tk-muted);
	line-height: 1.5;
	margin: 0;
}
.mg-turkiye .mg-ip-step__num {
	position: absolute;
	left: 1.1rem;
	bottom: 0.9rem;
	color: var(--tk-gold);
	font-family: var(--tk-serif);
	font-size: 0.95rem;
	letter-spacing: 0.05em;
}

/* Capital flow + returns */
.mg-turkiye .mg-ip-capital__grid,
.mg-turkiye .mg-ip-protection__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}
.mg-turkiye .mg-ip-flow {
	display: grid;
	gap: 1.4rem;
}
.mg-turkiye .mg-ip-flow__item {
	position: relative;
	background: #fff;
	border: 1px solid var(--tk-line);
	padding: 0.85rem 1rem;
	text-align: center;
	font-size: 0.95rem;
}
.mg-turkiye .mg-ip-flow__item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1rem;
	width: 1px;
	height: 1rem;
	background: var(--tk-gold);
}
.mg-turkiye .mg-ip-flow__item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1rem;
	width: 7px;
	height: 7px;
	border-right: 1px solid var(--tk-gold);
	border-bottom: 1px solid var(--tk-gold);
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
}
.mg-turkiye .mg-ip-note {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	margin-top: 1.25rem;
	padding: 1rem 1.15rem;
	background: #efeade;
	color: var(--tk-ink);
	font-size: 0.9rem;
	line-height: 1.5;
}
.mg-turkiye .mg-ip-note__icon {
	color: var(--tk-green);
	flex: 0 0 auto;
}
.mg-turkiye .mg-ip-note__icon svg {
	width: 22px;
	height: 22px;
}

/* Investor protection */
.mg-turkiye .mg-ip-insurance {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--tk-line);
	padding: clamp(1.4rem, 3vw, 2.2rem);
}
.mg-turkiye .mg-ip-insurance__icon {
	color: var(--tk-green);
	flex: 0 0 auto;
}
.mg-turkiye .mg-ip-insurance__icon svg {
	width: 40px;
	height: 40px;
}
.mg-turkiye .mg-ip-insurance p {
	margin: 0;
	color: var(--tk-muted);
	line-height: 1.6;
}

/* Timeline & exit */
.mg-turkiye .mg-ip-tl {
	list-style: none;
	margin: 1.5rem 0 2.5rem;
	padding: 0;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	position: relative;
}
.mg-turkiye .mg-ip-tl::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 6%;
	right: 6%;
	height: 1px;
	background: var(--tk-line);
}
.mg-turkiye .mg-ip-tl__node {
	position: relative;
	text-align: center;
	padding: 0 0.4rem;
}
.mg-turkiye .mg-ip-tl__dot {
	position: relative;
	z-index: 1;
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--tk-green);
	color: #fff;
	font-size: 0.7rem;
	margin-bottom: 0.6rem;
}
.mg-turkiye .mg-ip-tl__label {
	display: block;
	font-size: 0.82rem;
	color: var(--tk-ink);
	line-height: 1.3;
}
.mg-turkiye .mg-ip-exit__head {
	text-align: center;
	margin-bottom: 1.25rem;
}
.mg-turkiye .mg-ip-exit {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	text-align: center;
}
.mg-turkiye .mg-ip-exit__item {
	padding: 0 0.5rem;
	border-left: 1px solid var(--tk-line);
}
.mg-turkiye .mg-ip-exit__item:first-child {
	border-left: 0;
}
.mg-turkiye .mg-ip-exit__icon {
	color: var(--tk-green);
	display: inline-flex;
}
.mg-turkiye .mg-ip-exit__icon svg {
	width: 34px;
	height: 34px;
}
.mg-turkiye .mg-ip-exit__label {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.85rem;
	color: var(--tk-muted);
	line-height: 1.4;
}

/* Investment journey */
.mg-turkiye .mg-ip-journey__list {
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 0;
	border-top: 1px solid var(--tk-line);
}
.mg-turkiye .mg-ip-journey__item {
	display: grid;
	grid-template-columns: 56px minmax(140px, 1.1fr) 2fr;
	gap: 1rem;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid var(--tk-line);
}
.mg-turkiye .mg-ip-journey__num {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--tk-green);
	color: #fff;
	font-size: 0.78rem;
}
.mg-turkiye .mg-ip-journey__title {
	font-weight: 600;
	color: var(--tk-green);
}
.mg-turkiye .mg-ip-journey__desc {
	color: var(--tk-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

/* Footer CTAs */
.mg-turkiye .mg-ip-ctas__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	border-top: 1px solid var(--tk-line);
	padding-top: clamp(2rem, 4vw, 3rem);
}
.mg-turkiye .mg-ip-ctacard {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}
.mg-turkiye .mg-ip-ctacard__icon {
	color: var(--tk-green);
	flex: 0 0 auto;
}
.mg-turkiye .mg-ip-ctacard__icon svg {
	width: 40px;
	height: 40px;
}
.mg-turkiye .mg-ip-ctacard p {
	color: var(--tk-muted);
	line-height: 1.6;
	margin: 0 0 0.75rem;
}
.mg-turkiye .mg-ip-ctacard__link {
	color: var(--tk-green);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid var(--tk-gold);
	padding-bottom: 2px;
}

@media (max-width: 900px) {
	.mg-turkiye .mg-ip-hero__grid,
	.mg-turkiye .mg-ip-how__head,
	.mg-turkiye .mg-ip-capital__grid,
	.mg-turkiye .mg-ip-protection__grid,
	.mg-turkiye .mg-ip-ctas__grid {
		grid-template-columns: 1fr;
	}
	.mg-turkiye .mg-ip-how__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.mg-turkiye .mg-ip-tl {
		grid-auto-flow: row;
		grid-auto-columns: auto;
		gap: 1rem;
	}
	.mg-turkiye .mg-ip-tl::before {
		display: none;
	}
	.mg-turkiye .mg-ip-tl__node {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		text-align: left;
	}
	.mg-turkiye .mg-ip-tl__dot {
		margin-bottom: 0;
	}
	.mg-turkiye .mg-ip-exit {
		grid-template-columns: repeat(2, 1fr);
	}
	.mg-turkiye .mg-ip-exit__item {
		border-left: 0;
	}
	.mg-turkiye .mg-ip-journey__item {
		grid-template-columns: 44px 1fr;
	}
	.mg-turkiye .mg-ip-journey__desc {
		grid-column: 2;
	}
}
@media (max-width: 560px) {
	.mg-turkiye .mg-ip-how__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* =======================================================================
 * FAQ template
 * ===================================================================== */
.mg-turkiye .mg-faqp-title {
	position: relative;
	padding-bottom: 0.75rem;
}
.mg-turkiye .mg-faqp-title::after {
	content: "";
	display: block;
	width: 84px;
	height: 3px;
	background: var(--tk-gold);
	margin-top: 1rem;
}
.mg-turkiye .mg-faqp-intro {
	color: var(--tk-muted);
	max-width: 60ch;
	margin: 0;
}
.mg-turkiye .mg-faqp-head {
	padding-bottom: 0;
}
.mg-turkiye .mg-faqp-list {
	display: grid;
	gap: 0.9rem;
}
.mg-turkiye .mg-faqp-item {
	border: 1px solid var(--tk-line);
	background: #fff;
	padding: 0 1.4rem;
}
.mg-turkiye .mg-faqp-q {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 0;
	font-family: var(--tk-serif);
	font-size: 1.1rem;
	color: var(--tk-green);
}
.mg-turkiye .mg-faqp-q::-webkit-details-marker {
	display: none;
}
.mg-turkiye .mg-faqp-q__mark {
	flex: 0 0 auto;
	position: relative;
	width: 18px;
	height: 18px;
}
.mg-turkiye .mg-faqp-q__mark::before,
.mg-turkiye .mg-faqp-q__mark::after {
	content: "";
	position: absolute;
	background: var(--tk-green);
}
.mg-turkiye .mg-faqp-q__mark::before {
	top: 8px;
	left: 0;
	width: 18px;
	height: 2px;
}
.mg-turkiye .mg-faqp-q__mark::after {
	top: 0;
	left: 8px;
	width: 2px;
	height: 18px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.mg-turkiye .mg-faqp-item[open] .mg-faqp-q__mark::after {
	transform: scaleY(0);
	opacity: 0;
}
.mg-turkiye .mg-faqp-a {
	padding: 0 0 1.3rem;
	color: var(--tk-muted);
	line-height: 1.65;
	max-width: 68ch;
}
.mg-turkiye .mg-faqp-a p {
	margin: 0 0 0.75rem;
}
.mg-turkiye .mg-faqp-cta {
	background: var(--tk-cream);
	text-align: center;
}
.mg-turkiye .mg-faqp-cta__text {
	color: var(--tk-muted);
	margin: 0 0 1.3rem;
}

