/*
 * menekseahbab.com — Hakkımda
 * Builds on anasayfa.css base. Yapısal bloklar, CV değil otorite anlatısı.
 * BRKsoft, 2026.
 */

/* ========== KISACA BEN INTRO ========== */
.ma-hk-intro { padding: 96px 0 64px; }

/* ========== AKADEMİK + KURUMSAL TWO-BLOCK ========== */
.ma-hk-twoblock__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: start;
}
.ma-hk-block { }
.ma-hk-block .ma-eyebrow { margin-bottom: 12px; }
.ma-hk-block h3 {
	font-size: clamp(1.4rem, 2vw, 1.7rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 18px;
	color: var(--ma-text);
}
.ma-hk-block > p { margin-bottom: 22px; color: var(--ma-text-2); line-height: 1.6; }

.ma-hk-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--ma-border);
	border-radius: var(--ma-radius-lg);
	overflow: hidden;
}
.ma-hk-list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px 20px;
	border-bottom: 1px solid var(--ma-border-2);
}
.ma-hk-list li:last-child { border-bottom: 0; }
.ma-hk-list .ma-icon {
	width: 32px; height: 32px;
	border-radius: 8px;
	background: var(--ma-accent-soft);
	color: var(--ma-accent);
	flex-shrink: 0;
	margin-top: 2px;
}
.ma-hk-list .ma-icon svg { width: 16px; height: 16px; }
.ma-hk-list strong {
	display: block;
	font-size: 0.97rem;
	font-weight: 700;
	color: var(--ma-text);
	margin-bottom: 2px;
}
.ma-hk-list span {
	display: block;
	font-size: 0.88rem;
	color: var(--ma-text-2);
	line-height: 1.5;
}

.ma-hk-brands {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ma-hk-brand {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	background: #fff;
	border: 1px solid var(--ma-border);
	border-radius: 10px;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--ma-text);
	box-shadow: var(--ma-shadow-1);
	transition: transform .2s var(--ma-ease), box-shadow .2s var(--ma-ease), border-color .2s var(--ma-ease);
}
.ma-hk-brand:hover {
	transform: translateY(-2px);
	box-shadow: var(--ma-shadow-2);
	border-color: var(--ma-text-3);
}

/* ========== EĞİTMENLİK CARDS ========== */
.ma-hk-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.ma-hk-card {
	background: var(--ma-card);
	border: 1px solid var(--ma-border);
	border-radius: var(--ma-radius-lg);
	padding: 32px 28px;
	box-shadow: var(--ma-shadow-1);
	transition: transform .25s var(--ma-ease), box-shadow .25s var(--ma-ease), border-color .25s var(--ma-ease);
}
.ma-hk-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ma-shadow-3);
	border-color: var(--ma-text-3);
}
.ma-hk-card__icon {
	width: 48px; height: 48px;
	border-radius: 12px;
	background: var(--ma-accent-soft);
	color: var(--ma-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
.ma-hk-card__icon svg { width: 22px; height: 22px; }
.ma-hk-card h3 { font-size: 1.18rem; font-weight: 700; margin: 0 0 10px; color: var(--ma-text); }
.ma-hk-card p { font-size: 0.94rem; color: var(--ma-text-2); line-height: 1.6; margin: 0; }
.ma-hk-card p strong { color: var(--ma-text); font-weight: 700; }

/* ========== KOÇLUK / MENTORLUK ========== */
.ma-hk-koc__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 56px;
	align-items: center;
}
.ma-hk-koc__text h2 {
	font-size: clamp(1.85rem, 2.8vw, 2.4rem);
	letter-spacing: -0.025em;
	margin: 12px 0 18px;
	color: var(--ma-text);
	font-weight: 700;
}
.ma-hk-koc__text > p { margin: 0 0 22px; color: var(--ma-text-2); font-size: 1.02rem; line-height: 1.6; }
.ma-hk-koc__bullets {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}
.ma-hk-koc__bullets li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 0.97rem;
	color: var(--ma-text);
	line-height: 1.5;
}
.ma-hk-koc__bullets .ma-icon {
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--ma-accent);
	color: #fff;
	flex-shrink: 0;
	margin-top: 2px;
}
.ma-hk-koc__bullets .ma-icon svg { width: 13px; height: 13px; }

.ma-hk-koc__visual {
	display: flex;
	justify-content: center;
}
.ma-hk-koc__quote {
	position: relative;
	background: #fff;
	border: 1px solid var(--ma-border);
	border-radius: var(--ma-radius-xl);
	padding: 40px 36px 32px;
	box-shadow: var(--ma-shadow-2);
	max-width: 420px;
}
.ma-hk-koc__qmark {
	position: absolute;
	top: 6px;
	left: 24px;
	font-size: 5rem;
	font-family: Georgia, serif;
	color: var(--ma-accent-soft);
	line-height: 1;
	pointer-events: none;
}
.ma-hk-koc__quote p {
	font-size: 1.1rem;
	color: var(--ma-text);
	line-height: 1.5;
	margin: 0 0 18px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.ma-hk-koc__quote small {
	display: block;
	font-size: 0.86rem;
	color: var(--ma-accent);
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* ========== NEDEN DOĞRU KİŞİ ========== */
.ma-hk-why__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}
.ma-hk-why__card {
	background: #fff;
	border: 1px solid var(--ma-border);
	border-radius: var(--ma-radius-lg);
	padding: 32px 30px;
	box-shadow: var(--ma-shadow-1);
	transition: transform .25s var(--ma-ease), box-shadow .25s var(--ma-ease), border-color .25s var(--ma-ease);
	position: relative;
}
.ma-hk-why__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ma-shadow-3);
	border-color: var(--ma-text-3);
}
.ma-hk-why__num {
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--ma-accent);
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}
.ma-hk-why__card h3 {
	font-size: 1.18rem;
	font-weight: 700;
	color: var(--ma-text);
	margin: 0 0 10px;
	letter-spacing: -0.015em;
}
.ma-hk-why__card p {
	font-size: 0.94rem;
	color: var(--ma-text-2);
	line-height: 1.6;
	margin: 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
	.ma-hk-intro { padding: 64px 0 48px; }
	.ma-hk-twoblock__grid { grid-template-columns: 1fr; gap: 48px; }
	.ma-hk-cards { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
	.ma-hk-koc__grid { grid-template-columns: 1fr; gap: 40px; }
	.ma-hk-koc__visual { order: -1; }
	.ma-hk-why__grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.ma-hk-intro { padding: 48px 0 36px; }
	.ma-hk-card { padding: 26px 22px; }
	.ma-hk-koc__quote { padding: 32px 26px 24px; }
	.ma-hk-koc__quote p { font-size: 1rem; }
	.ma-hk-why__card { padding: 26px 22px; }
}
