.lcp-help-landing,
.lcp-help-manual,
.lcp-context-help {
	box-sizing: border-box;
	width: min(100% - 40px, 1680px);
	margin-inline: auto;
	color: #142842;
}

.lcp-help-landing,
.lcp-help-manual {
	padding-block: clamp(42px, 6vw, 96px);
}

.lcp-help-landing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 34px);
}

.lcp-help-landing__tools {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	gap: 28px;
	align-items: end;
	margin-bottom: clamp(28px, 4vw, 52px);
	padding: clamp(26px, 4vw, 54px);
	border: 1px solid #cbd9de;
	border-radius: 24px;
	background: #f2f8f7;
}

.lcp-help-landing__tools p,
.lcp-help-manual__contents > div > p,
.lcp-help-troubleshooting > header > p {
	margin: 0 0 7px;
	color: #0f7079;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.lcp-help-landing__tools h2,
.lcp-help-manual__contents h2,
.lcp-help-troubleshooting h2 {
	margin: 0 0 10px;
	font-family: Georgia, serif;
	font-size: clamp(2rem, 3.6vw, 4.2rem);
	font-weight: 500;
	line-height: 1;
}

.lcp-help-landing__tools label {
	display: grid;
	gap: 8px;
	font-weight: 800;
}

.lcp-help-landing__tools input,
.lcp-help-manual__toolbar input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	padding: 10px 15px;
	border: 2px solid #8097a4;
	border-radius: 10px;
	background: #fff;
	font: inherit;
}

.lcp-help-landing__tools [data-lcp-help-guide-summary] {
	grid-column: 1 / -1;
	margin: 0;
	font-weight: 750;
}

.lcp-help-landing article {
	display: flex;
	min-height: 360px;
	flex-direction: column;
	padding: clamp(26px, 3vw, 42px);
	border: 1px solid #d6dfe6;
	border-top: 5px solid #147780;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(16, 40, 66, .08);
}

.lcp-help-landing article > p,
.lcp-help-section__result strong,
.lcp-help-section aside strong {
	color: #0f7079;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.lcp-help-landing h2 {
	margin: 8px 0 18px;
	font-size: clamp(1.55rem, 2.4vw, 2.45rem);
	line-height: 1.06;
}

.lcp-help-landing article > span {
	line-height: 1.65;
}

.lcp-help-landing article > small {
	display: block;
	margin-top: 16px;
	color: #5a6d7c;
	font-weight: 750;
}

.lcp-help-landing article > a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: auto;
	padding-top: 24px;
	color: #0c5f68;
	font-weight: 800;
}

.lcp-help-manual__toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
	gap: 28px;
	align-items: end;
	margin-bottom: clamp(30px, 5vw, 70px);
	padding: clamp(24px, 3.5vw, 46px);
	border: 1px solid #cbd9de;
	border-radius: 22px;
	background: #f2f8f7;
}

.lcp-help-manual__toolbar p {
	margin-bottom: 0;
}

.lcp-help-manual__toolbar label {
	display: grid;
	gap: 8px;
	font-weight: 800;
}

.lcp-help-manual__toolbar input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	padding: 10px 15px;
	border: 2px solid #8097a4;
	border-radius: 10px;
	background: #fff;
	font: inherit;
}

.lcp-help-manual__toolbar input[type="search"]:focus-visible {
	outline: 3px solid #f2b134;
	outline-offset: 3px;
}

.lcp-help-manual__toolbar [data-lcp-help-summary] {
	grid-column: 1 / -1;
	font-weight: 750;
}

.lcp-help-manual__tools {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 10px;
}

.lcp-help-manual__tools button,
.lcp-help-section__heading button {
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid #147780;
	border-radius: 999px;
	background: #fff;
	color: #0c5f68;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.lcp-help-manual__tools button:hover,
.lcp-help-manual__tools button:focus-visible,
.lcp-help-section__heading button:hover,
.lcp-help-section__heading button:focus-visible {
	border-color: #0b5158;
	outline: 3px solid #f2b134;
	outline-offset: 2px;
}

.lcp-help-manual__tools button.is-confirming {
	border-color: #a13b31;
	background: #a13b31;
	color: #fff;
}

.lcp-help-manual__reset {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}

.lcp-help-manual__contents {
	display: grid;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
	margin-bottom: clamp(32px, 5vw, 66px);
	padding: clamp(26px, 4vw, 52px);
	border-radius: 24px;
	background: linear-gradient(120deg, #251c33, #103e55);
	color: #fff;
}

.lcp-help-manual__contents h2 {
	color: #fff;
}

.lcp-help-manual__contents ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lcp-help-manual__contents a {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 58px;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 12px;
	color: #fff;
	font-weight: 750;
	text-decoration: none;
}

.lcp-help-manual__contents a:hover,
.lcp-help-manual__contents a:focus-visible {
	border-color: #7ee7df;
	background: rgba(255, 255, 255, .09);
}

.lcp-help-manual__contents a span {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	background: #147780;
}

.lcp-help-manual__sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 42px);
}

.lcp-help-section {
	padding: clamp(26px, 3.5vw, 48px);
	border: 1px solid #d6dfe6;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(16, 40, 66, .07);
}

.lcp-help-section[hidden] {
	display: none;
}

.lcp-help-section__heading {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
}

.lcp-help-section__heading button {
	min-height: 36px;
	padding: 6px 11px;
	font-size: .78rem;
}

.lcp-help-section__heading > span {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: #147780;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 850;
}

.lcp-help-section h2 {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 2.3vw, 2.25rem);
	line-height: 1.08;
}

.lcp-help-section ol {
	display: grid;
	gap: 12px;
	margin: 28px 0;
	padding: 0;
	list-style: none;
	counter-reset: lcp-help-step;
}

.lcp-help-section li {
	counter-increment: lcp-help-step;
}

.lcp-help-section li label {
	display: grid;
	grid-template-columns: 28px 28px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 10px 0;
	cursor: pointer;
	line-height: 1.55;
}

.lcp-help-section li label::before {
	content: counter(lcp-help-step) ".";
	font-weight: 850;
}

.lcp-help-section input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin-top: 1px;
	accent-color: #147780;
}

.lcp-help-section input[type="checkbox"]:checked + span {
	color: #526270;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.lcp-help-section__result,
.lcp-help-section aside {
	padding: 18px 20px;
	border-left: 4px solid #147780;
	background: #eef7f5;
}

.lcp-help-section__result p,
.lcp-help-section aside p {
	margin: 6px 0 0;
}

.lcp-help-section aside {
	margin-top: 14px;
	border-color: #d28b1d;
	background: #fff7df;
}

.lcp-help-section aside strong {
	color: #855100;
}

.lcp-help-manual__support,
.lcp-context-help {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-top: clamp(40px, 6vw, 88px);
	padding: clamp(28px, 4vw, 58px);
	border-radius: 24px;
	background: linear-gradient(120deg, #251c33, #103e55);
	color: #fff;
}

.lcp-help-troubleshooting {
	margin-top: clamp(40px, 6vw, 88px);
	padding: clamp(28px, 4vw, 58px);
	border: 1px solid #cbd9de;
	border-radius: 24px;
	background: #f2f8f7;
}

.lcp-help-troubleshooting__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.lcp-help-troubleshooting article {
	padding: 22px;
	border: 1px solid #d4dfe5;
	border-left: 5px solid #147780;
	border-radius: 14px;
	background: #fff;
}

.lcp-help-troubleshooting h3 {
	margin: 0 0 8px;
	font-size: 1.16rem;
}

.lcp-help-troubleshooting article p {
	margin: 0;
	line-height: 1.65;
}

.lcp-help-landing__empty {
	padding: clamp(28px, 4vw, 52px);
	border: 1px dashed #9aacb8;
	border-radius: 20px;
	background: #f7fafb;
}

.lcp-help-manual__support h2 {
	margin: 4px 0 10px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 4rem);
	font-weight: 500;
}

.lcp-help-manual__support a,
.lcp-context-help a {
	flex: 0 0 auto;
	padding: 13px 18px;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.lcp-context-help {
	margin-block: clamp(34px, 5vw, 68px);
	border-radius: 18px;
}

.lcp-context-help div {
	display: grid;
	gap: 4px;
}

@media (max-width: 980px) {
	.lcp-help-landing__grid,
	.lcp-help-manual__sections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lcp-help-manual__contents {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.lcp-help-landing,
	.lcp-help-manual,
	.lcp-context-help {
		width: min(100% - 24px, 1680px);
	}
	.lcp-help-landing__grid,
	.lcp-help-manual__sections,
	.lcp-help-manual__toolbar,
	.lcp-help-landing__tools,
	.lcp-help-troubleshooting__grid {
		grid-template-columns: 1fr;
	}
	.lcp-help-landing__tools [data-lcp-help-guide-summary] {
		grid-column: auto;
	}
	.lcp-help-manual__contents ol {
		grid-template-columns: 1fr;
	}
	.lcp-help-manual__support,
	.lcp-context-help {
		align-items: stretch;
		flex-direction: column;
	}
	.lcp-help-manual__support a,
	.lcp-context-help a {
		text-align: center;
	}
}

@media (max-width: 440px) {
	.lcp-help-section__heading {
		grid-template-columns: 42px minmax(0, 1fr);
	}
	.lcp-help-section__heading button {
		grid-column: 2;
		justify-self: start;
	}
	.lcp-help-section__heading > span {
		width: 42px;
		height: 42px;
		font-size: .9rem;
	}
}

@media print {
	.lcp-help-manual__toolbar,
	.lcp-help-manual__contents,
	.lcp-help-manual__support,
	.lcp-context-help,
	.lcp-help-section input[type="checkbox"],
	.lcp-help-section__heading button {
		display: none;
	}
	.lcp-help-manual__sections {
		display: block;
	}
	.lcp-help-manual {
		width: 100%;
		padding: 0;
	}
	.lcp-help-section {
		break-inside: auto;
		box-shadow: none;
		margin-bottom: 24px;
	}
	.lcp-help-section__heading,
	.lcp-help-section__result,
	.lcp-help-section aside,
	.lcp-help-troubleshooting article {
		break-inside: avoid;
	}
	.lcp-help-troubleshooting {
		box-shadow: none;
	}
	.lcp-help-troubleshooting__grid {
		display: block;
	}
	.lcp-help-troubleshooting article {
		margin-top: 12px;
	}
}
