:root {
	--lpt-green: #17932a;
	--lpt-green-dark: #0d6720;
	--lpt-green-soft: #edf8ef;
	--lpt-blue: #4692e7;
	--lpt-coral: #f97150;
	--lpt-ink: #253128;
	--lpt-muted: #66736a;
	--lpt-line: #dce6de;
	--lpt-surface: #ffffff;
	--lpt-bg: #f6f9f6;
	--lpt-shadow: 0 16px 44px rgba(21, 68, 31, 0.09);
	--lpt-radius: 22px;
}

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

.lpt-managed-help-page .traveltour-page-title-wrap {
	display: none;
}

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

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

.lpt-help-shell a:focus-visible,
.lpt-help-shell button:focus-visible,
.lpt-help-shell input:focus-visible,
.lpt-help-shell select:focus-visible,
.lpt-help-shell textarea:focus-visible {
	outline: 3px solid rgba(70, 146, 231, 0.4);
	outline-offset: 3px;
}

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

.lpt-help-hero {
	position: relative;
	isolation: isolate;
	min-height: 360px;
	display: flex;
	align-items: center;
	color: #fff;
	background:
		linear-gradient(118deg, rgba(7, 82, 23, 0.98), rgba(23, 147, 42, 0.91)),
		radial-gradient(circle at top right, #4692e7, transparent 58%);
}

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

.lpt-help-hero__inner {
	position: relative;
	z-index: 2;
	padding: 70px 0 92px;
}

.lpt-help-hero__orb {
	position: absolute;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.07);
	z-index: 0;
}

.lpt-help-hero__orb--one {
	width: 360px;
	height: 360px;
	right: 7%;
	top: -160px;
}

.lpt-help-hero__orb--two {
	width: 190px;
	height: 190px;
	right: 22%;
	bottom: -110px;
}

.lpt-help-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

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

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

.lpt-help-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #c8f3cf;
}

.lpt-help-eyebrow--dark {
	color: var(--lpt-green-dark);
}

.lpt-help-hero h1 {
	max-width: 850px;
	margin: 0;
	font-size: clamp(40px, 6vw, 68px);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.lpt-help-hero__lead {
	max-width: 780px;
	margin: 22px 0 0;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
}

.lpt-help-section-nav {
	position: relative;
	z-index: 10;
	margin-top: -26px;
}

.lpt-help-section-nav__inner {
	display: flex;
	gap: 5px;
	overflow-x: auto;
	padding: 8px;
	border: 1px solid rgba(220, 230, 222, 0.86);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 34px rgba(13, 103, 32, 0.09);
	scrollbar-width: thin;
}

.lpt-help-section-nav a {
	flex: 0 0 auto;
	padding: 11px 17px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #566259;
	text-decoration: none;
	white-space: nowrap;
}

.lpt-help-section-nav a:hover {
	color: var(--lpt-green-dark);
	background: var(--lpt-green-soft);
}

.lpt-help-section-nav a.is-current {
	color: #fff;
	background: var(--lpt-green);
	box-shadow: 0 7px 18px rgba(23, 147, 42, 0.24);
}

.lpt-help-main {
	padding-top: 70px;
	padding-bottom: 100px;
}

.lpt-help-card {
	border: 1px solid var(--lpt-line);
	border-radius: var(--lpt-radius);
	background: var(--lpt-surface);
	box-shadow: var(--lpt-shadow);
}

.lpt-help-article-layout {
	display: grid;
	grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
	gap: 38px;
	align-items: start;
}

.lpt-help-toc {
	position: sticky;
	top: 30px;
	display: grid;
	gap: 2px;
	padding: 22px;
	border: 1px solid var(--lpt-line);
	border-radius: 18px;
	background: #fff;
}

.lpt-help-toc__title {
	margin: 0 0 10px;
	font-weight: 800;
	color: var(--lpt-ink);
}

.lpt-help-toc a {
	padding: 8px 11px;
	border-left: 2px solid transparent;
	font-size: 14px;
	line-height: 1.45;
	color: var(--lpt-muted);
	text-decoration: none;
}

.lpt-help-toc a:hover {
	border-color: var(--lpt-green);
	color: var(--lpt-green-dark);
	background: var(--lpt-green-soft);
}

.lpt-help-prose {
	padding: clamp(28px, 5vw, 58px);
}

.lpt-help-prose section {
	position: relative;
	padding-top: 8px;
	scroll-margin-top: 28px;
}

.lpt-help-prose section + section {
	margin-top: 46px;
	padding-top: 48px;
	border-top: 1px solid var(--lpt-line);
}

.lpt-help-prose h2,
.lpt-help-section-heading h2,
.lpt-form-layout h2,
.lpt-help-empty h2,
.lpt-help-cta h2,
.lpt-agent-intro h2,
.lpt-about-story h2,
.lpt-about-values h2,
.lpt-social-section h2 {
	margin: 0 0 16px;
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: var(--lpt-ink);
}

.lpt-help-prose p,
.lpt-agent-intro p,
.lpt-about-story p,
.lpt-about-services p,
.lpt-form-layout p {
	margin: 0 0 18px;
	color: var(--lpt-muted);
}

.lpt-help-prose a,
.lpt-form-layout a {
	color: var(--lpt-green-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.lpt-help-section-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 28px;
	margin-bottom: 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	color: var(--lpt-green-dark);
	background: var(--lpt-green-soft);
}

.lpt-help-note {
	display: grid;
	gap: 4px;
	margin: 22px 0 34px;
	padding: 18px 20px;
	border-left: 4px solid var(--lpt-green);
	border-radius: 0 14px 14px 0;
	color: var(--lpt-muted);
	background: #f3faf4;
}

.lpt-help-note strong {
	color: var(--lpt-ink);
}

.lpt-help-note--soft {
	border-left-color: var(--lpt-blue);
	background: #f0f6fd;
}

.lpt-help-note--warning {
	border-left-color: var(--lpt-coral);
	background: #fff4f0;
}

.lpt-help-check-list {
	display: grid;
	gap: 12px;
	margin: 22px 0;
	padding: 0;
	list-style: none;
}

.lpt-help-check-list li {
	position: relative;
	padding-left: 34px;
	color: var(--lpt-muted);
}

.lpt-help-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	background: var(--lpt-green);
}

.lpt-help-contact-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.lpt-help-contact-strip a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 15px;
	border: 1px solid var(--lpt-line);
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	background: #fff;
}

.lpt-help-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 28px;
}

.lpt-help-summary-card {
	position: relative;
	padding: 26px;
	overflow: hidden;
	border: 1px solid var(--lpt-line);
	border-radius: 18px;
	background: #fff;
}

.lpt-help-summary-card > span {
	position: absolute;
	right: 16px;
	top: 5px;
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
	color: rgba(23, 147, 42, 0.08);
}

.lpt-help-summary-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	color: var(--lpt-ink);
}

.lpt-help-summary-card p {
	margin: 0;
	color: var(--lpt-muted);
}

.lpt-help-terms-card {
	max-width: 930px;
	margin-inline: auto;
}

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

.lpt-help-section-heading h2 {
	margin-bottom: 0;
}

.lpt-help-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	color: var(--lpt-green-dark);
	text-decoration: none;
}

.lpt-help-text-link:hover {
	color: var(--lpt-green);
	transform: translateX(2px);
}

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

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

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

.lpt-blog-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e9f3eb;
}

.lpt-blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.lpt-blog-card:hover .lpt-blog-card__image img {
	transform: scale(1.035);
}

.lpt-blog-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 40px;
	color: var(--lpt-green);
	background: linear-gradient(145deg, #eaf7ec, #d9f0dd);
}

.lpt-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

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

.lpt-blog-card h2 {
	margin: 0 0 11px;
	font-size: 21px;
	line-height: 1.45;
}

.lpt-blog-card h2 a {
	color: var(--lpt-ink);
	text-decoration: none;
}

.lpt-blog-card h2 a:hover {
	color: var(--lpt-green);
}

.lpt-blog-card p {
	margin: 0 0 18px;
	color: var(--lpt-muted);
}

.lpt-blog-card .lpt-help-text-link {
	margin-top: auto;
}

.lpt-help-pagination {
	margin-top: 42px;
}

.lpt-help-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	padding: 0;
	list-style: none;
}

.lpt-help-pagination a,
.lpt-help-pagination span {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--lpt-line);
	border-radius: 10px;
	color: var(--lpt-ink);
	text-decoration: none;
	background: #fff;
}

.lpt-help-pagination .current {
	color: #fff;
	border-color: var(--lpt-green);
	background: var(--lpt-green);
}

.lpt-help-empty {
	padding: 60px 30px;
	text-align: center;
	border: 1px dashed #b8cbbd;
	border-radius: var(--lpt-radius);
	background: #fff;
}

.lpt-help-empty > i {
	font-size: 42px;
	color: var(--lpt-green);
}

.lpt-agent-intro {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 55px;
	padding: clamp(30px, 5vw, 58px);
}

.lpt-agent-closed {
	max-width: 780px;
	margin-inline: auto;
	padding: clamp(38px, 6vw, 68px);
	text-align: center;
	background:
		radial-gradient(circle at 100% 0, rgba(70, 146, 231, 0.12), transparent 34%),
		linear-gradient(145deg, #fff 0%, #f1f9f3 100%);
}

.lpt-agent-closed__icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 20px;
	border-radius: 20px;
	font-size: 28px;
	color: #fff;
	background: linear-gradient(135deg, var(--lpt-green-dark), var(--lpt-green));
	box-shadow: 0 12px 28px rgba(23, 147, 42, 0.2);
}

.lpt-agent-closed h2 {
	margin: 0 0 15px;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.3;
	color: var(--lpt-ink);
}

.lpt-agent-closed > p:not(.lpt-help-eyebrow) {
	max-width: 610px;
	margin: 0 auto;
	color: var(--lpt-muted);
}

.lpt-agent-closed__actions {
	display: flex;
	margin-top: 27px;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.lpt-agent-benefits {
	display: grid;
	gap: 13px;
}

.lpt-agent-benefits > div {
	display: grid;
	grid-template-columns: 45px 1fr;
	column-gap: 14px;
	padding: 17px;
	border-radius: 14px;
	background: var(--lpt-green-soft);
}

.lpt-agent-benefits i {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 45px;
	height: 45px;
	border-radius: 12px;
	color: #fff;
	background: var(--lpt-green);
}

.lpt-agent-benefits strong {
	font-size: 17px;
	color: var(--lpt-ink);
}

.lpt-agent-benefits span {
	font-size: 14px;
	line-height: 1.55;
	color: var(--lpt-muted);
}

.lpt-agent-process {
	margin: 72px 0;
}

.lpt-agent-process ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.lpt-agent-process li {
	display: flex;
	gap: 15px;
	padding: 24px;
	border: 1px solid var(--lpt-line);
	border-radius: 16px;
	background: #fff;
}

.lpt-agent-process li > span {
	flex: 0 0 38px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-weight: 800;
	color: #fff;
	background: var(--lpt-green);
}

.lpt-agent-process strong {
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
}

.lpt-agent-process p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--lpt-muted);
}

.lpt-form-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
	gap: 50px;
	align-items: start;
	padding: clamp(30px, 5vw, 58px);
	border-radius: var(--lpt-radius);
	background: linear-gradient(135deg, #edf8ef 0%, #f7fbf8 48%, #eef5fd 100%);
}

.lpt-form-layout__intro {
	position: sticky;
	top: 30px;
}

.lpt-form-card {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--lpt-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(37, 49, 40, 0.07);
}

.lpt-form-card .wpcf7-form {
	margin-top: 10px;
}

.lpt-form-card .wpcf7-form > p {
	margin: 0 0 18px;
	color: var(--lpt-ink);
}

.lpt-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}

.lpt-form-row > p,
.lpt-form-row > label {
	margin: 0;
}

.lpt-form-card label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--lpt-ink);
}

.lpt-form-card label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
}

.lpt-form-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.lpt-form-card select,
.lpt-form-card textarea {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #ccd8ce;
	border-radius: 10px;
	font: inherit;
	font-weight: 400;
	color: var(--lpt-ink);
	background: #fff;
	box-shadow: none;
}

.lpt-form-card input:not([type="submit"]):focus,
.lpt-form-card select:focus,
.lpt-form-card textarea:focus {
	border-color: var(--lpt-green);
	box-shadow: 0 0 0 3px rgba(23, 147, 42, 0.1);
}

.lpt-form-card textarea {
	min-height: 130px;
	resize: vertical;
}

.lpt-form-card input[type="file"] {
	font-size: 13px;
	background: #f7faf7;
}

.lpt-form-card .wpcf7-submit {
	min-width: 150px;
	margin: 4px 0 0;
	padding: 13px 24px;
	border: 0;
	border-radius: 11px;
	font: inherit;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	background: var(--lpt-green);
	box-shadow: 0 9px 22px rgba(23, 147, 42, 0.22);
}

.lpt-form-card .wpcf7-submit:hover {
	background: var(--lpt-green-dark);
	transform: translateY(-1px);
}

.lpt-form-card .wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: 13px;
}

.lpt-form-card .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 12px 14px;
	border-width: 1px;
	border-radius: 10px;
}

.lpt-form-privacy {
	margin: 18px 0 0 !important;
	padding-top: 16px;
	border-top: 1px solid var(--lpt-line);
	font-size: 12px;
	line-height: 1.65;
}

.lpt-about-story {
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
	overflow: hidden;
}

.lpt-about-story__image {
	min-height: 490px;
}

.lpt-about-story__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lpt-about-story__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 64px);
}

.lpt-about-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin: 40px 0 76px;
	overflow: hidden;
	border: 1px solid var(--lpt-line);
	border-radius: 18px;
	background: var(--lpt-line);
}

.lpt-about-stats > div {
	padding: 24px 20px;
	text-align: center;
	background: #fff;
}

.lpt-about-stats strong,
.lpt-about-stats span {
	display: block;
}

.lpt-about-stats strong {
	font-size: 20px;
	color: var(--lpt-green-dark);
}

.lpt-about-stats span {
	margin-top: 4px;
	font-size: 13px;
	color: var(--lpt-muted);
}

.lpt-about-services {
	margin-bottom: 76px;
}

.lpt-about-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.lpt-about-services article {
	padding: 30px;
	border: 1px solid var(--lpt-line);
	border-radius: 18px;
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.lpt-about-services article:hover {
	transform: translateY(-3px);
	box-shadow: var(--lpt-shadow);
}

.lpt-service-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin-bottom: 19px;
	border-radius: 14px;
	font-size: 21px;
	color: #fff;
	background: var(--lpt-green);
}

.lpt-about-services h3 {
	margin: 0 0 10px;
	font-size: 21px;
	color: var(--lpt-ink);
}

.lpt-about-services p {
	margin-bottom: 0;
}

.lpt-about-values {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 55px;
	align-items: center;
	padding: clamp(30px, 5vw, 56px);
	margin-bottom: 76px;
}

.lpt-about-credentials {
	margin-bottom: 76px;
}

.lpt-credential-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.lpt-credential-grid figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--lpt-line);
	border-radius: 18px;
	background: #fff;
}

.lpt-credential-grid img {
	display: block;
	width: 100%;
	height: 460px;
	object-fit: contain;
	padding: 20px;
	background: #f2f4f2;
}

.lpt-credential-grid figcaption {
	padding: 16px 20px;
	font-weight: 700;
	text-align: center;
	color: var(--lpt-ink);
}

.lpt-help-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: clamp(30px, 5vw, 54px);
	border-radius: var(--lpt-radius);
	color: #fff;
	background: linear-gradient(112deg, var(--lpt-green-dark), var(--lpt-green));
	box-shadow: var(--lpt-shadow);
}

.lpt-help-cta p {
	margin: 0 0 4px;
	color: #bcecc4;
}

.lpt-help-cta h2 {
	max-width: 690px;
	margin: 0;
	color: #fff;
}

.lpt-help-cta > div:last-child {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.lpt-help-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 20px;
	border: 1px solid #fff;
	border-radius: 11px;
	font-weight: 800;
	line-height: 1.4;
	color: var(--lpt-green-dark);
	text-decoration: none;
	background: #fff;
}

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

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

.lpt-help-button--compact {
	min-height: 42px;
	padding: 9px 15px;
	color: #fff !important;
	border-color: var(--lpt-green);
	background: var(--lpt-green);
}

.lpt-contact-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 38px;
}

.lpt-contact-cards > a {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--lpt-line);
	border-radius: 18px;
	color: var(--lpt-ink);
	text-decoration: none;
	background: #fff;
}

.lpt-contact-cards > a:hover {
	border-color: #a7cfaf;
	transform: translateY(-3px);
	box-shadow: var(--lpt-shadow);
}

.lpt-contact-cards > a > span {
	flex: 0 0 45px;
	display: grid;
	place-items: center;
	width: 45px;
	height: 45px;
	border-radius: 12px;
	font-size: 18px;
	color: #fff;
	background: var(--lpt-green);
}

.lpt-contact-cards > a:nth-child(2) > span {
	background: #07a94f;
}

.lpt-contact-cards > a:nth-child(3) > span {
	background: #1877f2;
}

.lpt-contact-cards > a:nth-child(4) > span {
	background: #d98728;
}

@media (min-width: 1025px) {
	.lpt-contact-cards > a:nth-child(4) strong {
		font-size: 15.5px;
		letter-spacing: -0.015em;
	}
}

.lpt-contact-cards small,
.lpt-contact-cards strong,
.lpt-contact-cards p {
	display: block;
}

.lpt-contact-cards small {
	margin-bottom: 2px;
	font-weight: 700;
	color: var(--lpt-muted);
}

.lpt-contact-cards strong {
	font-size: 18px;
	overflow-wrap: anywhere;
}

.lpt-contact-cards p {
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: var(--lpt-muted);
}

.lpt-contact-office {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	margin-bottom: 70px;
	overflow: hidden;
}

.lpt-contact-office__intro {
	position: relative;
	display: flex;
	min-height: 410px;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 58px);
	color: #fff;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.16), transparent 40%),
		linear-gradient(135deg, #0c6620 0%, #17932a 100%);
}

.lpt-contact-office__intro::after {
	position: absolute;
	right: -70px;
	bottom: -92px;
	width: 240px;
	height: 240px;
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
}

.lpt-contact-office__intro h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 16px;
	font-size: clamp(28px, 3.5vw, 42px);
	line-height: 1.28;
	letter-spacing: -0.025em;
	color: #fff;
}

.lpt-contact-office__intro > p:not(.lpt-help-eyebrow) {
	position: relative;
	z-index: 1;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
}

.lpt-contact-office__actions {
	position: relative;
	z-index: 1;
	display: flex;
	margin-top: 28px;
	flex-wrap: wrap;
	gap: 10px;
}

.lpt-contact-office__actions a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 11px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.08);
}

.lpt-contact-office__actions a:first-child {
	color: var(--lpt-green-dark);
	border-color: #fff;
	background: #fff;
}

.lpt-contact-office__actions a:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(0, 45, 12, 0.17);
}

.lpt-contact-details {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: clamp(30px, 5vw, 52px);
	align-content: center;
}

.lpt-contact-details > div {
	padding: 18px 20px;
	border: 1px solid var(--lpt-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(21, 68, 31, 0.055);
}

.lpt-contact-details dt {
	display: flex;
	margin-bottom: 8px;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	color: var(--lpt-ink);
}

.lpt-contact-details dt i {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	color: #fff;
	background: var(--lpt-green);
}

.lpt-contact-details dd {
	margin: 0 0 0 44px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--lpt-muted);
}

.lpt-social-section {
	display: flex;
	padding: 30px 32px;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	border: 1px solid var(--lpt-line);
	border-radius: 20px;
	background: linear-gradient(135deg, #fff 0%, #f0f8f2 100%);
	box-shadow: 0 10px 30px rgba(21, 68, 31, 0.06);
}

.lpt-social-section h2 {
	margin-bottom: 0;
}

.lpt-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.lpt-social-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid var(--lpt-line);
	border-radius: 10px;
	font-weight: 700;
	color: var(--lpt-ink);
	text-decoration: none;
	background: #fff;
}

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

@media (max-width: 1024px) {
	.lpt-help-article-layout,
	.lpt-agent-intro,
	.lpt-form-layout,
	.lpt-about-story,
	.lpt-about-values,
	.lpt-contact-office {
		grid-template-columns: 1fr;
	}

	.lpt-contact-office__intro {
		min-height: 0;
	}

	.lpt-help-toc,
	.lpt-form-layout__intro {
		position: static;
	}

	.lpt-help-toc {
		grid-template-columns: repeat(2, 1fr);
	}

	.lpt-help-toc__title {
		grid-column: 1 / -1;
	}

	.lpt-help-summary-grid,
	.lpt-agent-process ol,
	.lpt-about-services__grid,
	.lpt-contact-cards,
	.lpt-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lpt-about-story__image {
		min-height: 380px;
		max-height: 520px;
	}

	.lpt-about-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.lpt-help-cta,
	.lpt-social-section {
		align-items: flex-start;
		flex-direction: column;
	}

	.lpt-social-links {
		justify-content: flex-start;
	}
}

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

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

	.lpt-help-hero {
		min-height: 320px;
	}

	.lpt-help-hero__inner {
		padding: 54px 0 78px;
	}

	.lpt-help-breadcrumb {
		margin-bottom: 24px;
	}

	.lpt-help-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.lpt-help-hero__lead {
		font-size: 17px;
	}

	.lpt-help-section-nav__inner {
		width: calc(100% - 14px);
		padding: 6px;
	}

	.lpt-help-section-nav a {
		padding: 9px 13px;
		font-size: 13px;
	}

	.lpt-help-section-nav a.is-current {
		order: -1;
	}

	.lpt-help-main {
		padding-top: 48px;
		padding-bottom: 72px;
	}

	.lpt-help-article-layout {
		gap: 22px;
	}

	.lpt-help-toc {
		grid-template-columns: 1fr;
		padding: 17px;
	}

	.lpt-help-prose {
		padding: 25px 20px;
	}

	.lpt-help-prose section + section {
		margin-top: 34px;
		padding-top: 36px;
	}

	.lpt-help-summary-grid,
	.lpt-blog-grid,
	.lpt-agent-process ol,
	.lpt-about-services__grid,
	.lpt-credential-grid,
	.lpt-contact-cards {
		grid-template-columns: 1fr;
	}

	.lpt-help-summary-card,
	.lpt-contact-cards > a {
		padding: 21px;
	}

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

	.lpt-agent-intro,
	.lpt-form-layout,
	.lpt-about-values {
		gap: 28px;
		padding: 25px 20px;
	}

	.lpt-agent-process {
		margin: 52px 0;
	}

	.lpt-form-card {
		padding: 23px 18px;
	}

	.lpt-form-row {
		grid-template-columns: 1fr;
	}

	.lpt-about-story__image {
		min-height: 280px;
	}

	.lpt-about-story__content {
		padding: 28px 21px;
	}

	.lpt-about-stats {
		grid-template-columns: 1fr;
		margin-bottom: 54px;
	}

	.lpt-about-services,
	.lpt-about-values,
	.lpt-about-credentials,
	.lpt-contact-office {
		margin-bottom: 54px;
	}

	.lpt-contact-office__intro {
		padding: 32px 22px;
	}

	.lpt-contact-details {
		padding: 20px;
	}

	.lpt-contact-details > div {
		padding: 16px;
	}

	.lpt-agent-closed__actions {
		flex-direction: column;
		gap: 13px;
	}

	.lpt-credential-grid img {
		height: 390px;
		padding: 12px;
	}

	.lpt-help-cta {
		gap: 25px;
		padding: 28px 21px;
	}

	.lpt-help-cta > div:last-child {
		width: 100%;
		flex-direction: column;
	}

	.lpt-help-button {
		width: 100%;
	}

	.lpt-help-button--compact {
		width: auto;
	}

	.lpt-social-links {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}

	.lpt-social-links a {
		justify-content: center;
	}

	.lpt-social-section {
		padding: 25px 20px;
	}
}

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