/* Group Starlight Technical Support page. All page rules are module-scoped. */
html:has(body.starlight-service-page-active) {
	overflow-x: clip;
}

body.starlight-service-page-active {
	overflow-x: clip;
}

body.starlight-service-page-active .cs-site-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.starlight-service-page-active .cs-read-next {
	padding-top: 0 !important;
}

.starlight-support-page {
	--ssp-page: #f7f6fb;
	--ssp-surface: #ffffff;
	--ssp-surface-soft: #f1eef7;
	--ssp-surface-accent: #ece9f4;
	--ssp-text: #17131f;
	--ssp-muted: #655f70;
	--ssp-line: rgba(36, 24, 56, .12);
	--ssp-accent: #7c3aed;
	--ssp-accent-strong: #a855f7;
	--ssp-accent-soft: #ede9fe;
	--ssp-status: #d96824;
	--ssp-status-soft: #fff0e5;
	--ssp-hero:
		radial-gradient(circle at 80% 13%, rgba(234, 122, 58, .15), transparent 28%),
		radial-gradient(circle at 66% 26%, rgba(139, 92, 246, .22), transparent 39%),
		linear-gradient(145deg, #faf9ff 0%, #f2edff 57%, #f1e9e4 100%);
	--ssp-board: rgba(255, 255, 255, .82);
	--ssp-board-inner: rgba(248, 246, 252, .95);
	--ssp-shadow: 0 24px 70px rgba(50, 32, 82, .1);
	--ssp-shadow-strong: 0 40px 110px rgba(45, 27, 78, .2);
	position: relative;
	display: block;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: clip;
	font-family: Inter, Montserrat, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: var(--ssp-text);
	background: var(--ssp-page);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	isolation: isolate;
}

body[data-scheme="dark"] .starlight-support-page {
	--ssp-page: #09060f;
	--ssp-surface: #120d1c;
	--ssp-surface-soft: #171020;
	--ssp-surface-accent: #1a1222;
	--ssp-text: #f6f2fb;
	--ssp-muted: #aaa3b7;
	--ssp-line: rgba(232, 222, 248, .13);
	--ssp-accent: #9b6cff;
	--ssp-accent-strong: #c067ff;
	--ssp-accent-soft: rgba(155, 108, 255, .16);
	--ssp-status: #f5a25f;
	--ssp-status-soft: rgba(251, 146, 60, .14);
	--ssp-hero:
		radial-gradient(circle at 80% 13%, rgba(249, 115, 22, .14), transparent 29%),
		radial-gradient(circle at 66% 26%, rgba(139, 92, 246, .27), transparent 40%),
		linear-gradient(145deg, #080411 0%, #120721 57%, #23100c 120%);
	--ssp-board: rgba(19, 12, 31, .88);
	--ssp-board-inner: rgba(11, 7, 18, .77);
	--ssp-shadow: 0 24px 70px rgba(0, 0, 0, .27);
	--ssp-shadow-strong: 0 40px 110px rgba(0, 0, 0, .47);
}

@media (prefers-color-scheme: dark) {
	body[data-scheme="auto"] .starlight-support-page {
		--ssp-page: #09060f;
		--ssp-surface: #120d1c;
		--ssp-surface-soft: #171020;
		--ssp-surface-accent: #1a1222;
		--ssp-text: #f6f2fb;
		--ssp-muted: #aaa3b7;
		--ssp-line: rgba(232, 222, 248, .13);
		--ssp-accent: #9b6cff;
		--ssp-accent-strong: #c067ff;
		--ssp-accent-soft: rgba(155, 108, 255, .16);
		--ssp-status: #f5a25f;
		--ssp-status-soft: rgba(251, 146, 60, .14);
		--ssp-hero:
			radial-gradient(circle at 80% 13%, rgba(249, 115, 22, .14), transparent 29%),
			radial-gradient(circle at 66% 26%, rgba(139, 92, 246, .27), transparent 40%),
			linear-gradient(145deg, #080411 0%, #120721 57%, #23100c 120%);
		--ssp-board: rgba(19, 12, 31, .88);
		--ssp-board-inner: rgba(11, 7, 18, .77);
		--ssp-shadow: 0 24px 70px rgba(0, 0, 0, .27);
		--ssp-shadow-strong: 0 40px 110px rgba(0, 0, 0, .47);
	}
}

.starlight-support-page *,
.starlight-support-page *::before,
.starlight-support-page *::after {
	box-sizing: border-box;
}

.starlight-support-page h1,
.starlight-support-page h2,
.starlight-support-page h3,
.starlight-support-page p,
.starlight-support-page ul,
.starlight-support-page ol {
	padding: 0;
	margin: 0;
}

.starlight-support-page h1,
.starlight-support-page h2,
.starlight-support-page h3 {
	font-family: inherit;
	font-weight: 750;
	line-height: 1.06;
	color: var(--ssp-text);
	text-transform: none;
	letter-spacing: -.045em;
}

.starlight-support-page h1 {
	max-width: 790px;
	font-size: clamp(52px, 5.15vw, 75px);
	text-wrap: balance;
}

.starlight-support-page h1 span {
	color: transparent;
	background: linear-gradient(135deg, #6d28d9 3%, #8b5cf6 47%, #df6f2b 114%);
	-webkit-background-clip: text;
	background-clip: text;
}

body[data-scheme="dark"] .starlight-support-page h1 span {
	background-image: linear-gradient(135deg, #c4b5fd 0%, #a855f7 49%, #fdba74 114%);
}

@media (prefers-color-scheme: dark) {
	body[data-scheme="auto"] .starlight-support-page h1 span {
		background-image: linear-gradient(135deg, #c4b5fd 0%, #a855f7 49%, #fdba74 114%);
	}
}

.starlight-support-page h2 {
	max-width: 880px;
	font-size: clamp(38px, 4.2vw, 60px);
	text-wrap: balance;
}

.starlight-support-page h3 {
	font-size: 23px;
	letter-spacing: -.03em;
}

.starlight-support-page a {
	color: inherit;
	text-decoration: none;
}

.starlight-support-page ul,
.starlight-support-page ol {
	list-style: none;
}

.starlight-support-page button,
.starlight-support-page a {
	-webkit-tap-highlight-color: transparent;
}

.starlight-support-page__container {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 48px), 1320px);
	margin-inline: auto;
}

.starlight-support-page__section {
	position: relative;
	padding: clamp(82px, 8vw, 120px) 0;
	background: var(--ssp-page);
}

.starlight-support-page__section--soft {
	background:
		radial-gradient(circle at 88% 9%, color-mix(in srgb, var(--ssp-status) 10%, transparent), transparent 28%),
		var(--ssp-surface-soft);
}

.starlight-support-page__eyebrow {
	display: inline-flex;
	gap: 11px;
	align-items: center;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--ssp-accent);
	text-transform: uppercase;
	letter-spacing: .16em;
}

.starlight-support-page__eyebrow::before {
	width: 30px;
	height: 1px;
	content: "";
	background: currentColor;
}

.starlight-support-page__section-heading {
	max-width: 900px;
	margin-bottom: clamp(42px, 5vw, 64px);
}

.starlight-support-page__section-heading > p:last-child,
.starlight-support-page__final-grid > div > p {
	max-width: 740px;
	margin-top: 22px;
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.7;
	color: var(--ssp-muted);
}

.starlight-support-page__section-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.starlight-support-page__section-heading--center h2,
.starlight-support-page__section-heading--center > p:last-child {
	margin-right: auto;
	margin-left: auto;
}

.starlight-support-page__hero {
	position: relative;
	min-height: 760px;
	padding: clamp(86px, 8vw, 120px) 0 clamp(78px, 7vw, 104px);
	overflow: hidden;
	background: var(--ssp-hero);
}

.starlight-support-page__ambient {
	position: absolute;
	inset: 0;
	opacity: .44;
	pointer-events: none;
	background:
		linear-gradient(var(--ssp-line) 1px, transparent 1px),
		linear-gradient(90deg, var(--ssp-line) 1px, transparent 1px),
		radial-gradient(circle, color-mix(in srgb, var(--ssp-status) 37%, transparent) 0 1px, transparent 1.5px);
	background-size: 80px 80px, 80px 80px, 40px 40px;
	mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.starlight-support-page__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr);
	gap: clamp(54px, 6vw, 92px);
	align-items: center;
	min-height: 570px;
}

.starlight-support-page__hero-copy {
	position: relative;
	z-index: 3;
}

.starlight-support-page__lead {
	max-width: 730px;
	margin-top: 25px !important;
	font-size: clamp(18px, 1.55vw, 21px);
	line-height: 1.72;
	color: var(--ssp-muted);
}

.starlight-support-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 35px;
}

.starlight-support-page .starlight-hero-growth__button {
	display: inline-flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 15px 25px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 999px;
	transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.starlight-support-page .starlight-hero-growth__button--primary {
	color: #fff;
	background: linear-gradient(135deg, #7c3aed, #a855f7);
	box-shadow: 0 18px 42px rgba(124, 58, 237, .28);
}

.starlight-support-page .starlight-hero-growth__button--secondary {
	color: var(--ssp-text);
	background: color-mix(in srgb, var(--ssp-surface) 68%, transparent);
	border-color: var(--ssp-line);
	backdrop-filter: blur(12px);
}

.starlight-support-page .starlight-hero-growth__button:hover,
.starlight-support-page .starlight-hero-growth__button:focus-visible {
	transform: translateY(-2px);
}

.starlight-support-page .starlight-hero-growth__button--primary:hover,
.starlight-support-page .starlight-hero-growth__button--primary:focus-visible {
	color: #fff;
	box-shadow: 0 24px 54px rgba(124, 58, 237, .38);
}

.starlight-support-page .starlight-hero-growth__button--secondary:hover,
.starlight-support-page .starlight-hero-growth__button--secondary:focus-visible {
	color: var(--ssp-text);
	background: var(--ssp-surface);
	border-color: color-mix(in srgb, var(--ssp-accent) 38%, var(--ssp-line));
}

.starlight-support-page .starlight-hero-growth__button:focus-visible {
	outline: 3px solid rgba(139, 92, 246, .34);
	outline-offset: 5px;
}

.starlight-support-page__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	margin-top: 46px !important;
}

.starlight-support-page__trust li {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: var(--ssp-muted);
}

.starlight-support-page__trust li::before {
	width: 8px;
	height: 8px;
	content: "";
	background: var(--ssp-status);
	border-radius: 50%;
	box-shadow: 0 0 0 4px var(--ssp-status-soft);
}

.starlight-support-page__operations-board {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: var(--ssp-board);
	border: 1px solid color-mix(in srgb, var(--ssp-accent) 24%, var(--ssp-line));
	border-radius: 28px;
	box-shadow: var(--ssp-shadow-strong);
	backdrop-filter: blur(22px);
	transform: perspective(1500px) rotateY(-2deg) rotateX(1deg);
}

.starlight-support-page__operations-board::before {
	position: absolute;
	inset: -1px;
	z-index: -1;
	content: "";
	pointer-events: none;
	background: linear-gradient(145deg, rgba(255, 255, 255, .28), transparent 32%, color-mix(in srgb, var(--ssp-status) 14%, transparent));
}

.starlight-support-page__board-bar {
	display: flex;
	gap: 12px;
	align-items: center;
	min-height: 53px;
	padding: 0 18px;
	border-bottom: 1px solid var(--ssp-line);
}

.starlight-support-page__board-bar > div {
	display: flex;
	gap: 7px;
}

.starlight-support-page__board-bar > div span {
	width: 8px;
	height: 8px;
	background: var(--ssp-line);
	border-radius: 50%;
}

.starlight-support-page__board-bar > div span:nth-child(1) {
	background: #f472b6;
}

.starlight-support-page__board-bar > div span:nth-child(2) {
	background: #fbbf24;
}

.starlight-support-page__board-bar > div span:nth-child(3) {
	background: var(--ssp-status);
}

.starlight-support-page__board-bar strong {
	font-size: 12px;
	font-weight: 750;
	color: var(--ssp-muted);
	letter-spacing: .03em;
}

.starlight-support-page__board-bar small {
	padding: 5px 9px;
	margin-left: auto;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	color: var(--ssp-status);
	text-transform: uppercase;
	letter-spacing: .08em;
	background: var(--ssp-status-soft);
	border-radius: 999px;
}

.starlight-support-page__board-body {
	padding: clamp(24px, 3vw, 36px);
	background: var(--ssp-board-inner);
}

.starlight-support-page__board-body header > div {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	font-weight: 850;
	color: var(--ssp-status);
	text-transform: uppercase;
	letter-spacing: .12em;
}

.starlight-support-page__pulse {
	width: 9px;
	height: 9px;
	background: var(--ssp-status);
	border-radius: 50%;
	box-shadow: 0 0 0 5px var(--ssp-status-soft);
}

.starlight-support-page__board-body header > strong {
	display: block;
	max-width: 430px;
	margin-top: 14px;
	font-size: clamp(26px, 2.4vw, 35px);
	line-height: 1.14;
	letter-spacing: -.04em;
}

.starlight-support-page__support-flow {
	display: grid;
	gap: 9px;
	margin-top: 27px;
}

.starlight-support-page__support-flow article {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	padding: 12px 13px;
	background: color-mix(in srgb, var(--ssp-surface) 82%, transparent);
	border: 1px solid var(--ssp-line);
	border-radius: 13px;
}

.starlight-support-page__support-flow article > span {
	display: grid;
	width: 34px;
	height: 34px;
	font-size: 12px;
	font-weight: 850;
	color: var(--ssp-accent);
	background: var(--ssp-accent-soft);
	border-radius: 10px;
	place-items: center;
}

.starlight-support-page__support-flow strong,
.starlight-support-page__support-flow small {
	display: block;
}

.starlight-support-page__support-flow strong {
	font-size: 13px;
	line-height: 1.25;
}

.starlight-support-page__support-flow small {
	margin-top: 3px;
	font-size: 12px;
	color: var(--ssp-muted);
}

.starlight-support-page__support-flow article > i {
	padding: 5px 7px;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	color: var(--ssp-status);
	text-transform: uppercase;
	letter-spacing: .06em;
	background: var(--ssp-status-soft);
	border-radius: 999px;
}

.starlight-support-page__readiness {
	padding: 15px;
	margin-top: 15px;
	background: var(--ssp-surface);
	border: 1px solid var(--ssp-line);
	border-radius: 14px;
}

.starlight-support-page__readiness span,
.starlight-support-page__readiness strong {
	display: block;
}

.starlight-support-page__readiness span {
	font-size: 12px;
	font-weight: 850;
	color: var(--ssp-muted);
	text-transform: uppercase;
	letter-spacing: .08em;
}

.starlight-support-page__readiness strong {
	margin-top: 5px;
	font-size: 13px;
}

.starlight-support-page__readiness > div:nth-child(2) {
	height: 6px;
	margin-top: 12px;
	overflow: hidden;
	background: var(--ssp-surface-soft);
	border-radius: 999px;
}

.starlight-support-page__readiness > div:nth-child(2) i {
	display: block;
	width: 84%;
	height: 100%;
	background: linear-gradient(90deg, var(--ssp-accent), var(--ssp-status));
	border-radius: inherit;
}

.starlight-support-page__readiness > small {
	display: block;
	margin-top: 9px;
	font-size: 12px;
	color: var(--ssp-muted);
}

.starlight-support-page__track-list {
	display: grid;
	gap: 14px;
}

.starlight-support-page__track-list > article {
	display: grid;
	grid-template-columns: 180px minmax(260px, .95fr) minmax(280px, 1.05fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
	min-height: 220px;
	padding: 32px;
	background: var(--ssp-surface);
	border: 1px solid var(--ssp-line);
	border-radius: 24px;
	box-shadow: var(--ssp-shadow);
}

.starlight-support-page__track-index {
	display: grid;
	gap: 13px;
}

.starlight-support-page__track-index > span,
.starlight-support-page__coverage-grid article > span,
.starlight-support-page__foundation-grid article > span {
	display: grid;
	width: 44px;
	height: 44px;
	font-size: 12px;
	font-weight: 850;
	color: var(--ssp-accent);
	background: var(--ssp-accent-soft);
	border-radius: 13px;
	place-items: center;
}

.starlight-support-page__track-index small {
	max-width: 130px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.45;
	color: var(--ssp-status);
	text-transform: uppercase;
	letter-spacing: .08em;
}

.starlight-support-page__track-list h3 {
	font-size: 32px;
}

.starlight-support-page__track-list article > div:nth-child(2) p {
	margin-top: 13px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--ssp-muted);
}

.starlight-support-page__track-list ul,
.starlight-support-page__coverage-grid ul {
	display: grid;
	gap: 11px;
}

.starlight-support-page__track-list li,
.starlight-support-page__coverage-grid li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13px;
	font-weight: 680;
	line-height: 1.45;
	color: var(--ssp-text);
}

.starlight-support-page__track-list li::before,
.starlight-support-page__coverage-grid li::before {
	width: 7px;
	height: 7px;
	margin-top: 6px;
	content: "";
	background: var(--ssp-status);
	border-radius: 50%;
	flex: 0 0 auto;
}

.starlight-support-page__coverage-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.starlight-support-page__coverage-grid article {
	min-height: 370px;
	padding: 29px 27px;
	background: var(--ssp-surface);
	border: 1px solid var(--ssp-line);
	border-radius: 24px;
	box-shadow: var(--ssp-shadow);
}

.starlight-support-page__coverage-grid h3 {
	margin-top: 35px;
	font-size: 25px;
}

.starlight-support-page__coverage-grid article > p {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--ssp-muted);
}

.starlight-support-page__coverage-grid ul {
	margin-top: 25px;
}

.starlight-support-page__section--workflow {
	color: #fff;
	background:
		radial-gradient(circle at 88% 10%, rgba(249, 115, 22, .14), transparent 28%),
		radial-gradient(circle at 10% 88%, rgba(168, 85, 247, .17), transparent 32%),
		linear-gradient(145deg, #080311 0%, #150729 52%, #23100c 120%);
}

.starlight-support-page__workflow-layout {
	display: grid;
	grid-template-columns: minmax(250px, .68fr) minmax(380px, 1fr) minmax(310px, .78fr);
	gap: clamp(35px, 4.5vw, 66px);
	align-items: start;
}

.starlight-support-page__workflow-layout > .starlight-support-page__section-heading {
	position: sticky;
	top: 110px;
	margin-bottom: 0;
}

.starlight-support-page__section--workflow h2,
.starlight-support-page__section--workflow h3 {
	color: #fff !important;
}

.starlight-support-page__section--workflow .starlight-support-page__eyebrow {
	color: #c4b5fd;
}

.starlight-support-page__section--workflow .starlight-support-page__section-heading > p:last-child {
	color: rgba(255, 255, 255, .67) !important;
}

.starlight-support-page__workflow {
	position: relative;
	display: grid;
	gap: 0;
}

.starlight-support-page__workflow::before {
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 24px;
	width: 1px;
	content: "";
	background: linear-gradient(to bottom, var(--ssp-status), rgba(255, 255, 255, .15));
}

.starlight-support-page__workflow article {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 19px;
	padding: 0 0 30px;
}

.starlight-support-page__workflow article:last-child {
	padding-bottom: 0;
}

.starlight-support-page__workflow article > span {
	z-index: 1;
	display: grid;
	width: 48px;
	height: 48px;
	font-size: 12px;
	font-weight: 850;
	color: #fdba74;
	background: #1b1027;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(249, 115, 22, .08);
	place-items: center;
}

.starlight-support-page__workflow h3 {
	font-size: 22px;
}

.starlight-support-page__workflow p {
	margin-top: 9px;
	font-size: 14px;
	line-height: 1.67;
	color: rgba(255, 255, 255, .65) !important;
}

.starlight-support-page__priority-card {
	position: sticky;
	top: 110px;
	padding: 30px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 25px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, .23);
	backdrop-filter: blur(14px);
}

.starlight-support-page__priority-card .starlight-support-page__eyebrow {
	margin-bottom: 14px;
}

.starlight-support-page__priority-card > h3 {
	font-size: 27px;
}

.starlight-support-page__priority-card > div {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.starlight-support-page__priority-card article {
	padding: 15px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
}

.starlight-support-page__priority-card article > span {
	display: inline-flex;
	padding: 4px 7px;
	font-size: 12px;
	font-weight: 850;
	color: #fdba74;
	text-transform: uppercase;
	letter-spacing: .08em;
	background: rgba(249, 115, 22, .12);
	border-radius: 999px;
}

.starlight-support-page__priority-card article > strong {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #fff;
}

.starlight-support-page__priority-card article > p {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .62) !important;
}

.starlight-support-page__priority-card > small {
	display: block;
	margin-top: 19px;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .6);
}

.starlight-support-page__agreement-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(390px, .74fr);
	gap: clamp(58px, 8vw, 110px);
	align-items: start;
}

.starlight-support-page__agreement-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
}

.starlight-support-page__agreement-list > span {
	display: flex;
	gap: 14px;
	align-items: center;
	min-height: 67px;
	padding: 14px 17px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	background: var(--ssp-surface);
	border: 1px solid var(--ssp-line);
	border-radius: 15px;
}

.starlight-support-page__agreement-list i {
	display: grid;
	width: 32px;
	height: 32px;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	color: var(--ssp-status);
	background: var(--ssp-status-soft);
	border-radius: 9px;
	flex: 0 0 auto;
	place-items: center;
}

.starlight-support-page__onboarding-card {
	position: sticky;
	top: 110px;
	padding: 34px;
	background:
		radial-gradient(circle at 92% 0%, color-mix(in srgb, var(--ssp-status) 17%, transparent), transparent 33%),
		var(--ssp-surface);
	border: 1px solid var(--ssp-line);
	border-radius: 26px;
	box-shadow: var(--ssp-shadow);
}

.starlight-support-page__onboarding-card .starlight-support-page__eyebrow {
	margin-bottom: 16px;
}

.starlight-support-page__onboarding-card > h3 {
	font-size: 30px;
}

.starlight-support-page__onboarding-card ol {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}

.starlight-support-page__onboarding-card li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
}

.starlight-support-page__onboarding-card li > span {
	display: grid;
	width: 34px;
	height: 34px;
	font-size: 12px;
	font-weight: 850;
	color: var(--ssp-status);
	background: var(--ssp-status-soft);
	border-radius: 10px;
	place-items: center;
}

.starlight-support-page__onboarding-card li strong,
.starlight-support-page__onboarding-card li small {
	display: block;
}

.starlight-support-page__onboarding-card li strong {
	font-size: 13px;
}

.starlight-support-page__onboarding-card li small {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--ssp-muted);
}

.starlight-support-page__onboarding-card > a {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}

.starlight-support-page__foundation-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.starlight-support-page__foundation-grid article {
	min-height: 285px;
	padding: 30px;
	background: var(--ssp-surface);
	border: 1px solid var(--ssp-line);
	border-radius: 24px;
	box-shadow: var(--ssp-shadow);
}

.starlight-support-page__foundation-grid h3 {
	margin-top: 42px;
	font-size: 25px;
}

.starlight-support-page__foundation-grid p {
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--ssp-muted);
}

.starlight-support-page__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	max-width: 980px;
	margin: 34px auto 0;
}

.starlight-support-page__pills span {
	padding: 8px 11px;
	font-size: 12px;
	font-weight: 700;
	color: var(--ssp-muted);
	background: var(--ssp-surface);
	border: 1px solid var(--ssp-line);
	border-radius: 999px;
}

.starlight-support-page__faq-section {
	padding-bottom: 0;
}

.starlight-support-page__faq-grid {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	gap: clamp(55px, 8vw, 110px);
	align-items: start;
}

.starlight-support-page__faq-grid .starlight-support-page__section-heading {
	position: sticky;
	top: 110px;
	margin-bottom: 0;
}

.starlight-support-page__accordion {
	display: grid;
	gap: 14px;
}

.starlight-support-page__faq-item {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--ssp-line);
}

.starlight-support-page__faq-item h3 {
	font-size: inherit;
	letter-spacing: 0;
}

.starlight-support-page__faq-item button {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 22px 24px;
	font: inherit;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
	color: var(--ssp-text);
	text-align: left;
	cursor: pointer;
	background: linear-gradient(145deg, color-mix(in srgb, var(--ssp-surface) 92%, #ffffff 8%), var(--ssp-surface));
	border: 1px solid var(--ssp-line);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(20, 10, 38, .08);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.starlight-support-page__faq-item.is-open button {
	border-color: color-mix(in srgb, var(--ssp-accent) 48%, var(--ssp-line));
	box-shadow: 0 18px 46px rgba(91, 47, 150, .13);
}

.starlight-support-page__faq-item button:focus-visible {
	outline: 3px solid rgba(139, 92, 246, .34);
	outline-offset: 5px;
}

.starlight-support-page__faq-icon {
	position: relative;
	width: 34px;
	height: 34px;
	background: var(--ssp-accent-soft);
	border-radius: 50%;
	flex: 0 0 auto;
}

.starlight-support-page__faq-icon::before,
.starlight-support-page__faq-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 2px;
	content: "";
	background: var(--ssp-accent);
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}

.starlight-support-page__faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.starlight-support-page__faq-item.is-open .starlight-support-page__faq-icon::after {
	transform: translate(-50%, -50%) rotate(0);
}

.starlight-support-page__faq-panel {
	padding: 18px 24px 10px;
}

.starlight-support-page__faq-panel p {
	font-size: 16px;
	line-height: 1.72;
	color: var(--ssp-muted);
}

.starlight-support-page__faq-panel[hidden] {
	display: none;
}

.starlight-support-page__final-cta {
	position: relative;
	padding: clamp(84px, 9vw, 128px) 0;
	margin-top: clamp(82px, 8vw, 118px);
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 84% 16%, rgba(249, 115, 22, .17), transparent 29%),
		radial-gradient(circle at 76% 20%, rgba(168, 85, 247, .3), transparent 36%),
		linear-gradient(145deg, #080311 0%, #140627 54%, #23100c 120%);
}

.starlight-support-page__final-cta::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(circle at 50% 50%, #000, transparent 78%);
}

.starlight-support-page__final-grid {
	max-width: 950px;
	text-align: center;
}

.starlight-support-page__final-grid h2 {
	margin-inline: auto;
	color: #fff !important;
}

.starlight-support-page__final-grid > div > p {
	margin-right: auto;
	margin-left: auto;
	color: rgba(255, 255, 255, .7) !important;
}

.starlight-support-page__final-grid .starlight-support-page__eyebrow {
	color: #c4b5fd !important;
}

.starlight-support-page__final-grid .starlight-support-page__actions {
	justify-content: center;
}

.starlight-support-page__final-grid .starlight-hero-growth__button--secondary {
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .17);
}

.starlight-support-page__final-grid--form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(370px, .76fr);
	gap: clamp(42px, 7vw, 82px);
	align-items: center;
	max-width: 1200px;
	text-align: left;
}

.starlight-support-page__final-grid--form h2,
.starlight-support-page__final-grid--form > div > p {
	margin-left: 0;
}

.starlight-support-page__final-grid--form .starlight-support-page__actions {
	justify-content: flex-start;
}

.starlight-support-page__form-card {
	padding: clamp(27px, 4vw, 40px);
	color: #17131f;
	text-align: left;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 26px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.starlight-support-page__form-card > p {
	margin-top: 12px;
	font-size: 14px;
	color: #655f70;
}

.starlight-support-page .starlight-support-page__form-card h3 {
	color: #17131f;
}

.starlight-support-page__form-card .wpforms-container {
	margin: 24px 0 0;
}

.starlight-support-page__form-card input[type="text"],
.starlight-support-page__form-card input[type="email"],
.starlight-support-page__form-card input[type="tel"],
.starlight-support-page__form-card textarea,
.starlight-support-page__form-card select {
	width: 100%;
	color: #17131f;
	background: #f8f7fc;
	border: 1px solid #dcd7e7;
	border-radius: 10px;
}

.starlight-support-page__form-card button[type="submit"] {
	min-height: 50px;
	padding: 14px 22px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, #7c3aed, #a855f7);
	border: 0;
	border-radius: 999px;
}

body.starlight-service-page-active #pum-1278.pum-overlay {
	background: rgba(6, 0, 24, .72) !important;
	backdrop-filter: blur(12px);
}

body.starlight-service-page-active #popmake-1278.pum-container {
	box-sizing: border-box;
	width: min(calc(100vw - 32px), 640px) !important;
	max-width: calc(100vw - 32px) !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: calc(100vh - 48px) !important;
	padding: clamp(24px, 4vw, 36px) !important;
	overflow-y: auto !important;
	color: #fff;
	background:
		radial-gradient(circle at 78% 12%, rgba(139, 92, 246, .3), transparent 34%),
		radial-gradient(circle at 10% 86%, rgba(249, 115, 22, .14), transparent 38%),
		linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)) !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 28px !important;
	box-shadow: 0 34px 100px rgba(0, 0, 0, .48), 0 0 80px rgba(139, 92, 246, .24) !important;
	backdrop-filter: blur(22px);
}

body.starlight-service-page-active #popmake-1278 .pum-content,
body.starlight-service-page-active #popmake-1278 .wpforms-container,
body.starlight-service-page-active #popmake-1278 .wpforms-form {
	margin: 0 !important;
	color: #fff;
}

body.starlight-service-page-active #popmake-1278 .wpforms-field {
	padding: 0 0 17px !important;
}

body.starlight-service-page-active #popmake-1278 .wpforms-field-label {
	margin: 0 0 8px !important;
	font-size: 15px !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
	color: #fff !important;
}

body.starlight-service-page-active #popmake-1278 .wpforms-required-label {
	color: #c084fc !important;
}

body.starlight-service-page-active #popmake-1278 input[type="text"],
body.starlight-service-page-active #popmake-1278 input[type="email"],
body.starlight-service-page-active #popmake-1278 input[type="tel"],
body.starlight-service-page-active #popmake-1278 textarea {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 16px !important;
	color: #fff !important;
	background: rgba(255, 255, 255, .08) !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 16px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.starlight-service-page-active #popmake-1278 input[type="text"],
body.starlight-service-page-active #popmake-1278 input[type="email"],
body.starlight-service-page-active #popmake-1278 input[type="tel"] {
	min-height: 50px !important;
	padding: 12px 14px !important;
}

body.starlight-service-page-active #popmake-1278 textarea {
	min-height: 132px !important;
	padding: 14px !important;
	resize: vertical;
}

body.starlight-service-page-active #popmake-1278 input:focus,
body.starlight-service-page-active #popmake-1278 textarea:focus {
	background: rgba(255, 255, 255, .11) !important;
	border-color: rgba(168, 85, 247, .72) !important;
	box-shadow: 0 0 0 3px rgba(139, 92, 246, .22) !important;
	outline: none !important;
}

body.starlight-service-page-active #popmake-1278 .wpforms-submit-container {
	padding: 4px 0 0 !important;
}

body.starlight-service-page-active #popmake-1278 button.wpforms-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 50px !important;
	padding: 13px 26px !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	color: #fff !important;
	background: linear-gradient(135deg, #8b5cf6, #a855f7) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 18px 42px rgba(124, 58, 237, .34) !important;
}

body.starlight-service-page-active #popmake-1278 .pum-close {
	top: 12px !important;
	right: 12px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	font-size: 24px !important;
	line-height: 1 !important;
	color: #fff !important;
	background: rgba(255, 255, 255, .1) !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
}

@media (max-width: 1180px) {
	.starlight-support-page__coverage-grid,
	.starlight-support-page__foundation-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.starlight-support-page__workflow-layout {
		grid-template-columns: minmax(270px, .7fr) minmax(390px, 1fr);
	}

	.starlight-support-page__priority-card {
		position: relative;
		top: auto;
		grid-column: 2;
	}
}

@media (max-width: 1100px) {
	.starlight-support-page__hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr);
		gap: 42px;
	}

	.starlight-support-page__track-list > article {
		grid-template-columns: 140px minmax(0, 1fr) minmax(250px, .9fr);
		gap: 30px;
	}
}

@media (max-width: 960px) {
	.starlight-support-page__hero {
		min-height: 0;
	}

	.starlight-support-page__hero-grid,
	.starlight-support-page__workflow-layout,
	.starlight-support-page__agreement-layout,
	.starlight-support-page__faq-grid,
	.starlight-support-page__final-grid--form {
		grid-template-columns: 1fr;
	}

	.starlight-support-page__hero-copy {
		max-width: 780px;
	}

	.starlight-support-page__operations-board {
		width: min(100%, 700px);
		margin-inline: auto;
		transform: none;
	}

	.starlight-support-page__track-list > article {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.starlight-support-page__track-list > article ul {
		grid-column: 2;
	}

	.starlight-support-page__workflow-layout > .starlight-support-page__section-heading,
	.starlight-support-page__priority-card,
	.starlight-support-page__onboarding-card,
	.starlight-support-page__faq-grid .starlight-support-page__section-heading {
		position: relative;
		top: auto;
	}

	.starlight-support-page__workflow-layout > .starlight-support-page__section-heading,
	.starlight-support-page__faq-grid .starlight-support-page__section-heading {
		margin-bottom: 0;
	}

	.starlight-support-page__priority-card {
		grid-column: auto;
		max-width: 700px;
	}

	.starlight-support-page__onboarding-card {
		max-width: 700px;
	}

	.starlight-support-page__final-grid--form {
		max-width: 720px;
	}
}

@media (max-width: 680px) {
	.starlight-support-page__container {
		width: min(calc(100% - 32px), 1320px);
	}

	.starlight-support-page__section {
		padding: 74px 0;
	}

	.starlight-support-page__hero {
		padding: 70px 0 76px;
	}

	.starlight-support-page h1 {
		font-size: clamp(42px, 12vw, 54px);
		line-height: 1.02;
	}

	.starlight-support-page h2 {
		font-size: clamp(34px, 10vw, 44px);
	}

	.starlight-support-page__lead {
		font-size: 17px;
	}

	.starlight-support-page__actions {
		align-items: stretch;
	}

	.starlight-support-page .starlight-hero-growth__button {
		width: 100%;
		white-space: normal;
	}

	.starlight-support-page__trust {
		display: grid;
		grid-template-columns: 1fr;
		gap: 13px;
		margin-top: 36px !important;
	}

	.starlight-support-page__board-body {
		padding: 20px;
	}

	.starlight-support-page__board-body header > strong {
		font-size: 25px;
	}

	.starlight-support-page__support-flow article {
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.starlight-support-page__support-flow article > i {
		grid-column: 2;
		justify-self: start;
	}

	.starlight-support-page__track-list > article {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
		padding: 26px 23px;
	}

	.starlight-support-page__track-list > article ul {
		grid-column: auto;
	}

	.starlight-support-page__track-index {
		grid-template-columns: 44px minmax(0, 1fr);
		align-items: center;
	}

	.starlight-support-page__track-index small {
		max-width: none;
	}

	.starlight-support-page__coverage-grid,
	.starlight-support-page__foundation-grid,
	.starlight-support-page__agreement-list {
		grid-template-columns: 1fr;
	}

	.starlight-support-page__coverage-grid article {
		min-height: 0;
		padding: 26px 23px;
	}

	.starlight-support-page__priority-card,
	.starlight-support-page__onboarding-card,
	.starlight-support-page__foundation-grid article {
		padding: 26px 23px;
	}

	.starlight-support-page__faq-item button {
		padding: 19px 18px;
		font-size: 17px;
	}

	.starlight-support-page__faq-panel {
		padding: 16px 18px 8px;
	}

	.starlight-support-page__final-cta {
		margin-top: 74px;
	}

	body.starlight-service-page-active #popmake-1278 .pum-close {
		top: 10px !important;
		right: 10px !important;
		width: 30px !important;
		height: 30px !important;
		font-size: 20px !important;
	}
}

@media (max-width: 480px) {
	.starlight-support-page__board-bar strong {
		display: none;
	}

	body.starlight-service-page-active #ckyPreferenceCenter {
		box-sizing: border-box;
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
	}

	body.starlight-service-page-active #ckyPreferenceCenter .cky-preference-header,
	body.starlight-service-page-active #ckyPreferenceCenter .cky-preference-body-wrapper,
	body.starlight-service-page-active #ckyPreferenceCenter .cky-preference-content-wrapper,
	body.starlight-service-page-active #ckyPreferenceCenter .cky-accordion-wrapper,
	body.starlight-service-page-active #ckyPreferenceCenter .cky-accordion {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.starlight-service-page-active #popmake-1278.pum-container {
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
		max-height: calc(100vh - 24px) !important;
		padding: 24px 16px !important;
		border-radius: 22px !important;
	}

	body.starlight-service-page-active #popmake-1278 button.wpforms-submit {
		width: 100% !important;
	}
}

@media (max-width: 360px) {
	body.starlight-service-page-active .cs-header__inner-mobile .cs-header__logo,
	body.starlight-service-page-active .cs-header__inner-mobile .cs-header__logo a {
		max-width: 158px !important;
		font-size: 19px !important;
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.starlight-support-page .starlight-hero-growth__button,
	.starlight-support-page__faq-icon::after {
		transition: none;
	}
}
