.aysa-help-page {
	--aysa-help-bg: #fbfbfa;
	--aysa-help-panel: #fff;
	--aysa-help-text: #080808;
	--aysa-help-muted: #646464;
	--aysa-help-soft: #f4f4f2;
	--aysa-help-border: #e6e6e2;
	--aysa-help-accent: #e11937;
	--aysa-help-blue: #1458f5;
	--aysa-help-container: 1180px;
	background: var(--aysa-help-bg);
	color: var(--aysa-help-text);
	font-family: "Geist", Inter, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aysa-help-container {
	margin: 0 auto;
	max-width: var(--aysa-help-container);
	padding: 0 24px;
	width: 100%;
}

.aysa-help-eyebrow {
	color: var(--aysa-help-accent);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.aysa-help-docs-hero {
	background: #fff;
	border-bottom: 1px solid var(--aysa-help-border);
	padding: 56px 0 40px;
}

.aysa-help-docs-hero__inner {
	align-items: end;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
}

.aysa-help-docs-hero h1 {
	font-size: clamp(48px, 7vw, 82px);
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
}

.aysa-help-docs-hero p {
	color: var(--aysa-help-muted);
	font-size: 18px;
	line-height: 1.58;
	margin: 18px 0 0;
	max-width: 720px;
}

.aysa-help-docs-search {
	align-items: center;
	background: #fff;
	border: 1px solid #d8d8d3;
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	display: grid;
	gap: 10px;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	margin-top: 26px;
	max-width: 760px;
	min-height: 58px;
	padding: 7px 8px 7px 18px;
}

.aysa-help-docs-search span {
	border: solid #777;
	border-width: 0 2px 2px 0;
	height: 11px;
	transform: rotate(-45deg);
	width: 11px;
}

.aysa-help-docs-search input {
	background: transparent;
	border: 0;
	color: var(--aysa-help-text);
	font: inherit;
	font-size: 15px;
	min-width: 0;
	outline: none;
	width: 100%;
}

.aysa-help-docs-search button {
	background: #080808;
	border: 1px solid #080808;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 760;
	min-height: 42px;
	padding: 0 16px;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.aysa-help-docs-search button:hover,
.aysa-help-docs-search button:focus-visible {
	background: var(--aysa-help-accent);
	border-color: var(--aysa-help-accent);
	transform: translateY(-1px);
}

.aysa-help-feature-card {
	background: #0a0a0a;
	border: 1px solid #1d1d1d;
	border-radius: 22px;
	box-shadow: 0 22px 70px rgba(15, 23, 42, 0.12);
	color: #fff;
	display: grid;
	gap: 12px;
	padding: 14px;
}

.aysa-help-feature-card > span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	font-weight: 760;
	text-transform: uppercase;
}

.aysa-help-feature-card > strong {
	font-size: 18px;
	letter-spacing: 0;
}

.aysa-help-feature-card__video {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 14px;
	overflow: hidden;
}

.aysa-help-feature-card__video iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.aysa-help-docs-section {
	border-bottom: 1px solid var(--aysa-help-border);
	padding: 52px 0;
}

.aysa-help-docs-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.aysa-help-docs-heading h2,
.aysa-help-docs-final h2 {
	font-size: clamp(30px, 4vw, 44px);
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.aysa-help-docs-heading p,
.aysa-help-docs-final p {
	color: var(--aysa-help-muted);
	font-size: 16px;
	line-height: 1.62;
	margin: 10px 0 0;
	max-width: 640px;
}

.aysa-help-start-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aysa-help-start-card,
.aysa-help-collection-card,
.aysa-help-result-card {
	background: #fff;
	border: 1px solid var(--aysa-help-border);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.035);
	color: var(--aysa-help-text);
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.aysa-help-start-card {
	display: grid;
	gap: 8px;
	min-height: 122px;
	padding: 20px;
}

.aysa-help-start-card:hover,
.aysa-help-start-card:focus-visible,
.aysa-help-collection-card:hover,
.aysa-help-result-card:hover,
.aysa-help-result-card:focus-visible {
	border-color: rgba(225, 25, 55, 0.28);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.075);
	transform: translateY(-1px);
}

.aysa-help-start-card strong,
.aysa-help-result-card strong {
	font-size: 19px;
	letter-spacing: 0;
	line-height: 1.18;
}

.aysa-help-start-card span,
.aysa-help-result-card small {
	color: var(--aysa-help-muted);
	font-size: 14px;
	line-height: 1.45;
}

.aysa-help-result-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aysa-help-result-card {
	display: grid;
	gap: 7px;
	padding: 18px;
}

.aysa-help-result-card > span {
	color: var(--aysa-help-accent);
	font-size: 12px;
	font-weight: 820;
	text-transform: uppercase;
}

.aysa-help-empty {
	background: #fff;
	border: 1px solid var(--aysa-help-border);
	border-radius: 18px;
	padding: 24px;
}

.aysa-help-empty h2 {
	font-size: 26px;
	margin: 0;
}

.aysa-help-empty p {
	color: var(--aysa-help-muted);
	margin: 8px 0 18px;
}

.aysa-help-collection-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aysa-help-collection-card {
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 20px;
}

.aysa-help-collection-card h3 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 16px;
}

.aysa-help-collection-card ul {
	display: grid;
	gap: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aysa-help-collection-card li {
	border-top: 1px solid var(--aysa-help-border);
	display: grid;
	gap: 4px;
	padding-top: 12px;
}

.aysa-help-collection-card li:first-child {
	border-top: 0;
	padding-top: 0;
}

.aysa-help-collection-card a {
	color: #0b53d8;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.35;
	text-decoration: none;
}

.aysa-help-collection-card a:hover,
.aysa-help-collection-card a:focus-visible {
	color: var(--aysa-help-accent);
}

.aysa-help-collection-card li span {
	color: var(--aysa-help-muted);
	font-size: 13px;
	line-height: 1.45;
}

.aysa-help-docs-final {
	padding: 54px 0 86px;
}

.aysa-help-docs-final__inner {
	align-items: center;
	background: #0a0a0a;
	border-radius: 24px;
	color: #fff;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: 30px;
}

.aysa-help-docs-final h2,
.aysa-help-docs-final p {
	color: #fff;
}

.aysa-help-docs-final p {
	color: rgba(255, 255, 255, 0.72);
}

.aysa-help-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.aysa-help-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 760;
	justify-content: center;
	min-height: 44px;
	padding: 0 17px;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.aysa-help-button:hover,
.aysa-help-button:focus-visible {
	transform: translateY(-1px);
}

.aysa-help-button--primary {
	background: #080808;
	border: 1px solid #080808;
	color: #fff;
}

.aysa-help-button--primary:hover,
.aysa-help-button--primary:focus-visible {
	background: var(--aysa-help-accent);
	border-color: var(--aysa-help-accent);
	color: #fff;
}

.aysa-help-button--secondary {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.26);
	color: #fff;
}

.aysa-help-button--light {
	background: #fff;
	border: 1px solid var(--aysa-help-border);
	color: #111;
}

.aysa-help-page--article {
	background: #fff;
}

.aysa-help-article-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: 240px minmax(0, 1fr) 220px;
	max-width: 1320px;
	padding-bottom: 88px;
	padding-top: 42px;
}

.aysa-help-sidebar {
	border-right: 1px solid var(--aysa-help-border);
	display: grid;
	gap: 22px;
	padding-right: 18px;
	position: sticky;
	top: 92px;
}

.aysa-help-sidebar__home {
	color: #111;
	font-size: 15px;
	font-weight: 820;
	text-decoration: none;
}

.aysa-help-sidebar section {
	display: grid;
	gap: 8px;
}

.aysa-help-sidebar h2 {
	color: var(--aysa-help-muted);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.aysa-help-sidebar ul {
	display: grid;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aysa-help-sidebar a:not(.aysa-help-sidebar__home) {
	border-radius: 9px;
	color: #555;
	display: block;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.3;
	padding: 8px 10px;
	text-decoration: none;
}

.aysa-help-sidebar a:hover,
.aysa-help-sidebar a:focus-visible,
.aysa-help-sidebar a.is-active {
	background: #fff3f5;
	color: #080808;
}

.aysa-help-sidebar a.is-active {
	box-shadow: inset 3px 0 0 var(--aysa-help-accent);
}

.aysa-help-article-main {
	min-width: 0;
}

.aysa-help-article-top {
	align-items: center;
	color: var(--aysa-help-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 24px;
}

.aysa-help-article-top a {
	color: #0b53d8;
	font-weight: 760;
	text-decoration: none;
}

.aysa-help-article-top span::before {
	color: #aaa;
	content: "/";
	margin-right: 8px;
}

.aysa-help-article-header {
	border-bottom: 1px solid var(--aysa-help-border);
	margin-bottom: 30px;
	padding-bottom: 26px;
}

.aysa-help-article-header h1 {
	font-size: clamp(40px, 6vw, 68px);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 820px;
}

.aysa-help-article-header p:not(.aysa-help-eyebrow) {
	color: var(--aysa-help-muted);
	font-size: 18px;
	line-height: 1.6;
	margin: 18px 0 0;
	max-width: 760px;
}

.aysa-help-article-body {
	color: #242424;
	font-size: 16px;
	line-height: 1.72;
	max-width: 820px;
}

.aysa-help-article-body h2 {
	border-top: 1px solid var(--aysa-help-border);
	color: #080808;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 34px 0 12px;
	padding-top: 26px;
	scroll-margin-top: 96px;
}

.aysa-help-article-body h2:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.aysa-help-article-body h3 {
	color: #111;
	font-size: 21px;
	line-height: 1.2;
	margin: 28px 0 10px;
}

.aysa-help-article-body p {
	margin: 0 0 16px;
}

.aysa-help-article-body ul,
.aysa-help-article-body ol {
	display: grid;
	gap: 8px;
	margin: 0 0 18px 20px;
	padding: 0;
}

.aysa-help-article-body li::marker {
	color: var(--aysa-help-accent);
	font-weight: 820;
}

.aysa-help-article-body a {
	color: #0b53d8;
	font-weight: 720;
}

.aysa-help-article-footer {
	align-items: center;
	border-top: 1px solid var(--aysa-help-border);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
	max-width: 820px;
	padding-top: 24px;
}

.aysa-help-toc {
	border-left: 1px solid var(--aysa-help-border);
	display: grid;
	gap: 8px;
	padding-left: 18px;
	position: sticky;
	top: 92px;
}

.aysa-help-toc strong {
	font-size: 13px;
	margin-bottom: 4px;
}

.aysa-help-toc a {
	color: var(--aysa-help-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.aysa-help-toc a:hover,
.aysa-help-toc a:focus-visible {
	color: var(--aysa-help-accent);
}

@media (max-width: 1120px) {
	.aysa-help-docs-hero__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.aysa-help-feature-card {
		max-width: 560px;
	}

	.aysa-help-start-grid,
	.aysa-help-collection-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aysa-help-article-layout {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.aysa-help-toc {
		display: none;
	}
}

@media (max-width: 820px) {
	.aysa-help-docs-heading,
	.aysa-help-docs-final__inner {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr;
	}

	.aysa-help-result-list,
	.aysa-help-start-grid,
	.aysa-help-collection-grid,
	.aysa-help-article-layout {
		grid-template-columns: 1fr;
	}

	.aysa-help-sidebar {
		border: 1px solid var(--aysa-help-border);
		border-radius: 16px;
		display: block;
		max-height: none;
		overflow: visible;
		padding: 16px;
		position: static;
	}

	.aysa-help-sidebar section {
		margin-top: 16px;
	}
}

@media (max-width: 720px) {
	.aysa-help-container {
		max-width: 100%;
		padding: 0 16px;
	}

	.aysa-help-docs-hero {
		padding: 44px 0 32px;
	}

	.aysa-help-docs-hero h1 {
		font-size: 42px;
		line-height: 1;
	}

	.aysa-help-docs-search {
		border-radius: 14px;
		grid-template-columns: 16px minmax(0, 1fr);
		min-height: 52px;
	}

	.aysa-help-docs-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.aysa-help-docs-section {
		padding: 40px 0;
	}

	.aysa-help-start-card,
	.aysa-help-collection-card,
	.aysa-help-feature-card,
	.aysa-help-docs-final__inner {
		border-radius: 16px;
	}

	.aysa-help-docs-final__inner {
		padding: 22px;
	}

	.aysa-help-actions,
	.aysa-help-button,
	.aysa-help-article-footer {
		width: 100%;
	}

	.aysa-help-article-layout {
		padding-bottom: 58px;
		padding-top: 28px;
	}

	.aysa-help-article-header h1 {
		font-size: 38px;
	}

	.aysa-help-article-body h2 {
		font-size: 24px;
	}
}
