.gj-article-page {
	background: #f5f8f7;
	padding: 72px 20px;
}

.gj-article {
	max-width: 900px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid rgba(7, 59, 50, 0.12);
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(7, 59, 50, 0.08);
	overflow: hidden;
}

.gj-article__header,
.gj-article__content,
.gj-article-toc,
.gj-article-cta,
.gj-related-services,
.gj-post-nav {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.gj-article__header {
	padding: 64px 28px 28px;
}

.gj-article__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.gj-article__categories a,
.gj-related-services a {
	color: #073b32;
	text-decoration: none;
}

.gj-article__categories a {
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef7f4;
	font-size: 13px;
	font-weight: 700;
}

.gj-article__title {
	margin: 0;
	color: #073b32;
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.gj-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 18px;
	color: #5f706b;
	font-size: 14px;
}

.gj-article__featured {
	margin: 0;
	background: #eef2f1;
}

.gj-article__featured img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
}

.gj-article-toc {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 22px 24px;
	border: 1px solid rgba(7, 59, 50, 0.12);
	border-radius: 14px;
	background: #f8fbfa;
}

.gj-article-toc strong {
	display: block;
	margin-bottom: 10px;
	color: #073b32;
}

.gj-article-toc ol {
	margin: 0;
	padding-left: 20px;
}

.gj-article-toc a {
	color: #0b473d;
	text-decoration: none;
}

.gj-article__content {
	padding: 34px 28px 20px;
	color: #22332f;
	font-size: 18px;
	line-height: 1.75;
}

.gj-article__content h2,
.gj-article__content h3 {
	color: #073b32;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.gj-article__content h2 {
	margin-top: 42px;
	font-size: 30px;
}

.gj-article__content h3 {
	margin-top: 30px;
	font-size: 23px;
}

.gj-article__content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.gj-article__content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.gj-article__content th,
.gj-article__content td {
	border: 1px solid rgba(7, 59, 50, 0.14);
	padding: 10px 12px;
}

.gj-article__content blockquote {
	margin: 28px 0;
	padding: 18px 22px;
	border-left: 4px solid #f97316;
	background: #f8fbfa;
	color: #33413d;
}

.gj-article__content pre {
	overflow-x: auto;
	padding: 18px;
	border-radius: 12px;
	background: #072a25;
	color: #ffffff;
}

.gj-article-cta {
	margin-top: 34px;
	margin-bottom: 28px;
	padding: 34px 28px;
	border-radius: 18px;
	background: #073b32;
	color: #ffffff;
}

.gj-article-cta h2 {
	margin-top: 0;
	color: #ffffff;
}

.gj-article-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.gj-related-services {
	padding: 18px 28px 34px;
}

.gj-related-services ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	list-style: none;
}

.gj-related-services li {
	padding: 12px 14px;
	border: 1px solid rgba(7, 59, 50, 0.12);
	border-radius: 12px;
	background: #f8fbfa;
	font-weight: 700;
}

.gj-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 20px 28px 54px;
}

.gj-post-nav a {
	display: block;
	padding: 14px 16px;
	border-radius: 12px;
	background: #eef7f4;
	color: #073b32;
	text-decoration: none;
	font-weight: 700;
}

@media (max-width: 720px) {
	.gj-article-page {
		padding: 36px 12px;
	}

	.gj-article__header {
		padding-top: 42px;
	}

	.gj-article__content {
		font-size: 17px;
	}

	.gj-related-services ul,
	.gj-post-nav {
		grid-template-columns: 1fr;
	}
}
