:root {
	--hg-neon: #7cff00;
	--hg-neon-soft: #b8ff76;
	--hg-black: #050706;
	--hg-panel: #09100c;
	--hg-panel-2: #101711;
	--hg-line: #243429;
	--hg-text: #f5fff7;
	--hg-muted: #9ca99f;
}

body.hg-blog {
	background: #020604 !important;
	color: var(--hg-text);
}

.hg-blog a {
	color: inherit;
	text-decoration: none;
}

.hg-blog-index {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 0%, rgba(124, 255, 0, .13), transparent 32rem),
		linear-gradient(180deg, #041008 0%, #020604 42rem, #020604 100%);
}

.hg-blog-hero {
	position: relative;
	padding: clamp(74px, 8vw, 118px) 20px clamp(48px, 6vw, 86px);
	border-bottom: 1px solid rgba(124, 255, 0, .14);
	background:
		linear-gradient(rgba(124, 255, 0, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(124, 255, 0, .035) 1px, transparent 1px);
	background-size: 42px 42px;
}

.hg-blog-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 16% 26%, rgba(124, 255, 0, .15), transparent 18rem),
		linear-gradient(90deg, rgba(2, 6, 4, .1), rgba(2, 6, 4, .86));
}

.hg-blog-hero:after {
	content: "";
	position: absolute;
	right: 7vw;
	top: 50%;
	width: clamp(170px, 24vw, 360px);
	height: clamp(170px, 24vw, 360px);
	border: 1px solid rgba(124, 255, 0, .12);
	border-radius: 50%;
	transform: translateY(-50%);
	box-shadow:
		0 0 0 44px rgba(124, 255, 0, .018),
		0 0 80px rgba(124, 255, 0, .08);
	pointer-events: none;
}

.hg-blog-hero__inner,
.hg-blog-shell {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.hg-blog-hero__inner {
	max-width: 880px;
	margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.hg-blog-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--hg-neon);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.hg-blog-eyebrow:before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--hg-neon);
	box-shadow: 0 0 16px rgba(124, 255, 0, .8);
}

.hg-blog-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5.5vw, 76px);
	font-weight: 950;
	letter-spacing: -.06em;
	line-height: .94;
}

.hg-blog-hero p {
	max-width: 680px;
	margin: 22px 0 0;
	color: #bdc9c0;
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.75;
}

.hg-blog-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.hg-blog-hero__trust span {
	padding: 9px 13px;
	border: 1px solid rgba(124, 255, 0, .22);
	border-radius: 999px;
	background: rgba(7, 15, 10, .82);
	color: #d5e3d9;
	font-size: 12px;
	font-weight: 800;
	box-shadow: inset 0 0 18px rgba(124, 255, 0, .03);
}

.hg-blog-shell {
	padding: clamp(42px, 6vw, 82px) 0 clamp(70px, 8vw, 120px);
}

.hg-blog-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
	gap: 28px;
	align-items: end;
	margin-bottom: 28px;
	padding: 24px;
	border: 1px solid rgba(124, 255, 0, .16);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(124, 255, 0, .08), transparent 45%),
		rgba(8, 14, 10, .78);
	box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
}

.hg-blog-section-head h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 3.2vw, 48px);
	font-weight: 950;
	letter-spacing: -.045em;
	line-height: 1.02;
}

.hg-blog-section-head p {
	margin: 0;
	color: var(--hg-muted);
	font-size: 14px;
	line-height: 1.7;
}

.hg-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.hg-blog-card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(124, 255, 0, .15);
	border-radius: 18px;
	background:
		linear-gradient(160deg, rgba(124, 255, 0, .055), transparent 34%),
		var(--hg-panel);
	box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hg-blog-card:hover {
	transform: translateY(-6px);
	border-color: rgba(124, 255, 0, .5);
	box-shadow: 0 30px 92px rgba(0, 0, 0, .34), 0 0 34px rgba(124, 255, 0, .1);
}

.hg-blog-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #0d130f;
}

.hg-blog-card__media:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .58));
	pointer-events: none;
}

.hg-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform .35s ease, filter .35s ease;
}

.hg-blog-card:hover .hg-blog-card__media img {
	transform: scale(1.055);
	filter: saturate(1.12) contrast(1.08);
}

.hg-blog-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		radial-gradient(circle, rgba(124, 255, 0, .2), transparent 34%),
		linear-gradient(135deg, #07100a, #101912);
}

.hg-blog-card__placeholder span {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 1px solid rgba(124, 255, 0, .38);
	border-radius: 18px;
	color: var(--hg-neon);
	font-weight: 950;
	letter-spacing: -.08em;
	box-shadow: 0 0 35px rgba(124, 255, 0, .1);
}

.hg-blog-card__category {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 1;
	max-width: calc(100% - 28px);
	overflow: hidden;
	padding: 7px 10px;
	border: 1px solid rgba(124, 255, 0, .36);
	border-radius: 999px;
	background: rgba(5, 9, 7, .85);
	color: var(--hg-neon-soft);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	backdrop-filter: blur(10px);
}

.hg-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.hg-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 13px;
	color: #91a096;
	font-size: 11px;
	font-weight: 800;
}

.hg-blog-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.hg-blog-card__meta span + span:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--hg-neon);
	box-shadow: 0 0 12px rgba(124, 255, 0, .9);
}

.hg-blog-card h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(18px, 1.55vw, 23px);
	font-weight: 950;
	letter-spacing: -.035em;
	line-height: 1.14;
}

.hg-blog-card h3 a:hover {
	color: var(--hg-neon-soft);
}

.hg-blog-card p {
	margin: 12px 0 18px;
	color: #aab7ae;
	font-size: 13px;
	line-height: 1.7;
}

.hg-blog-card__cta {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding: 10px 13px;
	border: 1px solid rgba(124, 255, 0, .32);
	border-radius: 999px;
	background: #071008;
	color: var(--hg-neon-soft) !important;
	font-size: 12px;
	font-weight: 900;
	transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.hg-blog-card__cta:hover {
	border-color: var(--hg-neon);
	background: var(--hg-neon);
	color: #071006 !important;
	transform: translateX(2px);
}

.hg-blog-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 38px;
}

.hg-blog-pagination .page-numbers {
	display: inline-grid;
	min-width: 42px;
	height: 42px;
	padding: 0 13px;
	place-items: center;
	border: 1px solid rgba(124, 255, 0, .2);
	border-radius: 12px;
	background: #09100c;
	color: #c4d0c8;
	font-weight: 900;
}

.hg-blog-pagination .page-numbers.current,
.hg-blog-pagination .page-numbers:hover {
	border-color: var(--hg-neon);
	background: var(--hg-neon);
	color: #071006;
}

.hg-blog-empty {
	padding: 42px;
	border: 1px solid rgba(124, 255, 0, .18);
	border-radius: 18px;
	background: #09100c;
	text-align: center;
}

.hg-blog-empty h2 {
	margin: 0 0 8px;
	color: #fff;
}

.hg-blog-empty p {
	margin: 0;
	color: var(--hg-muted);
}

@media (max-width: 1180px) {
	.hg-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.hg-blog-hero__inner,
	.hg-blog-shell {
		width: min(100% - 28px, 720px);
		margin-left: auto;
		margin-right: auto;
	}

	.hg-blog-section-head {
		grid-template-columns: 1fr;
		align-items: start;
	}
}

@media (max-width: 680px) {
	.hg-blog-hero {
		padding: 54px 14px 42px;
	}

	.hg-blog-hero:after {
		opacity: .4;
		right: -80px;
	}

	.hg-blog-hero h1 {
		font-size: clamp(34px, 12vw, 50px);
	}

	.hg-blog-hero__trust span {
		font-size: 11px;
	}

	.hg-blog-shell {
		padding-top: 30px;
	}

	.hg-blog-section-head {
		padding: 18px;
		border-radius: 14px;
	}

	.hg-blog-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hg-blog-card {
		border-radius: 15px;
	}

	.hg-blog-card__body {
		padding: 17px;
	}

	.hg-blog-card__media {
		aspect-ratio: 16 / 9;
	}
}

