.hevkad-president-page {
	--hk-accent: #5B7A9F;
	--hk-accent-dark: #4F6F93;
	--hk-accent-soft: #F4F7FA;
	--hk-text: #1E293B;
	--hk-muted: #64748B;
	--hk-border: #E2E8F0;
	--hk-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	--hk-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.045);
	--hevkad-layout-max: 1440px;
	--hevkad-layout-pad: 32px;
	background: #FFFFFF;
	color: var(--hk-text);
	font-family: inherit;
	line-height: 1.6;
}

.hevkad-president-page .hpres-container {
	width: min(100%, var(--hevkad-layout-max));
	margin: 0 auto;
	padding-left: var(--hevkad-layout-pad);
	padding-right: var(--hevkad-layout-pad);
}

.hevkad-president-page .hpres-breadcrumbs {
	padding: 22px 0 0;
	color: var(--hk-muted);
	font-size: 14px;
}

.hevkad-president-page .hpres-breadcrumbs a {
	color: var(--hk-accent-dark);
	font-weight: 700;
}

.hevkad-president-page .hpres-hero {
	padding: 54px 0 58px;
	border-bottom: 1px solid var(--hk-border);
	background: #fff;
}

.hevkad-president-page .hpres-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
	gap: 44px;
	align-items: center;
}

.hevkad-president-page .hpres-kicker {
	width: fit-content;
	margin: 0 0 14px;
	color: var(--hk-accent-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hevkad-president-page .hpres-title {
	max-width: 1120px;
	margin: 0;
	color: var(--hk-text);
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.03;
	letter-spacing: -0.045em;
	font-weight: 400;
}

.hevkad-president-page .hpres-lead {
	max-width: 940px;
	margin: 22px 0 0;
	color: var(--hk-muted);
	font-size: 19px;
	line-height: 1.75;
}

.hevkad-president-page .hpres-note {
	max-width: 940px;
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 18px;
	background: var(--hk-accent-soft);
	border: 1px solid var(--hk-border);
	color: var(--hk-muted);
	font-size: 15.5px;
}

.hevkad-president-page .hpres-note strong {
	color: var(--hk-text);
}

.hevkad-president-page .hpres-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.hevkad-president-page .hpres-final .hpres-actions {
	margin-top: 0;
}

.hevkad-president-page .hpres-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 15px 26px;
	border-radius: 16px;
	border: 1px solid transparent;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}

.hevkad-president-page .hpres-btn--primary {
	background: var(--hk-accent);
	color: #fff !important;
	box-shadow: 0 16px 34px rgba(91, 122, 159, 0.22);
}

.hevkad-president-page .hpres-btn--secondary {
	background: #fff;
	color: var(--hk-accent-dark) !important;
	border-color: var(--hk-border);
}

.hevkad-president-page .hpres-profile-card {
	border-radius: 30px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow);
	padding: 30px;
	display: grid;
	gap: 18px;
}

.hevkad-president-page .hpres-profile-top {
	display: flex;
	gap: 18px;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--hk-border);
}

.hevkad-president-page .hpres-avatar {
	flex: 0 0 92px;
	width: 92px;
	height: 92px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(91, 122, 159, 0.22), rgba(244, 247, 250, 0.95));
	display: grid;
	place-items: center;
	color: var(--hk-accent-dark);
	font-size: 32px;
	font-weight: 400;
}

.hevkad-president-page .hpres-profile-top h2 {
	margin: 0 0 6px;
	color: var(--hk-text);
	font-size: 28px;
	line-height: 1.12;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.hevkad-president-page .hpres-profile-role {
	margin: 0 0 6px;
	color: var(--hk-text);
	font-size: 18px;
	line-height: 1.35;
	font-weight: 400;
}

.hevkad-president-page .hpres-profile-meta {
	margin: 0;
	color: var(--hk-muted);
	font-size: 15.5px;
	line-height: 1.55;
}

.hevkad-president-page .hpres-profile-top p {
	margin: 0;
	color: var(--hk-muted);
	font-size: 15.5px;
	line-height: 1.55;
}

.hevkad-president-page .hpres-badges {
	display: grid;
	gap: 10px;
}

.hevkad-president-page .hpres-badge {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 14px;
	padding: 14px;
	border-radius: 18px;
	background: var(--hk-accent-soft);
	border: 1px solid var(--hk-border);
}

.hevkad-president-page .hpres-badge b {
	color: var(--hk-accent-dark);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hevkad-president-page .hpres-badge span {
	color: var(--hk-text);
	font-size: 15px;
	line-height: 1.45;
}

.hevkad-president-page .hpres-toc {
	padding: 26px 0;
	border-bottom: 1px solid var(--hk-border);
}

.hevkad-president-page .hpres-toc__box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 16px;
	border-radius: 20px;
	background: var(--hk-accent-soft);
	border: 1px solid var(--hk-border);
}

.hevkad-president-page .hpres-toc__box a {
	display: inline-flex;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--hk-border);
	color: var(--hk-accent-dark);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.hevkad-president-page .hpres-section {
	padding: 74px 0;
	border-bottom: 1px solid var(--hk-border);
}

.hevkad-president-page .hpres-section__head {
	max-width: 980px;
	margin-bottom: 34px;
}

.hevkad-president-page .hpres-h2 {
	margin: 0;
	color: var(--hk-text);
	font-size: clamp(30px, 3.4vw, 44px);
	line-height: 1.12;
	letter-spacing: -0.035em;
	font-weight: 400;
}

.hevkad-president-page .hpres-text {
	margin: 16px 0 0;
	color: var(--hk-muted);
	font-size: 17px;
	line-height: 1.75;
}

.hevkad-president-page .hpres-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hevkad-president-page .hpres-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.hevkad-president-page .hpres-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.hevkad-president-page .hpres-card {
	padding: 30px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow);
}

.hevkad-president-page .hpres-card h3 {
	margin: 0 0 14px;
	color: var(--hk-text);
	font-size: 22px;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: -0.015em;
}

.hevkad-president-page .hpres-card p,
.hevkad-president-page .hpres-card li {
	color: var(--hk-muted);
	font-size: 16.5px;
	line-height: 1.65;
}

.hevkad-president-page .hpres-card p {
	margin: 0;
}

.hevkad-president-page .hpres-card ul {
	margin: 0;
	padding-left: 18px;
}

.hevkad-president-page .hpres-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
	gap: 28px;
	align-items: start;
}

.hevkad-president-page .hpres-split--facts {
	align-items: stretch;
}

.hevkad-president-page .hpres-split--timeline {
	align-items: stretch;
}

.hevkad-president-page .hpres-timeline-aside {
	display: flex;
	min-height: 100%;
}

.hevkad-president-page .hpres-timeline-aside__card {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.hevkad-president-page .hpres-timeline-aside__block {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid var(--hk-border);
}

.hevkad-president-page .hpres-timeline-aside__block h4 {
	margin: 0 0 12px;
	color: var(--hk-text);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

.hevkad-president-page .hpres-timeline-aside__block li {
	margin-bottom: 10px;
}

.hevkad-president-page .hpres-timeline-aside__block li:last-child {
	margin-bottom: 0;
}

.hevkad-president-page .hpres-timeline-aside__links a {
	color: var(--hk-accent-dark);
	font-weight: 700;
	text-decoration: none;
}

.hevkad-president-page .hpres-timeline-aside__links a:hover {
	text-decoration: underline;
}

.hevkad-president-page .hpres-timeline-aside__note {
	margin-top: auto;
	padding: 16px 18px;
	border-radius: 18px;
	background: var(--hk-accent-soft);
	color: var(--hk-muted);
	font-size: 15px;
	line-height: 1.55;
}

.hevkad-president-page .hpres-timeline-aside__note strong {
	color: var(--hk-text);
}

.hevkad-president-page .hpres-split__main {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-height: 100%;
}

.hevkad-president-page .hpres-photo {
	min-height: 100%;
	border-radius: 28px;
	background: var(--hk-accent-soft);
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
	overflow: hidden;
}

.hevkad-president-page .hpres-photo__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center top;
}

.hevkad-president-page .hpres-facts {
	display: grid;
	gap: 12px;
}

.hevkad-president-page .hpres-fact {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 18px;
	padding: 18px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
}

.hevkad-president-page .hpres-fact b {
	color: var(--hk-accent-dark);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hevkad-president-page .hpres-fact span {
	color: var(--hk-muted);
	font-size: 16px;
	line-height: 1.55;
}

.hevkad-president-page .hpres-timeline {
	display: grid;
	gap: 14px;
}

.hevkad-president-page .hpres-step {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 20px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
}

.hevkad-president-page .hpres-step b {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 16px;
	background: rgba(91, 122, 159, 0.1);
	color: var(--hk-accent-dark);
	font-weight: 700;
	font-size: 14px;
}

.hevkad-president-page .hpres-step h3 {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	color: var(--hk-text);
}

.hevkad-president-page .hpres-step p {
	margin: 0;
	color: var(--hk-muted);
	font-size: 16px;
	line-height: 1.6;
}

.hevkad-president-page .hpres-link-card {
	display: flex;
	min-height: 120px;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
	color: var(--hk-accent-dark);
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
}

.hevkad-president-page .hpres-faq {
	display: grid;
	gap: 12px;
}

.hevkad-president-page .hpres-faq details {
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
}

.hevkad-president-page .hpres-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 20px 22px;
	color: var(--hk-text);
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
}

.hevkad-president-page .hpres-faq summary::-webkit-details-marker {
	display: none;
}

.hevkad-president-page .hpres-faq details[open] summary {
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.hevkad-president-page .hpres-faq p {
	margin: 0;
	padding: 18px 22px 22px;
	color: var(--hk-muted);
	font-size: 16px;
	line-height: 1.66;
}

.hevkad-president-page .hpres-final {
	padding: 74px 0;
}

.hevkad-president-page .hpres-final__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 34px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow);
}

.hevkad-president-page .hpres-final h2 {
	margin: 0 0 10px;
	color: var(--hk-text);
	font-size: clamp(30px, 3.4vw, 44px);
	line-height: 1.12;
	letter-spacing: -0.035em;
	font-weight: 400;
}

.hevkad-president-page .hpres-final p {
	max-width: 880px;
	margin: 0;
	color: var(--hk-muted);
	font-size: 17px;
	line-height: 1.65;
}

@media (max-width: 1180px) {
	.hevkad-president-page {
		--hevkad-layout-max: 1340px;
		--hevkad-layout-pad: 15px;
	}
}

@media (max-width: 1080px) {
	.hevkad-president-page .hpres-grid-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.hevkad-president-page .hpres-hero__grid,
	.hevkad-president-page .hpres-split,
	.hevkad-president-page .hpres-final__box {
		grid-template-columns: 1fr;
	}

	.hevkad-president-page .hpres-grid-3 {
		grid-template-columns: 1fr 1fr;
	}

	.hevkad-president-page .hpres-section,
	.hevkad-president-page .hpres-final {
		padding: 54px 0;
	}

	.hevkad-president-page .hpres-photo__img {
		min-height: 300px;
	}
}

@media (max-width: 640px) {
	.hevkad-president-page .hpres-hero {
		padding: 34px 0 42px;
	}

	.hevkad-president-page .hpres-title {
		font-size: clamp(34px, 12vw, 46px);
	}

	.hevkad-president-page .hpres-lead,
	.hevkad-president-page .hpres-text,
	.hevkad-president-page .hpres-final p {
		font-size: 16px;
	}

	.hevkad-president-page .hpres-actions {
		display: grid;
	}

	.hevkad-president-page .hpres-btn {
		width: 100%;
	}

	.hevkad-president-page .hpres-grid-2,
	.hevkad-president-page .hpres-grid-3,
	.hevkad-president-page .hpres-grid-4 {
		grid-template-columns: 1fr;
	}

	.hevkad-president-page .hpres-card,
	.hevkad-president-page .hpres-profile-card,
	.hevkad-president-page .hpres-final__box {
		padding: 22px;
		border-radius: 22px;
	}

	.hevkad-president-page .hpres-photo {
		border-radius: 22px;
	}

	.hevkad-president-page .hpres-photo__img {
		min-height: 280px;
	}

	.hevkad-president-page .hpres-profile-top {
		align-items: flex-start;
	}

	.hevkad-president-page .hpres-avatar {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
		border-radius: 22px;
		font-size: 25px;
	}

	.hevkad-president-page .hpres-badge,
	.hevkad-president-page .hpres-fact {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.hevkad-president-page .hpres-link-card {
		min-height: 92px;
	}
}
