.news-modern {
	background: #f6f7fb;
	color: #111827;
}

.news-hero {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	background: #0f172a;
}

.news-hero img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
	opacity: .55;
}

.news-hero__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
}

.news-hero__content {
	max-width: 760px;
	color: #fff;
}

.news-hero__kicker {
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .85;
	margin-bottom: 14px;
}

.news-hero__content h1 {
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
}

.news-hero__lead {
	margin-top: 14px;
	font-size: 16px;
	opacity: .92;
}

.news-section {
	padding: 56px 0 72px;
}

.news-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	margin-bottom: 26px;
}

.news-section__head h2 {
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.2;
	margin: 0;
}

.news-section__head p {
	margin: 0;
	color: #6b7280;
	max-width: 520px;
}

.news-card {
	height: 100%;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
	border-color: #d1d5db;
}

.news-card__image {
	aspect-ratio: 16 / 10;
	background: #e5e7eb;
}

.news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.news-card__body {
	padding: 18px;
}

.news-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 12px;
	color: #6b7280;
	margin-bottom: 10px;
}

.news-card__title {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	margin: 0 0 12px;
	color: #111827;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card__more {
	font-size: 13px;
	font-weight: 600;
	color: #0f172a;
}

.news-grid a {
	text-decoration: none;
}

.news-modern .pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.news-modern .pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	margin: 0 4px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	color: #111827;
	background: #fff;
}

.news-modern .pagination .page-numbers.current {
	background: #111827;
	color: #fff;
	border-color: #111827;
}
