.hevkad-news-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);
	--hnews-max: 1440px;
	--hnews-pad: 32px;
	background: #fff;
	color: var(--hk-text);
}

.hevkad-news-page .hnews-container {
	width: min(100%, var(--hnews-max));
	margin: 0 auto;
	padding: 0 var(--hnews-pad);
}

.hevkad-news-page .hnews-breadcrumbs {
	padding: 22px 0 0;
	color: var(--hk-muted);
	font-size: 14px;
}

.hevkad-news-page .hnews-breadcrumbs a {
	color: var(--hk-accent-dark);
	font-weight: 700;
}

.hevkad-news-page .hnews-front {
	padding: 38px 0 42px;
	border-bottom: 1px solid var(--hk-border);
}

.hevkad-news-page .hnews-front__paper {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
	gap: 26px;
	align-items: stretch;
}

.hevkad-news-page .hnews-front__main {
	min-height: 430px;
	padding: 40px;
	border-radius: 34px;
	background: linear-gradient(135deg, #fff 0%, #fff 50%, var(--hk-accent-soft) 100%);
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow);
	position: relative;
	overflow: hidden;
	display: grid;
	align-content: center;
}

.hevkad-news-page .hnews-front__main::after {
	content: "";
	position: absolute;
	right: -90px;
	top: -110px;
	width: 280px;
	height: 280px;
	border-radius: 999px;
	background: rgba(91, 122, 159, 0.1);
}

.hevkad-news-page .hnews-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-news-page .hnews-title {
	max-width: 1050px;
	margin: 0;
	color: var(--hk-text);
	font-size: clamp(42px, 6vw, 78px);
	line-height: 0.98;
	letter-spacing: -0.055em;
	font-weight: 400;
	position: relative;
	z-index: 1;
}

.hevkad-news-page .hnews-lead {
	max-width: 860px;
	margin: 22px 0 0;
	color: var(--hk-muted);
	font-size: 19px;
	line-height: 1.75;
	position: relative;
	z-index: 1;
}

.hevkad-news-page .hnews-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.hevkad-news-page .hnews-final .hnews-actions {
	margin-top: 0;
}

.hevkad-news-page .hnews-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-news-page .hnews-btn--primary {
	background: var(--hk-accent);
	color: #fff !important;
	box-shadow: 0 16px 34px rgba(91, 122, 159, 0.22);
}

.hevkad-news-page .hnews-btn--secondary {
	background: #fff;
	color: var(--hk-accent-dark) !important;
	border-color: var(--hk-border);
}

.hevkad-news-page .hnews-front__side {
	display: grid;
	gap: 16px;
}

.hevkad-news-page .hnews-feature {
	display: grid;
	align-content: space-between;
	min-height: 300px;
	padding: 28px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow);
}

.hevkad-news-page .hnews-feature small {
	width: fit-content;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--hk-accent-soft);
	color: var(--hk-accent-dark);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hevkad-news-page .hnews-feature h2 {
	margin: 20px 0 10px;
	font-size: 28px;
	line-height: 1.12;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.hevkad-news-page .hnews-feature p {
	margin: 0;
	color: var(--hk-muted);
	font-size: 15.5px;
	line-height: 1.62;
}

.hevkad-news-page .hnews-feature a {
	width: fit-content;
	margin-top: 18px;
	color: var(--hk-accent-dark);
	font-weight: 900;
}

.hevkad-news-page .hnews-mini-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.hevkad-news-page .hnews-mini {
	padding: 20px;
	border-radius: 24px;
	background: var(--hk-accent-soft);
	border: 1px solid var(--hk-border);
}

.hevkad-news-page .hnews-mini strong {
	display: block;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 400;
	color: var(--hk-text);
}

.hevkad-news-page .hnews-mini span {
	display: block;
	margin-top: 8px;
	color: var(--hk-muted);
	font-size: 14px;
	line-height: 1.45;
}

.hevkad-news-page .hnews-front__paper > div {
	min-width: 0;
}

.hevkad-news-page .hnews-topic-rail {
	margin-top: 18px;
	display: flex;
	gap: 10px;
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
}

.hevkad-news-page .hnews-topic-rail a {
	flex: 0 0 auto;
	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;
	box-shadow: var(--hk-shadow-soft);
	text-decoration: none;
}

.hevkad-news-page .hnews-section {
	padding: 72px 0;
	border-bottom: 1px solid var(--hk-border);
}

.hevkad-news-page .hnews-section__head {
	max-width: 980px;
	margin-bottom: 30px;
}

.hevkad-news-page .hnews-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-news-page .hnews-text {
	margin: 16px 0 0;
	color: var(--hk-muted);
	font-size: 17px;
	line-height: 1.75;
}

.hevkad-news-page .hnews-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 24px;
	padding: 18px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
}

.hevkad-news-page .hnews-search {
	height: 54px;
	border-radius: 16px;
	border: 1px solid var(--hk-border);
	background: var(--hk-accent-soft);
	padding: 0 18px;
	color: var(--hk-text);
	font-size: 16px;
	outline: none;
	width: 100%;
}

.hevkad-news-page .hnews-filter {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.hevkad-news-page .hnews-filter button {
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid var(--hk-border);
	background: #fff;
	color: var(--hk-accent-dark);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.hevkad-news-page .hnews-filter button.is-active {
	background: var(--hk-accent);
	border-color: var(--hk-accent);
	color: #fff;
}

.hevkad-news-page .hnews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.hevkad-news-page .hnews-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow);
	min-height: 100%;
}

.hevkad-news-page .hnews-card__visual {
	min-height: 150px;
	padding: 22px;
	background: linear-gradient(135deg, rgba(91, 122, 159, 0.18), rgba(244, 247, 250, 0.96));
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.hevkad-news-page .hnews-card__visual--image {
	padding: 0;
	background: #e8edf3;
}

.hevkad-news-page .hnews-card__visual--image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hevkad-news-page .hnews-card__visual--image .hnews-card__visual-tag {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1;
}

.hevkad-news-page .hnews-card__visual span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	background: #fff;
	color: var(--hk-accent-dark);
	font-size: 18px;
	font-weight: 900;
	box-shadow: var(--hk-shadow-soft);
	flex: 0 0 auto;
}

.hevkad-news-page .hnews-card__visual small,
.hevkad-news-page .hnews-card__visual-tag {
	height: fit-content;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	color: var(--hk-accent-dark);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hevkad-news-page .hnews-card__body {
	display: grid;
	align-content: start;
	padding: 24px;
}

.hevkad-news-page .hnews-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 12px;
	color: var(--hk-muted);
	font-size: 13px;
	font-weight: 800;
}

.hevkad-news-page .hnews-card__meta span {
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--hk-accent-soft);
	color: var(--hk-accent-dark);
}

.hevkad-news-page .hnews-card h3 {
	margin: 0;
	color: var(--hk-text);
	font-size: 22px;
	line-height: 1.22;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.hevkad-news-page .hnews-card h3 a {
	color: inherit;
	text-decoration: none;
}

.hevkad-news-page .hnews-card p {
	margin: 14px 0 0;
	color: var(--hk-muted);
	font-size: 15.5px;
	line-height: 1.65;
}

.hevkad-news-page .hnews-more {
	width: fit-content;
	margin-top: 18px;
	color: var(--hk-accent-dark);
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.hevkad-news-page .hnews-band {
	padding: 28px;
	border-radius: 32px;
	background: var(--hk-accent-soft);
	border: 1px solid var(--hk-border);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}

.hevkad-news-page .hnews-band article {
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
}

.hevkad-news-page .hnews-band h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.hevkad-news-page .hnews-band p {
	margin: 0;
	color: var(--hk-muted);
	font-size: 15.5px;
	line-height: 1.6;
}

.hevkad-news-page .hnews-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
	gap: 28px;
	align-items: start;
}

.hevkad-news-page .hnews-card-simple {
	padding: 30px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow);
}

.hevkad-news-page .hnews-card-simple h3 {
	margin: 0 0 14px;
	color: var(--hk-text);
	font-size: 22px;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: -0.015em;
}

.hevkad-news-page .hnews-card-simple p {
	margin: 0;
	color: var(--hk-muted);
	font-size: 16.5px;
	line-height: 1.65;
}

.hevkad-news-page .hnews-link-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.hevkad-news-page .hnews-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-news-page .hnews-faq {
	display: grid;
	gap: 12px;
}

.hevkad-news-page .hnews-faq details {
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--hk-border);
	box-shadow: var(--hk-shadow-soft);
}

.hevkad-news-page .hnews-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-news-page .hnews-faq summary::-webkit-details-marker {
	display: none;
}

.hevkad-news-page .hnews-faq details[open] summary {
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.hevkad-news-page .hnews-faq p {
	margin: 0;
	padding: 18px 22px 22px;
	color: var(--hk-muted);
	font-size: 16px;
	line-height: 1.66;
}

.hevkad-news-page .hnews-final {
	padding: 72px 0;
}

.hevkad-news-page .hnews-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-news-page .hnews-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-news-page .hnews-final p {
	max-width: 880px;
	margin: 0;
	color: var(--hk-muted);
	font-size: 17px;
	line-height: 1.65;
}

.hevkad-news-page .hnews-empty {
	padding: 28px;
	border-radius: 24px;
	background: var(--hk-accent-soft);
	border: 1px solid var(--hk-border);
	color: var(--hk-muted);
}

@media (max-width: 1180px) {
	.hevkad-news-page {
		--hnews-max: 1340px;
		--hnews-pad: 15px;
	}
}

@media (max-width: 1100px) {
	.hevkad-news-page .hnews-front__paper,
	.hevkad-news-page .hnews-split {
		grid-template-columns: 1fr;
	}

	.hevkad-news-page .hnews-grid,
	.hevkad-news-page .hnews-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hevkad-news-page .hnews-link-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.hevkad-news-page .hnews-toolbar,
	.hevkad-news-page .hnews-final__box {
		grid-template-columns: 1fr;
	}

	.hevkad-news-page .hnews-filter {
		justify-content: flex-start;
	}

	.hevkad-news-page .hnews-section,
	.hevkad-news-page .hnews-final {
		padding: 54px 0;
	}
}

@media (max-width: 640px) {
	.hevkad-news-page .hnews-front {
		padding: 28px 0 36px;
	}

	.hevkad-news-page .hnews-front__main {
		min-height: 0;
		padding: 26px;
		border-radius: 26px;
	}

	.hevkad-news-page .hnews-title {
		font-size: clamp(36px, 12vw, 48px);
	}

	.hevkad-news-page .hnews-lead,
	.hevkad-news-page .hnews-text,
	.hevkad-news-page .hnews-final p {
		font-size: 16px;
	}

	.hevkad-news-page .hnews-actions {
		display: grid;
	}

	.hevkad-news-page .hnews-btn {
		width: 100%;
	}

	.hevkad-news-page .hnews-grid,
	.hevkad-news-page .hnews-band,
	.hevkad-news-page .hnews-link-grid,
	.hevkad-news-page .hnews-mini-grid {
		grid-template-columns: 1fr;
	}

	.hevkad-news-page .hnews-card-simple,
	.hevkad-news-page .hnews-final__box {
		padding: 22px;
		border-radius: 22px;
	}

	.hevkad-news-page .hnews-card__visual {
		min-height: 120px;
	}

	.hevkad-news-page .hnews-card__visual--image img {
		height: 120px;
	}

	.hevkad-news-page .hnews-link-card {
		min-height: 92px;
	}
}
