:root {
	--lpt-post-green: #17932a;
	--lpt-post-green-dark: #0d6720;
	--lpt-post-green-soft: #edf8ef;
	--lpt-post-blue: #4692e7;
	--lpt-post-coral: #f97150;
	--lpt-post-ink: #253128;
	--lpt-post-muted: #68746b;
	--lpt-post-line: #dce6de;
	--lpt-post-bg: #f5f8f5;
	--lpt-post-white: #fff;
	--lpt-post-shadow: 0 18px 48px rgba(21, 68, 31, 0.1);
	--lpt-post-radius: 22px;
}

.lpt-post-shell,
.lpt-post-shell * {
	box-sizing: border-box;
}

.lpt-post-shell {
	color: var(--lpt-post-ink);
	background: var(--lpt-post-bg);
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
}

.lpt-post-shell a {
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.lpt-post-shell a:focus-visible {
	outline: 3px solid rgba(70, 146, 231, 0.42);
	outline-offset: 3px;
}

.lpt-post-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.lpt-post-hero {
	position: relative;
	isolation: isolate;
	min-height: 530px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	background: linear-gradient(122deg, #0b5d1b, #17932a);
}

.lpt-post-hero.has-image {
	background-image: var(--lpt-post-hero-image);
	background-position: center;
	background-size: cover;
}

.lpt-post-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(4, 40, 12, 0.92) 0%, rgba(7, 67, 20, 0.8) 46%, rgba(7, 54, 16, 0.36) 100%),
		linear-gradient(0deg, rgba(5, 39, 12, 0.68) 0%, transparent 62%);
}

.lpt-post-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 38px;
	z-index: -1;
	background: var(--lpt-post-bg);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.lpt-post-hero__inner {
	padding: 78px 0 92px;
}

.lpt-post-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
}

.lpt-post-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.lpt-post-breadcrumb a:hover {
	text-decoration: underline;
}

.lpt-post-category {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	margin: 0 0 15px;
	padding: 5px 13px;
	border: 1px solid rgba(255, 255, 255, 0.33);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(7px);
}

.lpt-post-hero h1 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(39px, 5.5vw, 66px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.035em;
	color: #fff;
	text-wrap: balance;
}

.lpt-post-hero__lead {
	max-width: 830px;
	margin: 20px 0 0;
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
}

.lpt-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 24px;
	margin-top: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.lpt-post-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.lpt-post-subnav {
	position: relative;
	z-index: 5;
	margin-top: -20px;
}

.lpt-post-subnav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 18px;
	border: 1px solid rgba(220, 230, 222, 0.88);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 12px 34px rgba(13, 103, 32, 0.09);
}

.lpt-post-subnav a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 800;
	color: var(--lpt-post-green-dark);
	text-decoration: none;
}

.lpt-post-subnav a:hover {
	color: var(--lpt-post-green);
}

.lpt-post-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 38px;
	align-items: start;
	padding-top: 68px;
	padding-bottom: 52px;
}

.lpt-post-article {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--lpt-post-line);
	border-radius: var(--lpt-post-radius);
	background: #fff;
	box-shadow: var(--lpt-post-shadow);
}

.lpt-post-content {
	padding: clamp(30px, 5vw, 58px);
	font-size: 17px;
	line-height: 1.9;
	color: #4c5a50;
}

.lpt-post-content > :first-child,
.lpt-post-content .gdlr-core-pbf-element:first-child h1:first-child,
.lpt-post-content .gdlr-core-pbf-element:first-child h2:first-child,
.lpt-post-content .gdlr-core-pbf-element:first-child h3:first-child,
.lpt-post-content .gdlr-core-pbf-element:first-child h4:first-child {
	margin-top: 0;
}

.lpt-post-content p {
	margin: 0 0 22px;
	color: #536057;
}

.lpt-post-content h2,
.lpt-post-content h3,
.lpt-post-content h4 {
	margin: 42px 0 16px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.015em;
	color: var(--lpt-post-ink);
}

.lpt-post-content h2 {
	font-size: clamp(27px, 3.3vw, 36px);
}

.lpt-post-content h3 {
	font-size: clamp(23px, 2.7vw, 29px);
}

.lpt-post-content h4 {
	font-size: clamp(20px, 2.2vw, 24px);
}

.lpt-post-content ul,
.lpt-post-content ol {
	margin: 22px 0 28px;
	padding-left: 28px;
}

.lpt-post-content li {
	margin-bottom: 10px;
	padding-left: 4px;
}

.lpt-post-content a {
	font-weight: 700;
	color: var(--lpt-post-green-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	overflow-wrap: anywhere;
}

.lpt-post-content a:hover {
	color: var(--lpt-post-green);
}

.lpt-post-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 30px auto;
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(37, 49, 40, 0.11);
}

.lpt-post-content blockquote {
	margin: 30px 0;
	padding: 22px 25px;
	border-left: 4px solid var(--lpt-post-green);
	border-radius: 0 14px 14px 0;
	font-size: 19px;
	color: var(--lpt-post-ink);
	background: var(--lpt-post-green-soft);
}

.lpt-post-content iframe,
.lpt-post-content video,
.lpt-post-content embed {
	max-width: 100%;
	border-radius: 15px;
}

.lpt-post-content .gdlr-core-pbf-section,
.lpt-post-content .gdlr-core-pbf-wrapper {
	padding: 0 !important;
	background: transparent !important;
}

.lpt-post-content .gdlr-core-pbf-section-container,
.lpt-post-content .gdlr-core-pbf-wrapper-container,
.lpt-post-content .gdlr-core-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.lpt-post-content .gdlr-core-pbf-column,
.lpt-post-content .gdlr-core-column-10,
.lpt-post-content .gdlr-core-column-12,
.lpt-post-content .gdlr-core-column-15,
.lpt-post-content .gdlr-core-column-20,
.lpt-post-content .gdlr-core-column-24,
.lpt-post-content .gdlr-core-column-30,
.lpt-post-content .gdlr-core-column-36,
.lpt-post-content .gdlr-core-column-40,
.lpt-post-content .gdlr-core-column-45,
.lpt-post-content .gdlr-core-column-48,
.lpt-post-content .gdlr-core-column-50,
.lpt-post-content .gdlr-core-column-60 {
	float: none !important;
	width: 100% !important;
}

.lpt-post-content .gdlr-core-pbf-column-content-margin,
.lpt-post-content .gdlr-core-pbf-column-content,
.lpt-post-content .gdlr-core-pbf-element,
.lpt-post-content .gdlr-core-text-box-item,
.lpt-post-content .gdlr-core-text-box-item-content {
	min-height: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.lpt-post-content .gdlr-core-video-item,
.lpt-post-content .gdlr-core-fluid-video-wrapper {
	overflow: hidden;
	border-radius: 16px;
	background: #101510;
}

.lpt-post-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 22px clamp(30px, 5vw, 58px) 28px;
	border-top: 1px solid var(--lpt-post-line);
}

.lpt-post-tags > span {
	margin-right: 5px;
	font-size: 13px;
	font-weight: 800;
	color: var(--lpt-post-muted);
}

.lpt-post-tags a {
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: var(--lpt-post-green-dark);
	text-decoration: none;
	background: var(--lpt-post-green-soft);
}

.lpt-post-sidebar {
	position: sticky;
	top: 30px;
	display: grid;
	gap: 18px;
}

.lpt-post-side-card {
	padding: 24px;
	border: 1px solid var(--lpt-post-line);
	border-radius: 18px;
	background: #fff;
}

.lpt-post-side-card--cta {
	color: #fff;
	border: 0;
	background: linear-gradient(145deg, var(--lpt-post-green-dark), var(--lpt-post-green));
	box-shadow: var(--lpt-post-shadow);
}

.lpt-post-side-card__icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 13px;
	font-size: 20px;
	color: var(--lpt-post-green-dark);
	background: #fff;
}

.lpt-post-side-card__eyebrow {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--lpt-post-green-dark);
}

.lpt-post-side-card--cta .lpt-post-side-card__eyebrow {
	color: #bfeac6;
}

.lpt-post-side-card h2 {
	margin: 0 0 11px;
	font-size: 25px;
	line-height: 1.35;
	color: var(--lpt-post-ink);
}

.lpt-post-side-card--cta h2 {
	color: #fff;
}

.lpt-post-side-card p:not(.lpt-post-side-card__eyebrow) {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--lpt-post-muted);
}

.lpt-post-side-card--cta p:not(.lpt-post-side-card__eyebrow) {
	color: rgba(255, 255, 255, 0.82);
}

.lpt-post-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 9px;
	padding: 10px 14px;
	border: 1px solid #fff;
	border-radius: 10px;
	font-weight: 800;
	color: var(--lpt-post-green-dark);
	text-decoration: none;
	background: #fff;
}

.lpt-post-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.13);
}

.lpt-post-button--ghost {
	color: #fff;
	background: transparent;
}

.lpt-post-side-card--cta .lpt-post-button--ghost {
	color: #fff !important;
}

.lpt-post-share {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 14px;
}

.lpt-post-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 9px 8px;
	border: 1px solid var(--lpt-post-line);
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	color: var(--lpt-post-ink);
	text-decoration: none;
	background: #fff;
}

.lpt-post-share a:hover {
	color: var(--lpt-post-green-dark);
	border-color: #a7cfaf;
	background: var(--lpt-post-green-soft);
}

.lpt-post-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding-bottom: 72px;
}

.lpt-post-navigation__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 120px;
	padding: 24px;
	border: 1px solid var(--lpt-post-line);
	border-radius: 17px;
	color: var(--lpt-post-ink);
	text-decoration: none;
	background: #fff;
}

.lpt-post-navigation__item:hover {
	border-color: #a7cfaf;
	transform: translateY(-3px);
	box-shadow: var(--lpt-post-shadow);
}

.lpt-post-navigation__item small {
	font-weight: 800;
	color: var(--lpt-post-green-dark);
}

.lpt-post-navigation__item strong {
	font-size: 17px;
	line-height: 1.5;
}

.lpt-post-navigation__item--next {
	align-items: flex-end;
	text-align: right;
}

.lpt-post-related {
	padding: 72px 0 95px;
	border-top: 1px solid var(--lpt-post-line);
	background: #fff;
}

.lpt-post-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 30px;
}

.lpt-post-section-heading p {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--lpt-post-green-dark);
}

.lpt-post-section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.35;
	color: var(--lpt-post-ink);
}

.lpt-post-section-heading > a,
.lpt-post-read-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 800;
	color: var(--lpt-post-green-dark);
	text-decoration: none;
}

.lpt-post-section-heading > a:hover,
.lpt-post-read-link:hover {
	color: var(--lpt-post-green);
	transform: translateX(2px);
}

.lpt-post-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.lpt-post-related-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--lpt-post-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(37, 49, 40, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.lpt-post-related-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--lpt-post-shadow);
}

.lpt-post-related-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--lpt-post-green-soft);
}

.lpt-post-related-card__image img,
.lpt-post-related-card__image > span {
	display: block;
	width: 100%;
	height: 100%;
}

.lpt-post-related-card__image img {
	object-fit: cover;
	transition: transform 350ms ease;
}

.lpt-post-related-card__image > span {
	display: grid;
	place-items: center;
	font-size: 36px;
	color: var(--lpt-post-green);
}

.lpt-post-related-card:hover img {
	transform: scale(1.035);
}

.lpt-post-related-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px;
}

.lpt-post-related-card time {
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 700;
	color: var(--lpt-post-green-dark);
}

.lpt-post-related-card h3 {
	margin: 0 0 17px;
	font-size: 20px;
	line-height: 1.5;
}

.lpt-post-related-card h3 a {
	color: var(--lpt-post-ink);
	text-decoration: none;
}

.lpt-post-related-card h3 a:hover {
	color: var(--lpt-post-green);
}

.lpt-post-read-link {
	margin-top: auto;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.lpt-post-main {
		grid-template-columns: minmax(0, 1fr) 270px;
		gap: 25px;
	}

	.lpt-post-content {
		padding: 38px 34px;
	}

	.lpt-post-side-card {
		padding: 21px;
	}
}

@media (max-width: 820px) {
	.lpt-post-main {
		grid-template-columns: 1fr;
	}

	.lpt-post-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lpt-post-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.lpt-post-shell {
		font-size: 15px;
	}

	.lpt-post-container {
		width: min(100% - 28px, 1180px);
	}

	.lpt-post-hero {
		min-height: 500px;
	}

	.lpt-post-hero__overlay {
		background: linear-gradient(0deg, rgba(5, 44, 14, 0.96) 0%, rgba(7, 64, 18, 0.82) 65%, rgba(8, 67, 19, 0.5) 100%);
	}

	.lpt-post-hero__inner {
		padding: 58px 0 82px;
	}

	.lpt-post-breadcrumb {
		margin-bottom: 28px;
	}

	.lpt-post-hero h1 {
		font-size: clamp(34px, 10vw, 45px);
	}

	.lpt-post-hero__lead {
		font-size: 16px;
		line-height: 1.7;
	}

	.lpt-post-meta {
		flex-direction: column;
		gap: 6px;
	}

	.lpt-post-subnav__inner {
		padding: 12px 14px;
	}

	.lpt-post-subnav a {
		font-size: 12px;
	}

	.lpt-post-main {
		gap: 22px;
		padding-top: 47px;
	}

	.lpt-post-content {
		padding: 28px 20px;
		font-size: 16px;
		line-height: 1.85;
	}

	.lpt-post-content h2,
	.lpt-post-content h3,
	.lpt-post-content h4 {
		margin-top: 34px;
	}

	.lpt-post-tags {
		padding: 20px;
	}

	.lpt-post-sidebar,
	.lpt-post-navigation,
	.lpt-post-related-grid {
		grid-template-columns: 1fr;
	}

	.lpt-post-navigation {
		padding-bottom: 54px;
	}

	.lpt-post-navigation__item--next {
		align-items: flex-start;
		text-align: left;
	}

	.lpt-post-related {
		padding: 54px 0 72px;
	}

	.lpt-post-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lpt-post-shell *,
	.lpt-post-shell *::before,
	.lpt-post-shell *::after {
		transition-duration: 0.01ms !important;
	}
}
