/* Group Starlight Cybersecurity & Website Protection 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-cyber-page {
	--scy-page: #f7f6fb;
	--scy-surface: #ffffff;
	--scy-surface-soft: #eef4fb;
	--scy-surface-accent: #ebe8f5;
	--scy-text: #17131f;
	--scy-muted: #655f70;
	--scy-line: rgba(36, 24, 56, .12);
	--scy-accent: #7c3aed;
	--scy-accent-strong: #a855f7;
	--scy-accent-soft: #ede9fe;
	--scy-cyber: #0783a8;
	--scy-cyber-strong: #06b6d4;
	--scy-cyber-soft: #ddf7fb;
	--scy-danger: #d74f67;
	--scy-danger-soft: #fee8ee;
	--scy-hero:
		radial-gradient(circle at 80% 12%, rgba(6, 182, 212, .16), transparent 28%),
		radial-gradient(circle at 66% 26%, rgba(139, 92, 246, .22), transparent 39%),
		linear-gradient(145deg, #faf9ff 0%, #f0edff 57%, #e9f7fb 115%);
	--scy-console: rgba(255, 255, 255, .82);
	--scy-console-inner: rgba(247, 250, 252, .95);
	--scy-shadow: 0 24px 70px rgba(50, 32, 82, .1);
	--scy-shadow-strong: 0 40px 110px rgba(30, 44, 84, .2);
	position: relative;
	display: block;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: clip;
	font-family: Roboto, Arial, sans-serif;
	font-synthesis: none;
	font-size: 16px;
	line-height: 1.65;
	color: var(--scy-text);
	background: var(--scy-page);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	isolation: isolate;
}

body[data-scheme="dark"] .starlight-cyber-page {
	--scy-page: #09060f;
	--scy-surface: #120d1c;
	--scy-surface-soft: #101722;
	--scy-surface-accent: #171125;
	--scy-text: #f6f2fb;
	--scy-muted: #aaa3b7;
	--scy-line: rgba(232, 222, 248, .13);
	--scy-accent: #9b6cff;
	--scy-accent-strong: #c067ff;
	--scy-accent-soft: rgba(155, 108, 255, .16);
	--scy-cyber: #67e8f9;
	--scy-cyber-strong: #22d3ee;
	--scy-cyber-soft: rgba(34, 211, 238, .12);
	--scy-danger: #fb7185;
	--scy-danger-soft: rgba(251, 113, 133, .13);
	--scy-hero:
		radial-gradient(circle at 80% 12%, rgba(34, 211, 238, .12), transparent 29%),
		radial-gradient(circle at 66% 26%, rgba(139, 92, 246, .27), transparent 40%),
		linear-gradient(145deg, #080411 0%, #120721 57%, #071d27 120%);
	--scy-console: rgba(19, 12, 31, .88);
	--scy-console-inner: rgba(11, 7, 18, .77);
	--scy-shadow: 0 24px 70px rgba(0, 0, 0, .27);
	--scy-shadow-strong: 0 40px 110px rgba(0, 0, 0, .47);
}

@media (prefers-color-scheme: dark) {
	body[data-scheme="auto"] .starlight-cyber-page {
		--scy-page: #09060f;
		--scy-surface: #120d1c;
		--scy-surface-soft: #101722;
		--scy-surface-accent: #171125;
		--scy-text: #f6f2fb;
		--scy-muted: #aaa3b7;
		--scy-line: rgba(232, 222, 248, .13);
		--scy-accent: #9b6cff;
		--scy-accent-strong: #c067ff;
		--scy-accent-soft: rgba(155, 108, 255, .16);
		--scy-cyber: #67e8f9;
		--scy-cyber-strong: #22d3ee;
		--scy-cyber-soft: rgba(34, 211, 238, .12);
		--scy-danger: #fb7185;
		--scy-danger-soft: rgba(251, 113, 133, .13);
		--scy-hero:
			radial-gradient(circle at 80% 12%, rgba(34, 211, 238, .12), transparent 29%),
			radial-gradient(circle at 66% 26%, rgba(139, 92, 246, .27), transparent 40%),
			linear-gradient(145deg, #080411 0%, #120721 57%, #071d27 120%);
		--scy-console: rgba(19, 12, 31, .88);
		--scy-console-inner: rgba(11, 7, 18, .77);
		--scy-shadow: 0 24px 70px rgba(0, 0, 0, .27);
		--scy-shadow-strong: 0 40px 110px rgba(0, 0, 0, .47);
	}
}

.starlight-cyber-page *,
.starlight-cyber-page *::before,
.starlight-cyber-page *::after {
	box-sizing: border-box;
}

.starlight-cyber-page h1,
.starlight-cyber-page h2,
.starlight-cyber-page h3,
.starlight-cyber-page p,
.starlight-cyber-page ul,
.starlight-cyber-page ol {
	padding: 0;
	margin: 0;
}

.starlight-cyber-page h1,
.starlight-cyber-page h2,
.starlight-cyber-page h3 {
	font-family: inherit;
	font-weight: 800;
	line-height: 1.06;
	color: var(--scy-text);
	text-transform: none;
	letter-spacing: -.045em;
}

.starlight-cyber-page h1 {
	max-width: 800px;
	font-size: clamp(52px, 5.15vw, 75px);
	text-wrap: balance;
}

.starlight-cyber-page h1 span {
	color: transparent;
	background: linear-gradient(135deg, #6d28d9 3%, #8b5cf6 46%, #0891b2 114%);
	-webkit-background-clip: text;
	background-clip: text;
}

body[data-scheme="dark"] .starlight-cyber-page h1 span {
	background-image: linear-gradient(135deg, #c4b5fd 0%, #a855f7 49%, #67e8f9 114%);
}

@media (prefers-color-scheme: dark) {
	body[data-scheme="auto"] .starlight-cyber-page h1 span {
		background-image: linear-gradient(135deg, #c4b5fd 0%, #a855f7 49%, #67e8f9 114%);
	}
}

.starlight-cyber-page h2 {
	max-width: 880px;
	font-size: clamp(38px, 4.2vw, 60px);
	text-wrap: balance;
}

.starlight-cyber-page h3 {
	font-size: 23px;
	letter-spacing: -.03em;
}

.starlight-cyber-page a {
	color: inherit;
	text-decoration: none !important;
}

.starlight-cyber-page a:not(.starlight-hero-growth__button) {
	background-image: none !important;
}

.starlight-cyber-page ul,
.starlight-cyber-page ol {
	list-style: none;
}

.starlight-cyber-page button,
.starlight-cyber-page a {
	-webkit-tap-highlight-color: transparent;
}

.starlight-cyber-page__container {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 48px), 1320px);
	margin-inline: auto;
}

.starlight-cyber-page__section {
	position: relative;
	padding: clamp(82px, 8vw, 120px) 0;
	background: var(--scy-page);
}

.starlight-cyber-page__section--soft {
	background:
		radial-gradient(circle at 88% 9%, color-mix(in srgb, var(--scy-cyber) 12%, transparent), transparent 28%),
		var(--scy-surface-soft);
}

.starlight-cyber-page__section--model {
	color: #fff;
	background:
		radial-gradient(circle at 88% 10%, rgba(34, 211, 238, .14), transparent 28%),
		radial-gradient(circle at 10% 88%, rgba(168, 85, 247, .17), transparent 32%),
		linear-gradient(145deg, #080311 0%, #140627 52%, #071d27 120%);
}

.starlight-cyber-page__section--custom {
	background:
		radial-gradient(circle at 15% 15%, color-mix(in srgb, var(--scy-accent) 10%, transparent), transparent 31%),
		radial-gradient(circle at 88% 80%, color-mix(in srgb, var(--scy-cyber) 12%, transparent), transparent 29%),
		var(--scy-surface-accent);
}

.starlight-cyber-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(--scy-cyber);
	text-transform: uppercase;
	letter-spacing: .16em;
}

.starlight-cyber-page__eyebrow::before {
	width: 30px;
	height: 1px;
	content: "";
	background: currentColor;
}

.starlight-cyber-page__section-heading {
	max-width: 900px;
	margin-bottom: clamp(42px, 5vw, 64px);
}

.starlight-cyber-page__section-heading > p:last-child,
.starlight-cyber-page__final-grid > div > p {
	max-width: 740px;
	margin-top: 22px;
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.7;
	color: var(--scy-muted);
}

.starlight-cyber-page__section-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.starlight-cyber-page__section-heading--center h2,
.starlight-cyber-page__section-heading--center > p:last-child {
	margin-right: auto;
	margin-left: auto;
}

.starlight-cyber-page__hero {
	position: relative;
	min-height: 760px;
	padding: clamp(86px, 8vw, 120px) 0 clamp(78px, 7vw, 104px);
	overflow: hidden;
	background: var(--scy-hero);
}

.starlight-cyber-page__ambient {
	position: absolute;
	inset: 0;
	opacity: .48;
	pointer-events: none;
	background:
		linear-gradient(var(--scy-line) 1px, transparent 1px),
		linear-gradient(90deg, var(--scy-line) 1px, transparent 1px),
		radial-gradient(circle, color-mix(in srgb, var(--scy-cyber) 42%, transparent) 0 1px, transparent 1.5px);
	background-position: 0 0, 0 0, 0 0;
	background-size: 80px 80px, 80px 80px, 40px 40px;
	mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
	animation: starlightCyberGrid 24s linear infinite;
}

.starlight-cyber-page__ambient::before,
.starlight-cyber-page__ambient::after {
	position: absolute;
	width: 360px;
	height: 360px;
	content: "";
	border-radius: 50%;
	filter: blur(20px);
	opacity: .42;
}

.starlight-cyber-page__ambient::before {
	top: 16%;
	right: 8%;
	background: radial-gradient(circle, color-mix(in srgb, var(--scy-cyber) 62%, transparent), transparent 68%);
	animation: starlightCyberFloat 11s ease-in-out infinite;
}

.starlight-cyber-page__ambient::after {
	bottom: 8%;
	left: 8%;
	background: radial-gradient(circle, color-mix(in srgb, var(--scy-accent) 42%, transparent), transparent 68%);
	animation: starlightCyberFloat 13s ease-in-out infinite reverse;
}

.starlight-cyber-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-cyber-page__hero-copy {
	position: relative;
	z-index: 3;
}

.starlight-cyber-page__lead {
	max-width: 730px;
	margin-top: 25px !important;
	font-size: clamp(18px, 1.55vw, 21px);
	line-height: 1.72;
	color: var(--scy-muted);
}

.starlight-cyber-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 35px;
}

.starlight-cyber-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-cyber-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-cyber-page .starlight-hero-growth__button--secondary {
	color: var(--scy-text);
	background: color-mix(in srgb, var(--scy-surface) 68%, transparent);
	border-color: var(--scy-line);
	backdrop-filter: blur(12px);
}

.starlight-cyber-page .starlight-hero-growth__button:hover,
.starlight-cyber-page .starlight-hero-growth__button:focus-visible {
	transform: translateY(-2px);
}

.starlight-cyber-page .starlight-hero-growth__button--primary:hover,
.starlight-cyber-page .starlight-hero-growth__button--primary:focus-visible {
	color: #fff;
	background: linear-gradient(135deg, #8b5cf6, #c067ff);
	border-radius: 999px;
	box-shadow: 0 24px 54px rgba(124, 58, 237, .38);
}

.starlight-cyber-page .starlight-hero-growth__button--secondary:hover,
.starlight-cyber-page .starlight-hero-growth__button--secondary:focus-visible {
	color: var(--scy-text);
	background: var(--scy-surface);
	border-color: color-mix(in srgb, var(--scy-accent) 38%, var(--scy-line));
}

.starlight-cyber-page .starlight-hero-growth__button:focus-visible {
	outline: 3px solid rgba(139, 92, 246, .34);
	outline-offset: 5px;
}

.starlight-cyber-page__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	margin-top: 46px !important;
}

.starlight-cyber-page__trust li {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: var(--scy-muted);
}

.starlight-cyber-page__trust li::before {
	width: 8px;
	height: 8px;
	content: "";
	background: var(--scy-cyber);
	border-radius: 50%;
	box-shadow: 0 0 0 4px var(--scy-cyber-soft);
	flex: 0 0 auto;
}

.starlight-cyber-page__security-console {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: var(--scy-console);
	border: 1px solid color-mix(in srgb, var(--scy-accent) 24%, var(--scy-line));
	border-radius: 28px;
	box-shadow: var(--scy-shadow-strong);
	backdrop-filter: blur(22px);
	transform: perspective(1500px) rotateY(-2deg) rotateX(1deg);
}

.starlight-cyber-page__security-console::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(--scy-cyber) 14%, transparent));
}

.starlight-cyber-page__console-bar {
	display: flex;
	gap: 7px;
	align-items: center;
	min-height: 53px;
	padding: 0 18px;
	border-bottom: 1px solid var(--scy-line);
}

.starlight-cyber-page__console-bar > span {
	width: 8px;
	height: 8px;
	background: var(--scy-line);
	border-radius: 50%;
}

.starlight-cyber-page__console-bar > span:nth-child(1) {
	background: #f472b6;
}

.starlight-cyber-page__console-bar > span:nth-child(2) {
	background: #fbbf24;
}

.starlight-cyber-page__console-bar > span:nth-child(3) {
	background: var(--scy-cyber);
}

.starlight-cyber-page__console-bar strong {
	margin-left: 6px;
	font-size: 12px;
	font-weight: 800;
	color: var(--scy-muted);
	letter-spacing: .03em;
}

.starlight-cyber-page__console-bar small {
	padding: 5px 9px;
	margin-left: auto;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	color: var(--scy-cyber);
	text-transform: uppercase;
	letter-spacing: .09em;
	background: var(--scy-cyber-soft);
	border-radius: 999px;
}

.starlight-cyber-page__console-body {
	padding: clamp(24px, 3vw, 36px);
	background: var(--scy-console-inner);
}

.starlight-cyber-page__console-body header > div {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	font-weight: 800;
	color: var(--scy-cyber);
	text-transform: uppercase;
	letter-spacing: .12em;
}

.starlight-cyber-page__pulse {
	width: 9px;
	height: 9px;
	background: var(--scy-cyber);
	border-radius: 50%;
	box-shadow: 0 0 0 5px var(--scy-cyber-soft);
	animation: starlightCyberPulse 2.2s ease-in-out infinite;
}

.starlight-cyber-page__console-body header > strong {
	display: block;
	max-width: 430px;
	margin-top: 15px;
	font-size: clamp(25px, 2.3vw, 34px);
	line-height: 1.16;
	letter-spacing: -.04em;
}

.starlight-cyber-page__console-flow {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
	margin-top: 30px;
}

.starlight-cyber-page__console-flow article {
	min-height: 144px;
	padding: 17px;
	background: color-mix(in srgb, var(--scy-surface) 84%, transparent);
	border: 1px solid var(--scy-line);
	border-radius: 16px;
}

.starlight-cyber-page__console-flow article > span {
	display: grid;
	width: 34px;
	height: 34px;
	font-size: 12px;
	font-weight: 800;
	color: var(--scy-accent);
	background: var(--scy-accent-soft);
	border-radius: 10px;
	place-items: center;
}

.starlight-cyber-page__console-flow strong,
.starlight-cyber-page__console-flow small {
	display: block;
}

.starlight-cyber-page__console-flow strong {
	margin-top: 18px;
	font-size: 16px;
	line-height: 1.25;
}

.starlight-cyber-page__console-flow small {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.45;
	color: var(--scy-muted);
}

.starlight-cyber-page__risk-panel {
	padding: 15px;
	margin-top: 15px;
	background: var(--scy-surface);
	border: 1px solid var(--scy-line);
	border-radius: 14px;
}

.starlight-cyber-page__risk-panel span,
.starlight-cyber-page__risk-panel strong {
	display: block;
}

.starlight-cyber-page__risk-panel span {
	font-size: 12px;
	font-weight: 800;
	color: var(--scy-muted);
	text-transform: uppercase;
	letter-spacing: .08em;
}

.starlight-cyber-page__risk-panel strong {
	margin-top: 5px;
	font-size: 13px;
}

.starlight-cyber-page__risk-panel > div:nth-child(2) {
	height: 6px;
	margin-top: 12px;
	overflow: hidden;
	background: var(--scy-surface-soft);
	border-radius: 999px;
}

.starlight-cyber-page__risk-panel > div:nth-child(2) i {
	display: block;
	width: 86%;
	height: 100%;
	background: linear-gradient(90deg, var(--scy-accent), var(--scy-cyber));
	border-radius: inherit;
}

.starlight-cyber-page__risk-panel > small {
	display: block;
	margin-top: 9px;
	font-size: 12px;
	line-height: 1.55;
	color: var(--scy-muted);
}

.starlight-cyber-page__signal-layout {
	display: grid;
	grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
	gap: clamp(54px, 7vw, 96px);
	align-items: start;
}

.starlight-cyber-page__signal-layout > .starlight-cyber-page__section-heading {
	position: sticky;
	top: 110px;
	margin-bottom: 0;
}

.starlight-cyber-page__signal-grid {
	display: grid;
	gap: 14px;
}

.starlight-cyber-page__signal-grid article {
	position: relative;
	padding: 27px;
	overflow: hidden;
	background: var(--scy-surface);
	border: 1px solid var(--scy-line);
	border-radius: 22px;
	box-shadow: var(--scy-shadow);
}

.starlight-cyber-page__signal-grid article::after {
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 140px;
	height: 140px;
	content: "";
	background: radial-gradient(circle, var(--scy-cyber-soft), transparent 68%);
}

.starlight-cyber-page__signal-grid article > span,
.starlight-cyber-page__surface-grid article > span,
.starlight-cyber-page__custom-grid article > span {
	display: grid;
	width: 44px;
	height: 44px;
	font-size: 12px;
	font-weight: 800;
	color: var(--scy-accent);
	background: var(--scy-accent-soft);
	border-radius: 13px;
	place-items: center;
}

.starlight-cyber-page__signal-grid h3 {
	margin-top: 26px;
	font-size: 26px;
}

.starlight-cyber-page__signal-grid p,
.starlight-cyber-page__surface-grid p,
.starlight-cyber-page__track-grid p,
.starlight-cyber-page__custom-grid p {
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--scy-muted);
}

.starlight-cyber-page__surface-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.starlight-cyber-page__surface-grid article {
	min-height: 310px;
	padding: 29px 27px;
	background: var(--scy-surface);
	border: 1px solid var(--scy-line);
	border-radius: 24px;
	box-shadow: var(--scy-shadow);
}

.starlight-cyber-page__surface-grid h3 {
	margin-top: 38px;
	font-size: 25px;
}

.starlight-cyber-page__track-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.starlight-cyber-page__track-grid article {
	position: relative;
	min-height: 390px;
	padding: 30px;
	overflow: hidden;
	background: var(--scy-surface);
	border: 1px solid var(--scy-line);
	border-radius: 24px;
	box-shadow: var(--scy-shadow);
}

.starlight-cyber-page__track-grid article::after {
	position: absolute;
	right: -54px;
	bottom: -54px;
	width: 150px;
	height: 150px;
	content: "";
	background: radial-gradient(circle, color-mix(in srgb, var(--scy-cyber) 18%, transparent), transparent 68%);
}

.starlight-cyber-page__track-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.starlight-cyber-page__track-top > span {
	display: grid;
	width: 44px;
	height: 44px;
	font-size: 12px;
	font-weight: 800;
	color: var(--scy-cyber);
	background: var(--scy-cyber-soft);
	border-radius: 13px;
	place-items: center;
}

.starlight-cyber-page__track-top small {
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	color: var(--scy-cyber);
	text-transform: uppercase;
	letter-spacing: .08em;
	background: var(--scy-cyber-soft);
	border-radius: 999px;
}

.starlight-cyber-page__track-grid h3 {
	margin-top: 34px;
	font-size: 28px;
}

.starlight-cyber-page__track-grid ul {
	display: grid;
	gap: 10px;
	margin-top: 23px;
}

.starlight-cyber-page__track-grid li,
.starlight-cyber-page__deliverables-card li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--scy-text);
}

.starlight-cyber-page__track-grid li::before,
.starlight-cyber-page__deliverables-card li::before {
	width: 7px;
	height: 7px;
	margin-top: 6px;
	content: "";
	background: var(--scy-cyber);
	border-radius: 50%;
	flex: 0 0 auto;
}

.starlight-cyber-page__model-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr);
	gap: clamp(58px, 8vw, 110px);
	align-items: start;
}

.starlight-cyber-page__section--model h2,
.starlight-cyber-page__section--model h3 {
	color: #fff !important;
}

.starlight-cyber-page__section--model .starlight-cyber-page__eyebrow {
	color: #67e8f9;
}

.starlight-cyber-page__section--model .starlight-cyber-page__section-heading > p:last-child {
	color: rgba(255, 255, 255, .67) !important;
}

.starlight-cyber-page__steps {
	position: relative;
	display: grid;
	gap: 0;
}

.starlight-cyber-page__steps::before {
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 24px;
	width: 1px;
	content: "";
	background: linear-gradient(to bottom, #67e8f9, rgba(255, 255, 255, .15));
}

.starlight-cyber-page__steps article {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 19px;
	padding: 0 0 30px;
}

.starlight-cyber-page__steps article:last-child {
	padding-bottom: 0;
}

.starlight-cyber-page__steps article > span {
	z-index: 1;
	display: grid;
	width: 48px;
	height: 48px;
	font-size: 12px;
	font-weight: 800;
	color: #67e8f9;
	background: #101827;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(34, 211, 238, .08);
	place-items: center;
}

.starlight-cyber-page__steps h3 {
	font-size: 22px;
}

.starlight-cyber-page__steps p {
	margin-top: 9px;
	font-size: 14px;
	line-height: 1.67;
	color: rgba(255, 255, 255, .65) !important;
}

.starlight-cyber-page__deliverables-card {
	position: sticky;
	top: 110px;
	padding: 34px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 26px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, .23);
	backdrop-filter: blur(14px);
}

.starlight-cyber-page__deliverables-card .starlight-cyber-page__eyebrow {
	margin-bottom: 16px;
}

.starlight-cyber-page__deliverables-card h3 {
	font-size: 30px;
}

.starlight-cyber-page__deliverables-card ul {
	display: grid;
	gap: 13px;
	margin-top: 27px;
}

.starlight-cyber-page__deliverables-card li {
	color: rgba(255, 255, 255, .83);
}

.starlight-cyber-page__deliverables-card > a {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}

.starlight-cyber-page__custom-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
}

.starlight-cyber-page__custom-grid article {
	min-height: 285px;
	padding: 30px;
	background: var(--scy-surface);
	border: 1px solid var(--scy-line);
	border-radius: 24px;
	box-shadow: var(--scy-shadow);
}

.starlight-cyber-page__custom-grid h3 {
	margin-top: 42px;
	font-size: 25px;
}

.starlight-cyber-page__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	max-width: 980px;
	margin: 34px auto 0;
}

.starlight-cyber-page__pills span {
	padding: 8px 11px;
	font-size: 12px;
	font-weight: 700;
	color: var(--scy-muted);
	background: var(--scy-surface);
	border: 1px solid var(--scy-line);
	border-radius: 999px;
}

.starlight-cyber-page__faq-section {
	padding-bottom: 0;
}

.starlight-cyber-page__faq-grid {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	gap: clamp(55px, 8vw, 110px);
	align-items: start;
}

.starlight-cyber-page__faq-grid .starlight-cyber-page__section-heading {
	position: sticky;
	top: 110px;
	margin-bottom: 0;
}

.starlight-cyber-page__accordion {
	display: grid;
	gap: 14px;
}

.starlight-cyber-page__faq-item {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--scy-line);
}

.starlight-cyber-page__faq-item h3 {
	font-size: inherit;
	letter-spacing: 0;
}

.starlight-cyber-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(--scy-text);
	text-align: left;
	cursor: pointer;
	background: linear-gradient(145deg, color-mix(in srgb, var(--scy-surface) 92%, #ffffff 8%), var(--scy-surface));
	border: 1px solid var(--scy-line);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(20, 10, 38, .08);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.starlight-cyber-page__faq-item.is-open button {
	border-color: color-mix(in srgb, var(--scy-accent) 48%, var(--scy-line));
	box-shadow: 0 18px 46px rgba(91, 47, 150, .13);
}

.starlight-cyber-page__faq-item button:focus-visible {
	outline: 3px solid rgba(139, 92, 246, .34);
	outline-offset: 5px;
}

.starlight-cyber-page__faq-icon {
	position: relative;
	width: 34px;
	height: 34px;
	background: var(--scy-accent-soft);
	border-radius: 50%;
	flex: 0 0 auto;
}

.starlight-cyber-page__faq-icon::before,
.starlight-cyber-page__faq-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 2px;
	content: "";
	background: var(--scy-accent);
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}

.starlight-cyber-page__faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.starlight-cyber-page__faq-item.is-open .starlight-cyber-page__faq-icon::after {
	transform: translate(-50%, -50%) rotate(0);
}

.starlight-cyber-page__faq-panel {
	padding: 18px 24px 10px;
}

.starlight-cyber-page__faq-panel p {
	font-size: 16px;
	line-height: 1.72;
	color: var(--scy-muted);
}

.starlight-cyber-page__faq-panel[hidden] {
	display: none;
}

.starlight-cyber-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(34, 211, 238, .17), transparent 29%),
		radial-gradient(circle at 76% 20%, rgba(168, 85, 247, .3), transparent 36%),
		linear-gradient(145deg, #080311 0%, #140627 54%, #071d27 120%);
}

.starlight-cyber-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%);
	animation: starlightCyberGrid 28s linear infinite;
}

.starlight-cyber-page__final-grid {
	max-width: 950px;
	text-align: center;
}

.starlight-cyber-page__final-grid h2 {
	margin-inline: auto;
	color: #fff !important;
}

.starlight-cyber-page__final-grid > div > p {
	margin-right: auto;
	margin-left: auto;
	color: rgba(255, 255, 255, .7) !important;
}

.starlight-cyber-page__final-grid .starlight-cyber-page__eyebrow {
	color: #c4b5fd !important;
}

.starlight-cyber-page__final-grid .starlight-cyber-page__actions {
	justify-content: center;
}

.starlight-cyber-page__final-grid .starlight-hero-growth__button--secondary {
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .17);
}

.starlight-cyber-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-cyber-page__final-grid--form h2,
.starlight-cyber-page__final-grid--form > div > p {
	margin-left: 0;
}

.starlight-cyber-page__final-grid--form .starlight-cyber-page__actions {
	justify-content: flex-start;
}

.starlight-cyber-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-cyber-page__form-card > p {
	margin-top: 12px;
	font-size: 14px;
	color: #655f70;
}

.starlight-cyber-page .starlight-cyber-page__form-card h3 {
	color: #17131f;
}

.starlight-cyber-page__form-card .wpforms-container {
	margin: 24px 0 0;
}

.starlight-cyber-page__form-card input[type="text"],
.starlight-cyber-page__form-card input[type="email"],
.starlight-cyber-page__form-card input[type="tel"],
.starlight-cyber-page__form-card textarea,
.starlight-cyber-page__form-card select {
	width: 100%;
	color: #17131f;
	background: #f8f7fc;
	border: 1px solid #dcd7e7;
	border-radius: 10px;
}

.starlight-cyber-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(34, 211, 238, .13), 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: 800 !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;
}

@keyframes starlightCyberGrid {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: 80px 80px, 80px 80px, 40px 40px;
	}
}

@keyframes starlightCyberFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(22px, -18px, 0) scale(1.08);
	}
}

@keyframes starlightCyberPulse {
	0%,
	100% {
		box-shadow: 0 0 0 5px var(--scy-cyber-soft);
	}

	50% {
		box-shadow: 0 0 0 8px color-mix(in srgb, var(--scy-cyber) 9%, transparent);
	}
}

@media (max-width: 1120px) {
	.starlight-cyber-page__hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr);
		gap: 42px;
	}

	.starlight-cyber-page__surface-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.starlight-cyber-page__hero {
		min-height: 0;
	}

	.starlight-cyber-page__hero-grid,
	.starlight-cyber-page__signal-layout,
	.starlight-cyber-page__model-layout,
	.starlight-cyber-page__faq-grid,
	.starlight-cyber-page__final-grid--form {
		grid-template-columns: 1fr;
	}

	.starlight-cyber-page__hero-copy {
		max-width: 780px;
	}

	.starlight-cyber-page__security-console {
		width: min(100%, 700px);
		margin-inline: auto;
		transform: none;
	}

	.starlight-cyber-page__signal-layout > .starlight-cyber-page__section-heading,
	.starlight-cyber-page__deliverables-card,
	.starlight-cyber-page__faq-grid .starlight-cyber-page__section-heading {
		position: relative;
		top: auto;
	}

	.starlight-cyber-page__signal-layout > .starlight-cyber-page__section-heading,
	.starlight-cyber-page__faq-grid .starlight-cyber-page__section-heading {
		margin-bottom: 0;
	}

	.starlight-cyber-page__deliverables-card {
		max-width: 700px;
	}

	.starlight-cyber-page__final-grid--form {
		max-width: 720px;
	}
}

@media (max-width: 760px) {
	.starlight-cyber-page__track-grid,
	.starlight-cyber-page__custom-grid {
		grid-template-columns: 1fr;
	}

	.starlight-cyber-page__track-grid article,
	.starlight-cyber-page__custom-grid article {
		min-height: 0;
	}
}

@media (max-width: 680px) {
	.starlight-cyber-page__container {
		width: min(calc(100% - 32px), 1320px);
	}

	.starlight-cyber-page__section {
		padding: 74px 0;
	}

	.starlight-cyber-page__hero {
		padding: 70px 0 76px;
	}

	.starlight-cyber-page h1 {
		font-size: clamp(42px, 12vw, 54px);
		line-height: 1.02;
	}

	.starlight-cyber-page h2 {
		font-size: clamp(34px, 10vw, 44px);
	}

	.starlight-cyber-page__lead {
		font-size: 17px;
	}

	.starlight-cyber-page__actions {
		align-items: stretch;
	}

	.starlight-cyber-page .starlight-hero-growth__button {
		width: 100%;
		white-space: normal;
	}

	.starlight-cyber-page__trust {
		display: grid;
		grid-template-columns: 1fr;
		gap: 13px;
		margin-top: 36px !important;
	}

	.starlight-cyber-page__console-body {
		padding: 20px;
	}

	.starlight-cyber-page__console-body header > strong {
		font-size: 25px;
	}

	.starlight-cyber-page__console-flow {
		grid-template-columns: 1fr;
	}

	.starlight-cyber-page__surface-grid {
		grid-template-columns: 1fr;
	}

	.starlight-cyber-page__surface-grid article,
	.starlight-cyber-page__signal-grid article,
	.starlight-cyber-page__track-grid article,
	.starlight-cyber-page__custom-grid article,
	.starlight-cyber-page__deliverables-card {
		padding: 26px 23px;
	}

	.starlight-cyber-page__faq-item button {
		padding: 19px 18px;
		font-size: 17px;
	}

	.starlight-cyber-page__faq-panel {
		padding: 16px 18px 8px;
	}

	.starlight-cyber-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-cyber-page__console-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-cyber-page__ambient,
	.starlight-cyber-page__ambient::before,
	.starlight-cyber-page__ambient::after,
	.starlight-cyber-page__final-cta::before,
	.starlight-cyber-page__pulse,
	.starlight-cyber-page .starlight-hero-growth__button,
	.starlight-cyber-page__faq-icon::after {
		animation: none;
		transition: none;
	}
}

/* Keep contrast sections aligned with the explicitly selected light scheme. */
body[data-scheme="light"] .starlight-cyber-page__section--model,
body[data-scheme="light"] .starlight-cyber-page__final-cta {
	color: var(--scy-text);
	background:
		radial-gradient(circle at 88% 10%, rgba(6, 182, 212, .13), transparent 29%),
		radial-gradient(circle at 10% 88%, rgba(168, 85, 247, .14), transparent 34%),
		linear-gradient(145deg, #faf9ff 0%, #f0edfb 54%, #e9f7fb 110%);
}

body[data-scheme="light"] .starlight-cyber-page__section--model h2,
body[data-scheme="light"] .starlight-cyber-page__section--model h3,
body[data-scheme="light"] .starlight-cyber-page__final-grid h2 {
	color: var(--scy-text) !important;
}

body[data-scheme="light"] .starlight-cyber-page__section--model .starlight-cyber-page__eyebrow {
	color: var(--scy-cyber);
}

body[data-scheme="light"] .starlight-cyber-page__final-grid .starlight-cyber-page__eyebrow {
	color: var(--scy-accent) !important;
}

body[data-scheme="light"] .starlight-cyber-page__section--model .starlight-cyber-page__section-heading > p:last-child,
body[data-scheme="light"] .starlight-cyber-page__steps p,
body[data-scheme="light"] .starlight-cyber-page__final-grid > div > p {
	color: var(--scy-muted) !important;
}

body[data-scheme="light"] .starlight-cyber-page__steps::before {
	background: linear-gradient(to bottom, var(--scy-cyber), var(--scy-line));
}

body[data-scheme="light"] .starlight-cyber-page__steps article > span {
	color: var(--scy-cyber);
	background: var(--scy-surface);
	border-color: var(--scy-line);
}

body[data-scheme="light"] .starlight-cyber-page__deliverables-card {
	background: rgba(255, 255, 255, .82);
	border-color: var(--scy-line);
	box-shadow: var(--scy-shadow);
}

body[data-scheme="light"] .starlight-cyber-page__deliverables-card li {
	color: var(--scy-text);
}

body[data-scheme="light"] .starlight-cyber-page__final-cta::before {
	background:
		linear-gradient(rgba(36, 24, 56, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(36, 24, 56, .055) 1px, transparent 1px);
}

body[data-scheme="light"] .starlight-cyber-page__final-grid .starlight-hero-growth__button--secondary {
	color: var(--scy-text);
	background: rgba(255, 255, 255, .76);
	border-color: var(--scy-line);
}
